pruthirajpahi
12th September 2007, 11:55
Hi All,
I M faceing problem in case when create a AFS of the sessoin tfcmg1240m000
In between the process , session tfcmg1260s000 is opening.After that , code is this
stpapi.continue.process("tfcmg1260s000", error)
stpapi.set.report("tfcmg1260s000", "rtfcmg126032000", spool.device, error.msg)
if isspace(error.msg) then
stpapi.print.report("tfcmg1260s000", error.msg)
endif
stpapi.set.report("tfcmg1260s000", "rtfcmg126011000", spool.device, error.msg)
if isspace(error.msg) then
stpapi.print.report("tfcmg1260s000", error.msg)
endif
Here two reports are call from one session.
It gives error in case of set report rtfcmg126032000 .
how can i solve this problem.
Regards
Pruthiraj Pahi
I M faceing problem in case when create a AFS of the sessoin tfcmg1240m000
In between the process , session tfcmg1260s000 is opening.After that , code is this
stpapi.continue.process("tfcmg1260s000", error)
stpapi.set.report("tfcmg1260s000", "rtfcmg126032000", spool.device, error.msg)
if isspace(error.msg) then
stpapi.print.report("tfcmg1260s000", error.msg)
endif
stpapi.set.report("tfcmg1260s000", "rtfcmg126011000", spool.device, error.msg)
if isspace(error.msg) then
stpapi.print.report("tfcmg1260s000", error.msg)
endif
Here two reports are call from one session.
It gives error in case of set report rtfcmg126032000 .
how can i solve this problem.
Regards
Pruthiraj Pahi