cancel
Showing results for 
Search instead for 
Did you mean: 

COLLECTOR_FOR_PERFORMANCEMONITOR and SAP_COLLECTOR_FOR_PERFMONITOR.

Former Member
0 Kudos

In our BI(7.0) SP13 Development System run on Oracle 10g and Windows, The data collector RSCOLL00 is started every hour as a background job name of COLLECTOR_FOR_PERFORMANCEMONITOR and SAP_COLLECTOR_FOR_PERFMONITOR.

This job was successful every hour except two times every day i.e. 07:00 & 20:00. and it generates dump in ST22.

Runtime Errors CONNE_IMPORT_WRONG_COMP_TYPE

Exception CX_SY_IMPORT_MISMATCH_ERROR

Short text

Error when attempting to IMPORT object "HIST2".

What happened?

Error in the ABAP Application Program

The current ABAP program "RSORAT4M" 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_IMPORT_MISMATCH_ERROR', was

not caught in

procedure "AKT_DAY_HIST2" "(FORM)", 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:

When importing the object "HIST2", the component no. 8 in the

dataset has a different type from the corresponding component

of the target object in the program "RSORAT4M".

The data type is "I" in the dataset, but "P" in the program.

How to correct the error

Try to find out why the type of the object should be different.

There are various possible options:

1. The type of the imported field has changed in the Data Dictionary.

Make sure that the type of the imported field matches the type

of the field in the Data Dictionary.

If the data cannot be restored from another source, the data must be

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi Shaker,

I tried your answer and it resolved my problem in my Development system, But it was not able to resolved this issue in my Quality stem.

Could you please suggest why i am not able to resolve this issue in my quality system.

Regards,

Jayson.

Former Member
0 Kudos

Hello,

Check SAP Note 1000275, step 5 - Miscellanious

Best Regards,

Reema Verma

Former Member
0 Kudos

Hello,

Check SAP Note: 997535.

Regards,

Yoganand.V