PRO Package Project - Dataset not found message

2620
11
04-06-2022 11:39 AM
Labels (3)
nabaz-gharib
Occasional Contributor

Hi all,

This post is a workaround for people who receives the message (Dataset not found message) when running Arcpro Project Packaging Tool.

The issue with this tool is, when you click on Analyze, it does not show any warning, but when you run the tool, it fails and shows this message:
Dataset not found message
The message does not give useful hints about what dataset makes the problem.
 
Solution:
The workaround to overcome this issue, is simply run the tool using Arcpy, because if the tool faild, it tells you exactly where the problem is, it provides a detail information about the issue, which is very easily can be found and fix it.
Just this line is enough to run:
arcpy.management.PackageProject(in_project, output_file)
if you got this issue, and fixed, please give us a thumb, or mark this as answer.
Tags (2)
11 Replies
sblazeycov
New Contributor III

No, at that point I gave up and used FME to export all the data instead.

0 Kudos
nabaz-gharib
Occasional Contributor

I recommend you run the packaging using arcpy, it gives more detail on the error, then you can fix them.

0 Kudos