Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hi guys
Can you please help me I have been struggling with an issue with the PTC Integrity CM - Jenkins Plugin-Version: 1.16 and MKS 4.1
It is logging the belwo information when I run it
May 28, 2013 2:27:09 PM [INFO] IntegritySCM - API Exception caught...
May 28, 2013 2:27:09 PM [INFO] IntegritySCM - Failed to establish a session: Ses
sion not authenticated/authorized.
May 28, 2013 2:27:19 PM [INFO] IntegritySCM - API Exception caught...
May 28, 2013 2:27:19 PM [INFO] IntegritySCM - Failed to establish a session: Ses
sion not authenticated/authorized.
The login information is fine , the policy on the server is fine as well , I have enabled all users and all IP's to access everything on the server
Did anybody run into this in the past
Thanks
Isaac
Hi Isaac,
as far as I know the whole Jenkins plugin is based on Integrity 2009 or higher (there must be a note on the plugin's page). It definitely uses the 2009 API.jar file.
Sorry, but I'm afraid the Plugin is not backward compatible to MKS 4.1.
HTH Matthias
Hi Mathias
Thanks for the quick reply,
We are actually using that same version ( MKS Integrity server 2009)
I am able to establish a connection with the server
I put a proxy between jenkins and MKS and the response I get back is
- 403 forbidden
This is weird because I disabled all policies and restrictions on the server side
Thanks
Hi Isaac,
please try out the following:
Register the IP address from the Jenkins Server in the file „IntegrityClientSite.rc“
Important: This file can be found inside both, the client and server directories. For Jenkins please review and adapt the server file only, which is stored under IntegrityServer10\config\client.
Update the entries as follows:
daemon.connectionPolicy=mks.ic.common.policy.ICAllowSpecificConnectionPolicy
daemon.validConnectionList=192.168.24.1 (Jenkins IP Adresse)
Let me know if this helps
Volker