PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 2/15/2019 3:15 PM by  JimY
importdb messages to a file
 1 Replies
 0 Subscribed to this topic
 97 Subscribed to this forum
Sort:
You are not authorized to post a reply.
Author Messages
Scott Santee
Analyst
Private
New Member
(1 points)
New Member
Posts:1


Send Message:

--
2/15/2019 2:44 PM

    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
    Private
    Private
    Veteran Member
    (1438 points)
    Veteran Member
    Posts:510


    Send Message:

    --
    2/15/2019 3:15 PM
    Have you tried the below?
    importdb -a $pline APCINVOICE $FILEDIR$INVIMPORTU > Import.log 2>&1
    You are not authorized to post a reply.