I have a problem catching the portal events in our ABAP Dynpro application. I can debug the code and see the trigger executing the portal-Fire method in the sender application. However on the receiver application the event is not being raised/caught. I have tried using Thomas Jung's simple Sender-Receiver example ( http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/eae111e7-0b01-0010-6cb7-e0dd2bfbfa7a ) and still it only works in our prototype system, not our development system.
I am trying to determine why there is a difference between the environments, perhaps it is because of the load balancing exists in development and not in the prototype environment. That is currently the only difference I see.
We are currently using ECC 6, EP 7.01 on both environments.
I'm assuming that this may be a server config issue, but I am not sure.
Any ideas on what to look at?
Thanks for the help.