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

Question

Question

The repository is not recognized as a valid repository in this Laserfiche instance. (9046)

SDK
asked on January 14, 2014

Well, I'm just getting started with using Laserfiche SDK.  First step is to login using credentials.  Here is the snitppet of code.

Getting the error: "The repository is not recognized as a valid repository in this Laserfiche instance. (9046) "

 

string serverName = "xx", repoName = "xx";
string username = "xx", password = "xx";

// log into the repository
RepositoryRegistration repository = new RepositoryRegistration(serverName, repoName);
Session session = new Session();
session.LogIn(username, password, repository);

0 0

Answer

APPROVED ANSWER
replied on January 14, 2014

Install the Laserfiche Client on the same computer that you are testing your SDK application from. Can you confirm that you can attach the repository manually by specifying the same server and repository information along with the same user credentials? The error can occur when the repository name entered in isn't valid.

2 0

Replies

replied on April 3, 2014

I'm receiving the same error from within the Client (9.1.1) when I go to the "Location Window" and try to select a previously viewed folder.

0 0
replied on April 3, 2014

This is a bug in the Client. The location bar is supposed to list the full path of Laserfiche documents, but you'll notice that it's prepending the Client's local program files path. This thread will be updated when the issue is addressed.

0 0
replied on April 28, 2014

Alex, just checking to see if anything has come about with this bug?

 

Thanks!

 

0 0
replied on April 28, 2014 Show version history

There is no new information regarding the bug at this time. This thread will be updated when we have something to report.

 

*Edit*

This is fixed in Laserfiche 9.1.1 Service Pack 1.

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

Sign in to reply to this post.