what this warning message means

Archive of postings to DataStageUsers@Oliver.com. This forum intended only as a reference and cannot be posted to.

Moderators: chulett, rschirm

Locked
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

what this warning message means

Post by admin »

Hi, all

I have some jobs that hash data in Universe tables. Sometimes some of them give me this warning message when it start running:

DataStage Job 530 Phantom 11803
DataStage Phantom Finished.
[11846] Done : DSD.StageRun 530 StagingFRFOSOperationalSystem.TRANSFORM
77 0/2000

anybody know what this message means?

Thanks

Xiong


DISCLAIMER: This electronic message together with any attachments is
confidential. If you are not the intended recipient, do not copy, disclose or
use the contents in any way. Please also advise us by return e-mail that you
have received the message and then please destroy. Carter Holt Harvey is not
responsible for any changes made to this message and / or any attachments after
sending by Carter Holt Harvey. We use virus scanning software but exclude all
liability for viruses or anything similar in this email or any attachment.
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Post by admin »

Its not a warning, its an informational message. Because its been logged from &PH&, probably during a job reset, its tagged as a warning.

Its a report from the process that executed the code generated a Transformer stage. The name of the program is DSD.StageRun, the number of your job is 530, the name of your job is StagingFRFOSOperationalSystem and the name of the Transformer stage is TRANSFORM77. The job ran with no limit on rows and 2000 warning limit. Process ID of the background process ("phantom" in UniVerse terminology) that executed this routine was 11846, while the (phantom) process that is running the job itself is 11803. Its because the job process is also a phantom that this message appears in the &PH& subdirectory. The [Done] indicates that it finished and has notified its parent process. You should get this message (or one like it) in every job that executes a Transformer stage.


More information on the process of DataStage execution can be had on "Advanced DataStage" (course code DS-ADV).

-----Original Message-----
From: Li, Xiong (Corporate Manukau) [mailto:Xiong.Li@chh.co.nz]
Sent: Friday, 17 August 2001 06:30
To: datastage-users@oliver.com
Subject: what this warning message means


Hi, all

I have some jobs that hash data in Universe tables. Sometimes some of them give me this warning message when it start running:

DataStage Job 530 Phantom 11803
DataStage Phantom Finished.
[11846] Done : DSD.StageRun 530 StagingFRFOSOperationalSystem.TRANSFORM
77 0/2000

anybody know what this message means?

Thanks

Xiong


DISCLAIMER: This electronic message together with any attachments is confidential. If you are not the intended recipient, do not copy, disclose or use the contents in any way. Please also advise us by return e-mail that you have received the message and then please destroy. Carter Holt Harvey is not responsible for any changes made to this message and / or any attachments after sending by Carter Holt Harvey. We use virus scanning software but exclude all liability for viruses or anything similar in this email or any attachment.
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Post by admin »

Thanks. But I have a lot of these similar jobs running overnight. I checked them, not all jobs have this message, Actually, I have a After-job subroutine to send me abnormal job log message. Every day, there is one or two jobs sent me this warning message. Is there anyway to get rid of it?

Xiong

> -----Original Message-----
> From: Ray Wurlod [SMTP:ray.wurlod@Informix.Com]
> Sent: Friday, 17 August 2001 12:24
> To: datastage-users@oliver.com
> Subject: RE: what this warning message means
>
> Its not a warning, its an informational message. Because its been
> logged from &PH&, probably during a job reset, its tagged as a
> warning.
>
> Its a report from the process that executed the code generated a
> Transformer stage. The name of the program is DSD.StageRun, the
> number of your job is 530, the name of your job is
> StagingFRFOSOperationalSystem and the name of the Transformer stage is
> TRANSFORM77. The job ran with no limit on rows and 2000 warning
> limit. Process ID of the background process ("phantom" in UniVerse
> terminology) that executed this routine was 11846, while the (phantom)
> process that is running the job itself is 11803. Its because the job
> process is also a phantom that this message appears in the &PH&
> subdirectory. The [Done] indicates that it finished and has notified
> its parent process. You should get this message (or one like it) in
> every job that executes a Transformer stage.
>
>
> More information on the process of DataStage execution can be had on
> "Advanced DataStage" (course code DS-ADV).
>
> -----Original Message-----
> From: Li, Xiong (Corporate Manukau) [mailto:Xiong.Li@chh.co.nz]
> Sent: Friday, 17 August 2001 06:30
> To: datastage-users@oliver.com
> Subject: what this warning message means
>
>
> Hi, all
>
> I have some jobs that hash data in Universe tables. Sometimes some of
> them give me this warning message when it start running:
>
> DataStage Job 530 Phantom 11803
> DataStage Phantom Finished.
> [11846] Done : DSD.StageRun 530 StagingFRFOSOperationalSystem.TRANSFORM
> 77 0/2000
>
> anybody know what this message means?
>
> Thanks
>
> Xiong
>
>
> DISCLAIMER: This electronic message together with any attachments is
> confidential. If you are not the intended recipient, do not copy,
> disclose or
> use the contents in any way. Please also advise us by return e-mail that
> you
> have received the message and then please destroy. Carter Holt Harvey is
> not
> responsible for any changes made to this message and / or any attachments
> after
> sending by Carter Holt Harvey. We use virus scanning software but exclude
> all
> liability for viruses or anything similar in this email or any attachment.

