Hello,

I am getting an error message when i try to run a FME translation 
through the Window Task scheduler when not logged on.
Here is the configuration :
 - I have defined a task through the  WinXP (SP2) task scheduler 
which launches every day at 0800 a BAT file.
 - The BAT file contains two commands:
      1) the FME command : "fme.exe file.tcl"
      2) a mail of the FME translation log file : "mailto.exe 
fmeLogFile.log"
 - The "file.tcl" contains the different TCL procedures (FME_BEGIN, 
FME_END and MAIN). 
       1) The MAIN procedure is launching FME with a workbench file 
(.fmw)  ==>  "fme file.fmw -LOG_FILENAME fmelogfile.log -
LOG_MESSAGE_NUMBERS Yes"
       2) The FME_BEGIN_TCL directive is testing the existence of 
data required for the translation (use of OraTcl)
       3) The FME_END_TCL directive is loading statistics about the 
translation (record loaded, rejected,...) in an Oracle table
 - The translation is from Oracle 10g attribute tables to ArcSDE 9.1 
geodatabase (we are loading 3D European traffic flights)

Every morning, i have an error message named "Microsoft Visual C++ 
Runtime Library" The content of the error message is :
    ----------------------------------------------
    Runtime Error!
    Program: C:\Program Files\FME\fme.exe
    This application has requested the Runtime to terminate it in an 
unsual way.
    Please contact the application's support team for more 
information
    ----------------------------------------------

in the stderr output that i capture i got also the following 
message : "alloc: invalid block: 00742FD1: 0 0 0"

It seems to happen right at the end of the translation, because the 
translation is performed OK (including the stuff in the FME_END_TCL 
directive). If i don't logout the problem is not occuring.

Because of that, the next run of the task scheduled will not happen 
until i press the button OK in the error message dialog box. You see 
my problem if i am away for several days. Only the first day will be 
loaded.

Has someone got this problem before ?

Remark : I am using the FME ArcGIS Data Interoperability Edition 
(floating), build 2651.

André



For insights into what's up at Safe Software and what's on the development 
horizon, visit Safe's blog at spatial-etl.blogspot.com.

Safe Software has also made slides available that outline enhancements planned 
for FME 2007. The slides are from the "Road Ahead" presentation given on Day 2 
of the FME Worldwide Users Conference. To view these slides, visit 
www.safe.com/2006uc.

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/fme/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/fme/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to