With how I'm doing the XML export it is looking for results from SQL to fill the dataset and so is getting stuck half way through writing the line.
I am working in my down time an XML only version of this but it's still a ways off. I'll see if I can think of an elegant way to get it to export a working structure even if theres no data present.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1646555
Originator: NO
Haven't tried exporting to XML with no pre-existing dataset, will play with it.
Logged In: YES
user_id=1646555
Originator: NO
ps. why isn't notifying me when people post here?
Logged In: YES
user_id=1646555
Originator: NO
With how I'm doing the XML export it is looking for results from SQL to fill the dataset and so is getting stuck half way through writing the line.
I am working in my down time an XML only version of this but it's still a ways off. I'll see if I can think of an elegant way to get it to export a working structure even if theres no data present.
Logged In: YES
user_id=1646555
Originator: NO
schema sample of xml file for it:
<?xml version="1.0" standalone="yes"?>
<machine_list>
<computers>
<tags>
<tag tagid="1" name="Workstations" />
</tags>
<machine machineid="1" name="descriptiveName" address="IPorMachineName" port="5900" adgroup="##SecurityGroup" />
</computers>
</machine_list>
btw it doesn't happen with data
Logged In: YES
user_id=1646555
Originator: NO
I should probably remove the tags from the xml as I have tag lookups disabled in it