I am trying to run Apply Asset Package but run into an error with the Asset Package input. The error says "The path cannot contain '.gdb'". Which doesn't make any sense because an Asset Package's file type is .gdb so not sure what it is expecting here.
ArcGIS Pro 2.9.4
Solved! Go to Solution.
Somewhere in the path to your asset package is ".gdb" -- one of the folders.
eg C:/temp/foo/blah.gdb/Minerville_AP.gdb is not valid.
Somewhere in the path to your asset package is ".gdb" -- one of the folders.
eg C:/temp/foo/blah.gdb/Minerville_AP.gdb is not valid.
Thanks @PaulLeBlanc1 !
That was it! I knew it was going to be something simple. The AP was compressed at first so when I extracted it, it created Minerville.gdb folder at the root.
Bill