Question
Ness Technologies
IN
Last activity: 11 Mar 2016 8:40 EST
Integrating Rally from Pega
I used the Integration wizard to consume the same REST Service. I am getting the below Error message even after adding the Authentication Details:
“HTTP connect execution failure: Connection to https://demo-rally.rallydev.com refused”
I registered myself for the Demo Rally and I am able to login to Rally URL: https://demo-rally.rallydev.com with credentials <removed>
I used SOAP UI for the consuming the REST Service url: https://demo-rally.rallydev.com/slm/webservice/v2.0/security/authorize in SOAP UI I am able to get the return Security Token .I am using pega v7.1.6
Message was edited by: Vidyaranjan Av | removed personal information
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Updated: 22 Dec 2015 1:25 EST
PEG
IN
If you have PDN access it will get from there. If not please download the catalog from PDN itself and upload .
Pegasystems Inc.
US
what authentication profile you are using? Basic? Can you share your screenshots and the complete error stack as well?
Updated: 21 Dec 2015 14:20 EST
Ness Technologies
IN
Pegasystems Inc.
US
Strange, I tried on the latest version of prpc, it works! Can you make sure your user/password is correctly entered? Also show the complete error stack from the pega logs.
PEG
IN
Are you testing the connectivity at the time of rules generation? Or after rules generation?
PEG
IN
I just tried in local 7.1.6 instance and able to see the test connection successful.
Please find the below screenshot for reference.
PEG
IN
PEG
IN
Ness Technologies
IN
how to know which HFixs are installed in our system?can you please tell me where in the Designer studio it can be seen?
Pegasystems Inc.
US
from developer portal go to DesignerStudio>>System>>Release>>Hotfix Manager and then click Scan System button.
Ness Technologies
IN
Accepted Solution
Updated: 22 Dec 2015 1:25 EST
PEG
IN
If you have PDN access it will get from there. If not please download the catalog from PDN itself and upload .
Ness Technologies
IN
Now am using Pega v7.1.9 and I am able to get the security token but I am facing an other issue
I completed the wizard -->Connector and other related rules are created .When I am opening the connector rule and trying to test the connectivity I am getting the error in response and not the getting the return security token:
Response Data: Error 401 Full authentication is required to access this resource
Now am using Pega v7.1.9 and I am able to get the security token but I am facing an other issue
I completed the wizard -->Connector and other related rules are created .When I am opening the connector rule and trying to test the connectivity I am getting the error in response and not the getting the return security token:
Response Data: Error 401 Full authentication is required to access this resource
Can you please let me know if you are also facing the same issue? and please suggest if anything be done to resolve this issue i.e while using the wizard and testing the connection it is working well but when the connector rule is created and testing the connectivity it is showing an error in response return
Updated: 11 Mar 2016 8:40 EST
Ness Technologies
IN
I am able to consume the first service for security token and able to get the security token on to the Data page of the clipboard but getting error response while hitting second service for the creation of user story. Please find the below screenshots
Two Services endpoint URLs are:
https://sandbox.dummyrally.com/slm/webservice/v2.0/security/authorize
https://sandbox.dummyrally.com/slm/webservice/v2.0/HierarchicalRequirement/create?key=
Getting the Response Message "Not authorized to perform action: Invalid key"
I am able to consume the first service for security token and able to get the security token on to the Data page of the clipboard but getting error response while hitting second service for the creation of user story. Please find the below screenshots
Two Services endpoint URLs are:
https://sandbox.dummyrally.com/slm/webservice/v2.0/security/authorize
https://sandbox.dummyrally.com/slm/webservice/v2.0/HierarchicalRequirement/create?key=
Getting the Response Message "Not authorized to perform action: Invalid key"
Following are the parameters sent to the second service:
Sample JSESSIONID Sent as Parameter are:
JSESSIONID:
“JSESSIONID=d-sapp-01dg3cvn9zuu1b1pn0gi7imuju1.qd-sapp-01;Path=/;Secure;HttpOnly;SUBBUCKETID=896;Path=/;Domain=sandbox.rallydev.com;Secure;HttpOnly”
Name:
TestUserStory
Key:
<Security token from the first service>
Please let me know if any extra parameters need to be send
I am able to create User story from cmd prompt using curl command where I am sending cookie information to the second service..Do we have a way in pega where we can send cookie information to the other service?Please let me know if any suggestions and where I am going wrong in Pega Rally Integration
curl -u "sunilku*****@**.com:*****" https://sandbox.dummyrally.com/slm/webservice/v2.0/security/authorize -c cookie.txt
curl -u 'sunilkuma***@**.com:****' -H "Content-Type: application/json" -d '{"HierarchicalRequirement": {"Name": "mystory"}}' https://sandbox.dummyrally.com/slm/webservice/v2.0/HierarchicalRequirement/create?key=21386a1d-b08a-4b23-8fc9-ddaca2fc0d15 -b cookie.txt
NOTE: Discussion to this post continues on the Original thread: Integrating Rally from Pega