White Papers

38 Version 1.6.0
554
Table 48 DCIM_LCService.InsertCommentInLCLog() Method: Standard Messages
555
MessageID (OUT parameter)
Message
MessageArguments[]
LC002
General failure
LC008
Unsupported method parameter
value
LC014
Comment length must be between
1 and 255 characters
8.14 DCIM_LCService.ExportLCLog()
556
The ExportLCLog() method is used to export the log from the Lifecycle Controller to a remote share.
557
Table 49 DCIM_LCService.ExportLCLog() Method: Return Code Values
558
Value
Description
2
Error occurred
4096
Job started: REF returned to started CIM_ConcreteJob
Table 50 DCIM_LCService.ExportLCLog() Method: Parameters
559
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.
560
561