Vault Error - You have insufficient permissions to open the File.
Hello all, I'm getting a weird error with the vault using a completely out of the box install of Innovator 2023. No new users, changes to itemtypes, etc. We literally just installed Innovator 2023 and logged in. "Failed to get the File" "You have insufficient permissions to open the File." The problem is that it doesn't happen to everyone, and who it happens to changes after an IIS reset or application pool recycle. I can log in to Innovator, using localhost from a browser on the same server the application is installed on, using the admin user, and I can open and add files to a Document no problem. Then my colleague, also on the same server, logs in using localhost, with the admin user, and she can't open the file thanks to this error. She CAN add a file to the Document, and it is properly vaulted, though she is unable to view that file after it's been added. It's like create access still works, but not read access. If we recycle the app pools and she logs in first, then I log in, I will get the error. It's usually the second person to log in that gets the error, though not always. Usually it's just the one person with the error, but that's not always the case either. Normally when I'd see an error like this I would check the windows folder permissions on the Vault to make sure the user the application pool runs as has access. Everything seemed normal there but to rule it out I added Everyone to the permission with full control. We're both using the admin user to rule out permissions inside the Innovator application as well. Accessing it from a different server, or using a different browser like Chrome makes no difference, clearing the browser cache also doesn't help, and neither does the Admin > Clear Client Metadata Cache option in Innovator.. We turned on all the logging we could and seemed to find the culprit but are at a loss for what is going on and why it's so intermittent. It seems that for whoever Innovator decides shouldn't be able to get files, it's because of an error in the AuthenticationBrokerWebService. It's trying to do Aras.Server.Models.AuthenticationBroker.GetFileDownloadTokenModel but getting an error, "Database configuration was not found for 'dbname'". Has anyone seen something similar before? I've worked with Innovator for many years now, including installs of this version, Innovator 2023, and never seen something quite like this before. I also noticed weirdness in the license manager. I log in first, and I see just the one session for admin. Then my colleague logs in and tried to get the file, and when I look at the license manager again I see over a 100 sessions for admin. Maybe it's nothing because I always see multiple sessions per user in other Innovator instances, though 100s of them for a single login and file download attempt seems excessive. I don't know if it's related but since the authenticationBroker seems to be the problem with the file download, I figured I'd mention it since it would also have to do with authentication. Thanks -Scott0Views0likes6CommentsToggle visibility of Restricted files under Documents
The Document's Type field had to be updated to a new value that was added to the list. Batch loader was used to the edit the Document but this created a new Version and the State to Preliminary from Released. We did not want the new versions to be created. The new version of these Documents were purged. Now, under these Documents all the files show as "Restricted" however, they are visible to Admins. How do I make these files visible again. Screenshot below0Views0likes3CommentsYou have no default Vault server.
Dear All, I have a default vault server entry and vault server installed during installation. Still, I receive a weird error "You have no default Vault Server" during file creation. Did anyone face the same issue, if so what fix helped you to resolve this issue? FYI, I have re-installed the Aras Application but used the same Database which I had during initial setup. I doubt this to be a database level miss. Thank you, Super A.0Views0likes3CommentsUpload Multiple files in a single click
Dear Aras Community. How can I upload multiple files in Document Files Relationship tab. I have tried using a html code to add a file input to allow multiple file selection. but as file path is restricted or hidden, it is not possible for me to create a file item. Any leads would help me great. Thanks, Super A.1.2KViews0likes9CommentsUploading a local file to Innovator using the Batch Loader
I'm having issues uploading a local file to an instance of Innovator using the Batch Loader. I have the following XML: <Item type="Document File" action="add"> <related_id> <Item type="File" action="add"> <actual_filename>C:\some\file\path\@1</actual_filename> <filename>@1</filename> </Item> This currently fails. I had to search to find out the <actual_filename> tag is used for the fully qualified path of the file, yet it is not present in the File Item when inspecting it through Innovator Client. Any help with this would be appreciated.11KViews0likes8CommentsHow to use the node.js library in getting file paths, etc.
Hi! I found a node.js library inside the Client folder "javascript/dojo/node.js". Question is how do I use it properly? I want to use the 'fs' and 'path' modules to get the files and paths info, but it seems like Aras has a different syntax for this. So far I managed to write the code below on my JS program, but I still don't know what to write inside it without getting errors. define("dojo/node", function(kernel, has, require){ }); Any help, insights are appreciated.2.3KViews0likes0Comments