Santi Martin - Monday, January 13, 2014 6:32 AM:
hello,
I had a problem because I have modified the reviews sake and now get an error when I try to save changes.
The reason for my modification reviews is that try to appear as 1,2,3, .... instead of A, B, C, ....
Every time I try to save a change to Aras me the following message appears:
Internal Error: the major revision "A" specified for ItemType is invalid.<SOAP-ENV:Envelope xmlns:SOAP-ENV="schemas.xmlsoap.org/.../"><SOAP-ENV:Body><SOAP-ENV:Fault xmlns:af="www.aras.com/.../faultcode><faultstring>Internal Error: the major revision "A" specified for ItemType is invalid.</faultstring><detail><af:legacy_detail>Internal Error: the major revision "A" specified for ItemType is invalid.</af:legacy_detail></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
Thank you very much. A greeting.
BMoberg - Monday, February 3, 2014 6:47 AM:
Any solution to this? I have the same issue after editing the "Default" Revision.
Now it's impossible to save changes on any itemType.
This message "Internal Error: the major revision "A" specified for ItemType is invalid." appears when i try to save.
BMoberg - Tuesday, February 4, 2014 3:49 AM:
As I understand (correct me if I'm wrong), you should never change the revision named "Default". Always create a new revision-item if you need another series of numbers/letters, then use it for those items which shall have a differnt revision.
I don't know why this problem occurs. Probably, as the already created items in Aras has that "Default" revision (A,B,C...), and during a save of a modified item, the revision will be checked and gives an error if the letter isn't there.
A quick solution is to edit the database:
- Start SQL Server Management.
- Expand the database InnovatorSolution and expand Tables, locate the table innovator.REVISION.
- Right click and select Edit Top 200 Rows.
- Change the value in the Revision-column to "A B C D ..."
Abhishek Srivastava - Wednesday, February 5, 2014 12:03 AM:
You cannot update default revision. you just make a different revision as per your need like 1,2,3 instead of A,B,C and pick that particular revision in your Item Type. I think its working