Focal Point
[CLOSED] Reference for t3i file

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2007017886

December 19, 2017, 03:57 PM
meji
[CLOSED] Reference for t3i file
Hello
I am looking for any documentation for the t3i file, but I can't find anywhere that provides any introduction for this file.
Also I don't see any reference about the tscom300 application.
Feels like it is undocumented component.
Can anybody please provide information about t3i and tscom300?

Thank you

This message has been edited. Last edited by: FP Mod Chuck,


Webfocus 8.0
December 19, 2017, 04:44 PM
Waz
Well,

tscomm300 is (I think) the workspace process.

I do know that when a request comes in, tscomm300 will spawn a tscom session to handle the request.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

December 20, 2017, 12:07 PM
FP Mod Chuck
Hi Meji

Waz is correct the tscom300 spawns tscom3 tasks to handle WebFOCUS request. Below I found this on the techsupport site for how to trigger a t3i file.

Problem Section

How to call a focexec from within a batch file.
Solution Section

To call a focexec from within a batch file on Windows, create a .bat file that
will call a .t3i script that will call the focexec. For example:

example.bat
---
CALL D:\ibi\srv80\wfs\bin\edastart -f example.t3i

example.t3i
---
%connect
%begin
EX EXAMPLE COUNTRY=JAPAN
%end
%disconnect
%stop_server

example.fex
---
TABLE FILE CAR
PRINT CAR
BY COUNTRY
WHERE COUNTRY EQ '&COUNTRY'
END

The t3i file should be put in the \ibi\srv80\wfs\tst directory and the report output will go into a .t3o file in that same directory.


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats