07-01-2010 05:09 AM
07-01-2010 05:26 AM
- I uncommented the first 3 endpoints in webscript-framework-config-custom.xml : alfresco-noauth, alfresco, alfresco-feedThis is the issue - and it's a bug that we still ship with that file.
07-01-2010 10:40 PM
<config evaluator="string-compare" condition="Remote">
<remote>
<connector>
<id>alfrescoCookie</id>
<name>Alfresco Connector</name>
<description>Connects to an Alfresco instance using cookie-based authentication</description>
<class>org.springframework.extensions.webscripts.connector.AlfrescoConnector</class>
</connector>
<endpoint>
<id>alfresco</id>
<name>Alfresco - user access</name>
<description>Access to Alfresco Repository WebScripts that require user authentication</description>
<connector-id>alfrescoCookie</connector-id>
<endpoint-url>http://localhost:8888/alfresco/wcs</endpoint-url>
<identity>user</identity>
<external-auth>true</external-auth>
</endpoint>
</remote>
</config>
But I still get the same error: "Failed to Login. The remote server may be unavailable or your authentication details have not been recognized."Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.