Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Overriding databases for output cards

Status
Not open for further replies.

mjnaaktgeboren

Technical User
Jun 22, 2004
21
0
0
US
I am trying to run a database override - we have 17 machines that the
databases look the same, but are not....
Anyway,
query_db misc_elements:runmaps_parms would = "dpmax"

I tried several different ways to override the runmap output to
different databases... as seen in card 2, 3, 4, 5
as well as the input - card 1. The cards are correct, but the database
override is not working properly....
I was trying to get card (-OD2) to work.... I tried it same as cards
-OD3..OD5, but it doesn't work that way either. I must be missing
something on the runmap override.
The input data IS being passed.....
Actual data is at the bottom, as well as traces, audit logs, error/debug
info...
I think it's a syntax issue....
Anyone have an example where they got something like this to work?

Thanks,
Marty Naaktgeboren

=RUN(Getdirectory() + run_this_map misc_elements:runmaps_parms +
".mmc",
ECHOIN(1,package(input_flat_file))
+ "-OD2 ' -MDQ " + GETDIRECTORY() +
"MAX.mdq -DBNAME " +
query_db
misc_elements:runmaps_parms +
" -DBTYPE ORACLE -CONNECT " +
query_db misc_elements:runmaps_parms +
" -USER maxuser -PASSWORD
***** " +
" -TABLE IF_ORD -CSTMT" +
" -T " + dbl_basename
misc_elements:runmaps_parms +
query_db
misc_elements:runmaps_parms + ".OD2.dbl'"
+ "-OD3 ' -MDQ MAX.mdq -DBNAME " +
query_db misc_elements:runmaps_parms +
" -TABLE IF_ORDI -CSTMT
-INSERT" +
" -TE " + dbl_basename
misc_elements:runmaps_parms +
query_db
misc_elements:runmaps_parms + ".OD3.dbl'"
+ "-OD4 ' -MDQ MAX.mdq -DBNAME " +
query_db misc_elements:runmaps_parms +
" -TABLE IF_ICPL -CSTMT
-INSERT" +
" -TE " + dbl_basename
misc_elements:runmaps_parms +
query_db
misc_elements:runmaps_parms + ".OD4.dbl'"
+ "-OD5 ' -MDQ MAX.mdq -DBNAME " +
query_db misc_elements:runmaps_parms +
" -TABLE IF_NOTE -CSTMT
-INSERT" +
" -TE " + dbl_basename
misc_elements:runmaps_parms +
query_db
misc_elements:runmaps_parms + ".OD5.dbl'"





<16607-056>: Validating the adapter command...
<16607-056>: Database type is Oracle
<16607-057>: Connecting...
<16607-057>: Host string: dpmax
<16607-057>: UserID : maxuser
<16607-057>: Password : *******
<16607-057>: Connection to Oracle has been established.
<16607-057>: Oracle8i Release 8.1.7.4.0 - Production
JServer Release 8.1.7.4.0 - Production
<16607-057>: Returned status: (0) Success
<16607-057>: Interface library version 6.7(306)
<16607-057>: Map: /opt/mercator/maps/all_max_po_insert.mmc,
Timestamp: Wed Jan 26
16:29:05 2005.
<16607-057>: Loading data for output card 2.
<16607-057>: Database adapter: Oracle9i Version 6.7(306)
<16607-057>: Starting database load to table IF_ORD...
<16607-057>: Host string: dpmax
<16607-057>: UserID : maxuser
<16607-057>: Password : *******
<16607-057>: Update mode is off.
<16607-057>: The columns are of the following types:
<16607-057>: Column 1 (IF_ORD_VERB) type is CHAR(10).
<16607-057>: Column 2 (IF_ORD_NOUN) type is CHAR(10).
<16607-057>: Column 3 (IF_ORD_REVISION) type is CHAR(3).
<16607-057>: Column 4 (IF_ORD_SENDER_LOGICAL_ID) type is CHAR(10).

<16607-057>: Column 5 (IF_ORD_SENDER_COMPONENT) type is CHAR(10).
<16607-057>: Column 6 (IF_ORD_SENDER_TASK) type is CHAR(10).
<16607-057>: Column 7 (IF_ORD_SENDER_REFERENCE_ID) type is
CHAR(40).
<16607-057>: Column 8 (IF_ORD_SENDER_CONFIRMATION) type is
NUMBER(2).
<16607-057>: Column 9 (IF_ORD_SENDER_LANGUAGE) type is CHAR(2).
<16607-057>: Column 10 (IF_ORD_SENDER_CODE_PAGE) type is CHAR(15).

<16607-057>: Column 11 (IF_ORD_SENDER_USER_ID) type is CHAR(50).
<16607-057>: Column 12 (IF_ORD_DATETIME) type is CHAR(18).
<16607-057>: Column 13 (IF_ORD_DATETIME_TIMEZONE) type is CHAR(5).

<16607-057>: Column 14 (IF_ORD_POHEADER_POID) type is CHAR(15).
<16607-057>: Column 15 (IF_ORD_POHEADER_POTYPE) type is CHAR(2).
<16607-057>: Column 16 (IF_ORD_POHEADER_ACKREQUEST) type is
CHAR(1).
<16607-057>: Column 17 (IF_ORD_POHEADER_DATETIME_DOC) type is
CHAR(8).
<16607-057>: Column 18 (IF_ORD_PARTNER_NAME1_SUPP) type is
CHAR(36).
<16607-057>: Column 19 (IF_ORD_PARTNER_NAME2_SUPP) type is
CHAR(36).
<16607-057>: Column 20 (IF_ORD_PARTNER_ONETIME_SUPP) type is
NUMBER(2).
<16607-057>: Column 21 (IF_ORD_PARTNER_PARTNRID_SUPP) type is
CHAR(28).
<16607-057>: Column 22 (IF_ORD_PARTNER_CURRENCY_SUPP) type is
CHAR(3).
<16607-057>: Column 23 (IF_ORD_PARTNER_NAME1_SOLD) type is
CHAR(36).
<16607-057>: Column 24 (IF_ORD_PARTNER_NAME2_SOLD) type is
CHAR(36).
<16607-057>: Column 25 (IF_ORD_PARTNER_ONETIME_SOLD) type is
NUMBER(2).
<16607-057>: Column 26 (IF_ORD_PARTNER_PARTNRID_SOLD) type is
CHAR(28).
<16607-057>: Column 27 (IF_ORD_PARTNER_CURRENCY_SOLD) type is
CHAR(3).
<16607-057>: Column 28 (IF_ORD_PARTNER_NAME1_SHIP) type is
CHAR(36).
<16607-057>: Column 29 (IF_ORD_PARTNER_NAME2_SHIP) type is
CHAR(36).
<16607-057>: Column 30 (IF_ORD_PARTNER_ONETIME_SHIP) type is
NUMBER(2).
<16607-057>: Column 31 (IF_ORD_PARTNER_PARTNRID_SHIP) type is
CHAR(28).
<16607-057>: Column 32 (IF_ORD_PARTNER_CURRENCY_SHIP) type is
CHAR(3).
<16607-057>: Column 33 (IF_ORD_N4_ZIP_SOLD) type is CHAR(5).
<16607-057>: Column 34 (IF_ORD_N4_ZIP_SHIP) type is CHAR(5).
<16607-057>: Column 35 (IF_ORD_FOB) type is CHAR(2).
<16607-057>: Column 36 (IF_ORD_TERMS_TYPE) type is CHAR(2).
<16607-057>: Column 37 (IF_ORD_TERMS_BASIS_DATE_CODE) type is
CHAR(2).
<16607-057>: Column 38 (IF_ORD_TERMS_DISCOUNT_PCT) type is
CHAR(6).
<16607-057>: Column 39 (IF_ORD_TERMS_DAYS_DUE) type is CHAR(3).
<16607-057>: Column 40 (IF_ORD_TERMS_NET_DAYS) type is CHAR(3).
<16607-057>: Column 41 (IF_ORD_TERMS_DESC) type is CHAR(36).
<16607-057>: Column 42 (IF_ORD_AUDIT_1) type is CHAR(1).
<16607-057>: Column 43 (IF_ORD_AUDIT_2) type is CHAR(1).
<16607-057>: Column 44 (IF_ORD_AUDIT_3) type is CHAR(1).
<16607-057>: Column 45 (IF_ORD_AUDIT_4) type is CHAR(1).
<16607-057>: Column 46 (IF_ORD_AUDIT_5) type is CHAR(1).
<16607-057>: Column 47 (IF_ORD_AUDIT_6) type is CHAR(1).
<16607-057>: Column 48 (IF_ORD_AUDIT_7) type is CHAR(1).
<16607-057>: Column 49 (IF_ORD_AUDIT_8) type is CHAR(1).
<16607-057>: Column 50 (IF_ORD_AUDIT_9) type is CHAR(1).
<16607-057>: Column 51 (IF_ORD_AUDIT_10) type is CHAR(1).
<16607-057>: Column 52 (IF_ORD_N1_SU_4) type is CHAR(16).
<16607-057>: Column 53 (IF_ORD_N1_VN_4) type is CHAR(16).
<16607-057>: Column 54 (IF_ORD_N1_ST_4) type is CHAR(16).
<16607-057>: Column 55 (IF_ORD_REF_DP) type is CHAR(3).
<16607-057>: Column 56 (IF_ORD_REF_IA) type is CHAR(6).
<16607-057>: Column 57 (IF_ORD_REF_AE) type is CHAR(10).
<16607-057>: Column 58 (IF_ORD_REL_NO) type is CHAR(15).
<16607-057>: Column 59 (IF_ORD_PO_PURPOSE) type is CHAR(2).
<16607-057>: Column 60 (IF_ORD_SHIP_TO) type is CHAR(2).
<16607-057>: Column 61 (IF_ORD_ISA_CONTROL) type is CHAR(9).
<16607-057>: Column 62 (IF_ORD_GS_CONTROL) type is CHAR(9).
<16607-057>: Column 63 (IF_ORD_ST_CONTROL) type is CHAR(10).
<16607-057>: Column 64 (IF_ORD_ORIG_FOB) type is CHAR(2).
<16607-057>: The insert statement to be executed is:
<16607-057>: INSERT INTO IF_ORD VALUES :)a00, :a01, :a02, :a03, :a04,
:a05, :a06,
:a07, :a08, :a09, :a10, :a11, :a12, :a13, :a14, :a15, :a16, :a17, :a18,
:a19, :a20,
:a21, :a22, :a23, :a24, :a25, :a26, :a27, :a28, :a29, :a30, :a31, :a32,
:a33, :a34,
:a35, :a36, :a37, :a38, :a39, :a40, :a41, :a42, :a43, :a44, :a45, :a46,
:a47, :a48,
:a49, :a50, :a51, :a52, :a53, :a54, :a55, :a56, :a57, :a58, :a59, :a60,
:a61, :a62,
:a63)
<16607-057>: Buffer not wide enough for data - expanding it
<16607-057>: Not enough data in buffer.
<16607-057>: Failed after 0 rows inserted.
<16607-057>: Database load complete.
<16607-057>: Transaction rollback was successful.
<16607-057>: Returned status: (-2002) Insufficient data passed to
output card
<16607-057>: Cleaning up and closing the transaction...
<16607-057>: The transaction was successfully committed.
<16607-057>: Returned status: (0) Success
<MercatorMapAudit StartTime="16:29:05 January 26, 2005">

