Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SAP Connection CPIC hostname unknown

Tags:

php

saprfc

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...

like image 662
rupGo Avatar asked Mar 07 '26 14:03

rupGo


1 Answers

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.

like image 61
Marc B Avatar answered Mar 09 '26 04:03

Marc B



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!