Quantcast
Channel: SCN: Message List - SAP ERP 6.0 Upgrade
Viewing all 4288 articles
Browse latest View live

Re: WBS element not copied into PO item from Asset

$
0
0

Hi James STINWER,

 

You found solution by yourself, right?

So (be proud)  and share solution with community

 

Issue solved by implementing SAP OSS Note 2182948.

Hope this would be helpful for others


Re: sap homogeneous system copy

$
0
0

Hi Raj.

 

Based on your SAP system version  you have to follow the SAP system copy guide. Kinldy refer the new link for guide finder SAP NetWeaver Guide Finder.

As already said by Abdul you can search in Google or SCN to find the more latest informations.

 

Regards

SS

spdd shows OSS Notes in the object list during ACT_UPG spdd

$
0
0

Hi gurus,  During the upgrade from EHP4 to EHP7, in the ACT_UPG phase, the spdd screen usually shows only a few data dictionary objects to be adjusted.  During this upgrade, spdd lists OSS notes.  When trying to process them, spdd prompts us to download prerequisite OSS notes, but notes cannot be downloaded during an upgrade.  Message "Internal Error: Upgrade is running! component information is not valid" is received if we try to download an OSS note in the middle of an upgrade.   In previous upgrades, I have not seen OSS notes in the spdd list.  Any advice?

Warm Regards, CM

Re: Is it possible to upgrade BW with downtime minimized?

$
0
0

Has anyone upgraded a BW system using standard downtime minimized?  The upgrade guide implies it is ok, but note 851449 makes me think otherwise.

Re: Is it possible to upgrade BW with downtime minimized?

$
0
0

Hi Clifton,

 

The short and sweet answer to you question is yes you can.

 

Just bear in mind that once you reach step REPACHK your data dictionary/workbench will be locked and you wont be able to make changes in your live (non shadow) instance.

 

KR,

 

Amerjit

Re: SAP ECC 7.0

$
0
0

release date for ecc 7.0 is 2016 and it can be possible for 2017 also in this easy access will go ....

only fiori will be client

Oracle_Session_Max_status_SID

$
0
0

Hi,

 

I am receiving below error alert for Solution Manager 7.1 Production.

 

Oracle_Session_Max_status_SID

 

Select limit_value current_utilization from v$resource_limit where resource name='sessions':92

 

Kindly advise

 

Thanks & Regards

Rao

Re: Oracle_Session_Max_status_SID

$
0
0

Hi Rao,

 

The alert is triggered due to the no. of Process and session hit max in your Database.

 

You can check the current values as below:-

 

sqlplus "/as sysdba"

 

show parameter sessions

 

 

Try to check the existing values and tune them according to below OSS notes:-

 

830576 - Parameter recommendations for Oracle 10g

1171650 - Automated Oracle DB parameter check

1431798 - Oracle 11.2.0: Database Parameter Settings

 

 

Do let us know if you need further help on this.

 

Regards,

Ram


Re: JOB_RSVBCHCK2 error

$
0
0

Hi Tomasz,

 

It helped me too.

 

Thanks a lot.

 

BR,

Devendra Soni

Re: Third party upgrade automation software

EHP7, from Finance And Controlling Module

$
0
0



Hello Friends - Our system is getting upgrade to EHP7 from EHP5 and I'm part of Testing team.

 

1. Can you please let me know the changes you see in EHP7,FICO, from user perspective.

2. On which areas, we will have to perform more testing?

3.  How to find out the critical areas to pay more attention during attention?

 

Can you please provide me the information I requested, though it is basic thing to most of you.

 

Thanks

Re: MAIN_SHDIMP/PARMVNT_SHD 288-cannot use duplicate table name

$
0
0

1. Check the modeflag for that table. If it's F, it must be updated to A.

 

select MODEFLAG from <schema>."DDXTT~" where tabname='<table_name>';

 

2. If it's F, Update the modeflag for the concerned table from F to A.

 

update <schema>."DDXTT~" set MODEFLAG = 'A' where tabname = '<table_name>';

 

Rerun the phase.

 

For more info please check below Note:

http://service.sap.com/sap/support/notes/589296