<Platform>Mercator RUN Function for HP-UX(TM) - Version
6.7(306_1)</Platform>

<ExecutionSummary MapStatus="Error" mapreturn="9" ElapsedSec="0.682"
BurstRestartCount="0">
<Message>Target not available</Message>
<CommandLine>/opt/mercator/maps/all_max_po_insert.mmc -IE1S1401
%lt;data%gt; -OD2 '
-DBTYPE ORACLE -CONNECT dpmax -USER maxuser -PASSWORD maxuser -TABLE
IF_ORD -CSTMT
-INSERT -T all_max_po_insert.card.dpmax.OD2.dbl' -OD3 ' -MDQ MAX.mdq
-DBNAME dpmax
-TABLE IF_ORDI -CSTMT -INSERT -TE all_max_po_insert.card.dpmax.OD3.dbl'
-OD4 ' -MDQ
MAX.mdq -DBNAME dpmax -TABLE IF_ICPL -CSTMT -INSERT -TE
all_max_po_insert.card.dpmax.OD4.dbl' -OD5 ' -MDQ MAX.mdq -DBNAME dpmax
-TABLE IF_NOTE
-CSTMT -INSERT -TE all_max_po_insert.card.dpmax.OD5.dbl'</CommandLine>

<SourceReport card="1" adapter="Echo" bytes="1401"
adapterreturn="0">
<Message>Data retrieved successfully</Message>
<TimeStamp>16:29:05 January 26, 2005</TimeStamp>
</SourceReport>

<TargetReport card="1" adapter="Sink" bytes="45"
adapterreturn="0">
<Message>Success</Message>
<TimeStamp>16:29:05 January 26, 2005</TimeStamp>
</TargetReport>

<TargetReport card="2" adapter="DB" bytes="106"
adapterreturn="-2002">
<Message>Insufficient data passed to output card</Message>
<Settings> -DBTYPE ORACLE -CONNECT dpmax -USER maxuser -PASSWORD
maxuser -TABLE
IF_ORD -CSTMT -INSERT -T all_max_po_insert.card.dpmax.OD2.dbl</Settings>

</TargetReport>

<WorkArea type="File">
<inputarea card="1" Path="/opt/mercator/maps/all_max_po_insert.I01"
TimeStamp="16:29:05 January 26, 2005" bytes="67675"/>
<outputarea card="2" Path="/opt/mercator/maps/all_max_po_insert.O02"
TimeStamp="16:29:05 January 26, 2005" bytes="65536"/>
</WorkArea>

