ItemInfo's summary text for Standalone ArcGIS Server service is incorrect

167
1
01-28-2025 11:46 AM
JoanneMcGraw
Frequent Contributor
If an SD has two different values for "summary" and "snippet" in its esriinfo/iteminfo.xml, the "snippet" value is displayed for both "snippet" and "summary" on the service's endpoint info/iteminfo HTML page.
 
Here is what is contained in the SD's iteminfo.xml relative to this problem:
 
    <snippet>snippet text</snippet>
    <summary>summary text</summary>
 
When the SD is published and its iteminfo page is displayed, you'll see:
 
    snippet: snippet text
    summary: snippet text
 
I'm fairly confident this is a long-standing bug in the ArcGIS Server's code when it's formulating an iteminfo HTML page response. I can see the same behaviour in our 10.4.1 server and am currently working with 11.1  Looks like a copy/paste error, probably from the code's inception.
 
Just letting Redlands know in this forum as well as the Support case I just submitted. Picked "Enterprise" because I couldn't find anywhere to pick Standalone ArcGIS Server.
 
 
0 Kudos
1 Reply
myESRIUName
Emerging Contributor

I've just found another one...

The SD's content for <idAbs> in its esriinfo/metadata/metadata.xml is not what is displayed when the SD is published and the service's /info/metadata is view. It seems to be displaying the /info/iteminfo's description instead.

When I look in the extracted files of arcgisinput, the metadata is correct. But, when it's getting transferred over to the config_store it's getting changed.

 

0 Kudos