Quantcast
Channel: SCN : Discussion List - SAP NetWeaver Application Server
Viewing all 3078 articles
Browse latest View live

Error when loggong on for external ID "": Error during SAML 2.0 logon

$
0
0

Hi,

 

I'm getting be below error when trying to use SAML SSO for a ABAP Webdynpro page on a NW 7.4 system. When I access the page, it redirects to the identity provider, comes back to the page and it shows the logon page. I'm looking for any ideas of things I could look at.

 

N  SAML20 SP (client 400): Incoming Response

N  SAML20 Binding:          POST

N  SAML20 IdP Name:         http://xxxxxx/adfs/services/trust

N  SAML20 Status Code:      urn:oasis:names:tc:SAML:2.0:status:Responder

N  SAML20 SP (client 400): Default ACS endpoint: https://xxxxxx/sap/saml2/sp/acs/400 , old default ACS endpoint

N  SAML-Trace: CALL 'SAML login': SY-SUBRC = 222 , PWDCHG = 0

N  *** ERROR => SAML-Trace: Path = /sap/bc/webdynpro/sap/oauth2_authority [sign.c       16519]

N  {root-id=005056AD26DF1ED4B69880FF4BE51F68}_{conn-id=005056AD26DF1ED4B69880FF4BE53F68}_1

N  *** ERROR => SAML-Trace: Returncode = 222 [sign.c       16519]

N  *** ERROR => SAML-Trace: Message class = SAML number = 011 [sign.c       16519]

N  *** ERROR => SAML-Trace: Message = Error when logging on for external ID "": Error during SAML 2.0 logon [sign.c       16519]

 

I have updated the service to use alternate logon procedure and added the handler CL_HTTP_EXT_SAML20

 

I have added the identity provider through transaction SAML2, but it does not seem to be working.

 

Here is a decrypted SAML assertion:

 

<samlp:Response ID="_9c844d84-8117-4851-8270-aeb12e935daf"

  Version="2.0"

  IssueInstant="2015-04-02T00:21:06.477Z"

  Destination="https://xxxxxxxxx/sap/saml2/sp/acs/400"

  Consent="urn:oasis:names:tc:SAML:2.0:consent:unspecified"

  InResponseTo="S005056ad-26df-1ed4-b699-c4c630853f68"

  xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"

  >

  <Issuer xmlns="urn:oasis:names:tc:SAML:2.0:assertion">http://xxxxxxxx.com/adfs/services/trust</Issuer>

  <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">

  <ds:SignedInfo>

  <ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />

  <ds:SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256" />

  <ds:Reference URI="#_9c844d84-8117-4851-8270-aeb12e935daf">

  <ds:Transforms>

  <ds:Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" />

  <ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />

  </ds:Transforms>

  <ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" />

  <ds:DigestValue>08HK08VLpJC23JoQs+p+oHbDBvjRF+9NwBeowmlFTrY=</ds:DigestValue>

  </ds:Reference>

  </ds:SignedInfo>

  <ds:SignatureValue>xxxxxxx</ds:SignatureValue>

  <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">

  <ds:X509Data>

  <ds:X509Certificate>MIIFPjCCBCagAwIBAgIHAMFKH58TFzANBgkqhkiG9w0BAQsFADCBtDELMAkGA1UEBhMCVVMxEDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoTEUdvRGFkZHkuY29tLCBJbmMuMS0wKwYDVQQLEyRodHRwOi8vY2VydHMuZ29kYWRkeS5jb20vcmVwb3NpdG9yeS8xMzAxBgNVBAMTKkdvIERhZGR5IFNlY3VyZSBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjAeFw0xNDAxMjMxOTM3MThaFw0xNzAxMjMxOTM3MThaMEIxITAfBgNVBAsTGERvbWFpbiBDb250cm9sIFZhbGlkYXRlZDEdMBsGA1UEAxMUZnNwcm94eTItZGV2LmlndC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDAM13/bboldFRmDGK3QBbxlDREoGuQEUWeroZCDM/tH7Rk+AjgXbc4pkon13EwKi7q9brzkBMCY3HH9Ep2BUHjopydy+AWQH9vjLK2wXD/+6T4FCG1i8Kt+lRrcxRWUugnBuK+BRgxEJDz7ap8KvcRk6ERWQrx5Co8K7ey5nEqjapCDJQg3Yrkxo2pEWGBKSIXXmpU+CgK03y4HOW19/rmdcyLThjchn+Jgxe8obL4tiVk4D/X36wOqtV/1cnIjGak/px/p1oQEGD5PC7F3FIZConhUu7PJDLmioqdGcimZvFiZK6xQJyzy90lm0dHRT1qhkC9TTsGvAAMCh/gn41xAgMBAAGjggHEMIIBwDAPBgNVHRMBAf8EBTADAQEAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAOBgNVHQ8BAf8EBAMCBaAwNgYDVR0fBC8wLTAroCmgJ4YlaHR0cDovL2NybC5nb2RhZGR5LmNvbS9nZGlnMnMxLTExLmNybDBTBgNVHSAETDBKMEgGC2CGSAGG/W0BBxcBMDkwNwYIKwYBBQUHAgEWK2h0dHA6Ly9jZXJ0aWZpY2F0ZXMuZ29kYWRkeS5jb20vcmVwb3NpdG9yeS8wdgYIKwYBBQUHAQEEajBoMCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC5nb2RhZGR5LmNvbS8wQAYIKwYBBQUHMAKGNGh0dHA6Ly9jZXJ0aWZpY2F0ZXMuZ29kYWRkeS5jb20vcmVwb3NpdG9yeS9nZGlnMi5jcnQwHwYDVR0jBBgwFoAUQMK9J47MNIMwojPX+2yz8LQsgM4wOQYDVR0RBDIwMIIUZnNwcm94eTItZGV2LmlndC5jb22CGHd3dy5mc3Byb3h5Mi1kZXYuaWd0LmNvbTAdBgNVHQ4EFgQUMRTW5O0fpR4kET2ED84QAS6ZXBowDQYJKoZIhvcNAQELBQADggEBAKCQfnSSA1gs6qyYKqAqQKhhRRhC4wMtZJLZUmMGPe2q+QM4dQxJgrFy2OVG6I4dXFrxINGlPdJVVXBKtLn9Fm2t0Cb8lAV3rLruEfRJTDK6MeDFOD5qXgU4higpuDGrAmqKvMIOk7VJA0gPbW4lasgqGQXzOspZCmCIWwOqcIDZRr0wo09QLidegr/phjZMzuy8IO0U1w7U6MX767qcl3RGcqRwpquMtMiaw5ROx9v3DK3JOemlqQwKy/uzzBohzYln6AYim8cnZMvfaKDLYNwE0+Rg6nmemlf6PXOjE3Uisc71v3uFstWsXzUPhDeQlycFzPDT4t4srIaxdMrEs3w=</ds:X509Certificate>

  </ds:X509Data>

  </KeyInfo>

  </ds:Signature>

  <samlp:Status>

  <samlp:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:Responder">

  <samlp:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:NoPassive" />

  </samlp:StatusCode>

  </samlp:Status>

