Search found 42189 matches

by chulett
Thu Jul 08, 2004 7:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Usage of Stage Variable To Assign Nullable Values
Replies: 4
Views: 1374

If you can, delete your second post. It's kind of... messed up and doesn't look to add anything that's not already in the first one. You need to put some conditional logic around the setting of your stage variables if there are null values in there you want to 'skip'. Try this for the derivation of ...
by chulett
Thu Jul 08, 2004 2:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: execute a job for a list of file
Replies: 2
Views: 686

What he said. :wink:

In addition, I'd suggest doing a search of this forum for the word 'loop' or 'looping'. You'll find a number of posts from people in the same (or at least a very similar) boat, along with quite a bit of discussion on the details.
by chulett
Thu Jul 08, 2004 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing a Progress Database table definition
Replies: 8
Views: 2333

It doesn't have anything to do with the database iteself. :wink: Wire Drivers are a type of ODBC connection that do not require client libaries. DataDirect has a nice little page here that should help explain the difference.
by chulett
Thu Jul 08, 2004 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing a Progress Database table definition
Replies: 8
Views: 2333

Unless they are 'wire' drivers, ODBC typically (always?) needs the client to piggy-back over - regardless of database.
by chulett
Thu Jul 08, 2004 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: [Resolved]Promoted jobs with Version Controll
Replies: 5
Views: 1240

Re: Promoted jobs with Version Controll

(the process I went thru: selected jobs in dev, performed get dependant..., initialized the batch, selected the batch from VC opened test project and promoted the batch as compile + read only) Roy, your process sounds fine and I don't believe your issue should be related to Version Control. Can you...
by chulett
Thu Jul 08, 2004 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trouble accessing Dynamic RDBMS
Replies: 1
Views: 605

Welcome. :D This is the kind of thing I'd suggest you report to Ascential support. Smells like a bug to me and, if so, they would need to know about it and be able to recreate it for there to be a chance that they can fix it. As an alternative, is there any way for you to shorten the where clause? P...
by chulett
Thu Jul 08, 2004 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-08177: Cannot serialize access for this transaction
Replies: 5
Views: 2477

There is an init.ora parameter that enables SERIALIZABLE transactions and which must be set before you have any hope of this option working correctly. Other than that... could be a number of things.
by chulett
Thu Jul 08, 2004 6:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-08177: Cannot serialize access for this transaction
Replies: 5
Views: 2477

Yes, this is a result of your Transaction Isolation setting. Change it back to the default of 'Read Commited'. Going to a command line and issuing 'oerr ORA 08177' may help explain what's going on and then again it may not. Many of the error message descriptions there are blank, for some silly reaso...
by chulett
Wed Jul 07, 2004 9:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Load Jobs
Replies: 5
Views: 2657

my unix admin says its a big maintaince issue if i want to call or use shell scripts from a job in server..... Huh? I'm unsure what the 'big maintenance issue' would be. This is a very common thing - server jobs leveraging shell scripts. We routinely use scripts to manipulate files, do bulk loads, ...
by chulett
Wed Jul 07, 2004 7:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while renaming
Replies: 8
Views: 1670

You can also do a couple of things from the Director. 1. Turn off the display of Categories. It may take awhile to show all jobs in a large project with this option off, but it will help find what you are looking for. You may want to dial up the refresh interval before you do this so it doesn't try ...
by chulett
Wed Jul 07, 2004 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Commit after the stop of a job
Replies: 5
Views: 1535

How are you stopping the job? You need to do it in a way that causes the job to end 'abnormally' so the commit does not happen. I think you can do that from the command line but I don't know the syntax off the top of my head. I'll double-check when I get into the office. One sure fire way is to tack...
by chulett
Wed Jul 07, 2004 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage Execution
Replies: 7
Views: 3282

ray.wurlod wrote:If you want a detailed reply, you might be better off posting on ADN.


And this was...? :roll: Why go there when you can get the Full Wurlod right here? :lol:
by chulett
Tue Jul 06, 2004 1:17 pm
Forum: Site/Forum
Topic: Search function issue
Replies: 3
Views: 2680

I was wondering if it was something along those lines. However, I expected it to be more of a static list, not something it monitored over time - but as long as we know the darn thing works....
by chulett
Mon Jul 05, 2004 9:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Treatment of CHAR
Replies: 4
Views: 868

:shock: :lol:

Yah... who answers the Answerer?
by chulett
Mon Jul 05, 2004 7:57 am
Forum: Site/Forum
Topic: Search function issue
Replies: 3
Views: 2680

Search function issue

:?: Why would a simple search for 'before' or 'after' fail to return any results unless done as an 'Exact Match'?

Interestingly, a search for 'before-job' finds hits but says it will highlight 'beforejob' and therefor doesn't seem to highlight anything.

Something seems amiss. :wink: