Search found 71 matches

by memrinal
Thu Dec 18, 2008 6:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reguler expression substitution
Replies: 8
Views: 4492

HAs anyone else done regulerexpression repleacement in DS PX? Please let me know.
by memrinal
Wed Dec 17, 2008 10:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reguler expression substitution
Replies: 8
Views: 4492

Well the reguler expressions need to be replaced by '-' would be like below.
\bDAMN\s?|FART|----(ED|ER|ING|ME|S)\b
\b(HELL|HORNY|J(AC|ER)K-OFF|JI(SM|Z(M)?))\b
\b(MOTHA|MOTHER)?----(ER(S)?|IN(G)?)?\b
I am not familair with ereplace,going to try now.
by memrinal
Wed Dec 17, 2008 5:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reguler expression substitution
Replies: 8
Views: 4492

reguler expression substitution

We have a requirement to strip some bad words from the input - replace the bad words with a '-'. for bad words, we have a list of reguler expressions - We need to substitute these reguler expressions with a '-'. Currently I have implemented a demo of it using external filterstage. But I was looking ...
by memrinal
Tue Jul 29, 2008 11:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lognvarchar output of Stored proc getting truncated
Replies: 0
Views: 1441

lognvarchar output of Stored proc getting truncated

We have job where the output of a stored proc is getting truncated. The column in question contains an XML document of length - 1073741823 characters. We have used longvarchar as the data type for this column and have not provided any length for it. Please let me know if there is some way we can ext...
by memrinal
Thu Mar 06, 2008 5:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Character not getting loaded in Oracle through ODBC
Replies: 3
Views: 2781

This character exists in the target chracter set.
this was one of the first things I tested, by manually inserting the record in the DB through a query.
by memrinal
Thu Mar 06, 2008 5:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Character not getting loaded in Oracle through ODBC
Replies: 3
Views: 2781

Thanks Chulett.

Code: Select all

NLS_LANGUAGE - American

userenv('LANGUAGE') = AMERICAN_AMERICA.AL32UTF8
Is there some way we can ensure that all such > 80H characters get loaded properly in oracle. (through ODBC would be preferable)
by memrinal
Wed Aug 01, 2007 4:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Table getting locked on stopping a job
Replies: 6
Views: 4492

Thanks for pitcing in with your experience. hink getting the session killed is the best way to deal with this.
by memrinal
Tue Jul 31, 2007 4:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Table getting locked on stopping a job
Replies: 6
Views: 4492

Table getting locked on stopping a job

We have a job updating an Oracle DB Table, through ODBC Stage. Whenever this job is stopped (Manually through Director), the target table gets locked. What can be done to ensure that when the job is aborted, the table does not get locked. -- i.e. lock is released when the DS job aborts. Thanks in ad...
by memrinal
Thu May 03, 2007 7:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Re-Running Installation for Information Server
Replies: 4
Views: 2434

With the new architecture in place, Metedata Repository has to be set up, which also needs DB (DB2/Oracle/SQL Server). Plan for these components also.
by memrinal
Tue Apr 17, 2007 3:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job hanging due to Identity Column
Replies: 5
Views: 2923

Thanks Ray, I just verified after removing the MS_IDENT. The job is still hanging after 30% processing. I even ran it on a single node configuration table, but the job still hangs. But when I load this data to an empty table, it loads well and then a server job is able to append to the existing larg...
by memrinal
Sat Apr 14, 2007 10:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job hanging due to Identity Column
Replies: 5
Views: 2923

Missed a detail.

We are using ODBC Stage for the target table.
by memrinal
Sat Apr 14, 2007 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job hanging due to Identity Column
Replies: 5
Views: 2923

Job hanging due to Identity Column

Hi All, We have PX job which loads data into a SQL Server2000 DB. We have an identity column defined in the table, but we have set identity insert as off, because some other processes will also load into the table. When this job tries to load into empty table, load is successful. But on attempting l...
by memrinal
Tue Mar 27, 2007 9:58 pm
Forum: General
Topic: DataStage 8.0
Replies: 5
Views: 2958

yes the blog is very informative.

IBM DS Release notes are also good.
by memrinal
Wed Mar 21, 2007 12:04 am
Forum: General
Topic: DataStage 8.0
Replies: 5
Views: 2958

DataStage 8.0

Hi, We are evaluating DS8.0 with QS 8.0 Got some queries 1. Will QS 8.0 come already integrated in DS 8.0 ( 6 QS Stages - I read somewhere). 2. IS QS better integrated wit DS 8.0 that DS 7.5? Detials of integration. 3. Would it be better to have the the DS and QS servers setup on the same box. 4. If...
by memrinal
Tue Mar 13, 2007 8:41 am
Forum: General
Topic: Problem logging into a DS project
Replies: 10
Views: 4123

Done :wink: