Aras PLM Community
Enterprise Open Source PLM Software and Ideas

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Re: HttpServerConnection

    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...
    Posted to Developers Forum (Forum) by snnicky on Fri, Apr 18 2008
    Filed under: IOM
  • Re: Get Property Item

    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...
    Posted to Developers Forum (Forum) by snnicky on Tue, Nov 27 2007
    Filed under: IOM
  • Affected Items

    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...
    Posted to Developers Forum (Forum) by gwilliams on Tue, Nov 13 2007
    Filed under: IOM
  • vault a file from vb.net

    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...
    Posted to Developers Forum (Forum) by gwilliams on Fri, Oct 19 2007
    Filed under: Files, IOM
  • Re: Trying to access innovator items from external application

    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...
    Posted to Developers Forum (Forum) by snnicky on Sun, Aug 26 2007
    Filed under: IOM
  • How to call user defined method/function when click on command button....?

    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.....
    Posted to Developers Forum (Forum) by Revansidh on Mon, May 25 2009
    Filed under: IOM, SQL, IOM Vault, Reports, Web Services, aras, connectors
  • Re: Passing variables to next activity

    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...
    Posted to Developers Forum (Forum) by venuadepu on Thu, May 28 2009
    Filed under: IOM, Workflow Promotion, IOM Vault, Client Methods, aras, connectors, Aras:
  • Not able to create a workflow instance

    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...
    Posted to Developers Forum (Forum) by venuadepu on Fri, Jun 5 2009
    Filed under: IOM, IOM Vault, Client Methods, aras, connectors, Aras:
  • Attaching document in the InBasket

    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
    Posted to Developers Forum (Forum) by sherenegladysj on Wed, Jun 17 2009
    Filed under: IOM, aras, Aras:
  • My Inbasket is not loading

    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...
    Posted to Developers Forum (Forum) by venuadepu on Fri, Jun 19 2009
    Filed under: IOM, Workflow Promotion, IOM Vault, Client Methods, aras, connectors, Aras:
Page 1 of 3 (27 items) 1 2 3 Next >