Search found 180 matches

by rafik2k
Sun Apr 15, 2007 4:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: spliting a string in one column into many rows
Replies: 5
Views: 1767

spliting a string in one column into many rows

Hi, i have a requriement where i need to lists all the job in a project. For this i have used DSGetProjectInfo(DSJ.JOBLIST) function in the transformer and capturing the output in one column in a comma delimated sequential file. I am getting outpur like this column1 ========= A,B,C,D,E,F etc But i n...
by rafik2k
Fri Apr 13, 2007 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rows mismatch while loading into db2 table using odbc stage
Replies: 10
Views: 4552

Ok. Tell us what is the datatype for this field in both source and target including the lengths and nullable/not nullable? For testing purpose try replacing the target stage with sequential file and check what happens. Aslam, Thanks for response Both source and target fields ar varchar. Source fiel...
by rafik2k
Fri Apr 13, 2007 11:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rows mismatch while loading into db2 table using odbc stage
Replies: 10
Views: 4552

Ok. Tell us what is the datatype for this field in both source and target including the lengths and nullable/not nullable? For testing purpose try replacing the target stage with sequential file and check what happens. Aslam, Thanks for response Both source and target fields ar varchar. Source fiel...
by rafik2k
Thu Apr 12, 2007 1:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rows mismatch while loading into db2 table using odbc stage
Replies: 10
Views: 4552

Rafi, It seems you are doing some transformations on the ACCESS_CODE and ELC_ACC_CDE columns and the data in those field are either not in proper format or having some wierd data which your target stage is not recognising. what transformations are you doing? Aslam, Thanks for response! In transform...
by rafik2k
Thu Apr 12, 2007 11:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rows mismatch while loading into db2 table using odbc stage
Replies: 10
Views: 4552

Hi DSguru2B and Ray, Thanks for reply. I have reset and ran many times, same issue i am getting. There is no error, only warning message. The log also shows correct rows, As per log it shows 168667 rows loaded into target table, but while checking using select count statement, it shows 168615 rows. ...
by rafik2k
Wed Apr 11, 2007 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rows mismatch while loading into db2 table using odbc stage
Replies: 10
Views: 4552

I am selecting distinct rows from the source itself.
and there is no warning regarding unique constraint the logs
by rafik2k
Wed Apr 11, 2007 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rows mismatch while loading into db2 table using odbc stage
Replies: 10
Views: 4552

rows mismatch while loading into db2 table using odbc stage

Hi, My source is db2 udb and target is alos db2 udb My job extracts data using db2 udb api stage and loads using odbc stage into the target. This jobs also captures rejected and filtered rows using constrains writeen in the transformer. The issue is while loading into the target some of the rows are...
by rafik2k
Fri Dec 08, 2006 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: jobs not showing in Repository
Replies: 6
Views: 2134

Thanks a lot DS_SUPPORT

yes it is wokring.

Thanks u again!!!!!!!!
by rafik2k
Fri Dec 08, 2006 4:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: jobs not showing in Repository
Replies: 6
Views: 2134

jobs not showing in Repository

Hi Gurus, i was just exporting one ds job from ds manager, suddendly some error occurred. when closed error windows after that all my jobs in that project disappread. though i am unable to export the job but can't see any job. i restarted ds sever, even though it is not displaying any job. Plz give ...
by rafik2k
Tue Nov 07, 2006 5:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ERROR WHILE USING DB2 UDB LOAD STAGE
Replies: 2
Views: 1333

ERROR WHILE USING DB2 UDB LOAD STAGE

Hi All, in my job i am using db2 udb load stage, while loaing data into target it is giving the following error though i set database_name,user_name,password,table_name and other properties correctly. here database_name is dsn name. when i use odbc stage, it is working fine. but for db2 udb load sta...
by rafik2k
Wed May 24, 2006 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need help for data migration
Replies: 9
Views: 2711

Hi vmcburney, but thing is that they want to implement EDM in staging area after transformation , just a replica of the target. Does it help us for target environment. my suggestion is instead of in the staging area, there will be EDM only for target. correct me if i am wrong. --rafiq
by rafik2k
Wed May 24, 2006 12:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need help for data migration
Replies: 9
Views: 2711

need help for data migration

Hi All, i am handling one data migration project. In the source there 54 database having around 900+ tables. now clients wants to migrate data (around 500+ table) in the target(db2) after transformation and apply business rule. For this they r planning to have one EDM in staging area. also they plan...
by rafik2k
Wed Dec 07, 2005 5:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how and which stages are used to main version in SCD 2
Replies: 12
Views: 8313

how to maintain version number in SCD 2

Thanks Arnd and Rich,
The problem has been resolved after changing the link order.
Now my problem is how to maintain the version number of each record in the target as i mentioned in the last message.
source as well as target are text files

any solution?

Thanks in advance

Rafiq
by rafik2k
Wed Dec 07, 2005 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how and which stages are used to main version in SCD 2
Replies: 12
Views: 8313

Hi Rich, thanks for ur quick response As per your solution i went thrugh it. But whenever there is any insertion or updation in the source file(text file), the conditions in the transformer become false. when i give condition like change_code=2 then it become false? which is i suppose for deletetion...
by rafik2k
Tue Dec 06, 2005 1:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how and which stages are used to main version in SCD 2
Replies: 12
Views: 8313

how and which stages are used to main version in SCD 2

Hi all, i want to implement SCD 2 in parallel job. i have tried using change capture and change apply stage, but using these stage i am not able to maintain version control. my requirement is that if 1) new record in the source -> then insert it into target with new row id 2) changed record in the s...