• How to batch download and upload files?

    Under Documents, Type= Setup Sheet, State = Released, are documents that are in excel and they have to be converted to pdf I guess the first the step woudl be to get the meta data, Document name, ID, Related Files, and File ID. Then loop through this…
  • Upload missing document relationship in Process Plan. "Add" statement doesn't work

    I need to upload relationship between Operation Document and the Documents. As you can see from the picture below the hierarchy of Process Plan is: Process Plan--> Operation Number (which is `sort_order`, in this case it is 20)-->Document I have an…
  • Error when try to upload a file ARAS 12

    When I try to upload a file in my Item Type, I receive the error Multiple Errors: DoPhysicalFiles - SendRequestToVaultServer: invalid_client -, it was working normally, but today start to show this issue. Someone pass by this issue and can help me?…
  • Loading files using BeforeAMLPackagesImport script

    Hello All, I am loading some custom help pages as items in Innovator as part of an AML package. These items have pictures attached to them so I know I need to load the pictures separately through a BeforeAMLPackagesImport script (or just before the…
  • Upload Files with AML - does it still work this way?

    Hi Community, in many forum posts samples are shown how to upload files via AML. Typical one: <Item type='Document' action='add'> <item_number>uploadtest</item_number> <name>myName</name> <description>myDescription</description> <Relationships> <Item…
  • Upload File without creating a new generation

    I wish to create an Action for the Document ItemType that 1. Prompts the user to select a file, 2. Uploads the file, and 3. Does not create a new generation of the Document Item. Use Case: A Document, for example at Rev C, are reviewed via the…
  • How can I upload blob data to vault in javascript?

    I have a blob from the clipboard. Basically It is an image. I put the blob data in an img tag. So I wanna upload the blob data to the vault and use it as an Image property. Is there any idea to upload blob to vault in javascript?
  • Uploading CADdocs with Relationships from local PC to ARAS

    Hi All, looking to create a method to allow me to upload CADdocs into Aras, from my local computer, without needing to use a CAD Connector. I am new to developing for Aras and could use some pointers. Does anyone have any ideas or could lead me down the…
  • How to upload a photo?

    Hello I hope you can help me, I need this image to upload, which is the employee identification photo, to be loaded where the ItemType logo is, How could I make this possible?
  • Upload and download File from vbscript

    Former Member
    Former Member
    Last days, i am trying to develop a visual basic script to upload file into vaultserver. I have read previous Post from year 2007, but I have not managed to upload files. Does anyone have a script to upload files using soap? Thanks, Jesús
  • Does ARAS server need access to the file for Item.attachPhysicalFile to work?

    Former Member
    Former Member
    We are using a cloud version of ARAS, and I am trying to attach a physical CAD file to an item. But I am receiving the exception: Item is not of type 'File'. I have verified the existence of the file, and the path is in UNC format, so I am wondering…
  • Upload a file as attachment to document Item

    Hi, I would like to know is it possible to load a doc or docx file to aras using data loader. I am using data loader which load the document(Item) from excel file. so is it possible to load the file(attachment) load with the parent Item (in Document…