cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Dump during starting CJ20N

AntonPierhagen
Active Participant
0 Kudos

hi all

When i try to open the transaction CJ20N the SAP system will dump.

The dump is an CONNE_IMPORT_WRONG_COMP_LENG, CX_SY_IMPORT_MISMATCH_ERROR exception.

I receive the message " Error when attempting to IMPORT object "PROJ",

If i look at the debugger what created the error i see that the system is looking for an project who does not exists.

In form BUILD_INDEX_TABLE an internal table is used to look for projectdata .

the internal table has data from the table CNPB_INDX.,

Some how i get the idea that SAP is holding data of a project which is deleted. I would like to try to delete all the buffers for my current user

or another buffer who has this data, but i did not found any solution how i can achieve this. Does anybody know how i can do this?

Or do you know another solution for my problem?

Transaction CJ2B also returns a dump unfortunately.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Anton,

Check below note,

service.sap.com/sap/support/notes/1941069


If you have development server try it. Else raise to SAP.

Regards,

Alex

MTerence
Active Contributor
0 Kudos

Hi Anton,

Check this note

1492443 - Issues while opening archived projects.


Preferred to reach out to SAP.

Regards

Terence



AntonPierhagen
Active Participant
0 Kudos

Hi unfortunately that is not our issue. If i look at the symptoms which are described in the sap note, it is designed for other problems then i have. Also we have an newer SAP_APPL component then the SAP_APPL components which are mentionened in the sap note.

But thanks for the reply!

Did you had the same error like i experience at the moment?

Rushikesh_Yeole
Contributor
0 Kudos

HI,

I think you need to remove entry from PROJ table (project Code not exists in system).

You will get similar dump when you do F4 for projects or WBS.

We need to search standard programs which will re organize data in base tables.

AntonPierhagen
Active Participant
0 Kudos

Unfortunately in the PROJ no data is available of the missing project. Was that there any data available, then the error was not raised by the system.

In the PROJ and in the PRPS tables no data is avalable of the project anymore.

Only an reference exist in the CNPB_INDX table

Rushikesh_Yeole
Contributor
0 Kudos

CL_PS_HLP_WORKLIST->DELETE_FAVORITES

I think above methods will help to resolve the issue. But not sure if we can run this in production system.

based on Internal table data we need to pass parameters

AntonPierhagen
Active Participant
0 Kudos

Unfortunately it is a private method of an standard class. But you do not know any reports or transactions which can be used to delete the buffer or favorites of a user ( for the project builder? )

MTerence
Active Contributor
0 Kudos

Hi Anton,

I do not have any problems related to this.

Unfortunately, its difficult to give the exact note or reference. Since you have gone through the upgrade, best option is raise a OSS note to SAP.

While i was searching notes, i found there are lot of notes available with the same error, but some are only related to CJ20N, so i suggested this note. You can also search in OSS notes and check whether any notes are relevant.

Regards

Terence