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.
XML requires a lot more information to create synonyms than a relational adapter so that syntax would not probaley do what you need.
An option when faced with something like this is to turn on the traces, create a synonym via the interface and then look at the trace to see exactly what was done.
Does not always give the required answer but often does.
I'm not able to see the traces. I done this steps..is it correct. workspace->configuration-> Configuration Files ->Server Profiles -> trace profile and changed the Traceuser = default to
SET TRACEOFF = ALL SET TRACEON = STMTRACE//CLIENT SET TRACEON = STMTRACE/2/CLIENT SET TRACEUSER = ON but i'm able to see the traces..could you help me getting the traces..
close go to the webfocus admin console (not the server console) http: //localhost:8080/ibi_apps/console/webfocusconsole.jsp then Diagnostics then Traces If you pick WFServlet trace, for example, you'll see in the window the exact location where the trace file will be. they'll be in /ibi/WebFOCUS76/logs directory. Once you turn a trace on, and do your work, REMEMBER TO TURN THEM OFF eventually. duh.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
I did the steps you told to turn on the traces which i throught will provide me with the code to creating synonym for XML file from fex..but i am not able to find anything related to that..
Is there any other way so that i can create a synonym for XML file from fex...
JG told you to turn on server traces. That is Workspace -> Configuration -> Diagnostics -> Traces. The traces can be viewed from there. They are stored in edatemp.
Run your test, then turn off the traces. Make sure to delete them when you are done looking at them.