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 know that the syntax to create a synonym from a SQL Server Stored Procedure is
CREATE SYNONYM APPLICATIONNAME/<SYNONYM NAME> FOR <STORED PROCEDURE NAME>
DBMS SQLMSS STOREDPROCEDURE AT <CONNECTION NAME>
END
Can somebody please tell me the syntax to create synonym manually from a SQL Server Stored Procedure when that Stored Procedure has (input)parameters ?
Thank you very much.
ShravanThis message has been edited. Last edited by: Kerry,
7.7.03, Windows 7, SQL Server 2005
Posts: 92 | Location: Carmel, IN | Registered: May 09, 2008
How about taking a look at "iWay Adapter Administration for UNIX, Windows, OpenVMS, i5/OS, and z/OS Version 7 Release 6.5", Chapter 32 - Using the Adapter for Microsoft SQL Server, Reporting Against a Microsoft SQL Server Stored Procedure.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
We were not able to create Synonyms using UI from Stored Procedures in a database for so long now. We also opened a case with IBI about this. IBI tech support did a lot of research on this and came up with the solution of creating Synonyms manually (not from the UI) . That worked for the Stored Procedures without Parameters.
After I opened a thread here on the forum, I did a little research of my own and found out what the problem was . Now we can create Synonyms using UI from the problematic Stored Procedures in question.
Thanks for responding Waz. Thanks Francis.
7.7.03, Windows 7, SQL Server 2005
Posts: 92 | Location: Carmel, IN | Registered: May 09, 2008