Quantcast
Channel: SCN : Popular Discussions - SAP on IBM i
Viewing all 524 articles
Browse latest View live

System Copy using sapinst - Step Migration Export SAP:MIGSDM:700:*:*:*

$
0
0

Hi we are trying to do a system copy of a ABAP/ Java Addin  - 70 SR3 from one system to another.

We took the sapinst option for Central BASED on ABAP and JAVA

We took the save restore option.

 

We are curretly stuck at the step Migration Export.  Looking for the LABEL.ASC  for

SAP:MIGSDM:700:::*

 

We took the java option to create the SDM export on the source system.  My export location has the following :

LABELIDX.ASC

        JDMP

        SDM

        APPS

LABEL.ASC

SAP:JMIG:700:::*

 

Any ideas / suggestions?

 

Regards,

Brian


First timer in IBM for i: Disable transactional log for SP Stack update?

$
0
0

Dear Experts,

 

    As the tittle says, i am a first timer on this platform (already posted some threads), like in MaxDB, Oracle and SQL, is there any transactional log i should change or disable before updating SAP Support Packages? If so, how and where should i do it?

 

This is kinda urgente, since i will need to do this in about 5 to 6 hours.

 

Thanks in advance for you kind responses.

 

Best regards,

Martim

System Copy using sapinst - Step Migration Export SAP:MIGSDM:700:*:*:*

$
0
0

Hi we are trying to do a system copy of a ABAP/ Java Addin  - 70 SR3 from one system to another.

We took the sapinst option for Central BASED on ABAP and JAVA

We took the save restore option.

 

We are curretly stuck at the step Migration Export.  Looking for the LABEL.ASC  for

SAP:MIGSDM:700:::*

 

We took the java option to create the SDM export on the source system.  My export location has the following :

LABELIDX.ASC

        JDMP

        SDM

        APPS

LABEL.ASC

SAP:JMIG:700:::*

 

Any ideas / suggestions?

 

Regards,

Brian

direct read causing locks in Table - NRIV

$
0
0

Hi Guys,  since the kernel upgrade the system has been having a huge number of dumps & the performance has gone down drastically.  did some checking on SM50 & DB01, i can see so many locks on the NRIV table.

 

Has anyone come across this issue before ?

 

Thanks in advance

Chris

 

 

Termination occurred in the ABAP program "SAPLSNR3" - in "READ_NRIV".

The main program was "RBDAPP01 ".

 

In the source code you have the termination point in line 245

of the (Include) program "LSNR3F01".

The program "SAPLSNR3" was started as a background job.

Job Name....... "Z_AUTOBILL"

Job Initiator.. "BATCHADM"

Job Number..... 15174905

The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in

procedure "READ_NRIV" "(FORM)", but it was neither handled locally nor declared

in the RAISING clause of its signature.

 

The procedure is in program "SAPLSNR3 "; its source code begins in line

240 of the (Include program "LSNR3F01 ".

 

>>>>>     SELECT SINGLE FOR UPDATE * FROM NRIV WHERE

  246                                      OBJECT    = P_OBJECT

  247                                  AND SUBOBJECT = P_SUBOBJECT

  248                                 AND NRRANGENR = P_NR_RANGE_NR

  249                                  AND TOYEAR    = '0000'.

Extension index

$
0
0

I am creating some secondary indexes for performance.  I see now there is the option of an "extension" index which I do not remmeber since the last time I added some additional indexes.  Does anyone know the difference between the normal index option and the extension index option?  I am thinking perhaps that the extension index option is the same except that it is not considered a midifcation to the table.

 

Best regards,

Russ

SAP EHP Installer not working

$
0
0

Hi

I've installed EHP installer, but when I go in through the web gui <host>4239, I manage to get to the initial page. When clicking on the EHP Installer link, it opens up Java 6 and I then get the following message:

Unable to launch application:

com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://I5SAP:4239/sdtdsu.jnlp

     at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)

     at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)

     at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)

     at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)

     at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)

     at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)

     at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)

     at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)

     at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)

     at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)

     at com.sun.javaws.Launcher.launch(Unknown Source)

     at com.sun.javaws.Main.launchApp(Unknown Source)

     at com.sun.javaws.Main.continueInSecureThread(Unknown Source)

     at com.sun.javaws.Main$1.run(Unknown Source)

     at java.lang.Thread.run(Unknown Source)

