Quantcast
Channel: SCN : Popular Discussions - Software Logistics
Viewing all 308 articles
Browse latest View live

Table Splitting

$
0
0

Dear Experts,

 

if we have a big table having size 300 with 2 billion record in it.

How many splits are recommended to be done on this table?

Is there any max number for table splitting?

 

Read somewhere that recommendation is to have table split in such a way that it should not contain more than 10 million records per split.

 

Required expert inputs here.

 

Best Regards

Sachin Bhatt


Heterogeneous Migration

$
0
0

Hello Experts,

 

we are planning of exporting a big database to new hardware & OS while DB remains the same.

I have few questioins around uptime & downtime activities.

We will be doing table splitting + parallel exp/imp.

Are the steps DB EXPORT Preparation & Table splitting can be considered as UPTIME activities?

i.e can users use the system while above two steps are running through SAPINST. If yes to what extent?

Only for Transactional purposes??

 

OR these activities can be considered DOWNTIME activities i.e SAP is unavailble for users? If this the case then my overall downtime wil increase during production cutover.

 

What are the best practice recommendations?

 

Thoughts are highly appreciated.

 

Best Regards

Sachin Bhatt

MAIN_SWITCH/STARTSAP_TRANS Error

$
0
0

Hi Guys


While Upgrading an ERP6 from EHP2 to EHP7, I'm experiencing an error during MAIN_SWITCH/STARTSAP_TRANS step

 

System was working fine, until Downtime.

 

 

Dispatcher trace is showing it cant connect to port 3900, but message server is running in 3901 (Instance 01) so not sure why its trying to do this

 

temp.png

 

 

Services file is ok

 

sapmsSTA3601/tcp# SAP System Message Server Port

 

 

R3trans connects to database (0000)

 

H:\SUM>R3trans -d

This is R3trans version 6.24 (release 721 - 14.10.14 - 20:14:08).

non-unicode version

R3trans=>sapparam(1c): No Profile used.

R3trans=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

R3trans finished (0000).

 

At this moment Kernel is still 721, so Switch havent completed yet

 

 

 

H:\SUM>disp+work -v |more

disp+work=>sapparam(1c): No Profile used.

disp+work=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

 

 

--------------------

disp+work information

--------------------

kernel release                721

kernel make variant           721_EXT_REL

DBMS client library           SQL_Server_9.00

DBSL shared library version   721.02

compiled on                   NT 6.1 7601 S x86 MS VC++ 16.00 for NTAMD64

compiled for                  64 BIT

compilation mode              Non-Unicode

compile time                  Jan 21 2015 23:58:11

update level                  0

patch number                  401

 

H:\SUM>

Thu May 21 12:29:48 2015

***LOG Q0I=> NiPConnect2: 172.16.80.177:3900: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 3283]

*** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 25/sock 1284

    (SI_ECONN_REFUSE/10061; I4; ST; 172.16.80.177:3900) [nixxi.cpp    3283]

*** ERROR => MsIAttachEx: NiBufConnect to STKABAERPSTA/3900 failed (rc=NIECONN_REFUSED) [msxxi.c      718]

Thu May 21 12:30:08 2015

 

 

In Default profile which was updated in this step, its stated rdisp/msserv_internal = 3901 and rdisp/msserv = sapmsSTA

 

SAPDBHOST = STKABAERPSTA

dbms/type = mss

dbs/mss/server = STKABAERPSTA

dbs/mss/dbname = STA

dbs/mss/schema = sta

SAPSYSTEMNAME = STA

SAPGLOBALHOST = STKABAERPSTA

system/type = ABAP

SAPFQDN = softtek.com

SAPLOCALHOSTFULL = $(SAPLOCALHOST).$(SAPFQDN)

rslg/new_layout = 9

rsdb/ssfs_connect = 0

rdisp/mshost = STKABAERPSTA

rdisp/msserv = sapmsSTA

rdisp/msserv_internal = 3901

enque/process_location = REMOTESA

enque/serverhost = STKABAERPSTA

enque/serverinst = 01

is/HTTP/show_detailed_errors = FALSE

icf/user_recheck = 1

icm/HTTP/ASJava/disable_url_session_tracking = TRUE

service/protectedwebmethods = SDEFAULT

rsec/ssfs_datapath = $(DIR_GLOBAL)$(DIR_SEP)security$(DIR_SEP)rsecssfs$(DIR_SEP)data

rsec/ssfs_keypath = $(DIR_GLOBAL)$(DIR_SEP)security$(DIR_SEP)rsecssfs$(DIR_SEP)key

# *** TEMPORARY 740 CHANGE ***

#ssf/name = SAPSECULIB

gw/acl_mode = 1

login/password_downwards_compatibility = 0

login/system_client = 001

PHYS_MEMSIZE = 8192

 

 

#  Added lines

DIR_PUT=H:\SUM\abap

# *** TEMPORARY 740 CHANGE ***

