Tag: troubleshooting

The most important information for SAP Netweaver troubleshooting

The most important information for SAP Netweaver troubleshooting, are called developer traces. This information may be helpful to you when you are running your SAP Netweaver Trial system and you are having issues, e.g. during startup of SAP server. Where to find out what is going on? Read further: [sociallocker id=1191] The most important pieces of information while...

Extend system value causing TIME_OUT runtime error

Do this only when you are allowed to do so, or you are on your own SAP trial system and you want to play around with system variables. There is a system parameter called ‘RDISP/MAX_WPRUN_TIME‘, which holds the value. To change it, follow these steps: [sociallocker id=1191] Go to transaction RZ11. Put ‘rdisp/max_wprun_time’ into Param. Name input...

TIME_OUT ABAP Programming Error

Whenever ABAP program is executed for more than certain period of time, you may get the following runtime error. Category: ABAP Programming Error Runtime Errors: TIME_OUT When does it happen? If you run ABAP program typically by pressing F8 either in SE80 or SE38 (in foreground). What does it mean? SAP has defined system parameter which says that you...

Index is not Used in SELECT

If you realize that index is not used in select, you need to force database to use it. For this, you need to use database hints in your code.  Hints depend on database server. In the following example, here is how to force database to use index when using SAP Trial system (with MaxDB): SELECT *       FROM zaa_bd_wpo_vol...

The name of this host is "PC name" which is more than 13 characters

The name of this host is “PC name” which is more than 13 characters

Error Name: The name of this host is “PC name” which is more than 13 characters [sociallocker id=1121] There are more ways how to change the name on Windows. The simplest one is the following: Press Windows keyboard shortcut “Win+R” Type in “system.cpl” to input box and press “OK” Press “Change” button to change the computer...

The TMS configuration is inconsistent

During STMS setup, you may see the following issue: The TMS configuration is inconsistent. Go to this post to see the step by step solution: Transport Route Configuration in STMS on SAP NW AS ABAP 7.03 64-bit Trial.

TMS not configured for this SAP System

During STMS setup, you may see the following issue: TMS not configured for this SAP System. Go to this post to see the step by step solution: Transport Route Configuration in STMS on SAP NW AS ABAP 7.03 64-bit Trial.

Transport Route Configuration in STMS on SAP NW AS ABAP 7.03 64-bit Trial

When you are in STMS transaction, you might face one of the following issues: TMS not configured The TMS configuration is inconsistent This is because Transport Route Configuration must be set up. Here is detailed step by step solution on how to solve this issue: [sociallocker id=1121] Configuration for SAP Trial system is straight forward: Click...

RFC communications error with system/destination

During transport route save, following error may occur: “RFC communications error with system/destination“. Detailed Error Analysis Solution [sociallocker id=1121] Go to transaction SECSTORE Click on “Execute” button or hit “F8” If you see that the following entries is marked with red light, delete them: /HMAC_INDEP/RFC_INTERNAL_TICKET_4_TRUSTED_SYSTEM /HMAC_INDEP/RFC_EXTERNAL_TICKET_4_TRUSTED_SYSTEM Go to transaction SE37 and choose “RFC_PING” Execute the function...

For the selected services at least 20480 MB swap space are recommended

Error Name: For the selected services at least 20480 MB swap space are recommended