DISCLAIMER: This electronic message together with any attachments is
confidential. If you are not the intended recipient, do not copy, disclose or
use the contents in any way. Please also advise us by return e-mail that you
have received the message and then please destroy. Carter Holt Harvey is not
responsible for any changes made to this message and / or any attachments after
sending by Carter Holt Harvey. We use virus scanning software but exclude all
liability for viruses or anything similar in this email or any attachment.
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Post by admin »

Yes, but its not recommended because it can lead to child-to-parent signals not being received. So I am not going to tell you. Better would be to change your after-job subroutine to filter out messages containing the string "[Done]" - the entire message can be retrieved using
DSGetLogEntry() function.

-----Original Message-----
From: Li, Xiong (Corporate Manukau) [mailto:Xiong.Li@chh.co.nz]
Sent: Friday, 17 August 2001 08:42
To: datastage-users@oliver.com
Subject: RE: what this warning message means


Thanks. But I have a lot of these similar jobs running overnight. I checked them, not all jobs have this message, Actually, I have a After-job subroutine to send me abnormal job log message. Every day, there is one or two jobs sent me this warning message. Is there anyway to get rid of it?

Xiong

> -----Original Message-----
> From: Ray Wurlod [SMTP:ray.wurlod@Informix.Com]
> Sent: Friday, 17 August 2001 12:24
> To: datastage-users@oliver.com
> Subject: RE: what this warning message means
>
> Its not a warning, its an informational message. Because its been
> logged from &PH&, probably during a job reset, its tagged as a
> warning.
>
> Its a report from the process that executed the code generated a
> Transformer stage. The name of the program is DSD.StageRun, the
> number of your job is 530, the name of your job is
> StagingFRFOSOperationalSystem and the name of the Transformer stage is
> TRANSFORM77. The job ran with no limit on rows and 2000 warning
> limit. Process ID of the background process ("phantom" in UniVerse
> terminology) that executed this routine was 11846, while the (phantom)
> process that is running the job itself is 11803. Its because the job
> process is also a phantom that this message appears in the &PH&
> subdirectory. The [Done] indicates that it finished and has notified
> its parent process. You should get this message (or one like it) in
> every job that executes a Transformer stage.
>
>
> More information on the process of DataStage execution can be had on
> "Advanced DataStage" (course code DS-ADV).
>
> -----Original Message-----
> From: Li, Xiong (Corporate Manukau) [mailto:Xiong.Li@chh.co.nz]
> Sent: Friday, 17 August 2001 06:30
> To: datastage-users@oliver.com
> Subject: what this warning message means
>
>
> Hi, all
>
> I have some jobs that hash data in Universe tables. Sometimes some of
> them give me this warning message when it start running:
>
> DataStage Job 530 Phantom 11803
> DataStage Phantom Finished.
> [11846] Done : DSD.StageRun 530 StagingFRFOSOperationalSystem.TRANSFORM
> 77 0/2000
>
> anybody know what this message means?
>
> Thanks
>
> Xiong
>
>
> DISCLAIMER: This electronic message together with any attachments is
> confidential. If you are not the intended recipient, do not copy,
> disclose or
> use the contents in any way. Please also advise us by return e-mail that
> you
> have received the message and then please destroy. Carter Holt Harvey is
> not
> responsible for any changes made to this message and / or any attachments
> after
> sending by Carter Holt Harvey. We use virus scanning software but exclude
> all
> liability for viruses or anything similar in this email or any attachment.

DISCLAIMER: This electronic message together with any attachments is confidential. If you are not the intended recipient, do not copy, disclose or use the contents in any way. Please also advise us by return e-mail that you have received the message and then please destroy. Carter Holt Harvey is not responsible for any changes made to this message and / or any attachments after sending by Carter Holt Harvey. We use virus scanning software but exclude all liability for viruses or anything similar in this email or any attachment.
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Post by admin »

