Hi Guys,
we’ve some Issues to integrate a published package into the Orchestrator. Orchestrator is installed in a AWS (Amazon) environment.
Studio is also installed on the Amazon machine. When we publish the solution, we get the message:
Info
Project published successfully to
Adress of Amazon Machine
Package Name: TEST1
Package Version: 1.0.6655.14935
But when we go in the orchestrator, and want to include the package, we got the message “An error has occurred”
Where can i get details for the error?
Here is the content for the uipath.settings file:
{
“NuGetApiKey”: “XXX”,
“NuGetServerUrl”: “https://adress for amazon machine”,
“ActivitiesFeed”: “https://adress for amazon machine/nuget/activities”,
“UiPathServerUrl”: “https://adress for amazon machine”,
“TracingLevel”: “Verbose”,
“LowLevelTracing”: false,
“RobotKey”: “Robot Codec”,
“LoginToConsole”: true,
“ResolutionWidth”: 0,
“ResolutionHeight”: 0,
“ResolutionDepth”: 0,
“ConnectionString”: “”
}
For comparsion, here the uipath.settings file from the local client:
{
“NuGetApiKey”: “”,
“NuGetServerUrl”: “%ProgramData%\UiPath\Packages”,
“ActivitiesFeed”: “%LocalAppData%\UiPath\Activities”,
“UiPathServerUrl”: “”,
“TracingLevel”: “Information”,
“LowLevelTracing”: false,
“RobotKey”: “”,
“LoginToConsole”: true,
“ResolutionWidth”: 0,
“ResolutionHeight”: 0,
“ResolutionDepth”: 0,
“ConnectionString”: “”
}
Any hints for problem solution are welcome.
Thanks for your feedback
kind regards,
Sven