Status Faulted

Hi When I try reading range I’m getting the below message
{
“message”: “Read Range Faulted”,
“level”: “Trace”,
“logType”: “Default”,
“timeStamp”: “08:39:43”,
“processVersion”: “1.0.0”,
“jobId”: “cf619c5e-d105-489b-840a-e857fdb3f446”,
“robotName”: “OGZ”,
“machineId”: 0,
“fileName”: “Main”,
“activityInfo”: {
“Activity”: “UiPath.Excel.Activities.ExcelReadRange”,
“DisplayName”: “Read Range”,
“State”: “Faulted”,
“Variables”: {
“Rrange”: “”,
“Wb”: “UiPath.Excel.WorkbookApplication”
},
“Arguments”: {
“DataTable”: “”,
“Range”: “”,
“SheetName”: “Sheet1”
}
}
}

What does this exactly means.

1 Like

Hi @Santosh_Prabakar

Can you share your xaml and sample exel file to easily address the issue. Thanks.

cheers :smiley:

Happy learning :smiley:

2 Likes

@Santosh_Prabakar

Is Excel application was installed in that machine ?

If yes then use Excel Read Range activity else use Workbook Read Range activity.

Hi @pattyricarte,@lakshman,

Thanks for replying I got the issue resolved it was some excel issue created a new excel it got the issue resolved.

2 Likes

No worries @Santosh_Prabakar

Happy to help :smiley:

cheers :smiley:

Happy learning :smiley:

2 Likes