Re-Enabling Full Application Access to 8.11 Full Client

tiradoj

tiradoj

Well Known Member
Hello Fellow OneWorld-ers (it will always be OneWorld to me :))

I am just starting to play around with 8.11 standalone (I know - late to game but my XP Pro latptop was a nightmare installing it) and I heard there was a way to re-enable full access to ALL applications -sort of like re-enabling Object Librarian in JDE.INI file with [OMW] stanza.

I thought someone would have wanted to figure this out as it seems ridiculous to install a 6+ gig client to only use a very small subset of the available applications.

Thanks in advance.

Joe Tirado
 
Found anything out on this. I wrote a package assembly app in XE that I am trying to get to working the deployment server. It is trying to force me to run it as web.

-Paul
crazy.gif
 
To enable applications run via the windows client in 8.11 is controlled by a flag in the F9860 table. Look for the field SIANSIF. The values:
W = Web Client
C = Windows Client
' ' = Both.
 
Ah yes, Bmorrison. I remember the field setting now in F9860 but that is a one at a time sort of thing. I was hoping there was something in the JDE.INI that would programatically restore all at once, but I can live with one off solution. :)

Thanks for reminding me.
Joe Tirado
 
You can do an update statement such as UPDATE OL811.F9860 SET SIANSIF =3D
'' WHERE SIANSIF =3D 'W' AND SIFUNO =3D 'APPL'. Of course, make a backup
table including these records you are going to change before you
actually change the OL.



Thanks!

David
 
Back
Top