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
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
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
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
Has anyone upgraded a BW system using standard downtime minimized? The upgrade guide implies it is ok, but note 851449 makes me think otherwise.
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
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
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
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
Hi Tomasz,
It helped me too.
Thanks a lot.
BR,
Devendra Soni
Hi there,
smartShift has automated tools to reduce downtime during upgrade. Automation helps a lot in saving time, cost and resources.Software Solutions | SAP | Unicode and Cloud Optimisation | smartShift
Check this blog on automation: Upgrading your enterprise system through automated code remediation | SmartShift
Regards,
AP
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
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:
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.
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
Package ID Comp.-ID Release Short Description
SAPKH61707 SAP_APPL 617 SAP_APPL 617: SP 0007
Looking into SAP syslog, I've found the error messages below. I'd found
The messages below are also mentioned in SAP Notes 2197922 and 2162596
The ABAP changes for SAP Note 2201556 were applied manually into
During error resolution I'd upgrade also the SAP Kernel patch level and
Thanks in advance,
Error messages at syslog
C DbSlExecute - Error 99 (dbcode 175) on DDLExecute | |||
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
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
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,
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:
Regards
Geyson Rodriguez
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
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.