Search found 42189 matches

by chulett
Thu Jun 29, 2006 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting Packed decimal data type from A flat file
Replies: 21
Views: 5706

Just define your source field as character of the appropriate size, typically half of the output size. Character field into the sdk routine in your derivation, integer out.
by chulett
Thu Jun 29, 2006 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to configure Data Stage 7.5.1 A for Veritas Cluster(VCS)
Replies: 5
Views: 1617

DataStage does not support clustering. That's not to say you can't run it in a clustered environment, but it's not 'cluster aware' in any sense.
by chulett
Thu Jun 29, 2006 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between Control job and Sequencer....
Replies: 10
Views: 4916

And just for completeness, please always say 'hashed file' not 'hash file'. That gets him going, too. :lol:
by chulett
Thu Jun 29, 2006 6:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SELECTING ROWS FROM A FILE
Replies: 10
Views: 1608

1) Load it into a work table first, then 'select distinct' from there to your target table. 2) Sort your data based on that field, then use stage variables to only pass the row with the first occurance of 'column name'. 3) Load into a hashed file keyed on 'column name' then source to ODBC from there...
by chulett
Thu Jun 29, 2006 6:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between Control job and Sequencer....
Replies: 10
Views: 4916

I tried to create one sequencer job but whenever I put the Jobactivity tool to the repositry and then clicking properties,the job becomes hanging and I have to make End Task. Windows XP with Service Pack 2 (SP2) installed? You'll need the 'SP2 Patch' to resolve problems like that, if that is the ca...
by chulett
Thu Jun 29, 2006 6:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call a webservice from Datastage version 7.1
Replies: 7
Views: 5140

SOA Edition, actually. No pee. And you can purchase something called the Web Services PACK which is all about calling web services from DataStage jobs. It gets you two lovely little stages: Web Services Transformer stage: An active stage allowing you to call a web service for each record through a j...
by chulett
Wed Jun 28, 2006 4:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: X-Stages in ETL cycle
Replies: 8
Views: 2963

Seems like it's hacked out of something like a PowerPoint presentation: "Let me describe the elements of the Ascential suite starting from the center and working out"...
by chulett
Wed Jun 28, 2006 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update SQL Query
Replies: 18
Views: 4050

Then it should be working fine... right?
by chulett
Wed Jun 28, 2006 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update SQL Query
Replies: 18
Views: 4050

If the question is simply how do I use a column twice in the generated sql - once in the where clause and once not - you need User Defined SQL for that. Simple example: UPDATE TABLE X SET Y=A WHERE Y=B Pass the column in twice (different names, of course) once with the old and once with the new valu...
by chulett
Wed Jun 28, 2006 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: batch file for ftp not working ..
Replies: 13
Views: 3416

Chat with your Admins, let them know what you are trying to do. They will be able to help get an RSA Key generated. You'll then need to arrange to have it 'installed' on the target server. And then your batch file - without any mention of userid or password - will work. Google will also turn up inst...
by chulett
Wed Jun 28, 2006 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: batch file for ftp not working ..
Replies: 13
Views: 3416

kumar_s wrote:If sftp works from command prompt, shouldnt it work the same from batch file from windows?

NO
by chulett
Wed Jun 28, 2006 6:33 am
Forum: Site/Forum
Topic: Quoting entire messages
Replies: 6
Views: 2872

It's also a mechanism for a Premium user to expose Premium content to the world - intentionally or not.
by chulett
Wed Jun 28, 2006 6:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: batch file for ftp not working ..
Replies: 13
Views: 3416

sibysjoseph wrote:Now if i have to avoid that and take the password from the file what is that i have to do ?

First suggestion... read my post. :evil:
by chulett
Wed Jun 28, 2006 6:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Links are missing in the DataStage Job
Replies: 5
Views: 1687

First thing I'd worry about and check would be disk space where DataStage is installed.
by chulett
Wed Jun 28, 2006 6:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: batch file for ftp not working ..
Replies: 13
Views: 3416

It's secure ftp, folks. You cannot supply passwords to it like this, period. You need an RSA Key on the target system to allow 'passwordless' access. Or fall back on 'regular' ftp, if allowed.