Search found 92 matches

by harshada
Mon Dec 14, 2009 11:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update query hanging while running in parallel
Replies: 21
Views: 6462

In the caluse 'where x=orchestrate.z'. So here both X and Z are primary key.
by harshada
Mon Dec 14, 2009 10:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update query hanging while running in parallel
Replies: 21
Views: 6462

And regarding table locking I have not set any specific locking mechanism..as I do not know how to do it
by harshada
Mon Dec 14, 2009 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update query hanging while running in parallel
Replies: 21
Views: 6462

we are not using any specific patitioning..It is Auto...
by harshada
Fri Dec 11, 2009 11:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update query hanging while running in parallel
Replies: 21
Views: 6462

Sorry..yes there was a where clause like this where x=orchestrate.z
by harshada
Fri Dec 11, 2009 11:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update query hanging while running in parallel
Replies: 21
Views: 6462

Update query hanging while running in parallel

I am running a update query in oracle stage. The query is something like this update A set b=orchestrate.c, d=orchestrate.e This is supposed to update aroung one miilion record. The table A has around 10m records. Now the job is configure to run in four parallel nodes. When it is running 4 nodes it ...
by harshada
Mon Aug 31, 2009 11:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion of JulianDate YYDDD to mm/dd/yy date format
Replies: 4
Views: 3269

hi,

Try using StringToDate(Trim(INP_DATE),"%yyyy%ddd")

~
Harshada..
by harshada
Thu Aug 27, 2009 6:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Login failed after installing IBM information server 8.0.1
Replies: 3
Views: 1631

yes you can add... you just need to login to web console and there u can add.. even though you donot have admin rights
by harshada
Thu Aug 27, 2009 4:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Login failed after installing IBM information server 8.0.1
Replies: 3
Views: 1631

Login failed after installing IBM information server 8.0.1

Hi, We just installed IBM information server 8.0.1. Login to web console is fine but login to Datastage designer, administrator fails with error 81011. I have set up the datastage credentials as dsadm and it has the suite user and suite administrator roles. The IBM information server was installed b...
by harshada
Wed Mar 04, 2009 2:32 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: xml output
Replies: 3
Views: 3314

xml output

I am taking data from oracle and When i try to move this data into an XML
stage the job is running successfully but it is not creating any file in
the path defined (in options tab of output stage). What is the exact
procedure to do this? Can anyone give some more inputs on the xml
stages.
by harshada
Tue Jan 06, 2009 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Migration Assistant - Issue
Replies: 0
Views: 666

Data Migration Assistant - Issue

Hi, I was trying the Data Migration Assistant and was trying to create the job exactly as mentioned in Designer Guide Pg 324. When I tried to select the table definitation BuiltIn -> Examples->Folder, I get a error " Cannot open export Built-In-Examples-Folder.xml(Path/File access error)" ...
by harshada
Tue Jan 06, 2009 5:06 am
Forum: General
Topic: Data Migration Assistant - Issue
Replies: 2
Views: 1337

Data Migration Assistant - Issue

Hi, I was trying the Data Migration Assistant and was trying to create the job exactly as mentioned in Designer Guide Pg 324. When I tried to select the table definitation BuiltIn -> Examples->Folder, I get a error " Cannot open export Built-In-Examples-Folder.xml(Path/File access error)" ...
by harshada
Thu Dec 18, 2008 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema Reference
Replies: 0
Views: 427

Schema Reference

Hi, I have a job seq file read -> transformer - > seq file out in the transformer we o/p only some columns. this was the original design. But now i wanted to change the job to o/p few more columns. When I simply drag dropped the columns from i/p to o/p in transformer and compiled the job it gave me ...
by harshada
Thu Dec 18, 2008 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema Reference
Replies: 1
Views: 733

Schema Reference

Hi, I have a job seq file read -> transformer - > seq file out in the transformer we o/p only some columns. this was the original design. But now i wanted to change the job to o/p few more columns. When I simply drag dropped the columns from i/p to o/p in transformer and compiled the job it gave me ...
by harshada
Wed Nov 26, 2008 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting variable number of fields in a QBCSV file
Replies: 3
Views: 917

Hi Ray,

4 fields was an example. Maximum number of fields are needed as some records can have 4 and some have lesser than that number of fields. Need to convert all the variable records to fixed number of fields so as to process further.
by harshada
Wed Nov 26, 2008 3:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting variable number of fields in a QBCSV file
Replies: 3
Views: 917

Splitting variable number of fields in a QBCSV file

Hi, I have input file having data as 1,abc,pqr,"hhhh" 2,"abc,yyy",pqr 3,lmn,"uuu,vvv" i.e. number of fields are variable. I know the maximum number of fields eg 4 in this case. Data is comma seperated and some data has quotes and some donot have. This is what is defined...