Quantcast
Channel: SCN : All Content - SAP NetWeaver Application Server
Viewing all 2997 articles
Browse latest View live

Running server side processes

$
0
0

Be aware that you should only do things which won't harm system!

 

Maybe you know the problem - you have to execute something at OS level and don't have access. Basis team isn't accessible and it's urgent...

 

With a few tricks, you can help yourself.

 

Example 1: Manual import of transport requests

 

Starting situation: You have to import a transport request and don't have proper rights in target system, but are allowed to call transaction SM69.

 

First, you need to find out where the transport profile is located - usually in /usr/sap/trans/bin. AL11 or RZ10 might help.

 

Next step is to check if there is a command in SM69 defined, if not, create one:

 

SM69_1.jpg

SM69_2.jpg

 

After that, you may run it. First add your transport to buffer:

SM69_3jpg.jpg

 

The syntax is (write in field Additional parameters):

 

pf=<transport profile> addtobuffer <transport request> <SID> client=<target client>


After that, you can import it:

SM69_4.jpg


Just change "addtobuffer" to "import" - you may even add unconditional modes with the U flag, refer to

 

tp Options - Software Logistics - SAP Library

 

Example 2: Exporting table contents

 

Starting situation: You need to export complete table contents with R3trans in order to import everything in a target system.

 

First of all, you need to define your export file. Create a new file with the text editor of your choice (mind to use proper line ending):

 

export
file = '/tmp/export.txt'
delete from <table>
select * from <table>

 

The delete statement is not executed when you export the table, only at import.

 

Uploading this file can be done with transaction CG3Z:

 

r3trans_1.jpg

 

After upload, just call R3trans using SM69 with these parameters:

 

R3trans -w /tmp/output.txt /tmp/export/controlfile.txt

When the export is down, you can use CG3Y to download the file. Upload it and import it in the target system with:

 

R3trans -w /tmp/output2.txt -i /tmp/export.txt

Advisor for ABAP memory settings

$
0
0

I created an excel which will help you to set memory settings for ABAP instances - comments welcome!

Newbie Error - SAPInst

$
0
0

I am a newbie when it comes to SAP and attempting to install SAP Netweaver 7 with EHP 6 and honestly a little frustrated and confused. Firstly, I downloaded the Installation Guide for the specific version and also the installation media list. The total download of the Installation Media was 40-50 GB.Firstly, the media numbers listed could not all be found in the download center. However, I think I have got the majority of whats needed. Here is a summary of my system (this is my own sandbox to learn and is a single server landscape) -

 

  • Windows Server 2008 R2 as Hyper-V Guest
  • Am using MSSQL Server on the same Guest
  • The parent machine is the AD domain controller with DHCP enabled


I have completed the MSSQL install. In everything I downloaded there was no SAPInst.exe file. Arrgh!!!!!  So I downloaded that separately,

  • SAPINST7202_14-10009474.SAR
  • SAPINSTGUI7202_14-10009474.SAR

 

Then used SAPCar to extract these. When running SAPInst.exe I get the following error -

 

Program is starting... Please wait!
SAPinst build information:

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

abi version:   722

make variant:  720_REL

build:         1492940

compile time:  Apr 29 2014 17:56:47

make type:     optU

codeline:      720-2_REL

platform:      NTAMD64

Exe directory: C:\Users\sapadmin\AppData\Local\Temp\sapinst_exe.2320.1399154560

 

ERROR      2014-05-03 15:02:46.45 [synxcuser.cpp:2074]

           CSyUserImpl::isExistingOnOS() lib=syslib module=syslib

 

ERROR      2014-05-03 15:02:46.45 [synxccuren.cpp:155]

           CSyCurrentProcessEnvironmentImpl::getUser() lib=syslib module=syslib

 

guiengine: 2014-05-03 15:02:46 Waiting for client connection (1)

Opened C:\Users\sapadmin\AppData\Local\Temp\sapinst_exe.2320.1399154560\\sylib722.dll

exe dir is C:\Users\sapadmin\AppData\Local\Temp\sapinst_exe.2320.1399154560

unknown message ID (syslib.filesystem.creatingFile) with parameter(s):

  C:\Users\sapadmin\AppData\Local\Temp\sapinst_exe.2320.1399154560\dev_sap_kernel_test_03_May_2014_15_02_44

unknown message ID (syslib.filesystem.removedFile) with parameter(s):

  C:\Users\sapadmin\AppData\Local\Temp\sapinst_exe.2320.1399154560\dev_sap_kernel_test_03_May_2014_15_02_44

Initialized SAP kernel tracing to file C:\Users\sapadmin\AppData\Local\Temp\sapinst_exe.2320.1399154560\dev_sap_kernel

Reading framework jslib.

Reading framework jslib done.

