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.
Explanation
The server address is required.
System action
The operation is not performed.
Operator response
Specify a server address.
AWKMSQ002E The server port is either missing or not valid. Specify a value in the 1..65535 interval.
Explanation
The server port was either not specified or not correct.
System action
The operation is not performed.
Operator response
Specify a value in the 1..65535 interval.
AWKMSQ003E The database name is missing.
Explanation
The database name was not specified.
System action
The operation is not performed.
Operator response
Specify a database name.
AWKMSQ004E The credentials are missing.
Explanation
The credentials are required.
System action
The operation is not performed.
Operator response
Specify the credentials.
AWKMSQ005E The user name or the password is missing.
Explanation
The user name or the password are both required.
System action
The operation is not performed.
Operator response
Specify both user name and password.
AWKMSQ006E Missing statements
Explanation
No statements was specified. At least one statement is required.
System action
The operation is not performed.
Operator response
Specify one or more statements.
AWKMSQ007E Runtime Error "exception_message"
Explanation
See message text.
System action
The operation is not performed.
Operator response
None.
AWKMSQ008E Unable to create the output file
Explanation
See message text.
System action
The operation is not performed.
Operator response
None.
AWKMSQ009E Unable to create the connection "exception_message"
Explanation
See message text.
System action
The operation is not performed.
Operator response
None.
AWKMSQ010E MSSQL job run error "error_message"
Explanation
See message text.
System action
The operation is not performed.
Operator response
None.
AWKMSQ011E SQL job run error "error_message".
Explanation
See message text.
System action
The operation is not performed.
Operator response
None.
AWKMSQ012E Rollback error "error_message"
Explanation
See message text.
System action
The operation is not performed.
Operator response
None.
AWKMSQ013E Connection close error "error_message"
Explanation
See message text.
System action
The operation is not performed.
Operator response
None.
AWKMSQ014E Output file close error "error_message"
Explanation
See message text.
System action
The operation is not performed.
Operator response
None.
AWKMSQ015E Empty DBMS
Explanation
An empty DBMS was specified.
System action
The operation is not performed.
Operator response
Do not specify an empty DBMS or do not use the DBMS tag.
AWKMSQ016E Empty statement
Explanation
An empty statement was specified.
System action
The operation is not performed.
Operator response
Do not specify empty statements.
AWKMSQ017E The JDBC Driver path is missing.
Explanation
The JDBC Driver path is required in the configuration file.
System action
The operation is not performed.
Operator response
Specify the JDBC Driver path.
AWKMSQ018E Cannot access required folders
Explanation
The executor was not able to access a JDBC driver folder, you may not have enough permissions.
System action
The operation is not performed.
Operator response
Verify that you have enough permissions.
AWKMSQ019E The job type is not valid; it must be job
Explanation
See message text.
System action
The operation is not performed.
Operator response
Specify a valid job type.
AWKMSQ020E The driver class name is missing.
Explanation
See message text.
System action
The operation is not performed.
Operator response
Specify a driver class name.
AWKMSQ021E The connection URL value is missing.
Explanation
See message text.
System action
The operation is not performed.
Operator response
Specify a connection URL.
AWKMSQ022E The DBMS value is missing, only MSSQL is supported.
Explanation
See message text.
System action
The operation is not performed.
Operator response
Specify MSSQL as DBMS.
AWKMSQ023E The polling interval format is not valid, the polling interval must be a positive integer.
Explanation
See message text.
System action
The operation is not performed.
Operator response
Specify a valid polling interval.
AWKMSQ024E The job type is not valid; it must be job
Explanation
You specified an invalid job type.
Job type must be job.
System action
The operation is not performed.
Operator response
Specify a valid job type.
AWKMSQ025E The type attribute for dbStatement element is missing.
Explanation
The type for the dbStatement element is required.
System action
The operation is not performed.
Operator response
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.
Explanation
More than one dbStatement was specified. Only one dbStatement of type job is allowed.
System action
The operation is not performed.
Operator response
Specify only one dbStatement.