Search found 307 matches

by jdmiceli
Thu Feb 26, 2009 2:10 pm
Forum: General
Topic: Executing Datastage Jobs through UNIX shell scripts
Replies: 7
Views: 4398

I guess I would interested first in knowing why the job failed? It is simple to reset and rerun the job, but if there is a problem of some sort, then it may just fail again. Is that a concern?
by jdmiceli
Thu Jan 22, 2009 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling accented characters
Replies: 5
Views: 1673

I have an issue where my source databases can have all kinds of high ASCII characters (general from cut and paste operations) and since I use a src --> text file --> target, I end up with all kinds of problems. I borrowed a routine from some of the great minds here and then modified it to interpret ...
by jdmiceli
Mon Dec 22, 2008 4:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: LongVarChar length
Replies: 7
Views: 7545

I am experimenting with the RDBMS Stage docs that supposedly teach you to handle it. I will post my results.
by jdmiceli
Mon Dec 22, 2008 1:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: LongVarChar length
Replies: 7
Views: 7545

Bummer...

I tried your solution and it won't work for me, primarily because I don't have the OLEDB Stage available as we are running on AIX Unix. If I am wrong, please feel free to set me straight.

Thanks!
by jdmiceli
Fri Dec 19, 2008 10:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: LongVarChar length
Replies: 7
Views: 7545

Hey Rod! Did you ever come to a resolution to this problem? I am having similar issues with regards to a straight pull involving novelists as well. Right now I am using SQL Server 2000 and DTS to move the data, but we keep getting hit by a bug that affects binary data being passed over a linked serv...
by jdmiceli
Wed Dec 10, 2008 7:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version 8- Does it need more resources for the dev server?
Replies: 11
Views: 5805

I can relate. That is known as the 'addition of undocumented features.'

Don't you know that is a good thing! :shock: :roll: :lol:
by jdmiceli
Tue Dec 09, 2008 6:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version 8- Does it need more resources for the dev server?
Replies: 11
Views: 5805

There is evidently another step that has to be done as well. I don't know if you did it, but here are the instructions as plucked from an email chain between our DataStage admins: Go to project properties, general tab, click on environment, click on user defined, right click uner details, add new ce...
by jdmiceli
Mon Nov 17, 2008 1:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ENCRYPTION FUNCTION in Datastage server edition
Replies: 7
Views: 8479

As far as I know, SQL Server does not have that capability except with regards to internal encrypting of SP, view and job definitions.

If you don't require a high level of security, you could always put together a ROT13 (or some variation) pretty easily in DataStage.
by jdmiceli
Mon Nov 17, 2008 1:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ENCRYPTION FUNCTION in Datastage server edition
Replies: 7
Views: 8479

As far as I know, SQL Server does not have that capability except with regards to internal encrypting of SP, view and job definitions.

If you don't require a high level of security, you could always put together a ROT13 (or some variation) pretty easily in DataStage.
by jdmiceli
Mon Nov 03, 2008 1:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version 8- Does it need more resources for the dev server?
Replies: 11
Views: 5805

Odd as this may seem, I am almost in agreement with Dinesh and the consultant. IBM has told us that the Development Client tools should not be run with less than 3 GB of RAM available. It is also quite apparent from our experience thus far with V8, that the Dev box needs to be very beefy due to the ...
by jdmiceli
Mon Oct 27, 2008 1:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance issues after migrating from 7.5 to 8.0 server ed
Replies: 8
Views: 4602

Hi Bryceson,

The Administrator from our company said he was going to post it up somewhere, but I haven't seen it either. I know there is more going on yet though, because the problem still is not fixed.

:(
by jdmiceli
Fri Oct 24, 2008 11:22 am
Forum: General
Topic: Migration to Version 8
Replies: 13
Views: 5661

Bug found with multi-instanced job and log autopurge

Update of my migration progress: Having been pounding on V8's bug with multi-instanced jobs and log autopurge for a couple of weeks now, here is what we have learned at my company thus far: 1. There is a bug in V8 that appears when you have multi-instanced jobs and autopurge turned on for the logs. ...
by jdmiceli
Fri Oct 24, 2008 11:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange behaviour of multiple instances
Replies: 10
Views: 6361

Bug in v8 with multi instance and log autopurge

Having been pounding on the issue of multi-instanced jobs and V8 for a couple of weeks now, here is what we have learned at my company thus far: 1. There is a bug in V8 that appears when you have multi-instanced jobs and autopurge turned on for the logs. They have issued a couple of patches and twea...
by jdmiceli
Mon Oct 20, 2008 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Columns into values
Replies: 3
Views: 1841

Do you have any quarantees that your datatypes between columns and data are always going to be consistent (treatable as varchar)? Even if this is true, I see you having great difficulty doing this with a metadata based tool like DataStage. You could possibly consider kicking the information you want...
by jdmiceli
Mon Oct 20, 2008 2:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Transformation
Replies: 3
Views: 1994

Looking at your input, this does not seem like a data transformation as much as setting an upper limit with an assumed 1 as the starting point. As Craig pointed out, is there more to it? What are your business requirements?