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     [SOLVED] How to prevent creation of inline.t3i file created by edastart -x

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] How to prevent creation of inline.t3i file created by edastart -x
 Login/Join
 
Member
posted
Using edastart with the "-x" option, and perhaps other options, creates an inline.t3i file during execution. Does anyone know how to prevent creation of this file?

This message has been edited. Last edited by: Kerry,


WebFOCUS 7.1.7
Unix -- Solaris
Excel, PDF, HTML, text
 
Posts: 10 | Registered: March 17, 2009Report This Post
Virtuoso
posted Hide Post
If you do not want this file to be created, then don't use edastart -x. This option does just that - it has to create a t3i file to be able to instruct the agent to run your command. If you do not want it the file to be left on the filesystem, you'll have to remove it yourself. There is nothing that will do this for you automatically.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report This Post
Platinum Member
posted Hide Post
quote:
inline.t3i

The inline.t3i is placed in the current directory when the EDASTART command is "issued". We run many batch jobs using EDASTART, and like to be able to run them at the same time. We have a folder named for every batch job. We control where the inline.t3i is placed by doing a change directory in the windows command file, before issuing the EDASTART. We also direct APP HOLD to the same folder. On our servers WebFocus is installed on the "D:" dirve.

A sample command file is batch file is:

echo %0 started %date% %time% >>D:\BATCHJOBS\logs\BATCHJOB1.logx
D:
if not exist BATCH\WORKAREA\BATCHJOB1 MD BATCH\WORKAREA\BATCHJOB1
CD BATCH\WORKAREA\BATCHJOB1
CMD /c D:\ibi\srv76\wfs\bin\edastart -x "EX D:\BATCHJOBS\Batch\BATCHJOB1.fex" >>D:\BATCHJOBS\logs\BATCHJOB1.logx
if not %ERRORLEVEL% == 0 goto ERR_S4LLOAD
if %ERRORLEVEL% == 0 goto END_S4LLOAD

:END_S4LLOAD
echo %0 end done %date% %time% Return code set to 0
DEL /Q BATCH\WORKAREA\BATCHJOB1\*.*
EXIT /B 0

ERR_S4LLOAD
echo %0 end done %date% %time% Return code set to 4
EXIT /B 4


Jim Morrow
Web Focus 7.6.10 under Windows 2003
MVS 7.3.3



 
Posts: 129 | Registered: June 01, 2005Report This Post
Member
posted Hide Post
GamP and Jim,

Thank you for your help. Looks like removing the file manually/programatically, or using a parameter other than "-x" with edastart are the two options.

Jim - Thanks for the code excerpt -- helps me to get a better sense of how we could create a similar script in our environment. We run edastart under UNIX, but I can easily translate the Win32 batch file code to UNIX shell.

CW


WebFOCUS 7.1.7
Unix -- Solaris
Excel, PDF, HTML, text
 
Posts: 10 | Registered: March 17, 2009Report 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     [SOLVED] How to prevent creation of inline.t3i file created by edastart -x

Copyright © 1996-2020 Information Builders