SP 22 Interactivity features on Web Client

gregglarkin

gregglarkin

Legendary Poster
Question,

We have just implimented Service Pack 22 E1 with our Webspere 4.0 servers. I am trying to impliment some of the interactivity features of Service Pack 22. One of the features of SP22 is the ability to open multiple browsers. I have not been able to get this feature to work on either my test or production web servers. Has anyone out there succesfully implimented this? So far I have stumped JDE support on this issue.

[ERPINTERACTIVITY]
InteractivityLevel=HIGH
MultipleBrowserEnabled=TRUE
MaxOpenBrowsers=10
DBFetchLimitBeforeWarning=2000

Gregg Larkin
Praxair North American CNC
 
Gregg,

You also need to update you're [SERVER COMPONENTS] section.

See SAR 6717176

/ Ian
 
Ian,

My Server Components section is now:

[SERVER COMPONENTS]
#
# Do not modify this section
# Added in two lines for SP22
#
com.jdedwards.jas.UserManager
com.jdedwards.jas.JDBCProxy
com.jdedwards.jas.JDEORB
com.jdedwards.jas.DDValidation
com.jdedwards.jas.sql.VTManager
com.jdedwards.jas.security.SecurityBroker
com.jdedwards.jas.UDCJDBC
com.jdedwards.jas.JDEUDCText
com.jdedwards.jas.JDEUpdates
com.jdedwards.jas.JDEQueries
com.jdedwards.jas.JDEOWDirect
com.jdedwards.jas.ServerQuery
com.jdedwards.jas.JDESignon
com.jdedwards.runtime.virtual.VCServlet
com.jdedwards.runtime.virtual.MAFComponentLoader
com.jdedwards.jas.AuditComponent

And yet the multiple browser feature does not work.

Do you have it working?
 
Have you implemented the Portal technology? It was my understanding that you could not implement multiple browsers without using the Portal.
 
Gregg,

Yes I have it working. I am not using the portal.

Does anything else work e.g. the scroll bars. If so do you have anything in place to disble popups.

Other than that my MAFComponentLoader is at the top of my section but I can't believe that that would make any difference

/ Ian
 
Hi Ian

Exchanged emails with JDE. To answer a previous question, the Multiple Browser feature does not require the Portal. JDE had me poke around with the order of the entries in the server section. That had no impact. I can recreate the issue on two different webservers and have seen the issue on two different SP22 one-offs. At the moment I still have JDE GSS support stumped.
 
Back
Top