Create Data Loading Workspace ERROR

494
6
06-14-2023 07:51 AM
MaikHeinze
New Contributor II

Hello everyone,

I have a problem importing my data. I'm using the tool called "Data loading tools" and I want to create a Data Loading Workspace (dlt). When I run the tool, the following error message appears.

MaikHeinze_1-1686754206017.png

 

Does anyone have experience with this and can help?

Kind regards, Maik

0 Kudos
6 Replies
TedHoward2
Esri Contributor

Could you share what parameters inputs you are using?

MaikHeinze
New Contributor II

I am using Shapefiles. 

MaikHeinze_0-1686764946593.png

 

0 Kudos
TedHoward2
Esri Contributor

Shapefiles are supported so something strange is happening. It would help to see the "Source to Target Mapping" value from the Parameters tab.

TedHoward2_0-1686767528639.png

You can also put the tool into debug mode via the Python window

import dltsolutions
dltsolutions.logger.setLevel("DEBUG")

Run the tool again and you may get some more detail.

MaikHeinze
New Contributor II

Unfortunately, that doesn't work either 😕 

14-06-_2023_22-08-29.png

0 Kudos
TedHoward2
Esri Contributor

There is a problem handling parameters when is localization installed. Should have a fix in the next day or two.

TedHoward2
Esri Contributor

This should be fixed on dltsolutions 2.9.6

0 Kudos