Hi everybody,
I'm facing some problems configuring eDrawings in Aras 9.4 environment.
I read the instructions from the following document : KB-00105 How to setup eDrawings as client-side viewer
When I click on a link in the CAD document list :
I receive the following error :
And finally when I click on ok button : eDrawing seems to be correctly installed but it can't reach the file from the vault :
I tried also another version of eDrawings.html content that only only answer : c:\cad-00001041_0.sldasm can't be found (without the vault ID), but result was the same.
To be precise : my eDrawing version is 2013 and my browser is IE 9.
After reading a lot of post in this forum, I tried to access to the vault directly to isolate problems that could be independant of eDrawing config.
I discovered that I'm not able to access directly to the vault with the following URL (it's a sample) :
http://localhost/InnovatorServer/vault/vaultserver.aspx?dbName=ArasSolutionsDemo940&fileID=479E7B51E4B97A2DF5A368307A9F7&fileName=2575-CC2.sldasm
I receive the following error :
-<SOAP-ENV:Fault xmlns:af="http://www.aras.com/InnovatorFault">
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>No files found</faultstring>
-<detail>
<af:legacy_detail>No files found</af:legacy_detail>
<af:legacy_faultactor/>
</detail>
</SOAP-ENV:Fault>
I succeed to log on as vadmin/vadmin.
I tried also to configure the vault access in VaultServerConfig.xml adding the following parameter :
<VaultServer>
<AppServerURL>http://localhost/InnovatorServer/Server/InnovatorServer.aspx</AppServerURL>
<LocalPath>C:\Aras\Vault\</LocalPath>
<login_name>vadmin</login_name>
<name>Default</name>
<password>vadmin</password>
<version>9.4.0</version>
<enforce_user_credentials>0</enforce_user_credentials>
</VaultServer>
But the symptom is still the same
Does anyone encountered this problem ?
Is there another CAD viewer more easier to install ? (free or eval)
Thank you very much in advance for your help
Regards
Manuel