Parameter Text User
Parameter Text Model
Parameter Text Label = ""
Parameter Text Keys = ""
Parameter Text Extras = ""
Parameter Text ResultFileName = "Result"
Parameter Text ProcessPreviewParams = ""
Parameter Text ProcessResultParams = ""
Parameter Text Environment = ""
Parameter Text ResultFileFormat = ""
Parameter Text Preview = ""
Parameter Text DatabaseUID = ""
Parameter Text DatabasePWD = ""
Parameter Text OnSuccessCommand = ""
Parameter Text OnFailureCommand = ""
Parameter Text PreCommand = ""
Parameter Text PostCommand = ""
Parameter Boolean UploadDataFile = False
ITPOLSSessionPrepareModel combines the functionality of the ITPOLSSessionStart, ITPOLSSessionUploadFile and ITPOLSSessionSetModelParams services. It allows for the definition of an ITP/OnLine Server model run in a single call and does the following:
ITPOLSSessionStart is set to True, do a ReceiveFile with the value "datafile" for the parameter Src.ITPOLSSessionSetModelParams with the passed parameters. If UploadDataFile is set to True, the location of the received data file will be used as Keys, and the Keys value passed to ITPOLSSessionPrepareModel will be ignored.The UploadDataFile feature is designed for use by models that use an XML File connection. The uploaded file is automatically used as the XML data file by the model run.
Refer to ITPOLSSessionSetModelParams for detailed parameter descriptions.