Quantcast
Channel: Alfresco Forums - Alfresco API
Viewing all articles
Browse latest Browse all 252

Login not allowed

$
0
0

I am trying to log into the public Alfresco server using the .dotCMIS api. The code I am using did work a year ago and I can log in using the CMIS workbench. I'm puzzled and hope someone can help me.

This is my code:

            Dictionary<string, string> parameters =new Dictionary<string, string>(); 
            parameters[SessionParameter.BindingType]= BindingType.AtomPub;
            parameters[SessionParameter.AtomPubUrl]="http://cmis.alfresco.com/cmisatom";
            parameters[SessionParameter.User]="admin";
            parameters[SessionParameter.Password]="admin"; 
            SessionFactory factory = SessionFactory.NewInstance();var x = factory.GetRepositories(parameters);
5.1.x

Johannes Schacht
OpenText


Viewing all articles
Browse latest Browse all 252

Trending Articles