This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - can't access vaultserver from IE

wom - Friday, August 26, 2011 5:54 AM:

Hi,

What I have done: 

Logged in as admin. Selected AdministrationFiles in TOC. Selected a row in the grid, clicked Main MenuFileOpen and I got the following url:

 localhost/.../vaultserver.aspx

But if I call the url inside the IE alone, I get  the error HTTP 404... website not found ...

The same error I get, if I only try to acces the vaultserver without parameters (dbName, FileId, FileName)  - like in the readme.txt is described.

My task is to show a preview of a part.

 If I call in the method the image-src about the file-reference

// Populate the image box with the image (loaded from the local OS using file://) elem.innerHTML = "<img height='"+elem.height+"' width='"+elem.width+"' src='file:///"+fileName+"'/>";

 .. it is running, but in the following way  - with url - it is not running 

var fileURL = top.aras.getFileURLEx(fileItem.node);
elem.innerHTML = "<img height='"+elem.height+"' width='"+elem.width+"' src='"+fileURL+"' alt='text'/>";
 

Could it be that my IE-Settings not correctly?
I installed Aras 9.2.5, windows7, IE 8.0.
 
 - wom -