Search found 464 matches

by WoMaWil
Wed Dec 17, 2003 6:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Design Issue Lookup Vs Join
Replies: 3
Views: 1610

Hi CP, the best performance can never be forseen in advance, mostly there is an try and error process and a time frame. You start with anything. I would say if the time frame is okay I leave it. If I need a higher Performance I have to build the next type and try it. The question now is what kind of...
by WoMaWil
Wed Dec 17, 2003 1:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hard Code User Name and Password & Mail server
Replies: 7
Views: 2839

use parameters
by WoMaWil
Tue Dec 16, 2003 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: one 12 columns in rows (not for all the data file)
Replies: 2
Views: 1079

yes pivot is one answer, when you always have the same number, else a hashfile with multivalue, perhaps the multivalues generated by a routine may be an answer.

This is a often seen question, so do a search in the forum for the details of the "how-to"
by WoMaWil
Tue Dec 16, 2003 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Validation
Replies: 5
Views: 2561

make a iconv and ask the status
by WoMaWil
Tue Dec 16, 2003 2:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can I use two diff port nos connect to different Oracle SIDs
Replies: 5
Views: 1514

Alok, you have to follow three steps: Step (1): check dsenv if you have a ODBCINI=xxx; export ODBCINI where xxx is going to the file ".odbc.ini" in your dshome-directory Step (2): edit the file ".odbc.ini" in your dshome-directory and add an entrance for each of your ODBC-source....
by WoMaWil
Mon Dec 15, 2003 3:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading a text file but short of last record
Replies: 6
Views: 4197

simply add an empty line with an Unix-command in a before-job- or a before-stage-routine.
by WoMaWil
Tue Dec 02, 2003 6:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transaction Isolation Level
Replies: 2
Views: 995

There is a lot of documention in DataBase theory about it, where you can find a whole bunch of information. It is important to know for operational systems. In a DWH environment it can be used, but doesn't fit so much the needs of mass Data processing.

Wolfgang
by WoMaWil
Tue Nov 11, 2003 6:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregation Bug...
Replies: 3
Views: 1853

Re: Aggregation Bug...

Before saying it is a buck you should check if the situation is the same. To be able to duplicate you should set a passive stage (Sequential, Hash, Ora ...) directly before and directly after the Agg-Stage.

If it still does work differently you should contact Ascential support.

Wolfgang
by WoMaWil
Tue Oct 07, 2003 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to reset a job from unix shell
Replies: 2
Views: 1221

Hi Angel:

with:
dsjob -jobinfo "project" "job"
you get the infos, which you can grep out with UNIX-means.




Wolfgang Huerter
=====================
Cologne, Germany
by WoMaWil
Wed Oct 01, 2003 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: End Of File
Replies: 5
Views: 2401

You can fit the row to the structure by using a intermedium sequential file. First you open your seq-File read a whole line as a field, you change, what is needed and then you save it in an other seq-File and then you read this file.

Wolfgang Huerter
=====================
Cologne, Germany
by WoMaWil
Wed Oct 01, 2003 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete Read Only Routines
Replies: 3
Views: 1391

read-only is read-only because it is realy read-only.

Before deleting or changing any read-only you have to change the read-only to read-write.

Wolfgang Huerter
=====================
Cologne, Germany
by WoMaWil
Mon Sep 29, 2003 2:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Does DataStage support Excel and SQLServer?
Replies: 3
Views: 2141

Yes it does.

But I suppose you want also know the HowTo.

Excel on a Windows-Server via ODBC on a Unix-Server "Save to csv" and read with seq-Stage.



Wolfgang Huerter
=====================
Cologne, Germany
by WoMaWil
Mon Sep 29, 2003 2:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge stage problem
Replies: 1
Views: 1127

Before you start a merge, do a simple read with a seq-Stage, if that works continue with merge.

Wolfgang Huerter
=====================
Cologne, Germany
by WoMaWil
Thu Sep 25, 2003 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running scripts on log files
Replies: 4
Views: 2100

Hi free flyer,

on the opertion system level you can write in your logfile with:

dsjob -log [-info | -warn] &nbsp &nbsp "text"


anything to your logfile.

Wolfgang Huerter
=====================
Cologne, Germany
by WoMaWil
Mon Sep 22, 2003 6:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: run Jobs via Telnet connect.
Replies: 4
Views: 704

Hello Oleg,

yes you can. Use the commandline-Interface with "dsjob".

You can do a lot of nice things with it.

Have a nice day


Wolfgang Huerter
=====================
Cologne, Germany