Delete a complete BOM (if any) using Batch Loader
Hello, I am learning how to use the batch loader to add a BOM to a specific part, but now I would like to do the opposite: I would like to come up with a script I can run with the Batch Loader that would delete a BOM regardless of how many components it has. How could I get started on this? Regards, PMateo21KViews0likes12CommentsLog changes made by Batchloader on part history
Hi. When I create and then release an ECN, I can see some descriptions and comments if I go to Views/History. However, I would like to find a way to also add some description on the History of the part when I use the batchloader to update any part properties. Is there a way to accomplish this? Also, I am wondering if there is a way to also add comments when a manual change has been made (let's say, a manual release of a part, or manually promoting a part due to unforeseen circumstances). Thanks in advance! PMateo18KViews0likes10CommentsUploading a local file to Innovator using the Batch Loader
I'm having issues uploading a local file to an instance of Innovator using the Batch Loader. I have the following XML: <Item type="Document File" action="add"> <related_id> <Item type="File" action="add"> <actual_filename>C:\some\file\path\@1</actual_filename> <filename>@1</filename> </Item> This currently fails. I had to search to find out the <actual_filename> tag is used for the fully qualified path of the file, yet it is not present in the File Item when inspecting it through Innovator Client. Any help with this would be appreciated.11KViews0likes8Commentsbatchloader to import several generation
Hi I am trying to import several generation of an item. In AML I can do it with <Item type='myItem' action='merge' where="[myItem]._title='123456'"> <_title>523556</_title> <_start_date>2019-09-30T00:00:00</_start_date> <_end_date></_end_date> <_status>New</_status> </Item> This AML request works it gives : But in the batchloader I got an error since I could not make a aml like <Item type='myItem' action='merge' where="[myItem]._title='@2'"> Any Idea ? Thanks. Best regards Hadrien7.1KViews0likes2CommentsUploading 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.7KViews0likes4CommentsHow do you import Excel BOM data into Aras Innovator open version?
Hello, I currently use the open, free version of Aras Innovator and am having difficulty figuring out how to store BOM data within the tool. I have seen from other posts that subscribers have access to a direct import functionality and also some kind of batch loader. For the latest free version of ARAS, what are the exact steps to import an excel file containing BOM data into Aras? Any help would be greatly appreciated.6KViews1like7CommentsConsoleUpgrade.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.4KViews0likes2CommentsBatch 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.2KViews0likes3CommentsUnable to load End of Sale/ End of Support Not available fields with Boolean 1
Hello Batchloader team I am trying to load End of Sale Not available and End of Support Not available fields with Boolean 1 against unique P/Ns in the Manufacture Parts table I loaded the data correctly with txt file as shown in the preview. I think the template (which is auto-generated) is incorrect <Item type='Manufacturer Part' action='edit'> <id> <Item type='Manufacturer Part' action='get' select='id'> <keyed_name>@1</keyed_name> </Item> </id> <_end_of_sale_blank_flag>@2</_end_of_sale_blank_flag> <_end_of_support_blank_flag>@3</_end_of_support_blank_flag> </Item> What would be the solution to not get a failed result ?4KViews0likes5Comments