any tips on getting cmd line std out to show all errors? my
LoadJob.olj is using the standard logger:
<loaderJob logFile="SabrixReports_ETL.log"
logMode="full"
logClassName="org.webdocwf.util.loader.logging.StandardLogger"
objectIDColumnName="next" objectIDIncrement="1"
objectIDTableName="objectid" commitCount="1000"
onErrorContinue="false">
but when i invoke it from the cmd line, i do not see a
message such as <echo message="hello world"/> which is in my LoaderJob.olj
file. i also don't see std error when it is created by a sql script called
froma <sql> tag in the olj file…;
thanks,
tom
|