Hi Guys, Opening up a new thread on the issue.
Could not find the desired solution.
1. Teamsite Version : 7.4.1
2. WFM
3. Customizing PLC
4. Back to Back CGI operation.
5. Transitioning from CGI Screen 1 to Attach Dependencies (Default Task in PLC)
I have a created a custom cgi screen in perl, plugged a cgi task right before the attach depedencies task in plc. I am using cgi wrapper to call my abc.ipl from this task.CGI lite object is used inside the same.
There is a form on the screen, which initiates post operation on the same file on click of continue button.
There are two cases :
1. Success Case Scenario : When there is no post operation required on the abc.ipl, $cgi->iwcallback successfully moves to the next task(Attach Dependencies -CGI) and run its operations automatically.
2. Failure Case Scenario : when due to business requirement, a user is supposed to click on the continue button on the abc.ipl screen, $cgi->iwcallback fails and throws the attached alert.
I am not able to find the cause, since both the transitions are same but it fails after post operation.
FYI : 1. Both cgi task owners are same.
2. $cgi->iwcallback is used.
3. Correct transition link name is passed.
Can somebody help me finding the error, or any log except in which i can find the error/root cause.
Thanks
Shashank