Monday 26 October 2015

Aras Innovator promote item

1.Part has created. (With state as Preliminary)
2.Promote the item using AML.
<AML>
  <Item type="Part" action="promoteItem" where="[PART].item_number='test133' and [PART].is_current='1' and [PART].state='preliminary'">
     <state>Released</state>
  </Item>
</AML>

Tuesday 13 October 2015

File upload error for Type:Part Number:P001 Name: Rev:A-1 FileName:test.docx ActualFileName:C:\test.docx Error: Database Name Or Database Description Is Wrong.(Check your request and server configuration file)

Error: File upload error for Type:Part Number:P001 Name: Rev:A-1 FileName:test.docx ActualFileName:C:\test.docx Error: Database Name Or Database Description Is Wrong.(Check your request and server configuration file)


Root cause:
Your vault server name is wrong.

Solution:
Go to aras web ui.
AdministrationFile handlingVault
Search -->Default
Check the value.
Vault URL, should your right target server vault url.

How can you get exact url.

Go to Aras innovator SQL Server.
SELECT * FROM [innovator].[VAULT]

Copy [VAULT_URL_PATTERN] value
Update in innovator we ui, go to AdministrationFile handlingVault Search Default

Now try, your problem should be resolve.

Wednesday 7 October 2015

Thursday 1 October 2015

Error : 'SOAP-ENV' is an undeclared prefix. Line 1, position 2.

Error : 'SOAP-ENV' is an undeclared prefix. Line 1, position 2.
Solution:
Innovator is not allowing to login, check the Innovator URL, User ID, Password.