Element name |
Attribute name |
Description |
Remarks |
serverPrinters |
- |
Element showing server printer information list. |
|
serverPrinter |
- |
Element showing server printer information. |
|
name |
- |
Element showing printer name. |
|
canGetStatus |
- |
Element showing whether getting status is available manually. |
|
comment |
- |
Element showing comment. |
|
language |
- |
Element showing language. |
|
parallelJobCount |
- |
Element showing parallel processing number (document number). |
|
portName |
- |
Element showing port. |
|
printerKind |
- |
Element showing printer type name. |
|
pdl |
- |
Element showing PDL. |
Outputs empty character, if Report Director Enterprise 8.2 server is selected in [Destination]. |
serverName |
- |
Element showing RD sever name. |
|
realServerName |
- |
Element showing real sever name. |
Outputs empty character, if Report Director Enterprise 8.2 server is selected in [Destination]. |
spoolDirectory |
- |
Element showing output directory |
|
spoolMethod |
- |
Element showing output category. |
|
spoolMethodName |
- |
Element showing output category name. |
|
status |
- |
Element showing status. |
|
statusName |
- |
Element showing status character string. |
|
statusInterval |
- |
Element showing status watching interval (second). |
|
statusProtocol |
- |
Element showing status getting protocol. |
|
stopping |
- |
Element showing whether stopping or not. |
|
properties |
- |
Element showing server printer setting item list. |
|
property |
- |
Element showing server printer setting item. |
|
name |
- |
Element showing server printer setting item name. |
|
value |
- |
Element showing server printer setting item value. |
|
protocol |
- |
Element showing print protocol. |
|
Component variable name |
Description |
Remarks |
count |
Stores the number of received data. |
|
message_category |
Stores the category of message code corresponding to the occured error. |
|
message_code |
Stores the code of message code corresponding to the occured error. |
|
message_level |
Stores the severity of message code corresponding to the occured error. |
|
error_type |
Returns the error type when error occurred. |
- Default value is null.
- Error is represented in the format depicted below.
Ex: java.io.FileNotFoundException
The message may vary depending on the DataSpider Servista version.
|
error_message |
Returns the error message when error occurred. |
- Default value is null.
The message may vary depending on the DataSpider Servista version.
|
error_trace |
Returns the trace information when error occurred. |
- Default value is null.
The message may vary depending on the DataSpider Servista version or the client application used.
|
Exception name |
Cause |
Solution |
ResourceNotFoundException Resource definition could not be found.Name:[] |
[Destination] is not specified. |
Specify [Destination]. |
ResourceNotFoundException Resource definition could not be found. Name:[<Global resource name>] |
Resource definition selected in [Destination] is not found. |
Confirm the global resource specified in [Destination]. |
InvalidPropertyConfigurationException Resource required item is not set.:<Property name> |
Resource required item selected in [Destination] is not set. |
Set resource required item. |
RdConnectException Failed to connect database. |
Failed to connect to database used in Report Director Enterprise. |
Setup in order to enable database connection by performing such as restart of database used in Report Director Enterprise, or changing maximum connection. |