</samlp:Response>


Addon EA-HR_MSS 1.0 0008 installation PRD for MSS

$
0
0

Dear

 

This is necessary to lock all users while apply new addon or apply support packs bcaz we are doing this activity on prd server kindly suggest

 

one more thing support pack should be same level as quality or i can install just addon without support packs

 

i will send you the screen shot of qua and prd

 

quasupport.png

 

 

prd.png

as you can see our quality server FI-CA 25,FI-CAX 25INSURANCE 25 IS-CWM 25,IS-H 37,IS-M 25,IS-OIL 25 IS-PC-CA 25,IS-UT 25,

While in PRD                               FI-CA  16,FI-CAX 16 INSURANCE 16 IS-CWM 16,IS-H 19,IS-M 16,IS-OIL 16 IS-PC-CA 16,IS-UT 25

 

we need to install EA-HR_MSS 1.0 0008 in PRD which was already installed on qua

Kindly suggest

 

Regards

SNC with SSO does not allow to login

$
0
0

Hi everyone,

 

we try to configure Single Sign-On for the users with SAP GUI for Windows.

 

The ABAP application server has been configured, and I think the config is OK, since in the log file I see:

 

N  SncInit(): Initializing Secure Network Communication (SNC)

N        AMD/Intel x86_64 with Linux (st,ascii,SAP_UC/size_t/void* = 16/64/64)

N        UserId="sidadm" (1002), envvar USER="sidadm"

N  SncInit():   found snc/data_protection/max=3, using 3 (Privacy Level)

N  SncInit():   found snc/data_protection/min=1, using 1 (Authentication Level)

N  SncInit():   found snc/data_protection/use=3, using 3 (Privacy Level)

N  SncInit(): found  snc/gssapi_lib=/usr/lib64/snckrb5.so

N    File "/usr/lib64/snckrb5.so" dynamically loaded as external SNC-Adapter.

N    The SNC-Adapter identifies as:

N    External SNC-Adapter (Rev 1.0) to Kerberos 5/GSS-API v2

N  SncInit():   found snc/identity/as=p/krb5:SAPServiceSID/sapsid.intranet.ufz.de@INTRANET.UFZ.DE

N  SncInit(): Accepting  Credentials available, lifetime=Indefinite

N  SncInit(): Initiating Credentials available, lifetime=07h 37m 16s

 

So, I think there is no error on the server side. But whenever a user tries to log in, he/she gets an error in SAP GUI:

 

---snip---

GSS-API(maj): Miscellaneous Failure

GSS-API(min): SSPI u2u-problem: please add Service principal for targe

target="p:myuser@INTRANET.UFZ.DE"

 

Error in SNC

---pins---

 

What's wrong here? Do I have to execute the "setspn" command for each user? And how would this look like? On the command line, the output of "setspn -l myuser" is empty, "setspn -l myuser@INTRANET.UFZ.DE" results in an error.

 

The entry in the Network tab in the SAP GUI reads either "p/krb5:myuser@INTRANET.UFZ.DE" or "p:myuser@INTRANET.UFZ.DE" or simply "P:myuser", the error remains always the same.


Can someone please help me?


Werner

STMS buffer not getting refreshed also tp duplicate entries are getting created without target client and when i try to delete it,it goes on running but nothing happens

$
0
0

Dear All,

 

We are facing the issue in BW production system wherein i am not able to refresh the buffer queue.When i try to refresh it goes in running but nothing happens.

 

This issue only happens in Production but DEV & QA is fine in the same DOMAIN.

 

Also duplicate entries are getting created in buffer without target client,when i try to delete it it goes on running but same nothing happens.

 

I have checked the file system space,stms consistency check,STMS rfc connection,SLOG,ULOG,ALOG everything looks fine.

 