</ExecutionSummary>

<MapSettings>

<MapAudit switch="ON">
<Log executionsummary="Always" databurst="Never"
databurst_sizevalidation="WrongSize" executionburst="Never"
mapsettings="Always"
datasettings="Always"/>
<Location type="File" action="Create">
<Directory type="Map">/opt/mercator/maps</Directory>
<FileName type="Default"
prefix="MapName">all_max_po_insert.log</FileName>
</Location>
</MapAudit>

<MapTrace switch="ON">
<Location type="File">
<Directory type="Custom">/opt/mercator/logs</Directory>
<FileName type="Default">all_max_po_insert.mtr</FileName>
</Location>
<InputTrace switch="ON">
<Detail type="All">
</Detail>
</InputTrace>
<OutputTrace switch="ON">
<Detail type="All">
</Detail>
</OutputTrace>
<SummaryTrace switch="ON"></SummaryTrace>
</MapTrace>

<WorkSpace>
<Location type="File" action="Delete">
<Directory type="Map">/opt/mercator/maps</Directory>
<FileName type="Default" prefix="MapName"></FileName>
</Location>
<Paging>
<PageSize>64</PageSize>
<PageCount>8</PageCount>
</Paging>
</WorkSpace>

<SlidingCentury switch="OFF"></SlidingCentury>

<CustomValidation switch="OFF"></CustomValidation>

<Retry switch="OFF"></Retry>

<BurstRestart switch="OFF"></BurstRestart>

<Warnings type="Every" action="Warn"></Warnings>

</MapSettings>

<DataSettings>

<InputData card="1" CardMode="Integral" WorkArea="!Reuse">
<Backup switch="OFF"></Backup>
<Source adapter="Buffer" OnSuccess="Keep" OnFailure="Rollback"
Scope="Map"
Warnings="Ignore">
<Resource>%lt;data%gt;</Resource>
<Retry switch="OFF"></Retry>
</Source>
</InputData>

<OutputData card="1">
<Backup switch="OFF"></Backup>
<Target adapter="Sink" OnSuccess="Create" OnFailure="Rollback"
Scope="Map"
Warnings="Ignore">
<Resource></Resource>
<Retry switch="OFF"></Retry>
</Target>
</OutputData>

<OutputData card="2">
<Backup switch="OFF"></Backup>
<Target adapter="Database" OnSuccess="Create" OnFailure="Rollback"
Scope="Map"
Warnings="Ignore">
<Resource> -DBTYPE ORACLE -CONNECT dpmax -USER maxuser -PASSWORD
maxuser -TABLE
IF_ORD -CSTMT -INSERT -T all_max_po_insert.card.dpmax.OD2.dbl</Resource>

<Retry switch="OFF"></Retry>
</Target>
</OutputData>

<OutputData card="3">
<Backup switch="OFF"></Backup>
<Target adapter="Database" OnSuccess="Create" OnFailure="Rollback"
Scope="Map"
Warnings="Ignore">
<Resource>0008</Resource>
<Retry switch="OFF"></Retry>
</Target>
</OutputData>

<OutputData card="4">
<Backup switch="OFF"></Backup>
<Target adapter="Database" OnSuccess="Create" OnFailure="Rollback"
Scope="Map"
Warnings="Ignore">
<Resource>0464</Resource>
<Retry switch="OFF"></Retry>
</Target>
</OutputData>

<OutputData card="5">
<Backup switch="OFF"></Backup>
<Target adapter="Database" OnSuccess="Create" OnFailure="Rollback"
Scope="Map"
Warnings="Ignore">
<Resource>06D1</Resource>
<Retry switch="OFF"></Retry>
</Target>
</OutputData>

<OutputData card="6">
<Backup switch="OFF"></Backup>
<Target adapter="Database" OnSuccess="Create" OnFailure="Rollback"
Scope="Map"
Warnings="Ignore">
<Resource>085D</Resource>
<Retry switch="OFF"></Retry>
</Target>
</OutputData>

</DataSettings>

</MercatorMapAudit>
Subject:
dev Max Po Insert Problem Input: /var/mercdata/data/branch_po/send/dp.PO.gg



MAX PO INSERT APPLICATION ERROR - dpmax

RC=9

rundate: 01/27/2005
runtime: 15:21:05
MapName: /opt/mercator/maps/all_max_po_insert.mmc
overrides:dp
dbname: dpmax
mdq: MAX.mdq
dbl: -TE all_max_po_insert.card.dpmax.OD#.dbl
Input_File_name: /var/mercdata/data/branch_po/send/dp.PO.gg
Backup File is: /var/mercdata/data/archive/max/po/dp.PO.gg.200501271521

Last error code: 9
Last Error Msg: Target not available


Input file follows
==============================


HDRdp,006173082,000022904,PO,16511,850,512015525,20050126,0931,3604251550,
,006173082
3MBT,3M COMPANY,55133,01CDJ120,3M
COMPANY,55350,CC,L77700002,0001604948,,SA,20050125,08,3,2,20,60,2% 20
DAYS NET
60,L77700002,,01CDJ120,,,,04
MSG001,MSG,TAX STATUS: NON-TAXABLE MN TAX EXMPT# 8798349
MSG002,MSG,TO ENSURE PROMPT & CORRECT PAYMENT ALL INVOICES PKG
MSG003,MSG,LISTS BILLS OF LADING FREIGHT BILLS & OTHER
MSG004,MSG,CORRESPONDENCE SHOULD INCLUDE THE FOLLOWING: 1) PO # 2)
MSG005,MSG,PO LINE ITEM # 3) PO LINE ITEM UNIT 5) 11-DIGIT PART
MSG006,MSG,# (IF APPLICABLE) 6) ONE PO PER INVOICE AND/OR PKG LIST.
MSG007,MSG, INVOICES MUST EXACTLY MATCH THE PURCHASE ORDER (E.G.
MSG008,MSG,PURCHASE ORDER SUPPLIER NAME MUST MATCH REMIT TO SUPPLIER
MSG009,MSG,NAME). THOSE INVOICES THAT DO NOT MATCH WILL BE RETURNED
MSG010,MSG,UNPAID.
MSG011,MSG,DELIVERY DATE CONFIRMED FOR 1/31 PER BTS RP AND TM. 1/25.
MSG000,TAX,8798349
MSG000,TD5,MSG000,FOB,FOB ORIGIN COLLECT
MSG000,ST2,3M COMPANY
01CDJ120
MSG000,ST3,915 ADAMS ST SE
01CDJ120
MSG000,ST4,HUTCHINSON MN 553502900
01CDJ120
MSG000,PID,SHEET CORRUGATED SHEET CORRUGATED
ITM0101,6800,EA,505.98,TP,,34-8509-0694-1,SHEET CORRUGATED
SHEET,,,01CDJ120,,A
SHP6800,EA,20050131,,



