Answered by:
XML Error during Publishing of appv 5 package

Question
-
Hi All,
We sequenced an application using App-v 5.0 SP1 . During publishing it on a stand alone client machine using the below command we are getting the below error.
"XML document could not be loaded because invalid . Please supply a valid XML Document . Please consult Appv Client Event Log for more details"
EventViewer log message is shoen below message.
"failed to validate provided XMl.DOM Error: Unknown HResult Error code : 0xc00ce224
Reason: The node is neither valid nor invalid because no DTD/Schema declaration was found"
I searched the sites and blogs for solution but didn't get any . Could you pelase help in this .
Thanks in advance
Regards
Phaneendra
Sunday, October 20, 2013 8:50 AM
Answers
-
Hello,
1. Try to publish it without the configuration file
2. Try to publish it with a UserConfig.xml file when using the -DynamicUserconfigurationPath
3. Validate that your XML is formatted properly
Nicke Källén | The Knack| Twitter: @Znackattack
- Proposed as answer by kirk_tnModerator Monday, October 21, 2013 11:08 AM
- Marked as answer by David WoltersModerator Friday, January 10, 2014 2:35 PM
Sunday, October 20, 2013 1:37 PM -
+1 for Nicke's suggestion
2: Try to publish it with a UserConfig.xml file when using the -DynamicUserconfigurationPath
Publish-appvclientpackage only supports userconfig XML files. To deploy a deploymentconfig XML file, use 'add-appvclientpackage' (again) instead.
Falko
Twitter @kirk_tn | Blog kirxblog | Web kirx.org | Fireside appvbook.com
- Marked as answer by David WoltersModerator Friday, January 10, 2014 2:35 PM
Monday, October 21, 2013 11:08 AMModerator
All replies
-
Sunday, October 20, 2013 9:22 AM
-
publish-appvClientPackage -DynamicUserConfigurationPath "c:\notepadplusplus\Notepadplusplus_DeploymentConfig.xml" -Name "notepadplusplus"Sunday, October 20, 2013 11:52 AM
-
Hello,
1. Try to publish it without the configuration file
2. Try to publish it with a UserConfig.xml file when using the -DynamicUserconfigurationPath
3. Validate that your XML is formatted properly
Nicke Källén | The Knack| Twitter: @Znackattack
- Proposed as answer by kirk_tnModerator Monday, October 21, 2013 11:08 AM
- Marked as answer by David WoltersModerator Friday, January 10, 2014 2:35 PM
Sunday, October 20, 2013 1:37 PM -
+1 for Nicke's suggestion
2: Try to publish it with a UserConfig.xml file when using the -DynamicUserconfigurationPath
Publish-appvclientpackage only supports userconfig XML files. To deploy a deploymentconfig XML file, use 'add-appvclientpackage' (again) instead.
Falko
Twitter @kirk_tn | Blog kirxblog | Web kirx.org | Fireside appvbook.com
- Marked as answer by David WoltersModerator Friday, January 10, 2014 2:35 PM
Monday, October 21, 2013 11:08 AMModerator