importdb messages to a file

Sort:
You are not authorized to post a reply.
Author
Messages
Scott Santee
New Member
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
    Posts: 510
    Veteran Member
      Have you tried the below?
      importdb -a $pline APCINVOICE $FILEDIR$INVIMPORTU > Import.log 2>&1
      You are not authorized to post a reply.