Process does not run in Orchestrator

My process is not running in Orchestrator, I have already debugged it and it runs normally. It doesn’t generate anything logo, just this message that is in the printout.

@amanda.gondim

looks like you developed the project in windows but the robot is assuming it is legacy…ref demo tool is you package I believe

As per error mostly the robot version might be the issue or delete the package and republish to orchestrator and check

cheers

Try the below mentioned things

  1. Remove and publish package again from orchestrator and see - if still doesn’t work
  2. Go to user folder C:\Users\your user id\packages and search the package of the process
  3. Also check on package folder the user id which u have used to login in having read write access… this you can check by right clicking the folder and properties-> security
    @amanda.gondim
    Thanks

@amanda.gondim,

Looks like you have hard-coded the path. Make it dynamic.