Hello,
Hope someone can help with this very frustrating problem. I am trying to run the HelloDFS dot net example from the DFS 6.5 sdk. We're running DFS on the Content Server (SUSE Linux) and the dfs consumer on a separate machine. I can invoke the QueryService web service from a browser window and it returns the WSDL, so I know my ip address is correct. The only changes to the sample code are filling in the repository variable, userName, password and address. When I step through it and get to the Query Execute line:
QueryResult queryResult = querySvc.Execute(query, queryEx, operationOptions);
the line throws a hard exception: {Service method "Execute" invocation failed}. The inner exception reads:
{"Authorization failed, please review identities provided in service context \"temporary /127.0.0.1-1233674717250-839111712\""}
I verified that the respository name, user, password, and address are correct, and the dfc.properties file is pointing to the Content Server box.
I'm completely confused about why this sample (and the others contained in the sdk dotnet examples) is throwing this error, particularly since I have not changed any of the code. Does anyone have a solution/suggestion for this problem?
Thanks!