Search found 79 matches

by bgs_vb
Fri Oct 05, 2012 12:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Stage configuration in Infosphere 8.1 Windows Edition
Replies: 3
Views: 2681

DB2 Stage configuration in Infosphere 8.1 Windows Edition

Hi

I am working on Infosphere 8.1 at Windows Platform .
I have setup APT_DB2_INSTANCE Environment variable but still i am unable to connect to DB2 .

I couldn't find detailed step to configure DB2 at Windows platform .
Please help to resolve the issue .


Regards,
Shalini
by bgs_vb
Fri May 18, 2012 6:25 am
Forum: General
Topic: Unable to Install Infosphere 8.5
Replies: 1
Views: 2549

Unable to Install Infosphere 8.5

Hi , I am trying to install Infosphere 8.5 in Windows Enterprise 32 bit system . Installtion it failed with following error in between : com.ibm.is.install.exception.ActionException: CDIIN5123E: ExecuteScriptAction failed: the process returned error code 2,002: JVMJ9VM019E Fatal error: Unable to fin...
by bgs_vb
Tue May 15, 2012 7:11 am
Forum: General
Topic: Unable to launch Infosphere Designer
Replies: 2
Views: 2166

Unable to launch Infosphere Designer

Hi , I have installed Infosphere Server 8.5 in 32 bit Windows system . After installation , while trying to open any of Infosphere components , sytem is not launching any of the applications .In Event viewer , is ee some messages as : The description for Event ID 0 from source IBM Java cannot be fou...
by bgs_vb
Wed Mar 28, 2012 6:04 am
Forum: General
Topic: Reading Environment Variable using routine
Replies: 0
Views: 674

Reading Environment Variable using routine

Hi , I have a requirement to load multiple target tables using a single job . I am using Loop in sequence for this and have created a file list to pass necessary database tablename values to it . (FileList as follow: SRCNAME,TGT_TABLE_NAME,TGT_CONN,TGT_USERNAME) I am facing issue with passing passwo...
by bgs_vb
Mon Mar 26, 2012 2:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partial Schema file
Replies: 2
Views: 2204

Hi Ray,

Examples mentioned in pdf are for fixed width file only .
If we comma separated (delimiter) file with 10 columns , and we require data for only few columns ,how to specify them .As delinmited file will not have start and end position of data .

Please help in this .
by bgs_vb
Fri Mar 16, 2012 6:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pad chars in partial schema file
Replies: 0
Views: 1425

How to pad chars in partial schema file

Hi, I haveseven fields in source and i want to use only last five fields . I saw a roperty coltoignore in datsatge help in which we can define numer of character to ignore while defining the schema . As my file is comma separated file and do not have fixed width , i want to pad # if field length is ...
by bgs_vb
Fri Mar 16, 2012 2:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: intact property in seq file..
Replies: 1
Views: 1988

I am also facing the same issue .
Did you get any solution to this problem ?
by bgs_vb
Fri Mar 16, 2012 12:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issues with Partial Schema usage
Replies: 0
Views: 950

Issues with Partial Schema usage

Hi, I have few questions about usage of Partial schemas: 1.)If we define few columns in sequential file column metadata tab and want to use partial schema file for other set of columns ,can we achieve this using partial schema file concept ? As my source file is comma delimited and have 3 set of def...
by bgs_vb
Wed Aug 10, 2011 11:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ASCIISTR eqivalent function in datastage
Replies: 2
Views: 1321

ASCIISTR eqivalent function in datastage

Hi ,
I have a requirment to implement oracle function ASCIISTR using datastage . I can't find this function in parallel job .

Please help me in understanding how can w e implement ASCIISTR function equivalent in Datastage 7.5 Parallel jobs .
by bgs_vb
Thu Mar 10, 2011 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read a file having record delmiter as blank line
Replies: 2
Views: 2022

How to read a file having record delmiter as blank line

Hi , I am getting input data as follow in a sequential file: a: test us,osjkjkj b: ab c: defhj a: tes1t usa,osjkjkj b: cd a: tt usa,osjkjkj b: ef c: ghij d: defhj Required output format is : a|b|c|d test us,osjkjkj|ab|defhj|NULL tes1t usa,osjkjkj|cd|NULL|NULL tt usa,osjkjkj| ef|ghij| defhj Note: a,b...
by bgs_vb
Tue Feb 01, 2011 1:32 am
Forum: General
Topic: Sequencer Activity Trigger Condition Issue
Replies: 2
Views: 2087

Sequencer Activity Trigger Condition Issue

Hi I have a requirement where three sequences can run in parallel and 4th sequencer should run only after all three sequencers ran successfully. I am using below design for this: Job1--/--/>Sequence Activity(All)--->Job 4 / / Job2/ / / Job3/ Is it mandatory to put OK-Conditional trigger for all jobs...
by bgs_vb
Thu Dec 09, 2010 4:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need to convert string(DDMMYYYY) to Date field YYYY-MM-DD
Replies: 6
Views: 16292

Re: need to convert string(DDMMYYYY) to Date field YYYY-MM-D

Hi,
In StringTodate function you should specify incoming date format not desired date format i.e StringToDate(datefield,"%dd%mm%yyyy") if you source adte is in ddmmyyyy format .
by bgs_vb
Thu Dec 09, 2010 4:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion of null and invalid values in Oracle Enterprise
Replies: 3
Views: 1778

Easiest would be a constraint expression based on IsValid() function. ... Hi Ray, I am using reject file associated with Oracle Enterprise Stage and don't want to use two reject files one with transformer and other with Oracle Enterprise stage also . Is this acceptable behaviour of DataStage that i...
by bgs_vb
Thu Dec 09, 2010 3:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion of null and invalid values in Oracle Enterprise
Replies: 3
Views: 1778

Conversion of null and invalid values in Oracle Enterprise

Hi , I am getting source adta as pipe delimiter format . It has a date field in dd/mm/yyyy format . So in seq file i defined it as varchar and in transformer i am applying StringToDate function to convert this into date field and loading to Oracle Enterprise Stage . The issue is if in particular dat...
by bgs_vb
Wed Dec 08, 2010 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage Reject Handling not working properly
Replies: 2
Views: 1396

It tends to work properly when Array Size is set to 1. ... Hi Ray, I am using Oracle Enterprise satge with Upsert mode . Not sure what will be impact of setting array size as 1 ,still i changed it but ,its still not working , I was under impression taht For any of the oracle errors job should rejec...