RUNMAP input trace data IS getting passed.
(Level 2: Offset 3, len 2, comp 1 of 36, #1, DI 00000001:)
Data at offset 3 ('dp') was found to be of TYPE
X'0007' (branch_code elements data).

(Level 2: Offset 6, len 9, comp 2 of 36, #1, DI 00000002:)
Data at offset 6 ('006173082') was found to be of TYPE
X'0008' (interchange_sender_id elements data).

(Level 2: Offset 16, len 9, comp 3 of 36, #1, DI 00000003:)
Data at offset 16 ('000022904') was found to be of TYPE
X'0009' (interchange_ctrl_no elements data).

(Level 2: Offset 26, len 2, comp 4 of 36, #1, DI 00000004:)
Data at offset 26 ('PO') was found to be of TYPE
X'000A' (functional_id elements data).

(Level 2: Offset 29, len 5, comp 5 of 36, #1, DI 00000005:)
Data at offset 29 ('16511') was found to be of TYPE
X'000B' (group_ctrl_no elements data).

(Level 2: Offset 35, len 3, comp 6 of 36, #1, DI 00000006:)
Data at offset 35 ('850') was found to be of TYPE
.
.
.

(Level 2: Offset 176, len 2, comp 24 of 36, #1, DI 00000017:)
Data at offset 176 ('08') was found to be of TYPE
X'001E' (terms_type elements data).

(Level 2: Offset 179, len 1, comp 25 of 36, #1, DI 00000018:)
Data at offset 179 ('3') was found to be of TYPE
X'001F' (terms_basis_date_code elements data).

(Level 2: Offset 181, len 1, comp 26 of 36, #1, DI 00000019:)
Data at offset 181 ('2') was found to be of TYPE
X'0020' (terms_discount elements data).

(Level 2: Offset 183, len 2, comp 27 of 36, #1, DI 0000001A:)
Data at offset 183 ('20') was found to be of TYPE
X'0021' (terms_discount_days_due elements data).

(Level 2: Offset 186, len 2, comp 28 of 36, #1, DI 0000001B:)
Data at offset 186 ('60') was found to be of TYPE
X'0022' (terms_discount_net_days elements data).

(Level 2: Offset 189, len 17, comp 29 of 36, #1, DI 0000001C:)
Data at offset 189 ('2% 20 DAYS NET 6') was found to be of TYPE
X'0023' (terms_discount_desc elements data).

(Level 2: Offset 207, len 9, comp 30 of 36, #1, DI 0000001D:)
Data at offset 207 ('L77700002') was found to be of TYPE
X'0024' (hdr_supplier_id elements data).

(Level 2: Offset 217, len 0, comp 31 of 36, #1, DI 0000001E:)
Data at offset 217 (',01CDJ120,,,,04<CR>') was found to be of TYPE
X'0025' (hdr_vender_id elements data).

(Level 2: Offset 218, len 8, comp 32 of 36, #1, DI 0000001E:)
Data at offset 218 ('01CDJ120') was found to be of TYPE
X'0026' (hdr_ship_to_id elements data).

(Level 2: Offset 227, len 0, comp 33 of 36, #1, DI 0000001F:)
Data at offset 227 (',,,04<CR><LF>MSG001,MS') was found to be of TYPE
X'0027' (department_no elements data).

(Level 2: Offset 228, len 0, comp 34 of 36, #1, DI 0000001F:)
Data at offset 228 (',,04<CR><LF>MSG001,MSG') was found to be of TYPE
X'0028' (internal_vender_no elements data).

(Level 2: Offset 229, len 0, comp 35 of 36, #1, DI 0000001F:)
Data at offset 229 (',04<CR><LF>MSG001,MSG,') was found to be of TYPE
X'0029' (authorization_expense_no elements data).

(Level 2: Offset 230, len 2, comp 36 of 36, #1, DI 0000001F:)
Data at offset 230 ('04') was found to be of TYPE
X'002A' (po_purpose elements data).

(Level 1: Offset 3, len 229, comp 1 of 13, #1, DI 00000020:)
Data at offset 3 ('dp,006173082,000') was found to be of TYPE
X'0005' (header_record records data).

(Level 2: Offset 237, len 3, comp 1 of 3, #1, DI 00000021:)
Data at offset 237 ('001') was found to be of TYPE
X'002C' (note_seq elements data).

(Level 2: Offset 241, len 3, comp 2 of 3, #1, DI 00000022:)
Data at offset 241 ('MSG') was found to be of TYPE
X'002D' (note_type elements data).

(Level 2: Offset 245, len 49, comp 3 of 3, #1, DI 00000023:)
Data at offset 245 ('TAX STATUS: NON-') was found to be of TYPE
X'002E' (note_text elements data).

(Level 1: Offset 237, len 57, comp 2 of 13, #1, DI 00000024:)
Data at offset 237 ('001,MSG,TAX STAT') was found to be of TYPE
X'002B' (header_note_record records data).

(Level 2: Offset 299, len 3, comp 1 of 3, #1, DI 00000025:)
Data at offset 299 ('002') was found to be of TYPE
X'002C' (note_seq elements data).

(Level 2: Offset 303, len 3, comp 2 of 3, #1, DI 00000026:)
Data at offset 303 ('MSG') was found to be of TYPE
X'002D' (note_type elements data).

(Level 2: Offset 307, len 53, comp 3 of 3, #1, DI 00000027:)
Data at offset 307 ('TO ENSURE PROMPT') was found to be of TYPE
X'002E' (note_text elements data).

(Level 1: Offset 299, len 61, comp 2 of 13, #2, DI 00000028:)
Data at offset 299 ('002,MSG,TO ENSUR') was found to be of TYPE
X'002B' (header_note_record records data).

(Level 2: Offset 365, len 3, comp 1 of 3, #1, DI 00000029:)
Data at offset 365 ('003') was found to be of TYPE
X'002C' (note_seq elements data).

(Level 2: Offset 369, len 3, comp 2 of 3, #1, DI 0000002A:)
Data at offset 369 ('MSG') was found to be of TYPE
X'002D' (note_type elements data).

(Level 2: Offset 373, len 46, comp 3 of 3, #1, DI 0000002B:)
Data at offset 373 ('LISTS BILLS OF ') was found to be of TYPE
X'002E' (note_text elements data).

(Level 1: Offset 365, len 54, comp 2 of 13, #3, DI 0000002C:)
Data at offset 365 ('003,MSG,LISTS B') was found to be of TYPE
X'002B' (header_note_record records data).

(Level 2: Offset 424, len 3, comp 1 of 3, #1, DI 0000002D:)
Data at offset 424 ('004') was found to be of TYPE
X'002C' (note_seq elements data).

(Level 2: Offset 428, len 3, comp 2 of 3, #1, DI 0000002E:)
Data at offset 428 ('MSG') was found to be of TYPE
X'002D' (note_type elements data).

(Level 2: Offset 432, len 57, comp 3 of 3, #1, DI 0000002F:)
Data at offset 432 ('CORRESPONDENCE S') was found to be of TYPE
X'002E' (note_text elements data).

(Level 1: Offset 424, len 65, comp 2 of 13, #4, DI 00000030:)
Data at offset 424 ('004,MSG,CORRESPO') was found to be of TYPE
X'002B' (header_note_record records data).

(Level 2: Offset 494, len 3, comp 1 of 3, #1, DI 00000031:)
Data at offset 494 ('005') was found to be of TYPE
X'002C' (note_seq elements data).

(Level 2: Offset 498, len 3, comp 2 of 3, #1, DI 00000032:)
Data at offset 498 ('MSG') was found to be of TYPE
X'002D' (note_type elements data).

(Level 2: Offset 502, len 58, comp 3 of 3, #1, DI 00000033:)
Data at offset 502 ('PO LINE ITEM # ') was found to be of TYPE
X'002E' (note_text elements data).

(Level 1: Offset 494, len 66, comp 2 of 13, #5, DI 00000034:)
Data at offset 494 ('005,MSG,PO LINE ') was found to be of TYPE
X'002B' (header_note_record records data).

(Level 2: Offset 565, len 3, comp 1 of 3, #1, DI 00000035:)
Data at offset 565 ('006') was found to be of TYPE
X'002C' (note_seq elements data).

(Level 2: Offset 569, len 3, comp 2 of 3, #1, DI 00000036:)
Data at offset 569 ('MSG') was found to be of TYPE
X'002D' (note_type elements data).

(Level 2: Offset 573, len 59, comp 3 of 3, #1, DI 00000037:)
Data at offset 573 ('# (IF APPLICABLE') was found to be of TYPE
X'002E' (note_text elements data).

(Level 1: Offset 565, len 67, comp 2 of 13, #6, DI 00000038:)
Data at offset 565 ('006,MSG,# (IF AP') was found to be of TYPE
X'002B' (header_note_record records data).

(Level 2: Offset 637, len 3, comp 1 of 3, #1, DI 00000039:)
Data at offset 637 ('007') was found to be of TYPE
X'002C' (note_seq elements data).

(Level 2: Offset 641, len 3, comp 2 of 3, #1, DI 0000003A:)
Data at offset 641 ('MSG') was found to be of TYPE
X'002D' (note_type elements data).

(Level 2: Offset 645, len 53, comp 3 of 3, #1, DI 0000003B:)
Data at offset 645 (' INVOICES MUST E') was found to be of TYPE
X'002E' (note_text elements data).

(Level 1: Offset 637, len 61, comp 2 of 13, #7, DI 0000003C:)
Data at offset 637 ('007,MSG, INVOICE') was found to be of TYPE
X'002B' (header_note_record records data).

(Level 2: Offset 703, len 3, comp 1 of 3, #1, DI 0000003D:)
Data at offset 703 ('008') was found to be of TYPE
X'002C' (note_seq elements data).

(Level 2: Offset 707, len 3, comp 2 of 3, #1, DI 0000003E:)
Data at offset 707 ('MSG') was found to be of TYPE
X'002D' (note_type elements data).

(Level 2: Offset 711, len 58, comp 3 of 3, #1, DI 0000003F:)
Data at offset 711 ('PURCHASE ORDER S') was found to be of TYPE
X'002E' (note_text elements data).

(Level 1: Offset 703, len 66, comp 2 of 13, #8, DI 00000040:)
Data at offset 703 ('008,MSG,PURCHASE') was found to be of TYPE
X'002B' (header_note_record records data).

(Level 2: Offset 774, len 3, comp 1 of 3, #1, DI 00000041:)
Data at offset 774 ('009') was found to be of TYPE
X'002C' (note_seq elements data).

(Level 2: Offset 778, len 3, comp 2 of 3, #1, DI 00000042:)
Data at offset 778 ('MSG') was found to be of TYPE
X'002D' (note_type elements data).

(Level 2: Offset 782, len 56, comp 3 of 3, #1, DI 00000043:)
Data at offset 782 ('NAME). THOSE INV') was found to be of TYPE
X'002E' (note_text elements data).

(Level 1: Offset 774, len 64, comp 2 of 13, #9, DI 00000044:)
Data at offset 774 ('009,MSG,NAME). T') was found to be of TYPE
X'002B' (header_note_record records data).

(Level 2: Offset 843, len 3, comp 1 of 3, #1, DI 00000045:)
Data at offset 843 ('010') was found to be of TYPE
X'002C' (note_seq elements data).

(Level 2: Offset 847, len 3, comp 2 of 3, #1, DI 00000046:)
Data at offset 847 ('MSG') was found to be of TYPE
X'002D' (note_type elements data).

(Level 2: Offset 851, len 7, comp 3 of 3, #1, DI 00000047:)
Data at offset 851 ('UNPAID.') was found to be of TYPE
X'002E' (note_text elements data).

(Level 1: Offset 843, len 15, comp 2 of 13, #10, DI 00000048:)
Data at offset 843 ('010,MSG,UNPAID.') was found to be of TYPE
X'002B' (header_note_record records data).

(Level 2: Offset 863, len 3, comp 1 of 3, #1, DI 00000049:)
Data at offset 863 ('011') was found to be of TYPE
X'002C' (note_seq elements data).

(Level 2: Offset 867, len 3, comp 2 of 3, #1, DI 0000004A:)
Data at offset 867 ('MSG') was found to be of TYPE
X'002D' (note_type elements data).

(Level 2: Offset 871, len 59, comp 3 of 3, #1, DI 0000004B:)
Data at offset 871 ('DELIVERY DATE CO') was found to be of TYPE
X'002E' (note_text elements data).

(Level 1: Offset 863, len 67, comp 2 of 13, #11, DI 0000004C:)
Data at offset 863 ('011,MSG,DELIVERY') was found to be of TYPE
X'002B' (header_note_record records data).

(Level 2: Offset 935, len 3, comp 1 of 3, #1, DI 0000004D:)
Data at offset 935 ('000') was found to be of TYPE
X'002C' (note_seq elements data).

(Level 2: Offset 939, len 3, comp 2 of 3, #1, DI 0000004D:)
Data at offset 939 ('TAX') was found to be of TYPE
X'002D' (note_type elements data).

(Level 2: Offset 943, len 7, comp 3 of 3, #1, DI 0000004E:)
Data at offset 943 ('8798349') was found to be of TYPE
X'002E' (note_text elements data).

(Level 1: Offset 935, len 15, comp 2 of 13, #12, DI 0000004F:)
Data at offset 935 ('000,TAX,8798349') was found to be of TYPE
X'002B' (header_note_record records data).

(Level 2: Offset 955, len 3, comp 1 of 3, #1, DI 00000050:)
Data at offset 955 ('000') was found to be of TYPE
X'002C' (note_seq elements data).

(Level 2: Offset 959, len 3, comp 2 of 3, #1, DI 00000050:)
Data at offset 959 ('TD5') was found to be of TYPE
X'002D' (note_type elements data).

(Level 2: Offset 963, len 20, comp 3 of 3, #1, DI 00000051:)
Data at offset 963 (' was found to be of TYPE
X'002E' (note_text elements data).

(Level 1: Offset 955, len 28, comp 2 of 13, #13, DI 00000052:)
Data at offset 955 ('000,TD5, was found to be of TYPE
X'002B' (header_note_record records data).

(Level 2: Offset 988, len 3, comp 1 of 3, #1, DI 00000053:)
Data at offset 988 ('000') was found to be of TYPE
X'002C' (note_seq elements data).

(Level 2: Offset 992, len 3, comp 2 of 3, #1, DI 00000053:)
Data at offset 992 ('FOB') was found to be of TYPE
X'002D' (note_type elements data).

(Level 2: Offset 996, len 18, comp 3 of 3, #1, DI 00000054:)
Data at offset 996 ('FOB ORIGIN COLLE') was found to be of TYPE
X'002E' (note_text elements data).

(Level 1: Offset 988, len 26, comp 2 of 13, #14, DI 00000055:)
Data at offset 988 ('000,FOB,FOB ORIG') was found to be of TYPE
X'002B' (header_note_record records data).

(Level 2: Offset 1019, len 3, comp 1 of 3, #1, DI 00000056:)
Data at offset 1019 ('000') was found to be of TYPE
X'002C' (note_seq elements data).

(Level 2: Offset 1023, len 3, comp 2 of 3, #1, DI 00000056:)
Data at offset 1023 ('ST2') was found to be of TYPE
X'002D' (note_type elements data).

(Level 2: Offset 1027, len 63, comp 3 of 3, #1, DI 00000057:)
Data at offset 1027 ('3M COMPANY ') was found to be of TYPE
X'002E' (note_text elements data).

(Level 1: Offset 1019, len 71, comp 2 of 13, #15, DI 00000058:)
Data at offset 1019 ('000,ST2,3M COMPA') was found to be of TYPE
X'002B' (header_note_record records data).

(Level 2: Offset 1095, len 3, comp 1 of 3, #1, DI 00000059:)
Data at offset 1095 ('000') was found to be of TYPE
X'002C' (note_seq elements data).

(Level 2: Offset 1099, len 3, comp 2 of 3, #1, DI 00000059:)
Data at offset 1099 ('ST3') was found to be of TYPE
X'002D' (note_type elements data).

(Level 2: Offset 1103, len 63, comp 3 of 3, #1, DI 0000005A:)
Data at offset 1103 ('915 ADAMS ST SE ') was found to be of TYPE
X'002E' (note_text elements data).

(Level 1: Offset 1095, len 71, comp 2 of 13, #16, DI 0000005B:)
Data at offset 1095 ('000,ST3,915 ADAM') was found to be of TYPE
X'002B' (header_note_record records data).

(Level 2: Offset 1171, len 3, comp 1 of 3, #1, DI 0000005C:)
Data at offset 1171 ('000') was found to be of TYPE
X'002C' (note_seq elements data).

(Level 2: Offset 1175, len 3, comp 2 of 3, #1, DI 0000005C:)
Data at offset 1175 ('ST4') was found to be of TYPE
X'002D' (note_type elements data).

(Level 2: Offset 1179, len 63, comp 3 of 3, #1, DI 0000005D:)
Data at offset 1179 ('HUTCHINSON MN ') was found to be of TYPE
X'002E' (note_text elements data).

(Level 1: Offset 1171, len 71, comp 2 of 13, #17, DI 0000005E:)
Data at offset 1171 ('000,ST4,HUTCHINS') was found to be of TYPE
X'002B' (header_note_record records data).

(Level 2: Offset 1247, len 3, comp 1 of 3, #1, DI 0000005F:)
Data at offset 1247 ('000') was found to be of TYPE
X'002C' (note_seq elements data).

(Level 2: Offset 1251, len 3, comp 2 of 3, #1, DI 0000005F:)
Data at offset 1251 ('PID') was found to be of TYPE
X'002D' (note_type elements data).

(Level 2: Offset 1255, len 38, comp 3 of 3, #1, DI 00000060:)
Data at offset 1255 ('SHEET CORRUGAT') was found to be of TYPE
X'002E' (note_text elements data).

(Level 1: Offset 1247, len 46, comp 2 of 13, #18, DI 00000061:)
Data at offset 1247 ('000,PID,SHEET ') was found to be of TYPE
X'002B' (header_note_record records data).

(Level 1: Offset 1295, len 0, comp 2 of 13, #19, DI 00000062:)
Data at offset 1295 ('ITM0101,6800,EA,...') does not match INITIATOR
'MSG'
of TYPE X'002B' (header_note_record records data).

(Level 1: Offset 1295, len 0, comp 2 of 13, #19, DI 00000062:)
COMPONENT number 2 of TYPE X'0003' (single_po_file files data):
occurrence 19 is optional and does not exist.

(Level 1: Offset 1295, len 0, comp 3 of 13, #1, DI 00000062:)
Data at offset 1295 ('ITM0101,6800,EA,...') does not match INITIATOR
'MSG'
of TYPE X'002F' (tax_note_record records data).

(Level 1: Offset 1295, len 0, comp 3 of 13, #1, DI 00000062:)
COMPONENT number 3 of TYPE X'0003' (single_po_file files data):
occurrence 1 is optional and does not exist.

(Level 1: Offset 1295, len 0, comp 4 of 13, #1, DI 00000062:)
Data at offset 1295 ('ITM0101,6800,EA,...') does not match INITIATOR
'MSG'
of TYPE X'0030' (pkg_note_record records data).

(Level 1: Offset 1295, len 0, comp 4 of 13, #1, DI 00000062:)
COMPONENT number 4 of TYPE X'0003' (single_po_file files data):
occurrence 1 is optional and does not exist.

(Level 1: Offset 1295, len 0, comp 5 of 13, #1, DI 00000062:)
Data at offset 1295 ('ITM0101,6800,EA,...') does not match INITIATOR
'MSG'
of TYPE X'0031' (special_handling_note_record records data).

(Level 1: Offset 1295, len 0, comp 5 of 13, #1, DI 00000062:)
COMPONENT number 5 of TYPE X'0003' (single_po_file files data):
occurrence 1 is optional and does not exist.

(Level 1: Offset 1295, len 0, comp 6 of 13, #1, DI 00000062:)
Data at offset 1295 ('ITM0101,6800,EA,...') does not match INITIATOR
'MSG'
of TYPE X'0032' (routing_note_record records data).

(Level 1: Offset 1295, len 0, comp 6 of 13, #1, DI 00000062:)
COMPONENT number 6 of TYPE X'0003' (single_po_file files data):
occurrence 1 is optional and does not exist.

(Level 1: Offset 1295, len 0, comp 7 of 13, #1, DI 00000062:)
Data at offset 1295 ('ITM0101,6800,EA,...') does not match INITIATOR
'MSG'
of TYPE X'0033' (fob_note_record records data).

(Level 1: Offset 1295, len 0, comp 7 of 13, #1, DI 00000062:)
COMPONENT number 7 of TYPE X'0003' (single_po_file files data):
occurrence 1 is optional and does not exist.

(Level 1: Offset 1295, len 0, comp 8 of 13, #1, DI 00000062:)
Data at offset 1295 ('ITM0101,6800,EA,...') does not match INITIATOR
'MSG'
of TYPE X'0034' (forecast_note_record records data).

(Level 1: Offset 1295, len 0, comp 8 of 13, #1, DI 00000062:)
COMPONENT number 8 of TYPE X'0003' (single_po_file files data):
occurrence 1 is optional and does not exist.

(Level 1: Offset 1295, len 0, comp 9 of 13, #1, DI 00000062:)
Data at offset 1295 ('ITM0101,6800,EA,...') does not match INITIATOR
'MSG'
of TYPE X'0035' (address_note_record_1 records data).

(Level 1: Offset 1295, len 0, comp 9 of 13, #1, DI 00000062:)
COMPONENT number 9 of TYPE X'0003' (single_po_file files data):
occurrence 1 is optional and does not exist.

(Level 1: Offset 1295, len 0, comp 10 of 13, #1, DI 00000062:)
Data at offset 1295 ('ITM0101,6800,EA,...') does not match INITIATOR
'MSG'
of TYPE X'0036' (address_note_record_2 records data).

(Level 1: Offset 1295, len 0, comp 10 of 13, #1, DI 00000062:)
COMPONENT number 10 of TYPE X'0003' (single_po_file files data):
occurrence 1 is optional and does not exist.

(Level 1: Offset 1295, len 0, comp 11 of 13, #1, DI 00000062:)
Data at offset 1295 ('ITM0101,6800,EA,...') does not match INITIATOR
'MSG'
of TYPE X'0037' (address_note_record_3 records data).

(Level 1: Offset 1295, len 0, comp 11 of 13, #1, DI 00000062:)
COMPONENT number 11 of TYPE X'0003' (single_po_file files data):
occurrence 1 is optional and does not exist.

(Level 2: Offset 1295, len 0, comp 1 of 4, #1, DI 00000062:)
Data at offset 1295 ('ITM0101,6800,EA,...') does not match INITIATOR
'MSG'
of TYPE X'003A' (address_note_record_1_1 records data).

(Level 2: Offset 1295, len 0, comp 1 of 4, #1, DI 00000062:)
COMPONENT number 1 of TYPE X'0039' (item_note_group groups data):
occurrence 1 is optional and does not exist.

(Level 2: Offset 1295, len 0, comp 2 of 4, #1, DI 00000062:)
Data at offset 1295 ('ITM0101,6800,EA,...') does not match INITIATOR
'MSG'
of TYPE X'003B' (address_note_record_2_1 records data).

(Level 2: Offset 1295, len 0, comp 2 of 4, #1, DI 00000062:)
COMPONENT number 2 of TYPE X'0039' (item_note_group groups data):
occurrence 1 is optional and does not exist.

(Level 2: Offset 1295, len 0, comp 3 of 4, #1, DI 00000062:)
Data at offset 1295 ('ITM0101,6800,EA,...') does not match INITIATOR
'MSG'
of TYPE X'003C' (address_note_record_3_1 records data).

(Level 2: Offset 1295, len 0, comp 3 of 4, #1, DI 00000062:)
COMPONENT number 3 of TYPE X'0039' (item_note_group groups data):
occurrence 1 is optional and does not exist.

(Level 2: Offset 1295, len 0, comp 4 of 4, #1, DI 00000062:)
Data at offset 1295 ('ITM0101,6800,EA,...') does not match INITIATOR
'MSG'
of TYPE X'003D' (pid_note_record_1 records data).

(Level 2: Offset 1295, len 0, comp 4 of 4, #1, DI 00000062:)
COMPONENT number 4 of TYPE X'0039' (item_note_group groups data):
occurrence 1 is optional and does not exist.

(Level 1: Offset 1295, len 0, comp 12 of 13, #1, DI 00000062:)
COMPONENT number 12 of TYPE X'0003' (single_po_file files data):
occurrence 1 is optional and does not exist.

(Level 2: Offset 1295, len 0, comp 1 of 3, #1, DI 00000062:)
Data at offset 1295 ('ITM0101,6800,EA,...') does not match INITIATOR
'MSG'
of TYPE X'003F' (pid_note_record records data).

(Level 2: Offset 1295, len 0, comp 1 of 3, #1, DI 00000062:)
COMPONENT number 1 of TYPE X'003E' (item_ship_group groups data):
occurrence 1 is optional and does not exist.

(Level 3: Offset 1298, len 4, comp 1 of 13, #1, DI 00000062:)
Data at offset 1298 ('0101') was found to be of TYPE
X'0041' (line_item elements data).

(Level 3: Offset 1303, len 4, comp 2 of 13, #1, DI 00000063:)
Data at offset 1303 ('6800') was found to be of TYPE
X'0042' (quantity_ordered elements data).

(Level 3: Offset 1308, len 2, comp 3 of 13, #1, DI 00000064:)
Data at offset 1308 ('EA') was found to be of TYPE
X'0043' (line_item_units elements data).

(Level 3: Offset 1311, len 6, comp 4 of 13, #1, DI 00000065:)
Data at offset 1311 ('505.98') was found to be of TYPE
X'0044' (unit_price elements data).

(Level 3: Offset 1318, len 2, comp 5 of 13, #1, DI 00000066:)
Data at offset 1318 ('TP') was found to be of TYPE
X'0045' (unit_price_units elements data).

(Level 3: Offset 1321, len 0, comp 6 of 13, #1, DI 00000067:)
Data at offset 1321 (',34-8509-0694-1,') was found to be of TYPE
X'0046' (vendor_part_id elements data).

(Level 3: Offset 1322, len 14, comp 7 of 13, #1, DI 00000067:)
Data at offset 1322 ('34-8509-0694-1') was found to be of TYPE
X'0047' (buyer_part_id elements data).

(Level 3: Offset 1337, len 25, comp 8 of 13, #1, DI 00000068:)
Data at offset 1337 ('SHEET CORRUGAT') was found to be of TYPE
X'0048' (product_description elements data).

(Level 3: Offset 1363, len 0, comp 9 of 13, #1, DI 00000069:)
Data at offset 1363 (',,01CDJ120,,A<CR><LF>S') was found to be of TYPE
X'0049' (item_supplier_id elements data).

(Level 3: Offset 1364, len 0, comp 10 of 13, #1, DI 00000069:)
Data at offset 1364 (',01CDJ120,,A<CR><LF>SH') was found to be of TYPE
X'004A' (item_vendor_id elements data).

(Level 3: Offset 1365, len 8, comp 11 of 13, #1, DI 00000069:)
Data at offset 1365 ('01CDJ120') was found to be of TYPE
X'004B' (item_ship_to_id elements data).

(Level 3: Offset 1374, len 0, comp 12 of 13, #1, DI 0000006A:)
Data at offset 1374 (',A<CR><LF>SHP6800,EA,2') was found to be of TYPE
X'004C' (change_type elements data).

(Level 3: Offset 1375, len 1, comp 13 of 13, #1, DI 0000006A:)
Data at offset 1375 ('A') was found to be of TYPE
X'004D' (revision_level elements data).

(Level 2: Offset 1298, len 78, comp 2 of 3, #1, DI 0000006B:)
Data at offset 1298 ('0101,6800,EA,505') was found to be of TYPE
X'0040' (item_record records data).

(Level 3: Offset 1381, len 4, comp 1 of 5, #1, DI 0000006C:)
Data at offset 1381 ('6800') was found to be of TYPE
X'004F' (ship_quantity elements data).

(Level 3: Offset 1386, len 2, comp 2 of 5, #1, DI 0000006D:)
Data at offset 1386 ('EA') was found to be of TYPE
X'0050' (ship_units elements data).

(Level 3: Offset 1389, len 8, comp 3 of 5, #1, DI 0000006E:)
Data at offset 1389 ('20050131') was found to be of TYPE
X'0051' (ship_date elements data).

(Level 3: Offset 1398, len 0, comp 4 of 5, #1, DI 0000006F:)
Data at offset 1398 (',<CR><LF>') was found to be of TYPE
X'0052' (ship_time elements data).

(Level 3: Offset 1399, len 0, comp 5 of 5, #1, DI 0000006F:)
Data at offset 1399 ('<CR><LF>') was found to be of TYPE
X'0053' (ship_note elements data).

(Level 2: Offset 1381, len 18, comp 3 of 3, #1, DI 0000006F:)
Data at offset 1381 ('6800,EA,20050131') was found to be of TYPE
X'004E' (ship_record records data).

(Level 1: Offset 1295, len 106, comp 13 of 13, #1, DI 00000070:)
Data at offset 1295 ('ITM0101,6800,EA,') was found to be of TYPE
X'003E' (item_ship_group groups data).

(Level 0: Offset 0, len 1401, comp 1 of 0, #1, DI 00000071:)
Data at offset 0 ('HDRdp,006173082,') was found to be of TYPE
X'0003' (single_po_file files data).

INPUT 1 was valid.

End of Validation messages for INPUT CARD 1.

(Offset 0: Map Number 0 (all_max_po_insert), DI 00000000:)
Building TYPE X'00E4' (GRP ROOT).

(Offset 0: Map Number 0 (all_max_po_insert), DI 00000000:)
Building TYPE X'00E3' (Changes ROOT).

(Offset 0: Map Number 0 (all_max_po_insert), DI 00000000:)
TYPE X'00E3' (Changes ROOT) has been built.

(Offset 44: Map Number 0 (all_max_po_insert), DI 00000000:)
TYPE X'00E4' (GRP ROOT) has been built.

OUTPUT 1 was built successfully.

End of Mapping messages for OUTPUT CARD 1.

(Offset 0: Map Number 0 (all_max_po_insert), DI 00000001:)
Building TYPE X'005A' (mercator_environment records Data).

(Offset 0: Map Number 0 (all_max_po_insert), DI 00000001:)
Building TYPE X'0057' (platform element get_filenames Data).

(Offset 0: Map Number 0 (all_max_po_insert), DI 00000001:)
TYPE X'0057' (platform element get_filenames Data) has been built.

(Offset 4: Map Number 0 (all_max_po_insert), DI 00000002:)
Building TYPE X'0058' (merc_home element get_filenames Data).

(Offset 4: Map Number 0 (all_max_po_insert), DI 00000002:)
TYPE X'0058' (merc_home element get_filenames Data) has been built.

(Offset 18: Map Number 0 (all_max_po_insert), DI 00000003:)
Building TYPE X'005B' (log_location element get_filenames Data).

(Offset 18: Map Number 0 (all_max_po_insert), DI 00000003:)
TYPE X'005B' (log_location element get_filenames Data) has been built.

(Offset 37: Map Number 0 (all_max_po_insert), DI 00000004:)
Building TYPE X'005C' (putmail_library element get_filenames Data).

(Offset 37: Map Number 0 (all_max_po_insert), DI 00000004:)
TYPE X'005C' (putmail_library element get_filenames Data) has been
built.

(Offset 60: Map Number 0 (all_max_po_insert), DI 00000005:)
Building TYPE X'005E' (environment_slash misc_elements Data).

(Offset 60: Map Number 0 (all_max_po_insert), DI 00000005:)
TYPE X'005E' (environment_slash misc_elements Data) has been built.

(Offset 62: Map Number 0 (all_max_po_insert), DI 00000006:)
Building TYPE X'005F' (merc_data element get_filenames Data).

(Offset 62: Map Number 0 (all_max_po_insert), DI 00000006:)
TYPE X'005F' (merc_data element get_filenames Data) has been built.

(Offset 81: Map Number 0 (all_max_po_insert), DI 00000007:)
Building TYPE X'0060' (hostname misc_elements Data).

(Offset 81: Map Number 0 (all_max_po_insert), DI 00000007:)
TYPE X'0060' (hostname misc_elements Data) has been built.

(Offset 85: Map Number 0 (all_max_po_insert), DI 00000008:)
Building TYPE X'0061' (validated_hostname misc_elements Data).

(Offset 85: Map Number 0 (all_max_po_insert), DI 00000008:)
TYPE X'0061' (validated_hostname misc_elements Data) has been built.

(Offset 89: Map Number 0 (all_max_po_insert), DI 00000009:)
Building TYPE X'0062' (map_name misc_elements Data).

(Offset 89: Map Number 0 (all_max_po_insert), DI 00000009:)
TYPE X'0062' (map_name misc_elements Data) has been built.

(Offset 106: Map Number 0 (all_max_po_insert), DI 0000000A:)
TYPE X'005A' (mercator_environment records Data) has been built.

OUTPUT 2 was built successfully.

End of Mapping messages for OUTPUT CARD 2.


End of Execution messages.

/opt/mercator/logs
 
Looks like the output card is not being buit correctly. Try outputting the data to a file to check it.
 
First, get a correct command line for one card with hard coded value, then map in values to see if the match, then ad cards one by one. You aretrying to fly before you start to crawl. Card 2 shows a problem with the data, not the command line. Give each card a separate DBL name to make reading it easier. You also have to make sure you don't build in deadlocks between cards.



BocaBurger
<===========================||////////////////|0
The pen is mightier than the sword, but the sword hurts more!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top