Search found 85 matches

by BradMiller
Tue Dec 18, 2018 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture warning records in Sequential file
Replies: 2
Views: 3116

Re: Capture warning records in Sequential file

Found out that we can use the below environment variable in the job to capture the records with fields that run over the defined limit in metadata. $APT_IMPORT_REJECT_STRING_FIELD_OVERRUNS=True https://www.ibm.com/support/knowledgecenter/en/SSZJPZ_9.1.0/com.ibm.swg.im.iis.ds.parjob.adref.doc/topics/...
by BradMiller
Tue Dec 18, 2018 11:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture warning records in Sequential file
Replies: 2
Views: 3116

Capture warning records in Sequential file

Hi , I have a sequential file which is pipe delimited that has around 300 fields. Each field has field width specified as well. For eg: Gender varchar(1). I want to capture the rows that violate the field width. For eg: If I get gender value as "M*" , currently the sequential file stages r...
by BradMiller
Wed Jun 08, 2016 10:22 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Information Analyzer jobs abort
Replies: 5
Views: 6588

We have applied Fixpack 1 in our environment and our Data Governance team is running column analysis without any problems. In addition to the Fixpack, we had to apply an additional patch. Not sure if the patch fixes the IA issue or not. The Patch # is JR55954.
by BradMiller
Mon Nov 03, 2014 10:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web Service Client - All data on one row
Replies: 2
Views: 2912

Thanks Ernie. This is how we are proceeding. I appreciate the information.
by BradMiller
Tue Oct 28, 2014 11:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web Service Client - All data on one row
Replies: 2
Views: 2912

Web Service Client - All data on one row

I am creating a parallel job that calls a web service. The service developer provided me the WSDL which I successfully imported into DataStage using the Web Service Meta Data Importer. I then created my job, using the Web Services Client stage as my input. I was able to select the web service operat...
by BradMiller
Fri Sep 06, 2013 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date format issue
Replies: 2
Views: 2829

In your Else statement, you are setting the date to 4444-01-01. The input date is not valid. There are only 30 days in April. It is working as you designed it.
by BradMiller
Fri May 17, 2013 4:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp conversion error
Replies: 2
Views: 2515

Your main problem is that you are missing the "%" in front of the mm.
by BradMiller
Tue Apr 30, 2013 9:11 am
Forum: Site/Forum
Topic: Premium Membership Activation
Replies: 18
Views: 28101

Per the editor's post above, that should be editor@dsxchange.NET
by BradMiller
Fri Sep 21, 2012 12:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import FTP stage into Information server 8.7
Replies: 0
Views: 1704

Import FTP stage into Information server 8.7

We have a problem when we are importing FTP stage jobs from Information server 8.1 to 8.7. There are no values set in 'Format' tab of FTP stage in Information server 8.1 but when we import into 8.7 it automatically setting final delimiter, Delimiter and Quote to default values which we do not need. ...
by BradMiller
Tue May 08, 2012 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert job parameter in PX Stages behaves oddly
Replies: 18
Views: 9858

It's possible the dialogue box is opening off-screen. Try these steps to see if you can move it back:

1. Press Alt-tab until you are on the screen that won't display
2. Press Alt-Space
3. Choose M for Move
4. Use the arrow keys to move it on to your monitor
by BradMiller
Wed Mar 14, 2012 9:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ADD date to target files
Replies: 3
Views: 3166

When you say you are writing data to files, are you using the Sequential File stage? If so, you can just append the system date parameter to the end of your file name: /path/FileName_#DSJobStartDate#.txt
by BradMiller
Thu Nov 17, 2011 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage function
Replies: 10
Views: 6379

Convert() replaces single character by another single charcter. I have seen this posted on DSXChange before, but I have not found it to be true. I ran a quick test, using the "Convert" solution and found it worked per the o/p's requirement. Is it possible this is how Convert worked in ear...
by BradMiller
Thu Nov 03, 2011 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Ouput Reject Records from DB2 Connector to Flat File
Replies: 18
Views: 14910

What version are you using? As I remember, the DB2 Connector was first available in 8.1, but had bugs until FP1 came out.
by BradMiller
Tue Nov 01, 2011 12:22 pm
Forum: General
Topic: Cannot Open sequential file stage
Replies: 2
Views: 2988

We have seen this problem when the window is opening off of the screen. This usually happnes in dual-monitor situations. Uninstalling and reinstalling will fix the issue. You can also search the forum for steps to fix the problem by cleaning up the client's registry. Or, sometimes you can attempt to...