Set EnterpriseOne Applications to RUN on FAT CLIENT

From E812 and subsequent versions the operating mode or application control, the majority of Applications or Interactive process can only run in the WEB.
In The table JDEOL812 / F9860, field SIANSIF defines where the application can be run, W for Web, C for Client (Windows) or B for Both.
If you want FAT CLIENT in for the app execution, you can modify this field.
The following is a DEMO E9 sql update for F9860 examples: (NB: please do not execute this statement Unless you are very sure about the application name)
UPDATE JDEOL900.F9860 SET SIANSIF = ‘B’ WHERE SIOBNM LIKE ‘P%’ AND SIANSIF = ‘W’ ;
This way you can run the Interactive applications on Fat client.

4 thoughts on “Set EnterpriseOne Applications to RUN on FAT CLIENT

  1. Jim Loesel Reply

    Great Tip! Do you have a trick to run batch versions from the web client? Thanks

  2. Jim Loesel Reply

    Nevermind. I just found this posted by another user.
    Jim Geraci
    March 5th, 2010 at 10:15 am · Reply
    =============================================================
    The following instruction is the setup to allow for running of UBE from web interface.
    ————————————————————————————–
    1. Start E1 Solution Explorer.
    2. Go to command prompt and type HOSTNAME to determine your local PC local host name.
    3. Go to P986115 – Row exit until the maintenance form for “Data Source Revisions”
    Change “Logical Server Name” to the local HOSTNAME.
    Change “Server Map Data Source Name” to “System Local”
    Click OK to update.
    4. Reboot. Start E1 Solution Explorer.
    5. Go to P98616 and define the DEFAULT printer with the default paper size.
    Setup DEFAULT printer via P98616 for the local HOSTNAME.
    Setup for for HOSTNAME, (local) and LOCAL. This will allow you to submit UBE from web-client.
    *PUBLIC *ALL *ALL *ALL \\corprts1\devprn1 YEOIBMT43 AV
    6. Reboot. Start E1 Solution Explorer. Start E1 Web.
    from: http://www.jdelist.com/ubb/showthreaded.php?Cat=&Number=138836&page=&view=&sb=5&o=&vc=1
    Read more: http://www.deepeshmd.com/enterpriseone/access-e9-local-webclient-any-system#ixzz0jgF7dzn2
    Under Creative Commons License: Attribution Non-Commercial Share Alike

  3. Tejas Reply

    Thanks for the great tip guys.
    I had 2 questions, if someone has an answer:
    1. Is there also a way to run/execute the menus from a fat client in E1 Demo, like how it could be done in XE? Now you have to run a thin client to execute Menus (like G09).
    2. Can you still run the ActivEra in E1 9.0 Demo, like how you could in XE? If yes, how do you do it? It does not give a short cut anymore.
    Thanks in anticipation.

Leave a Reply