Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Infinite loop in BI system...

Former Member
0 Likes
826

Hi Folks,

I am trying to debug first time in BI system. There is an extractor which is fetching data from CRM system. Now the issue is when i am running RSA3 in CRM system, I am getting 400 records. But when i run the transaction RSA1 for the same source in BI system, it is going into infinite loop.

Can anybody please tell me the reason for this. I checked in SM50, and everytime it is holding either on SAPMSSY1 program at the statement "RSYN >SCONT SYSC ...." or on program 'SAPLTHFB'.

Kindly help.

Regards,

Guddan

Hi Folks,

I am trying to debug first time in BI system. There is an extractor which is fetching data from CRM system. Now the issue is when i am running RSA3 in CRM system, I am getting 400 records. But when i run the transaction RSA1 for the same source in BI system, it is going into infinite loop.

Can anybody please tell me the reason for this. I checked in SM50, and everytime it is holding either on SAPMSSY1 program at the statement "RSYN >SCONT SYSC ...." or on program 'SAPLTHFB'.

Kindly help.

Regards,

Guddan

3 REPLIES 3
Read only

Clemenss
Active Contributor
0 Likes
754

Hi archna,

do more research on the extractor. It has been discussed here that a SELECT ... FOR ALL ENTRIES IN ... may cause an infinite loop if not all key fields are extracted.

SAPMSSY1 is a system program handling the RFC request, SAPLTHFB is SM50 itself.

Regards,

Clemens.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
754

Check in source system (CRM)

- iDOC (WE05, WE06 or BD87)

- batch running (SM37, jobs BIREQU* or similar)

Regards,

Raymond

Read only

Former Member
0 Likes
754

Hi,

I am getting the following message in BI system :

Diagnosis

No errors found. The current process has probably not finished yet.

System Response

The ALE inbox of BI is identical to the ALE outbox of the source system

or

the maximum wait time for this request has not yet been exceeded

or

the background job has not yet finished in the source system.

Current status

Data packets were found that have not yet been rea

Can anyone please help me in knowing the reason for this.....