You are viewing limited content. For full access, please sign in.

Question

Question

Weblink 10 connections

asked on February 16, 2018

In Weblink 9 we could add several repository connections, specifically those using Laserfiche Authentication (automatically log in box checked):

But in Weblink 10 I get an error if I try to add multiple connections of Auto-login with Laserfiche credentials:

This error is a bit of a misnomer because we have a couple different public users with different permission sets so we are specifying different log ins, but trying to use the same log in method.

I'm assuming I could add another virtual directory to IIS with another Weblink 10 instance and configure a separate auto-login LF user to use that, but it is far handier to just list out the different users we use, like we do in v9, and change the dbID in the URL accordingly.

Can we still do this?

0 0

Answer

SELECTED ANSWER
replied on February 16, 2018 Show version history

Hey Andrew!

We've made a bunch of improvements to the 'Connection' page since the release.  The one relevant to your question was Bug 70580.  We also expanded the options for Windows authentication with Bugs 64719 and 64894.  The next release of WebLink 10 will have all the same functionality as WL 9 as far as login methods and UI conveniences.

In the meantime, you can work around the limitations in the UI by making some small changes to the configuration file on the server.  It'll be in [installation directory]\Config\WLConfig.xml.

In the UI, set up a repository with one of the users' info.  In the relevant <VirtualDirectory> node, find the relevant <LoginEntry> node, for example:

<LoginEntry DisplayName="MyRepository" Server="servername" Database="MyRepository" DBID="0" Password="encryptedpass" Username="publicuser1" AutoLogin="1"/>

For each additional user you want to set up, you'll need a <LoginEntry> with the additional configuration.  The configuration will look exactly the same as that one, except with a different DBID, username, and password.

The slightly tricky part here is that the password is encrypted, and you need to go through our UI to calculate that value.  So instead of immediately copying and pasting to create your new node, you'll have to save that XML in a different file, set up publicuser2 in its place in the UI, and then copy the XML for publicuser1 back over to the file.  Again, remember to change the DBID to an unused one.

Sorry for the inconvenience in the current release!  Look forward to next release, when you can do this in 5 seconds in the UI instead of needing to go into that file. :D

1 0
replied on February 16, 2018

Thanks Melanie. 

I'm sure we can wait to upgrade the production weblink servers until the next release. We just discovered these issues when testing v10 out on our development server.

Do you have an estimate on when the next release or patch that addresses these bugs will be made available?

0 0
replied on February 16, 2018

Hello Andrew,

We included this in our next patch as Melanie mentioned. It is currently slated for late Q1, early Q2. The dates are not guaranteed, but that is what we currently are targeting it for. 

Regards,

1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.