Search found 3045 matches
- Tue Jan 24, 2006 5:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Improve Performance by reducing if clauses in Transformer
- Replies: 8
- Views: 2256
One possible improvement is identifying any single job bottlenecks in the process, a time when a small number of jobs are processing a hugh volume and the CPUs are not being fully utilised. You can fix this by using a multiple instance job and puting in your own data partitioning. Several instances ...
- Tue Jan 24, 2006 4:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML output
- Replies: 4
- Views: 1671
- Tue Jan 24, 2006 4:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Proper XML format output
- Replies: 1
- Views: 724
One trick you can try with XML output is to create a sample XML output file in notepad, similar to the one you created in your example, then import it using import XML table. The importer will convert it to a set of column definitions which you can load into your XML output stage or use to set up yo...
- Tue Jan 24, 2006 4:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sequential files
- Replies: 3
- Views: 951
- Tue Jan 24, 2006 1:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 Remote Configuration Guide from Ascential
- Replies: 2
- Views: 1124
- Tue Jan 24, 2006 4:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DTS and DataStage connectivity
- Replies: 1
- Views: 764
If you can execute DTS packages from the command line through some type of db connection command then you can run a script from a DataStage routine via the DSExecute command. If you can run packages from a SQL Server stored procedure you could try using the ODBC stage to execute the procedure from w...
- Tue Jan 24, 2006 1:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Performance enhancement
- Replies: 6
- Views: 1626
First off, move it from Windows to Linux or Unix. Now as to better performance it depends entirely on what you are trying to do, how many rows, source and target stage types, number of nodes, location of the node scratch and resource drives, partitioning of source and target databases, efficiency of...
- Tue Jan 24, 2006 1:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: row splitter , row merger, pivot stages
- Replies: 7
- Views: 2517
- Mon Jan 23, 2006 4:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sequence start from first stage
- Replies: 3
- Views: 1136
- Mon Jan 23, 2006 5:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer in PX job
- Replies: 23
- Views: 11008
- Sun Jan 22, 2006 5:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Hawk Beta
- Replies: 3
- Views: 1135
During the installation you get an installation options window of what components you are loading: Client, Engine, Domain, Repository Store, Documentation Have you asked support whether you can rerun just the Engine and Domain after an installation failure? I would expect the Documentation and Repos...
- Sun Jan 22, 2006 4:59 pm
- Forum: Site/Forum
- Topic: Intellectual Honesty
- Replies: 2
- Views: 1783
I did a dsxchange search and discovered I had used the "I have heard that" phrase at least six times so now I feel I must defend it. I'm of the opposite opinion, I think forums are a great place to talk about rumours. Why don't we have a rumour category? Better to let people debunk or confirm them t...
- Sat Jan 21, 2006 4:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: look ups in parrelel jobs
- Replies: 3
- Views: 1395
Anything under 10,000 lookup reference rows is quite small and will fit into memory so no need to go to the effort of preloading lookup filesets or datasets, just turn your 1000 row sources into straight lookup sources. Lookup stage should be faster then the join or merge options. Very tricky to mod...
- Thu Jan 19, 2006 11:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Why Basic Transformer does not work in MPP or Cluster System
- Replies: 3
- Views: 939
It's not a parallel stage, it's a BASIC stage trespassing in a parallel job, so I guess it doesn't have the data partitioning required to run across multiple nodes. You probably want to run these jobs on a single node anyway as the BASIC transformer will be a bottleneck. The answer is to rewrite it ...
- Thu Jan 19, 2006 8:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: reconciliation of source data and target data
- Replies: 13
- Views: 7536