Browse By Tags

  • ARAS 31 soap-env:server authentication failed for admin authentication failed for admin

    Hai, We have upgraded to ARAS 31 from 12. The migration is in progress. While login from application Its working fine. But while login from web API we are getting an error "soap-env:server authentication failed for admin authentication failed for admin…
  • Need Guidance: Prevent On Close Server Event to get called when there is Error (when voting) and the CM Activity is not Closed?

    Hello All, I'm creating a server-side method that sends an email to the Change Leader. It gets invoked " on close " in association with a Change Management workflow activity. The email should be sent only when the activity is closed, and the workflow…
  • Better version of 'Not a single Item' Error?

    Hello, Does anyone know if it is possible to edit a piece of code to produce a more descriptive error rather than just 'Not a single Item'. I understand the logic behind why this issue occurs and I have my own ways of finding where this error occurs…
  • How to create itemtype Requirement using C#? Getting error that cannot pass null value in column.

    Hello, I am currently using Aras Innovator 12.0 and Requirement Engineering module version 12.0R1. I am trying to create Requirement itemtype by using following C# code: Input to the function is given in SOAP UI as: I am getting an error…
  • Error (SOAP) Messages

    Good day all. Since I have inherited the database from another contractor, I am not sure what is normal and what is unique to my system. The error (SOAP) messages do not seem to be useful. I have been trying to create an e-mail message that will pull…
  • UX - Secondary Nav - Goto Form(s)

    I want to get this View/Form(s) data from the SOAP response that happens between the selection of an ItemType and the building of that IT's Secondary Nav. I then want to use my new friend, aras.uiShowItem("Form", the_form_id) to go straight to the…
  • orderBy itemtype properties with pagination

    Hello community, I am facing a new challenge, I need to sort the answer of a SOAP request but since I have an itemtype property, I only figure to sort on the id of the itemtype used in the property and not on the name of the instances... Datamodel…
  • Using SOAP with Aras

    Hi there, In Aras V11 I have played around with sending AML from VB for Applications to our Aras server. I am trying to do it without using the IOM.dll. I did manage to get it working, but now with our V12.0 installation the server is giving me…