As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
(FOC1261) PHYSICAL INTERFACE NOT FOUND FOR SUFFIX SQLMSS. MODULE NAME : OLEFOC (FOC1262) THE FOLLOWING NATIVE ERROR MESSAGE(S) CAPTURED : (FOC1260) Loading D:\ibi\64bit\srv76\home\bin\olefoc.dll: RebindStatus: failed to bind C:\Windows\system32\KERNEL32.dll (FOC1263) THE CURRENT ENVIRONMENT VARIABLES FOR SUFFIX SQLMSS ARE : (FOC1260) PATH : D:\ibi\64bit\srv76\home\bin (FOC1260) C:\Windows\system32 (FOC1260) C:\Windows (FOC1260) C:\Windows\System32\Wbem (FOC1260) C:\Windows\System32\WindowsPowerShell\v1.0\ (FOC1260) C:\Program Files\Microsoft SQL Server\80\Tools\binn (FOC1260) C:\Program Files (x86)\Microsoft SQL Server\80\Tools\Binn\ (FOC1260) C:\Program Files\Microsoft SQL Server\90\Tools\binn\ (FOC1260) C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\ (FOC1260) C:\Microsoft SQL Server 2005 JDBC Driver\sqljdbc_1.2\enu\ (FOC1400) SQLCODE IS -1 (HEX: FFFFFFFF) (FOC1400) SQLCODE IS -1 (HEX: FFFFFFFF) (FOC1488) SQL INTERFACE HAS NOT BEEN INSTALLED OR COULD NOT BE INITIALIZED : Physical interface not found for SUFFIX=SQLMSS . Module name: OLEFOC (FOC1400) SQLCODE IS -1 (HEX: FFFFFFFF) (FOC1488) SQL INTERFACE HAS NOT BEEN INSTALLED OR COULD NOT BE INITIALIZED : Physical interface not found for SUFFIX=SQLMSS . Module name: OLEFOC (FOC1479) ERROR CONNECTING TO SQL DATABASE
I got this error...
Thanks, JamesThis message has been edited. Last edited by: Kerry,
You're running on a 64 bit machine. I think the sql server installation is also a 64 bit system. The bind however is to the 32 bit windows kernel ... so that will never work. You should check the path settings of your system environment to be sure that only 64 bit stuff is being referenced. I see several directories with '(x86)' specified. That is the 32 bit version...
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
Thanks for you reply.I'm created the Data adapter for MS Sql Server. It's work before I reboot the Webfocus Server machine.. When I reboot the machine, and click I found the "Testing the adapter" got the top error.
Hi GamP, It's work for me before(32bit SQL2005),when I reboot the machine,the error happend.