Search found 79 matches

by suresh.narasimha
Sun Jul 27, 2008 6:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to abort a job from back end process
Replies: 8
Views: 2879

How to abort a job from back end process

Hi Everyone Goodmorning I have a source(seq file), a transformer and 2 targets one seq file and the other as OCI. I have constraints to my targets, so zero records are being written into my seq file and rest all records are routed to OCI ( about 1 million ) This job is running since 5 days for a sim...
by suresh.narasimha
Tue Jul 22, 2008 11:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About Hashed File Memory Usage
Replies: 5
Views: 1316

About Hashed File Memory Usage

Thanks Ray.

Now i'm clear the way how hashed file behaves.

Regards
by suresh.narasimha
Tue Jul 22, 2008 10:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About Hashed File Memory Usage
Replies: 5
Views: 1316

About Hashed File Memory Usage

Hi Saikir,

Thanks.

My question is if i donot enable preload file to memory how does a hashed file behave ?

Regards
by suresh.narasimha
Tue Jul 22, 2008 10:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About Hashed File Memory Usage
Replies: 5
Views: 1316

About Hashed File Memory Usage

Hi Everyone, Good Afternoon. I'm confused with the way hashed file reads the data. 1. If i use a hashed file as a lookup and i donot check option " Preload file to memory " ....does it pull all the data to memory or reads data from the physical file location for each row ? 2. If it reads d...
by suresh.narasimha
Tue Jul 15, 2008 10:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how can i install missed plugin in unix
Replies: 3
Views: 1675

how can i install missed plugin in unix

Hi Everybody, I need to install OracleOCILoad plugin which is not already there in repository. I donot know how could i proceed in unix. do i have a package installer in unix as well ? i already have OCI 7 load installed. but for that i need to run sqlldr command seperately. suggestions please... re...
by suresh.narasimha
Tue Jul 01, 2008 12:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Phantom - JOB.1132352373.DT.1471260026.TRANS1
Replies: 3
Views: 2308

Thanks Ray.

Issue is with the memory.
by suresh.narasimha
Mon Jun 30, 2008 10:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Phantom - JOB.1132352373.DT.1471260026.TRANS1
Replies: 3
Views: 2308

Datastage Phantom - JOB.1132352373.DT.1471260026.TRANS1

Hi, I have a folder stage which reads a set of csv files. The folder stage is connected to a row splitter. The row splitter splits the data into to rows, one the header and the other row is the data. The second column length is given the maximum 9999999 beyong which datastage cannot accept. when pro...
by suresh.narasimha
Thu Mar 06, 2008 2:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSADMIN & DSUSER GROUPS NOT CREATED
Replies: 1
Views: 811

DSADMIN & DSUSER GROUPS NOT CREATED

Hi, I have installed DSEE 7.5x2 on Windows 2003 server standard edition. The OS do not have sp1. I didn't install NLS. I have selected only pivot and sort as plug-in stages. After installing there are no groups such as DSADMN and DSUSERS created. Now i'm not able to logon to Datastage as i'm not in ...
by suresh.narasimha
Thu Sep 20, 2007 12:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change in datatype for password throwing errors
Replies: 1
Views: 789

Change in datatype for password throwing errors

Hi, I have a job design flat file --->xfm---->xfm---->oci My job was working fine. Now that i have changed datatype of password from string to encrypted, its throwing errors and my job is getting aborted. Unknown: DSCGetStrStageProp value (??) of property (PASSWORD) contains unmappable characters (M...
by suresh.narasimha
Mon Aug 27, 2007 6:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Usage Of Universe Stage
Replies: 2
Views: 1350

Usage Of Universe Stage

Hi, I have a Source Table in remote on which i fire a SQL and put all the result into a staging table residing locally From the staging table i do the aggregation or some selection based on where clauses etc and put into next table. Now i wanted to know instead of a staging table can i use a Univers...
by suresh.narasimha
Tue Aug 07, 2007 11:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot In Server Jobs
Replies: 2
Views: 1788

Vertical Pivot In Server Jobs

Hi,

Could you please give me some idea of how can i perform a Vertical pivot in server jobs...

The scenario is:

Source File:

Col1,Col2
1,1
1,2
1,3
2,4
2,5
2,6
3,7
3,8
3,9

Target:

Col1,Col2,Col3,Col4
1,1,2,3
2,4,5,6
3,7,8,9

Thanks

Suresh N
by suresh.narasimha
Fri May 11, 2007 12:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Blanks/Null Values in the date field
Replies: 9
Views: 4025

Blanks/Null Values in the date field

Hi Amit,

Try this ...

If Len(Trim(Link.Column))=0 Then

Then Oconv(Iconv('99991231', "DYMD"),"D-YMD[4,2,2]") : "00:00:00"

Else Oconv(Iconv(Link.Column, "DYMD"),"D-YMD[4,2,2]") : " 00:00:00"

Regards,
Suresh N
by suresh.narasimha
Thu May 03, 2007 3:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HOw to start the datastage job from win bat file or DOS mode
Replies: 7
Views: 3948

To Start DS Job from a batch file of windows

Hi,

I gues this should help you when you put this in a batch.

C:\Ascential\DataStage\Engine\bin\dsjob -server <server_name> -user <User_Name> -password <somepwd> -run <Project_Name> <Job_Name>

Regards,
Suresh N
by suresh.narasimha
Thu Feb 15, 2007 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to suppress a warning
Replies: 3
Views: 1698

How to suppress a warning

I can't implement either of your solutions, rather i'll go to my work.

Many thanks for your answer Chulett.

We have Single Core 4 CPUs.

Thanks & Regards,
Suresh N