POST
|
Since ArcMap 10.3.1 the generated JPG2000 won't work anymore in ArcPad 10.2. I'm using the ArcPad Data Manager 10.0 Extention to convert a MXD-Project for ArcPad. The problem is that ArcGIS 10.3.1 generates a corrupted *.jpg2.aux.xml file. Did anybody make a similar experience? I'm using EPSG 9902, I hope that's not the problem. The generated XML file looks like that: <PAMDataset>
<Metadata>
<MDI key="Corder">PCRL</MDI>
</Metadata>
<Metadata domain="xml:gml.root-instance">
<MDI key="<gml">FeatureCollection xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/gml http://schemas.opengis.net/gml/3.1.1/profiles/gmlJP2Profile/1.0.0/gmlJP2Profile.xsd">
<gml:boundedBy>
<gml:Null>withheld</gml:Null>
</gml:boundedBy>
<gml:featureMember>
<gml:FeatureCollection>
<gml:featureMember>
<gml:RectifiedGridCoverage dimension="2" gml:id="RGC0001">
<gml:rectifiedGridDomain>
<gml:RectifiedGrid dimension="2">
[...]
</gml:RectifiedGridCoverage>
</gml:featureMember>
</gml:FeatureCollection>
</gml:featureMember>
</gml:FeatureCollection>
</MDI>
</Metadata>
<Metadata domain="xml:CRSDictionary.gml">
<MDI key="<gml">Dictionary gml:id="CRSU1" xmlns:gml="http://www.opengis.net/gml" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<gml:dictionaryEntry>
<gml:ProjectedCRS gml:id="ogrcrs13">
<gml:srsName>DHDN_3_Degree_Gauss_Zone_3</gml:srsName>
<gml:baseCRS>
[...]
</gml:ProjectedCRS>
</gml:dictionaryEntry>
</gml:Dictionary>
</MDI>
</Metadata>
<Metadata domain="Esri">
<MDI key="PyramidResamplingType">NEAREST</MDI>
</Metadata>
<PAMRasterBand band="1">
<Histograms>
[...]
</Histograms>
<Metadata domain="IMAGE_STRUCTURE">
<MDI key="COMPRESSION">JP2000</MDI>
</Metadata>
<Metadata>
<MDI key="SourceBandIndex">0</MDI>
<MDI key="STATISTICS_COVARIANCES">2195.994657066516,1948.976467658431,1811.804962385833</MDI>
<MDI key="STATISTICS_EXCLUDEDVALUES"></MDI>
<MDI key="STATISTICS_MAXIMUM">255</MDI>
<MDI key="STATISTICS_MEAN">89,487069317156</MDI>
<MDI key="STATISTICS_MINIMUM">0</MDI>
<MDI key="STATISTICS_SKIPFACTORX">1</MDI>
<MDI key="STATISTICS_SKIPFACTORY">1</MDI>
<MDI key="STATISTICS_STDDEV">46,861441047694</MDI>
</Metadata>
</PAMRasterBand>
<PAMRasterBand band="2">
[...]
</PAMRasterBand>
</PAMDataset>
One thing is that the less-than sign ( < < ) and the greater-than sign ( > > ) are not correct shown. The other thing is that the NoDataVaue-tags are missing: <NoDataValue>2.56000000000000E+002</NoDataValue> Also the whole header is corrupted. However I was able to repair the XML file manual: <PAMDataset>
<Metadata domain="xml:gml.root-instance" format="xml">
<gml:FeatureCollection xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengeospatial.net/gml http://schemas.opengis.net/gml/3.1.1/profiles/gmlJP2Profile/1.0.0/gmlJP2Profile.xsd">
<gml:boundedBy>
<gml:Null>withheld</gml:Null>
</gml:boundedBy>
<gml:featureMember>
<gml:FeatureCollection>
<gml:featureMember>
<gml:RectifiedGridCoverage dimension="2" gml:id="RGC0001">
[...]
</gml:RectifiedGridCoverage>
</gml:featureMember>
</gml:FeatureCollection>
</gml:featureMember>
</gml:FeatureCollection>
</Metadata>
<Metadata domain="xml:CRSDictionary.gml" format="xml">
<gml:Dictionary gml:id="CRSU1" xmlns:gml="http://www.opengis.net/gml" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<gml:dictionaryEntry>
<gml:ProjectedCRS gml:id="ogrcrs25">
<gml:srsName>DHDN_3_Degree_Gauss_Zone_3</gml:srsName>
<gml:baseCRS>
[...]
</gml:ProjectedCRS>
</gml:dictionaryEntry>
</gml:Dictionary>
</Metadata>
<Metadata domain="ESRI">
<MDI key="PyramidResamplingType">NEAREST</MDI>
</Metadata>
<PAMRasterBand band="1">
<NoDataValue>2.56000000000000E+002</NoDataValue>
<Histograms>
[...]
</Histograms>
<Metadata domain="IMAGE_STRUCTURE">
<MDI key="COMPRESSION">JP2000</MDI>
</Metadata>
<Metadata>
<MDI key="STATISTICS_MINIMUM">0</MDI>
<MDI key="STATISTICS_MAXIMUM">255</MDI>
<MDI key="STATISTICS_MEAN">89,487069317156</MDI>
<MDI key="STATISTICS_STDDEV">46,861441047694</MDI>
</Metadata>
</PAMRasterBand>
<PAMRasterBand band="2">
<NoDataValue>2.56000000000000E+002</NoDataValue>
[...]
</PAMRasterBand>
</PAMDataset>
How can I fix that problem permanently? Updated Can anybody confirm that this is a bug from ArcMap 10.3?
... View more
04-18-2016
06:01 AM
|
0
|
0
|
3161
|
POST
|
I check the printer configuration and there where some problems as I had to force to remove some old printer drivers. But that didn't help to make ArcMap starting again...
... View more
01-22-2016
04:54 AM
|
0
|
1
|
1592
|
POST
|
Unfortunately the bug is not the problem, I use the first workaround but still the same result, ArcMap doesn't start.
... View more
01-22-2016
04:50 AM
|
0
|
0
|
2295
|
POST
|
I don't think the firewall is the problem. As ArcMap get a valid license status and I can start ArcCatalog.
... View more
01-21-2016
01:17 AM
|
0
|
0
|
2295
|
POST
|
yes I did that too, but with a fresh installation it should be normally not a problem of the Normal.mxt itself...
... View more
01-20-2016
07:34 AM
|
0
|
0
|
2295
|
POST
|
How can I debug the initial process of ArcMap 10.3.1 for Desktop? The ARCMAP.exe process get's killed after hanging a while with the "Loading Document..." message. What I have done so far: Check and reset the Normal.mxt Reset AppData\Roaming\ESRI\Desktop10.3 reinstall ArcGIS 10.3.1 It seams like something is blocking the initialing process. Interesting is that the process gets about 70,000 K memory and then doesn't change anymore until it get killed. Any ideas how to debug the start of ArcMap?
... View more
01-20-2016
07:14 AM
|
0
|
14
|
6683
|
POST
|
Same error message for us. We're working a windows domain environment on a samba4 server. It seams like that the error message doesn't appear when you are working with the domain admin rights. Normal user (with full edit rights) experience the problem regular though not always. I could narrow the problem down, seems like it appears a little randomly too. Regards Valentin
... View more
10-17-2014
05:54 AM
|
0
|
0
|
1834
|
POST
|
Just found a typo... Gauss without R please! fart.exe -r -- *.prj "Transverse_Mercator" "Gauss_Kruger"
... View more
02-14-2014
05:36 AM
|
0
|
0
|
674
|
POST
|
I can just describe the way I do it. As I have to update many projects on at least 4 or 5 devices, I'm using the way that I take the SDcard from the device and sync it with the my ArcPad folder on the PC (by using Total Commander). Therefore you just have to make sure that ArcPad saves the data on the SD card. Hope that helps, though its not the suggested method by ESRI. Regards Valentin
... View more
09-20-2013
01:08 AM
|
0
|
0
|
403
|
POST
|
My idea is to rewrite the PRJ file automatically before its shape get loaded. Or is there a better way to avoid these project conflict? Because it got my nerves to correct the projection manually, I finally found a way to do it automatically. There for I put a little batch file together which excuse the following command: fart.exe -r -- *.prj "Transverse_Mercator" "Grauss_Kruger" The code use the text command line utility "FART". Best regards Valentin
... View more
09-20-2013
12:45 AM
|
0
|
0
|
674
|
POST
|
Thanks a lot, that is the example I was looking for!
... View more
05-16-2013
07:28 AM
|
0
|
0
|
643
|
POST
|
Hi all, since ArcMap 10.1 I have an issue with projection differences when I create a ArcPad 10 Project with the ArcPad Data Manager. In my example its about the German Projection DHDN_3_Degree_Gauss_Zone_3. The only difference is that in ArcMap the name of the projection is Transverse_Mercator and ArcPad need it with the projection name Gauss_Kruger. I can change that easy manually after I created a project, but its annoying, especially when you forget about it and open the project on the field device and it doesn't show the shape. My idea is to rewrite the PRJ file automatically before its shape get loaded. Or is there a better way to avoid these project conflict? Regards Valentin
... View more
05-16-2013
04:24 AM
|
0
|
2
|
3037
|
POST
|
Thank you ttruong for your answer, I think it helps me to understand already a little more. The question is how to implement this? It is implemented the same way that you had for your login code working. I guess you had your login code under OnStartup Event?! I start my login code over an applet, that's why I don't understand the implementation of the OnShutdown event. My applet (Login.apa) looks like that: <?xml version="1.0" encoding="UTF-8"?>
<ArcPad>
<APPLET onload="Call Login()" name="">
[...]
</APPLET>
<SCRIPT src="Login.vbs" language="vbscript"/>
</ArcPad> So gets loaded when I start ArcPad and it calls for the Login() sub in the Login.vbs: Sub Login()
Application.MessageBox "Hello world!", apOKOnly, "Logged In"
End Sub Am I guessing right, that these is not the way to call a OnStartup or OnShutdown Event? Regard Valentin
... View more
05-16-2013
01:46 AM
|
0
|
0
|
643
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|