Orchestra Call Not Working

Hi ,

I set up my orchestrator to call a sequence on my local system . The call is successful and I can see the execution logs being updated but the sequence does not get executed.

Here is the log out put :slight_smile:

15:37:39.9094 Info {“message”:“SouthenCross_NEWENVIRONMENT execution started”,“level”:“Information”,“logType”:“Default”,“timeStamp”:“2019-12-24T15:37:39.8928422+10:30”,“fingerprint”:“ed97a8d4-4aff-4cec-96c4-6db6b5e7162f”,“windowsIdentity”:“DESKTOP-LLRDDEN\ajayg”,“machineName”:“DESKTOP-LLRDDEN”,“processName”:“SouthenCross_NEWENVIRONMENT”,“processVersion”:“1.0.2”,“jobId”:“f46bf833-c989-49fb-8cbf-ca41229614f5”,“robotName”:“ROBOT”,“machineId”:40467,“organizationUnitId”:94077,“fileName”:“Main”}
15:37:40.9464 Trace {“message”:“Main Executing”,“level”:“Trace”,“logType”:“Default”,“timeStamp”:“2019-12-24T15:37:40.9411117+10:30”,“fingerprint”:“6a7b3e09-73bd-44b9-8af8-516071317af6”,“windowsIdentity”:“DESKTOP-LLRDDEN\ajayg”,“machineName”:“DESKTOP-LLRDDEN”,“processName”:“SouthenCross_NEWENVIRONMENT”,“processVersion”:“1.0.2”,“jobId”:“f46bf833-c989-49fb-8cbf-ca41229614f5”,“robotName”:“ROBOT”,“machineId”:40467,“organizationUnitId”:94077,“fileName”:“Main”,“activityInfo”:{“Activity”:“System.Activities.DynamicActivity”,“DisplayName”:“Main”,“State”:“Executing”,“Variables”:null,“Arguments”:null}}
15:37:40.9514 Trace {“message”:“Main Closed”,“level”:“Trace”,“logType”:“Default”,“timeStamp”:“2019-12-24T15:37:40.9504306+10:30”,“fingerprint”:“c4b1a786-a86c-4edf-a054-9c9a46e33947”,“windowsIdentity”:“DESKTOP-LLRDDEN\ajayg”,“machineName”:“DESKTOP-LLRDDEN”,“processName”:“SouthenCross_NEWENVIRONMENT”,“processVersion”:“1.0.2”,“jobId”:“f46bf833-c989-49fb-8cbf-ca41229614f5”,“robotName”:“ROBOT”,“machineId”:40467,“organizationUnitId”:94077,“fileName”:“Main”,“activityInfo”:{“Activity”:“System.Activities.DynamicActivity”,“DisplayName”:“Main”,“State”:“Closed”,“Variables”:null,“Arguments”:null}}
1

Can you let us know what is there in the sequence you have published?

Hi Haresh,

Simple login to a website , data scraping , write to an excel file and then read the file , if data exists send email.

Thanks
Ajay

Make sure the entire thing is in the main workflow, else if it is in another sequence, invoke it in the main workflow and then publish @Ajay_Gopinath

Thanks Haresh :slight_smile: Worked