XML Error - CDIER0802E: The assembly has 2 errors.

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ETLHMC
Premium Member
Premium Member
Posts: 10
Joined: Fri Oct 14, 2011 11:42 am
Location: Pennsylvania

XML Error - CDIER0802E: The assembly has 2 errors.

Post by ETLHMC »

Hello.

We are using Datastage version 9.1 on Windows 2008. We have a job that takes multiple datasets and tries to combine them in the XML stage. This job was running fine but is now failing with the following errors:

xml_assemble_aqi_files,0: Failure during execution of operator logic.

xml_assemble_aqi_files,0: Input 0 consumed 0 records.
Input 1 consumed 0 records.
Input 2 consumed 0 records.
Input 3 consumed 0 records.
Input 4 consumed 0 records.
Input 5 consumed 0 records.
Input 6 consumed 0 records.
Input 7 consumed 0 records.
Input 8 consumed 0 records.
Input 9 consumed 0 records.
Input 10 consumed 0 records.
Input 11 consumed 0 records.
Input 12 consumed 0 records.
Input 13 consumed 0 records.
Input 14 consumed 0 records.
Input 15 consumed 0 records.
Input 16 consumed 0 records.
Input 17 consumed 0 records.
Input 18 consumed 0 records.
Input 19 consumed 0 records.
Input 20 consumed 0 records.
Input 21 consumed 0 records.
Input 22 consumed 0 records.

xml_assemble_aqi_files,0: Fatal Error: CDIER0802E: The assembly has 2 errors. Please edit the Assembly to resolve.

node_node1: Player 13 terminated unexpectedly.

main_program: APT_PMsectionLeader(1, node1), player 13 - Unexpected exit status 1.

main_program: Step execution finished with status = FAILED.

We are unable to determine what might be causing these errors. Any help would be appreciated. Please let us know if you need any further information.

Thanks.
oracledba
Premium Member
Premium Member
Posts: 49
Joined: Mon Aug 06, 2012 9:21 am

Post by oracledba »

"xml_assemble_aqi_files,0: Input 0 consumed 0 records. '"

means no records are being received by the xml stage. So probably the input files have no records.
major
Premium Member
Premium Member
Posts: 167
Joined: Mon Nov 26, 2007 12:21 am

Post by major »

from the post it seems there are errors in assembly

Code: Select all

xml_assemble_aqi_files,0: Fatal Error: CDIER0802E: The assembly has 2 errors. Please edit the Assembly to resolve
Did you try to see what those issues are ?

Thanks
Major
Post Reply