I m getting an error while invoking the webservice available in session.

I have replicated the syncsessioninitiator(sample distributed by CSF) in my project. I am trying to use a web service which is functional n is running fine. I am getting the following error in CSF

<wsu:Timestamp wsu:Id="Timestamp-656e90be-b4d0-4a74-b403-879907c289a8">
<wsu:Created>2006-09-20T13:20:46Z</wsu:Created>
<wsu:Expires>2006-09-20T13:25:46Z</wsu:Expires>
</wsu:Timestamp>
</wsse:Security>
</env:Header>
<env:Body>
<env:Fault>
<env:Code>
<env:Value>env:Sender</env:Value>
<env:Subcode>
<env:Value xmlns:prefix0="http://Microsoft/ConnectedServices/2006/06/Session/">prefix0:20000</env:Value>
</env:Subcode>
</env:Code>
<env:Reason>
<env:Text xml:lang="en">An internal server error occurred. Your call was not processed. Contact the site administrator for details.</env:Text>
</env:Reason>

Its a very generic error message so i m confused where i m wrong.

Thanks,

Venu

[1694 byte] By [Venug] at [2008-2-7]
# 1

When you get Internal Server Error from any of the CSF component, please take a look at the EventLog as a detailed error will be logged. You will be able to determine the cause of the error using that information.

The reason why we chose to return the generic "Internal Server Error" for some of the server errors was because returning detailed error message could become a security threat to the server.

Thanks

SenthilN-msft at 2007-8-31 > top of Msdn Tech,Connected Services Framework,Connected Services Framework...
# 2

Hi Guys,

I figured out what the problem was it was not with any of the components recreated a new user in active directory and added it in all the desired groups. It worked. I think the problem was with my user id, I have posted this problem to system guys and they will be able to tell me why my userid was giving a problem.

Thanks

Venu

Venug at 2007-8-31 > top of Msdn Tech,Connected Services Framework,Connected Services Framework...
# 3

Hi Venu,

I am also facing the same problem in running the Hello World Sample Application for CSF. I was following the steps mentioned in the MSDN to run the Hello World program. But when i pressed the button to create the session, it shows the error - "Soap Exception... Your Call was not processed...."

Can you please explain the solution to this problem in details?

SiddharthaGoenka at 2007-8-31 > top of Msdn Tech,Connected Services Framework,Connected Services Framework...
# 4

Hi venu,

This issue is solved. I just had to change the SQL Server security to Mixed mode from the Windows Authentication mode.

Thanks

SiddharthaGoenka at 2007-8-31 > top of Msdn Tech,Connected Services Framework,Connected Services Framework...
# 5

hi sid,

actually i am also facing the same prob and i am working on mixed mode of sql also

can you help me out

abhi

A.K.Mishra at 2007-8-31 > top of Msdn Tech,Connected Services Framework,Connected Services Framework...