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.
I'm trying to execute a report against a master/synonym that describes a MSSQL stored procedure.
We use SQL passthru and 'EX [stored procedures]' currently without any issues.
I can create the master, but it fails when I try and run Sample Data;
(FOC1400) SQLCODE IS 17 (HEX: 00000011) XOPEN: 08001 : Microsoft OLE DB Provider for SQL Server: [08001] [DBNETLIB][ConnectionO : pen (Connect()).]SQL Server does not exist or access denied. (FOC1406) SQL OPEN CURSOR ERROR
I *think* the problem is that we use Trusted connections for most of our data adapters and Windows Authentication on the SQL Server. My guess is that to use a proc as a data source we need to use Explicit security on the connector and SQL Server Authentication?
I haven't bothered my DBA's yet since there's a process involved so I thought I'd do a quick post to see if my assumption is correct.
ThanksThis message has been edited. Last edited by: RickW,
WebFOCUS 7.6.6/TomCat/Win2003,SQL Server 2005,Oracle
Posts: 125 | Location: New England | Registered: February 20, 2007
That was odd. It looks like it was only picking up the first data connector even thought it's specified in the acx file. Once I made a change to edasprof, it all works.
WebFOCUS 7.6.6/TomCat/Win2003,SQL Server 2005,Oracle
Posts: 125 | Location: New England | Registered: February 20, 2007