Select to view content in your preferred language

Warning Message using shp2SDE

1295
2
09-21-2010 10:17 AM
RachelLi
Emerging Contributor
Hello,

I was loading data to ArcSDE 10 workgroup database  use shp2SDE command. The data can be loaded but got the following error message,

WARNING: Unable to load code page translation table ...\Program Files\ArcGIS\Arc
SDE\sqlexe\\locale\codepage\125212.txt.

I noticed there are two back slashes after sqlexe. How can I get rid of one?

Thanks for your help,

Rachel Li
0 Kudos
2 Replies
VinceAngelo
Esri Esteemed Contributor
Does the SDEHOME variable have a trailing slash? The fopen() function ignores duplicate
intermediate slashes, so this isn't likely the problem.

'shp2sde' isn't supported with Workgroup ArcSDE, but I doubt that's the issue either.

"125212" isn't a valid codepage ("1252" is) which I expect *is* the issue. Have you
explicitly set a variable for codepage encoding? Do any of your environment variables
contain "125212"?

This messge is a warning -- do you have codepaged strings in the source shapefile?
If not, then you can probably ignore this message.

- V
0 Kudos
RachelLi
Emerging Contributor
Thanks for your answer, Vince.

Rachel
0 Kudos