SAP 连接 CPIC 主机名未知
我正在 SAP 系统和 Web 服务器之间创建连接,该连接采用 PHP 语言,并且其库用于 PHP 目的。
我遵循了这个 页面。
将库放入我的服务器(nwrfcskd 和 sapnwrfc)后,我收到此错误...
异常“sapnwrfcConnectionException”,消息“本地主机上的位置 CPIC (TCP/IP),具有 Unicode 错误主机名“afrodita.unimet.edu.ve”未知时间 2011 年 7 月 12 日星期二 02:59:48 发布 711 组件 NI(网络接口)版本 39 RC -2 模块 nixxhsl.cpp第 233 行详细信息 NiHsLGetNodeAddr:主机名缓存为未知计数器 7 ' 在 /var/www/bb/login.php:22 堆栈跟踪:#0 /var/www/bb/login.php(22): sapnwrfc->__construct(数组)#1 {main}
有人对这件事有线索吗?
我认为我缺少 SAP 的一些参数...
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...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎没有
afrodita.unimet.edu.ve
的 DNS 条目,因此连接失败。如果您无法控制 unimet.edu.ve 的 DNS 服务器,请尝试使用 IP 地址。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.