- Contents
- Index
MIC Load Object
This MIC tool loads an MIC object into memory by specifying its distinguished name (i.e., the object's path in the directory).
Inputs
Object Path
For this required parameter you must enter a string (sObjectPath) with the complete distinguished name of the (LDAP) MIC object to load. For example O=Acme,CN=Organizations,O=Communite,DC=cte,DC=inin,DC=com:
Outputs
MIC Object
The MIC Object variable (moMicObject) that holds the loaded object.
Exit Code
An Exit Code (iExitCode) of 0 (zero) indicates success and a non-zero code indicates an error or other condition about the results of this tool step.
Exit Text
The exit text string (sExitText) corresponds to the Exit Code. When the Exit Code is 0, the Exit Text is "Success."
Exit Paths
Success
The object was successfully loaded.
Failure
The object failed to load. Some common error codes for this include:
Exit Code: 0x80070057
Exit Text: One or more arguments are invalid
Reason: The object path field was empty.
Exit Code: 0x80072030
Exit Text: There is no such object on the server.
Reason: An invalid distinguished name was passed.
Related Topics

