on ‎2006 Feb 17 4:21 PM
Hello,
Recently our BW development was restored from a current backup. We didn't lose any changes as the backup was current.
After the restore I had to activate my infosources before they would work correctly for the sake of data loading. If I don't do that then I get SAPI errors during infopackage loads.
I have a particular load that is failing me. It loads data from infocube 0COPC_C09 to ODS ZCOPC_05.
When I go to RSA3, I use 80COPC_C09 as the datasource and i start extraction. I get an message that says:
"Errors occurred during the extraction."
When I display the log:
I see this -
"SQL Error: 1101"
I do not get any short dumps in ST22, unless I don't delete the previous unactivate request in the data target.
I am not loading from a flat file.
I am not using any selection values either.
Does anyone have any suggestions?
Thanks,
Nick
Request clarification before answering.
Hi Nick,
The entire message is just the SQL Error?
There are several notes regarding the 1101 error, but just "SQL Error: 1101" is too general.
If you have more details, it´d be better.
Regards,
Tomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is the generic message on the status tab in Monitor. However there is no more explanation to the SQL error
Error message from the source system
Diagnosis
An error occurred in the source system.
System response
An error occurred in Extractor .
Check the error message.
Procedure
The procedure for removing errors takes place depending on
the error message:
Note
If the source system is a Client Workstation, then it is possible that the file that was to be loaded was being edited at the time of the data request. Make sure that the file is in the specified directory and is not being edited, and restart the request.
Let me know if you would require any other information.
Thanks,
Nick
Hello Tomas,
Thanks for the information. Yeah the 0COPC_C09 is my infocube. And I am able to load data to this infocube without any problems from 0CO_PC_PCP_02.
But the problem is when I am loading data from 0COPC_C09 to my ODS ZCOPC_05.
So I don't see how activating 0CO_PC_PCP_02 would help in this case.
Please correct me if I am wrong in my understanding. (and if I should still activate 0CO_PC_PCP_02, even though I can load data to 0COPC_C09)
Thanks,
Nick
Hello Everyone,
The problem has been solved. Here was the solution:
The dataload is failing because the database TEMPDB does not have enough space available. Your TEMPDB is to small to handle the load from your cube. You are getting the following error, which can be seen in SM21 andST04:
[1101] Could not allocate new page for database 'TEMPDB'.
There are no more pages available in filegroup DEFAULT. Space can be created by dropping objects, adding additional files, or allowing file growth.
In other words, your database TEMPDB is full. You have to increase the free space within the database TEMPDB. Please increase the space with your DB administrators, and test the load again.
Once TEMPDB was adjusted and the system was rebooted the problem was solved.
Just wanted to share the resolution with future SDN'rs with the same problem.
Thanks,
Nick
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.