For information about using variables, refer to "variables".
| Item name | Required/Optional | Use of Variables | Description | Remarks |
|---|---|---|---|---|
| Name | Required | Not available | Enter the name on the script canvas. |
| Item name | Required/Optional | Use of Variables | Description | Remarks |
|---|---|---|---|---|
| Destination | Required | Not available | Select Global Resources.
Refer to " Global Resource Properties " for global resource settings .
|
|
| Form name | Required | Available | Select or enter a form name. |
|
| Field definition | Required | - | Display the field definition of the form specified in [Form name]. | |
| Field definition / Field name | Required | Available | Enter the name of the field.
By default, the field name in the specified form is set. |
|
| Field definition / Type | Required | Not available | Select the type of the field.
By default, the field type in the specified form is set.
|
|
| Search string | Required | Available | Enter a search string. |
|
| Maximum number of retrieved documents | Optional | Available | Enter the number of documents to retrieve. |
|
| Delimiter | Optional | Available | Enter the delimiter of multiple values. |
|
| Destination to save attachment | Required | Available | Select or enter the directory to save HTML files in richtext and attachments.
Click [Browse] button to activate the file Selectr and Select the directory. |
|
| Save each rich text document in a directory | Required | Available | Select whether you save HTML files and attachments in the directory of the same name as a universal ID or not.
|
|
| Item name | Required/Optional | Use of Variables | Description | Remarks |
|---|---|---|---|---|
| Mass data processing | Required | Not available | Select a data processing method.
|
| Item name | Required/Optional | Use of Variables | Description | Remarks |
|---|---|---|---|---|
| Comment | Optional | Not available | You can write a short description of this adapter. The description will be reflected in the specifications. |
<?xml version="1.0" encoding="UTF-8" ?>
<table>
<row>
<column>UniversalID</column>
<column>NoteID</column>
<column>field data</column>
:
</row>
<row>
:
</row>
</table>
See "Edit Schema"for any details .
| Component variable name | Description | Remarks |
|---|---|---|
| count | Returns the number of read data. |
|
| message_category | Stroes the category to which corresponding message code belongs to, when an error occurs. |
|
| message_code | Stores its corresponding message code of occured error. |
|
| message_level | Stores the severity of the corresponding message code of the occured error. |
|
| error_type | Stores the type of the occured error. |
|
| error_message | Stores the error message for the occured error. |
|
| error_trace | Stores stack trace of the occurred error. |
|
| [Type} | Operation | Remarks |
|---|---|---|
| [string] |
|
|
| [datetime] |
|
|
| [double] |
|
|
For information about the search function of Notes, refer to the technical information provided by IBM, "How to search by the search engine(GTR)" (reference#: 1464610).
Notes users who are configured on the client, "Password quality scale" please allow the setting without a password.
In case of Read Full-text Search, Notes database must be indexed in advance.
One HTML file is created for one Rich Text Field.| Type | Naming Rules | Remarks |
|---|---|---|
| HTML file | "richtext" +"_"+"<GID(a unique ID generated in DataSpiderServer)>"+".html" | |
| Attachment of documents | "<attachment name (including an extension)>"+".html"
If attachments with the same name exist in one document, the below naming rules are applied to the files after the second one.
"ID for internal recognition"+"<attachment name(including an extension)>" |
|
| Image of documents | "<Universal ID of the document with an attached image>"+"-"+"GRAPHIC"+"-"+"<serial number>"+".bmp" |
|
| Preview Image of OLE objects of documents | "<Universal ID of the document with an attached image>"+"-"+"GRAPHIC"+"-"+"<serial number>"+".bmp" |
|
| Attachment icon image of documents | "<Universal ID of the document with an attached image>"+"-"+"PREVIEW"+"-"+"<serial number>"+"-"+"<attached file name (including an extension)>"+".bmp" |
|
| Key | Location | Description | Remarks | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| notes.compat.220 | $DATASPIDER_HOME/server/plugin/data_processing/share/classes/
lotusnotescommon.properties |
|
|
For more details, please contact IBM.
Although some versions of Notes may be able to output the external characters, it is not intended in the specification to guarantee the operation.
| 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: [<name of Global Resources>] |
Resource definition specified in [Destination] does not exist. | Check the global resource specified in [Destination] |
| InvalidPropertyConfigurationException [<Property name>] is not specified. |
[<Property name>] is not specified. | Specify the [<Property name>]. |
| LotusNotesException [STATUS: 3842] Database is not full-text indexed. |
The database to connect is not indexed. | Please create the index of the database to connect. |
| LotusNotesException [STATUS:3849] Does not understand the criteria |
[Search string] contains invalid characters. | Check [Search string]. |