cancel
Showing results for 
Search instead for 
Did you mean: 

Abap Dump in Solman - Create Data Unknown Type - CX_SY_Create_Data_Error

Former Member
0 Kudos

Hi Gurus, I have installed Solution Manager EHP1 with Db2 database and windows operating system with all 64 bit. Solution manager have been successfully installed and configured and it's ready to use. But i'm getting an abap dump in the solution manager system. Approximately 30 abap dump a day which is the same error message. I've tried to find the error message in market place but couldnt find a solution. Can anyone help me to solve this problem. Thanks.

Runtime Errors CREATE_DATA_UNKNOWN_TYPE

Exception CX_SY_CREATE_DATA_ERROR

Date and Time 15.04.2010 00:31:09

Short text

CREATE DATA: The specified type "/BI0/V0SDB_C02M2" is no valid data type.

What happened?

Error in the ABAP Application Program

The current ABAP program "CL_SMD_AGGREGATE_MDX==========CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

I observed the same problem in our Solution Manager system.

This problem is triggered by the E2E_HK_CONTROLLER job.

Proceed according to step 3 of SAP note 1342231.

Kind regards,

Christophe

Former Member
0 Kudos

Hi Ram,

Please use the below mentioned note. It will fix your problem.

Note 1107804 - ST: E2E Diagnostics with ST-400 SP13 - SP16 / BI Content

Regards,

Manje

Former Member
0 Kudos

Hi Rajes,

I've checked the note you given to me. According to that note we need to apply the snote for component SAP_APPL. But when i installed the soloution manager EHP1; the SAP_APPL doenst exist.That component doenst exist in Solution Manager EHP1. So that mean this note doest not approriate for my case right ?

former_member227283
Active Contributor
0 Kudos

Hi Ram,

As you are using solution manager, there are certain data type which are related to BI in solution manager.

This is with relation to E2E.

So for solving your problem , you have to follow the procedure as per SAP note :- 1119770 E2E Diagnostics: Runtime Error CREATE_DATA_UNKNOWN_

Thanks

Anil

Former Member
0 Kudos

Hello Ram,

Is your issue resolved.Currently i am getting the same issue ,After I have upgraded Solution Manager from EHP1SP20 to SP23.I am getting the Short Dumps.

Runtime Errors CREATE_DATA_UNKNOWN_TYPE

Exception CX_SY_CREATE_DATA_ERROR

Date and Time 08/03/2010 00:30:41

Short text

CREATE DATA: The specified type "/BI0/V0SDB_C02M2" is no valid data type.

What happened?

Error in the ABAP Application Program

The current ABAP program "CL_SMD_AGGREGATE_MDX==========CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

What can you do?

Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system

administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look

at and manage termination messages, and you can also

keep them for a long time.

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_CREATE_DATA_ERROR', was not

caught in

procedure "INITIALIZE" "(METHOD)", nor was it propagated by a RAISING clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

The dynamically specified type "/BI0/V0SDB_C02M2" at CREATE DATA is no valid

data type.

The type is either unknown or an object type.

How to correct the error

If the specified type "/BI0/V0SDB_C02M2" is an object type, then new objects of

this

type (instances) are not created with CREATE DATA, but with

CREATE OBJECT.

If the type is unknown, then it must be created in the program or in the

ABAP dictionary.

Probably the only way to eliminate the error is to correct the program.

Thank you,

khanth

Former Member
0 Kudos

Hi Ram,

Please go through the below note:

[Note 1285825 - Short dump: CREATE_DATA_UNKNOWN_TYPE|https://service.sap.com/sap/support/notes/1285825]

Most of the note for this error suggests "correction" implementation.

Please check if you are have appropriate SUPPORT PACK level as per the installation guide.

Regards.

Rajesh Narkhede