Any ideas?

ABAP programming standards for SELECT...ORDER BY....

$
0
0

I recently saw a set of programming standards that stated it was better not to use an ORDER BY clause on a SELECT statement. Instead SELECT into an internal table and use SORT. The actual statement was....."In most cases it is preferable to do the sorting within the ABAP program instead of on the database server.  That means: fill the internal table via a SELECT statement and then sort via the SORT statement instead of coding a SELECT u2026 ORDER BY.  The sorting of large amounts of data on the database server affects the performance of all users on the system, whereas the sorting within the ABAP program u2018onlyu2019 affects the application server.  However, if an index exists on the table that can be used for the sorting then the SELECT u2026 ORDER BY doesnu2019t cause any undue strains on the system."

 

I think this is no longer correct particularily with regards to Systemi/iSeries which we normally run in 2 tier mode.

 

What are people opinion on this?

ERROR IN PHASE PREP_INIT/VALCHK_INI EHP4 INSTALLATION THROUGH EHPI

$
0
0

Hello,

 

We are facing problem in EHP4 installation.

Error:

START OF PHASE PREP_INIT/VALCHK_INI

 

SEVERE ERROR: SAP_ABA                        is in an undefined state,

              that is not safe to be upgraded !!!

              Reason: Upgrade wasn't completed.

              Call the SAP Support!!!

           - "continue"

            - "cancel"

Enter one of these options [continue] := continue

ERROR: Component 'SAP_ABA'' is in an undefined state 'Upgrade wasn't completed' - maybe upgrade was not reset?

We realized the problem was caused due to termination of EHPI gui(Staging server reboot).

Now as we trying to start it again we are facing above issus.

We reffered note:Note 1251735 - Add. Info. - SAP Enhancement Package Installer (7.10/5)

**************************************************************************************************************************************************

Phase: VALCHK_INI

Description: In this phase, an error can occur when you have incorrectly tried to reset the enhancement package installation. For example, you have not used the "Back" button on the GUI or the "Reset Installation" command from the menu bar. Instead, you have just aborted SAPehpi and deleted the installation directory. This results in an inconistent state in the system and a failure in phase VALCHK_INI when you start the installation program again.

 

 

If you were in one of the preparation roadmap steps when you tried to reset the installation, proceed as follows:

Procedure for UNIX and Windows:

 

      1. Change to the EHPI/abap/bin directory (Windows: EHPI\abap\bin)

 

      2. Enter the following command:

 

           ./SAPehpi reset prepare (Windows: .\SAPehpi. exe reset prepare)

 

      3. Delete the EHPI directory.

 

      4. Start SAPehpi again.

 

Procedure for IBM i:

 

      1. Start Qshell by entering the command QSH.

 

      2. Enter the following commands:

 

           cd <base directory>/EHPI/abap/bin

 

           export LIBPATH=.

 

           ./SAPehpi reset prepare

 

      3. Delete the EHPI directory.

 

      4. Start SAPehpi again.

 

 

If you already had reached the Preprocessing roadmap step, then contact SAP Support.

************************************************************************************************************************************************

As suggested we raised the OSS Message but i guess SAP is taking time to solve their mess.

Due to urgency, we appreciate your inputs.

 

Regards,

Prasad


DBCON connection issue...

$
0
0

Hi,

 

I'm trying to setup DBACOCKPIT in our Solution Manager to check the database in the other SAP systems, some of them live in remote iSeries. I've seen that a DBCON entry is created like this one:

 