Good, thanks

> -----Original Message-----
> From: Ray Wurlod [SMTP:ray.wurlod@Informix.Com]
> Sent: Friday, 17 August 2001 13:12
> To: datastage-users@oliver.com
> Subject: RE: what this warning message means
>
> Yes, but its not recommended because it can lead to child-to-parent
> signals not being received. So I am not going to tell you.
> Better would be to change your after-job subroutine to filter out messages
> containing the string "[Done]" - the entire message can be retrieved using
> DSGetLogEntry() function.
>
> -----Original Message-----
> From: Li, Xiong (Corporate Manukau) [mailto:Xiong.Li@chh.co.nz]
> Sent: Friday, 17 August 2001 08:42
> To: datastage-users@oliver.com
> Subject: RE: what this warning message means
>
>
> Thanks. But I have a lot of these similar jobs running overnight. I
> checked them, not all jobs have this message, Actually, I have a
> After-job subroutine to send me abnormal job log message. Every day,
> there is one or two jobs sent me this warning message. Is there
> anyway to get rid of it?
>
> Xiong
>
> > -----Original Message-----
> > From: Ray Wurlod [SMTP:ray.wurlod@Informix.Com]
> > Sent: Friday, 17 August 2001 12:24
> > To: datastage-users@oliver.com
> > Subject: RE: what this warning message means
> >
> > Its not a warning, its an informational message. Because its
> > been logged from &PH&, probably during a job reset, its tagged as a
> > warning.
> >
> > Its a report from the process that executed the code generated a
> > Transformer stage. The name of the program is DSD.StageRun, the
> > number
> of
> > your job is 530, the name of your job is
> > StagingFRFOSOperationalSystem
> and
> > the name of the Transformer stage is TRANSFORM77. The job ran with
> > no limit on rows and 2000 warning limit. Process ID of the
> > background process ("phantom" in UniVerse terminology) that executed
> > this routine was
> 11846,
> > while the (phantom) process that is running the job itself is 11803.
> Its
> > because the job process is also a phantom that this message appears
> > in
> the
> > &PH& subdirectory. The [Done] indicates that it finished and has
> notified
> > its parent process. You should get this message (or one like it) in
> every
> > job that executes a Transformer stage.
> >
> >
> > More information on the process of DataStage execution can be had on
> > "Advanced DataStage" (course code DS-ADV).
> >
> > -----Original Message-----
> > From: Li, Xiong (Corporate Manukau) [mailto:Xiong.Li@chh.co.nz]
> > Sent: Friday, 17 August 2001 06:30
> > To: datastage-users@oliver.com
> > Subject: what this warning message means
> >
> >
> > Hi, all
> >
> > I have some jobs that hash data in Universe tables. Sometimes some
> > of
> them
> > give me this warning message when it start running:
> >
> > DataStage Job 530 Phantom 11803
> > DataStage Phantom Finished.
> > [11846] Done : DSD.StageRun 530
> StagingFRFOSOperationalSystem.TRANSFORM
> > 77 0/2000
> >
> > anybody know what this message means?
> >
> > Thanks
> >
> > Xiong
> >
> >
> > DISCLAIMER: This electronic message together with any attachments
> > is confidential. If you are not the intended recipient, do not
> > copy, disclose or
> > use the contents in any way. Please also advise us by return e-mail
> that
> > you
> > have received the message and then please destroy. Carter Holt
> > Harvey
> is
> > not
> > responsible for any changes made to this message and / or any
> attachments
> > after
> > sending by Carter Holt Harvey. We use virus scanning software but
> exclude
> > all
> > liability for viruses or anything similar in this email or any
> attachment.
>
> DISCLAIMER: This electronic message together with any attachments is
> confidential. If you are not the intended recipient, do not copy,
> disclose or
> use the contents in any way. Please also advise us by return e-mail that
> you
> have received the message and then please destroy. Carter Holt Harvey is
> not
> responsible for any changes made to this message and / or any attachments
> after
> sending by Carter Holt Harvey. We use virus scanning software but exclude
> all
> liability for viruses or anything similar in this email or any attachment.

DISCLAIMER: This electronic message together with any attachments is
confidential. If you are not the intended recipient, do not copy, disclose or
use the contents in any way. Please also advise us by return e-mail that you
have received the message and then please destroy. Carter Holt Harvey is not
responsible for any changes made to this message and / or any attachments after
sending by Carter Holt Harvey. We use virus scanning software but exclude all
liability for viruses or anything similar in this email or any attachment.
Locked