Browse By Tags

  • Cannot create new Project --- Error loading ----.xml

    Hi, I'm facing a issue to add project due to detect error message. Import PM for Innovator 12 is success. But Error message looks indicated insufficient setup about xml. Do you have any good solution in this case?
  • How to create a new report ?

    Hi, I would like to create a new report. For some reason my xsl documents makes blank rows .. ***********Here is my report Query : <Item type="HG_Product_Model" action="get" > <related_id> <Item type="Part" id="{@id}" action="get" select="item_number…
  • XML Parser Error

    When I use applyAML, I got this error. But my AML is correct. An error occurred while parsing EntityName. Line 8, position 67.System.Xml.XmlException: An error occurred while parsing EntityName. Line 8, position 67.
  • DB Lock

    When I use applyAML, sometimes it will cause DB Lock. What conditions will cause this cause? By the way, I have the error message. When I applyAML =><AML><Item type='Activity' action='EvaluateActivity'><Activity>109890D287C24699A1EA639B921F3E18…
  • "Root element is missing." XML Error when trying to add Requirement through .NET API

    I am trying to add a Requirement through the .NET API. Here is my code: //creating new connection HttpServerConnection conn = IomFactory.CreateHttpServerConnection(serverUrl, dbName, username, password); Innovator inn = IomFactory.CreateInnovator…