waring while creating File set

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
nivas
Participant
Posts: 117
Joined: Sun Mar 21, 2004 4:40 pm

waring while creating File set

Post by nivas »

Hi
I am getting the following warning while I am creating the File set.

File_Set_9: When checking operator: No nodes with disk in "export" resource pool; using default disk pool instead

Can anybody explain why and how to fix it.

thanks
nivas
richdhan
Premium Member
Premium Member
Posts: 364
Joined: Thu Feb 12, 2004 12:24 am

Post by richdhan »

Hope this post helps

--Rich
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You don't actually need to "fix" anything. It's just DataStage alerting you to the fact that you're running a configuration file that doesn't include a pool name of "export" so it's using the default pool (which must always exist) instead. It does not affect operation of your job.

If you don't like it as a warning, create a message handler to demote the message to informational or suppress it altogether. Or make sure that all of your configuration files include an "export" pool.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
nivas
Participant
Posts: 117
Joined: Sun Mar 21, 2004 4:40 pm

Message handler

Post by nivas »

Thanks Richdhan and Ray.
Ray could you please suggest how do I create message handler

thanks
Nivas
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Hi nivas,

Select the warning and collect the message ID and
Director-->Tool-->Message Handler Management.
you can proceed the same via administrator for project level message handler.

Example of the message text canbe given for identifying the log.

You could rather refer the FAQ about Message handler post by vincent

IHTH
-Kumar
nivas
Participant
Posts: 117
Joined: Sun Mar 21, 2004 4:40 pm

how do I customise the message handler

Post by nivas »

Hi Kumar

Ray suggested me to create/customise message handler either suppress the warning or to make the warning informational. So I am trying to do that. I was not able to find " Director-->Tool-->Message Handler Management".
I the administrator also I was not able to proceed how do I do that I need to do. Please advice.

thanks
Nivas
kumar_s wrote:Hi nivas,

Select the warning and collect the message ID and
Director-->Tool-->Message Handler Management.
you can proceed the same via administrator for project level message handler.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I think that this functionality is limited to DataStage 7.5; you might still be on 7.1.

It make more sense to correct the configuration as Ray suggested instead of putting in an explicit handler; I would recommend you add the new pool
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Here's a handy trick (though you need to be on 7.5): you can right mouse click on the warning message itself, and create a message handler from the context menu. Neat!
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply