Search found 42189 matches

by chulett
Wed Apr 22, 2009 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning with Routine return value
Replies: 15
Views: 7634

mahadev.v provided a workaround, not a solution. rk - you would need to post the actual trigger expressions you are using in order for use to help, not 'something like' them but the actual complete triggers copied from the job. You could also check this post and see if helps clear things up for you.
by chulett
Wed Apr 22, 2009 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Would reading and writing into same seq file cause prob??
Replies: 4
Views: 916

Re: Would reading and writing into same seq file cause prob?

I tried it and is working fine as of now, but not sure whether this would work for all times. The only reason it appears to be working fine is the fact that you are dealing with a single row. However, this is not something you should be doing and some operating systems will actually prevent this. B...
by chulett
Wed Apr 22, 2009 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in Oracle Enterprise stage
Replies: 1
Views: 1259

Moderator, please move to the PX forum.
by chulett
Wed Apr 22, 2009 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Partition while reading dataset
Replies: 1
Views: 915

Moderator, please move to the PX forum.
by chulett
Wed Apr 22, 2009 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Copying many tables from Sybase to SQL Server
Replies: 5
Views: 2575

Anything stopping you from actually using SAS for this? :wink: Server does not support the "select * approach" you mentioned, however a PX job would. For whatever that is worth. So if you really felt the need to do this in DataStage Server, yes you would need as many jobs as you have table...
by chulett
Wed Apr 22, 2009 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to install DataStage Server on UNIX environment
Replies: 6
Views: 2492

Best to contact your official support provider for help with this, they're the only ones who will really know what it is attempting to do at the point that it hangs.
by chulett
Wed Apr 22, 2009 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what do &PH, RT_LOGS AND HASHFILE_10 contain?
Replies: 6
Views: 2955

First off, posting in ALL CAPS is considered SHOUTING online. Please use your inside voice here. :? The "phantom" directory in each project is &PH& and is used by the background job processes to communicate status with the engine. As noted, once the job completes and this communica...
by chulett
Tue Apr 21, 2009 4:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML input stage usage in parallel job of data stage
Replies: 14
Views: 17450

I would expect that to be true (that using Sequential is faster than using External Source Stage), as the document is at least already loaded from disk. Both solutions still have to parse it though, which is the biggest time consumer. I would expect so too, parsing being where most of the time is s...
by chulett
Tue Apr 21, 2009 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle table creation by DS: column order?
Replies: 15
Views: 4095

Ah... thanks for that. :wink:

We now return you to your reguarly scheduled problem...
by chulett
Tue Apr 21, 2009 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal field with scale zero
Replies: 2
Views: 1165

An exact search for Implicit conversion from source type "int64" found 18 other posts on this subject, see if any of them help.
by chulett
Tue Apr 21, 2009 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle table creation by DS: column order?
Replies: 15
Views: 4095

If you mean the choice of the PI column, then yes, of course. What I mean is when the proper column is picked, it doesn't matter if that column is column number 1 or number 42, it doesn't affect how it functions. All this under the umbrella of Oracle, of course, which is the subject of this post. Ar...
by chulett
Tue Apr 21, 2009 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Space in Decimal field
Replies: 11
Views: 3990

Have you tried logically rejecting them by checking with the IsValid() function? Curious if that would work in this case.
by chulett
Tue Apr 21, 2009 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IBM Metadata Workbench
Replies: 2
Views: 1150

Have you asked... oh, silly perhaps... your official support provider for help? This kind of thing would be right up their alley, I would wager.
by chulett
Tue Apr 21, 2009 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: file system
Replies: 6
Views: 1213

First it would need to be made accessible to you, as noted, and that means involving a SysAdmin. This more than likely is not something you can manage by yourself, permissions-wise. Especially considering you have no idea what we are talking about. :?