Search found 42189 matches

by chulett
Wed Oct 14, 2009 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date in MMDDCCYY format
Replies: 4
Views: 1987

Just convert it to day-month-year format and then strip your delimiter with something like Convert().
by chulett
Wed Oct 14, 2009 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Connectivity Probs
Replies: 5
Views: 1776

So, what is your 'workaround'?
by chulett
Wed Oct 14, 2009 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Moving a tree of objects between categories
Replies: 10
Views: 2892

What 7.x version are you running? There's definitely a 'Move to...' option on the File menu and right-hand panel right-click menu, I have no idea why it wouldn't be there for you unless your version is old - though I thought that option has always been there. And no, there's no setting that I've eve...
by chulett
Wed Oct 14, 2009 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Moving a tree of objects between categories
Replies: 10
Views: 2892

You certainly should be able to, either by dragging or by the right-click 'Move to...' option. Neither works for you? :?
by chulett
Wed Oct 14, 2009 6:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Moving a tree of objects between categories
Replies: 10
Views: 2892

Use the Manager.
by chulett
Wed Oct 14, 2009 6:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Moving a tree of objects between categories
Replies: 10
Views: 2892

It should support the 'Windows standard' control-click and shift-click selection methods, do those not work well enough for you for this?
by chulett
Wed Oct 14, 2009 6:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Connectivity Probs
Replies: 5
Views: 1776

Actually, I don't believe DataStage ships with any Teradata ODBC drivers. Did you purchase some? Why not use the native Teradata stages?
by chulett
Wed Oct 14, 2009 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage load data into oracle rac ,and hang the session
Replies: 6
Views: 5590

Has nothing to do with RAC, so put that out of your mind. Yes, multiple nodes create multiple connections and locks so you need to be careful how your data is partitioned to avoid situations like that. Does the issue not occur if you run the jobs on 1 node only?
by chulett
Wed Oct 14, 2009 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The elaboration of function GetCommaDelimiParam
Replies: 3
Views: 1503

priyadarshikunal wrote:I don't think its one of the datastage inbuilt routines.
It's not.
by chulett
Wed Oct 14, 2009 5:56 am
Forum: General
Topic: Linux , windows server performance
Replies: 1
Views: 839

It's more about the hardware than the O/S IMHO and I don't see how going from three servers to one is going to get 'better' performance unless the new server is a beast. :?
by chulett
Wed Oct 14, 2009 5:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migration from v 8.0 to v 8.1
Replies: 23
Views: 8340

Wasn't meant to be. :( Putting an issue in your own post let's us not only track it without going off on tangential discussions in other people's topics but also means the Subject can match the topic at hand, we have your particulars for job type and DataStage version plus you can mark the post as '...
by chulett
Wed Oct 14, 2009 5:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Connectivity Probs
Replies: 5
Views: 1776

Sounds like you may not have configured the connection correctly. Can you post both the uvodbc.config and .odbc.ini entries you created?
by chulett
Wed Oct 14, 2009 5:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to convert column from DataStage type to OLE DB type.
Replies: 3
Views: 2333

Don't know SQL Server but what is the data type of the target column in the actual table? (not the job)
by chulett
Wed Oct 14, 2009 5:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To Check for a Zero byte file using datastage server jobs
Replies: 4
Views: 2014

Either in a Sequence job or 'before job', check using one of the methods posted and then 'throw the error'. That could mean calling DSLogWarn or DSLogFatal or just setting the return status to a non-zero value.
by chulett
Wed Oct 14, 2009 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Moving the Hashed file from one project to another project
Replies: 4
Views: 1489

The amount of work varies depending on how it was created. Pathed? Just copy it. Account-based? Create a VOC record using SETFILE (or a 'do nothing' job) and then copy it.