Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All Experts,
Can anyone know how to store a .QVD file to sharepoint? (and how to get the sharepoint path?)
Appreciate if you can share the script as well. Thanks.
Regards
HI,
Check this link.
Regards,
Kaushik Solanki
failed to store into sharepoint, any idea?
Hi Peter,
Assuming you have a page set up that has folders within sharepoint you should be able to just drag and drop the qvd.
How to get SharePoint path
Lets pretend you want to store your files on local site at this location sharepointsite.com/store/files/here
To get the link use the following \\sharepointsite.com@SSL\store\files\here (note forward slashes are now back slashes)
You can then run your extractors and dump the file in that location
The last step is, if you running the extractors with a service account, you would need to make sure that the same service account has access to upload documents to sharepoint