Mass import options
We have an old Minerva Import Tool as part of our Aras Instance. It's written as a standalone webapp, but running on the same webserver as Aras and reusing the authentication cookie - I don't know what was the benefit of doing it this way, but that's what they did. Now, this tool is getting outdated due to some changes required for an integration. We don't have the source code for the tool so we can't easily update it, it's written in VB for an ancient version of .net anyway so it wouldn't be so useful anyway. What I'm wondering is, what are you using for mass import of Parts, BOMs, and Manufacturer Parts?Solved158Views0likes4CommentsCustomizing BatchLoader in ARAS 31 to Add Users with Identities
Hi everyone, I recently migrated from ARAS version 11 to version 31. In ARAS 11, we used the BatchLoader tool to import user data from an Excel file, which included both user details and their associated identities. However, after migrating to ARAS 31, I noticed that the BatchLoader no longer supports adding users and identities together in a single operation. The AML mapping now restricts us to using only one ItemType at a time, which makes it difficult to replicate our previous process. Has anyone tried customizing the BatchLoader in ARAS 31 to overcome this limitation? I’d really appreciate any guidance or suggestions on how to achieve this. Thanks in advance for your help! — Salini42Views0likes0CommentsBatch Approve Express ECOs
We are using Innovator 24 in a large course (550+) students. This Fall we will be having all students submit their work using the Express ECOs. Once items are scored, we would like to be able to Batch Approve the ECOs by selecting the desired ECOs with an Action available in the contextual menu to approve the selected ECOs. Any assistance with writing the method that would enable this would be greatly appreciated.Solved51Views0likes1CommentConsoleUpgrade.exe to execute AML in batch mode
Hi, I use ConsoleUpgrade.exe to export a package from a DEVELOPMENT aras environment and to import this package in a PRODUCTION aras environment. After the import, I need to execute some specific AML to clean some ItemType or execute some methods. Here is an example of AML I need to execute: <AML><Item type="Method" action="COCO_UPDATE_LISTS"></Item></AML> I can execute it with Nash but I would like to do it by batch. I tried to put an AML file with the same content in the package but this file is not treated by ConsoleUpgrade.exe. Do you know a way to execute an AML in batch ?Solved4.5KViews0likes2CommentsUploading multiple document revisions with the batchloader
Hi, I have the following (legacy) structure of documents and files: DOC-0001 Rev 12 State: Superseded File abc_12.dwg File abc_12.pdf DOC-0001 Rev 13 State: Superseded File abc_13.dwg File abc_13.pdf DOC-0001 Rev 14 State: Released File abc_14.dwg File abc_14.pdf I would like to upload these to ARAS using the batch-loader utility. Is this possible with AML keeping the revisions and states correct? and how should the AML code look? Regards, FrankSolved6.8KViews0likes4CommentsBatch Loader Utility: Automatically add extra characters if a cell contains double quotation mark
I'm using Batch Loader to import data into ARAS from a csv file. I notice that if a cell contains a double quotation mark ", the tool will automatically add some extra " to the content. It is an annoying behavior. Example: A cell content in the CSV file is: This is test" field . => What is display in Batch Loader: "This is test"" field." Does anyone know how to fix the problem? Thanks in advance.4.3KViews0likes3CommentsUpload 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 File Relationship)i.e. wih Document. Thanks.3KViews0likes2Comments