Select to view content in your preferred language

How to unlock the secured file geodatabase.

3599
1
12-04-2012 03:19 AM
SreenivasaRao_T
New Contributor
The data was saved in published map file (pmf) along with secured file Geo database,
so it can only be opened with ERIS Arc Reader.

string filePath = @"C:\Temp\MyPublishedMxd.pmf";
if (axArcReaderControl1.CheckDocument(filePath))
axARcReaderControl1.LoadDocument(filePath, ""); ' I am getting Error

I could-not able to load the pmf Document in a customized Arc Reader Application.
is there any way to unlock the file Geo database and read from customized Arc Reader Application.
Tags (2)
0 Kudos
1 Reply
SreenivasaRao_T
New Contributor
The data was saved in published map file (pmf) along with secured file Geo database,
so it can only be opened with ERIS Arc Reader.


string filePath = @"C:\Temp\MyPublishedMxd.pmf";
if (axArcReaderControl1.CheckDocument(filePath))
axARcReaderControl1.LoadDocument(filePath, ""); ' I am getting Error

I could-not able to load the pmf Document in a customized Arc Reader Application.
is there any way to unlock the file Geo database and read from customized Arc Reader Application.
0 Kudos