Search found 464 matches

by WoMaWil
Tue Jan 29, 2008 5:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Index in a multi-dimensional Array/Matrix
Replies: 4
Views: 2566

there are several look into manual or help
by WoMaWil
Tue Jan 29, 2008 5:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between a transform and a routine
Replies: 5
Views: 2895

You could have done a SEARCH before asking and having found this:

viewtopic.php?t=113806&highlight=transf ... difference[/url]
by WoMaWil
Tue Jan 29, 2008 4:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting in to Multiple worksheets
Replies: 7
Views: 2495

Try to fill one sheet after the other....
by WoMaWil
Fri Jan 25, 2008 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Search a Field in Datastage Repository
Replies: 6
Views: 4048

But you can use the Reporting Tool, which will transfer all actual available metadata to a Database which you can analyze the way you like it.
by WoMaWil
Fri Jan 25, 2008 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ignore one or more keys of an hashed file in a lookup
Replies: 14
Views: 5629

Then it seams that subqueries are not supported. So transfer your source-Data into one new HashFile and use this new file as Lookup.
by WoMaWil
Fri Jan 25, 2008 6:54 am
Forum: General
Topic: from BCP to Oracle using DataStage
Replies: 9
Views: 6098

Hi Victoria, If you Code something like: BCP "select '**ROW**', email_msg, email_id from emails" QUERYOUT "c:\email.txt" -c -T -S sunny.erwin.com you can tell DataStage, that a line beginning with **ROW** is a real new line and all other new lines belong to the row before.
by WoMaWil
Fri Jan 25, 2008 4:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ignore one or more keys of an hashed file in a lookup
Replies: 14
Views: 5629

Try

Code: Select all

SELECT code, surrogate_code FROM 
( 
SELECT branch_code AS code, max(branch_surrogate_code) AS surrogate_code FROM branch_pointer 
UNION ALL 
SELECT office_code AS code, max(office_surrogate_code) AS surrogate_code FROM office_pointer 
) AS T 
WHERE code = ?;
by WoMaWil
Fri Jan 25, 2008 2:52 am
Forum: General
Topic: Data Stage Version Compatibility.
Replies: 3
Views: 1296

General rules cannot be set, experience is the way to get more sure. We have 7.5 and 7.5.1 servers and 7.5 and 7.5.1 clients and we see lot of problems going cross those versions with clients.

Okay, I know, you can say: MOVE TO SAME VERSION, but sometimes I am not as mightyfull to demand it.
by WoMaWil
Thu Jan 24, 2008 4:08 am
Forum: General
Topic: Gathering of DSXChange members in Bangalore
Replies: 8
Views: 2386

Not only Bangolore is able to organize big parties.

All you Gurus (Ray, Arnd,Craig Hulett,kenneth,Kim Duke,roy,vincent....) should know if any or more than any is coming to central Europe, we have enough Wine, Beer and Whiskey in stock for a big welcome. So if you like parties anounce your come....
by WoMaWil
Wed Jan 23, 2008 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ACCESS DENIED:project currently locked.
Replies: 3
Views: 2330

does an other user has access to your project?

do you have access to an other project on this server?
by WoMaWil
Wed Jan 23, 2008 6:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to look into logs?
Replies: 3
Views: 1145

(1) choose projects
(2) choose command
(3) use DS.TOOLS to find the jobnumber of the logfile
(4) write on the commandline "SELECT * FROM RTLOG_<num>"
by WoMaWil
Wed Jan 23, 2008 6:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while running Dsjobs
Replies: 12
Views: 5756

Try first to restart your PC and then try again to export. If not you get it working you will get the next tip.
by WoMaWil
Wed Jan 23, 2008 4:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to see the LOG
Replies: 3
Views: 1816

if you have read-write-rights for this file you can see it. If you collegue hasn't given you that you can not....
by WoMaWil
Wed Jan 23, 2008 4:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access Metadata of Datastage
Replies: 2
Views: 1265

Metadata are stored in the DataStage repository in many tables there. Where and how is not published. Some of the gurus here have done some research. In Manager there is a Reporting-Tool with which you can shift a copy of the most valuables to a DataBase via ODBC on your PC. Possible DB are MS-Acces...
by WoMaWil
Wed Jan 23, 2008 4:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting error while compiling
Replies: 5
Views: 2678

don't delete it in UNIX (or Windows). Look at the rights. Maybe someone else has saved it without giving you the right to compile.