Search found 6797 matches

by DSguru2B
Mon Apr 23, 2007 1:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract from DB, Transform and Load to Another DB
Replies: 7
Views: 1712

This question demands an elaborate explanation which might not be possible here. In other words How do I design my ETL? A lot of factors to look at. The complexity of the rules, the data size, the activity load on the database server etc etc. Usually, a simple extract is done and all the transformat...
by DSguru2B
Mon Apr 23, 2007 11:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unlock Jobs in Unix
Replies: 4
Views: 1998

Go to the $DSHOME directory. Type dssh or uv. LOGTO your project. Then continue as you would from Administrator.
by DSguru2B
Mon Apr 23, 2007 11:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning in DB2 Stage
Replies: 6
Views: 943

Try with two seperate stages. Maybe db2 stage is treating two seperate links of insert and update as 'insert or update single link'. Try with two and see what happens.
by DSguru2B
Mon Apr 23, 2007 10:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning in DB2 Stage
Replies: 6
Views: 943

Re: Warning in DB2 Stage

'DM_FCV_PROMEDIO..DB2_D_FCV_CONVERSION: This update action 'update or insert' is not compatible with parameter array binding. Array Size property will be set to 1.' Are you sure. Double check the update action for both your links. Your error message indicates that one of them is set to 'Update Or I...
by DSguru2B
Mon Apr 23, 2007 10:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning in DB2 Stage
Replies: 6
Views: 943

You cannot have array size greater than 1 for either "Update then Insert" or "Insert then Update". The array size is set to 1 and you are warned about it.
Set the array size to 1 and the warning will go away.
by DSguru2B
Mon Apr 23, 2007 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Hash File Problem
Replies: 8
Views: 1338

.Type30 and not .Type.30
by DSguru2B
Mon Apr 23, 2007 9:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Hash File Problem
Replies: 8
Views: 1338

Sorry, its windows and not unix. Right click inside the folder and check the box "Hidden Files". You should see it then.
by DSguru2B
Mon Apr 23, 2007 9:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Hash File Problem
Replies: 8
Views: 1338

In the directory, do ls -ltr -a
Its hidden thats why you cannot see it with a simple ls.
by DSguru2B
Mon Apr 23, 2007 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: virtual dataset runtime error
Replies: 1
Views: 1148

Check Rob's last reply in this post.
by DSguru2B
Mon Apr 23, 2007 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C integration with Datastage
Replies: 4
Views: 1261

How are you sending back four outputs? As far as I know, you can only return a single value. Are you concatenating the the four values together with a delimiter and then passing the entire output as a string?
by DSguru2B
Mon Apr 23, 2007 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating Rownum
Replies: 6
Views: 1844

Did'nt Nick already answer your post? :x
What have you tried so far?
by DSguru2B
Mon Apr 23, 2007 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling UtilityHashLookup from afterjob subroutine
Replies: 2
Views: 846

How do you expect to send the input parameters to the routine in an after job subroutine? As a parameter maybe?
Never the less, you can create a wrapper before/after job subroutine that calls the UtilityHashLookup() and gets the information you need.
by DSguru2B
Mon Apr 23, 2007 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: call pearlscripit
Replies: 1
Views: 477

Look into Before job subroutine 'ExecDOS'. You can also call command line utilities using DSExecute(). At job sequence level, you can use 'Execute Command Stage'.
by DSguru2B
Mon Apr 23, 2007 6:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating Rownum
Replies: 6
Views: 1844

RowProcCompareWithPreviousValue() is only present in server jobs and not px jobs. So your only option is to use stage variables.
by DSguru2B
Mon Apr 23, 2007 6:53 am
Forum: General
Topic: Adding a column during concatenation
Replies: 9
Views: 2748

Try this:

Code: Select all

sed -e 's/$/|M/g' *.xxx >> fileout