-7313 or Tieline 363-7313
From: "Dedhia, Hardik"
To:
Date: 07/19/2011 10:38 AM
Subject: Re: [staf-users] Regarding Process Start Command
Hi,
This problem still persists. The error in the process.out file is:
Unable to create unique subdirectory 1c9c014e
mkdir: Pe
...@us.ibm.com]
Sent: Thursday, July 07, 2011 4:47 PM
To: Dedhia, Hardik
Cc: staf-users
Subject: Re: [staf-users] Regarding Process Start Command
You need to check the result's RC to see if it successfully submitted the
PROCESS START request like the example I sent you is doing:
STAFResultPt
You need to check the result's RC to see if it successfully submitted the
PROCESS START request like the example I sent you is doing:
STAFResultPtr res = handlePtr->submit(machine, "PROCESS", request);
if (res->rc != kSTAFOk)
{
cout << "STAF " << machine << " PROCESS " << request << " fa