rupGo
rupGo

Reputation: 410

SAP Connection CPIC hostname unknown

I'm creating a connection between SAP system and a web server, this connection is in PHP as well as the libraries for it are for PHP purposes.

I followed every step of this page.

After I got the libraries into my server (nwrfcskd and sapnwrfc) I get this error...

exception 'sapnwrfcConnectionException' with message ' LOCATION CPIC (TCP/IP) on local host with Unicode ERROR hostname 'afrodita.unimet.edu.ve' unknown TIME Tue Jul 12 02:59:48 2011 RELEASE 711 COMPONENT NI (network interface) VERSION 39 RC -2 MODULE nixxhsl.cpp LINE 233 DETAIL NiHsLGetNodeAddr: hostname cached as unknown COUNTER 7 ' in /var/www/bb/login.php:22 Stack trace: #0 /var/www/bb/login.php(22): sapnwrfc->__construct(Array) #1 {main}

Does anyone has a clue on this matter?

I think that I'm missing some parameters for SAP...

Upvotes: 3

Views: 1981

Answers (1)

Marc B
Marc B

Reputation: 360782

It would seem that there's no DNS entry for afrodita.unimet.edu.ve, so the connection fails. Try using an IP address instead, if you don't have control over the DNS server for unimet.edu.ve.

Upvotes: 4

Related Questions