importdb messages to a file

 1 Replies
 0 Subscribed to this topic
 38 Subscribed to this forum
Sort:
Author
Messages
Scott Santee
New Member Send Private Message
Posts: 1
New Member

Is there a way to write the messages generated by importdb to a file?

importdb -a $pline APCINVOICE $FILEDIR$INVIMPORTU      importdb -a $pline APCATTACH $FILEDIR$ATTACHIMPORTU   

JimY
Veteran Member Send Private Message
Posts: 510
Veteran Member
Have you tried the below? importdb -a $pline APCINVOICE $FILEDIR$INVIMPORTU > Import.log 2>&1