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

SPAM update error

$
0
0

Hi all,


While we are doing the Spam update, still after a long time an error is showing.


Please help.


Regards


Praveen


SAP Kernel: Important News

$
0
0

In this document you will find the latest information about the SAP kernel such as:

  • Announcements of SP stack kernel deliveries
  • Other news related to the development, maintenance and usage of the SAP kernel versions 72X (720, 720_EXT, 721, 721_EXT) and 74X (741, 742)

If you are interested in getting notifications when this document is updated, please activate the "Receive email notifications" feature. To unsubscribe from receiving notifications, click on "Stop email notifications".

 

 

News

 

14.10.2014: SP Stack Kernel 741 PL#100 Released


With kernel 741 PL #100 a new SP stack kernel has been released for the 741 kernel version.

SAP Note 2077824 contains the list of enhancements and most important fixes included into this stack kernel.



14.10.2014: SP Stack Kernel 720 PL#700 Released


A new SP stack kernel 720 PL #700 is now available on SAP Service Marketplace. Refer to SAP Note 2077789 for more detail on corrections and improvements delivered with this patch.

Please note that the kernel 721 will replace the kernel 720 as standard kernel in Q1 2015 as stated in SAP note 1975687. There is only one more SP stack kernel 720 planned to be delivered before this milestone is reached.



30.05.2014: SP Stack Kernel 721 PL#300 Released

 

A new SP stack kernel 721 PL #300 is now available on SAP Service Marketplace.

 

Besides the enhancements and new features listed in the SAP Note 2010500, it contains corrections that improve the performance, stability and security of the kernel. Major issues from the previous stack kernel PL#201 have been fixed.

 

 

 

18.03.2014: SP Stack Kernel 720 PL#600 Released

 

A new SP stack kernel 720 PL #600 is now available on SAP Service Marketplace. Please see the SAP Note 1989619 for more details.

Help I receive certificate warnings in my browser

$
0
0

When I am in Projects I see often that People do not understand how certificates work,

However this is easy to answer...

 

A Protocol like https, ldaps or what ever need certificates to work secure as the encryption is

based on the them. You can have selfsigned certificates (normal case when you have just installed a Netweaver System)

or CA signed certificates. Using self signed certificates in a Project can make a lot of effort, use a CA when ever possible.

 

But why there are certificate errors?

Once the communication starts the Caller check the following things in the Certificate he received:

1. Do I know the Issuer of the certificate?

2. Is the certificate in a valid time window.

3. Is the CN exactly that what was called

 

How to check whats wrong with the Certificate?

 

1. Do I know the Issuer of the certificate?

 

 

 

Check the certificate:

CA Certificate_1.png

 

If  you don't trust this CA or self signed certificate it looks like this:

CA Certificate_3.png

Read and execute

To Trust the certificate import it:

CA Certificate_2.png

CA Certificate_1.png

CA Certificate_1.png

CA Certificate_1.png

CA Certificate_2.png

Now you trust the Certificates from this Issuer.

If you still receive Errors check the next Question:

 

2. Is the certificate in a valid time window.

After some time Certificates are on their EOL. ^

You can check easily by looking into the Valid from - to Property

CA Certificate_3.png

 

The most common problem come from different CNs what bring us to the last question:

 

3. Is the CN exactly that what was called

Each Certificate have a CN Which you can see in the Issued to Property:

CA Certificate_3.png

Assuming this certificate is issued to CN=hostname.domain.local, ensure that you exactly call this within your application,

otherwise it will fail.

Often in Projects is that someone calls https://hostname:port/application instead of https://hostname.domain.local:port/application

and then is blaming about certificate errors

Change in Virtual ip in MSCS SAP GROUP

$
0
0

HI All,

 

We are in the process of shifting to the new domain since our Production system Windows 2008 r2 MSCS. we need to build the system with system copy. Were IT will be providing the new ip range. My question is Can  we change the virtual IP of sap group after installing the new system in mscs.

At the time of actual cutover.Since all the Gui at the user end is configured with Virtual ip.g

 

Please suggested.

 

Regards

Ali.

CHECK_INACT_OBJECTS Error while using SPAM

$
0
0

Hi,

 

          I'm having above error while updating sap basis support package.Actually SPAM update for BASIS package was running fine in background process first time when i tried,but it took a day so i stopped it and again tried but this time i choose to run the process in dialog mode .  Then the error occurs.Any immediate help will be appreciated.

 

 

Advanced Thanks & Regards.

Anoop

How to use JDBC destinations in WDJ?

$
0
0

Hello SDN!

My WebDynpro application should connect to HANA DB via JDBC and read some data. We've made settings according to this  http://help.sap.com/SAPhelp_nw73/helpdata/en/1c/e05bc0c9ca41a783169ce4e18c1bfe/content.htm?frameset=/en/e5/e971faafee44ff9e22eae8cfbf920f/frameset.htm&current_toc=/en/e5/e971faafee44ff9e22eae8cfbf920f/plain.htm&node_id=23. But now I'm confused how to get a connection to the DB. If I use the following code:

Class.forName("com.sap.db.jdbc.Driver");
Connection connection = DriverManager.getConnection("jdbc:sap://hanaServer:31015/?autocommit=false");

without user credentials, then I get an error "com.sap.db.jdbc.exceptions.jdbc40.SQLInvalidAuthorizationSpecException: [10]: invalid username or password".

If I use credentials, everything is ok, but in this case URL to DB and user's credentials are hardcoded which is no good. There're destinations in the link mentioned above. How I can use these destinations in my code to get connection?

 

 

 

regards,

Lev

Not enough memory error

$
0
0

Hello ,

 

I'm facing one problem while I'm trying to deploy one model. The errors displayed in the console are the following:

 

Compilation error.     Check the log file for details. - Not enough memory.

Unknown exception. Check the log file for details. Not enough memory.

 

In the log file the errors look like:

 

Error loading embedded application (componet - com.sap.tc.lm.itsam.co.ui.xi.msg.ximessagedetailed.XIMessageDetailed.
[EXCEPTION]
com.sap.tc.webdynpro.services.exceptions.ApplicationFaultException: wdDoInit: exception thrown in this user coding area


Did anyone encounter this error?


Regards,

Jesse

SAP Web Dispatcher - Non-Sap Systems Connection

$
0
0

Hi All,

 

We are struggling with an issue on SAP Web Dispatcher. We have setup the WD to connect to 2 SAP systems and that is working perfectly, but the problem comes in when we try and connect a external website.

 

Have read most blogs and also the documentation.

 

SAP Web Dispatcher - SAP Library

 

Please have a look at the piece of code below. With this piece I get an error.

ERROR: no message server configured (value of wdisp/system_2 is incorrect)

 

Code :

wdisp/system_2 = SID=EXT, EXTSRV=XXX.XXX.XX.6:8080, SRCSRV=*:8080

 

I have seen other people use this and it works perfectly for them.

 

Thank you,

 

Jannus Botha


SAP Web Dispatcher 7.41 Installation and Configuration(Standalone)

$
0
0

Hi Experts,

 

In my landscape like below

 

SAP ECC --> SAP NW GW 7.41 ABAP stack --> SAP Web Dispatcher 7.41(Standalone DMZ).

 

all are above different physical servers and we are already successfully installed ECC and GW.

 

Here my questions is

 

1.Is it mandatory to  select ABAP or Java Stack during the installation Web Dispatcher (Standalone) ?.

 

2.If it is mandatory for the above landscape, ABAP/Java or Dual-stack is required ?.

 

Can you please give suggestions on above questions .

 

Thanks,

Syam

Connection to Gateway Failed

$
0
0

Hello, I am new to working with SAP and I am trying to diagnose and fix an issue that I have with my SAP team not being able to connect to the SAPRouter. Here is what I have so far:

 

I have a firewall rule in place to allow both TCP and UDP on port 3299 with the source address of 194.39.131.34 and destination 66.21.71.120

 

Error:

**** ERROR file
opened at 20141014 224950 Eastern Daylight Time, SAP-REL 730,0,519 RFC-VER 3
1458345 MT-SL

T:41912 Error in program 'SAPServiceConnector': ======> SAP_CMINIT3 : rc=20 > Connect to SAP gateway failed

Connect_PM
DEST=o01,
GWHOST=/H/66.21.71.120/S/3299/H/194.39.131.34/S/3299/H/oss001.wdf.sap-ag.de/S/3301,
GWSERV=sapgw01, SYSNR=01

LOCATION  
CPIC (TCP/IP) on local host

ERROR     
partner '66.21.71.120:3299' not reached

TIME      
Tue Oct 14 22:49:50 2014

RELEASE   
730

COMPONENT 
NI (network interface)

VERSION   
40

 

MODULE    
nixxi.cpp

LINE      
3285
DETAIL    
NiPConnect2: 66.21.71.120:3299

SYSTEM CALL
connect

ERRNO     
10060

ERRNO
TEXT  WSAETIMEDOUT: Connection timed out

COUNTER   
1

 

 

Any thoughts or suggestions is greatly appreciated.

license audit

$
0
0

Dear expert ,

 

i have a question related to sap license audit , as long as SAP sent  us mail asking us to perform system measurements for the  development and production systems ,

 

actually we did not GO-LIVE yet we still in the realization phase , and normally we are creating developer users for our development  team plus SAP Developers (from SAP team ) which is normally exceeded the licensed developers in the contract ,

so what is the procedure to be followed in this case also policy from SAP company?

and normally SAP start license auditing before Go-live ?

 

Best Regards

STMS import history hangs

$
0
0

Dear gurus,

 

In our QAS system when I push the "Import history" button in STMS, it hangs forever. SM50 shows that SAPLSTFI report is updating TPALOG table with TMSADM users, but actually there is no change in the table.

 

Could you kindly guide me what logs should I analyse to get the issue resolved?

 

Best regards,

Yerkebulan

TREX setup

$
0
0

Hi,

 

We have installed and configured TREX 7.1 with RFC and http access.

 

Following below help article, connected our portal system to TREX.

(Connecting TREX with a Java Application (HTTP Connection) - Search - SAP Library)

 

However user unable to search in Talent Management. Error 'Search is not available' occurs for both regular and advanced search.

 

Any suggestions/advice!?

 

How can i check if TREX connectivity on portal is fine, and if TREX search is functioning in general, from Basis perspective?

 

 

Regards,

Naga

SAP is too slow....

$
0
0

Hi Experts,

 

We are facing a huge slowness in SAP. Can anyone help me why is taking too much time? Slowness is mainly during the Saving of the billings, Saving of Country code, Creating the material master records.

 

Kindly advice.

 

Regards

 

praveen

Steps to install HR Renewal 2.0

$
0
0

Hi Experts,

 

I have recently installed EHP7 ERP6 system and bring it to latest SPS using SUM...

 

Now, I need to install HR renewal 2.0 which consists of (SAP_HR 608 & EA-HR 608)

I have tried to generate stack file from solman but each time I choose HR Renewal 2.0 it appear in system then when I press next it disappear so I can't find SAP_HR 608 & EA-HR 608 in download list I just find 607 & 604...

I tried to download SAP_HR 608 & EA-HR 608 SPS directly from market place, upload them to the system and use SAINT but I have requested a stack file...

 

So, any one can help me with the detailed steps to install HR Renewal 2.0..

 

Kindly find below current release and SP-level of SAP_HR & EA-HR:

 

SAP_HR60472SAPKE60472

Human Resources

EA-HR60723SAPK-60723INEAHRSAP Enterprise Extension HR

 

btw, I have read that to install HR Renewal 2.0 "initial shipment", The maximum current SP-level for SAP_HR should be 70 and for EA-HR should be 20

So, should I go for HR Renewal 2.1 for example?

 

Regards,

Ahmed


Whats diffrence between SAP ERP and SAP Netweaver?

$
0
0

Hi

 

 

Whats diffrence between SAP ERP and SAP Netweaver

 

Regards

Aby Paul

I can't start two instances in server at the same time

$
0
0

Hi Experts,

 

I can't able to start two different instances ( eg: PCP & PCD) in a single server at the same time. Please note that in our environment both the instances share the same port number ( eg:4901 ).

 

kindly advice.

 

Regards

 

Praveen

Browser Compatibility For SAP Application

$
0
0

Hi Team,

 

Can you please let me know which SAP Version (SAP_APPL) we should be upgraded to support IE10 and IE11 on our applications.

 

 

Regards,

Nivin

Downgrade java component patch

$
0
0

Hello Folks,

 

Can the below components be downgraded to lower sub patch level?

I saw earlier thread saying core components of J2ee cant be downgraded, but wanted to check if the below ones can be done so?

 

Example 7.31.13.0 to 7.31.12.0   ?

 

 

Name

Vendor

Location

Version

BI-BASE-B

  1. sap.com

SAP AG

  1. 1000.7.31.12.20.20140709204300

BI-BASE-E

  1. sap.com

SAP AG

  1. 1000.7.31.12.20.20140709204300

BI-BASE-S

  1. sap.com

SAP AG

  1. 1000.7.31.12.20.20140709204300

BPEM-CORE

  1. sap.com

SAP AG

  1. 1000.7.31.12.2.20140831184000

BPEM-HIM

  1. sap.com

SAP AG

  1. 1000.7.31.12.2.20140831184000

BPEM-MON

  1. sap.com

SAP AG

  1. 1000.7.31.12.2.20140831184000

BPEM-WDUI

  1. sap.com

SAP AG

  1. 1000.7.31.12.2.20140816003200

LMCTC

  1. sap.com

SAP AG

  1. 1000.7.31.12.1.20140715200800

LMNWACDP

  1. sap.com

SAP AG

  1. 1000.7.31.12.0.20140410193700

MESSAGING

  1. sap.com

SAP AG

  1. 1000.7.31.12.7.20140727182600

SAP_XIESR

  1. sap.com

SAP AG

  1. 1000.7.31.12.2.20140708222600

SOAMONBASIC

  1. sap.com

SAP AG

  1. 1000.7.31.12.3.20140702205000

 

Thanks & Regards,

 

Naren

How to specify a variable in the path prefix of an External HTTP (RFC) connection (in transaction SM59)

$
0
0

Hi There,

 

Please can someone tell me how to specify a variable in the  path prefix of an External HTTP (RFC) connection in transaction SM59?

 

For example if my path prefix is /invoke/test/example?input=XYZ; how do I replace "XYZ" with a variable so that I can pass in any value after "=" ?

 

Thanks,

Brendon

Viewing all 2997 articles
Browse latest View live




Latest Images