Search found 22 matches

by LogicDude
Tue Nov 15, 2005 3:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Export Table definition
Replies: 3
Views: 2930

Re: Export Table definition

Hi, I'm trying to export the table definition for individual component in the excel/csv format. Is there is any way to do this as I was unable to find any options in export utility. Rgds, Hi, Do you mean to say, you do not see that particular table definition in the "table definition list"...
by LogicDude
Tue Nov 15, 2005 2:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: variable NullToZero not defined
Replies: 6
Views: 2992

Export NullToZero Transform from another project, selecting the "include read-only objects" option. You will then be able to import it into the project from which it has been deleted. It will still be read-only. Thanks a lot, Ray. Sorry for replying late. Well that day, when I attempted t...
by LogicDude
Thu Nov 10, 2005 7:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: variable NullToZero not defined
Replies: 6
Views: 2992

Hi,

I checked the manager. The "nulltozero" should be in the "Transforms" folder but in my current project, it's empty. I don't know how it got deleted!

I am not able to import the inbuilt transforms from other project. (read only).

Any other way?

TIA
by LogicDude
Thu Nov 10, 2005 6:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: variable NullToZero not defined
Replies: 6
Views: 2992

variable NullToZero not defined

I am getting a goofy error while compiling the jobs. In Transformer Stage, all the column transformations where I am using "nulltozero", have become "Red". I checked out other jobs and it's the same. The jobs which were running fine till now, are suddenly not even compiling becau...
by LogicDude
Tue Oct 11, 2005 1:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transaction Size in MSOLEDB stage
Replies: 0
Views: 784

Transaction Size in MSOLEDB stage

Hi, I am using MSOLEDB stage to load into the SQL Server database. In OCI Stage, we select transaction size as "0" if we want to committ at the end. But what should I do for MSOLEDB Stage? It does not accept "0" value for transaction size and array size. It accepts values between...
by LogicDude
Thu Oct 06, 2005 6:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hashed file stage
Replies: 10
Views: 4246

ray.wurlod wrote:Fire up the Hashed File Calculator on your DataStage CD. It's in the Utilities\Unsupported folder. Play and learn!
Thanks Ray. I will do that. And may be again get back to you if I have any concern. :wink:

I need to ask the client side people for the Datastage CD.
by LogicDude
Thu Oct 06, 2005 3:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hashed file stage
Replies: 10
Views: 4246

Upper limits for 64bits is high terabytes. Limit for 32 bit hash file is 2.2 gigabytes. DS only creates 32bit hash files thru the Designer, you have to use command line create statement to get a 64bit file. Hi Ken, I had no idea we can do this. I thought because Datastage is a 32 bit environment, t...
by LogicDude
Thu Oct 06, 2005 3:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequential stage with multiple input links
Replies: 6
Views: 2310

Yes, offcourse you can have different metadata for each file you are writing to even though you are using one sequential stage. It's exactly same as we write to a database with multiple links. You need to select the proper input name in the drop down list and load the corresponding metadata. About t...
by LogicDude
Thu Sep 29, 2005 12:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle module could not be found
Replies: 8
Views: 3132

Thank you very much for all your suggestion. I know I have tried all my options. Thought of solving this issue today but need to catch my flight now. We will reboot the DS server next week when we are in and let you guys know. Ken, yesterday, I was able to tnsping yesterday. I will let you know. Tha...
by LogicDude
Thu Sep 29, 2005 11:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle module could not be found
Replies: 8
Views: 3132

Thanks. Oracle is installed in the same directory as it was earlier.
by LogicDude
Thu Sep 29, 2005 11:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle module could not be found
Replies: 8
Views: 3132

Yes kenneth. We did that. Thinking of installing windows again. And then, oracle? But before that want to check out some other solution. :?:
by LogicDude
Thu Sep 29, 2005 9:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle module could not be found
Replies: 8
Views: 3132

Oracle module could not be found

Hello, We moved our current project to another etl box and now I am getting the following error (oci) when I try to run a job: ds_loadlibrary: Win32 error in LoadLibrary of oraoci9.dll - The specified module could not be found . I re-installed Oracle9i in the server but I still get the same error. F...
by LogicDude
Mon Sep 19, 2005 3:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UNION and FULL outer join
Replies: 6
Views: 2660

Re: UNION and FULL outer join

DeepakCorning wrote:I want to confirm from you guys , Is it possible to do full outer joins and UNIONS in DS without any problem? And I think the only way to do is to use User defined SQL right??
Yes. I have done that in User Defined SQL with out any problem.
by LogicDude
Wed Sep 14, 2005 1:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to replace null to something.
Replies: 9
Views: 4641

You are wrong. How can a NUll be equal to a Null? A Null is never equal to Null. It's not an integer where you can perform mathematical calculation or comparision. Use what Ambuj said, "IsNull(column_name) Then .. Else column_name" or you can use, " if nulltozero(column_name) = 0 then...
by LogicDude
Mon Sep 12, 2005 11:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs Not Visible In Dev Server
Replies: 10
Views: 3328

Re: Jobs Not Visible In Dev Server

Its checked their but still i can not see the jobs in the repository but jobs are their coz i can open the recent opened jobs in the file menu. Hi, This sounds interesting! As far as I know, in Administrator there is no option to block the view of jobs. Sorry but I can't think of any other reason. ...