Queries the compilation status of the API in the database.
Parameters
Login parameter:
-
/conn <database connection>: Specifies the database you want to connect to.
-
/dialog <dialog authentication>: Specifies the dialog authentication.
Optional parameter:
-
/conndialog <option>: Specifies whether a login window is displayed for the database connection. The following options are possible:
-
off: The login window is not shown. If the database is not connected, an attempt is made to establish a connection.
-
show: The login window is shown (even is a database is already connected) and the new connection replaces the old one.
-
fallback (default): The current database connection is used. If the database is not connected, an attempt is made to establish a connection.
-
-
/factory <target system>: Specifies the target system for the connection. Enter this parameter if you want to establish a connection to the application server. Example: QBM.AppServer.Client.ServiceClientFactory, QBM.AppServer.Client
-
/branch <compilation branch ID>: Queries the compilation status of the API saved under this compilation branch.
-
/htmlapp <name of the HTML package>: Returns data for the specified HTML package.
-
-D: Returns data for debug assemblies.
-
-R: Returns data for release assemblies.