• Getting name property mismatch error while changing data type - Text to Date

    The Property has data type Text and we are trying to set to Date on that time we are getting : - does not match the required 'name' property pattern: ^[a-zA-Z](\w*| +\w+)*$]] Request: <Item type="ItemType" id="5738793931D64D938F02558135C20FE8" action…
  • Change Login Error Based on Disabled Account

    Good day all. Is it possible to have a different login error message if an account exists and is disabled? We disable accounts after a specified number of days of inactivity. I would like to have a unique message for people trying to log in and their…
  • Error - The resource you are looking for has been removed, had its name changed, or is temporarily unavailable

    Good day all. This error comes up every now and then, but has happened several times this week. I have seen it trying to add a Method, the main form would not display. One of my users had the problem with trying to access a custom ItemType (main form…
  • Not All Items are Aggregated

    Good day all. I am getting an error message when I open a Part, " Not all Items are aggregated. Please contact administrator to make sure that all the references are valid." What does this mean? Thanks for the help.
  • Item Type issue after Import

    Hi Community, Strange issue here. I exported an item type and it necessary relationships over from my development server to my test server. I can create items in the item type just fine. What I can't do - Edit the item type - presented with error…
  • Cannot insert the value NULL into column 'NAME',

    Hi all, I recently exported updates to the CAD item type from a development environment to our QA testing environment. I am running into an error when updating the NAME property to required: Cannot insert the value NULL into column 'NAME', table…
  • cui_default_mwt_onSaveAsCommand failed

    Hi, On "SaveAs" operation on ECN, getting " The method "cui_default_mwt_onSaveAsCommand" failed." alert message. Someone please kindly let me know how to proceed. -MSS
  • Creating dynamic list failed! ERROR: "property 'setState' of undefined"

    Hello dear all, I'm very new to ARAS! I'm using ARAS V11SP14 and ... trying to create a dynamic list, which will be filled with articles. The code is from the Programmers Guide 12.0 "7.32 How to Create a Dynamic List" (after small modifications…
  • Query Builder Error

    We have an ItemType A and two Relationships Ra and TGV_Ra. In this, we are trying to get the details of Part Items which are present in this Relationship Ra and populating those in the Relationship TGV_Ra. But we've been getting this error - <SOAP-ENV…
  • Agent with given Windows Service name exists

    I'm trying to overcome this error: I had tried to install v12 and while it seemed to complete my db logins weren't working, so I did an uninstall, I cleared out the db and the users. I restarted the VM. Now, installing, I put the same name for the…
  • 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…
  • Workflow(?) Error - Conversion from type 'DBNull' to 'String' is not valid.

    Good day all. I created a New Document Request (NDR) for our system. We are trying to test it out now. I can start the process, but the next person in line gets the Conversion from type 'DBNull' to 'String' is not valid error. There are four options for…
  • Importing Error: Form with Form Name 'Part' already exists

    I've exported the package com.aras.innovator.solution.PLM from my development Innovator v11 SP15 server and I'm trying to do an import to my test server which is also v11 SP15. THis would be the 2nd import I've done to the test server of features developed…
  • Error: Failed to get the ItemType with ID undefined.

    Hi, I have got a repository which I am trying to make use of. When I try to create items for a particular Item Type, I face a problem. Whenever I select the navigation item from the TOC category and try to create an item, I get the error message "Failed…
  • Catch 'ItemCannotBeLockedException' when state=Released

    Former Member
    Former Member
    Hi, I'm trying to figure out how and where to catch the Aras.Server.Core.ItemCannotBeLockedException exception so I can display a custom error message to the users.  The executed AML is: <Item type="MyCustomDocument" id="123134234234" action="lock" …