cancel
Showing results for 
Search instead for 
Did you mean: 

RFC in ECC6.0 to BI and portal not working.

Former Member
0 Kudos

Hello All,

We have had to migrate our BI and Portal onto a different server for our DEV environment. We our now having a problem when we test our RFC's in ECC6.0 going to BI and Portal. We get the following error:

Error Details ERROR: service 'sapgw10' unknown

Error Details LOCATION: SAP-Gateway on host sapdv5 / sapgw00

Error Details DETAIL: NiPGetServByName: service 'sapgw10' not found

Error Details CALL: getservbyname

Error Details COMPONENT: NI (network interface)

Error Details COUNTER: 311

Error Details MODULE: niuxi.c

Error Details LINE: 1669

Error Details RETURN CODE: -3

Any ideas on this? We have changed the RFC's for both BI and Portal so they are pointing to the new server but still we get this error.

Also does BI and Portal require an RFC creating in Visual Administrator so it can communicate to ECC 6.0?

Any help would be appeaciated.

Many thanks,

Nick.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

gateway instace is depends on instace no.if ur instane number is 00,gateway instace is sapgw00.

check this.also check in Tcode SMGW.

regards

ajai

Former Member
0 Kudos

Hi Nick,

you need to add the sapgw10 port entry in your services file. You can find the services file in the Windows\System32\Drivers\etc directory.

Open the services file in any text editor and add the following line -

sapgw10             3310/tcp                #port for the sapgw10 service.

That should do the trick.

Bye,

Sameer

Former Member
0 Kudos

Check for sapgw by executing Tcode SMGW and see whether its sapgw10 or not..

Thanks

Kalyan