AS4_HOST=<host>;AS4_CON_TYPE=SOCKETS;AS4_DB_LIBRARY=R3<SID>DATA;AS4_NQE_OPTIMIZE_METHOD=F;AS4_DB_RDBNAME=<SID>;

 

I've setup the connection with user <SID>ADM.

 

This connection is failing:

 

ERROR Database connection %_E30_CS02: ADBC error 'Internal error         16  has occured'

 

But I cannot find any reason in logs. In SAP wp appears a generic message like 'CPFB752 occured. Refer to job log', but the corresponding log for QXDARECVR is not saved.

 

If I change the user of connection and I use QSECOFR, the connection works. But I don't know the way to find what authorizations are missing.

 

Any idea ?

 

Regards,

Joan

DIR_CT_RUN options

$
0
0

There is a new Kernel option for those of us running 7.x kernels. Once again SAP have changed the IBM i SAP kernel structure.

I am interested if people have opinions about the best usage of this new option.

Below is the start of note #1632754

 

 

With SAP NetWeaver 2004s and associated products and with the application

basis 7.0x together with the 7.20 kernel, SAP introduces a new directory

structure with IBM i; you can use this to maintain a kernel while the

instances of the system are active. This minimizes the amount of time for

which the system is unavailable.

With the new directory structure, the SAP kernel is installed in a central

directory (indicated by the profile parameter DIR_CT_RUN). From there, the

kernel is copied during the system start to the instance-specific kernel

directories (indicated by the profile parameter DIR_EXECUTABLE). The kernel

is replicated using the program sapcpe. Each SAP instance then uses the

kernel from its own instance-specific directory.

 

So it looks like we can set DIR_CT_RUN to update the kernel from a central location.

 

Anyone got any plans or thoughts on this option?

 

Thanks

 

Matthew

 

ABAP programming standards for SELECT...ORDER BY....

$
0
0

I recently saw a set of programming standards that stated it was better not to use an ORDER BY clause on a SELECT statement. Instead SELECT into an internal table and use SORT. The actual statement was....."In most cases it is preferable to do the sorting within the ABAP program instead of on the database server.  That means: fill the internal table via a SELECT statement and then sort via the SORT statement instead of coding a SELECT u2026 ORDER BY.  The sorting of large amounts of data on the database server affects the performance of all users on the system, whereas the sorting within the ABAP program u2018onlyu2019 affects the application server.  However, if an index exists on the table that can be used for the sorting then the SELECT u2026 ORDER BY doesnu2019t cause any undue strains on the system."

 

I think this is no longer correct particularily with regards to Systemi/iSeries which we normally run in 2 tier mode.

 

What are people opinion on this?

GoLive Check

$
0
0

Hi Sap Experts,

 

My clients SAP is going to be live before that I want to do pre golive check from sap.

How to do pre golive check , Please suggest the procedure

 

Thanks & Regards

Vinay Patel

Solution manager 7.1 Managed System Config Setup DBACockpit connection issues

$
0
0

Hello SAP community,

 

This particular issue has been giving me some serious grief.

 

So here is some background info about the situation, This Solution Manager 7.1 system was installed a few months back as a test system but we will be migrating to this system once all the config is set up. I had all of our managed systems configured completely at one point in time, but I swear every other change in one of these managed systems requires half of the config steps to be repeated, it is pretty tiresome. The managed system which is giving me the issues today is named BXP. I had the DBAcockpit connection set up before, so I am not sure how it stopped being connected, but it has. This connection is using the user BXPADM. Anyhow I am getting an error about how the DBA cockpit connection cannot be established. The details to this error message tells me that "The connection 'BXP' is not set up correctly", and that "Database connection BXP: ADBC error 'Internal error 16 has occurred'. I had this message come up before when performing the managed system config for another system in our landscape. I think all I did before to fix it was enable the user and reset the password. Of course this isn't fixing my problem know...

 

