Hi and good day everyone...
We try to migrate our utility network file geodatabase to enterprise database,
when try to apply asset package, we encounter error like below.
what should we do?
Solved! Go to Solution.
Your steps are correct, but there appears to be a problem with the isolation and system subnetwork fields. In those subnetwork name fields must be non-nullable, and they are in the default model. If you made any changes (or dropped and re-added these fields) then that may have set them to be nullable.
The easiest way to correct the issue in the asset package is to:
Thank you, Robert, for identifying the issue and providing the detailed solution.
Also, Nadia, and as a side note, before applying an AP to an E-GDB we found very helpful to first run the Asset Package to Geodatabase GPTool (from Esri's Utility Network Package Tools). It would not resolve your problems, but it would encounter them and allow you to fix them in the AP before you invested a lot of effort working directly on an E-GDB.
The quicker fix is to just delete these fields in the Asset Package. When the tools apply the Asset Package, the call to Set Subnetwork Def with create the field with the correct settings.
Your steps are correct, but there appears to be a problem with the isolation and system subnetwork fields. In those subnetwork name fields must be non-nullable, and they are in the default model. If you made any changes (or dropped and re-added these fields) then that may have set them to be nullable.
The easiest way to correct the issue in the asset package is to:
Thank you, Robert, for identifying the issue and providing the detailed solution.
Also, Nadia, and as a side note, before applying an AP to an E-GDB we found very helpful to first run the Asset Package to Geodatabase GPTool (from Esri's Utility Network Package Tools). It would not resolve your problems, but it would encounter them and allow you to fix them in the AP before you invested a lot of effort working directly on an E-GDB.
thank you so much...we manage to solve it with your help
thank you so much...we manage to solve it with your help
The quicker fix is to just delete these fields in the Asset Package. When the tools apply the Asset Package, the call to Set Subnetwork Def with create the field with the correct settings.