rdisp/btcname = STKABAERPSTA_STA_00

# Entries for support of High-Availibitity release 740

rdisp/sna_gw_service = sapgw00

 

 

 

 

But in Instance Profile it says

# Entries for support of High-Availibitity release 740

rdisp/mshost = STKABAERPSTA

rdisp/msserv_internal = 3900

rdisp/msserv = 3600




 

# *** TEMPORARY 740 CHANGE ***

rdisp/btctime = 60

rdisp/btcname = STKABAERPSTA_STA_00

rdisp/max_wprun_time = 0

rsdb/pmandt = 000

login/system_client = 000

rdisp/bufrefmode = sendoff,exeauto

rdisp/TRACE = 1

transport/during_upgrade = ON

DIR_TRANS = H:\SUM\abap

DIR_PUT = H:\SUM\abap

rdisp/system_needs_spool = false

rspo/spool_id/use_tskh = 0

rec/client = OFF

abap/buffersize = 800000

rdisp/autoabaptime = 0

rdisp/j2ee_start = 0

rdisp/start_icman = false

vmcj/enable = off

rdisp/rfc_max_own_used_wp = 100

# Entries for support of High-Availibitity release 740

rdisp/mshost = STKABAERPSTA

rdisp/msserv_internal = 3900

rdisp/msserv = 3600

# Entries for stand-alone enqueue server

enque/serverhost = STKABAERPSTA

enque/serverinst = 00

enque/encni/port = 50019

enque/process_location = REMOTESA

 

 

Any Idea why Message Server is being unreachable?

Table Splitting

$
0
0

Dear Experts,

 

if we have a big table having size 300 with 2 billion record in it.

How many splits are recommended to be done on this table?

Is there any max number for table splitting?

 

Read somewhere that recommendation is to have table split in such a way that it should not contain more than 10 million records per split.

 

Required expert inputs here.

 

Best Regards

Sachin Bhatt

Technical Upgrade

$
0
0

Hello Gurus,

 

Could some one please define for me, what is a Technical Upgrade. What are its Steps and How is it different from a Functional Upgrade.

 

Warm Regards,

Debojit Dey

Migration Tablesplitting: Faq about Creation of Temporary Indexes

$
0
0

Dear Experts,

 

We are in the Process of Test migration of our ECC System  with SolarisSpacrc5.10 & Oracle11.3 to RHEL6.4 with MAXDB7.8

 

For optimization we have done Table splitting on some of the Large Tables including cluster tables with standard R3ta table splitting by using SWPM.

 

After Table splitting it has generated WHR files and then we moved this WHR files and whr.txt file to EXPORT/ABAP/DATA directory and also from the table splitting installation directory TABLE_IDX.STR files also we moved to EXPORT/ABAP/DATA directory and then started normal DB Export, and in the middle during R3SZCHK it is throwing below errors:

more R3szchkExport.log

ERROR: add_fld: index field BELNR (index FAGL_SPLINFO~IMG) not in previous table

ERROR: add_fld: index field BELNR (index FAGL_SPLINFO~IMG) not in previous table

ERROR: add_fld: index field PERNR (index PPOIX~IMG) not in previous table

ERROR: add_fld: index field PROGNAME (index DYNPSOURCE~IMG) not in previous table

ERROR: add_fld: index field AWREF (index ACCTIT~IMG) not in previous table

ERROR: add_fld: index field BELNR (index FAGL_SPLINFO_VAL~IMG) not in previous table

 

The above error is Due to temporary indexes added after table splitting to the STR files, so in this case do we need to create the temporary indexes as per TABLE_IDX.STR files . AS per System Copy guide it is recommended to create the temporary indexes on Oracle DB based on R3ta_hint file for the Tables to be split..and after Export we can drop those indexes as per guide

 

there is some procedure to create the temporary indexes by using R3load in the guide, so can we create the temporary indexes for cluster tables also which we have selected for Split-Please suggest

 

 

But temporarily for the export , I have deleted the TABLE_IDX.STR files from the directory EXPORT/ABAP/DATA and then resumed the Export then it has created the STR files for the Splitted tables and Multiple packages also has been processed for the splitted tables along with multiple TOC files as per splitted tables. So here in this scenario export has been completed successfully with automatic STR file created by tool and multiple packages has been created and exported for splitted tables. The downtime for the Export also has been reduced compared to previous run.


But my doubt is can we Import the same Export which we have taken into the Target DB or else as per guide do we need to create the Temporary indexes and then add the Table_IDX.STR files to EXPORT/ABAP/DATA directory and then DB Export should be performed?


Experts Please suggest in this case how can we proceed, as I am new to Table Split Procedure , I have seen some thaeads regarding this but not found any solution-Please Help


Regards,

Samba

SUM - Upgrade Near-Zero Downtime RUN_CRR_LAST Error

$
0
0

Hi guys

 

While running an ERP EHP7 Upgrade, in phase RUN_CRR_LAST Phase im unable to proceed.

 

