Search found 31 matches

by jneasy
Wed May 25, 2016 6:47 pm
Forum: General
Topic: RT_STATUSnn Record Schema
Replies: 4
Views: 3848

Yes, I already knew it was a UniVerse Multivalued DB and unfortunatly doesnt contain any DICT items for the file attributes. I am trying to write a Server Routine that will loop through all the RT_STATUSnn files and potentially set the status to Aborted/Restartable (for restatable jobs). I am aware ...
by jneasy
Wed May 25, 2016 5:36 pm
Forum: General
Topic: RT_STATUSnn Record Schema
Replies: 4
Views: 3848

RT_STATUSnn Record Schema

Hi,

Does anybody have any schema information on the RT_STATUSnn records or know where I can find it?

Cheers,
Joe.
by jneasy
Tue Feb 09, 2016 8:48 pm
Forum: General
Topic: Multiple Statements in Before/After SQL File with Semicolon
Replies: 4
Views: 3425

@ sinhasaurabh014
I already tried as a file and same issue.

@ ArndW
I still get the same error when adding a "commit;".

I think I will have a to raise a ticket with IBM to investigate this one.
Thanks for your suggestions.

Cheers,
Joe.
by jneasy
Tue Jan 19, 2016 10:30 pm
Forum: General
Topic: Multiple Statements in Before/After SQL File with Semicolon
Replies: 4
Views: 3425

Multiple Statements in Before/After SQL File with Semicolon

Hi, I am having issues when I am executing a Before SQL file within the Teradata Connector. It is splitting the file up at ever semicolon, even if it appears in a comment or a quoted string. This works fine: UPDATE TABLE_A SET COL_1 = 'XYZ' WHERE COL_2 LIKE '%,%' ; This however doesnt work even thou...
by jneasy
Tue May 12, 2015 6:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Appending to a Lookup File Set
Replies: 1
Views: 1369

Appending to a Lookup File Set

Hi,

I was wondering if there is a way to append to a Lookup File Set?
I want to avoid recreating regularly as it may contain 100's of millions of records.

I am not opposed to another solution that doesn't use the Lookup File Set and that can perform quickly

Cheers,
Joseph Neasy.
by jneasy
Thu Jul 25, 2013 7:12 pm
Forum: IBM QualityStage
Topic: Standardising multiple word states into state abreviations
Replies: 3
Views: 4455

Ok so I have created a reference table named AUSTATES and entered in the following rows for a start: "NEW SOUTH WALES" NSW "SOUTH AUSTRALIA" SA Now I'm a bit stuck with editing the Pattern file, is this the correct pattern to convert the words to their abreviated form? & CONV...
by jneasy
Thu Jul 25, 2013 5:06 pm
Forum: IBM QualityStage
Topic: Standardising multiple word states into state abreviations
Replies: 3
Views: 4455

Standardising multiple word states into state abreviations

Hi, I have an address field I would like to standardise. the problem I have is I cant seem to perform a classification override for a mulitple words, for example I would like to standardise the words NEW SOUTH WALES to the abreviation of NSW. First off opening the existing AUAREA rule set and trying...
by jneasy
Mon Apr 08, 2013 11:36 pm
Forum: General
Topic: Time() and Daylight Savings time changes
Replies: 3
Views: 1939

Thanks Craig!

I thought that might be the case but couldn't find any info or forum post to confirm.

Cheers,
Joseph Neasy
by jneasy
Mon Apr 08, 2013 10:38 pm
Forum: General
Topic: Time() and Daylight Savings time changes
Replies: 3
Views: 1939

Time() and Daylight Savings time changes

I have a question regarding Time() during Daylight Savings Time (DST) changes.

When DST ends and 2am occurs twice in the one day will the Time() function return '7200' twice?
Also when DST begins and 2am magically becomes 3am, does Time() return '10800'?

Cheers,
Joseph Neasy
by jneasy
Thu Apr 04, 2013 4:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rounding to 4 decimal places
Replies: 3
Views: 6313

Have you seen the following?

viewtopic.php?p=338081

Make sure you have scale of the column set to your desired value, i.e. 4.


Joseph Neasy.
by jneasy
Wed Apr 03, 2013 9:53 pm
Forum: General
Topic: Reconstructing Deleted DataStage Project
Replies: 3
Views: 1863

This is definitely part of 8.7 and 9.1, I just checked the documentation. http://pic.dhe.ibm.com/infocenter/iisinfsv/v8r7/index.jsp?topic=%2Fcom.ibm.swg.im.iis.ds.cliapi.ref.doc%2Ftopics%2Freconstructaproject.html http://pic.dhe.ibm.com/infocenter/iisinfsv/v9r1/topic/com.ibm.swg.im.iis.ds.cliapi.ref...
by jneasy
Wed Apr 03, 2013 9:06 pm
Forum: General
Topic: Reconstructing Deleted DataStage Project
Replies: 3
Views: 1863

You do need to remember to recompile all jobs, routines, etc.

Joseph Neasy.
by jneasy
Sun Feb 03, 2013 9:48 pm
Forum: General
Topic: Reading an XML attachment file from a exchange mailbox
Replies: 2
Views: 1461

Reading an XML attachment file from a exchange mailbox

Hi, I am currently working on an engagement where the client receives emails from various external sources into a single exchange mail box. These emails will contain XML attachments which the client would like to capture and pass through DS jobs. What would be the best method to capture the XML atta...
by jneasy
Thu Dec 06, 2012 6:15 am
Forum: General
Topic: Install fail
Replies: 1
Views: 832

Install fail

Hi, I got approx. 50% through an install of the Metadata Repository and Services Tiers for IIS8.7 on AIX7.1 Error message "The server seems to be temporarily unavailable. Would you like to retry?" options: OK or Cancel. when clicking on OK the same error keeps popping up. My question is wh...
by jneasy
Tue May 29, 2012 7:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter stage - Output rows only once option
Replies: 4
Views: 3062

Re: Filter stage - Output rows only once option

Hi sarathcr, I'm still relatively new to DS but it looks like that the option "Output Row Only Once" set to true will output the row only to the first where clause it matches and wont remove duplicates. I would suggest using the "Remove Duplicates" stage and use DeptNo as the key.