Is there a way to make pin_ctl to recognize the Pre*. keyword?
Hi All,
I am using pin_ctl utility for starting and stopping the pipeline.
I am able to start the pipeline successfully using pin_ctl but not able to stop the pipeline.
Inside the registry file,
I have configured Event Handler in the below way (Pre*.) as we have 4 output stream (PreGSMOutput ,PreGPRSOutput etc)
EventHandler
{
ModuleName = EVT
Module
{
Events
{
ifw.Pipelines.PREPAID.Output.OutputCollection.Pre*.Module.OutputStream.Module
{
EVT_OUTPUT_FILE_READY = ./custom/bin/move_copy_MainRating_01.pl
}
Now when I am running pin_ctl to stop the pipeline(02_prepaid_rating), it is throwing an error like not able to analyze Pre*.
I am using pin_ctl utility for starting and stopping the pipeline.
I am able to start the pipeline successfully using pin_ctl but not able to stop the pipeline.
Inside the registry file,
I have configured Event Handler in the below way (Pre*.) as we have 4 output stream (PreGSMOutput ,PreGPRSOutput etc)
EventHandler
{
ModuleName = EVT
Module
{
Events
{
ifw.Pipelines.PREPAID.Output.OutputCollection.Pre*.Module.OutputStream.Module
{
EVT_OUTPUT_FILE_READY = ./custom/bin/move_copy_MainRating_01.pl
}
Now when I am running pin_ctl to stop the pipeline(02_prepaid_rating), it is throwing an error like not able to analyze Pre*.
0