Robot runs fine in Studio but not from Orchestator

Hi.

I made a Robot in studio that does this:

  1. Opens a input box where the enduser is supposed to enter a company name
  2. Then the robot uses this input to seach a website
  3. After the search is finished the robot datascrapes the result
  4. the result is put in a .csv file
  5. the csv. file is send to me via email

All this works perfectly inside Studio but whne I publish the robot and run it from Orchestrator and run the robot nothing happens. There is no input box shown or anything. How can I debug this?

Best regards.

This is the log:

15:18:21.1290 Info {"message":"InputBox_Produktion execution started","level":"Information","logType":"Default","timeStamp":"2020-01-14T15:18:21.1210471+01:00","fingerprint":"5b5a5441-bd5b-467d-b57c-6661b545a7f9","windowsIdentity":"DESKTOP-0BE2A4F\\Peter","machineName":"DESKTOP-0BE2A4F","processName":"InputBox_Produktion","processVersion":"1.0.4","jobId":"d3ea23cb-9cff-4e8b-bdb4-c1bc2018e05f","robotName":"Peter Christensen","machineId":44820,"organizationUnitId":118813,"fileName":"Main"}
15:18:21.6107 Trace {"message":"Main Executing","level":"Trace","logType":"Default","timeStamp":"2020-01-14T15:18:21.6067491+01:00","fingerprint":"b14c1df1-3803-4ae6-bbe5-ca02341057e0","windowsIdentity":"DESKTOP-0BE2A4F\\Peter","machineName":"DESKTOP-0BE2A4F","processName":"InputBox_Produktion","processVersion":"1.0.4","jobId":"d3ea23cb-9cff-4e8b-bdb4-c1bc2018e05f","robotName":"Peter Christensen","machineId":44820,"organizationUnitId":118813,"fileName":"Main","activityInfo":{"Activity":"System.Activities.DynamicActivity","DisplayName":"Main","State":"Executing","Variables":null,"Arguments":null}}
15:18:21.6107 Trace {"message":"Main Closed","level":"Trace","logType":"Default","timeStamp":"2020-01-14T15:18:21.6107383+01:00","fingerprint":"ee194eaf-7e80-4000-a914-063be470f533","windowsIdentity":"DESKTOP-0BE2A4F\\Peter","machineName":"DESKTOP-0BE2A4F","processName":"InputBox_Produktion","processVersion":"1.0.4","jobId":"d3ea23cb-9cff-4e8b-bdb4-c1bc2018e05f","robotName":"Peter Christensen","machineId":44820,"organizationUnitId":118813,"fileName":"Main","activityInfo":{"Activity":"System.Activities.DynamicActivity","DisplayName":"Main","State":"Closed","Variables":null,"Arguments":null}}
15:18:21.6336 Info {"message":"InputBox_Produktion execution ended","level":"Information","logType":"Default","timeStamp":"2020-01-14T15:18:21.6316827+01:00","fingerprint":"0b5ae36c-3061-4151-b870-8e07e4ee9b00","windowsIdentity":"DESKTOP-0BE2A4F\\Peter","machineName":"DESKTOP-0BE2A4F","processName":"InputBox_Produktion","processVersion":"1.0.4","jobId":"d3ea23cb-9cff-4e8b-bdb4-c1bc2018e05f","robotName":"Peter Christensen","machineId":44820,"organizationUnitId":118813,"totalExecutionTimeInSeconds":0,"totalExecutionTime":"00:00:00","fileName":"Main"}

I found the problem: I had to choose the right .xaml and use that as main

image

1 Like

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