The only work around is now to import tp from OS level.Any idea on what can be the issue here.

 

Note:Production is backup controller,DEV is Domain controller.

 

Thanks & Regards,

Rajdeep

Delete the *.PAT files file system

$
0
0

Dear experts

our aix file system filling day by day in our /usr/sap/trans/ getting nearer to full now we need copy new SAR files into that location and there is no space

 

can we delete /usr/sap/trans/EPS/in files is something wrong in that there we got 2 gn space fill with CSR*.PAT files

 

Kindly suggest

SAML based SSO in context of NWBC 4.0 Desktop

$
0
0

I setup NWBC to SSO via SAML2 (OKTA as - Identity provider) with the help of my infrastructure team.

 

The web html version of NWBC via IE works absolutely fine including HTTP & HTTPS (with suggestions from Samuli kaski on this forum)

 

However, the NWBC 4.0 PL12 desktop version, is having issues. When I try the SAP system's SICF service URL, https://<ABAP AS>:44301/nwbc in the connection settings, the NWBC screen goes through the SAML/IDP authentication succesfully and then just hangs with a blank screen. Confirmed via fiddler

 

Set the trace level to VERBOSE and couldnt find anything that made sense to me in the trace files. I also setup the parameter AllowTemporaryConnections to True in the NwbcOptions.xml.template file on my client side.

 

I checked the note # 1378659 - NWBC known issues & what to check when opening a ticket

The NWBC 4.0 PL12 is the latest version, backened SAP_BASIS version is at NW 7.31 SP09 & Windows version is Windows 7

 

Any suggestions on this issue? Thanks in advnace.

 

Thanks

Dhee

Operating system call connect failed (error no. 55 )

$
0
0

Hi all, I keep getting the above error in the SM21 of my SAP ECC 6.0 system. It happens every 5 mins consistently. The type is SPO and the MNo is Q0I with user SAPSYS.

 

I have checked SM37 but cannot find a single consistent job that causes this.

 

Can anyone shed some light on this? Thank you!

Error in system copy during MSS Post load activities

$
0
0

Hello friends,

 

I am getting an error in the "Perform MSS post load activities" phase while doing a system copy(target system installation) of ERP6.0 EHP6 system. I am using the attach/detach and selected homogeneous system copy.

 

This is the error message in SAPGui

 

F:\usr\sap\AE7\SYS\exe\uc\NTAMD64\dipgntab.exe -rwr40 -srctt DDNTT -srctf DDNTF -dsttt DDNTT -dsttf DDNTF -ttonly TT' exits with error code -1073741819.

For details see log file(s) dipgntab.log.).     

 

 

But dipgntab.log hardly gives any clue. Below are the contents of the digpgntab.log file. I tried updating the kernel.

 

 

 

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

Begin: NAMETAB OPERATION rewrite of active nametabs ("20131126181644")

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

PARAMETERS FOR NAMETAB OPERATION "read/write of active NT (for NT switch)" :

 

SOURCE NAMETAB (HEADER TABLE)  = DDNTT

SOURCE NAMETAB (FIELDS TABLE)  = DDNTF

DEST. NAMETAB (HEADER TABLE)   = DDNTT

DEST. NAMETAB (FIELDS TABLE)   = DDNTF

OPTION                         = TT

LIST-TABLE OF TABLENAMES       = <NOT SET>

TABLENAME FIELD IN LIST-TABLE  = <NOT SET>

START RELEASE (in cp/cmp NT)   = <NOT SET>

DEST. RELEASE (in cp/cmp NT)   = <NOT SET>

EXTENSION (in cp/cmp NT only)  = <NOT SET>

WCONTENT (in cp/cmp NT)        = <NOT SET>

FLAGS (in cp/cmp NT)           = <NOT SET>

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

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

Didb-lib Version : 1.3

 

OPTIONS:

 

PRINT ONLY                     = no

iNT-TIMESTAMP RESET            = no

DELETE iNT                     = yes

DELETE iNT FIELDS              = yes

ACTIVATE iNT                   = yes

TOLERATE UNCRITICAL STMTs      = no

COMPARE TIMESTAMPs IN MV40-Op. = yes

SUPPRESS COMMITs               = no

CALL EXTERNAL NT_SYNC          = no

DONT TOUCH dep. LOADS          = no

RESET FLAG DBTABPOS            = no

protocol output to file      = no  (NULL)

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

rewrite nt "/1CN/CMFSAPH0FOR":

 

 

 

 

 

 

Could you please help me here ?

 

Thanks and regards,

Sudarsan.


BW - SAP Source system configuration

$
0
0

Hello Everyone,

 

