OnDemand Users Group

Support Forums => CMOD for Multiplatforms => Topic started by: adrianmitchell on October 29, 2013, 03:13:13 PM

Title: Unable to configure attribute CC using ARSXML
Post by: adrianmitchell on October 29, 2013, 03:13:13 PM
ARSXML fails when I try to configure the attribute CC for Applications. The error message I receive states that CC is not a valid attribute for dataType "Line" but this is not the case according to the documentation.

Example from XML:
<application name="AABC123" appGroup="GABC123" dataType="Line" identifier="A" indexer="Generic" dataCompression="None">
<lineData codePage="500" prMode="None" trc="No" recFM="Stream" delimiter="0A" CC="No" CCType="ANSI"/>

OD Version: 8.5.0

I tried adding the attribute to ondemand.xsd but it still didn't work.

Anybody got any ideas?
Title: Re: Unable to configure attribute CC using ARSXML
Post by: Alessandro Perucchi on November 01, 2013, 02:33:37 PM
Hello Adrian,

Well, if the documentation says so, and the ondemand.xsd is not accepting it, then you must open a PMR.
Adding it to the ondemand.xsd won't work...

I've checked, and even in CMOD V9.0.0.2 it is not there...

Sincerely yours,
Alessandro
Title: Re: Unable to configure attribute CC using ARSXML
Post by: Greg Ira on November 04, 2013, 04:57:32 PM
Adrian,
I believe CC="No" is redundant.  If you use CCType="Ansi" it considers that as CC="Yes".  A little foggy in the memory but to turn it off I belive you would code CCType="None".  Undocumented Feature.
Title: Re: Unable to configure attribute CC using ARSXML
Post by: adrianmitchell on November 05, 2013, 03:10:08 PM
Thanks for your feedback Guys.

@Greg - your suggestion CCType="None" works. Thanks!

@Alessandro: If as Greg suggests that this is undocumented then maybe it should go in the documentation for future use.
Title: Re: Unable to configure attribute CC using ARSXML
Post by: Alessandro Perucchi on November 08, 2013, 10:06:43 AM
Quote from: adrianmitchell on November 05, 2013, 03:10:08 PM
Thanks for your feedback Guys.

@Greg - your suggestion CCType="None" works. Thanks!

@Alessandro: If as Greg suggests that this is undocumented then maybe it should go in the documentation for future use.

Hello Adrian,

That's why it would be really nice to open a PMR, that way the documentation would be corrected!!!

Sincerely yours,
Alessandro