Hi,
I encountered a problem, I found that every viewer in Aras using QueryString("file_url") to get the file URL, and this URL does not contain the "token" field as the Innovator.getFileUrl(fileID,1) does. So, the viewer's attempts to access the URL will cause a 404 fault.
I have searched this problem, and I got that I should edit the VaultServerConfig.xml, and add the following parameter: " <enforce_user_credentials>0</enforce_user_credentials> " within <VaultServer> markup. I did this, and I have even restarted the whole Windows Server 2008 R2, but this did not work, the viewer still couldn't get the file.
So, I really need some help on this problem.
Thanks,
Will Wang.