In transaction dbacockpit on my solution manager system when I perform a connection test for database connection BXP of course I get the same message about ADBC error 'Internal error 16 has occurred'. When I try to select BXP system to monitor I am informed about the ADBC error and am told the reason is because a remote connection is not available. Why??? Like I previously stated I had this connection set up before so I don't see why I can't make it happen again.

 

Anyhow, from my solution manager I ran the report ADBC_TEST_CONNECTION and got this as an output:

 

B Thu May 23 14:51:26 2013

B  Connect to BXP as bxpadm with AS4_CON_TYPE=SOCKETS;AS4_NQE_OPTIMIZE_METHOD=O;AS4_DB_DBNAME=BXP;AS4_HOST=iseries5.plastekgroup.com

C  Secondary DB connect, user bxpadm

C  Environment: AS4_CON_TYPE=SOCKETS;AS4_NQE_OPTIMIZE_METHOD=O;AS4_DB_DBNAME=BXP;AS4_HOST=iseries5.plastekgroup.com;AS4_DB_LIBRARY=R

C  *** ERROR => CPDA0FF occured: XDNXDAAPI:BuildTCPConnection: Can't Connect to: iseries5.plastekgroup.com:963 (79)

[dbsldb4dbi.c 502]

C  {root-id=519D99B0F298270BE10080010A7F00BC}_{conn-id=00000000000000000000000000000000}_0

C  *** ERROR => === Secondary DB connect FAILED! ===

[dbsldb4.cpp  17438]

C  {root-id=519D99B0F298270BE10080010A7F00BC}_{conn-id=00000000000000000000000000000000}_0

C  *** ERROR => === Connection settings ===

[dbsldb4.cpp  19635]

C  {root-id=519D99B0F298270BE10080010A7F00BC}_{conn-id=00000000000000000000000000000000}_0

C  *** ERROR => connected               = FALSE

[dbsldb4.cpp  19636]

C  {root-id=519D99B0F298270BE10080010A7F00BC}_{conn-id=00000000000000000000000000000000}_0

C  *** ERROR => con_hdl                 = 2

[dbsldb4.cpp  19637]

C  {root-id=519D99B0F298270BE10080010A7F00BC}_{conn-id=00000000000000000000000000000000}_0

C  *** ERROR => db_handle               = 0

[dbsldb4.cpp  19638]

C  {root-id=519D99B0F298270BE10080010A7F00BC}_{conn-id=00000000000000000000000000000000}_0

C  *** ERROR => dbhost                  = iseries5.plastekgroup.com

[dbsldb4.cpp  19639]

C  {root-id=519D99B0F298270BE10080010A7F00BC}_{conn-id=00000000000000000000000000000000}_0

C  *** ERROR => dbhostport              =

[dbsldb4.cpp  19640]

C  {root-id=519D99B0F298270BE10080010A7F00BC}_{conn-id=00000000000000000000000000000000}_0

C  *** ERROR => rdbname                 =

[dbsldb4.cpp  19641]

C  {root-id=519D99B0F298270BE10080010A7F00BC}_{conn-id=00000000000000000000000000000000}_0

C  *** ERROR => dblib                   = R3BXPDATA

[dbsldb4.cpp  19642]

C  {root-id=519D99B0F298270BE10080010A7F00BC}_{conn-id=00000000000000000000000000000000}_0

C  *** ERROR => r3sysle_changed         = FALSE

[dbsldb4.cpp  19645]

C  {root-id=519D99B0F298270BE10080010A7F00BC}_{conn-id=00000000000000000000000000000000}_0

C  *** ERROR => query_compl_reval       = O

[dbsldb4.cpp  19646]

C  {root-id=519D99B0F298270BE10080010A7F00BC}_{conn-id=00000000000000000000000000000000}_0

C  *** ERROR => dbconnecttype           = T

[dbsldb4.cpp  19647]

