AWKMSQ - MsSQL plug-in messages

This section lists error and warning messages that might be generated by the MsSQL plug-in.

The message component code is MSQ.

AWKMSQ001E

The server address is missing.

The server address is required.

The operation is not performed.

Specify a server address.

AWKMSQ002E

The server port is either missing or not valid. Specify a value in the 1..65535 interval.

The server port was either not specified or not correct.

The operation is not performed.

Specify a value in the 1..65535 interval.

AWKMSQ003E

The database name is missing.

The database name was not specified.

The operation is not performed.

Specify a database name.

AWKMSQ004E

The credentials are missing.

The credentials are required.

The operation is not performed.

Specify the credentials.

AWKMSQ005E

The user name or the password is missing.

The user name or the password are both required.

The operation is not performed.

Specify both user name and password.

AWKMSQ006E

Missing statements

No statements was specified. At least one statement is required.

The operation is not performed.

Specify one or more statements.

AWKMSQ007E

Runtime Error "exception_message"

See message text.

The operation is not performed.

None.

AWKMSQ008E

Unable to create the output file

See message text.

The operation is not performed.

None.

AWKMSQ009E

Unable to create the connection "exception_message"

See message text.

The operation is not performed.

None.

AWKMSQ010E

MSSQL job run error "error_message"

See message text.

The operation is not performed.

None.

AWKMSQ011E

SQL job run error "error_message".

See message text.

The operation is not performed.

None.

AWKMSQ012E

Rollback error "error_message"

See message text.

The operation is not performed.

None.

AWKMSQ013E

Connection close error "error_message"

See message text.

The operation is not performed.

None.

AWKMSQ014E

Output file close error "error_message"

See message text.

The operation is not performed.

None.

AWKMSQ015E

Empty DBMS

An empty DBMS was specified.

The operation is not performed.

Do not specify an empty DBMS or do not use the DBMS tag.

AWKMSQ016E

Empty statement

An empty statement was specified.

The operation is not performed.

Do not specify empty statements.

AWKMSQ017E

The JDBC Driver path is missing.

The JDBC Driver path is required in the configuration file.

The operation is not performed.

Specify the JDBC Driver path.

AWKMSQ018E

Cannot access required folders

The executor was not able to access a JDBC driver folder, you may not have enough permissions.

The operation is not performed.

Verify that you have enough permissions.

AWKMSQ019E

The job type is not valid; it must be job

See message text.

The operation is not performed.

Specify a valid job type.

AWKMSQ020E

The driver class name is missing.

See message text.

The operation is not performed.

Specify a driver class name.

AWKMSQ021E

The connection URL value is missing.

See message text.

The operation is not performed.

Specify a connection URL.

AWKMSQ022E

The DBMS value is missing, only MSSQL is supported.

See message text.

The operation is not performed.

Specify MSSQL as DBMS.

AWKMSQ023E

The polling interval format is not valid, the polling interval must be a positive integer.

See message text.

The operation is not performed.

Specify a valid polling interval.

AWKMSQ024E

The job type is not valid; it must be job

You specified an invalid job type.

Job type must be job.

The operation is not performed.

Specify a valid job type.

AWKMSQ025E

The type attribute for dbStatement element is missing.

The type for the dbStatement element is required.

The operation is not performed.

Provide the required information and retry the operation.

AWKMSQ026E

More than one dbStatement element was specified. Only one dbStatement element of type job is allowed.

More than one dbStatement was specified. Only one dbStatement of type job is allowed.

The operation is not performed.

Specify only one dbStatement.