第一个数据网关问题
我们目前在服务器 2000 上运行 Linkpoint 网关。我们正在尝试过渡到服务器 2008 x64。
到目前为止我们已经有了这些文件。 LpiCom_6_0.dll
LinkPointTransaction.dll
Interop.LPICOM_6_OLib.dll
我们已经安装了 OpenSSL。
任何人都可以帮助我们一步一步地做什么? 谢谢
We are currently running Linkpoint gateway on a server 2000. We are trying to make the transition to a server 2008 x64.
We have these files so far.
LpiCom_6_0.dll
LinkPointTransaction.dll
Interop.LPICOM_6_OLib.dll
We have installed OpenSSL.
Can anyone help us with a step by step procedure on what to do?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
=================================================== =================
链接点所需的 DLL:
============================== =========================================
步骤
1 - IIS 7.0>应用程序池>设置应用程序池默认>将 32 位启用为 TRUE
步骤 2 - 安装 OPENSSL
步骤 3 - 从服务器中删除 lpssl.dll(如有必要)。
步骤 4 - 注册 LpiCom_6_0.dll (regsvr32)
步骤 6 - 将 LinkPointTransaction.dll 和 Interop.LPICOM_6_0Lib.dll 放入应用程序打开的 ssl bin 文件夹中。
===================================================================
Needed DLL's for linkpoint:
===================================================================
STEPS TO FOLLOW
Step 1 - IIS 7.0> Application Pools > set Application Pool Default > Enable 32 Bit to TRUE
Step 2 - Install OPENSSL
Step 3 - Remove lpssl.dll from the server, if necessary.
Step 4 - Register LpiCom_6_0.dll (regsvr32)
Step 6 - Put LinkPointTransaction.dll and Interop.LPICOM_6_0Lib.dll in the open ssl bin folder of application.
我通过电子邮件向 First Data 发送了有关此问题的电子邮件,以研究升级我们的服务器。这是他们的回应:
这应该有助于其他人将来寻找类似信息。
I emailed First Data about this in researching upgrading our servers. This was their repsonse:
This should help others looking for similar information in the future.
我发现我必须将 lpssl.dll 添加到路径中。为此,您有以下两个选项之一:
或者
我在我的博客 http://adventuresindotnet.blogspot.com/2012/02/linkpointtransactiondll.html
您可能还需要采取其他步骤,但希望这会有所帮助。
I found that I had to add lpssl.dll to the path. To do this you have one of two options:
OR
I've written more about my troubles with the LinkPoint pieces on my blog at http://adventuresindotnet.blogspot.com/2012/02/linkpointtransactiondll.html
There are probably other steps you have to take, but hopefully this will help somewhat.