Re: 8MAIN_SHDIMP/SUBMOD_SHDALIASCRE/SCEXEC_ALIAS

$
0
0

Upon checking, creating synonym for a synonym is not supported by SAP HANA, therefore we had to remove the existing synonym.  My error happened because it is creating synonym for the synonym.

 

1. Check if the synonym belongs to schema or shadow instance schema.

 

select * from synonyms where synonym_name='<synonym_name>'; (the synonym SUM is trying to create, in my case CECOEP)

 

example: select * from synonyms where synonym_name='CECOEP';

 

If it returns a result, meaning, it is already existing.

 

2. Check if the table exists.  (in my case, SAPABAP1.CECOEP)

 

select table_name from m_cs_tables where schema_name = '<schema_name>' and table_name='synonym_name'

 

example: select table_name from m_cs_tables where schema_name = 'SAPABAP1' and table_name='CECOEP'

 

3. If the table DOES NOT exist from above query, it should be created.

 

3.1 Drop the synonym. Make sure it is really a synonym, not the actual table. (you can check the column "OBJECT_NAME" for the table it is referring to)

 

       drop synonym "<SCHEMA_NAME>"."<SYNONYM_NAME>"

 

       example:    drop synonym "SAPABAP1"."CECOEP"

 

3.2 Create the table (use the synonym name, eg CECOEP) in SE14.

 

Repeat the phase.

ASE Error SQL175 - During SPAM update, IMPORT PROPER phase

$
0
0
Short Text
[ASE Error SQL175] During SPAM update, IMPORT PROPER phase
Msg Error: Functions may only be nested to level

 

Dear all,

 

I'm updating SP stack on a SAP ERP 6.0 EhP7 system, running on SAP ASE
database (16.0.01.01 version). During SP stack update of SAP_APPL and
SAP_FIN components, see defined queue below, the SPAM stops on
IMPORT_PROPER phase.

 

Package ID Comp.-ID Release Short Description

 

SAPKH61707 SAP_APPL 617 SAP_APPL 617: SP 0007
SAPK-61707INSAPFIN SAP_FIN 617 SAP_FIN 617: SP 0007
SAPKH61708 SAP_APPL 617 SAP_APPL 617: SP 0008
SAPK-61708INSAPFIN SAP_FIN 617 SAP_FIN 617: SP 0008
SAPKH61709 SAP_APPL 617 SAP_APPL 617: SP 0009
SAPK-61709INSAPFIN SAP_FIN 617 SAP_FIN 617: SP 0009
SAPKH61710 SAP_APPL 617 SAP_APPL 617: SP 0010
SAPK-61710INSAPFIN SAP_FIN 617 SAP_FIN 617: SP 0010

 

Looking into SAP syslog, I've found the error messages below. I'd found
the SAP Note 2201556 which it is related to this error in SAP Support
Portal. However, after SAP note implementation the error still active
and
I'm not able to proceed and complete the SP stack update.

 

The messages below are also mentioned in SAP Notes 2197922 and 2162596
and these notes references the SAP note above to resolve the error.

 

The ABAP changes for SAP Note 2201556 were applied manually into
referred
methods, because SNOTE cannot be used due to the OCS queue lock
generated
by SPAM procedure (which remains incomplete in IMPORT_PROPER).

 

