Question
4
Replies
123
Views
areteans technology solutions pvt ltd
Posted: January 22, 2020
Last activity: August 27, 2020
publish to server option disabled?
hi Team,
i am not able to publish the packages,packages server option disabled.
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
hi Team,
i am not able to publish the packages,packages server option disabled.
sorry its not related to integration ,enable the publish server option.i already update the common config and studio config xmls
you are able to fix this with the initial config on RuntimeConfig.xml file ?
then , it is resolved with the 1st steps …?
Hello,
Please test the server connectivity from Tools->Options->Pega Robot. If it returns success, the check box will be enabled.
Thank you
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.
Hello,
kindly review the RuntimeConfig.xml file , which will be under your %appdata% > openspan
Serach for the below tag, and fill the appropriate server details..
<Robotics>
<LocalApiService enabled="false" SSL="false" port="7777" allowedOrigins="*" JWTSecurity="false" PegaServerURL="http://nasdaq********.com:5***/prweb/api/v1" />
<PackageServer baseUrl="http://1**.xx.xx.xx:xxxx" />
</Robotics>
the tag , PackageServer baseUrl , is your catch , here pass the server IP/Server host name , and the port
once servers configured , follow the below steps -
from robotics studio, go to Tools > Options > Pega Robotics > Server Connectivity >
<ServerConfiguration tenant="">
<Servers>
<Server name="RobotManager" baseURL="http://1x.xx.xx.xxx:XXXX/prweb" enabled="true" proxyAddress="" RPA="true" authenticationType="" workgroup="YourWG" robotName="{MachineName}" />
</Servers>
</ServerConfiguration>
Once , above configurations are complete , you should be able to deploy to package server ( the server Deployment will be activated )
For Package server , refer - https://community.pega.com/knowledgebase/documents/pega-package-server-and-server-status-version-191-user-guide
Project Deployment Dialog - http://help.openspan.com/80/Project_Configuration_and_Deployment/project_deployment_dialog_fields2.htm
regards,
Bhabani Shankar