Skip to main content
Hello,
i found error in error profiles of K2.net 2003 Service Manager

System.Exception: XML value not supplied
at SourceCode.K2Utilities.XMLFieldMod.GetXMLValue(String xml, String XPath)
at K2Code1566.Main(ServerEventContext K2)



how to fix this error ?
This error can occur when the XML field the code is trying to read has not been initialized (i.e. is blank).

Use the workspace to view the process XML data for this process instance to see whether the XML field contains any data. You'll need to have a look at the event in question in the process design (K2 Studio) to see what XML field it is trying to query.
thank for comment
but now k2workspace can not used.

Reply