First this phase failed since PXA was too small, so many tables cancelled, therefore I fixed this issue by increasing abap buffersize parameter and no more dumps were found

 

So, when I try to restart the SUM Process Im stuck in this phase

 

 

 

In the logs its states

 

 

 

1 ETQ359 RFC Login to: System="TEX", AsHost="ARBUE-V-SA03D" Nr="02", GwHost="ARBUE-V-SA03D", GwService="sapgw02"

2 ETQ232 RFC Login succeeded

4 ETQ010 Date & Time: 20150417150518 

1 ETQ233 Calling function module "SUBST_CHECK_BATCHJOB" by RFC

2 ETQ373 parameter "JOBNAME" = "RSUPG_ISU_CRR"

2 ETQ373 parameter "JOBCOUNT" = "15051800"

2 ETQ373 parameter "IV_VERIFY" = " "

1 ETQ234 Call of function module "SUBST_CHECK_BATCHJOB" by RFC succeeded

4 ETQ010 Date & Time: 20150417150518 

2 ETQ373 parameter "JOBSTATUS" = "F"

2 ETQ374 parameter "RC_CHECK" = "0"

2 ETQ373 parameter "JOBENDDATE" = "20150417"

2 ETQ373 parameter "JOBENDTIME" = "150518"

4 ETQ263 Batchjob "RSUPG_ISU_CRR" finished successfully

1 ETQ124 Scanned file 'log\RSCRRLST.TEX' from offset 17273 to 18454 for errors.

4 ETQ010 Date & Time: 20150417150519 

1EETQ399 Last error code set is: Single errors (code <= 8) found in logfile 'RSCRRLST.ELG'

1EETQ203 Upgrade phase "RUN_CRR_LAST" aborted with errors ("20150417150519")

 

Batchjob "RSUPG_ISU_CRR" finishes successfully, but some how it says it found an error in log RSCRRLST.ELG


RSCRRLST.ELG

 

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Final data transfer of change recording framework ERRORS and RETURN CODE in RSCRRLST.TEX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

A4 ESUPG 002 " "

A4 ESUPG 001 -------------------------------------------------------------------------

A4 ESCRR_ISU 005 Action "LAST" started at "15:05:18"("17.04.2015")

A4 ESCRR_ISU 010 Number of used dialog processes set to "6"

A4 ESCRR_ISU 010 Number of used dialog processes set to "10"

A2EESCRR 097 Transition "LAST_TRANSFER" can not be started because transition "START_TRANSFER" failed

A2EESCRR 097 Transition "LAST_TRANSFER" can not be started because transition "START_TRANSFER" failed


And that log only says


Transition "LAST_TRANSFER" can not be started because transition "START_TRANSFER" failed



Im able to login to shadow instannce - Transaction CRR_CONTROL and its in yellow state, ready to be started.


CRR_VISION.png


If I started in manually, the upgrade says there is another so It has to be stopped. Then i restart the SUM process and it fails again

 



RSCRRLST.ELG

 

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Final data transfer of change recording framework ERRORS and RETURN CODE in RSCRRLST.TEX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

A4 ESUPG 002 " "

A4 ESUPG 001 -------------------------------------------------------------------------

A4 ESCRR_ISU 005 Action "LAST" started at "15:05:18"("17.04.2015")

A4 ESCRR_ISU 010 Number of used dialog processes set to "6"

A4 ESCRR_ISU 010 Number of used dialog processes set to "10"

A2EESCRR 097 Transition "LAST_TRANSFER" can not be started because transition "START_TRANSFER" failed

A2EESCRR 097 Transition "LAST_TRANSFER" can not be started because transition "START_TRANSFER" failed



RSCRRLST.TEX

 

A4 ESUPG 002 " "

A4 ESUPG 301 Report name ...: "CL_CRR_BASE_SCENARIO -> CONSTRUCTOR"

A4 ESUPG 302 Log name .: "E:\SUM\abap\tmp\RSCRRLST.TEX"

A4 ESUPG 304 Start time.....: "17.04.2015" "15:05:18"

A4 ESUPG 002 " "

A4 ESUPG 001 -------------------------------------------------------------------------

A4 ESCRR_ISU 005 Action "LAST" started at "15:05:18"("17.04.2015")

A4 ESCRR_ISU 010 Number of used dialog processes set to "6"

A4 ESCRR_ISU 010 Number of used dialog processes set to "10"

A2EESCRR 097 Transition "LAST_TRANSFER" can not be started because transition "START_TRANSFER" failed

A2EESCRR 097 Transition "LAST_TRANSFER" can not be started because transition "START_TRANSFER" failed

A4 ESUPG 001 -------------------------------------------------------------------------

A4 ESUPG 002 " "

A4 ESUPG 301 Report name ...: "CL_CRR_BASE_SCENARIO -> CONSTRUCTOR"

