Issue JDE 910 Local Client

umang soni

Member
Hello All,

I wanted to test the application in PY910 so I used PY Development client (refer screenshot1 attached) to test that application.
now when I run the application from Design(Run HTML Applicaion).

It prompts for Environment and that list of environment doesn't have PY, so how can I test the application in PY.
Refer screenshot2

Please guide me, this seems new in JDE 910.
Please correct me if I am wrong or misunderstanding something.
 

Attachments

  • Screenshot_1.png
    Screenshot_1.png
    10 KB · Views: 11
  • Screenshot_2.jpg
    Screenshot_2.jpg
    17.4 KB · Views: 14
Change the environment in JAS.INI file.

It is present in E910_1\system\OC4J\j2ee\home\applications\webclient.ear\webclient\WEB-INF\classes path.
 
Dear Saikiran,

Thanks for the replay.
can you please explain me in detail.
I opened jde.ini file but dont know what to change and where to chane.
 
Hi,

In JAS.INI file, there is a section called [OWWEB].

In OWWEB, change the pathcode field to 'PY910' and logout & login back to JDE.

[OWWEB]
PathCodes=('PY910').
 
Dear Umang,

You have to change in JAS.ini not jde.ini , which will be present in following location.

It is present in E910_1\system\OC4J\j2ee\home\applications\webclien t.ear\webclient\WEB-INF\classes

Thanks,

Bhushan
 
Back
Top