Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database Replication - Appending Data Into 9.3 Database Dataset #4

Open
WestonSF opened this issue May 1, 2014 · 1 comment
Open
Labels

Comments

@WestonSF
Copy link
Owner

WestonSF commented May 1, 2014

Appending data from 10.2.1 to 9.3 is not working. Comes up with this message:

"Spatial reference for output is invalid, please update to allow output to become valid - Append failed"

But it works anyway - loads all data in. I have put a try and except statement to catch the error and allow the process to continue.

@WestonSF WestonSF added the bug label May 1, 2014
@WestonSF
Copy link
Owner Author

WestonSF commented May 1, 2014

Possible solution:

The actual problem was that my tablespace quota was being exceeded during the process. Once we upped the quota, Append finishes with no error.

from here:

http://forums.arcgis.com/threads/72556-arcpy.Append_management-to-Oracle-(using-direct-connect)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant