Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

SAPROUTER

Former Member
0 Kudos

HI

i installed and configured the saprouter.

iam struck up in starting saprouter.. what user can we provide to start.

while i am using the administrator it gives the error : 1067 the process is terminated unexpectaly.

then how to config saproutertab ?

what are the other steps ?

I am using SOLMAN maintance Optimiz.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

The following describes how to install SAProuter. On UNIX, SAProuter is installed as a daemon. On Windows it is installed as a service.

You will find the latest SAProuter on the SAP Service Marketplace under Download SAP Software u00AE <Support Packages & Patches>.

Link to external website service.sap.com/patches .

In the hierarchy choose SAP NETWEAVER u00AE SAP NETWEAVER 04 u00AE Binary Patches u00AE SAP KERNEL <Release/ 32/64-BIT [UNICODE]> u00AE <OS> u00AE Database Independent.

Here you will find the saprouter packet.

How you install the SAProuter depends on the operating system you are using. Choose the appropriate method:

Procedure for linux.

...

1. Create the subdirectory saprouter in the directory /usr/sap/.

2. Download the latest version of the SAProuter from SAP Service Marketplace. Read the readme file in this package. Copy the programs saprouter and niping to the newly created directory /usr/sap/saprouter.

If you cannot copy the programs from SAP Service Marketplace, you can copy a version (may be obsolete) from your directory /usr/sap/<SID>/SYS/exe/run.

3. Add the following lines to file /usr/sap/<SID>/SYS/exe/run/startsap:

#

  1. Start saprouter

#

SRDIR=/usr/sap/saprouter

if [ -f $SRDIR/saprouter ] ; then

echo “\nStarting saprouter Daemon “ | tee -a $LOGFILE

echo “----


“ | tee -a $LOGFILE

$SRDIR/saprouter -r -R $SRDIR/saprouttab \

| tee -a $LOGFILE &

fi

4. Maintain the route permission table in directory /usr/sap/saprouter. If you want to store the table in another directory or under a name other than saprouttab, you have to specify this using the SAProuter option -R (see Option R <routtab>).

Procedure for windows:...

1. Create the subdirectory saprouter in the directory <drive>:\usr\sap.

2. Download the latest version of the SAProuter from SAP Service Marketplace. Read the readme file in this package. Copy the executables saprouter.exe and niping.exe to the directory you have just created.

If there is no SAProuter there, you can get a version (may be obsolete) from your directory <drive>:\usr\sap\<SID>\SYS\exe\run.

3. If SAProuter has already been entered as a service with srvany.exe, remove the definition of the service from the Registry and restart the host.

4. Define the service with the following command:

ntscmgr install SAProuter -b ...\saprouter\saprouter.exe -p “service -r <parameter>“

Please note:

The points stand for <drive>:\usr\sap

<parameter> can be replaced by other parameters with which SAProuter is to be started. See. SAProuter Options). It is important that the parameters are within the character string enclosed in double quotation marks.

5. Define the general attributes of the service: In Control Panel u00AE Services, set the startup type to “automatic” and enter a user. SAProuter should not run under the SystemAccount.

6. To avoid the error message “The description for Event ID (0)” in the Windows NT event log, you must enter the following in the registry: Under HKEY_LOCAL_MACHINE u00AE SYSTEM u00AE CurrentControlSet u00AE Services u00AE Eventlog u00AE Application, create the key saprouter and define the following values under it:

EventMessageFile (REG_SZ): ....\saprouter\saprouter.exe

TypesSupported (REG_DWORD): 0x7

Note

These adjustments are not obligatory for running SAProuter. They are only used for providing detailed error messages in the event log.

Maintain the Route Permission Table in the system32 directory of Windows NT. If you want to store the table in another directory or under a name other than saprouttab, you have to specify this using the SAProuter option -R (see Option R <routtab>).

5 REPLIES 5

Former Member
0 Kudos

The following describes how to install SAProuter. On UNIX, SAProuter is installed as a daemon. On Windows it is installed as a service.

You will find the latest SAProuter on the SAP Service Marketplace under Download SAP Software u00AE <Support Packages & Patches>.

Link to external website service.sap.com/patches .

In the hierarchy choose SAP NETWEAVER u00AE SAP NETWEAVER 04 u00AE Binary Patches u00AE SAP KERNEL <Release/ 32/64-BIT [UNICODE]> u00AE <OS> u00AE Database Independent.

Here you will find the saprouter packet.

How you install the SAProuter depends on the operating system you are using. Choose the appropriate method:

Procedure for linux.

...

1. Create the subdirectory saprouter in the directory /usr/sap/.

2. Download the latest version of the SAProuter from SAP Service Marketplace. Read the readme file in this package. Copy the programs saprouter and niping to the newly created directory /usr/sap/saprouter.

If you cannot copy the programs from SAP Service Marketplace, you can copy a version (may be obsolete) from your directory /usr/sap/<SID>/SYS/exe/run.

3. Add the following lines to file /usr/sap/<SID>/SYS/exe/run/startsap:

#

  1. Start saprouter

#

SRDIR=/usr/sap/saprouter

if [ -f $SRDIR/saprouter ] ; then

echo “\nStarting saprouter Daemon “ | tee -a $LOGFILE

echo “----


“ | tee -a $LOGFILE

$SRDIR/saprouter -r -R $SRDIR/saprouttab \

| tee -a $LOGFILE &

fi

4. Maintain the route permission table in directory /usr/sap/saprouter. If you want to store the table in another directory or under a name other than saprouttab, you have to specify this using the SAProuter option -R (see Option R <routtab>).

Procedure for windows:...

1. Create the subdirectory saprouter in the directory <drive>:\usr\sap.

