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?
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
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.
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.
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