Search found 61 matches

by vbeeram
Thu Jul 28, 2005 5:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence number generation
Replies: 5
Views: 3397

Hi Ray, As you said i already did ,im able to take max value(Latest date and Max sequence_No) from Hash file, but im not able to pass these columns into Transformer,since these are individual columns. Since im using Sever job i cannot use Column Generator Stage. ODBC(SOurce)--------->TRNSFORMER-----...
by vbeeram
Wed Jul 27, 2005 8:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence number generation
Replies: 5
Views: 3397

Sequence number generation

Hi, I have Audit table which maintains Run History.Using same job im loading data into ODS table and Audit table.Audit table has two extra columns than my ODS table,i.e Loaded Date and Sequence_No. First time when i load the data Sequence_No is 1, when i load the data second time it has to check the...
by vbeeram
Wed Jul 20, 2005 8:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting error while opening datastage director
Replies: 5
Views: 2601

RPC Daemon is not running error 81016

Hi, I installed Datastage on my PC(both cleint and Server) OS is Windows XP Professional. I got same error which u got exactly. RPC Daemon is not running error 81016. I can open Designer and Director.But im not able to open Administrator and Manager. Tell me how you resolved this issue. Thanks Vbeeram
by vbeeram
Tue Jul 12, 2005 2:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UDB configuration
Replies: 3
Views: 2142

UDB configuration

Hi, I installed Datastage7.1r1(Server Edition) on Solaris,successfully installed. But i have UDB DB2 source on AIX machine. I am not able to connect UDB(on AIX) from Datastage(Solaris). I am using following .odbc.ini and uvodbc.config files. bolded fields iam filling as per my available details. Any...
by vbeeram
Mon Jun 20, 2005 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase Cubes
Replies: 2
Views: 1613

Sybase Cubes

Hi All,

I am using Datastage EE(7.1),i need to extract the data from Multi Dimensional Cube(built in Sybase).Is Datastage has capability to extract data directly from a Cube?

Any ideas....


Thanks in advance,
Beeram
by vbeeram
Wed Jun 08, 2005 9:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we Call Server routines in Parallel Extender
Replies: 5
Views: 2901

You can call as Before/After Sub Routines
by vbeeram
Wed May 25, 2005 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User Defined Query
Replies: 4
Views: 1783

Hi Brad,

bcaz i have 360 conditions and 360 columns,it's compulsory to check condition and pass the O/P for corresponding O/P column.

If i use Transformer also expensive bcaz i need to check 360 conditions in Transformer.Performance point of view i'm using SQL query.


Thanks
Beeram
by vbeeram
Wed May 25, 2005 9:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User Defined Query
Replies: 4
Views: 1783

Hi Brad, Sinece my Team decided to not to use Views/Procedure,i have option using splitting the job into two parts,this already i implimented.Other than this is there any way to do this. This query is like all Case Statements,i have 360 Input columns so for each column i have condition and calculati...
by vbeeram
Tue May 24, 2005 1:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User Defined Query
Replies: 4
Views: 1783

User Defined Query

Hi,

I have a SQL query which is nearly 360 lines,i am writing in DB2 Enterprise stage but it's accepting only 120 lines of SQL query.

So any body's idea about this?
It's urgent.


Thanks in advance
Beeram
by vbeeram
Sun Apr 10, 2005 7:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 4
Views: 2330

Date format

Hi,

Yours source column must be String type i.e varchar
You also specify the I/P Source format.

Syntax: StringToDate(Column,"source column format ")

In your case
ex:StringToDate(DateLiknk.Date1,"%yyyy%mm%dd")

This will work.

Rgds
Thiru
by vbeeram
Sun Mar 06, 2005 3:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shell script
Replies: 10
Views: 4815

Script

You dont require UNIX while learning Datastage,just to run and schedule you can use scripts.

Also some commands useful grep,sed and awk for String manipulations.
by vbeeram
Mon Feb 21, 2005 10:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Error: Zero length string used
Replies: 4
Views: 1189

Phantom error

Check the name,data type and length of stage variable .
by vbeeram
Mon Feb 21, 2005 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Peoplesoft EPM and Datastage Connectivity
Replies: 3
Views: 1947

Peoplesoft EPM and Datastage Connectivity

Hi,

Where can I find white papers or literature about the conection process between DataStage 7.x and PeopleSoft EPM?

Any body know abt this connectivity?


Thanks
Vbeeram
by vbeeram
Sat Feb 19, 2005 7:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file is rejecting records with null values
Replies: 7
Views: 3723

define the null field value

When u use sequential file stage,define the value for nullable field.
For that double click on that column (u get edit column Metadata editor)there specify the null field value.
by vbeeram
Sun Nov 21, 2004 7:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Urgent-Error reading from Sequential file
Replies: 4
Views: 3598

handle the null vals properly(use default valus) and check the metadata.


Regards
vBeeram