I 've got some questions regarding the configuration of a SAP Source system in RSA (BW). According to the configuration guide you need to do the following steps in the Source system before connecting both sytems (BW & SAP NW ABAP):

 

    • Cross-client Customizing and repository changesIn the implemenation guide, under Start of the navigation pathSAP NetWeaverNext navigation stepApplication ServerNext navigation stepIDoc Interface / Application Link Enabling (ALE)Next navigation stepBasic SettingsNext navigation stepLogical SystemsNext navigation stepAssign Logical System to ClientEnd of the navigation path, select the relevant client and choose Start of the navigation pathGotoNext navigation stepDetailEnd of the navigation path.In the Cross-Client Object Changes field, choose the Changes to Repository and Cross-Client Customizing Allowed option.
    • Changes to the software components Local Developments(LOCAL) and SAP NetWeaver BW(SAP_BW)In the Transport Organizer Tools (Transaction SE03) choose Start of the navigation pathAdministrationNext navigation stepSet System Change OptionEnd of the navigation path and then Execute. In the next screen mark the software componentsLOCALandSAP_BWaschangeable.
    • Changes to the customer name range.In the Transport Organizer Tools (Transaction SE03) choose Start of the navigation pathAdministrationNext navigation stepSet System Change OptionEnd of the navigation path and then Execute. In the next screen mark the customer namespace as changeable.
    • Changes in the BW namespaces with prefix/BI0/(SAP namespace) and/BIC/(customer namespace)In the Transport Organizer Tools (Transaction SE03) choose Start of the navigation pathAdministrationNext navigation stepSet System Change OptionEnd of the navigation path and then Execute. On the next screen, mark the BW namespaces with the prefixes/BI0/and/BIC/as changeable

 

Apart form the RFCs and system users created, what else does this configuration do? Is there some customizing (client-dependant or closs client) or repository objects changed? Are theses steps documented somewhere? Lets' assumed that I'm done with this source system (NW ABAP), is there a way to reverse this configuration? I mean, like It was before the connection to BW.

 

Best regards,

 

Jam

Installation of SAP NW7.4 SR2 Oracle 12 AS Abap Standard Sys

$
0
0

Hello Experts,

 

We are trying to install SAP NW7.4 SR2 AS Abap Stack system with Oracle 12C.

 

