-
Hello Russel. Here is a C# sample for Innovator 8.2: string innovatorServerUrl = "http://myinnovator/Server/InnovatorServer.aspx"; string database = "mydatabase"; string userName = "admin"; string password = Innovator.ScalcMD5("innovator"); HttpServerConnection httpConnection = IomFactory.CreateHttpServerConnection...
-
Please pay attention that there is no tag Item inside tag source_id. Thus getPropertyItem is not applicable. If you try IOM. Item itemProp = result.getPropertyItem( "related_id" ); textBox1.Text = itemProp.dom.InnerXml; this should work. Since you know ItemType id you may request the ItemType. For example...
-
Files are vaulted, Documents are created & ECN is created But the affected items list is to long to add one at a time through the ECN itself. Can someone help me add affected items? iomDoc.setProperty("owned_by_id", "30B991F927274FA3829655F50C99472E") Dim str As String = iomDoc.getID ' this is nothing...
-
Insufficient relationship count (0) of Located relationships. At least 1 required. I can't vault a file - can some one explain what I'm doing wrong? Dim conn As IOM.HTTPServerConnection = New IOM.HTTPServerConnection conn.innovator_server_url = "http://10.12.19.57/InnovatorServer/Server/InnovatorServer...
-
Hello Toms, Innovator Server and Innovator Vault URLs must be full specified. For example "http://MyMachine:8880/InnovatorServer/Server/InnovatorServer.aspx" and "http://MyMachine:8880/vaultserver/VaultServer.aspx". 405 HTTP error means "Directory listing is denied". Also as far as I remember password...
-
I have already writien one method. Now I want to call this method....! This method should be called when I clicked on any command button. I already called this method on field event i.e. Click.. But I is not working ...! So How I call this call this method on any field event.....! Thank you.....
-
thanks for the reply The settings have been enabled given in the document. But still I am getting the same problem. Security tab i. Trusted Sites Zone URL for Innovator is added. ii. Custom Level button 1. .NET Framework-reliant components a. Run components not signed with Authenticode – Enabled...
-
I have created a new workflow map with two activites and itemType for that . Whenever I try to create and save an instance for that workflow it is showing exception and sometimes the innovator is getting hanged. And not able to open 'myInbasket' aslo. Does anyone know why this is happened and...
-
Hello all, I'm trying to attach a document in 'Workflow Activity Completion' Sheet in the InBasket. I didn't find any option to attach a document as Variables. Is it possible to attach a document in workflow??? Can anyone please help me to resolve this??? Thanks, Sherene
-
Hi All, I created a workflow with two activities and activity1 is assigned to 'admin' user. Whenever I am trying to create an instance, it is reflecting in Workflow processes.That is fine. But whenever I am trying to open 'My Inbasket' item, the brower is unable to load the page and it...