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.
Hi All, I installed the new WF 8206 from gen_num 1744 and failed accessing my sqlserver data. When I downgraded to my previous version (gen_num= 1738 and irel_extended = 8206.1 Release = R728206D) it worked fine without any issue. Does someone experienced with the 1744 gen level? I have open a case and just wanted to know if there are any known issue with this. ThanksThis message has been edited. Last edited by: FP Mod Chuck,
What version of SQL Server are you running? Which SQL Server adapter are you configuring (OLE DB or MS ODBC)? What error do you get when you try to configure the adapter?
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015
SQL server 2014 and I tried both adapters (OLE and ODBC) but failed in anycase. The same configuration is working fine with gen_num= 1738 and irel_extended = 8206.1 Release = R728206D.
The returned error is the following (read below). This is returned for whatever I configured (OLE or ODBC). > (FOC1400) SQLCODE EST 102 (HEX: 00000066) XOPEN: 42000 > (FOC1500) : Microsoft SQL Server Native Client 11.0: [42000] > Incorrect syntax near > (FOC1500) : 'origine'. [42000] Unclosed quotation mark after the > character string > (FOC1500) : ''. [42000] Statement(s) could not be prepared. [] > Deferred prepare > (FOC1500) : could not be completed. > (FOC1405) ERREUR SQL PREPARE. > > Le test pour SQLMSS a échoué en raison d'une erreur d'accès aux données > (RETCODE= 102).
Hi, I was using the following connection string from edasprof :
-********************************************************* -* Profile generated on 27 September 2019 at 14:58:40 -********************************************************* -* SET CDN=COMMAS_DOT SET CURRENCY_ISO_CODE=USD SET DATE_ORDER=DMY SET WEEKFIRST=ISO2 -* SET LANGUAGE=FRENCH -* APP PATH retail_samples baseapp bike_share_nyc -* ENGINE SQLHYPG SET CONNECTION_ATTRIBUTES CON1 'jdbcostgresql://localhost:8124/webfocus'/admin,{AES}C4C9965503D50222144F289FF1315F2C ENGINE SQLMSS SET CONNECTION_ATTRIBUTES_EXT { "name": "sqlserver", "server": "NETGRAPH-DEV01\\NETGRAPH", "security_type": "trusted", "database": "bikeshare" } END
That looks correct when comparing to my configuration. I am using SQL Server version 2012 with no issue. My reporting server gen level is 1745 so we are on a different gen.. You might upgrade to that gen and see if the issue goes away.
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005
Thanks and Great merci. I upgraded to gen 1745, restarted the Reporting server and everything run fine. Seems to be an issue with the 1744 because it worked fine on gen 1738 too. It's very kind of you for helping. Merci beaucoup