A4 ESUPG 304 Start time.....: "17.04.2015" "15:05:18"

A4 ESUPG 305 End time ......: "17.04.2015" "15:05:18"

A4 ESUPG 002 " "

A4 ESUPG 001 -------------------------------------------------------------------------

4 EPU202XEND OF SECTION BEING ANALYZED END OF RUN_CRR_LAST =================================================

 

 

 

 

Any idea how to fix this?

 

Best

Martin

SUM error in phase PREP_INPUT/TOOLCHECKXML_INI

$
0
0

Hello,

 

I have a 'Severe error' when using the Software Update Manager in the Extraction section under phase PREP_INPUT/TOOLCHECKXML_INI.

 

Last error code set: Error: The command 'brconnect' from tool 'brconnect' could not be executed successfully.

 

This is a SAP NetWeaver upgrade from 7.02 to 7.4; using SUM 1.0 SP13 PL8.

 

I have a distributed heterogeneous environment.  The Central Instance is RedHat Enterprise Linux 6.2.  The Database is Oracle 11.2.0.3 on AIX 7.1.

 

SUM is being executed from the Central Instance host.

 

I look forward to hearing your thoughts on how to resolve this issue.

 

Regards,

John McCann

SAP Basis Administrator


PI Dual Stack System Upgrade Issue - Execution Phase

$
0
0

Hi Friends,

 

Currently we are doing PI system upgrade from NW 7.3 to NW 7.4 SP11. In Execution phase, we are facing some problem during the java component deployment stage. it seems SUM try to restart the server after deploying java component, but it couldn't. please check the below log message and help us to resolve this issue.

 

