DASAggregate.NET

Top Previous Topic Next Topic  Print this topic

DASAggregate.NET is an application that can be used for processing data aggregation job documents through the command line. It uses the Data Aggregation Server to process supported documents (*.xml. *.dax) into XML output.

 

It also serves as a sample application for the Data Aggregation Server.NET API.

 

Usage:

 

 

DASAggregate.NET inFile [outFile] [-parameters:name=value;name=value...]

   

Parameters:

           remoteserver=IPAddress

           serverport=intValue

               loglevel=none|errors|all

           retryfailedrequests=boolValue

               requesttimeout=intValue(seconds)

           username=stringValue

           password=stringValue

           property=objectID/name/value

 

Example:

 

 

DASAggregate.NET C:\test.dax C:\test.xml

 

 

The parameters correspond to the members of the JobParameters class:

 

remoteserver - sets the Server parameter

serverport - sets the ServerPort parameter

loglevel - sets the log level

username - sets the UserName parameter

password - sets the Password parameter

property - adds a JobProperty parameter