‎2006 Nov 20 4:32 PM
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
‎2006 Nov 20 4:54 PM
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?
‎2006 Nov 20 4:34 PM
‎2006 Nov 20 4:35 PM
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
‎2006 Nov 20 4:39 PM
‎2006 Nov 20 4:54 PM
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?
‎2006 Nov 20 5:19 PM
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
‎2006 Nov 20 6:55 PM
Sounds like a memory problem. How many transaction line items was it processing? You might want to update fewer transactions at a time.
Rob