Opened C:\Users\sapadmin\AppData\Local\Temp\sapinst_exe.2320.1399154560\iaguieng722.dll

Initialized SAP kernel tracing to file dev_sap_kernel

unknown message ID (syslib.account.existenceCheckFailed) with parameter(s): Invalid syntax

 

Exception thrown near line 2077 in file d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\syslib\synxcuser.cpp

Stack trace:

d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\syslib\synxccuren.cpp: 88: CSyCurrentProcessEnvironmentImpl::getUser()

d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\syslib\syxxccache.cpp: 265: CSyAccountCache::getUserImpl(name="", sid="S-1-5-21-2368246807-72478599-1543744532-1128", create=false)

d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\syslib\syxxccache.cpp: 273: CSyAccountCache::getUserImpl(name="", sid="S-1-5-21-2368246807-72478599-1543744532-1128", create=false, ISyProgressObserver* )

d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\syslib\synxcuser.cpp: 104: CSyUserImpl::CSyUserImpl(PSyUserDataInt, bool)

d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\syslib\synxcuser.cpp: 2004: CSyUserImpl::isExistingOnOS()

 

At line 2077 file d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\syslib\synxcuser.cpp

Call stack:

d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\syslib\synxccuren.cpp: 88: CSyCurrentProcessEnvironmentImpl::getUser()

d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\syslib\syxxccache.cpp: 265: CSyAccountCache::getUserImpl(name="", sid="S-1-5-21-2368246807-72478599-1543744532-1128", create=false)

d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\syslib\syxxccache.cpp: 273: CSyAccountCache::getUserImpl(name="", sid="S-1-5-21-2368246807-72478599-1543744532-1128", create=false, ISyProgressObserver* )

d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\syslib\synxcuser.cpp: 104: CSyUserImpl::CSyUserImpl(PSyUserDataInt, bool)

d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\syslib\synxcuser.cpp: 2004: CSyUserImpl::isExistingOnOS()

 

unknown message ID (syslib.account.existenceCheckFailed) with parameter(s):    Invalid syntax

 

Failed action:  with parameters

Error number 2147746276 error type DCOM_HRESULT

 

unknown message ID (syslib.account.cannotAccessCurUser)

Waiting for client connection (1)

 

This application has requested the Runtime to terminate it in an unusual way.

Please contact the application's support team for more information.

Exit status of child: 3

   Not closing window (Exit State: 3; exitOnError: 0).

 

Any help is appreciated!

 

Thanks in advance,

Jake.

REMOVE Content Server

$
0
0

Hello community!

 

Guide me please, how i can remove content server with maxdb from my server with linux os(rhel)?

 

BR, Albert

Stuck in EHP7 - Phase MAIN_TRANSEXEC/MVNTAB_TRANS on HANA

$
0
0

Dear Gurus,

 

I am updating my ERP from EHP6 SPS9 to EHP7 SPS3 on HANA.

 

Before starting the update i went through the below note:

EHP7 FOR ERP 6.0: HANA Content Sanity Check Before Update

 

I am now stuck in the Phase MAIN_TRANSEXEC/MVNTAB_TRANS.


I request your help in resolving the issue.


The logs says:


2 ETP360 Begin: Act. of Shadow-Nametabs with DDL ("2014/05/05 05:10:02")

2 ETP301 ----------------------------------------------------------------------

2 ETP000   processing modeflag 'V'

2 ETP301 ----------------------------------------------------------------------

2 ETP330XActivation of Shadownametabs with DDL

2 ETP301 ----------------------------------------------------------------------

3 ETP379X05:10:02: activating Nametab "PPH_MRP_CHECKBUF":

2 ETP000   >> Name of inactive nametab to read  : DDXTT

2 ETP000   >> Format of inactive nametab to read: 5.0

3 ETP355Xstatements:

3 ETP000 CREATE SYNONYM "PPH_MRP_CHECKBUF" FOR

3 ETP000 _SYS_BIC."sap.erp.sappl.pph.v02.read.buffer/CA_MRP_CHECK_BUFFER_3"

3 ETP000

2WETP000 05:10:02: Retcode 1: error in DDL statement for "PPH_MRP_CHECKBUF              " - repeat

2EETP345 05:10:14: Retcode 1: SQL-error "258-insufficient privilege: Not authorized" in DDL stateme

2EETP345 nt for "PPH_MRP_CHECKBUF              "

2 ETP000  --------------- DB-ROLLBACK() ---------------

2EETP334 05:10:14: error in DDL, nametab for "PPH_MRP_CHECKBUF" not activated

3 ETP379X05:10:14: activating Nametab "PUREQITEM":

3 ETP355Xstatements:

3 ETP000 CREATE SYNONYM "PUREQITEM" FOR

3 ETP000 _SYS_BIC."sap.erp.sappl.mm.pur.me/AT_MM_PUR_REQ_ITEM"

3 ETP000

2WETP000 05:10:14: Retcode 1: error in DDL statement for "PUREQITEM                     " - repeat

2EETP345 05:10:26: Retcode 1: SQL-error "258-insufficient privilege: Not authorized" in DDL stateme

2EETP345 nt for "PUREQITEM                     "

2 ETP000  --------------- DB-ROLLBACK() ---------------

2EETP334 05:10:26: error in DDL, nametab for "PUREQITEM" not activated

3 ETP379X05:10:26: activating Nametab "POHVAL":

3 ETP355Xstatements:

3 ETP000 CREATE SYNONYM "POHVAL" FOR

3 ETP000 _SYS_BIC."sap.erp.sappl.mm.pur.po-history/AC_MM_PUR_PO_HISTORY_VALUE"

3 ETP000

2WETP000 05:10:26: Retcode 1: error in DDL statement for "POHVAL                        " - repeat

2EETP345 05:10:38: Retcode 1: SQL-error "258-insufficient privilege: Not authorized" in DDL stateme

2EETP345 nt for "POHVAL                        "

2 ETP000  --------------- DB-ROLLBACK() ---------------

2EETP334 05:10:38: error in DDL, nametab for "POHVAL" not activated

2 ETP301 ----------------------------------------------------------------------

3 ETP361 "0" Shadow-Nametabs activated, DDL executed

2 ETP362 "3" Shadow-Nametab activations failed

2 ETP360 Begin: Act. of Shadow-Nametabs with DDL ("2014/05/05 05:10:02")

2 ETP363 End  : Act. of Shadow-Nametabs with DDL ("2014/05/05 05:10:38")

2 ETP301 ----------------------------------------------------------------------

1 ETP180 UNKNOWN ACTION

1 ETP110 end date and time   : "20140505051038"

1 ETP111 exit code           : "8"

1 ETP199 ######################################

 

 

