For the past couple of weeks, I have been trying, without success, to get the recently-released Gas and Pipeline Enterprise Data Management solution to work with in either Oracle 12.1 or 12.2.
The "Apply Asset Package" tool seems to be the problem. From the debug logs, I've learned:
- In 12.1, it fails in CreateDatabaseSequence, returning an ERROR: 999999, which says to contact ESRI. An underlying ORA-29855 (object identifier too long) is also reported. It also returns a Python FutureWarning, which I think is a red herring. (It's about use of obsolete syntax that won't work in a future version of Python)
- In 12.2, the process runs a lot longer (maybe even nearly completes), but eventually reports failure. The error message section has only the same Python FutureWarning encountered in 12.1. I doubt the warning killed the process, but because there are no errors returned, I don't know what did.
In the 12.2 geodatabase, the Utility Network was successfully created but in an incomplete state. Data appears to have been loaded. Versioning is not turned on and, as a result, everything in the UN is marked "Dirty." Attempting to manually fix this by enabling versioning scares me because I don't know what else the tool may have failed to do.
I have a case open with ESRI, but thought I'd ask the broader community: Has anyone managed to get this working in Oracle 12? If so, how did you get it working?