Use of XML Input Stage and XML Output Stage

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
Ananda
Participant
Posts: 29
Joined: Mon Sep 20, 2004 12:05 am

Use of XML Input Stage and XML Output Stage

Post by Ananda »

Hi,

I am trying to extract data from a XML page in XMLInputStage, transform the data in a transformer and then store it in a sequential file.

At present working on DataStage PX 7.0. I am using XML Input Stage where I am including namespaces from XML and including XSLT sheet.

But I am facing this error in the XMLInput Stage itself as shown below:

XML_Input_0: When processing argument -outlinkpropsWhen processing output link property list: {
accept_nulls=0,
.
.

is_reject_link=0,
inherit_properties=1,
format_serialized_chunks=1,
DSDescription={CharacterSet='/DSExport/Header/@CharacterSet', ExportingTool='/DSExport/Header/@ExportingTool', ToolVersion='/DSExport/Header/@ToolVersion', ServerName='/DSExport/Header/@ServerName', ToolInstanceID='/DSExport/Header/@ToolInstanceID', Date='/DSExport/Header/@Date', Time='/DSExport/Header/@Time', Identifier='/DSExport/Job/@Identifier', DateModified='/DSExport/Job/@DateModified', TimeModified='/DSExport/Job/@TimeModified', Identifier.1='/DSExport/Job/Record/@Identifier', Type='/DSExport/Job/Record/@Type', Readonly='/DSExport/Job/Record/@Readonly', Name='/DSExport/Job/Record/Property/@Name', Property='/DSExport/Job/Record/Property/text()', Name.1='/DSExport/Job/Record/Collection/@Name', Type.1='/DSExport/Job/Record/Collection/@Type', Name.2='/DSExport/Job/Record/Collection/SubRecord/Property/@Name', Property.1='/DSExport/Job/Record/Collection/SubRecord/Property/text()', Name.3='/DSExport/Job/Record/Property/@Name', PreFormatted='/DSExport/Job/Record/Property/@PreFormatted', Property.2='/DSExport/Job/Record/Property/text()'},
DSSchema='record
(
CharacterSet:ustring[max=255];
ExportingTool:ustring[max=255];
ToolVersion:decimal[10,0];
ServerName:ustring[max=255];
ToolInstanceID:ustring[max=255];
Date:ustring[max=255];
Time:ustring[max=255];
Identifier:ustring[max=255];
DateModified:ustring[max=255];
TimeModified:ustring[max=255];
Identifier.1:ustring[max=255];
Type:ustring[max=255];
Readonly:decimal[10,0];
Name:ustring[max=255];
Property:ustring[max=255];
Name.1:ustring[max=255];
Type.1:ustring[max=255];
Name.2:ustring[max=255];
Property.1:ustring[max=255];
Name.3:ustring[max=255];
PreFormatted:decimal[10,0];
Property.2:ustring[max=255];
)'
} is not a valid property list: Error parsing list for property "DSDescription"

Can you please tell me where I may be going wrong. If you want to see the job pls let me know.

Thanks in anticipation

regards

Anand
Post Reply