If an LDAP query returns no results, a NULL data element is returned. The default is to return an empty array data element. This is for backward-compatibility only.
jitterbit.scripting.ldap.scope
Variable
jitterbit.scripting.ldap.scope
Data Type
Integer
Description
The scope LdapSearch() should use. These options are valid:
0 – Search the base entry only.
1 – Search all entries in the first level below the base entry, excluding the base entry.
2 – Search the base entry and all entries in the tree below the base.
jitterbit.scripting.ldap.use_paged_search
Variable
jitterbit.scripting.ldap.use_paged_search
Data Type
Integer
Description
Use paged search when searching LDAP directories. This option is useful for retrieving large result sets.
jitterbit.scripting.nesting.max
Variable
jitterbit.scripting.nesting.max
Data Type
Integer
Default
10
Description
Maximum nesting level for RunScript/RunOperation calls. If the nesting level is exceeded, the operation will fail. If your application needs deeper nesting, increase this number.
jitterbit.scripting.while.max_iterations
Variable
jitterbit.scripting.while.max_iterations
Data Type
Integer
Default
50000
Description
The maximum number of times that the body of a while loop will execute. Setting this number to less than 1 reverts to the default of 50,000 iterations.
NOTE: This setting applies to Jitterbit Script only. For JavaScript, see Loop Iterations under JavaScript.