Focal Point
&FOCFOCEXEC &FOCFEXNAME on a Data Flow

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

September 21, 2011, 08:14 AM
ferran
&FOCFOCEXEC &FOCFEXNAME on a Data Flow
Hi,

I'm trying to make a source transformation to get the current fex name of the process. I try with &FOCFEXNAME and I get __WCFEX, I try with &FOCFOCEXEC and I get the same __WCFEX.

How I can get the process name on a Data Flow process?. I can do it on a Stored Procedure, but no on a Data Flow.

Thanks and regards,

P.S. Data Migrator 7.7.03


WF 7.7.03,Win XP Pro.
HTML, PDF, EXCEL, AHTML, FLEX, APDF.
SQL Server, MySQL, DB2, FOCUS.
September 22, 2011, 12:08 PM
Marina
Hello,
Try using the following syntax (using .EVAL), and see if it helps:
-SET &&MYFLOWNAME = '&FOCFEXNAME.EVAL';

Regards,
Marina
September 22, 2011, 01:40 PM
Clif
Use '&&CM__REQUEST' and either Submit the flow or Run it from the browser window and it will contain the appdir/flowname.

Note however that if you run an open flow then a temporary file is created and you will get its name.


N/A
September 23, 2011, 04:57 AM
ferran
Hi,

Thanks Clif, as you said I tried this with the flow opened.

Thanks and regards.


WF 7.7.03,Win XP Pro.
HTML, PDF, EXCEL, AHTML, FLEX, APDF.
SQL Server, MySQL, DB2, FOCUS.