After activating the trace (http://service.sap.com/sap/support/notes/1809199) I could find the below information.

 

The logs for the error message are attached.


[42424]{240720}[153/-1] 2014-05-05 06:20:50.367339 i TraceContextTraceContext.cpp(00699) : UserName=SAPERH, ApplicationName=ABAP:ERH
[42424]{240720}[153/-1] 2014-05-05 06:20:50.360147 i AuthorizationSQLFacade.cpp(01061) : UserId(5465697) is not authorized because invalid privilege 24 on ObjectId(3,0,oid=5305743)
[42424]{240720}[153/-1] 2014-05-05 06:20:50.367373 i AuthorizationSQLFacade.cpp(01493) :
system-action : none
SCHEMA-140901-_SYS_BIC : {} , {SQL_ACT_SELECT}
   VIEW-5305743-sap.erp.sappl.pph.v02.read.buffer/CA_MRP_CHECK_BUFFER_3 : {SQL_ACT_SELECT} , {}
SCHEMA-5465698-SAPERH : {SQL_ACT_CREATE_SYNONYM} , {}
[42424]{240720}[153/-1] 2014-05-05 06:20:50.367586 i Authorizationquery_check.cc(02440) : User SAPERH tried to execute 'CREATE SYNONYM "PPH_MRP_CHECKBUF" FOR _SYS_BIC."sap.erp.sappl.pph.v02.read.buffer/CA_MRP_CHECK_BUFFER_3"'
[42424]{240720}[153/-1] 2014-05-05 06:20:53.354006 i TraceContextTraceContext.cpp(00699) : UserName=SAPERH, ApplicationName=ABAP:ERH
[42424]{240720}[153/-1] 2014-05-05 06:20:53.353981 i AuthorizationSQLFacade.cpp(01061) : UserId(5465697) is not authorized because invalid privilege 24 on ObjectId(3,0,oid=5305743)
[42424]{240720}[153/-1] 2014-05-05 06:20:53.354037 i AuthorizationSQLFacade.cpp(01493) :
system-action : none
SCHEMA-140901-_SYS_BIC : {} , {SQL_ACT_SELECT}
   VIEW-5305743-sap.erp.sappl.pph.v02.read.buffer/CA_MRP_CHECK_BUFFER_3 : {SQL_ACT_SELECT} , {}
SCHEMA-5465698-SAPERH : {SQL_ACT_CREATE_SYNONYM} , {}
[42424]{240720}[153/-1] 2014-05-05 06:20:53.354065 i Authorizationquery_check.cc(02440) : User SAPERH tried to execute 'CREATE SYNONYM "PPH_MRP_CHECKBUF" FOR _SYS_BIC."sap.erp.sappl.pph.v02.read.buffer/CA_MRP_CHECK_BUFFER_3"'
[42424]{240720}[153/-1] 2014-05-05 06:20:56.347913 i TraceContextTraceContext.cpp(00699) : UserName=SAPERH, ApplicationName=ABAP:ERH
[42424]{240720}[153/-1] 2014-05-05 06:20:56.347888 i AuthorizationSQLFacade.cpp(01061) : UserId(5465697) is not authorized because invalid privilege 24 on ObjectId(3,0,oid=5305743)
[42424]{240720}[153/-1] 2014-05-05 06:20:56.347939 i AuthorizationSQLFacade.cpp(01493) :
system-action : none
SCHEMA-140901-_SYS_BIC : {} , {SQL_ACT_SELECT}
   VIEW-5305743-sap.erp.sappl.pph.v02.read.buffer/CA_MRP_CHECK_BUFFER_3 : {SQL_ACT_SELECT} , {}
SCHEMA-5465698-SAPERH : {SQL_ACT_CREATE_SYNONYM} , {}
[42424]{240720}[153/-1] 2014-05-05 06:20:56.347959 i Authorizationquery_check.cc(02440) : User SAPERH tried to execute 'CREATE SYNONYM "PPH_MRP_CHECKBUF" FOR _SYS_BIC."sap.erp.sappl.pph.v02.read.buffer/CA_MRP_CHECK_BUFFER_3"'
[42424]{240720}[153/-1] 2014-05-05 06:20:59.352620 i TraceContextTraceContext.cpp(00699) : UserName=SAPERH, ApplicationName=ABAP:ERH
[42424]{240720}[153/-1] 2014-05-05 06:20:59.352596 i AuthorizationSQLFacade.cpp(01061) : UserId(5465697) is not authorized because invalid privilege 24 on ObjectId(3,0,oid=5305743)
[42424]{240720}[153/-1] 2014-05-05 06:20:59.352645 i AuthorizationSQLFacade.cpp(01493) :

system-action : none

 

Please guide what authorization is to be provided to the user SAPERH.


Version Details:

Hana: 1.00.70.00.386119

 

Please help me know if i have missed any information, so that i can provide the same.


Thank you in advance.


Kind Regards,

Anuj

SQL Server Installation

$
0
0

Hello everyone,

 

I've got the folllowing question regarding SQL Server 2012 Installation:

 

During installation the SWPM asks to increase the size of TEMPDB (tempdev and templog files) to at least 300 MB for tempdev. Assuming a database size of 200GB what should be the recommended values for these files?

 

Regards,

 

JAM

Sapinst no DVD

$
0
0

Dear gurus!

 

Please, guide me, i want to install sap application(content server) without dvd, which tool you advise me to use for installation?

 

In the inst guide i read about SAPINST, but i havent got any DVD, how i can start installation content server?

 

For example :

 

Enter the following commands:

cd <Installation Master_DVD>/IM_<OS>

./sapinst

 

repeat, i havent got any master DVD, i downloaded ins files from sap market place



Java release notes in Service Market Place

$
0
0

Hi,

 

Please suggest, In service market place, where I can find release notes for J2EE core engine support pack  version 29?

 

Thanks & Regards

Sunil


Web Dispatcher redirection is not working for Portal

$
0
0

Hi,

 

We've configured our web dispatcher (release 741) for 2 systems (ERP 6 ECC 7 & Portal 7.4) using different ports.

 

We're able to redirect to ECC system by calling the web dispatcher host name and configured port number but we are unable to redirect to Portal system by calling the web dispatcher host name and respective configured port number.

 

Below is the the trace of "dev_webdisp" file:

 

[Thr 09] Tue May 6 16:47:49 2014

[Thr 09] *** ERROR => No matching target system for request '/favicon.ico' [icrxx.c 5077]

[Thr 09] *** ERROR => IcrFindTargetSystem() failed. [http_plg.c 9178]

[Thr 09] *** ERROR => No target SAP system for request {000203f5} [http_route.c 2544]




Application server monitor for the Portal system is invalid and it is not responding to the ping requests.

 

Please find below the instance profile parameters that we've configured:

 

icm/server_port_2 = PROT=HTTP,MSHOST=srmdev, PORT=8080

icm/server_port_3 = PROT=HTTP,MSHOST=srmdev, PORT=8090


wdisp/system_0 = SID=PD1, MSHOST=EP Hostname, MSPORT=8101, SRCSRV=*:8080, SRCURL=/

wdisp/system_1 = SID=RD1, MSHOST=ECC Hostname, MSPORT=8100, SRCSRV=*:8090, SRCURL=/sap/bc/;/sap/public/

 

The issue is only with the Java system (Portal). We tried different SRCURL for EP (/irj/ etc) but it didn't work out.

 

Please let us know what could be the issue with the Portal parameters.

 

Thanks & Regards,

Anurag

How to provide same user full access to some tcodes and only display/change access to Se09 and Se10 through one role?

$
0
0

Hi All,

 

I have created a role where users are given full access to some tcodes like sm50,rsa1, sm37, so on but for Tcode se09 and se10, I only want to give the users display and change access.

 

if I change ACTIVITY of S_TCODE removing *, it will effect all t-codes, please help me in how can I achieve  this..

 

 

This is urgent..

 

Thanks,

Ambika

Accidentally deleted SAPLogonTicketKeypair from NWA in Netweaver 7.4

$
0
0

Hello Friends,

 

I deleted the SAPLogonTicketKeypair from NWA and had taken a restart of JAVA server.

But now I am not able to open NWA page and other pages as well. I can see the start and login page but it shows blank page after login.

 

 

Please let me know if there is any alternate method to create the same.

 

As you already know that in SAP Netweaver 7.4 there is no Visual Admin tool .

 

Regards,

Kapil

Need help for installation

$
0
0

Hello world,

I´m absolutely new in the world of SAP and just started lessons in ABAP on Netweaver 7.02.

Our teacher told us to install a mini SAP at home for training, so I download this :

 

SAP NetWeaver Application Server ABAP 7.02 SP6 64-bit Developer Edition

 

And this is my problem : I never installed a system like this before.

 

My Notebook have : 2.16 GHz, 8 GB RAM, 500 GB Harddisk

 

Did I need something else and how can I get it ?

How to start installation ?

Is there any installation guide ?

 

I'll be thankful for any advice.

 

Peter

SSL Installation and Configuration for SAP NW Java Systems

$
0
0

1.    Introduction –

Requirement is that users want to implement accessing AS Java via SSL (Secure Sockets Layer).

As a result of this document, you will be able to:

·        Use the Key Storage and the SSL Provider Services

·        Configure SAP J2EE Engine for using SSL

·        Configure the use of client certificates for authentication

 

This document describes step by step procedure for implement accessing AS Java via SSL with SAP Netweaver 7.3x AS Java.

I hereby confirm that the Images/screenshots are created by me during the installation and there is no IP violation in this document.

2.    Pre-Requisites –

·        Following user accounts should exists:

User Accounts

Generic name

Operating system account with login
(for Unix  “su” command functionality)

unixacc

Operating system account with root / admin privileges UNIX : without login

saproot

SAP admin account :

sidadm

SAP Administrator account :

Administrator

SAP Central Services hostname

hostname1

SAP Dispatcher hostname

hostname2

 

Download Directory: /download

 

 

3.    Installation Procedure –

 

No

Activity

1

Prepare crypto tools

  1. K unixacc

cd /tmp;mkdir crypto;cd crypto

SAPCAR -xvf /download/90000104.SAR

cdexe

cp /tmp/crypto/aix-6.1.0-64/sapgenpse .

cp /tmp/crypto/aix-6.1.0-64/libsapcrypto.o .

cp /tmp/crypto/ticket /usr/sap/SID/SCS00/sec/

cp /tmp/crypto/ticket /usr/sap/SID/J00/sec/

 

vi scs.lst

Add an entry : libsapcrypto.o

2

Maintain SAP parameters

  1. K unixacc

cdpro

vi SID_SCS00_hostname1

Add lines :

ssl/ssl_lib = $(DIR_EXECUTABLE)$(DIR_SEP)$(FT_DLL_PREFIX)sapcrypto$(FT_DLL)

sec/libsapsecu = $(ssl/ssl_lib)

ssf/ssfapi_lib = $(ssl/ssl_lib)

ms/server_port_1 = PROT=HTTPS,PORT=95$$

 

vi SID_J00_hostname1

Add lines :

icm/server_port_0 = PROT=IIOP, PORT=51007

icm/server_port_1 = PROT=TELNET, PORT=51008, HOST=localhost

icm/server_port_2 = PROT=P4, PORT=51004

icm/server_port_3 = PROT=HTTP, PORT=51000, TIMEOUT=60, PROCTIMEOUT=600

icm/server_port_4 = PROT=HTTPS, PORT=51001, SSLCONFIG=ssl_config_4

icm/ssl_config_4 = VCLIENT=0, CRED=/usr/sap/SID/J00/sec/SAPSSLS.pse

icm/HTTP/redirect_0 = PREFIX=/, FROM=*, FROMPROT=http, FOR= hostname1:51000, PROT=https, HOST=hostname1, PORT=51001

icm/HTTP/redirect_1 = PREFIX=/, FROM=*, FROMPROT=http, FOR= hostname2:51000, PROT=https, HOST=hostname2, PORT=51001

icm/add_client_protocol_header = true

icm/HTTP/esid_support = true

icm/handle_webdisp_ap_header = 1

3

Create PSE certificate request for message server

  1. K unixacc

cd /usr/sap/SID/SCS00/sec

setenv SECUDIR /usr/sap/SID/SCS00/sec

sapgenpse get_pse -p SAPSSLS.pse -a RSA -s 1024 cn=name as standard to the company

Do not enter a password

Create the response certificate file :

cd $SECUDIR

vi response_hostname1.cer

In this file copy the certificate response provided in the above step and also the Base-64 encode X-509 certificate

Import the certificate response file in the PSE :

sapgenpse import_own_cert -c response_hostname1.cer -p SAPSSLS.pse

4

Create PSE certificate request for dispatcher server

  1. K unixacc

cd /usr/sap/SID/J00/sec

setenv SECUDIR /usr/sap/SID/J00/sec

sapgenpse get_pse -p SAPSSLS.pse -a RSA -s 1024 cn=name as standard to the company

Do not enter a password

Create the response certificate file :

cd $SECUDIR

vi response_hostname2.cer

In this file copy the certificate response provided in the above step and also the Base-64 encode X-509 certificate

Import the certificate response file in the PSE :

sapgenpse import_own_cert -c response_hostname2.cer -p SAPSSLS.pse

5

Export P12 certificate for J00 instance

  1. K unixacc

setenv SECUDIR /usr/sap/SID/J00/sec

cd $SECUDIR

sapgenpse export_p12 -p SAPSSLS.pse $HOME/SSL_pki_SID_hostname2.p12

enter the password

6

Import the private key in NWA

1.      Logon to the Netweaver Administrator http://<hostname2>:<port>/NWA

2.      Navigate to: Configuration Management > System > Certificate and Keys.

3.      From the list of Keystore Views, select the ICM_SSL_<instance_ID>

              The contents of the selected keystore view appear.

4.      Navigate to Configuration à Certificates and Keys à Click Keystore View Name (from Above step) à In Details of the view “Import Entry”

select Files of Type : PKCS#12 Key

select the file P12 files exported in the previous steps :

  1. Import SSL_pki_SID_hostname2.p12and also provide the password in order to import à Entry imported
  2. Navigate to Configuration à SSL à Edit à Give Port and Protocol for https à Save
  3. ICM Restart pop-up à Close

7

Restart ICM for activating SSL

  1. K unixacc

cdpro

jsmon pf=SID_J00_hostname1

Restart ICM

8

Test SSL for application servers

In Internet browser browser call URL :

https://hostname1:9500/msgserver/

https://hostname1:50001/index.html

https://hostname2:50001/index.html

 

 

References

https://service.sap.com/notes

1770585                How to configure SSL on the AS Java

 

http://help.sap.com/saphelp_nw73/helpdata/en/48/3d993fb08c72d1e10000000a42189c/content.htm?frameset=/en/48/45acaf43a64bb8e10000000a42189b/frameset.htm

How to disable SAP email request for read receipt?

$
0
0

Hi,

 

We have configured SAP to send out emails on various workflows. However all of the SAP emails are asking for read receipt. How can we disable this request for a read receipt?

After system copy still customized objects showing old SID

$
0
0

Hi ,

 

After performing system copy of production still customized objects shows Old (development) SID instead of existing new SID .

When user trying to modify custom object it shows previous SID,I have changed using Se03 to the new SID but still they're many object do we have any option to do it one shot instead of doing one by one.

 

FYI, I have performed system copy  export/Import method .


No replication of certain users from ABAP to Java with ABAP UME

$
0
0

Hello,

 

we have an NW AS JAVA with an NW AS ABAP UME data source. Now I want to block single users from beeing replicated from ABAP to Java server, so that they are not available for log on there. Is this possible?

 

Thanks for any hints in advance.

 

Best regards

André

Need Guidance Please....

$
0
0

Newbie question from me again .... I am trying to install ERP 6 EHP7 with NW 7.4 on Windows Server 2008 with SQL Server backend. It is so confusing and frustrating to even get guidance on the steps and the media. Essentially this is a brand new install - single server landscape (not an upgrade)

 

Media

Can someone please confirm if this is the right media being downloaded -

ERP6 EHP 7

51047885_(1-14)     ==>  Does this get me the base ERP 6 also or is this only the EHP?


NW 7.4

51045590

51048248

50120297_(2-8)

51047366_(1-5)

51047454_(1-19)

51047515_(1-8)

51048107_8

 

SWPM

70SWPM10SP05_(2,8)-20009707.sar

SWPM10SP05_(2,8)-20009707.SAR

 

What else do I need????


Installation Steps

What are the sequence of steps?

  1. Prep the OS as described in the Master Guide
  2. Install SQL Server 2012
  3. Install NW 7.4
  4. Install ERP 6 EHP7
  5. Post Configuration

 

Do I need a step where I install ERP 6 base or something???

What are the files that are called the "Upgrade Export" and "Installation Export"?


Such a maze!!.... .... Any guidance is appreciated greatly!!!!

 

Jacob.

DB instance install - PRFCLOG drive

$
0
0

I recently installed a distributed abap ecc system. When I was installing the DB instance, I forgot to choose the correct installation drive. So now, I have a usr/sap drive sitting under B:/ drive but ideally I would have liked it under D: drive. How can I move it to D: drive without facing any issues ?

Since its a DB instance, the /usr/sap drive only contains tmp, CCMS and PRFCLOG folders. I don't know what process creates files under these folders since there is no SAP application installed on the DB instance host.

 

I see saposcol and hostctrlexe running on this host but they seem to be using a different drive for the executable. Is this drive being pointed by some environment variable maybe ??

 

Please help on advising how can I move /usr/sap from C: drive to D: drive without worrying about any unforeseen issues. OR can I just delete this directory ?

 

Please also see the contents of dev_coll file (under PRFCLOG) to see if it gives you any clues:

 

Thanks


BV

 


---------------------------------------------------------------------------------------------
      SAPOSCOL version  COLL 21.04 720 - 21.18 NT 13/02/13, 64 bit, multithreaded, Non-Unicode
      compiled at   Mar 25 2013
      systemid      562 (PC with Windows NT)
      relno         7200
      patch text    COLL 21.04 720 - 21.18 NT 13/02/13
      patchno       421
      intno         20020600
      running on    ABCDB Windows NT 6.2 9200  8x AMD64 Level 6 (Mod 62 Step 4)
      chgno(local)  1394268
      chgno(global) 1402986
      PATCHES
      DATE     CHANGELIST           PLATFORM             PATCHTEXT
      20081211 ---                  ALL                  Option -w support. Removed SizeOfRecord warning rt 130.
      20090114 ---                  UNIX                 Log file permissions: 664.
      20090203 ---                  UNIX                 Add. single instance check.
      20090210 ---                  ALL                  Continue after EWA HW XML generation failure.
      20090324 ---                  ALL                  Fix dynamic trace level switch.
      20090512 ---                  ALL                  Usage of DIR_HOME as working dir.
      20090512 1064069              UNIX                 Hardware XML permissions 660.
      20090613 ---                  ALL                  Async HW info generation.
      20090909 ---                  UNIX                 DIR_PERF, DIR_HOME, /var/tmp, ...
      20090909 ---                  UNIX                 Group sapsys and smarter permissions of files
      20091105 ---                  WINDOWS              New Monitoring for VMware
      20091210 ---                  ALL                  Performance improvement 'saposcol -xml'.
      20100723 ---                  LINUX                New Monitoring for VMware
      20100812 ---                  ALL                  Improved kill option (-k).
      20110111 ---                  UNIX                 col.put permissions: 664.
      20110322 1235461              SUN                  Showing size for filesystem >2TB problem fixed.
      20110502 ---                  WINDOWS              Initial Monitoring for XEN
      20110504 ---                  WINDOWS              Monitoring for Hyper-V Dynamic Memory
      20110509 ---                  ALL                  Renamed MTE trees to be consistent with CCMS agents.
      20110525 1250238              IBM i                CPU time, disk service & wait time, system values.
      20110706 1607341              WINDOWS              saposcol: determination of saposcol-directory (PerfDir)
      20110713 ---                  SUN                  Reporting negative or 0 CPU utilization fixed.
      20110916 ---                  WINDOWS              Initial Monitoring for KVM
      20110922 1630624              IBM i                Patch collection September 2011.
      20111011 1280958              LINUX                Build-in vm-dump-metrics
      20111020 ---                  WINDOWS              Improved Monitoring for KVM/Xen
      20111021 1282052              LINUX                Amazon Monitoring: First Steps
      20120320 ---                  WINDOWS              Monitoring for Amazon Cloud
      20120803 1744043              IBM i                Patch collection August 2012.
      20120830 ---                  WINDOWS              Multiple fixes for Hyper-V and Amazon monitoring
      20121114 ---                  LINUX                Support Amazon data collector monitoring
      20121115 1366862              WINDOWS              Amazon monitoring for AWS Data Provider
      20121204 1380761              IBM i                Patch collection December 2012.
      20121219 1376949              ALL                  Added -ignorebackup option to skip reading coll.put
      20121119 1376982              ALL                  Added -tr[lines] option for configuring trace level auto-lowering
      20130213 ---                  WINDOWS              Amazon storage throughput metric issue fixed

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

06:10:51 02.05.2014     LOG: "C:\Program Files\SAP\hostctrl\exe\saposcol.exe" -q -w60 pf="C:\Program Files\SAP\hostctrl\exe\host_profile"
06:10:51 02.05.2014     LOG: Profile           : C:\Program Files\SAP\hostctrl\exe\host_profile
06:10:51 02.05.2014     LOG: Saposcol Version  : [COLL 21.04 720 - 21.18 NT 13/02/13]
06:10:51 02.05.2014     LOG: Working directory : V:\usr\sap\PRFCLOG
06:10:51 02.05.2014     LOG: Using performance counter "Processor Information"
06:10:51 02.05.2014     LOG: Allocate Counter Buffer [10000 Bytes]
06:10:51 02.05.2014     LOG: Allocate Instance Buffer [10000 Bytes]
06:10:51 02.05.2014     LOG: VIRT- Initialize virtual collection
06:10:51 02.05.2014     LOG: VIRT- VM: Hostname is BITDB
06:10:51 02.05.2014     LOG: VIRT- Virtual Machine Type: VMware, Inc., VMware Virtual Platform.
06:10:51 02.05.2014     LOG: VIRT- Collector: running on account  \SYSTEM.
06:10:51 02.05.2014     LOG: InitFsysDataWMI: allocating buffer for 50 NCFS objects
06:10:51 02.05.2014     LOG: InitFsysDataWMI: allocating name buffer of size 600
06:10:51 02.05.2014     LOG: using WMI to collect Filesystem data
06:10:52 02.05.2014     LOG: /* validation records  */ 20
06:10:52 02.05.2014     LOG: /* CCM Data            */ + 1000
06:10:52 02.05.2014     LOG: /* disks * 25          */ + PX_disk_anz_max * 25 = 50 * 25 = 1250
06:10:52 02.05.2014     LOG: /* filesystems         */ + PX_fsys_max_wmi * 25 = 50 * 25 = 1250
06:10:52 02.05.2014     LOG: /* cpu all             */ + 25
06:10:52 02.05.2014     LOG: /* cpus                */ + PX_scpu_anz = 8
06:10:52 02.05.2014     LOG: /* lans                */ + PX_lan_anz_max * 25  = 50 * 25 = 1250
06:10:52 02.05.2014     LOG: /* for memory          */ + 24
06:10:52 02.05.2014     LOG: /* top 40 processes    */ + NBR_TOP = 40
06:10:52 02.05.2014     LOG: /* process list        */ + MAX_PROCESS_CONF_ENTRIES = 50
06:10:52 02.05.2014     LOG: /* systemid            */ + 1
06:10:52 02.05.2014     LOG: /* kernelparameter     */ + kpar_anz * 2  = 0 * 2 = 0
06:10:52 02.05.2014     LOG:                           + spec_anz * 25 = 1 * 25 = 25
06:10:52 02.05.2014     LOG:                           + 25
06:10:52 02.05.2014     LOG:  /* virtual            */ + 2*25 
06:10:52 02.05.2014     LOG: RecordNeeded:             5018
06:10:52 02.05.2014     LOG: Shared Memory Size: 538722.
06:10:52 02.05.2014     LOG: Shared Memory was created by process:3764
06:10:52 02.05.2014     LOG: Collector daemon started
06:10:52 02.05.2014     LOG: Not able to read putfile [B:\usr\sap\PRFCLOG\coll.put]
06:10:52 02.05.2014     LOG: can't open put-file B:\usr\sap\PRFCLOG\coll.put
06:10:52 02.05.2014     LOG: Collector PID: 3764
06:10:52 02.05.2014     LOG: Process Priority Class set to HIGH
06:11:53 02.05.2014     LOG: Process Monitoring active.
06:11:53 02.05.2014     LOG: searching for Process Monitoring Templates in B:\usr\sap\PRFCLOG\dev_proc
06:11:53 02.05.2014     LOG: searching for Process Monitoring Templates in B:\usr\sap\PRFCLOG\procmon\
06:11:53 02.05.2014     LOG: The following processes will be monitored:
22:09:16 05.05.2014     LOG: Stop Signal received.
22:09:16 05.05.2014     LOG: SapOsCol: ExitCollector !

sapcontrol function GetProcessList gives no output

$
0
0

Hi,

 

I'm facing a problem never seen before.

On a ERP 6.0 Installation on SLES 11/Oracle. It was installed by System Copy Option of the SWPM.

After finishing import and installation of the central instance the system worked correctly.

But now sapcontrol gives any output by calling its function GetProcess List. And SAP doesn't start anymore.

Does anybody know, what is the reason for that?

Output as follows:

 

#sapcontrol -nr 00 -function GetProcessList

     [Date Time]

     GetProcessList

     OK

     name, description, dispstatus, textstatus, starttime, elapsedtime, pid

#


Thank you in advance for your help and your ideas.

ORA-00001 Unique constraint Violation Error

$
0
0

We are upgrading our NW BW 7.01 java server to 7.3 and during the Downtime phase of the Installer, while running the Offline Migration, we are getting an error "EP-KM-BC: Unique Constraint Violation error: ORA-000001".  Unknown Object# (12xxxxxx) does not exist. We have one CI and two DI. Any help would be greatly appreciated.

Viewing all 2997 articles
Browse latest View live




Latest Images