Search found 42189 matches

by chulett
Tue Apr 17, 2007 10:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sql not working in datastage
Replies: 16
Views: 3514

Why not take explicit control of the field rather than make assumptions about the format you'll get the data in? The generated SQL ensures this by wrapping a TO_CHAR() function around the field - why not do the same? Then you'll know exactly what you'll get, regardless of instance or NLS_DATE settin...
by chulett
Tue Apr 17, 2007 10:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Location for TNS File
Replies: 10
Views: 9309

mctny wrote:.odbc.ini is located in your DataStage server where as Tnsnames.ora file is located in your client machine.

Nope - at least not in a DataStage discussion. Both must be on the Server.
by chulett
Tue Apr 17, 2007 10:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sql not working in datastage
Replies: 16
Views: 3514

No its self written SQL, which I used it in SQL Plus and it works fine there Means nothing. Your SQL is the culprit here and you'd not be having an issue if the stage generated it for you. If this is a DATE field in Oracle, DataStage can handle it just fine when declared as either a Date or a Times...
by chulett
Tue Apr 17, 2007 10:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sql not working in datastage
Replies: 16
Views: 3514

Are you letting the stage generate the sql?
by chulett
Tue Apr 17, 2007 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI has fetched truncated data
Replies: 3
Views: 1227

Actually, this has been discussed in the posts here. I know because I've suffered from and posted about this very issue. :wink:

What is the NLS_LANG setting of your database? Of DataStage? You've got something other than 'single byte' data in that field.
by chulett
Tue Apr 17, 2007 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Peoplesoft connection
Replies: 4
Views: 2510

Welcome aboard. :D

Did your company purchase the PeopleSoft PACK? If not, then your only option is to connect directly to the underlying database - Oracle - just like any other Oracle source.
by chulett
Tue Apr 17, 2007 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration from DS 7.5.1A Server Edition to DS 8
Replies: 18
Views: 4858

And the port order is typically based on usage: popular platforms get converted before less popular ones. Sucked back in the day when I was on Tru64. :wink:

Oh, and an IBM product trumps all, it seems.
by chulett
Tue Apr 17, 2007 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while trying to import tables-dsn names
Replies: 14
Views: 4946

You've edited the template entries in the .odbc.ini file, not something you should be doing. They should be reverted back and copied to a new section of the file. Also note that the name of that entry must match to the entry in the uvodbc.config file. At the very least, those two changes need to be...
by chulett
Tue Apr 17, 2007 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Disappearing leading zeros from Oracle Number fields
Replies: 4
Views: 3403

xcb wrote:...I don't know why I didn't try the test before asking my question, just lazy I guess :D

:lol: Not exactly a new phenomenon here.
by chulett
Tue Apr 17, 2007 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Job is getting aborted
Replies: 6
Views: 2729

[sigh] Yes, now that you've posted the actual error, the clear understanding shows me your problem isn't anything that I thought it was. ParamName does not reference a known parameter of the job Isn't that easy to understand? The parameter name being used in the Sequence job does not exist in the jo...
by chulett
Tue Apr 17, 2007 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ouput to Excel on Multiple Sheets
Replies: 18
Views: 5517

parag.s.27 wrote:I tried typing in the DSN Name but it doesnt work because i guess the DS Server engine and the DSN needs to be on the same machine.

Of course. Get the DSN created on the Server machine and give it another shot.
by chulett
Mon Apr 16, 2007 11:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in string to date conversion.
Replies: 15
Views: 6626

I don't know enough about DB2 to help much, but at least now there's enough information here such that someone who does, can. :wink:
by chulett
Mon Apr 16, 2007 11:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: difference betwn transformer and basic transformer in PX
Replies: 13
Views: 3641

Thank goodness. Time to mark the post as resolved, eh?
by chulett
Mon Apr 16, 2007 11:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Disappearing leading zeros from Oracle Number fields
Replies: 4
Views: 3403

There are no 'leading zeroes' in a NUMBER field. This is just an artifact of the different mechanisms used to view the data and the differences are not significant. In other words, this is nothing to worry about unless you have specific formatting requirements in your target.
by chulett
Mon Apr 16, 2007 9:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using routines in parallel job
Replies: 7
Views: 2003

Server job Transformer uses server routines. Parallel job Transformer uses parallel routines. I intend to use the in-built routines and functions but they are not present in the expression editor of transformer but the same is there during a server job. What about that concept is so hard to underst...