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

Question

Question

Starting with SDK

SDK
asked on January 10, 2014

I am starting to develop Laserfiche integrations and I want known how is the licensing to use the SDK.

 

Does the SDK license is for the VAR or each client must obtain a license to run Laserfiche integrations?

 

Is there a way to connect an application to a Laserfiche Repository through Windows Authentication?

 

Is there a way to connect an application to a Laserfiche Repository without consume a user license?

 

1 0

Answer

APPROVED ANSWER SELECTED ANSWER
replied on January 10, 2014

The SDK basically licenses the same as any other Laserfiche product. All connections from the SDK into the Laserfiche Server must be logged in with a specified user account, and that user must be licensed to connect to the Laserfiche Server through a named user account. The named user needs to be allocated on the Server it is connecting to, so it will need to exist there. You can easily connect through windows authentication - you can leave the password and user name blank to automatically log in as the 'current' windows user that is running the integration (or a service user if it's running as a service), or simply manually fill in the DOMAIN\Username as the user the integration is logging in as. Depending on hew the integration is being launched, you can also pass along the current users credentials. There is no way to connect without a licensed connection.

1 0
replied on April 9, 2014

Justin,

 

As far as the second question goes, how does licensing work for distribution of compiled applications that use SDK libraries (installed on client computers using the Runtime Intaller)?

Would customer using the compiled application need their own license for the SDK to use it?

1 0
replied on April 9, 2014

See this Answers post. Customers who need to install the SDK runtime to use an integration do not need an SDK license to do so.

1 0
replied on July 24, 2014

Justin,

 

I used domain\username in my .net console application but it always says login invalid. If I use LF user it works and also if I leave username, password blank, it works. I saw in sessions in admin console that my username shows when I leave it blank in config. But when I type my domain\username and pwd, it doesn't work. Do I need to write in particular format?

 

Thanks,

 

0 0
replied on July 25, 2014

Whoops, that's true. I was thinking it was because the Client lets you manually type in specific windows auth credentials, but that's because it handles impersonation (Basically, the connection process updates itself to run as the specified user). Just passing that in through the SDK Connection parameter isn't sufficient, you'd have to actually take care of that elsewhere in the code.

1 0
replied on July 28, 2014

I left it blank and it worked for me. It's using the account task scheduler task is running under. Thanks.

0 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.