Could not update components. Deployment of queue Queue_2015.09.18 at 07:59:31 completed with error Deployment error. See log I:\SUM_NEW\SUM\sdt\log\SUM\deploy_api.1.log for details. com.sap.engine.services.dc.api.deploy.DeployException: [ERROR CODE DPL.DCAPI.1027] DeploymentException. Reason: An error occurred while restarting the server. com.sap.engine.services.dc.cm.deploy.DeploymentException: An error occurred while restarting the server. com.sap.engine.services.dc.cm.server.spi.RestartServerService$RestartServerServiceException: [ERROR CODE DPL.DC.3154] An error occurred while restarting the AS Java Cluster. com.sap.engine.services.dc.jstartup.JStartupException: [ERROR CODE DPL.DC.3312] An error occurred while restarting the cluster using SAP control webservice on URI [http://localhost:50013/?wsdl]. javax.xml.ws.WebServiceException: Client protocol has thrown an exception. Protocol name is [Unknown]. See nested exception for details.

 

SUM  execute  component-deploy-710  deploy-components  com.sap.sdt.jspm.service.JspmService  class com.sap.sdt.jspm.service.JspmServiceException

I have upgrade latest kernel but no luck.

 

 

Regards,

Vino

Splitting/Separating ASCS from PAS (CI) in SAP NW PI 7.11 ABAP+Java System

$
0
0

Hi Gurus,

 

We have a SAP Netweaver PI 7.11 Dual-Stack System that currently has only PAS (CI) instance. We would like to perform split of ASCS (ABAP Central Service Instance) from PAS (CI). We believe this is done via SWPM sapinst. Can you advise on the steps to consider in performing the split and procedures?

 

I would appreciate your help and assistance on this. Thanks.

 

Best regards,

Philip

How to deploy SCA FILE USING SUM

$
0
0

Hi all

 

 

   I want to  deploy SCA file using sum in windows server 2012. what is the procedure to deploy SCA File Using SUM.  Please can any one  guide me to close this issue.

 

Regards

Suresh Chirra

EHP2 - EHP7 Upgrade Path using SQL Server 2012/Win Server 2012 R2

$
0
0

Hi Guys.

 

I have question regarging Upgrade Roadmap for a ERP 6 EHP2 system based on NW 7.01 which I would like to Upgrade to ERP6 EHP7 SP7

 

Source System is

 

Windows 2012

SQL Server 2008 R2

EHP2 for ERP 6.0 SPS Level 14

 

Target System

Windows 2012

SQL Server 2012

EHP7 for ERP 6.0 SP 7 based on NW 7.4 SP 9

 

During Upgrade checks it says I must Upgrade Database first before continue since DB Release is too low for NW 7.4 SP9 as stated in Note

 

1951491 - Minimal DB system platform requirements for SAP NetWeaver 7.4 SP08

 

So, at this point I agree i have to update SQL Server to 2012 before next step

 

Now, my concern is that my Source System does not have the minimum NW SP level (14) to run under SQL Server 2012 which is 26.

Im currently running SAP Kernel 721 EXT Level 401 which is above mininum

 

According to Note 1651862 - Release planning for Microsoft SQL Server 2012 that would not be possible

 

 

Existing systemsof SAP products that are out of SAP maintenance can be upgraded to SQL Server 2012 in order to prepare a SAP upgrade, if they match the SAP NetWeaver Support Package requirements defined below.

SAP products prior to SAP NetWeaver 7.0 are not supported at all on SQL Server 2012.

 

Required minimum SAP Netweaver Support Package Stacks (SPSs) for SQL Server 2012 (SAP ABAP, SAP ABAP+JAVA stacks)
SAP NETWEAVER 7.0 - SPS 26 (SAP BASIS 26, SAP BW 28)
SAP EHP1 FOR SAP NETWEAVER 7.0 - SPS 11 (SAP BASIS 11, SAP BW 11)
SAP EHP2 FOR SAP NETWEAVER 7.0 - SPS 11 (SAP BASIS 11, SAP BW 11)


SAP EHP3 FOR SAP NETWEAVER 7.0 - SPS 03 (SAP BASIS 03, SAP BW 03)
SAP NETWEAVER 7.1 - SPS 14 (SAP BASIS SP14)
SAP EHP1 FOR SAP NETWEAVER 7.1 EhP1 - SPS 10(SAP BASIS SP10, SAP BW SP10)
SAP NetWeaver 7.2 - no restriction
SAP NETWEAVER 7.3 - SPS 07 (SAP BASIS 07, SAP BW 07)
SAP EHP1 FOR SAP NETWEAVER 7.3 - SPS 03 (SAP BASIS 03, SAP BW 03)

 

If your system is running on a SPS lower than the one required above, you have to apply the minimum required SPSbeforeupgrading/migrating to SQL Server 2012.
If you install a NetWeaver product on SQL Server 2012, the required SPS for your product must be appliedimmediatelyafter the installation - see SAP note 1676665, section I for more information.

 

 

But performing the Upgrade would be technically possible? I mean not for productive use but technicaly during that time the Database is Upgrade and during SUM Execution.

According to the note it states if you install a Netweaver Product in SQL Server 2012, SPS must be applied immediately, so is kinda ambigous what SAP is saying.

 

 

 

 

Best

Martin

Problem with SUM 1.0 SP13 , LIBPATH incorrect after restart of upgrade server

$
0
0

Hi,

 

I am upgrading SAP BW NW 7.31 HANA SPS9, with ABAP stack on AIX to 7.4 SPS12.

 

The upgrade was running smoothly (approaching end of UP TIME), till the PC support team initiated a reboot of my PC.

(I know, my mistake I should have started the upgrade server in background)

Anyway, no drama I restarted the upgrade server and it resumed upgrading , no problems at all to start with.

It then crashed in phase SQLDB_SET_LOCKFLAG. I think all this step does is run some SQL.

Reviewing the logs, I found in SQLSTMTSTD.OUT that it was failing because when the upgrade server restarted it did not include

the path to the HANA client in LIBPATH and this is required on AIX. As a result the SQL call got the error below


** ERROR => DlLoadLib()==DLENOACCESS -

dlopen("/usr/sap/B1X/SUM/abap/bin/dbhdbslib.o") FAILED

"Could not load module /usr/sap/B1X/SUM/abap/bin/dbhdbslib.o.

Dependent module libSQLDBCHDB.so could not be loaded.

Could not load module libSQLDBCHDB.so.

System error: No such file or directory

Could" (errno=2,No such file or directory) [dlux.c 445]


I have raised a problem with SAP, but am hoping someone might have had the same issue and have a solution for me.


The environment variables for my adm user b1xadm have not changed and are correct.

The shadow instance is running OK, because it was not restarted and so still has the correct LIBPATH.





thanks


Tom

SUM error installing correction from maintenance planner verification.

$
0
0

Hello:

 

My apologies if this is posted in the wrong forum.

 

A correction stack was generated in Maintenance Planner while verifying a system.  Using SUM to install the correction, it fails in the "Summary and Evaluation of the Update Process".

 

SUM_Error_1.png

 

Show-Summary.LOG

<!--LOGHEADER[START]/-->

<!--HELP[Manual modification of the header may cause parsing problem!]/-->

<!--LOGGINGVERSION[2.0.7.1006]/-->

<!--NAME[C:\New_Sum_Car\SUM\sdt\log\SUM\SHOW-SUMMARY_04.LOG]/-->

<!--PATTERN[SHOW-SUMMARY_04.LOG]/-->

<!--FORMATTER[com.sap.tc.logging.TraceFormatter(%d [%6s]: %m)]/-->

<!--ENCODING[UTF8]/-->

<!--LOGHEADER[END]/-->

Sep 25, 2015 1:49:45 AM [Info  ]: The target products are:

Sep 25, 2015 1:49:45 AM [Info  ]: Runtime and downtime values will be read from C:\New_Sum_Car\SUM\sdt\..\abap\htdoc\UPGANA.XML statistics file.

Sep 25, 2015 1:49:46 AM [Info  ]: Detected minimum downtime is  seconds.

Sep 25, 2015 1:49:46 AM [Info  ]: Start date is 20150925012538

Sep 25, 2015 1:49:46 AM [Info  ]: End date is 20150925012658

Sep 25, 2015 1:49:46 AM [Info  ]: Detected runtime is 80 seconds.

Sep 25, 2015 1:49:46 AM [Error ]: The following problem has occurred during step execution: java.lang.NumberFormatException: For input string: "".

 

UseCaseExec.log

 

UseCaseExecLOG.png

 

Thanks for your assistance.

 

Russ

SWPM media for ERP EHP6-NW7.31 database refresh

$
0
0

We are planning a migration of  an ERP EHP6 system based on NW 7.31 (ABAP only, Oracle database) with R3load-migration method.

After a first run in which the target system is set up, we will need to make a second step to refresh only the Oracle database, always using an R3load export of the source system.

Using SWPM, it is unclear which media should we use in the second step  - database refresh.

In the 70SWPM....SAR media we can't find a refresh option under "system copy" node.

In the SWPM...SAR media instead we have the "database refresh or move" option under "system copy" node.

Should we use the 70SWPM....SAR media for the initial setup of the target system and the SWPM...SAR media for the database refresh?

Thanks for the help.

Regards

Fabio


SPS upgrade ERP 6 EHP7 to SPS 12 - DVD Mount point

$
0
0

Hi,

 

I'm in a process of upgrading ERP 6.0 with EHP7 to SPS 12, i have generated stack file and started the upgrade process.

But I'm stuck at initial extraction phase and SUM prompting for DVD mount points.

 

i have checked the SAP note 2169284 - ABAP components not calculated for NetWeaver 7.4 SP Stack 08/Business Suite 2013 SP06

The stack file contains <dvd caption="SAP NETWEAVER SR2 DVD" id=" c7a45ee0-c49b-11e3-a755-005056a214d6 " type="upgrade"...

I have provided the Kernel and all dvd's as mount in later try. but, its still asking for dvd mount point.

Sum_1.png

later with more DVD's

SUM_2.png

 

Please find the below log file:-

 

CRTRACE - location: D:\usr\sap\<SID>\SUM\abap\trc

20150927013344:CDTRACE:1:MID: Reporting mount points.

20150927013344:CDTRACE:3:Sending dispose of old mount path 'F:\51049350_10ker74'.

20150927013344:CDTRACE:3:Sending dispose of old mount path 'F:\Dump\51048524_NW74lang'.

20150927013344:CDTRACE:3:Sending dispose of old mount path 'F:\Dump\NW740SR2upgEXP'.

20150927013344:CDTRACE:3:Sending dispose of old mount path 'F:\Dump\NW740SR2instEXP'.

20150927013344:CDTRACE:3:Sending dispose of old mount path 'F:\Dump\ECCupExp1'.

20150927013344:CDTRACE:3:Sending dispose of old mount path 'F:\Dump\ECCupExp2'.

20150927013344:CDTRACE:3:Sending dispose of old mount path 'F:\Dump\ECCupExp3'.

20150927013344:CDTRACE:2:Reporting mount point 'F:\51049350_10ker74'.

20150927013344:CDTRACE:2:Reporting mount point 'F:\Dump\51048524_NW74lang'.

20150927013344:CDTRACE:2:Reporting mount point 'F:\Dump\NW740SR2upgEXP'.

20150927013344:CDTRACE:2:Reporting mount point 'F:\Dump\NW740SR2instEXP'.

20150927013344:CDTRACE:2:Reporting mount point 'F:\Dump\ECCupExp1'.

20150927013344:CDTRACE:2:Reporting mount point 'F:\Dump\ECCupExp2'.

20150927013344:CDTRACE:2:Reporting mount point 'F:\Dump\ECCupExp3'.

20150927013344:CDTRACE:2:Reporting mount point 'F:\51048902exp'.

20150927013344:CDTRACE:2:Reporting mount point 'F:\51048902_3exp2'.

20150927013346:CDTRACE:1:MID: Requesting data unit locations.

20150927013346:CDTRACE:1:Requesting data unit with attributes 'type=UPGRADE;prodtype=ERP;startrel=any' from MID.

20150927013346:CDTRACE:2:Sending kit id 'c7a45ee0-c49b-11e3-a755-005056a214d6'.

20150927013346:CDTRACE:1:Reading export kits from 'D:\usr\sap\<SID>\SUM\abap\bin\UPGKITS.XML'

 

MIDService - location D:\usr\sap\<SID>\SUM\sdt\log

Sep 27, 2015 1:33:46 AM [Info]: Updating storage ...

Sep 27, 2015 1:33:46 AM [Info]: Storage updated.

Sep 27, 2015 1:33:46 AM [Info]: Attaching "F:\51048902_3exp2" ...

Sep 27, 2015 1:33:46 AM [Info]: Attached "F:\51048902_3exp2"" with ID 366e04c0-5f5b-11e4-c313-005056a214d6.

Sep 27, 2015 1:33:46 AM [Warning]: inconsistent logical item

Sep 27, 2015 1:33:46 AM [Warning]: inconsistent logical item

Sep 27, 2015 1:33:46 AM [Warning]: inconsistent logical item

Sep 27, 2015 1:33:46 AM [Warning]: inconsistent logical item

Sep 27, 2015 1:33:46 AM [Warning]: inconsistent logical item

Sep 27, 2015 1:33:46 AM [Warning]: inconsistent logical item

Sep 27, 2015 1:33:46 AM [Info]: Updating storage ...

Sep 27, 2015 1:33:46 AM [Info]: Storage updated.

Sep 27, 2015 1:33:46 AM [Info]: Locating Data Unit with Kit ID c7a45ee0-c49b-11e3-a755-005056a214d6 ...

Sep 27, 2015 1:33:46 AM [Info]: Attributes:

Sep 27, 2015 1:33:46 AM [Info]: prodtype=ERP

Sep 27, 2015 1:33:46 AM [Info]: startrel=any

Sep 27, 2015 1:33:46 AM [Info]: type=UPGRADE

 

 

AbapUpgradeRequest_<Server>_<Inst.No>_01 - location D:\usr\sap\<SID>\SUM\sdt\log\SUM

 

Sep 27, 2015 1:31:10 AM [Info  ]: Handling GetCDPath with kitid "c7a45ee0-c49b-11e3-a755-005056a214d6" attributes "type=UPGRADE;prodtype=ERP;startrel=any".

Sep 27, 2015 1:31:10 AM [Info  ]: Found 0 paths matching the request.

Sep 27, 2015 1:33:44 AM [Info  ]: Attaching mount points from tool.

Sep 27, 2015 1:33:44 AM [Info  ]: Tool asked to detach mount point F:\51049350_10ker74

Sep 27, 2015 1:33:44 AM [Info  ]: Tool asked to detach mount point F:\Dump\51048524_NW74lang

Sep 27, 2015 1:33:44 AM [Info  ]: Tool asked to detach mount point F:\Dump\NW740SR2upgEXP

Sep 27, 2015 1:33:44 AM [Info  ]: Tool asked to detach mount point F:\Dump\NW740SR2instEXP

Sep 27, 2015 1:33:44 AM [Info  ]: Tool asked to detach mount point F:\Dump\ECCupExp1

Sep 27, 2015 1:33:45 AM [Info  ]: Tool asked to detach mount point F:\Dump\ECCupExp2

Sep 27, 2015 1:33:45 AM [Info  ]: Tool asked to detach mount point F:\Dump\ECCupExp3

Sep 27, 2015 1:33:45 AM [Info  ]: Tool reported mount point F:\51049350_10ker74

Sep 27, 2015 1:33:45 AM [Info  ]: Tool reported mount point F:\Dump\51048524_NW74lang

Sep 27, 2015 1:33:45 AM [Info  ]: Tool reported mount point F:\Dump\NW740SR2upgEXP

Sep 27, 2015 1:33:45 AM [Info  ]: Tool reported mount point F:\Dump\NW740SR2instEXP

Sep 27, 2015 1:33:45 AM [Info  ]: Tool reported mount point F:\Dump\ECCupExp1

Sep 27, 2015 1:33:46 AM [Info  ]: Tool reported mount point F:\Dump\ECCupExp2

Sep 27, 2015 1:33:46 AM [Info  ]: Tool reported mount point F:\Dump\ECCupExp3

Sep 27, 2015 1:33:46 AM [Info  ]: Tool reported mount point F:\51048902exp

Sep 27, 2015 1:33:46 AM [Info  ]: Tool reported mount point F:\51048902_3exp2

Sep 27, 2015 1:33:46 AM [Info  ]: Handling GetCDPath with kitid "c7a45ee0-c49b-11e3-a755-005056a214d6" attributes "type=UPGRADE;prodtype=ERP;startrel=any".

Sep 27, 2015 1:33:46 AM [Info  ]: Found 0 paths matching the request.

 

help me with correct DVD and will provide as mount point for SUM during upgrade.

 

regards

Harika

Critical objects in transport requests

$
0
0

Hi,

 

I know that's possible to check transport requests and detect if they contain critical objects, previously mantained in table TMSTCRI. But my question is if it's possible to block requests that contain this objects and prevent an import in the production system, for example.

 

Regards,

Joan

 

Edited by: Joan Baptista Altadill Elías on Feb 10, 2009 4:15 PM

 

SUM error installing correction from maintenance planner verification.

$
0
0

Hello:

 

My apologies if this is posted in the wrong forum.

 

A correction stack was generated in Maintenance Planner while verifying a system.  Using SUM to install the correction, it fails in the "Summary and Evaluation of the Update Process".

 

SUM_Error_1.png

 

Show-Summary.LOG

<!--LOGHEADER[START]/-->

<!--HELP[Manual modification of the header may cause parsing problem!]/-->

<!--LOGGINGVERSION[2.0.7.1006]/-->

<!--NAME[C:\New_Sum_Car\SUM\sdt\log\SUM\SHOW-SUMMARY_04.LOG]/-->

<!--PATTERN[SHOW-SUMMARY_04.LOG]/-->

<!--FORMATTER[com.sap.tc.logging.TraceFormatter(%d [%6s]: %m)]/-->

<!--ENCODING[UTF8]/-->

<!--LOGHEADER[END]/-->

Sep 25, 2015 1:49:45 AM [Info  ]: The target products are:

Sep 25, 2015 1:49:45 AM [Info  ]: Runtime and downtime values will be read from C:\New_Sum_Car\SUM\sdt\..\abap\htdoc\UPGANA.XML statistics file.

Sep 25, 2015 1:49:46 AM [Info  ]: Detected minimum downtime is  seconds.

Sep 25, 2015 1:49:46 AM [Info  ]: Start date is 20150925012538

Sep 25, 2015 1:49:46 AM [Info  ]: End date is 20150925012658

Sep 25, 2015 1:49:46 AM [Info  ]: Detected runtime is 80 seconds.

Sep 25, 2015 1:49:46 AM [Error ]: The following problem has occurred during step execution: java.lang.NumberFormatException: For input string: "".

 

UseCaseExec.log

 

UseCaseExecLOG.png

 

Thanks for your assistance.

 

Russ

Connection loss SUM GUI to SL Controller

$
0
0

Hi experts,

I am experiencing an issue that I need to resolve. It is that I lose the connection from SUM GUI (locally) to the SL Controller running on the remote server.

 

Currently I am doing an upgrade and after some time, e.g. when I have an error and don't notice it immediately, I get a warning message.

"The connection to the SL Controller is down.
The SDT GUI will reestablish the connection, when possible."

SL-controller_down.png

On the server I get the following error message:

May 26, 2014 7:49:47 AM [Error]: com.sap.sdt.engine.core.communication.FactoryAlreadyRegisteredException: Factory for key 'com.sap.sdt.engine.core.com
munication.FactoryKey@13c2c5f4' is already registered.

May 26, 2014 7:49:47 AM [Error]: com.sap.sdt.engine.core.communication.FactoryAlreadyRegisteredException: Factory for key 'com.sap.sdt.engine.core.com
munication.FactoryKey@13c2c5f4' is already registered.

May 26, 2014 7:49:47 AM [Error]: com.sap.sdt.server.core.ServerException
May 26, 2014 7:49:51 AM [Warning]: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Broken pipe
May 26, 2014 7:49:51 AM [Warning]: Error while closing connection.
May 26, 2014 7:49:51 AM [Error]: com.sap.sdt.engine.core.communication.SendException: Error while sending data.
Network input/output exception has occurred: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Broken pipe
javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Broken pipe
javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Broken pipe
javax.net.ssl.SSLException: java.net.SocketException: Broken pipe
java.net.SocketException: Broken pipe

May 26, 2014 7:49:51 AM [Error]: com.sap.sdt.engine.core.communication.SendException: Error while sending data.
Network input/output exception has occurred: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Broken pipe
javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Broken pipe
javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Broken pipe
javax.net.ssl.SSLException: java.net.SocketException: Broken pipe
java.net.SocketException: Broken pipe

 

My current assumption is that the firewall drops the connection due to inactivity.

 

The main issue then is:

although I restart my local SUM GUI and reconnect to the server I can't continue the upgrade because the Buttons are "unclickable" (grey).

Currently I always had to restart SUM including the services on ther server (SL controller).

 

My question is:

  1. what can I do to avoid this connection loss?
  2. Is there a option to set a "keep alive" to the network connection?
    so that the firewall does not validate the connection as idle and drops?

 

Unfortunately we can't do much about the firewall settings due to security restrictions.

 

I would be glad to hear from you.

 

Kind regards,

Niklas

Query on splitting ASCS and PAS

$
0
0

Quick question All,

 

I referred the current SWPM procedure for 7.1 and higher on splitting ASCS and PAS.  I have a question here please. The first point in the Procedure has 2 items -1) Choose an instance number for the ASCS instance to be created.  and 2) Note that the message server port is not changed during the split.  I am wondering how can this be. I thought DVEBMGSXX will split into ASCSXX and DXX.  If point 1 holds good that means I can choose a port of my convenience and if point 2 is true, then that means I cant choose ASCS port of my liking. Both cant co-exist or am i missing something here. I basically want to have current port( Central CI port) to be used by PAS after split and this is not possible  if point 2 above holds good. We have several interfaces that are pointed to this port and we don't want to end up adapting all RFC interfaces and gateway ports etc. We don't have HA so SPOF is not an issue here.

 

Any thoughs here please

 

Regards
Kalyan

Viewing all 308 articles
Browse latest View live


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