Run bot on Azure DevOps pipeline

Hello Guys
@loginerror @Pablito
Whenever we tried to run the tests remotely via commands like over PowerShell or Psexec we would get this error

There is no endpoint listening at net.pipe://localhost/uipath/service/duplex/agent/svcbuild that could not accept message

please help

Thanks

2 Likes

@sandeep13,

I found this topic on the forum. Hope this will help you :slight_smile:

3 Likes

let me check . Thanks

3 Likes

I found solution
.\psexec.exe -i 2 -d -u -p \buildtest3 cmd /c “C:\Source\Repos\EID-Automation\uiPath.bat”

its works for me.

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.