Hi,
I'm using the following script to load a business table into sde. The script works great, however, my data isn't projected. What in the world am I missing? (uh, have I mentioned that I'm new this?)
Note: I have the dbms2sde82.exe has been recompiled for ArcSDE 8.2
By specifying the -G 4269 option you're telling ArcSDE that this data is in the North American Datum 1983 "projection." Regretfully, dbms2sde doesn't reproject the data.
Are you trying to go into or out of "NAD83," and into (from) what other projection?
Mark
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Actually we use NAD1983 for all of our data (at the present time). And, that's the projection GDT is sending our base layers in. So, I was trying to match to the same gcs.
Thanks,
Karen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm using the following script to load a business table into sde. The script works great, however, my data isn't projected. What in the world am I missing? (uh, have I mentioned that I'm new this?)
Note: I have the dbms2sde82.exe has been recompiled for ArcSDE 8.2
script:
dbms2sde82 -o point -l route_prep,shape -stable dbo.vw_route_boundary -g 1.3136,0,0 -k default -xname "longitude" -yname "latitude" -G 4269 -i esri_sde -D iFocus -s dellpe2650-4 -u sde -p go -buffer -load
Thanks!!!
Hi,
By specifying the -G 4269 option you're telling ArcSDE that this data is in the North American Datum 1983 "projection." Regretfully, dbms2sde doesn't reproject the data.
Are you trying to go into or out of "NAD83," and into (from) what other projection?
Mark
Actually we use NAD1983 for all of our data (at the present time). And, that's the projection GDT is sending our base layers in. So, I was trying to match to the same gcs.
Thanks,
Karen