Oracle Forms issue on server

Hello EVeryone,

I have developed a code where oracle java forms are used. i tested in Dev env and everything works fine. Once i move to UAT it is unable to identify selectors.

Any suggestions.

Really appreciate for your response. Please find the below screenshot
image

Thanks,
Chay

Hi @Chaithanya_Rayankula

Two things first check if the names of the main windows are dynamic and also generally we see that on different environments of Oracle we have few extra elements because of which the idx changes so avoid using it .

Providing more details on selector would help in identifying the correct cause

cheers

Hi Anil,

Thanks for replying. This is the selector im using.

image

Hi @Chaithanya_Rayankula ,

Is the bot environment same? If not then please check if the java extension is installed and the path variable is added in env variables and also the uat url is added in the java security options menu.

Cheers

@Anil_G

No they are not same. I’m running on UAT server where there is no Uipath studio Installed. How can we check java extension in server?

uat url is added in the java security options menu- what does this mean? can you explain it more clear.

Really appreciate it.

Hi @Chaithanya_Rayankula

Please refer to below docs

Refer the below post on how to install java extensions from cmd

https://studio.uipath.com/docs/installing-the-java-extensions

and use the below command in cmd

“C:\Users<Username>\AppData\Local\UiPath\app-
19.2.0\UiPath\JavaSupport\ScreenScrapeJavaSupport.exe”

Replace the above with your path accordingly and this should install java extrension.

For activating JAB try following this

cheers

cheers

@Anil_G Thank you. This issue is with java extension

1 Like

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