Hi BW Experts,
We have installed a standard BI content flow of a DSO.
I have loaded data till PSA & then loaded DSO DTP.... went fine...
but while activating DSO request, getting error & short dump...
Following is the dump-
****
Category ABAP Programming Error
Runtime Errors UC_OBJECTS_NOT_CONVERTIBLE
ABAP Program CL_RSDMD_UPDATE_MASTER_DATA===CP
Application Component BW-WHM-DBA
****
......
****
Error analysis
The statement
"MOVE src TO dst"
requires that the operands "dst" and "src" are convertible.
Since this statement is in a Unicode program, the special conversion
rules for Unicode programs apply.
In this case, these rules were violated.
How to correct the error
Use only convertible operands "dst" and "src" for the statement
"MOVE src TO dst"
Probably the only way to eliminate the error is to correct the program.
-
If the error occures in a non-modified SAP program, you may be able to
find an interim solution in an SAP Note.
If you have access to SAP Notes, carry out a search with the following
keywords:
"UC_OBJECTS_NOT_CONVERTIBLE" " "
"CL_RSDMD_UPDATE_MASTER_DATA===CP" or "CL_RSDMD_UPDATE_MASTER_DATA===CM00T"
"_CREATE_XY_IMAGES"
If you cannot solve the problem yourself and want to send an error
**************************
There is not customization in BI content flow.... all codes are standard.... Activation log indicates SID generation error.....
data looks fine (nothing junk in data)....
Activation went fine when we removed SID generation.....
Any idea what went wrong & what could be the probable solution......
Initially we though, since activation went fine without SID... if might b DB issue, as in DB03, PSATEMP space is 100% utilized......
I looked up in scn for threads with similar dump, found some threads with similar dump but no applicable solution for our case...
Please help with this.....
Thanks
Arun Purohit