Search found 42189 matches

by chulett
Tue Feb 05, 2013 7:53 am
Forum: General
Topic: Datastage Decryption Error ( No secret key)
Replies: 6
Views: 2015

Details would be good. For example - how, exactly, are you doing the decryption "through DataStage application"? We may need to see your syntax as well. Whatever you think might help. Out of curiousity, when it works fine from the command prompt, does it prompt you for anything or does it ...
by chulett
Tue Feb 05, 2013 7:49 am
Forum: General
Topic: Datastaje Jobs Deploy between Env
Replies: 4
Views: 1057

Nope.
by chulett
Mon Feb 04, 2013 2:14 pm
Forum: General
Topic: sql script
Replies: 1
Views: 782

Ask a DBA to kill it.
by chulett
Mon Feb 04, 2013 2:13 pm
Forum: General
Topic: Can a server job start a parallel job using UtilityJobRun()?
Replies: 2
Views: 876

Yes. A job is a job.
by chulett
Mon Feb 04, 2013 10:18 am
Forum: General
Topic: Job/Routine Trigger and Status Update Issue
Replies: 2
Views: 1309

Let's start with specifics of your Sequence job's design and the triggers involved. Also must note that others have posted the same issue in the past and (from what I recall) the solution isn't as straight-forward as it might seem it should be. Let me see if I can turn up any of those posts...
by chulett
Mon Feb 04, 2013 10:16 am
Forum: General
Topic: Running Server Routine In Parallel
Replies: 6
Views: 2223

First, draw us a picture of your Sequence job either with words or "ascii art" that lets us know the design. Make sure all of the trigger information is posted as well.
by chulett
Mon Feb 04, 2013 10:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash files cleanup
Replies: 2
Views: 1494

I've posted about this before and still feel like it's worth posting. One approach would be to use a 3rd party tool to farm all of the current hashed files being used (as in read from or written to) from a dsx export of the project. Chuck Smith has such a beastie here and it is easily modifiable to ...
by chulett
Mon Feb 04, 2013 10:02 am
Forum: General
Topic: Running Server Routine In Parallel
Replies: 6
Views: 2223

Same issue as posted here by any chance?
by chulett
Mon Feb 04, 2013 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Huge data - Job aborting
Replies: 4
Views: 1650

Yah, you need to let us know if your record is legitimately larger than 100,000 bytes or not. If yes, then you'll need to increase the read buffer size appropriately via environment variables I don't have handy at the moment. An exact search for "Consumed more than 100000 bytes" will turn ...
by chulett
Mon Feb 04, 2013 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handling non-english characters that is part of a string
Replies: 4
Views: 5096

I'd also point out that when you say "NAME1 is of length 25" you could very well be saying 25 bytes rather than characters. Oracle for example is typically set to "byte semantics", however you haven't mentioned the actual DB here.
by chulett
Mon Feb 04, 2013 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Store Procedure Failure
Replies: 3
Views: 2507

Detail the settings you are using in the stage for us. Not sure if that will help but we may as well get as complete information here as we can.

You might also want to ask on a Teradata forum like this one to see what needs to be done in general to solve this.
by chulett
Mon Feb 04, 2013 12:16 am
Forum: General
Topic: Reading an XML attachment file from a exchange mailbox
Replies: 2
Views: 1143

There's no direct mechanism that I'm aware of in the tool to read emails. However, if you can find a tool that allows that kind of access you could certainly run it from DataStage in a Sequence job let's say and have it save the emails off somewhere that could then be processed via ETL. I don't know...
by chulett
Mon Feb 04, 2013 12:11 am
Forum: General
Topic: First post!
Replies: 1
Views: 990

That's pretty simple, actually. Go to the appropriate forum and click on the Post New Topic link. It's at the top of any forum page listing posts and at the bottom on any specific posts you are in... like this one. FYI - I split this off to your own post in the General forum, feel free to ask your q...
by chulett
Sat Feb 02, 2013 8:21 am
Forum:
Topic: Logo in Business Glossary Browser
Replies: 1
Views: 1767

An exact search for "logo" in this forum will turn up what look like a couple of solutions for you.
by chulett
Fri Feb 01, 2013 1:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with Dates switching from ODBC to Oracle Connector
Replies: 1
Views: 2785

That all looks perfectly valid to me, process-wise. Only suggestion would be to try using a dash as the date delimiter rather than the forward slash so your timestamp ends up looking like this:

2013-01-31 11:03:52

More... standard.