When attempting to upload process with previously downloaded process XML file, you may receive following error:
- Error reading XML file - Name cannot begin with the ';' character, hexadecimal value 0x3B... [LFF317-UnableToReadXml]
New Relic .NET Agent injects the process XML with "<script>" block when download the process if there is New Relic .NET Agent installed on the Forms Server.
- If you still want to use the existing downloaded process XML file to upload process, you can edit the XML file and remove the "<script>" blocks inside "<suspendNotification>" and "<terminalNotification>" blocks.
- You can also disable instrumentation for FormsAppPool from New Relic .NET Agent configuration so it will not inject the process XML files any more when download process using following steps:
New Relic .NET agent configuration documentation