C  {root-id=519D99B0F298270BE10080010A7F00BC}_{conn-id=00000000000000000000000000000000}_0

C  *** ERROR => user                    = bxpadm

[dbsldb4.cpp  19648]

C  {root-id=519D99B0F298270BE10080010A7F00BC}_{conn-id=00000000000000000000000000000000}_0

C  *** ERROR => qaqqinilib              = Default (QUSRSYS)

[dbsldb4.cpp  19652]

C  {root-id=519D99B0F298270BE10080010A7F00BC}_{conn-id=00000000000000000000000000000000}_0

C  *** ERROR => dbjobname               =

[dbsldb4.cpp  19653]

C  {root-id=519D99B0F298270BE10080010A7F00BC}_{conn-id=00000000000000000000000000000000}_0

C  *** ERROR => dbjobuser               =

[dbsldb4.cpp  19654]

C  {root-id=519D99B0F298270BE10080010A7F00BC}_{conn-id=00000000000000000000000000000000}_0

C  *** ERROR => dbjobno                 =

[dbsldb4.cpp  19655]

C  {root-id=519D99B0F298270BE10080010A7F00BC}_{conn-id=00000000000000000000000000000000}_0

C  *** ERROR => rmtexelib               =

[dbsldb4.cpp  19656]

C  {root-id=519D99B0F298270BE10080010A7F00BC}_{conn-id=00000000000000000000000000000000}_0

C  *** ERROR => parallel_alter_tables   = *OFF

[dbsldb4.cpp  19659]

C  {root-id=519D99B0F298270BE10080010A7F00BC}_{conn-id=00000000000000000000000000000000}_0

C  *** ERROR => ===========================

[dbsldb4.cpp  19678]

C  {root-id=519D99B0F298270BE10080010A7F00BC}_{conn-id=00000000000000000000000000000000}_0

B  ***LOG BYI=> connect failed for connection BXP        [dbds         889]

B  ***LOG BZY=> unexpected return code 8192       calling DBDS       [dbacds       1552]

Y  go to separate LUW generation ===> 20130523145126

Y    GuiStatus status update - dyn text unused: SAPMSSY0 PICK

Y

Y Thu May 23 14:51:27 2013

Y  return from separate LUW <=== WP: 3 th_rc=0 OK.

 

Help and suggestions will be greatly appreciated.

SAP Installation Error "[SQL0423] Locator *N not valid."

$
0
0

Hello,

 

I'm trying to install SAP Advanced Adapter Engine Extended (based on Netweaver 7.4 SR1 Java Stack) but getting following error at the Java Import step (table J2EE_CONFIGENTRY):

 

com.sap.inst.dbtools [Thread[main,5,main]] Info: Trying to delete from table J2EE_CONFIGENTRY

com.sap.inst.dbtools [Thread[main,5,main]] Info: J2EE_CONFIGENTRY deleted

com.sap.inst.dbtools [Thread[main,5,main]] Info: Importing data into table J2EE_CONFIGENTRY

com.sap.inst.dbtools [Thread[main,5,main]] Info: Rows to insert: 310681

com.sap.inst.dbtools [Thread[main,5,main]] Fatal: DB Error during import of J2EE_CONFIGENTRY

com.sap.inst.dbtools [Thread[main,5,main]] Fatal: Database access error: [SQL0423] Locator *N not valid.

  OpenSQLExceptionCategories: [] (SQLState: 0F001, ErrorCode: -423)

 

I'm using the latest SWPM (SWPM10SP06_3).

 

Installation of an Netweaver 7.4 ABAP Stack was working without problems.

 

Best Regards

Patrick

ERROR IN PHASE PREP_INIT/VALCHK_INI EHP4 INSTALLATION THROUGH EHPI

$
0
0

Hello,

 

We are facing problem in EHP4 installation.

Error:

START OF PHASE PREP_INIT/VALCHK_INI

 