During error resolution I'd upgrade also the SAP Kernel patch level and
I(m processing SPAM update with the patch levels presented below:
R3trans - patch 224
tp - patch 310

 

Thanks in advance,
Herman Arancibia

 

Error messages at syslog

 

C DbSlExecute - Error 99 (dbcode 175) on DDLExecute
C DbSlExecute - Statement too long to display. Truncated version below:
C [CREATE VIEW "PPHMRP_PERF" AS SELECT "PPHMRPLOG_STAT"."MANDT" AS
"MANDT", "PPHMRPLOG_STAT"."UUID", "PPHMRPLOG_STAT"."MRP_COMMENT"
C dbdssyb: DBSL99 SQL175
C [ASE Error SQL175][SAP][ASE ODBC Driver][Adaptive Server Enterprise]Functions may only be nested to level 32.
C
B ***LOG BY2=> sql error 175 performing EXE [dbds 670]
B ***LOG BY0=> [ASE Error SQL175][SAP][ASE ODBC Driver][Adaptive Server Enterprise]Functions may only be nested to level 32.
[dbds 670]
C
C Wed Nov 18 13:26:40 2015
C ERROR: -1 in function ExecuteAndFlush (SQLExecDirect) [line 13247]
C (175) [ZZZZZ] [SAP][ASE ODBC Driver][Adaptive Server Enterprise]Functions may only be nested to level 32.

Upgrade stuck in phase STARTSAP_TBUPG

$
0
0

Dear Gurus,

 

Im in the process of upgrade our systems to EPH7, but in the phase of Execution im getting the error STARTSAP_TBUPG, the sapcontrol show GRAY a dispatcher, but the instance start successfully.

 

 

I have tried upgrade kernel to the last version possible for me 742 p300.

checked sappfpar for parameters error but nothing help me to start, and the trace files dev_disp and dev_w0 doesnt show any error.

 

 

 

Regards


Re: Upgrade stuck in phase STARTSAP_TBUPG

$
0
0

Hello Geyson,

 

Just to be sure that I follow you, you say the instance is running. when you run 'dpmon' you see running work processes ? Also, when you run saplogon, you get a logon screen ?

 

In your attached file we see two PIDs for the dispatcher. When you do a 'ps -ef' do you find PID 8740 ?

 

What I would try is:

 

1. stopsap

2. cleanipc

3. sapcontrol -nr NN -function StopService

4. check there are no processes for <sid>adm

5. startsap

6. sapcontrol -nr NN -function GetProcessList

 

KR,

 

Amerjit

Re: Upgrade stuck in phase STARTSAP_TBUPG

$
0
0

Hi Geyson,

 

As per my assumptions,you're using SUM 1.0 SP14,if yes then for the issue i would suggest you to follow SAP Central note  2084104 - Central Note - Software Update Manager 1.0 SP14 [lmt_005]

---------------------< I065580 11/SEP/12 >---------------------------

MAIN_NEWBAS/STARTSAP_TBUPG:System start failed on NT IA64

During the MAIN_NEWBAS/STARTSAP_TBUPG phase the upgrade stops with the error message:

Checks after phase MAIN_NEWBAS/STARTSAP_TBUPG were negative! (...) System start failed

A possible solution can be note 1696517. To prevent the error, select a target kernel version that includes the related correction.

along with SAP Note  1696517 - Memory alignment problem in sapstartsrv.exe process

 

Hope this will help you in resolution.

 

Regards,

Re: Upgrade stuck in phase STARTSAP_TBUPG

$
0
0

Dear Amerjit CHAHAL,

 

Thank you for your prompt answer.

 

i've tried multiple commands, even reboot server and starting again from the phase and i stiil have the error, and yes i get the logon screen.

 

I have tried the following command:

  1. stopsap all
  2. cleanipc 00 remove
  3. sapcontrol -nr NN -function StopService
  4. ps -ef |grep <sid>adm
  5. kill -9 pid found.
  6. ipcs and ipcrm -s semaphores found.
  7. sapcontrol -nr NN -function StartService
  8. startdb
  9. R3trans -d and -x show 0000.
  10. startsap r3,
  11. sapcontrol -nr NN -function GetProcessList (It Show the previous attatched logs).
  12. But i can get to SAP Logon Screen, im unable to log on because is still in upgrade mode.

 

Regards

 

Geyson Rodriguez

Re: Upgrade stuck in phase STARTSAP_TBUPG

$
0
0

Hi Geyson,

 

Is the PID of the dispatcher that is showing Grey when you run sapcontrol still the same PID from your attached log ?

 

If that is the case then we may have a file that is acting as a type of semaphore still hanging around.

 

ps: What is your o/s ?

 

KR,

 

Amerjit

Re: Upgrade stuck in phase STARTSAP_TBUPG

$
0
0

Dear Gaurav Rana,

 

I've updated the kernel and sapcontrol too, but this note seems to fit more to NT systems and IA64,

I have RedHat EL7.

 

 

Regards.

Viewing all 4288 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>