-
Try to setup appropriate file type. 1) Login to Innovator. 2) Navigate to Administration/FileType in TOC 3) Create a new FileType for docx extension. Use doc extension as an example. Set MIME type = application/vnd.openxmlformats-officedocument.wordprocessingml.document Hope this helps.
-
I spoke to soon - the file never gets in the vault. It has a location path but the path is not there. It is in the files form. Dim conn As IOM.HTTPServerConnection = New IOM.HTTPServerConnection conn.innovator_server_url = "http://10.12.19.57/InnovatorServer/Server/InnovatorServer.aspx" conn.http_username...
-
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...
-
Hi All, Do you know how to make a copy of existing file in Vault, so that I can attach the duplicated file to another document in Aras? The IOM API seems mainly operate on items and their relationships but not on the physical objects in vault? Thanks. Amdinside
-
Hello all, I want to know know min_rev (minor_revision) works in the below scenario?? I have a 'Released' Part with major_rev 'A'. Once the Goal is updated the 'Released' Part state is changed to Preliminary & Revision becomes 'B'. I don't want that to be happened...
Posted to
Developers Forum
(Forum)
by
sherenegladysj
on
Thu, Oct 29 2009
Filed under: Files, IOM, IOM Vault, Client Methods, Visual .net, aras, Aras:, .net, .net integration, aspx with C#, .aspx
-
Here is the scenario; I have three level Part BOM (say Part_A -> Part_B -> Part_C) Part_A is top level BOM & Part_C is the bottom most BOM. I have Released all the Part's using ECO. State of Part_A, Part_B & PArt_C is Released. Revision is "A" I have Released again Part_C...
Posted to
Developers Forum
(Forum)
by
sherenegladysj
on
Wed, Nov 11 2009
Filed under: Files, IOM, Workflow Promotion, SQL, Stored Procedure, project template, IOM Vault, Reports, Visual .net, connectors, Aras:, .aspx
-
Hello all, While creating Part, Document will be created with same as Part Number and Description. I have written server method (OnAfterAdd) for this. Dim myInnov As Innovator = Me.newInnovator() Dim partID As String = Me.getID() Dim partItem As Item = myInnov.newItem("Part", "get"...
-
Hello all, I want to have Part Naming Convention in the part Item Number field. The Naming Convention as follows... DF_PN_X_XXX (All Part Number should follow this pattern) DF_PN -- Code X ----- Type (P-Part / A- Assembly/ M- Mechanical/ E-Electrical...) XXX ----- Base Number (000 - assembly, 001, 002...
-
I need to prompt the user to select a file from the client using the standard file browser, and after they select a file, open it, and read the contents (which will be XML).
-
yes, I am agreeing to the answer. Duplicating file is not correct idea. It should be link to the file to other vault. Attaching tags takes very long time!!! Thanks. Vijay Prabhu