cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle Standard VBO

Anonymous
Not applicable
Hi Everyone,

I am working on a POC that involves Oracle. Is there any Oracle VBO, Can assist me?

------------------------------
Ankit Raj
RPA developer
EY
India
------------------------------
32 REPLIES 32

@Pardha_SaradhiM,

What version of Blue Prism are you using, and did you copy the Oracle DLL into the Blue Prism Automate folder?

Cheers,


------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

Blue Prism

@Pardha_SaradhiM,

The netstandard error seems to be a hit or miss sort of thing. You can try adding the following line to the Code Options section of the Initialize tab:

18330.png
Out of curiosity, what versions of the .NET Framework do you have installed?

Cheers,

------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

Hi Eric, I have a similar error.


I can connect with the DB using the action DB Connect, but when attempting to use any other action. I  get the following message:

(this page is for test only, don't mind the poor programming)
18336.png
The test of the message is as follows:

Internal : Could not execute code stage because exception thrown by code stage: Could not load file or assembly 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

The BP version I'm running is 6.10.0
The Oracle VBO version is the one in DX 

I tried the following:

1st.- added the netstandard.dll reference to the Oracle Object.

2nd.- Reference the netstandard in the GAC instead the one in the BP directory.
         didn{t work, rolled back the change and 

3nd, Rename the Automate\netstandard.dll and copy the one in the GAC. Didn't work

It seems to me that the problem is the version of the dll. 

Any help? Also, it is the customer enviroment and I have limited access to the runtime, so anything I want to try, I need to ask for.

The .NET version is  4.6

18337.png
Thanks in advance


------------------------------
Paulo Politti
------------------------------

@Paulo Politti: Have you find any solution for this? I am also facing the same issue.

@ewilson: Any update on the this requested query?

Thanks in advance,
Aditya ​​​

------------------------------
Aditya Jain
Senior RPA developer
Accenture
Asia/Kolkata
8058426934
------------------------------

@Paulo Politti, @AdityaJain1,

Do you known what version of the .Net Standard DLL is installed in your environments?


Cheers,
​​



------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

Hi Eric,

Apologies for late reply.

We are using 4.6.25514.4 version of .netstandard DLL.


18384.png

Thanks

------------------------------
Aditya Jain
Senior RPA developer
Accenture
Asia/Kolkata
8058426934
------------------------------

@Paulo Politti@AdityaJain1,

The one thing you both have in common, which is slightly different from my environment, is the use of .NET v4.6. In my case I'm using v4.7. Do you have any test machines that you could install .NET v4.7 on and see if you have the same issue?

Cheers,



------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

HI Eric,

Thanks for your inputs. I have checked on my machine .NET 4.8 version is installed(PFB screenshot)

18417.png

Also could you please let us know from where we can get .netstandard Version=2.1.0.0?

Thanks,


------------------------------
Aditya Jain
Senior RPA developer
Accenture
Asia/Kolkata
8058426934
------------------------------

.NET v4.8 may be installed, but that doesn't mean Blue Prism is using it. Take a look at the file Automate.exe.config in the Blue Prism Automate folder (you can open it with any text editor). Towards the top of the file you should see a reference to supportedRuntime (as pictured below). What version is listed on yours?

18429.png
Cheers,

------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------