ARS7732E
What was the error?
Message Number: 7732
Message Severity: Error (Corrective action is required to continue)
Message Name: ARS7732E
Message Text: A parsing error occurred in file file, Line X, Column Y: detail.
Example
ARS7732E A parsing error occurred in file exportApplications.xml Line 10, Column 30: Required Attribute 'AppGroup' was missing.
Related Errors
ARS7795E - ARSXML - The input file contains objects that are specified in the wrong order.
ARS7807E - No objects were found
What were you doing?
Trying to export configuration data from Content Manager OnDemand using the arsxml utility.
What happened?
Inside the input XML file you passed to arsxml, a configuration parameter is missing. Examine the CMOD XML Stylesheet, ondemand.xsl for clues. The arsxml utility indicates where the error occurred in the file, and provides you the line and column number where it experienced the error.
Troubleshooting
If you're trying to export Application Groups, you need BOTH of these parameters inside the XML input file:
<applicationGroup name="_ALL" /> <application name="_ALL" appGroup="_ALL" />
The 'appGroup' parameter is required for exporting Applications. There may be different parameters required for different configuration parameters.