I’m first time fetching data from IDOCs using Real time Job.
I have created SAP Datastore and import IDOCs and Created Real time job ,my target is SQL server. When I try to execute job from Designer then I 'm getting error --“The file name is missing for the IDoc or XML file source”
I have also configured Client Interface and Real-Time Service in management console.
In Client Interface showing “Waiting for IDOCs” and having green symbol.
In Real-Time service configure I have configure the Real time job with default Startup timeout 300,Queuing timeout 400,Processing timeout 200 ,Recycle request count max 10000 bcoz I did not have any idea about time set.
in real-time services, job showing green symbol having status “Services Started”. but data is not loaded in table …I do not understand where is the problem…
Now, I have makes complete connection but When IDOCs process start from SAP and I start my Real-time service then I received this error
“Broker Client is no longer connected to the Broker Host AGLSAPSBXARDDB1:4000”
Pls-2 give me the solution where is the problem -in sap side or BODS side and I hope you should have some solution
I’m doing wait for your response.
Werner Daehn -Sir,I aspect some solution from your side 8)
I have your question on my radar, but no immediate idea…
I am also unclear on where the failure happens, so my next step would be to look for the realtime job log, the realtime service log, the RFC IDOC Client statistic page. Is the IDOC even received?
Yes- I received IDOC and Error log file showing “Empty file received.”
When IDOC is start from SAP system ,Job generate the New trace Logs, but in MONITOR LOG showing 0, 0,0,… count and after this getting above mention error-"Broker Client is no longer connected to the Broker Host AGLSAPSBXARDDB1:4000" But When IDOCs Instance is executing from SAP syatem ,Access Server re-start on every execution…
1)I had tryied to ping access server port and other port from where we are expecting request. all are fine.
2)Set RFC connection in Admin console,that is also fine
3)checked access server,it is properly started without any warning.
for more details I have attached Trace log,Error and monitor log information.!!
I have found the solutions of this problem.
Actually ,you know BODS job server is not UNCODE and SAP RFC function module is Unicode so we had required to make the SAP RFC UN-Unicode form.
there is a one Unicode option in RFC function module .so just click on it.
Now my Run time job is executing successfully.