Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

WIN-PS connector issue

Edith
New Contributor III
New Contributor III

Hi Team,

I setup the WINPS connector according to the documentation here Understanding the Integration between EIC and Windows Server (saviyntcloud.com)

I did all the troubleshooting steps from here Troubleshooting (saviyntcloud.com)

SaviyntApp was installed as follows:C:\inetpb\wwwroot\WINPS\*.*

Question1: Do I need to create the folders PS\ExecutePSScript inside the WINPS folder?

From the IIS manager I cannot brose the application

Edith_0-1721651758897.png

I found some forum posts in which it was stated that it doesn't matter that you cannot brose the app from inside IIS, it should still work from Saviynt.

I created the WIN connection in Saviynt. I have just a TESTCONNECTIONJSON inside,{
"TESTCOMMAND": "SCRIPT=Test-NetConnection machine_name",
"RESPONSE": {
"OBJECTTOREAD": "get(0).PingSucceeded",
"SUCCESSVALUE": "TRUE"
}
} but when trying to test the connection, it stays indefinitely on Loading window and in the logs I can see after 1 or two minutes that the webservice call fails with "Connection timed out" error. In the logs I can see that the webservice call is happening like 6 times, but in the connection page, the connection is never failing, just loading...  

In POSTMAN, with the PS\ExecutePSScript folders inside the WINPS folder of the application, trying to do POST->https://SErverURL/SaviyntApp I get 405 Method not allowed error. 

(405 - HTTP verb used to access this page is not allowed)

In POSTMAN, without the PS\ExecutePSScript folders inside the WINPS folder of the application, trying to do POST->https://SErverURL/SaviyntApp/PS/ExecutePSScript I get a 200OK response (trying with Tcp-netconnection script body)

Can anyone please help?

Thank you!

3 REPLIES 3

smitg
Regular Contributor III
Regular Contributor III

Hi @Edith,

No need to create PS\ExecutePSScript folder. Its rest API path.

To test the installation via postman as given in https://docs.saviyntcloud.com/bundle/WinPS-v24x/page/Content/Troubleshooting.htm

Thanks,
Smitha

Edith
New Contributor III
New Contributor III

Hi Smitha @smitg ,

Thanks for the reply. I tried the test from POSTMAN and it seems that is working OK

Edith_0-1721660840818.png

But when trying the connection from Saviynt, I have the Connection timed out error. I do not understand if it is network issue or something that is not correctly done in the connection page.

Thank you

Refer https://forums.saviynt.com/t5/identity-governance/500-error-while-integrating-on-prem-exchange-with-... 

https://forums.saviynt.com/t5/tag/WINPS/tg-p 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.