Permisison Issue - HelloWorld Example with remote client  
Author Message
Vaassu





PostPosted: Connected Services Framework, Permisison Issue - HelloWorld Example with remote client Top

Hi,

My CSF 3.0 components are running Machine1. If i try my HellowWorld Application from Machine1, its working fine. But if I try with machine2, i'm getting "AddRemoveParticipantFault" says that,

Participant(Name='UIParticipant', Url=soap.tcp://machine2:9200/UiFromService')Creation failed. I tried with some other machines also, but getting same error. Could any one help me out how set permission for CSF to access UIParticipant

Rgs

Vasu



Connected Services Framework4  
 
 
Veins





PostPosted: Connected Services Framework, Permisison Issue - HelloWorld Example with remote client Top

Hi I am facing the same error. When I tried this Hello world example on my server it creates a session n all is good but when I go to other machine it craps out does not give me an error but does nothing. If I see the log file its say permission error i don't know why is does it.



 
 
V i k r a m





PostPosted: Connected Services Framework, Permisison Issue - HelloWorld Example with remote client Top

Hello Vaasu and Veins,

It might be the problem with the soap.tcp listener.

When ever a session manifest is submitted to the SessionManagerAdmin service it verifies whether these end-point or URIs are valid or not. In your case the URI is the soap.tcp listener. So, in this case port 9200 might not be open. Or try changing the port number.

Regards

Vikram


 
 
Vaassu





PostPosted: Connected Services Framework, Permisison Issue - HelloWorld Example with remote client Top

Thank you Vikram.

I have tried out those possibilities and all. But no use.

Rgs

Vasu


 
 
NatrajFT





PostPosted: Connected Services Framework, Permisison Issue - HelloWorld Example with remote client Top

Uri specified in the manifest is not matching with the uri that the application is listening.

I think UI Form is listening on 'soap.tcp://machine2:9200/UiFormService' .

And the uri added in the manifest is 'soap.tcp://machine2:9200/UiFromService' .


 
 
SenthilN-msft





PostPosted: Connected Services Framework, Permisison Issue - HelloWorld Example with remote client Top

Just to clarify Session creation & Add Remove participant will fail when Session is not able to query the WSDL of the service.

In this case it is possible you may have a typo error as Natraj mentioned.

Thanks