Search found 42189 matches

by chulett
Fri Apr 11, 2008 9:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project is locked by Administrator
Replies: 3
Views: 1265

It's not a licensing limit, you would get a specific message stating that your limit was exceeded if that was the case. This happens when connections are not dropped cleanly and system resources, like the lock table, fill. We have it here on occassion. What I end up doing is going into UNIX and gett...
by chulett
Fri Apr 11, 2008 5:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Carry forward rows that do not match in Hashed file
Replies: 28
Views: 5095

What "doesn't seem to work" about it? :?
by chulett
Thu Apr 10, 2008 4:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: diff b/t .dsx and .xml in datastage manager
Replies: 4
Views: 2092

I don't believe so either and also lack any empirical evidence to back that assertion up... it's all anecdotal. :wink:
by chulett
Thu Apr 10, 2008 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: diff b/t .dsx and .xml in datastage manager
Replies: 4
Views: 2092

Be aware that xml is not faster when it comes to importing it as it must first be converted to dsx format and then imported. And that's not a speedy conversion.
by chulett
Thu Apr 10, 2008 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to integrate 2 data marts
Replies: 7
Views: 2641

And here I was going to say simply bus them to the same school. Oh well.
by chulett
Thu Apr 10, 2008 2:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Null values for FMT AND EBCDIC
Replies: 1
Views: 746

To 'make sure', code around the nulls - only call that derivation when the source field is not null. Then see if your error goes away.
by chulett
Thu Apr 10, 2008 12:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage error
Replies: 7
Views: 1355

Then time to open a support case it seems, only the vendor can really help with an "Illegal Instruction" coredump.
by chulett
Thu Apr 10, 2008 11:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage error
Replies: 7
Views: 1355

Have you tried searching the forums for "Fault type is 4" yet, see if others have encountered it?
by chulett
Thu Apr 10, 2008 11:30 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: How to change RTI Agent's port
Replies: 3
Views: 2917

./Ascential/RTIAgent/configuration.properties #Configuration parameters #Fri Mar 17 17:12:03 MST 2006 agent.TX_classpath= agent.ObjectPort= agent.Port=2000 agent.TX_port=2500 agent.Use_DS=Y agent.TX_jvmopts= agent.TX_libpath= agent.Use_TX=N agent.TX_map_dir=maps agent.TX_ping=15000 agent.TX_host=loc...
by chulett
Thu Apr 10, 2008 9:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Verb "UNLOCK" is not in your VOC
Replies: 6
Views: 16626

It depends on where you are when you launch dssh the determines your initial auto 'LOGTO'. After that, you simply LOGTO another project or to 'UV'.
by chulett
Thu Apr 10, 2008 1:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage EE with windows
Replies: 20
Views: 8558

"We leave out that uber-expensive box and manuals so you only pay $40 for multi-thousand dollar software". Riiiiiight. :roll:

Anyone that thinks much (or any) of the stuff there is legit needs to think again.
by chulett
Thu Apr 10, 2008 1:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Call a Oracle stored procedure
Replies: 4
Views: 1216

You would use the Stored Procedure stage, with the caveat that (as noted) it would get called for every row processed.
by chulett
Thu Apr 10, 2008 1:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database connections for around 200 Jobs
Replies: 8
Views: 2767

Jobs will need as many connections as you have DB stages. Yes, that is 'common' - what is uncommon is attempting to run 200 jobs at the same time. Unless you've ensured both your hardware and database resouces have been configured accordingly.