SEVERE ERROR: SAP_ABA                        is in an undefined state,

              that is not safe to be upgraded !!!

              Reason: Upgrade wasn't completed.

              Call the SAP Support!!!

           - "continue"

            - "cancel"

Enter one of these options [continue] := continue

ERROR: Component 'SAP_ABA'' is in an undefined state 'Upgrade wasn't completed' - maybe upgrade was not reset?

We realized the problem was caused due to termination of EHPI gui(Staging server reboot).

Now as we trying to start it again we are facing above issus.

We reffered note:Note 1251735 - Add. Info. - SAP Enhancement Package Installer (7.10/5)

**************************************************************************************************************************************************

Phase: VALCHK_INI

Description: In this phase, an error can occur when you have incorrectly tried to reset the enhancement package installation. For example, you have not used the "Back" button on the GUI or the "Reset Installation" command from the menu bar. Instead, you have just aborted SAPehpi and deleted the installation directory. This results in an inconistent state in the system and a failure in phase VALCHK_INI when you start the installation program again.

 

 

If you were in one of the preparation roadmap steps when you tried to reset the installation, proceed as follows:

Procedure for UNIX and Windows:

 

      1. Change to the EHPI/abap/bin directory (Windows: EHPI\abap\bin)

 

      2. Enter the following command:

 

           ./SAPehpi reset prepare (Windows: .\SAPehpi. exe reset prepare)

 

      3. Delete the EHPI directory.

 

      4. Start SAPehpi again.

 

Procedure for IBM i:

 

      1. Start Qshell by entering the command QSH.

 

      2. Enter the following commands:

 

           cd <base directory>/EHPI/abap/bin

 

           export LIBPATH=.

 

           ./SAPehpi reset prepare

 

      3. Delete the EHPI directory.

 

      4. Start SAPehpi again.

 

 

If you already had reached the Preprocessing roadmap step, then contact SAP Support.

************************************************************************************************************************************************

As suggested we raised the OSS Message but i guess SAP is taking time to solve their mess.

Due to urgency, we appreciate your inputs.

 

Regards,

Prasad


direct read causing locks in Table - NRIV

$
0
0

Hi Guys,  since the kernel upgrade the system has been having a huge number of dumps & the performance has gone down drastically.  did some checking on SM50 & DB01, i can see so many locks on the NRIV table.

 

Has anyone come across this issue before ?

 

Thanks in advance

Chris

 

 

Termination occurred in the ABAP program "SAPLSNR3" - in "READ_NRIV".

The main program was "RBDAPP01 ".

 

In the source code you have the termination point in line 245

of the (Include) program "LSNR3F01".

The program "SAPLSNR3" was started as a background job.

Job Name....... "Z_AUTOBILL"

Job Initiator.. "BATCHADM"

Job Number..... 15174905

The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in

procedure "READ_NRIV" "(FORM)", but it was neither handled locally nor declared

in the RAISING clause of its signature.

 

The procedure is in program "SAPLSNR3 "; its source code begins in line

