Operating System - HP-UX
1832973 Members
2397 Online
110048 Solutions
New Discussion

Re: Error 3018 in ncrocsc_create_svc_ctx.

 
Teck Sim
Frequent Advisor

Error 3018 in ncrocsc_create_svc_ctx.

I received the following message after I started LISTENER:
>lsnrctl start LISTENER
>lsnrctl start LISTENER_OEORPC_xxxx

Could not Initialize RPC Service.
Network connection maybe in use by another process.
Error 3018 in ncrocsc_create_svc_ctx.

Please help.
Thanks.
2 REPLIES 2
Joseph C. Denman
Honored Contributor

Re: Error 3018 in ncrocsc_create_svc_ctx.

Got this from metalink:

symptom: ERROR 3018: in ncrocsc_create_svc_cpx
cause: This error occurs when the command "OEORPC(.exe) mode=
standalone server=" is issued on a different machine other
than which is specified as HOST in the client tnsnames entry for the server=
xxxx.



fix:

Verify that the Transaction Manager is being executed from the correct machine
according to the tnsnames.ora file.


.


Hope this helps.

...jcd...
If I had only read the instructions first??
Joseph C. Denman
Honored Contributor

Re: Error 3018 in ncrocsc_create_svc_ctx.

Also,

1. Confirm that the server name specified has an entry in the tnsnames.ora file and that it includes the domain name, if the domain names are specified in the tnsnames.ora file

2. The port specified in the tnsnames.ora file for the OEORPC may already be in use. Confirm that the listener for this TM has been brought down, or change the port to a different one.

Hope this helps

...jcd...
If I had only read the instructions first??