Getting error while comparing jobs across different projects

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
Sairam
Participant
Posts: 42
Joined: Tue Nov 11, 2003 1:09 pm

Getting error while comparing jobs across different projects

Post by Sairam »

The '$' character, hexadecimal value 0x24, cannot begin with a name. Line 1, position 1660

System.Xml.XmlException: The '$' character, hexadecimal value 0x24, cannot begin with a name. Line 1, position 1660.
at System.Xml.XmlScanner.ScanName()
at System.Xml.XmlScanner.ScanMarkup()
at System.Xml.XmlTextReader.ParseElement()
at System.Xml.XmlTextReader.Read()
at System.Xml.XmlValidatingReader.ReadWithCollectTextToken()
at System.Xml.XmlValidatingReader.Read()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(Stream inStream)
at XmlOutput.get_Root()
at Global.FlattenProperties(DsxObject thing)
at Ascential.DataStage.DiffApi.JobDiffProcessor.ProcessJobDefn(DsxObject old, DsxObject changed)
at Ascential.DataStage.DiffApi.JobDiffProcessor.ProcessItem(DsxObject item)
at Ascential.DataStage.Dsx.DsxObject.ProcessChildren(IDsxObjectProcessor proc)
at Ascential.DataStage.Dsx.DsxObject.ProcessChildren(IDsxObjectProcessor proc)
at Ascential.DataStage.DiffApi.DiffApi.DoJobDiff(String lhsXml, String lhsName, String lhsConnection, String rhsXml, String rhsName, String rhsConnection)
at Ascential.DataStage.DiffGuiComparer.Global.DoJobDiff(String lhscontent, String lhsname, String lhsconnection, String rhscontent, String rhsname, String rhsconnection, Object Project, String outputto, showerrordelegate OnError, showstatusdelegate OnShowStatus, Boolean issharedContainer)
at Ascential.DataStage.DiffGuiComparer.MainForm._okbtn_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Sairam
Participant
Posts: 42
Joined: Tue Nov 11, 2003 1:09 pm

Post by Sairam »

After a long time IBM sent a patch for the Client which involved for XML Parser .

Thanks :D
Sairam
Participant
Posts: 42
Joined: Tue Nov 11, 2003 1:09 pm

Post by Sairam »

Sorry I forgot to mention
DS 8.0.1
Windows Env
I will post later the solution description from IBM
Post Reply