Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Execute procedure from the command line?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Execute procedure from the command line?
 Login/Join
 
Member
posted
Is there any way to execute a webfocus stored procedure from a command line? I'm trying to automate exporting data to csv files and was hoping to kick off the process from a bat file.

Thanks for any suggestions or examples that you may have.

Have a good day,
Michael
 
Posts: 8 | Registered: December 01, 2006Report This Post
Member
posted Hide Post
Michael,

You can use ibiweb.exe -v IBIF_ex=fexname in a batch file but you're probably better off creating a t3i script such as the following:

miket3i.t3i
----------
%connect
%begin

EX FEXNAME

%end
%disconnect
%stop_server

The t3i script can be executed using "edastart -f" from a batch file.

mikebat.bat
----------
C:\ibi\srv71\wfs\bin\edastart -f miket3i

Hope this helps.

Joe
 
Posts: 22 | Registered: October 13, 2006Report This Post
<RickW>
posted
You may want to look into Reportcaster as an alternative for your automation.
 
Report This Post
Expert
posted Hide Post
Hi Michael,

I checked this one with several internal people and was told that the suggestions made here should work (many thanks to Joe and RickW). If you still have problems, please contact Information Builders' Customer Support for assistance. The phone number is 1-800-736-6130, or you can access the online system InfoResponse.

Hope this helps. Smiler

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Platinum Member
posted Hide Post
Hi Michael.

Did you open a case? What problems are you having?


WebFOCUS 8202 Win 2012
Test - WebFOCUS 8203 on Win 2012
 
Posts: 173 | Registered: November 16, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Execute procedure from the command line?

Copyright © 1996-2020 Information Builders