Search found 79 matches

by iDomz
Mon Aug 18, 2008 10:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to define hardware configuration for 10 million records
Replies: 4
Views: 2291

No offence meant to OP or Ray and ArndW. Quite a few posters here are non-native speakers of English (or have broken satire detectors). I have recently seen instances in the forum where more info was sought on suggestions like the one above, esp. when coming from experts. Maybe we need a BS indicato...
by iDomz
Mon Aug 11, 2008 4:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to run my parallel job on windows with amd athelon pr
Replies: 3
Views: 1844

Nope.

The version you need is 7.5x2 (or 8 )
by iDomz
Wed Aug 06, 2008 3:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema comparison
Replies: 15
Views: 6584

Create schema files for all tables Create a job that does nothing but compare two sets of data (Change capture or Difference stage) Turn RCP on Use a set of common columns as keys - audit columns can be a candidate key Mark all non key columns are values to true Pass the schema file names as paramet...
by iDomz
Tue Aug 05, 2008 11:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: space as parameter of dsjob -run
Replies: 6
Views: 4418

There was hardly a chance of that working out anyways :wink:

Why not pass a random string as parameter and substitute it for space within DS?
by iDomz
Tue Aug 05, 2008 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema comparison
Replies: 15
Views: 6584

How about using a generic job and schema files for metadata?
by iDomz
Tue Aug 05, 2008 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: space as parameter of dsjob -run
Replies: 6
Views: 4418

Try this

typeset space=" "
dsjob -run -jobstatus -param some_param=$space myProject myJob


edit : you may have to put quotes around $space based on your shell. Unfortunately, I don't have access to one to try out.
by iDomz
Tue Aug 05, 2008 8:36 am
Forum: General
Topic: parallel job error
Replies: 8
Views: 4115

Datastage does not install C++ compiler. You have to install one which is compatible with your operating system and DS version. Since you have mentioned V8 on Windows, that would be Visual Studio .Net 2003 or 2005. There was a free version of 2005 available, not sure you would be able to get it sinc...
by iDomz
Tue Aug 05, 2008 5:42 am
Forum: General
Topic: parallel job error
Replies: 8
Views: 4115

Compiler "cl" not found
This is the problem. A compatible C++ compiler is either not installed or not in PATH
by iDomz
Fri Jul 25, 2008 1:41 am
Forum: General
Topic: How to get the DataStage Job Log For All Projects.
Replies: 11
Views: 15283

awk '/regex1/,/regex2/' will print everything between the first occurrence for regex1 to last occurrence for regex2. That should work for finding log entries for a job between two dates - as long as the log is chronological

PS: You will have to escape dates in regex,like - /2008\/07\/25/
by iDomz
Thu Jul 24, 2008 5:35 am
Forum: General
Topic: How to get the DataStage Job Log For All Projects.
Replies: 11
Views: 15283

You are on Unix.. why not pipe the output to grep(for a specific date) or awk/sed (for date range).

This still will not provide you logs for all projects in one go.
by iDomz
Thu Jul 24, 2008 5:02 am
Forum: General
Topic: how to get(xml format) number of records in unix
Replies: 3
Views: 2100

<answer></answer> or <answer /> - OP mentioned xml format :wink:
by iDomz
Thu Jul 24, 2008 3:34 am
Forum: General
Topic: XMETA password
Replies: 4
Views: 3870

I have installed xmeta only on DB2 on Windows. The authentication is OS based, so essentially we could change the password for xmeta OS user to that of db user and it will work fine. I could use that method when password expired on our test system and found the policies did not allow re-use of passw...
by iDomz
Thu Jul 17, 2008 5:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparision between Datastage and Oracle Data Integrator.
Replies: 2
Views: 2800

Better at what? For every document you can point out with ODI/OWB being better, IBM might be able to show you ten that proves otherwise DS doesnt do ELT, but do you really need ELT? Is ELT provided by other vendors mature enough to be useful? DS might have better connectivity with different datasour...
by iDomz
Wed Jul 16, 2008 9:55 am
Forum:
Topic: Use metadata as a key/value pair
Replies: 1
Views: 1233

Do you mean metadata workbench?
You can store key value pairs using Information Analyzer which can later be exported to datastage to be used a lookups - research Reference Tables in IA
by iDomz
Wed Jul 16, 2008 9:38 am
Forum: General
Topic: DS v8 command line
Replies: 1
Views: 1804

dsjob -import and dssearch not available anymore