An error occurred while processing option SAP NetWeaver 7.4 Support Release 2 > Oracle > SAP Systems > Application Server ABAP > Standard System > Standard System( Last error reported by the step:

SQL statement or script failed. DIAGNOSIS: Error message: ORA-48108: invalid value given for the diagnostic_dest init.ora parameter

ORA-48140: the specified ADR Base directory does not exist []

ORA-48187: specified directory does not exist OSD-00002: additional error information O/S-Error: (OS 5) Access is denied. Disconnected.

 

Currently we are in 13of41 phase " Create/Check tablespaces".

 

Kindly help us to resolve this issue and to proceed further.

 

Thanks in advance.

 

Regards,

Arun K Murugesan.

ORA-48108/ORA-48140/ORA-48187 - Oracle 12c

$
0
0

Hello Experts,

 

An error occurred while processing option SAP NetWeaver 7.4 Support Release 2 > Oracle > SAP Systems > Application Server ABAP > Standard System > Standard System( Last error reported by the step:

SQL statement or script failed. DIAGNOSIS: Error message: ORA-48108: invalid value given for the diagnostic_dest init.ora parameter

ORA-48140: the specified ADR Base directory does not exist []

ORA-48187: specified directory does not exist OSD-00002: additional error information O/S-Error: (OS 5) Access is denied. Disconnected.

 

We are getting this issue while we install Oracle 12C and currently we are in 13of41 phase " Create/Check tablespaces".

 

Please help us to resolve this issue and to proceed further.

 

Thanks in advance.

 

Regards,

 

Arun K Murugesan

Error when loggong on for external ID "": Error during SAML 2.0 logon

$
0
0

Hi,

 

I'm getting be below error when trying to use SAML SSO for a ABAP Webdynpro page on a NW 7.4 system. When I access the page, it redirects to the identity provider, comes back to the page and it shows the logon page. I'm looking for any ideas of things I could look at.

 

N  SAML20 SP (client 400): Incoming Response

N  SAML20 Binding:          POST

N  SAML20 IdP Name:         http://xxxxxx/adfs/services/trust

N  SAML20 Status Code:      urn:oasis:names:tc:SAML:2.0:status:Responder

N  SAML20 SP (client 400): Default ACS endpoint: https://xxxxxx/sap/saml2/sp/acs/400 , old default ACS endpoint

N  SAML-Trace: CALL 'SAML login': SY-SUBRC = 222 , PWDCHG = 0

N  *** ERROR => SAML-Trace: Path = /sap/bc/webdynpro/sap/oauth2_authority [sign.c       16519]

N  {root-id=005056AD26DF1ED4B69880FF4BE51F68}_{conn-id=005056AD26DF1ED4B69880FF4BE53F68}_1

N  *** ERROR => SAML-Trace: Returncode = 222 [sign.c       16519]

N  *** ERROR => SAML-Trace: Message class = SAML number = 011 [sign.c       16519]

N  *** ERROR => SAML-Trace: Message = Error when logging on for external ID "": Error during SAML 2.0 logon [sign.c       16519]

 

I have updated the service to use alternate logon procedure and added the handler CL_HTTP_EXT_SAML20

 

I have added the identity provider through transaction SAML2, but it does not seem to be working.

 

Here is a decrypted SAML assertion:

 

<samlp:Response ID="_9c844d84-8117-4851-8270-aeb12e935daf"

  Version="2.0"

  IssueInstant="2015-04-02T00:21:06.477Z"

  Destination="https://xxxxxxxxx/sap/saml2/sp/acs/400"

  Consent="urn:oasis:names:tc:SAML:2.0:consent:unspecified"

  InResponseTo="S005056ad-26df-1ed4-b699-c4c630853f68"

  xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"

  >

  <Issuer xmlns="urn:oasis:names:tc:SAML:2.0:assertion">http://xxxxxxxx.com/adfs/services/trust</Issuer>

  <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">

  <ds:SignedInfo>

  <ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />

  <ds:SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256" />

  <ds:Reference URI="#_9c844d84-8117-4851-8270-aeb12e935daf">

  <ds:Transforms>

  <ds:Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" />

  <ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />

  </ds:Transforms>

  <ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" />

  <ds:DigestValue>08HK08VLpJC23JoQs+p+oHbDBvjRF+9NwBeowmlFTrY=</ds:DigestValue>

  </ds:Reference>

  </ds:SignedInfo>

  <ds:SignatureValue>xxxxxxx</ds:SignatureValue>

  <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">

  <ds:X509Data>

  <ds:X509Certificate>MIIFPjCCBCagAwIBAgIHAMFKH58TFzANBgkqhkiG9w0BAQsFADCBtDELMAkGA1UEBhMCVVMxEDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoTEUdvRGFkZHkuY29tLCBJbmMuMS0wKwYDVQQLEyRodHRwOi8vY2VydHMuZ29kYWRkeS5jb20vcmVwb3NpdG9yeS8xMzAxBgNVBAMTKkdvIERhZGR5IFNlY3VyZSBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjAeFw0xNDAxMjMxOTM3MThaFw0xNzAxMjMxOTM3MThaMEIxITAfBgNVBAsTGERvbWFpbiBDb250cm9sIFZhbGlkYXRlZDEdMBsGA1UEAxMUZnNwcm94eTItZGV2LmlndC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDAM13/bboldFRmDGK3QBbxlDREoGuQEUWeroZCDM/tH7Rk+AjgXbc4pkon13EwKi7q9brzkBMCY3HH9Ep2BUHjopydy+AWQH9vjLK2wXD/+6T4FCG1i8Kt+lRrcxRWUugnBuK+BRgxEJDz7ap8KvcRk6ERWQrx5Co8K7ey5nEqjapCDJQg3Yrkxo2pEWGBKSIXXmpU+CgK03y4HOW19/rmdcyLThjchn+Jgxe8obL4tiVk4D/X36wOqtV/1cnIjGak/px/p1oQEGD5PC7F3FIZConhUu7PJDLmioqdGcimZvFiZK6xQJyzy90lm0dHRT1qhkC9TTsGvAAMCh/gn41xAgMBAAGjggHEMIIBwDAPBgNVHRMBAf8EBTADAQEAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAOBgNVHQ8BAf8EBAMCBaAwNgYDVR0fBC8wLTAroCmgJ4YlaHR0cDovL2NybC5nb2RhZGR5LmNvbS9nZGlnMnMxLTExLmNybDBTBgNVHSAETDBKMEgGC2CGSAGG/W0BBxcBMDkwNwYIKwYBBQUHAgEWK2h0dHA6Ly9jZXJ0aWZpY2F0ZXMuZ29kYWRkeS5jb20vcmVwb3NpdG9yeS8wdgYIKwYBBQUHAQEEajBoMCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC5nb2RhZGR5LmNvbS8wQAYIKwYBBQUHMAKGNGh0dHA6Ly9jZXJ0aWZpY2F0ZXMuZ29kYWRkeS5jb20vcmVwb3NpdG9yeS9nZGlnMi5jcnQwHwYDVR0jBBgwFoAUQMK9J47MNIMwojPX+2yz8LQsgM4wOQYDVR0RBDIwMIIUZnNwcm94eTItZGV2LmlndC5jb22CGHd3dy5mc3Byb3h5Mi1kZXYuaWd0LmNvbTAdBgNVHQ4EFgQUMRTW5O0fpR4kET2ED84QAS6ZXBowDQYJKoZIhvcNAQELBQADggEBAKCQfnSSA1gs6qyYKqAqQKhhRRhC4wMtZJLZUmMGPe2q+QM4dQxJgrFy2OVG6I4dXFrxINGlPdJVVXBKtLn9Fm2t0Cb8lAV3rLruEfRJTDK6MeDFOD5qXgU4higpuDGrAmqKvMIOk7VJA0gPbW4lasgqGQXzOspZCmCIWwOqcIDZRr0wo09QLidegr/phjZMzuy8IO0U1w7U6MX767qcl3RGcqRwpquMtMiaw5ROx9v3DK3JOemlqQwKy/uzzBohzYln6AYim8cnZMvfaKDLYNwE0+Rg6nmemlf6PXOjE3Uisc71v3uFstWsXzUPhDeQlycFzPDT4t4srIaxdMrEs3w=</ds:X509Certificate>

  </ds:X509Data>

  </KeyInfo>

  </ds:Signature>

  <samlp:Status>

  <samlp:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:Responder">

  <samlp:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:NoPassive" />

  </samlp:StatusCode>

  </samlp:Status>

</samlp:Response>

New SAP NetWeaver 7.01 ABAP Trial Version available

$
0
0

Hello Communitiy,

 

The new SAP NetWeaver 7.01 ABAP Trial Version is be available for download. The new Version will also run on Windows Vista.

 

Please note that the SAP Management Console is included in the download package and should be installed first, if not already present on your system.

 

The download page is available at:

 

[https://www.sdn.sap.com/downloads/netweaver/abap/disclaimer.html|https://www.sdn.sap.com/downloads/netweaver/abap/disclaimer.html]

 

 

The same download procedure as in earlier versions applies, download both archives, place it into the same folder and extract SAPNW7.01ABAPTrial.part1.rar only.

 

 

Enjoy,

Klaus

Archiving Query in PI

$
0
0

Hello Team,

 

We are planning to archive messages from our PI System. We would like to know, what data will be deleted from the Archive object BC_XMB, Is the data from this object important? If not, we can simply delete the data from system to reduce the DB growth, if not we will implement the archiving plan.

 

Thanks & Regards,

 

C V Jayachandra

Issue in TREX 7.1_62 installation on Linux

$
0
0

Hello,

 

I am trying to install TREX 7.1_62 on Linux server.

 

I put /sapmnt as my installation location in sapinst.

 

While installing TREX instance the installer is terminating with below log:

 

_install.log

 

Traceback (most recent call last):

  File "/sapsw/TREX_71_62/tx_trex_content/TX_LINUX_X86_64/support/setuplib.py", line 5013, in createLinked

    os.symlink(link[1], link[0])

OSError: [Errno 17] File exists

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

Action: Creating directory structure for SAPSID D82, Instance 00 -- failed.

Exception description:

Traceback (most recent call last):

  File "/sapsw/TREX_71_62/tx_trex_content/TX_LINUX_X86_64/support/_install.py", line 1340, in installInstance

    self.memberInstallStatus.doItOrNot(self.memberSarTrek.createdirs)

  File "/sapsw/TREX_71_62/tx_trex_content/TX_LINUX_X86_64/support/setuplib.py", line 5857, in doItOrNot

    step(*args, **keyArgs)

  File "/sapsw/TREX_71_62/tx_trex_content/TX_LINUX_X86_64/support/setuplib.py", line 2542, in createdirs

    self.ds.createLinked()

  File "/sapsw/TREX_71_62/tx_trex_content/TX_LINUX_X86_64/support/setuplib.py", line 5016, in createLinked

    raise SetupException("failed to check/create link %s -> %s!" % (link[0], link[1]))

SetupException: >>>ERROR:failed to check/create link /usr/sap/D82 -> /sapmnt/D82!

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

############ >>>ERROR:failed to check/create link /usr/sap/D82 -> /sapmnt/D82! - TREX setup cannot proceed.

Exception description:

Traceback (most recent call last):

  File "/sapsw/TREX_71_62/tx_trex_content/TX_LINUX_X86_64/support/_install.py", line 3562, in main

    Installer().mainTrexAction()

  File "/sapsw/TREX_71_62/tx_trex_content/TX_LINUX_X86_64/support/_install.py", line 703, in mainTrexAction

    self.installInstance(step)

  File "/sapsw/TREX_71_62/tx_trex_content/TX_LINUX_X86_64/support/_install.py", line 1379, in installInstance

    framework.error(str(e) + " - TREX setup cannot proceed.")

  File "/sapsw/TREX_71_62/tx_trex_content/TX_LINUX_X86_64/support/_install.py", line 3472, in error

    raise ErrorException(self.errorMarker + text,result=1)

ErrorException: <__main__.ErrorException instance at 0x7f4cfda6bd88>

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

*                   ===  Script execution resumee  ===                        *

* Step 1: Preparation and checks before TREX system installation      : SUCCESS

* Step 2: TREX system installation                                    : FAILED

* Script execution terminated at 2015-04-03_08.33.35 with error 1

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

 

I tried to use other locations like /usr/sap/D82 as installation location, inthat case it tries to create link like

 

/usr/sap/D82/D82 --> /usr/sap/D82

 

My server has /sapnt/D82 and /usr/sap/D82 as separate mount points.

 

/dev/mapper/vg_dd82-lvusapd82_3

                       47G  1.1G   46G   3% /usr/sap/D82

/dev/mapper/vg_dd82-lvusapd82_4

                      4.7G  139M  4.6G   3% /usr/sap/SMD/SMDA90

itsusravmdd05.jnj.com:/vol/itsusravmdd05_btb/btb_fsrf_sapmnt_d82

                       25G     0   25G   0% /sapmnt/D82

 

I dont understand why installer is trying to create a softlink between

/sapmnt/D82 and /usr/sap/D82

 

Please share any information you guys are having.

 

Thanks & Regards,

Tejas


IDES Solution

$
0
0

Hello Guys,

 

Can some one suggest me to download the IDES system for practising by providing the link or notes. I would like to make as test system to perform the  project activities like upgrade support package to the latest release , kernel upgrade , STMS etc.

 

Please suggest whether any trail version of any would help.

 

Thanks,

Pravmishra

Not able to logon to portal through J2EE_ADM_SID

$
0
0

Dear Experts

          i have configured ADS,SSO,SLD on Portal but i have not able to login to Portal with Standard user J2EE_ADM_SID i have not created any other user in that we are working on EP 7.3

j2ee.png

 

Kindly give me some suggestions

Regards

sapjco3 DestinationDataProvider in netweaver cannot register

$
0
0

Hi Experts,

 

I was trying to connect from my java using sapjco3 with the help of Documentation provided.

 

But when i try

 

if (!Environment.isDestinationDataProviderRegistered()) {

 

 

           

                if (ABAP_AS_properties == null) {

                    ABAP_AS_properties = properties;

                }

                Environment.registerDestinationDataProvider(this);

              

 

 

       }

 

the code block in if statement never execute.(meaning data provider already registered) but I dont know which DataProvider already registered in the Environment. My class is singleton.

I tried Establishing a connection via Class but no luck.

is there any way to see which data provider already registered by program or by administration.

 

Thanks in advance for help.

 

Regards

Foysal

Jstart could not start...

$
0
0

 

 

F  [Thr 140737354041184] *** LOG => connected to Enqueue Server.

F  [Thr 140737354041184] *** LOG => connected to Message Server.

F  [Thr 140737354041184] *** LOG => Starting run level 1.

F  ********************************************************************************

F  Java process [deployment] properties:

F    section name     : deployment

F    config file      : /usr/sap/HPD/J00/exe/startup.properties

F    node name        : Deploy_offline

F    home directory   : /usr/sap/HPD/J00/j2ee/cluster

F    shutdown timeout : 136000 ms

F    exit timeout     : 7000 ms

F    debuggable       : false

F    debugger active  : false

F  ********************************************************************************

F  [Thr 140737354041184] *** LOG => Instance state is "Deploying offline components" (STARTING @ 0, INACTIVE).

F  [Thr 140737354041184] *** LOG => Starting nodes: runlevel 1.

F  ********************************************************************************

F  Starting process: /usr/sap/HPD/J00/exe/jstart

F    arg[ 1] = -nodeId=0

F    arg[ 2] = pf=/usr/sap/HPD/SYS/profile/HPD_J00_accsdevep1

F    arg[ 3] = -hostvm

F    arg[ 4] = -nodeName=deployment

F    arg[ 5] = -file=/usr/sap/HPD/J00/exe/startup.properties

F    arg[ 6] = -jvmFile=/usr/sap/HPD/J00/work/jstart.jvm

F    arg[ 7] = -traceFile=/usr/sap/HPD/J00/work/dev_deployment

F    arg[ 8] = -javaOutFile=/usr/sap/HPD/J00/work/jvm_deployment.out

F  exePath : PATH=/usr/sap/HPD/J00/exe/sapjvm_6/bin:/usr/sap/HPD/J00/exe:/sybase/HPD/ASE-15_0/jobscheduler/bin:/sybase/HPD/ASE-15_0/bin:/sybase/HPD/ASE-15_0/install:/sybase/HPD/OCS-15_0/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/sap/HPD/SYS/exe/uc/linuxx86_64:/usr/sap/HPD/SYS/exe/run:/home:.

F  libPath : LD_LIBRARY_PATH=/usr/sap/HPD/J00/exe/sapjvm_6/jre/lib/amd64/server:/usr/sap/HPD/J00/exe/sapjvm_6/jre/lib/amd64:/usr/sap/HPD/J00/j2ee/os_libs:/usr/sap/HPD/J00/exe:/usr/sap/HPD/SYS/global/syb/linuxx86_64/sybodbc:/sybase/HPD/ASE-15_0/lib:/sybase/HPD/OCS-15_0/lib:/sybase/HPD/OCS-15_0/lib3p64:/sybase/HPD/OCS-15_0/lib3p:/usr/sap/HPD/SYS/exe/run:/usr/sap/HPD/SYS/exe/uc/linuxx86_64

F  stdout  : /usr/sap/HPD/J00/work/std_deployment.out

F  stderr  : /usr/sap/HPD/J00/work/std_deployment.out

F  console : no

F  debugger: no

F  nice    : no

F  ********************************************************************************

F  Process Deploy_offline started with pid 1885

F  ********************************************************************************

F  [Thr 140737354041184] *** LOG => Process deployment started (pid 1885).

F [Thr 140737354041184] Tue Apr  7 17:51:47 2015

F  [Thr 140737354041184] *** LOG => Process deployment stopping (pid 1885).

F  [Thr 140737354041184] *** LOG => Signal 17 SIGCHLD.

F  [Thr 140737354041184] *** LOG => Process deployment stopped (pid 1885).

F  [Thr 140737354041184] *** LOG => Instance state is "Deploying offline components" (STOPPING @ 0, INACTIVE).

F  [Thr 140737354041184] *** LOG => Run level 1 completed.

F  [Thr 140737354041184] *** LOG => Starting run level 2.

F  ********************************************************************************

F  Java process [bootstrap] properties:

F    section name     : bootstrap

F    config file      : /usr/sap/HPD/J00/exe/startup.properties

F    node name        : Instance_bootstrap

F    home directory   : /usr/sap/HPD/J00/j2ee/cluster

F    shutdown timeout : 136000 ms

F    exit timeout     : 7000 ms

F    debuggable       : false

F    debugger active  : false

F  ********************************************************************************

F  [Thr 140737354041184] *** LOG => Instance state is "Synchronizing binaries" (STARTING @ 0, INACTIVE).

F  [Thr 140737354041184] *** LOG => Starting nodes: runlevel 2.

F  ********************************************************************************

F  Starting process: /usr/sap/HPD/J00/exe/jstart

F    arg[ 1] = -nodeId=0

F    arg[ 2] = pf=/usr/sap/HPD/SYS/profile/HPD_J00_accsdevep1

F    arg[ 3] = -hostvm

F    arg[ 4] = -nodeName=bootstrap

F    arg[ 5] = -file=/usr/sap/HPD/J00/exe/startup.properties

F    arg[ 6] = -jvmFile=/usr/sap/HPD/J00/work/jstart.jvm

F    arg[ 7] = -traceFile=/usr/sap/HPD/J00/work/dev_bootstrap

F    arg[ 8] = -javaOutFile=/usr/sap/HPD/J00/work/jvm_bootstrap.out

F  exePath : PATH=/usr/sap/HPD/J00/exe/sapjvm_6/bin:/usr/sap/HPD/J00/exe:/sybase/HPD/ASE-15_0/jobscheduler/bin:/sybase/HPD/ASE-15_0/bin:/sybase/HPD/ASE-15_0/install:/sybase/HPD/OCS-15_0/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/sap/HPD/SYS/exe/uc/linuxx86_64:/usr/sap/HPD/SYS/exe/run:/home:.

F  libPath : LD_LIBRARY_PATH=/usr/sap/HPD/J00/exe/sapjvm_6/jre/lib/amd64/server:/usr/sap/HPD/J00/exe/sapjvm_6/jre/lib/amd64:/usr/sap/HPD/J00/j2ee/os_libs:/usr/sap/HPD/J00/exe:/usr/sap/HPD/SYS/global/syb/linuxx86_64/sybodbc:/sybase/HPD/ASE-15_0/lib:/sybase/HPD/OCS-15_0/lib:/sybase/HPD/OCS-15_0/lib3p64:/sybase/HPD/OCS-15_0/lib3p:/usr/sap/HPD/SYS/exe/run:/usr/sap/HPD/SYS/exe/uc/linuxx86_64

F  stdout  : /usr/sap/HPD/J00/work/std_bootstrap.out

F  stderr  : /usr/sap/HPD/J00/work/std_bootstrap.out

F  console : no

F  debugger: no

F  nice    : no

F  ********************************************************************************

F  Process Instance_bootstrap started with pid 1923

F  ********************************************************************************

F  [Thr 140737354041184] *** LOG => Process bootstrap started (pid 1923).

F [Thr 140737354041184] Tue Apr  7 17:51:53 2015

F  [Thr 140737354041184] *** LOG => Process bootstrap running (pid 1923).

F  [Thr 140737354041184] *** LOG => Instance state is "Synchronizing binaries" (RUNNING @ 0, INACTIVE).

F [Thr 140737354041184] Tue Apr  7 17:51:54 2015

F  [Thr 140737354041184] *** LOG => Process bootstrap stopping (pid 1923).

F [Thr 140737354041184] Tue Apr  7 17:51:55 2015

F  [Thr 140737354041184] *** LOG => Signal 17 SIGCHLD.

F  [Thr 140737354041184] *** LOG => Process bootstrap stopped (pid 1923).

F  [Thr 140737354041184] *** WARNING => Node bootstrap failed: result 1, exit code 538. [sfxxnode.hpp 1024]

F  *******************************************************************F  ********************************************************************************

F  Starting process: /usr/sap/HPD/J00/exe/sapcontrol

F    arg[ 1] = -prot

F    arg[ 2] = PIPE

F    arg[ 3] = -nr

F    arg[ 4] = 00

F    arg[ 5] = -function

F    arg[ 6] = CreateSnapshot

F    arg[ 7] = Servercrash

F    arg[ 8] = postmortem?node=bootstrap&exitcode=538

F    arg[ 9] = 1

F    arg[10] = 10000

F    arg[11] = ""

F    arg[12] = ""

F    arg[13] = DEFAULT

F  exePath : PATH=/usr/sap/HPD/J00/exe:/sybase/HPD/ASE-15_0/jobscheduler/bin:/sybase/HPD/ASE-15_0/bin:/sybase/HPD/ASE-15_0/install:/sybase/HPD/OCS-15_0/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/sap/HPD/SYS/exe/uc/linuxx86_64:/usr/sap/HPD/SYS/exe/run:/home:.

F  libPath : LD_LIBRARY_PATH=/usr/sap/HPD/J00/exe:/usr/sap/HPD/SYS/global/syb/linuxx86_64/sybodbc:/sybase/HPD/ASE-15_0/lib:/sybase/HPD/OCS-15_0/lib:/sybase/HPD/OCS-15_0/lib3p64:/sybase/HPD/OCS-15_0/lib3p:/usr/sap/HPD/SYS/exe/run:/usr/sap/HPD/SYS/exe/uc/linuxx86_64

F  stdout  : /usr/sap/HPD/J00/work/std_snapshot.out

F  stderr  : /usr/sap/HPD/J00/work/std_snapshot.out

F  console : no

F  debugger: no

F  nice    : no

F  ********************************************************************************

F  Process snapshot started with pid 2785

F  ********************************************************************************

F  [Thr 140737354041184] *** LOG => Process snapshot started (pid 2785).

F  [Thr 140737354041184] *** LOG => Process snapshot running (pid 2785).

F [Thr 140737354041184] Tue Apr  7 17:51:58 2015

F  [Thr 140737354041184] *** LOG => Signal 17 SIGCHLD.

F  [Thr 140737354041184] *** LOG => Process snapshot stopped (pid 2785).

F  [Thr 140737354041184] *** LOG => Instance state is "Synchronizing binaries" (STOPPING @ 0, INACTIVE).

F  [Thr 140737354041184] *** LOG => Run level 2 completed.

F  [Thr 140737354041184] *** LOG => Instance state is "Some processes failed" (STOPPED @ 0, INACTIVE).

I  [Thr 140737354041184] MPI: dynamic quotas disabled.

I  [Thr 140737354041184] MPI init: pipes=4000 bu

SAP GUI update Server

$
0
0

Hello All,

 

We have an existing sap environment where user connects to SAP with SAP GUI 7.2.

We have planned to update the GUI 7.2 to 7.3 with GUI update server.

Can someone suggest and guide me for the possibility to perform the task?

 

Many Thanks!

 

Regards,

Mohit

Viewing all 3078 articles
Browse latest View live


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