cancel
Showing results for 
Search instead for 
Did you mean: 

Attaching back problem between browser and Oracle forms

CuneytYildiz1
Level 2
Hello, When working and integrating BluePrism with an Oracle forms application I try to export an excel file from application at a menu and the Oracle forms application automatically leads me to the "browser" and presents the option to "save" the file to the pc. I have two business objects, one for Oracle forms and one for IE browser and my process calls the IE browser object when attaching it. However, when I try to attack back to the Oracle forms application and I call the "attach" action from Oracle forms business object I encountered the system exception error as in the attachment. I can attach back successfully if I run all progress from one business object (Oracle forms business object) but I cannot call the "attach back action" in a process. What can be the possible solution for this issue? Thanks for your help, Regards, Cuneyt.
2 REPLIES 2

John__Carter
Staff
Staff
Attach has some restrictions - you only need to attach once, and any attempt to attach again when the object is already attached will create an exception. The way to avoid this is to use a read stage to call Is Connected using the top element. This will produce a Flag indicating whether the object is attached or not.The other thing to consider is that IE often has more than one exe running and you need to attach to the right one.John

Hello, Thanks for your answer. First of all, I have successfully attached to the right IE browser simultaneously with Oracle forms and spy and click the save button. So, I obtained the excel file. However, in order to continue process I have to go back to the Oracle forms. So, I use the ""Activate"" command for Oracle forms screen. I used ""Is Connected"" and BP says that it is not attached to Oracle forms. So, I added the attach command before ""activate"" screen. What is the wrong step in here? Appreciated for your help. Thanks. Cuneyt,