I am trying to publish an ArcReader version (.pmf file) of a map created in ArcMap 10.3. I want to be able to distribute the .pmf file and the associated data package to any user such that they can access all layers and hyperlinks. The current problem is that most of the layers in the resulting ArcReader version do not point to data in the data package.
Software: Windows 7, ArcMap 10.3, ArcReader 10.3.0
Original .mxd file has two data frames: “edit” and “County”
Action:
- In ArcMap 10.3 under Map Document Properties I check “store relative pathnames to data sources”
- Publish the map to a location on the C: drive
- Create a data package for the newly created .pmf file on a thumbdrive folder F:\GIS; checking “include features that intersect the data frame” (I get the same result of I check “include all features in the dataset”)
Result:
- When ArcMap opens the .pmf file all of the layers in the “County” data frame are accessible. They appear to point to the data package (e.g. F:\GIS\data\dp20.gdb)
- None of the layers in the “edit” data frame are accessible. One points to the data package (F:\GIS\data\dp00.gdb) but is not visible. The others while they seem to have relative paths, do not apparently point to the data package (e.g. F:\Property\Property.mdb)
The absolute pathnames on my system are cumbersome and I would rather let end-users locate the data and pmf folders in their own directory structure.
Question 1: How do I make all of the layers accessible in ArcReader?
Question 2: It appears that there is no way of changing the file paths in ArcReader. Am I missing something?
Thanks for your help!