This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SUPPORT Q&A - How to download the projcets?

Subbu - Wednesday, March 28, 2012 2:07 AM:

Dear All,

When i am click on download tab display the related projects. click on that project but not download project.

Reagards

Subrahmanyam



Jennifer - Wednesday, March 28, 2012 9:00 AM:

Hi Subbu,

Please provide a link to the project you are unable to download so we can test this error.

Best,

Jennifer



Subbu - Thursday, March 29, 2012 12:07 AM:

Hi Jennifer,

 

www.aras.com/.../project-view.aspx



Yoann Maingon - Friday, March 30, 2012 5:53 AM:

Works well for me. It's just an AML file to import using the AMLstudio or the Nash!



Olle - Tuesday, April 3, 2012 5:36 AM:

Hello!

AMLstudio - Another project related question

Now I have downloaded the installed the project Variants .

First I got an ErrorMessage "faultstring:Form already exists". I used "Type=Ignore" but then I tried again with "Type=Merge" and the import worked fine. I hope that is OK.

Next step is to try it out with the Tractor and Seat examples.

Nash fails to show/connect to the database, so I tried AMLstudio 1.2.1 beta. There was no manual or other information on how to use it.
I saw Yoanns AMLstudio presentation on youtube. Very good! It was easy to load these examples into AMLstudio. But I am not sure how to actually load the result into Aras Innovator.

When I check I can´t see the examples in Aras Innovator.

 



Eric Domke - Wednesday, April 4, 2012 8:18 AM:

To submit a segment of AML to the server, you first need to log in to your Aras Innovator instance.  Specify the URL of your Innovator installation along with a valid user name and password.  You will also need to specify which database to log in to.  If you don't remember the names of your databases, press the ".." button to populate the list of databases.  Afterwards, select log in.  If everything is successful, the message "Login Successful." will appear in the status bar, and the submit request button will become enabled.  Then select Submit Request to send the request to the server.  The response will display in the lower half of the screen.  In order to to modify data in the database, make sure that the action of your AML is something like "add", "edit", "merge" or something else other than "get" (which will merely retrieve data from the database).  For example, to create a part in the database, try submitting something like

<AML>

  <Item type="Part" action="add">

    <item_number>123</item_number>

  </Item>

</AML>



Olle - Wednesday, April 4, 2012 6:50 PM:

Since Build 4.0 has no documentation, I used the .doc for Build 3.0. It was partly correct for Build 4.0. But it tricked me.



Olle - Wednesday, April 4, 2012 6:54 PM:

This is what I have found out with the help of Eric:

The versions I used were: Innovator 9.3/Variants Build 4.0.

Since Build 4.0 has no documentation, I used the .doc for Build 3.0.

It was partly correct for Build 4.0. But it tricked me. It is written “The contents of the file named “Variant-Tractor-DataSet.aml” and “Variant-Seat-DataSet.aml” can be loaded into your Aras Innovator instance using NASH.”

I took those files from Build 3.0, but they are incompatible with 9.3 and also removed from Build 4.0.