Xml parsing failing with error in DSDerivation

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
Simar
Participant
Posts: 19
Joined: Thu Jul 19, 2007 5:35 am

Xml parsing failing with error in DSDerivation

Post by Simar »

Hi,

I am trying to parse a xml but it is failing with error
"is not a valid property list: Error parsing list for property "DSDescription"
Error parsing list for property "DSDisplayWidth"
Error parsing list for property "DSSQLType"
Error parsing list for property "DSSQLPrecision"
Error parsing list for property "DSDerivation"

The Tag Names in my xml are like Abc.Id, Abc.Desc, Abc.Phase and i am suspecting this is causing issue because when i change the tag names to Abc_Id, Abc_Desc, Abc_Phase it parses correctly.

Is there any limitation on DS 8.0.1 where it can not parse xmls having "." in its tag names ?

Thanks in advance...!
Simar
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That's a question you'd need to ask your official support provider. Perhaps that's something that has been patched.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Simar
Participant
Posts: 19
Joined: Thu Jul 19, 2007 5:35 am

Post by Simar »

Thanks craig,

We are also checking with IBM support but was making sure if anyone else has faced the same issue earlier so that i can directly to the point.

Thanks for your help...!
Simar
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Let us know what you find out... and maybe someone will show up who knows the answer in the meantime. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply