cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Router error 1067

ruben_romo3
Participant
0 Kudos

Hi there,

In order to install SAP SOLMAN I´m trying to configure my SAP Router, so everything goes fine until the very las step; when I start the saprouter service ( My Computer --> Manage -


>Services and Applications>Services>saprouter) it gives me the next error message: " Could not start the saprouter service on Local Computer. Error 1067: the process terminated unexpectedly "

I've uninstalled the service and then reinstalled and always the same error even with administrator user.

I am installing on Windows 2003 Server 2003 R2 Standard edition, SP2.

Any Ideas?

I will appreciate your help.

Ruben

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Also, check your all env variables.

Thanks,

0 Kudos

Hi

we are getting the same issue but i have checked the ev that are fine ,

kindly suggest me to do

Regards,

Vasanth

ruben_romo3
Participant
0 Kudos


Hello Vasanth,

I barely remember that error but I am checking mi old notes to see what happened that time...

What I checked:

SAP notes: 30374, 525751, 1009304; Windows logs, SAP help documents, Windows services but finally got the solution from an SDN member.

I am very sorry but is all I got, but please post some extra information such a DB and OS releases, dev_route log, etc. and whatever seems useful to see what I can do

Best regards and good luck,

Ruben

Answers (8)

Answers (8)

Former Member
0 Kudos

This trick worked for me after getting the 1067 error !

C:

CD\install\SAP\SAPRouter\ntscmgrI386

REM Remove the old service

ntscmgr remove saprouter

REM install the new one

REm ntscmgr install SAProuter -b c:\saprouter\saprouter.exe -p "service -r C:\SAPRouter\saprouttab"

REM above gives error 1067 when starting service

REm ntscmgr install SAProuter -b c:\saprouter\saprouter.exe -p "service -r "

REM Service starts OK

Saprouter runs ok !

ruben_romo3
Participant
0 Kudos

Hello sir,

I really appreciate your time but the question was solved some time ago...

Many thanks and best regards!

Ruben

Former Member
0 Kudos

Hi,

Here is my E-mail address.

afnan50@gmail.com

If you need anything in future and if I had, I will definitely send you one.

Best Regards,

Thanks,

Former Member
0 Kudos

Hi,

I'm planning to do same configuration soon. I have not made any docs as of now and it has been very long since i have done. Since you have done it, I think you may have made some step by step doc, and would you mind sharing those steps? Nothing personal. If you don't feel comfortable, I totally understand that.

I would appreciate it.

Thanks,

ruben_romo3
Participant
0 Kudos

That's for sure, Afi C, I'm about to finish the step by step document, so, as soon as it is finished you'll have a copy.

But, do you have any email address where I can send the file

or what should I do to send it to you?

Best regards,

Ruben

Former Member
0 Kudos

Hi,

I'm happy to hear that you have solved the problem.

Thanks,

ruben_romo3
Participant
0 Kudos

Hi Afi,

Your answer was the key to solve my problem. I committed a big mistake. After I checked the SNC_LIB I noticed that the name of the sapcrypto.dll was missing in the value, so, I just had to type the name of the library at the end of the string, and, that's it!

The wrong way is shown below:

SNC_LIB = C:\usr\sap\saprouter\ntintel

And now it is in this way:

SNC_LIB = C:\usr\sap\saprouter\ntintel\sapcrypto.dll

Thanks again, Afi, and kind regards,

Ruben

Former Member
0 Kudos

Hi,

Try the following links,

http://hdstock.mit.edu/answer.php?id=77

Thanks,

ruben_romo3
Participant
0 Kudos

Hi Afi C,

I tried to run the saprouter from command line (saprouter -r -S 3299 -K "p:<Distinguished name>"), however I got the next message:

trcfile dev_rout

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

*

  • ERROR Unable to load the GSS-API DLL

  • named "C:\usr\sap\saprouter\ntintel"

*

  • TIME Wed Mar 05 09:08:54 2008

  • RELEASE 640

  • COMPONENT NI (network interface)

  • VERSION 5

  • RC -17

  • MODULE sncxxdl.c

  • LINE 342

  • DETAIL SncPDLInit

  • SYSTEM CALL LoadLibrary

  • COUNTER 1

*

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

Now, I checked the file dev_rout an the content is very similar to the message shown above.

There's one thing in the file that doesn't make sense to me, below you can see what I mean:

dev_rout

-


trc file: "dev_rout", trc level: 1, release: "640"

-


Wed Mar 05 09:08:54 2008

SAP Network Interface Router, Version 37.11

command line arg 0: saprouter

command line arg 1: -r

command line arg 2: -S

command line arg 3: 3299

command line arg 4: -K

command line arg 5: p:CN=SNCROUTER, OU=0000770574, OU=SAProuter, O=SAP, C=DE

SncInit(): Initializing Secure Network Communication (SNC)

PC with Windows NT (mt,ascii,SAP_UC/size_t/void* = 8/32/32)

SncInit(): Trying environment variable SNC_LIB as a

gssapi library name: "C:\usr\sap\saprouter\ntintel".

      • ERROR => DlLoadLib: LoadLibrary(C:\usr\sap\saprouter\ntintel) Error 126 [dlnt.c 237]

Error 126 = "The specified module could not be found."

      • ERROR => SncPDLInit(): DlLoadLib("C:\usr\sap\saprouter\ntintel")=DLENOACCESS

[sncxxdl.0340]*** ERROR => SncPDLInit()==SNCERR_INIT, Adapter (#0) C:\usr\sap\saprouter\ntintel not loaded

[sncxxdl.0604]<<- SncInit()==SNCERR_INIT

sec_avail = "false"

      • ERROR => NiSncInit: SncInit rc=-1 [nisnc.c 225]

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

*

  • ERROR Unable to load the GSS-API DLL

  • named "C:\usr\sap\saprouter\ntintel"

*

  • TIME Wed Mar 05 09:08:54 2008

  • RELEASE 640

  • COMPONENT NI (network interface)

  • VERSION 5

  • RC -17

  • MODULE sncxxdl.c

  • LINE 342

  • DETAIL SncPDLInit

  • SYSTEM CALL LoadLibrary

  • COUNTER 1

*

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

<<- ERROR: SncDone()==SNCERR_INIT_FIRST

It's supposed that SNC_LIB should point to sapcrypto.dll library or, am I wrong?

Thanks for your answer and time,

Ruben

Former Member
0 Kudos

Hi,

Please follow the link>>

http://help.sap.com/saphelp_nw04/helpdata/en/4f/992dca446d11d189700000e8322d00/content.htm

Also, you need to start saprouter from command line.

2. Have you created routtab.txt with proper information in it?

I hope this will solve your problem.

Thanks,