Search found 42189 matches

by chulett
Mon Jun 23, 2014 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WHERE clause of a SQL as Parameter ?
Replies: 3
Views: 1911

Not totally surprising. Since the parameter is optional the SQL should be crafted such that it can stand alone if a value is not provided.
by chulett
Mon Jun 23, 2014 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WHERE clause of a SQL as Parameter ?
Replies: 3
Views: 1911

If "not recognizing values" means you are losing the quotes, check here. Otherwise, please explain.
by chulett
Mon Jun 23, 2014 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Text to excel
Replies: 4
Views: 1675

Educate them. In other words, that or upgrade if you want to write native Excel files rather than csv files. Or purchase a converter that runs on UNIX. Or just stick with creating csv files as most people do.
by chulett
Mon Jun 23, 2014 7:12 am
Forum: General
Topic: Difference between Connector and Enterprise stage?
Replies: 5
Views: 3127

Basically, they are completely different under the covers with the Connectors being 'new' and which are what you should be using, while all other types (including the Enterprise ones) have been deprecated.
by chulett
Sun Jun 22, 2014 6:34 am
Forum: General
Topic: DataStage Installation on Windows 7
Replies: 4
Views: 1487

abbhi wrote:when im trying to find downloads and media page its asking for site number? what is that ?
That's the part that let's them know you are a legitimate owner of the software. Find out what yours is.
by chulett
Sat Jun 21, 2014 10:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parm format passing to sql (using SPARSE lookup)
Replies: 12
Views: 7259

And yet the prepared SQL with the bind variable is exactly what I'd expect to see at that point when the DEBUG message was written out. After the SQL is prepared, each time it is called the bind variable is replaced with a value from the input stream. I'm surprised that that is "not working&quo...
by chulett
Sat Jun 21, 2014 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Text to excel
Replies: 4
Views: 1675

Or looking into getting your hands on UNIX ODBC drivers for Excel. While primarily used by people to read Excel files, I would imagine they could be used to write them as well.
by chulett
Sat Jun 21, 2014 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find Job Creating The Hash File
Replies: 4
Views: 2771

[shrug] No, not really. I guess just because it involves exporting the entire project, searching for a string and then working back up from there to find the name of the job. Getting a query against DS_JOBOBJECTS would be much more better. Or as I've mentioned many times over the years, we automated...
by chulett
Fri Jun 20, 2014 5:58 am
Forum: General
Topic: Confirm encrypted password is set to $PROJDEF?
Replies: 16
Views: 6734

Ah... so they've "fixed" that, good to know. Yes, as Eric notes you should be looking in the export, can't get by with stars there.
by chulett
Fri Jun 20, 2014 5:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find Job Creating The Hash File
Replies: 4
Views: 2771

Seeing as how you are saying the metadata was "manually entered" I'm assuming you already tried #2 and it didn't work for you, even if you have the metadata saved in the repository. If I can find my DS_JOB notes, I'll post them but someone like Ray will probably wander by and pony up some ...
by chulett
Thu Jun 19, 2014 1:25 pm
Forum: General
Topic: Confirm encrypted password is set to $PROJDEF?
Replies: 16
Views: 6734

... or look in the job's log. From what I recall you'll see the 'encrypted' value there rather than the stars you'll see in the prompt.
by chulett
Thu Jun 19, 2014 10:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS_FORCE_ABORT_AT_WARN_LIMIT
Replies: 5
Views: 3727

Thanks, I also opened up a PMR asking about this trigger option. Not sure why it's published and doesn't work. I only found this documented in the 9.1 release... is that what you are running? And did you see in the documentation for it that they use "if" several times, meaning it may not ...
by chulett
Thu Jun 19, 2014 9:57 am
Forum: General
Topic: DS 8.1 to 9.1 upgrade and Oracle 10g to 11g Exadata upgrade
Replies: 4
Views: 1726

8.1 is old enough that you will probably run into changes that affect your jobs, typically where code was tightened up. You may also find things that no longer work as you expect which typically means you've been relying on a bug that has since been fixed. As noted, an extensive test will be require...
by chulett
Thu Jun 19, 2014 9:40 am
Forum: General
Topic: Space issue for XMETA_DATA tablespace
Replies: 9
Views: 2432

Short answer? No.