Search found 35 matches

by nagarjuna900
Tue Jun 08, 2010 8:11 am
Forum: General
Topic: Converting Nullable source to Non-Nullable
Replies: 2
Views: 1761

Converting Nullable source to Non-Nullable

Hi, Lookup_7,0: When binding input interface field "Column1" to field "Column1": Converting a nullable source to a non-nullable result; a fatal runtime error could occur; use a modify operator to specify the value to which the null should be converted. How to solve the above issu...
by nagarjuna900
Tue Jun 08, 2010 7:29 am
Forum: General
Topic: How to unlock the job in Windows
Replies: 3
Views: 1179

How to unlock the job in Windows

Hi,

The DataStage Server and Clients installed in Windows Operating system.

How to unlock the job in windows?


Thanks,
by nagarjuna900
Thu May 27, 2010 3:23 am
Forum: General
Topic: Identify the duplicates
Replies: 3
Views: 1487

Identify the duplicates

Hi, the Source data as follows: Col1 Col2 1 aa 2 gg 1 aa 2 gg Required output: Col1 Col2 1 aa 2 gg need to identify the duplicate record existance. based on the first row if any duplicates occurs the error message needs to send into error table, if the duplicate does not exist the record will load i...
by nagarjuna900
Wed May 26, 2010 8:26 am
Forum: General
Topic: How to Display the Day from the date value in parallel job
Replies: 13
Views: 3619

the WeekDayFromDate function will display the number of the day in week, it will not display the name of the day.

Thanks,
by nagarjuna900
Wed May 26, 2010 6:56 am
Forum: General
Topic: How to Display the Day from the date value in parallel job
Replies: 13
Views: 3619

Thanks,

But by using DateToString(), there is a option to display the day number ( 1-31), how to display the day name?
by nagarjuna900
Wed May 26, 2010 6:27 am
Forum: General
Topic: How to Display the Day from the date value in parallel job
Replies: 13
Views: 3619

How to Display the Day from the date value in parallel job

HI,

in datastage 7.5 ( parallel jobs), how to display the 'day' from the Date value.


Thanks,
by nagarjuna900
Mon May 24, 2010 2:41 am
Forum: General
Topic: Creation of DSN Connection
Replies: 1
Views: 1002

Creation of DSN Connection

Hi,

I have two servers, one for Datastage and another for Database.

I created the DSN connnection for the database in two servers( tried with individual server also), but that DSN not displaying in datastage.

How can i solve this?

Thanks,
by nagarjuna900
Fri May 14, 2010 4:04 am
Forum: General
Topic: Error while View the Data from Sybase Source table
Replies: 1
Views: 1127

Error while View the Data from Sybase Source table

Hi,

while view the data from sybase source stage using VIEWDATA option am getting the error as follows.
(DataStage version: 7.5.1)

BATS_STG.DSLink1: DSP.Open GCI $DSP.Open error -100.

Many thanks,
by nagarjuna900
Mon Apr 19, 2010 6:09 am
Forum: General
Topic: Error in parallel jobs
Replies: 1
Views: 1131

Error in parallel jobs

Hi,

i installed the DataStage in my system.. while executing the parallel jobs am getting the error as follows.

Error: view data Command executing..

how can i slove this..

Thanks in advance..
by nagarjuna900
Sun Apr 18, 2010 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while execting the Parallel jobs
Replies: 3
Views: 1799

Error while execting the Parallel jobs

Hi,

i have installed the DataStage in my system. but while running the parallel job the following error is displaying:

Error : Executing the View Data Command.

Please give me the solution..



Thanks,
by nagarjuna900
Sun Apr 18, 2010 8:41 am
Forum: General
Topic: Identify the duplicate records
Replies: 1
Views: 1034

Identify the duplicate records

Hi, In source the data as follows ( having two columns). Col1 Col2 1 AAA 2 BBB 1 AAA 3 CCC 1 AAA The required output as follows. Col1 Col2 Flag 1 AAA - 1 AAA D ( Duplicate Record) 1 AAA D ( Duplicate Record) 2 BBB - 3 CCC - Thanks a lot,
by nagarjuna900
Sun Apr 18, 2010 8:33 am
Forum: General
Topic: How to identify the duplicate records
Replies: 2
Views: 1063

How to identify the duplicate records

Hi,

In source the data as follows ( having two columns).

1 AAA
2 BBB
1 AAA
3 CCC
1 AAA

The required output as follows.

1 AAA
1 AAA D ( Duplicate Record)
1 AAA D ( Duplicate Record)
2 BBB
3 CCC

( In third column the flag needs to display)

Thanks a lot,
by nagarjuna900
Fri Dec 18, 2009 3:45 am
Forum: General
Topic: What is the use of Partition table option
Replies: 3
Views: 1328

not for the interview... for learning purpose only...

Please reply me..

Thanks,
by nagarjuna900
Fri Dec 18, 2009 3:44 am
Forum: General
Topic: In DataStage PX the Pipeline and Partition Techniques
Replies: 2
Views: 1301

not for the interview... now am learning...

Please reply me..
Thanks,
by nagarjuna900
Fri Dec 18, 2009 12:07 am
Forum: General
Topic: What is the use of Partition table option
Replies: 3
Views: 1328

What is the use of Partition table option

What is the use of Partition table option in oracle stage in parallel jobs