RealTimeEvents (Event Generation)

babu_alwar

Member
I am trying to enable the RTE's in E1 for outbound notification (Synchronous and Asynchronous). I gathered enough information from PeopleBook and downloaded few documents from Knowledge Garden (Oracle). I have now configured all the required settings viz

1) Activate Real Time Events (P90701A RTE Workbench).
Set the server and client side JDE.INI file for interoperability viz IEO and EVN Kernel, both the kernels are running now.

2) Activate Subscriber for the event to receive the notification. I am more concerned about event generation than event distribution at this stage. After all the setup, I am running some addition, or deletion on Address Book (P01012) to test the same. I can see the AddressBookMasterRealTimeWrapper being called in the server jdeDebug.log and evoke the respective RTE function call but IEO call is not happening. I have added some parts of the log.
These are my questions

1) Which file has the jdeIEO_IsEventTypeEnabled() (function) definition (do I have access to it)?
2) Is there anything else I need to do to get the RTE working?
3) Is it possible to set up the JDENET to post the XML notification to a URL?
4) Is there a RealTime Server (package) which should be installed seperately?



<Server side: JDEDebug.log>
Jun 09 11:39:12.109114 - 12212/2088 WRK:Starting jdeCallObject End dumping data structure for business function AddressBookMasterRealTimeWrapper
Jun 09 11:39:12.109118 - 12212/2088 WRK:Starting jdeCallObject Entering JDB_InitBhvr
.......
Jun 09 11:39:12.109119 - 12212/2088 WRK:Starting jdeCallObject Exiting JDB_InitBhvr with Success (UserHandle 06024770)
Jun 09 11:39:12.109120 - 12212/2088 WRK:Starting jdeCallObject JDERT_IsRealTimeEnabled called
Jun 09 11:39:12.109121 - 12212/2088 WRK:Starting jdeCallObject New RTE system is enabled for 811 and higher releases. Bypassing RTE object checks.
.......
Jun 09 11:39:12.109129 - 12212/2088 WRK:Starting jdeCallObject Exiting JDB_FreeUser with Success(UserHandle 057E2D28)
Jun 09 11:39:12.109130 - 12212/2088 WRK:Starting jdeCallObject jdeIEO_IsEventTypeEnabled called for event type RTABOUT
.....
Jun 09 11:39:12.109136 - 12212/2088 WRK:Starting jdeCallObject Exiting JDB_InitUser with Success (UserHandle 057E2D28)
Jun 09 11:39:12.109137 - 12212/2088 WRK:Starting jdeCallObject New RTE system is enabled for 811 and higher releases. Bypassing RTE object checks.
 
Just wondering.... Did you open a case with GSS to see if they can answer that for you?
 
Hi Babu,

do u have any documentation on implementing realtime connectivity between E8.10 and J2ee. i read your post
on this topic. Please send me if you have any.

thanks
Madhu
 
Madhu,

If you go to Oracle (OPN) and knowledge garden you can get more info/docs on Transaction server (JMS) to set up real time events for outbound. For inbound check PeopleBook on XML interop (calling business functions using XML).

HTH,
Babs

ps: If you cant access Oracle or need more info pls email me [email protected]
 
Back
Top