replied on October 26, 2022
Hi Michael,
It would be helpful to see the values from the working on-prem configuration as context clues. Please redact/replace any identifying information with example values that convey the same format. E.g., if the "Access URL" is "https://realserver.realdomain.com/laserfiche", replace it with "https://webclient.example.com/laserfiche".
My initial guesses are as follows:
- Database ID - The repository name. "Database" is an old backend term for a repository that's still used by the Laserfiche SDK in some cases. For Laserfiche Cloud, this is your repo ID like "r-12ab34cd".
- Database Name - Probably also the repo ID.
- Desktop Link/Access URL - Since the "Desktop Viewer" is "WebAccess", probably one of the following:
1. Laserfiche Cloud web client URL with Browse path and repo parameter: https://app.laserfiche.com/laserfiche/browse.aspx?repo=r-12ab34cd
2. Laserfiche Cloud web client URL with Browse path and without repo parameter: https://app.laserfiche.com/laserfiche/browse.aspx
3. Laserfiche Cloud web client URL with DocView path and db (repo) parameter: https://app.laserfiche.com/laserfiche/DocView.aspx?db=r-12ab34cd
4. Laserfiche Cloud web client URL with DocView path and without db (repo) parameter: https://app.laserfiche.com/laserfiche/DocView.aspx
5. Laserfiche Cloud web client base URL: https://app.laserfiche.com/laserfiche/
---
All using your own repository ID and region-specific base URLs where applicable. If you're using a non-US Laserfiche Cloud region, update the base URL with the version for your region (laserfiche.ca or eu.laserfiche.com).
- Volume - Hopefully you can leave this blank as it's an optional parameter for document import SDK calls. Create/Import operations without an explicit volume specified inherit the volume from the parent folder.
- Server Name - repositoryName + ".laserfiche.com (or regional variant) will likely work. E.g., "r-12ab34cd.laserfiche.com".
- Workspace Link/Access URL - Since the "Workspace Viewer" is "WebAccess", this value is likely the same as for "Desktop Link/Access URL" as described above.
- WebLink/Access URL - Likely https://portal.laserfiche.com/Portal/Welcome.aspx?repo=r-12ab34cd or variant thereof similar to those described in "Desktop Link/Access URL".
Hope that helps!