cancel
Showing results for 
Search instead for 
Did you mean: 

Excel VBO Compile Error

ZdravkoBotushan
Level 4
Hey guys,

I am trying to use the Excel VBO, however, I am getting a compile error every time I try to use any of the actions.

12142.png

I opened the Excel VBO, this is the list of errors:

12143.png

I tried re-importing the VBO

------------------------------
Zdravko Botushanov
Senior RPA Consultant
------------------------------
3 REPLIES 3

AmiBarrett
Level 12
Any error with a negative line number would be in the imports or global code. It looks like you're trying to reference a temporary file, which isn't recommended.

------------------------------
Ami Barrett
Lead RPA Software Developer
Solai & Cameron
America/Chicago
------------------------------

Hello,

I don't think this is the case, because all of the Blue Prism VBO objects (e.g. Excel, Utility- General and all utility objects) do not work. 

Every time I try to debug, the error gives me a different file is missing.

------------------------------
Zdravko Botushanov
Senior RPA Consultant
------------------------------

The second line from your error log is pointing to a file in C:\Windows\Temp. If it's not directly referenced within the object, it could be something Blue Prism is trying to do in the background.

This directory usually requires administrative permissions to access, so it seems odd that it would be referenced. But just to rule something out, try running Blue Prism as an administrator and see if that fixes the issue. If it does, try completely uninstalling and reinstalling.

------------------------------
Ami Barrett
Lead RPA Software Developer
Solai & Cameron
America/Chicago
------------------------------