Page 1 of 1

Warning Msg in wrapper stage job

Posted: Tue Oct 03, 2006 2:27 am
by hhh
Hi,
I am calling script from wrapper stage.I am getting warning "WrapperStageName,Status code = 0"
This warning apperars when my script runs successfully only.
But in logfile how can i eleminate this warning message.

Please advice me on this issue.
regards,
Hiten

Posted: Tue Oct 03, 2006 3:06 am
by ray.wurlod
It's reporting that your Wrapper stage finishes successfully. I guess it's a warning because the framework does not expect to find Wrapper stages, and so marks it as "unusual". Use a Message Handler to demote the warning to an informational message.

Posted: Tue Oct 03, 2006 3:20 am
by hhh
How can i handle through Message Handler ? pls suggest



[quote="ray.wurlod"]It's reporting that your Wrapper stage finishes successfully. I guess it's a warning because the framework does not expect to find Wrapper stages, and so marks it as "unusual". Use a Message Handler ...[/quote]

Posted: Tue Oct 03, 2006 4:34 am
by ArndW
Please look at your Parallel Job Advanced User Guide and search for "message handler" to get details on how to implement this functionality.

Posted: Tue Oct 03, 2006 4:54 am
by hhh
Is there any environment variable so we can eliminate such kind of warning message.


[quote="ArndW"]Please look at your [u][i]Parallel Job Advanced User Guide[/i][/u] and search for "message handler" to get details on how to implement this functionality. ...[/quote]

Posted: Tue Oct 03, 2006 5:10 am
by ArndW
Not that I know of.

Posted: Tue Oct 03, 2006 3:30 pm
by ray.wurlod
hhh wrote:Is there any environment variable so we can eliminate such kind of warning message.
No.

You can right-click on the message itself and create a local message handler.