cancel
Showing results for 
Search instead for 
Did you mean: 

CO/PA Text Load! Error "Caller 70 Missing"

Former Member
0 Kudos

Hello All!

I am trying to load the master data in the cube. It gives me a short dump with <b>"caller 70 missing"</b> and tells me to search on :

"GETWA_NOT_ASSIGNED" C

"CL_RSDMD_UPDATE_MASTER_DATA===CP " or "CL_RSDMD_UPDATE_MASTER_DATA===CM011 "

"_UPDATE_TEXTS_KERNL_T"

I am able to load the data successfully in PSA.

I am not sure what is causing this if anybody has any idea. Please let me know.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Do you upload Master Data or transactional data. The dump suggests that you upload texts, but you don't do this into a cube.

If you upload texts you should check the following points:

0. Activate the transfer rules, start the transaction anew and try to reload again. This helps incredibly often.

1. Look for short dumps in the ST22. They often give you a good idea where the error occured. If you're good in reading dumps you might even identify the record the dump was produced.

2. Look into the message log SM21. You may find unique messages here to.

3. Look into your job overview if jobs were cancelled during the time. Often there are interesting logs.

4. Look if you have routines encoded in the transfer rules. Look for RAISE or MESSAGE commands in the coding.

5. Look if your infoobject contains a transfer routine (in the lower left corner of the General tab). Look for RAISE or MESSAGE commands here.

6. The only other thing I can imagine is having non compatible code pages. Are there any different code pages?

Best regards

Dirk

Former Member
0 Kudos

Sir,

I am in process of uploading text. I have already loaded the attribute side of it. I have not yet started loading transactional data.

0. Transfer rules are active. I have tried activating again and load it still comes with the same error.

1. The "GETWA_NOT_ASSIGNED" is from the short dump.

The only other thing I can see in the <b>short dump</b> is the line where the error occured:

The <b>termination occurred in line 87</b> of the source code of the(Include program "CL_RSDMD_UPDATE_MASTER_DATA===CM011 "

of the sourcecode of program "CL_RSDMD_UPDATE_MASTER_DATA

===CM011 " (when calling the editor 870).

<b>Line 87 of the code provided in the short dump:</b>

> assign <l_s_where_ref>-r_data->* to <l_datefrom_min>.

2. I did look in SM21 & it does give different message:

When calling a function within the database interface, a returnvalue which cannot be processed by the calling

function was provided.

"Unexpected return value 16 when calling up BUFFE"

3. Looked in job overview: nothing was cancelled.

4. No routines encoded in the transfer rules.

5. The InfoObject does not include any routines either.

6. I am not aware of any other code pages.

Please suggest.

Thanks for your time.

Former Member
0 Kudos

Hi Sonal,

try to take a look to the OSS Note 631668 'DEADLOCK when loading data into InfoCubes'...here is described a situation in which the monitor log displays the "CALLER 70 missing" entry and the request is flagged red.

Here are the solutions proposed:

Before loading transaction data, delete secondary indexes on the fact tables and recreate them after you have loaded the data.

On the screen for administering data targets in the Administrator Workbench (transaction RSA1, context menu of an InfoCube:Administer), you can set this to be executed automatically by the system.

Alternatively, you can also load requests serially into InfoCubes. This avoids the deadlock problem, however, you should note that after some loading processes, it is necessary to reorganize the BITMAP indexes because they degenerate very heavily.

Hope it helps (and don't forget to assign some points by clickin'on the star if the answer help you !!)

Bye,

Roberto

Former Member
0 Kudos

Sir,

I did look at that note. this is the first load for this cube. I have loaded the attr but having problems loading the text.

The note talks about what to do before loading the transaction data. I am stuck while loading the master data (text).

I went to RSA1, RMC on the cube>Manage> Performance tab > check Indexes and it comes out to be green. I have repaired the indexes.

There are only 135 records in the R/3 and there is only one data packet. I am not sure what is causing this error.

Former Member
0 Kudos

Sonal,

please could you explain to us what are you doing in your data model ? what's the architecture of your data flow ?

Thanks !

Bye,

Roberto

Former Member
0 Kudos

Sir,

I think I might have the solution. Since these are custom objects in CO-PA, I just found that object and its description are coming from two different tables. So, I think i should delete the attr_datasource and base them on the right table. The text_datasource are based on the right table.

Could it be possible that because I had already loaded the attr and now I was trying to load text coming from the same table have caused this problem?

My data flow :

Data is coming from the R/3 through the 1_CO_PA200BG00 datasource going to PSA and then the infosource and to cube via update rules.

I do appreciate everybody's time and effort.

Thanks a lot.

Former Member
0 Kudos

Hello!

I redid the config and it still gives me the same error while loading text.

Although in ST22, it says that :

Tcod MNo Text

BZY Unexpected return value 16 when calling up BUFFE

Problem class....... K SAP Web AS Problem

Development class... SBAC

Module name......... dbrsbuf

Line................ 983

Table name.......... 16

Field name.......... BUFFER MOD

Documentation for system log message BZ Y :

When calling a function within the database interface, a return

value which cannot be processed by the calling function was

provided.

Technical details

File................ 000005

Position............ 0000480420

Entry type.......... h ( Database Error (Non-SQL) )

Message ID.......... BZ Y

Variable parts...... 16 BUFFER MOD dbrsbuf 983

I am not sure what might be causing it. But is deos mention problem type WEB AS.

Former Member
0 Kudos

Hi,

Check up the BW latest patches for your release and also the front-end Patch level.. If the problem is with front-end try to apply the latest patch level.

Regards,

Manga

Former Member
0 Kudos

Hello!

We have the latest patch on both the levels. I would like to Thank you all for your time. I am closing the topic and would like to assign the points. Although the thread is not giving me the option.

Former Member
0 Kudos

Hi Sonal

I have the same problems on the latest patch of BW 3.5 - how did you solve it?

Thanks

Mike

Former Member
0 Kudos

I have worked it out.

The CO-PA characteristics have blank values in the field TXTTIMFL on table RSDCHABAS. This value must be "0" or "1" so it is read correctly in the function modules to update the texts.

Marking the InfoObjects to have time dependent texts and then switching back again correctly sets the field to "0" and the loads work

Former Member
0 Kudos

It really works! Thanks a lot