Search found 180 matches

by bigpoppa
Tue Nov 04, 2003 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parallel job problem
Replies: 3
Views: 1226

Parallel job problem

I think parallel jobs are only availabe on UNIX, not Windows.
by bigpoppa
Fri Oct 31, 2003 10:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC BIND19 problem for DB2 Wire Protocol on DS 7.0
Replies: 2
Views: 2963

ODBC BIND19 problem for DB2 Wire Protocol on DS 7.0

Vasu,

Are you absolutely certain that the DB2 Wire Protocol works with ***PX*** 7.0? I believe that previous versions of PX did not use the uvodbc.config or .odbc.ini.

BP
by bigpoppa
Fri Oct 31, 2003 10:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTPing a zip file and FTPing multiple files
Replies: 6
Views: 2384

FTPing a zip file and FTPing multiple files

I thought there was a PX-specific FTP stage that can take care of this problem. You may want to contact your DS rep and ask for the Parallel FTP stage. It might not be offered in the standard release, but Ascential's engineering/professional services might be able to find it.

- BP
by bigpoppa
Wed Oct 29, 2003 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: parellel job-multiple instances
Replies: 6
Views: 2888

parellel job-multiple instances

Actually, once I tried to run the same PX job twice from one sequencer, and it just wouldn't work. I had to click on the 'Allow multiple instances' checkbox to run the many instances of the same PX job from one sequencer in 6x. This might have changed for 7x.

- BP
by bigpoppa
Tue Oct 28, 2003 9:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge and Join and Sort
Replies: 5
Views: 2713

Merge and Join and Sort

Although I have never seen that error message before, your PX scripts might be suffering from the automatic insertion of hashes and sorts that happens in PX 6+. Check on the PX Forum for a discussion about this feature.

-BP
by bigpoppa
Tue Oct 28, 2003 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic file dynamic column
Replies: 3
Views: 7286

Dynamic file dynamic column

Another option is to use an outside UNIX script to pick out the ID and generate an Orchestrate Schema File prior to record processing. Orchestrate schema files are PX-specific metadata files that specify record- and field- related layout and type properties. Schema files can be imported into DataSta...
by bigpoppa
Tue Oct 28, 2003 9:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: parellel job-multiple instances
Replies: 6
Views: 2888

parellel job-multiple instances

It's a job property, I believe. Click on the bright yellow icon with little black squares in it, and 'Allow Multiple Instances' should be an checkbox on the popup Job Properties dialogue box.

- BP
by bigpoppa
Wed Oct 22, 2003 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Command stage calling SQLLDR
Replies: 2
Views: 2772

Execute Command stage calling SQLLDR

I'm trying to use a sequencer stage - the execute command stage to call script that has a sqlldr command in it. When I run the the script from the UNIX commandline, it works fine. When I run the script from the Execute Command stage, I get the error below. So, I thought there might be a discrepancy ...
by bigpoppa
Fri Oct 17, 2003 11:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Boost
Replies: 4
Views: 3917

Lookup table fits into memory

Just to point out: PX lookups are only performant if the lookup table fits comfortably into memory. On SMPs, use the 'entire' partition on your lookup to generate one copy of the table that is entirely shared in memory with all paritions. On MPPs, create a partitioned (typically hashed) to create pa...
by bigpoppa
Thu Oct 16, 2003 11:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: View Data issue on Oracle9i Stage
Replies: 11
Views: 2428

No, I still have not gotten the new vmdsrpos.dll, so I am still having the same problem. If the new dll fixes the problem, I'll let you know when I get it.

Thanks to all for your suggestions.
by bigpoppa
Thu Oct 16, 2003 10:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run Time errors
Replies: 5
Views: 2300

Kiran, I just want to make sure I understand completely the problem completely. 1. Is the OS swap space pointing to /tmp? 2. How are you monitoring /tmp and swap usage? 3. Is the box quiet except for PX? 4. Can you do a 'ulimit -a' on your Solaris box and give us the results? I like to use the top u...
by bigpoppa
Wed Oct 15, 2003 2:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run Time errors
Replies: 5
Views: 2300

Sometimes, swap space is allocated out of /tmp space, and swapping and /tmp files can compete for the same disk resources. Fork might be failing b/c it's running out of swap space in /tmp. Nothing in your config file should ever point to /tmp. Point your scratch/datasets to a different directory, an...
by bigpoppa
Tue Oct 14, 2003 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How Many Stages in a PX Job
Replies: 3
Views: 4239

Amdahl's Law

Amdahl's law, a heuristic for determining "speedup", is below and can be generally used to 'fit' your PX job to your machine. Amdahl's law: If F is the fraction of a calculation that is sequential, and (1-F) is the fraction that can be parallelised, then the maximum speedup that can be ach...
by bigpoppa
Thu Oct 09, 2003 1:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: View Data issue on Oracle9i Stage
Replies: 11
Views: 2428

:)

Don't let this scare you from upgrading to 7.0.. DS Server 7.0 is working fine otherwise..

- BP
by bigpoppa
Thu Oct 09, 2003 11:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: View Data issue on Oracle9i Stage
Replies: 11
Views: 2428

View Data issue on Oracle9i Stage

DataStage Server Edition 7.0 on Windows XP ---------------------------------- Hello. I am having a problem with the "View Data" function on the Oracle9i stage in DataStage Server Edition 7.0. When I click on it, no data comes up even if its SQL query runs fine in SQLplus. Not only does it ...