[URGENTERROR]Generate Yearly Report - Upload Assignment

Anyone can help me to fix this assigment in course RPA Advanced

Hi,

I can see 2 error logs from the screenshot.

  1. Add Queue Item Failed -
    For this issue please check out the below thread which has same problem with solution:
    Add Queue Item: InHouse_Process4 does not exist. Error code: 1002 - #9 by lakshman
  2. Could not find target element because IE is running in Enhanced Protected Mode:
    Please follow below steps to disable IE from Enhanced Protected Mode :
    → Close all instances of Internet Explorer.
    → Click Start > Settings > Control Panel and open Add or Remove Programs.
    → In the Add or Remove Programs window, click Add/Remove Windows Components.
    ->In the Windows Components Wizard dialog that is displayed, in the Components panel, select the Internet Explorer Enhanced Security Configuration entry and click Details-
    → In the Internet Explorer Enhanced Security Configuration dialog that is displayed, clear the check boxes for the listed user groups and click OK.
    → In the Windows Components Wizard dialog, click Next and then click Finish.

If you do not have access to disable IE from Enhanced Protected Mode, Please check below thread to make the changes in the Settings to work with IE in Enhanced Mode:

Regards,
Rajeswari

i already following steps from : Enhanced Protected Mode in Internet Explorer

but i cant find this step :
→ Close all instances of Internet Explorer.
→ Click Start > Settings > Control Panel and open Add or Remove Programs.
→ In the Add or Remove Programs window, click Add/Remove Windows Components.
->In the Windows Components Wizard dialog that is displayed, in the Components panel, select the Internet Explorer Enhanced Security Configuration entry and click Details-
→ In the Internet Explorer Enhanced Security Configuration dialog that is displayed, clear the check boxes for the listed user groups and click OK.
→ In the Windows Components Wizard dialog, click Next and then click Finish.

from number 1 steps, " Do one thing. First delete all QueueName from Excel file. Create one new queueItem in [Orchestrator", || where i can found file excel with QueueName?

  1. Please check whether a queue named “InHouse_Process4” is created in your Orchestrator or not
  2. If you are using a Config file, then check whether OrchestratorQueueName is having the value as InHouse_Process4
  3. Then make sure that you are reading the Config and the Config variable is passed to your workflow
  4. Then before Add Queue Items activity add a log message to display the
    in_Config(“OrchestratorQueueName”).ToString - This should print InHouse_Process4
  5. Also make sure that your machine and Orchestrator are connected.

Regards,
Rajeswari

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