cancel
Showing results for 
Search instead for 
Did you mean: 

SPAM error in IMPORT_PROPER

06-29-2017 5:10 PM
benoit-schmid Contributor
4382 views 10 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Good afternoon,

I am applying a SPS in an ECC system with SPAM.

I have the following error in phase IMPORT_PROPER:
The import was stopped, since an error occurred during the phase
IMPORT_PROPER, which the Support Package Manager is unable to resolve
without your input.

After you have corrected the cause of the error, continue with the
import by choosing Support Package -> Import queue from the initial
screen of the Support Package Manager.

The following details help you to analyze the problem:


- Error in phase: IMPORT_PROPER

- Reason for error: TP_STEP_FAILURE

- Return code: 8

- Error message: OCS Package SAPKH61712, tp step "I", return code

Could you help me to diagnose the root cause of the problem?

Thanks in advance.

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

benoit-schmid
Contributor
0 Likes

Good morning,

Deleting the ~00 index in the DB has fixed the problem:

SQL> drop index sapsr3."EDOPROCSPINTDET~00";

But there is still the ~001 index in DDIC and not in DB.

There I have to do the post processing, after the SPAM.

With FM DB_DROP_INDEX, I can not enter EDOPROCSPINTDET~001

because it is one character too long.

Have you succeeded to perform this on your side?

Can I delete this ~001 index during working hours on a productive system?

What are the possible impacts of deleting this index during production?

Regards,

Answers (1)

Answers (1)

alichtenau
Product and Topic Expert
Product and Topic Expert

Hi Benoît,

could you please check the note 2354221 and follow the instructions to solve the issue?

Cheers,
Andreas

benoit-schmid
Contributor
0 Likes

Good morning,

I have read this note.

But it is for a SUM upgrade not a SPAM SPS.

Therefore the phases is different.

Which part should I execute, in this Note?

Are you sure it is applicable in my case?

Regards,

alichtenau
Product and Topic Expert
Product and Topic Expert

Hi,

please read the resolution under "During upgrade" carefully and check the index! Please note, that the solution described there is also valid for SPAM/SAINT situations as well.

Best,
Andreas

Matt_Fraser
Active Contributor
0 Likes

Hi Benoit,

If Andreas's answer solved your issue (and it should have), please come back and mark his answer as correct and close the question.

Thanks,
Matt

benoit-schmid
Contributor
0 Likes

Hi,

He did not solved the issue...

Regards.

Matt_Fraser
Active Contributor
0 Likes

What happened when you tried it? Because yes, the answer is relevant for SPAM as well as SUM, and for support packs as well as upgrades, it's just that the Note uses SUM and an upgrade as the example.

alichtenau
Product and Topic Expert
Product and Topic Expert
0 Likes

Good morning Benoit,

personally I have not tested this. So I cannot say anything about the impacts.
Would you please follow up with BC-DWB-DIC-AC on SAP support if no one has a recommendation here?

Thanks,
Andreas

prithvirajr
Contributor
0 Likes

Hi,

I guess this a custom Index created on the table, anyway editing index in production system during business hours is always a risky task. As such this task utilizes lot of resources and can impact system (performance issue).

I would suggest you to perform this activity after business hours or may be in weekends.

Regards,

Prithviraj