2. Download the latest version of the SAProuter from SAP Service Marketplace. Read the readme file in this package. Copy the executables saprouter.exe and niping.exe to the directory you have just created.

If there is no SAProuter there, you can get a version (may be obsolete) from your directory <drive>:\usr\sap\<SID>\SYS\exe\run.

3. If SAProuter has already been entered as a service with srvany.exe, remove the definition of the service from the Registry and restart the host.

4. Define the service with the following command:

ntscmgr install SAProuter -b ...\saprouter\saprouter.exe -p “service -r <parameter>“

Please note:

The points stand for <drive>:\usr\sap

<parameter> can be replaced by other parameters with which SAProuter is to be started. See. SAProuter Options). It is important that the parameters are within the character string enclosed in double quotation marks.

5. Define the general attributes of the service: In Control Panel u00AE Services, set the startup type to “automatic” and enter a user. SAProuter should not run under the SystemAccount.

6. To avoid the error message “The description for Event ID (0)” in the Windows NT event log, you must enter the following in the registry: Under HKEY_LOCAL_MACHINE u00AE SYSTEM u00AE CurrentControlSet u00AE Services u00AE Eventlog u00AE Application, create the key saprouter and define the following values under it:

EventMessageFile (REG_SZ): ....\saprouter\saprouter.exe

TypesSupported (REG_DWORD): 0x7

Note

These adjustments are not obligatory for running SAProuter. They are only used for providing detailed error messages in the event log.

Maintain the Route Permission Table in the system32 directory of Windows NT. If you want to store the table in another directory or under a name other than saprouttab, you have to specify this using the SAProuter option -R (see Option R <routtab>).

Former Member
0 Kudos

The following describes how to install SAProuter. On UNIX, SAProuter is installed as a daemon. On Windows it is installed as a service.

You will find the latest SAProuter on the SAP Service Marketplace under Download SAP Software u00AE <Support Packages & Patches>.

Link to external website service.sap.com/patches .

In the hierarchy choose SAP NETWEAVER u00AE SAP NETWEAVER 04 u00AE Binary Patches u00AE SAP KERNEL <Release/ 32/64-BIT [UNICODE]> u00AE <OS> u00AE Database Independent.

Here you will find the saprouter packet.

How you install the SAProuter depends on the operating system you are using. Choose the appropriate method:

Procedure for linux.

...

1. Create the subdirectory saprouter in the directory /usr/sap/.

2. Download the latest version of the SAProuter from SAP Service Marketplace. Read the readme file in this package. Copy the programs saprouter and niping to the newly created directory /usr/sap/saprouter.

If you cannot copy the programs from SAP Service Marketplace, you can copy a version (may be obsolete) from your directory /usr/sap/<SID>/SYS/exe/run.

3. Add the following lines to file /usr/sap/<SID>/SYS/exe/run/startsap:

#

  1. Start saprouter

#

SRDIR=/usr/sap/saprouter

if [ -f $SRDIR/saprouter ] ; then

echo “\nStarting saprouter Daemon “ | tee -a $LOGFILE

echo “----


“ | tee -a $LOGFILE

$SRDIR/saprouter -r -R $SRDIR/saprouttab \

| tee -a $LOGFILE &

fi

4. Maintain the route permission table in directory /usr/sap/saprouter. If you want to store the table in another directory or under a name other than saprouttab, you have to specify this using the SAProuter option -R (see Option R <routtab>).

Procedure for windows:...

1. Create the subdirectory saprouter in the directory <drive>:\usr\sap.

2. Download the latest version of the SAProuter from SAP Service Marketplace. Read the readme file in this package. Copy the executables saprouter.exe and niping.exe to the directory you have just created.

If there is no SAProuter there, you can get a version (may be obsolete) from your directory <drive>:\usr\sap\<SID>\SYS\exe\run.

3. If SAProuter has already been entered as a service with srvany.exe, remove the definition of the service from the Registry and restart the host.

4. Define the service with the following command:

ntscmgr install SAProuter -b ...\saprouter\saprouter.exe -p “service -r <parameter>“

Please note:

The points stand for <drive>:\usr\sap

<parameter> can be replaced by other parameters with which SAProuter is to be started. See. SAProuter Options). It is important that the parameters are within the character string enclosed in double quotation marks.

5. Define the general attributes of the service: In Control Panel u00AE Services, set the startup type to “automatic” and enter a user. SAProuter should not run under the SystemAccount.

6. To avoid the error message “The description for Event ID (0)” in the Windows NT event log, you must enter the following in the registry: Under HKEY_LOCAL_MACHINE u00AE SYSTEM u00AE CurrentControlSet u00AE Services u00AE Eventlog u00AE Application, create the key saprouter and define the following values under it:

EventMessageFile (REG_SZ): ....\saprouter\saprouter.exe

TypesSupported (REG_DWORD): 0x7

Note

These adjustments are not obligatory for running SAProuter. They are only used for providing detailed error messages in the event log.

Maintain the Route Permission Table in the system32 directory of Windows NT. If you want to store the table in another directory or under a name other than saprouttab, you have to specify this using the SAProuter option -R (see Option R <routtab>).

Former Member
0 Kudos

go through this link

http://help.sap.com/saphelp_nw04/helpdata/en/4f/992ce8446d11d189700000e8322d00/frameset.htm

Regards.

Kalenthirababu.p

"Reward point it will always encourage me to answer more question"

Former Member
0 Kudos

Hi

check out the following link:

http://jainsumit.blogspot.com

Search for the saprouter in the blog.

Hope this helps.

Regards

Sumit Jain

[reward with points if useful]

Former Member
0 Kudos

Lee

tell me how do you start the saprouter ?

Please define the steps to give you the proper solution.

REgards

Anwer Waseem