Mike J. Williams 11.Dec.14 10:52 PM a Web browser LEILEI - All ReleasesWindows
FYI....Snipit of the ZID File at the bottom.
I have IBM Enterprise Integrator and I am attempting to do a Direct Transfer from a Text File to a Notes Database.
I have setup the ZID File and it imports records into my Domino Database however I am receiving an error in the log document.
12/11/2014 12:28:03 PM Activity started
12/11/2014 12:28:03 PM WARNING: Unable to set MailingFax for [Input Record 1], field exceeds record length (168), Connector 'TXT - DOT - Carrier', Method -Fetch-
12/11/2014 12:28:03 PM WARNING: Unable to set MailingFax for [Input Record 2], field exceeds record length (157), Connector 'TXT - DOT - Carrier', Method -Fetch-
12/11/2014 12:28:03 PM WARNING: Unable to set MailingFax for [Input Record 3], field exceeds record length (126), Connector 'TXT - DOT - Carrier', Method -Fetch-
12/11/2014 12:28:03 PM WARNING: Unable to set MailingFax for [Input Record 5], field exceeds record length (133), Connector 'TXT - DOT - Carrier', Method -Fetch-
12/11/2014 12:28:03 PM WARNING: Unable to set MailingFax for [Input Record 6], field exceeds record length (166), Connector 'TXT - DOT - Carrier', Method -Fetch-
12/11/2014 12:28:03 PM Activity finished: DOT - 01 - File Import - 01 - Carrier
I have tried all the following without success:
MailingFax: TYPE TEXT UNTIL ""
MailingFax: TYPE TEXT UNTIL \r
MailingFax: TYPE TEXT UNTIL \n
MailingFax: TYPE TEXT UNTIL \r\n
MailingFax: TYPE TEXT UNTIL \n\r
Am I not closing the ZID File out correctly ?
ZID FILE CONTENTS:
DocketNumber: TYPE TEXT UNTIL "~"
USDOTNumber: TYPE TEXT UNTIL "~"
MailingFax: TYPE TEXT UNTIL ""