Metamerge logo
Search

Advanced Search
*
*
*
* HOME DOCUMENTS & RESOURCES DOWNLOADS EARLY TECH ACCESS SUPPORT FAQ KNOWN ISSUES OLD VERSIONS
*

 

AssemblyLine Setting Tab

When in the admin tool, and after an AssemblyLine is opened, the settings tab lets you configure some general settings for the AssemblyLine.

Load task parameters from 

Reads user defined name/value pairs from the specified file.

Sample:
 var savedValue = task.getParam("my property name");

Note that if you edit this file by hand, use only lower-case letters for the parameter names.

Save task parameters to 

Writes user defined name/value pairs to the specified file when the AL terminates

Sample: 
task.setParam ("my property name", "bangalore");

Note that if you edit this file by hand, use only lower-case letters for the parameter names.

Log statistics interval

Causes the AL to issue a statement of how many entries have been read and processed so far. ( e.g. at every n'th entry issue this log message )

Max number of reads (Iterator)

Causes the AL to terminate after having processed this number of entries.  Useful when testing AssemblyLines. 

Max number of errors

Causes the AL to terminate after this number of errors have occurred.

Max duplicate entries returned

This parameter is passed on to the Connectors in the AL. This number rules how many entries are collected by a Connector when multiple entries are found. This number is relevant only for Connectors working in Update or Lookup mode.

Script Language

The AssemblyLine's script language. You may choose among several languages, but you may choose only one language for all the AssemblyLine scripting, that is the code used in Prolog, Epilog, Hooks and Attribute Maps. This does not affect the language used for a scripted Connector or a Parser written in a script language.

Include All Global Prologs

Check to automatically include all scripts from the script library that has the same language as this AssemblyLine and also has the "Auto Include" flag set for it.

Include additional Prologs

Here you can specify additional scripts from the script library not included (ie. scripts that do not have the auto-include flag set etc....)

Automatically map all attributes

If checked then all Connectors with empty attribute maps will automatically map all available attributes to/from the work entry. To define this behaviour for specific Connectors only add a single entry in the attribute map and name the attribute * (star).

Detailed Log

If checked, you will get additional log messages (debug).

Null Value Behaviour

Sets default Null Value Behaviour for the AssemblyLine. Defaults to Null Value Behaviour for the Configuration file.  Other values are described in Attribute Mapping.

 

*
  Metamerge Integrator version 4.6 ©Copyright Metamerge AS 2000-2002 Last edited 2002-06-10 contact us