Skip to main content

RtBaseline_RunSQLPublish

The RtBaseline_RunSQLPublish method/function runs a Sigmafine SQL-Access (a.k.a. Sigmafine reporting Framework Connector / RFC). It allows the running of the publication over the selected period. If multiple cases are within the Start-Time and End-Time, all cases within the period are published in one run.

Web Method Synopsis (C# Syntax)

public bool RtBaseline\_RunSQLPublish( 
string sAFAnalysisPath,
DateTime dStartTime,
DateTime dEndTime);

Output Result

BOOL® Returns a TRUE/FALSE flag, indicating whether the action was performed with error (FALSE) or without  error (TRUE).

Input Parameters

sAFAnalysisPath (STRING) ® The Sigmafine AFAnalysis path. Specify the Sigmafine specific path according to the model configuration with the following format: \\Server\Database\Model\AFAnalysis.

dStartTime (DATETIME) ® The StartTime of the publication.

dEndTime (DATETIME) ® If no analysis is specified, it is the EndTime of the transfer; otherwise, it is the EndTime of the AFCase.