240 of the (Include program "LSNR3F01 ".

 

>>>>>     SELECT SINGLE FOR UPDATE * FROM NRIV WHERE

  246                                      OBJECT    = P_OBJECT

  247                                  AND SUBOBJECT = P_SUBOBJECT

  248                                 AND NRRANGENR = P_NR_RANGE_NR

  249                                  AND TOYEAR    = '0000'.

SAP SNC Error in SSO

$
0
0

Hi

We implemented SAP Single Sign on last year using Kerberos and it was working beautifully until last Friday.

 

Since Last friday, we are getting a weird error on our development system( We are lucky that it has not started happening on our Production systems)...

 

 

Sapgui 710 [Build 9003] Tue Aug 24 16:27:16 2010

: 'SAP System Message:

Security Network Layer (SNC) error

 

 

Our configuration is:

 

snc/enable                                  1                                           

snc/gssapi_lib                              /lib/libgssapi_krb5.a(libgssapi_krb5.a.so)  

snc/identity/as                             p:SAPservice/sapdev.<domain_name>@<i5_REALM>

snc/accept_insecure_gui                     1                                           

snc/accept_insecure_rfc                     1                                           

snc/accept_insecure_r3int_rfc               1                                           

snc/permit_insecure_start                   1

                                             

 

 

Now the funny part is that we know what the fix is..We have to advance our PC clocks on the PC to maybe a couple of minutes ahead and then it lets us log into the system.

 

 

The Work process trace file shows us the following :

 

 

 

 

N Sun Aug 22 10:45:10 2010                                                                            

N  *** ERROR => SncPEstablishContext()==SNCERR_GSSAPI  [sncxxall.c 3357]                              

N        GSS-API(maj): Miscellaneous failure                                                          

N        GSS-API(min): Clock skew too great          <<<<<<========================                                                 

N      Unable to establish the security context                                                       

N  <<- SncProcessInput()==SNCERR_GSSAPI                                                               

M  *** ERROR => ThSncIn: SncProcessInput (SNCERR_GSSAPI) [thxxsnc.c    976]                           

M  *** ERROR => ThSncIn: SncProcessInput [thxxsnc.c    981]                                           

M  in_ThErrHandle: 1                                                                               

M  *** ERROR => ThSncIn: SncProcessInput (step 4, th_errno 44, action 1, level 1) [thxxhead.c   10631]

 

Looking at it, someone will wonder that its the clcok skew and that its off.

But we have looked at the iSeries clock, the domain controller clock and the PC clcok, which are all within minutes of each other. The iseries is synced to the domain using CHGNTPA every 60 minutes using (*MAXADJ).

 

 

Also Our domain controller setting for Kerberos Policy for Maximum tolerance for computer clock synchronization is set to 5 minutes.

 

 

 

Now it even get's more interesting. We have three SAP systems on the same lpar configured for SAP SNC SSO.

one of them works and two of them gies us this error. When we advance our PC times by  only a couple of minutes, then these two also start working.

 

So that make us believe, it must be something within the SAP application, as all three share the same OS configuration.(time, REALMS, krb5 settings etc). The one that works is a BI system and is at SPS 15, but the two that give us trouble are at SPS11.

 

Any advise on where i should look further inside SAP??? System i??

I am all stumped...

 

Thanks in advance for all your help.

 

Abhi

 

Edited by: ABHI GUPT on Aug 27, 2010 11:23 AM

How to restore solution manager system on AS400 with DB2

$
0
0

Hi Experts,

 

We need to restore our solution manager system, as we took backup in Tape of whole landscape consisting of Dev, Qty and Prod systems.

 

Can you please let me know how to restore solman system from that backup. What files do we need to restore?

 

Any suggestions regarding this will be greatly helpful.

 

Regards,

Krishna.M

QCRTAUT - recommended value ?

$
0
0

Hello group

our auditors advise to change the System Value QCRTAUT to *EXCLUDE so that newly created objects are excluded to PUBLIC.

Any observations on the effects of this change in an SAP Iseries environment ?

Thanks

Jo

Keep new kernel after restore?

$
0
0

Hi guys,

 

I have a DEV system on V6R1, and i have a backup prior to Kernel and Support Package Update.

 

Sittuation prior to update:

 

Kernel: 701 PL 150

Subsystem: R3_<SNR>

SAP Executable Library: SAP<SID><UC>

 

 

Sittuation afterupdate:

 

Kernel: 721 PL 417

Subsystem: SAP<SNR><SID>

SAP Executable Library: SAP<SID><IND>

 

Customer wants to do a rollback prior to Kernel and Support Package Update but without affecting Kernel version.

 

Questions:

Is this possible?

What does this imply on manual work prior/after the restore?

What are the considerations?

 

It is kind urgent...

 

Thank you in advance for your kind support.

 

BRs

Martim.

Viewing all 524 articles
Browse latest View live


Latest Images

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