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

BDC_INSERT, queue error message.

Former Member
0 Likes
945

hello,

I am trying to research a problem. our users are receiveing the following error message when they try to run a program the loads data for RFBIBL00 and submit a job to load data for FB01.

<b>BDC_INSERT, queue error at. Please check the system log.</b>

I have never seen this message before and I am not sure where to start looking for the solution.

any help would be greatly appreciated.

thans in advance for your help

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
754

thanks for the quick turn around on this. I checked SM21 and I see messages like

unable to extend table SAPDEV.APQD by 1024in tablespace PSAPDEV

and so on.

I have notified the BASIS person for him to take a look at. I don't think there is anything that I can do.

Is there a possibly that there is anything wrong with my program? I have been running this for quite awhile and have had no problems. is it possible that I am trying to process to much data at one time?

6 REPLIES 6
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
754

Check SM21 for more information.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
754

It looks like system is running out of memory to place job in the queue. You should be able to get some help from SM21.

I would suggest a BASIS person to look into the issue.

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
0 Likes
754

There should be a long text with this message.

Rob

Read only

Former Member
0 Likes
755

thanks for the quick turn around on this. I checked SM21 and I see messages like

unable to extend table SAPDEV.APQD by 1024in tablespace PSAPDEV

and so on.

I have notified the BASIS person for him to take a look at. I don't think there is anything that I can do.

Is there a possibly that there is anything wrong with my program? I have been running this for quite awhile and have had no problems. is it possible that I am trying to process to much data at one time?

Read only

0 Likes
754

The database is stored in terms of tablespaces, which in turn is directly related to the files in which the data is stored.

So, if the tablespaces runs out of space, which is happening here, the DBA will have to extend the tablespaces and add more space to it. This is a very normal case and has nothing to do with your program

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

0 Likes
754

Sounds like a memory problem. How many transaction line items was it processing? You might want to update fewer transactions at a time.

Rob