Search found 36 matches

by anand_dafaria
Wed Jul 14, 2010 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/UDB enterprise stage Message file
Replies: 6
Views: 1826

You would be able to see the db2 loader's log file on the unix box where your db2 server resides. You can get the path from the config file in which dbnodes are defined.
by anand_dafaria
Tue Apr 13, 2010 11:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read excel file in Datastage
Replies: 1
Views: 4728

How to read excel file in Datastage

Hi All, I am facing problems while reading excel file in Datastage Px in Unix environment. I have tried doing it using sequential file stage, but it is not able to read the data. If am I converting it into csv file (manually) then I am able to do read it. But we will be getting pleanty of such sourc...
by anand_dafaria
Tue Nov 10, 2009 3:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert Binary to Decimal in PX 8.0.1
Replies: 6
Views: 2645

Hi,
I think you need to put the data from cycle 1 jobs into a binary file instead of a dataset and then read that file using CFF once again by giving the correct layout of the filler column.


Thanks
by anand_dafaria
Wed Nov 04, 2009 2:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LKP_STAGE issue
Replies: 3
Views: 2320

Let us know what have you provided in the lookup failure option in the lookup stage.

It all depends on data, while data in production environments are relatively larger so you never know that is it because of data or code that the job is failing.


Anand.
by anand_dafaria
Tue Sep 08, 2009 10:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maintain sort order in datastage
Replies: 10
Views: 25315

yes you can easily control the sorting order in an ETL job. You can use sort stage for sorting as well as retaining the last record. But before that you need to know which record comes in the last. Consider and example: EMPLOYEE_NO DEPT_ID 117514 123 117514 456 Now you have to see which record you n...
by anand_dafaria
Mon Sep 07, 2009 10:57 pm
Forum: General
Topic: Configuration of Information Server V 8.0.1 on Windows XP
Replies: 14
Views: 7612

Hi naren, before you could login to the designer you need to create a user. Please follow below steps: 1) Login to Information server (http://localhost:9080) and go to the administration tab. 2) Then go to User and Groups drop down and select users. 3) On the right side click on new user and give al...
by anand_dafaria
Mon Sep 07, 2009 3:12 am
Forum: General
Topic: Configuration of Information Server V 8.0.1 on Windows XP
Replies: 14
Views: 7612

Type http://localhost:9080 and check that you are getting Information Server loin page. If it fails to show then check that below services are running or not: 1) IBM Websphere Application Server V6---- 2) All the Db2 related services if the meta server is installed on DB2. Just check and revert Than...
by anand_dafaria
Mon Sep 07, 2009 3:11 am
Forum: General
Topic: Configuration of Information Server V 8.0.1 on Windows XP
Replies: 14
Views: 7612

Type http://localhost:9080 and check that you are getting Information Server loin page. If it fails to show then check that below services are running or not: 1) IBM Websphere Application Server V6---- 2) All the Db2 related services if the meta server is installed on DB2. Just check and revert Than...
by anand_dafaria
Fri May 22, 2009 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Compilation problem
Replies: 5
Views: 3118

Hi Ray,
Thanks for your suggestion. Transformer is geting compiled correctly
by anand_dafaria
Thu May 21, 2009 10:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Compilation problem
Replies: 5
Views: 3118

Ray,
Thanks for your reply. One quick question, am I correct in installing the mentioned SDK and iniitiating the LIB and INCLUDE environment variables???
by anand_dafaria
Thu May 21, 2009 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Compilation problem
Replies: 5
Views: 3118

Transformer Compilation problem

Hi I have installed Information server V 8.1 on Windows XP. We got C++ software litle late a as such installed Microsoft Visual Studio 2005 after installing Datastage server. Now server is running fine but the compiler is giving issue and transformer is not getting compiled. According to the documen...
by anand_dafaria
Fri Mar 27, 2009 3:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence calling another Sequence
Replies: 2
Views: 1263

Can you be more clear on what you are doing with SEQ2. Is it a different sequence with jobs associated different from that of SEQ1 or it too contains the same associated jobs as SEQ1??
by anand_dafaria
Fri Mar 27, 2009 3:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: A job getting aborted when target table is truncated.
Replies: 2
Views: 725

Post the Fatal error which you are getting in the log when the job aborts. This will make it clear what is happening.
by anand_dafaria
Sun Mar 22, 2009 11:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Import Error
Replies: 0
Views: 775

CFF Import Error

Hi I am trying to view the data from CFF stage, but getting below error :- "Input buffer overrun at field "FIELD NAME" , at offset:26 Here are the details of my job - Source file is - Mainframe file having COBOL definition. File Format - VBS (variable blocked spanned) Record length - ...
by anand_dafaria
Thu Jan 29, 2009 12:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Hexadecimal Data using CFF stage
Replies: 3
Views: 1901

Hi Ray, Thanks for you reply. The value for one field defined as PIC X; on the mainframe side it is hexadecimal value coming as below: ########################## <blank> <blank> a j e f ########################## The records like a,j,e,f are getting correctly read from the mainframe side but the <ba...