The following table describes a successful request to force a UNIX job into a ‘recent’ SMART Folder allowing duplication
<?xml version="1.0" encoding="ISO-8859-1"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<ctmem:request_order_force xmlns:ctmem="http://www.bmc.com/ctmem/schema800">
<ctmem:user_token>$USER_TOKEN$</ctmem:user_token>
<ctmem:force_it>yes</ctmem:force_it>
<ctmem:control_m>UnixDc</ctmem:control_m>
<ctmem:job_id>6</ctmem:job_id>
<ctmem:job_name>FoInRecDup</ctmem:job_name>
<ctmem:folder_name>FoInSGJobU</ctmem:folder_name>
<ctmem:odate>20010522</ctmem:odate>
<ctmem:variable_assignments>
<ctmem:variable_assignment>
<ctmem:name>RecentDup</ctmem:name>
<ctmem:value>2</ctmem:value>
</ctmem:variable_assignment>
<ctmem:variable_assignment>
<ctmem:name>A</ctmem:name>
<ctmem:value>2</ctmem:value>
</ctmem:variable_assignment>
<ctmem:variable_assignment>
<ctmem:name>B</ctmem:name>
<ctmem:value>3</ctmem:value>
</ctmem:variable_assignment>
</ctmem:variable_assignments>
<ctmem:folder_info>
<ctmem:into_folder>recent</ctmem:into_folder>
<ctmem:allow_dup>yes</ctmem:allow_dup>
</ctmem:folder_info>
</ctmem:request_order_force>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Parent Topic |