Hi, I am using Ruby as automation tool. I have problem loading the data- feeds for which ETL process is used. I have written the script in RUBY, but whenever i run the script it gives me the following error.
#<struct Net::SSH::Service::Shell::SyncShell::CommandOutput stdout="2009/12/03 21:18:13 Caught signal Environment variable JOB_ENVIRONMENT not set at ./run_etl.pl line 105.\n\nCleaning up... \n2009/12/03 21:18:13 CLEANUP: Error getting param value: Can't call method \"prepare\" on an undefined value at ETLProcess.pm line 1841.\n \n2009/12/03 21:18:13 SEND_EMAIL: Sending email to with subject: :ALERT!!! ERROR in chase_balloon_inventory: : Environment variable JOB_ENVIRONMENT not set at ./run_etl.pl line 105.\n \nsend_by_smtp: nobody to send to for host 'localhost'?!\n at ETLProcess.pm line 1909\n", stderr=nil, status=1> #<struct Net::SSH::Service::Shell::SyncShell::CommandOutput stdout="", stderr="TERM environment variable not set.\n", status=0> Can someone please help me for this. Thanks Dinesh -- You received this message because you are subscribed to the Google Groups "ruby-on-rails-programming-with-passion" group. To unsubscribe from this group, send email to ruby-on-rails-programming-with-passion+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/ruby-on-rails-programming-with-passion?hl=en?hl=en
