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

Question

Question

is this dll Interop.LFSO80Lib compatable for Laserfcihe Version 11

asked on August 28, 2024

is this dll library  ( Interop.LFSO80Lib / version: 8.0.0.0 / Runtime Version: v2.0.50727 )compatible for Laserfcihe Version 11.  Trying to access the database to retrieve an entry Id is not bringing back the Entry Id via the LFDatabase.GetEntryByID(toc.parentid) method.  

0 0

Answer

SELECTED ANSWER
replied on August 28, 2024

It's possible it's a security restriction, though those tend to have error messages that are more explicitly like "access denied". One thing to confirm is that you are connecting to the repository that you think you are - that you aren't using a testing id in a production server or vice versa.

0 0

Replies

replied on August 28, 2024

It should work, and any fundamental problems should be exposed when you try to connect to the repository - well before you are in a position to call GetEntryByID. What kind of error are you getting?

0 0
replied on August 28, 2024

It does not give an error.  If connects to the server, the repository, the database.  It says the entry is not found but it is in the database table and when we search the repository it is in the client also.  Could this be a permissions issue on the table with the account being used?

 

 

0 0
SELECTED ANSWER
replied on August 28, 2024

It's possible it's a security restriction, though those tend to have error messages that are more explicitly like "access denied". One thing to confirm is that you are connecting to the repository that you think you are - that you aren't using a testing id in a production server or vice versa.

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

Sign in to reply to this post.