White Papers
Version 1.5.0 33
510
Table 45 – DCIM_LCService.InsertCommentInLCLog() Method: Standard Messages 511
MessageID (OUT parameter) Message MessageArguments[]
LC002
General failure
LC008
Unsupported method parameter
value
LC014
Comment length must be between
1 and 255 characters
8.13 DCIM_LCService.ExportLCLog() 512
The ExportLCLog() method is used to export the log from the Lifecycle Controller to a remote share. 513
Table 46 – DCIM_LCService.ExportLCLog() Method: Return Code Values 514
Value Description
2 Error occurred
4096
Job started: REF returned to started CIM_ConcreteJob
Table 47 – DCIM_LCService.ExportLCLog() Method: Parameters 515
Qualifiers Name Type Description/Values
IN, REQ IPAddress string The IP address of the target export server.
IN, REQ ShareName string The directory path to the mount point.
IN, REQ FileName string The target output file name.
IN, REQ ShareType uint16
Type of share: NFS=0, CIFS=2
IN Username String User name for the target export server.
IN Password String Password for the target export server.
IN Workgroup String The applicable workgroup.
OUT Job
CIM_ConcreteJob
REF
[1] Returned to keep track of config job
status
1
.
OUT MessageID String
Error Message ID- can be used to index into
Dell Message registry files.
OUT Message String
Error Message in English corresponding to
MessageID is returned if the method fails to
execute.
OUT MessageArguments[] string
Substitution variables for dynamic error
messages.
516
517