cancel
Showing results for 
Search instead for 
Did you mean: 

Patches SAPKB73001-SAPKB73007

Former Member
0 Kudos

Hello everybody,

I'm trying to implement these patches in our DEV BW system. The import process stopped at phase XPRA_EXECUTION with this message:

The following details help you to analyze the problem:

   

    -   Error in phase: XPRA_EXECUTION

    -   Reason for error: TP_STEP_FAILURE

    -   Return code: 0008

    -   Error message: OCS Package SAPKB73003, tp step "R", return code

        0008

In the Action and Import Logs can be found this records:

Import phase 'XPRA_EXECUTION' (18.05.2012, 13:40:19)

Error during executing the tp command 'tp XPA ALL BDM ...'

tp return code: '0008' , tp message: 'A tool used by tp produced errors' , tp output:

   This is tp version 380.03.74 (release 720, unicode enabled)

   standard output from tp and from tools called by tp:

Details of the error situation can also be found in the import logs

Interrupt the import due to an error situation (18.05.2012, 13:40:26)

Display detailed informations concerning the error in phase 'XPRA_EXECUTION'

Abort the import due to an error situation (18.05.2012, 13:41:32)

And this as well:

   ######################################

   Test import

   Transport request   : SAPKB73003

   System              : BDM

   tp path             : tp

   Version and release: 376.02.14 720

   Function TREX_EXT_CREATE_CUBE (TREX_EXT_ADMINISTRATION 07) does not fit into the existing function group ((TREX_EXT_TOOLS 19))

   Transport the whole function group

   Function TREX_EXT_DEFINE_ATTRIBUTE (TREX_EXT_AE 12) does not fit into the existing function group ((TREX_EXT_ADMINISTRATION 07))

   Transport the whole function group

   Function TREX_EXT_DELETE_ATTRIBUTE (TREX_EXT_AE 13) does not fit into the existing function group ((TREX_EXT_INDEX 05))

   Transport the whole function group

   Test import

   End date and time : 20120517175352

   Ended with return code:  ===> 8 <===

   ######################################

And this too:

Post-import method MSS_SDBP_AFTER_IMP started for SDBP L, date and time: 20120518134022

SQL error 208: Invalid object name 'sap_get_para'.

SQL scripts executed / deleted / ignored: 34 / 10 / 97

Errors occurred during post-handling MSS_SDBP_AFTER_IMP for SDBP L

MSS_SDBP_AFTER_IMP belongs to package SMSS_TOOLS

The errors affect the following components:

    BC-DB-MSS (Microsoft SQL Server)

Post-import method MSS_SDBP_AFTER_IMP completed for SDBP L, date and time: 20120518134024

I tried to find such a script "sap_get_para", but there is nothing in the Stored Procedures (MS SQL 2008R2). It is possible that this is wrong conclusion, but seems to be the reason.

Does anybody faced such a problem and is there any solution?

What if I Ignore Errors from Extras menu?

I have read a lot of notes and publications, but have not found solution yet.

Thank you in advance for any help

G.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The problem is resolved - Note 1719979

Thank you SAP!

Former Member
0 Kudos

Has anyone managed to run the script manually note?

I can not apply the Shadow Instance's statement, because other users are blocked.

I'm running a Solution Manager upgrade.
I also tried to unlock this way SAPup unlockshd SID

Is to apply this note with DDIC, you can release the user DDIC to apply only one note?

Answers (1)

Answers (1)

brian_quigley
Explorer
0 Kudos

I think you could try the following:

- Goto SE37, rename TREX_EXT_CREATE_CUBE
  TREX_EXT_CREATE_CUBE_OLD

- Release the request created in this process

- Import the SPAM queue

- Check if TREX_EXT_CREATE_CUBE exists again and if so then
  delete the TREX_EXT_CREATE_CUBE_OLD

Repeat above steps for TREX_EXT_DEFINE_ATTRIBUTE as well.

Hopefully that'll resolve the issue.

Former Member
0 Kudos

Hi Brian, thank a lot for your respone

Does it mean that this is in relation to the SQL error (SQL error 208: Invalid object name 'sap_get_para'.)?

I was directing that this (SQL error) is the root cause of the problem.