Search found 437 matches

by somu_june
Fri Aug 17, 2012 3:48 pm
Forum: General
Topic: Routine DSJ LINKROWCOUNT Error
Replies: 11
Views: 5397

Routine DSJ LINKROWCOUNT Error

Hi, I have a before after job subroutine to capture records in a link , but I'm always getting result as -1 . Below is my routine $ INCLUDE DSINCLUDE JOBCONTROL.H RoutineName = "TestRout" StageName = Field (InputArg,",",1) LinkName = Field (InputArg, ",",2) vRowcount = ...
by somu_june
Fri Dec 02, 2011 1:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datetime2(7) issue in SQl server 2008
Replies: 6
Views: 9532

Hi All, Thanks everyone for the help. Timestamp datatype is working fine if I use ODBC stage, For DRS stage I need to use NVARCHAR(27) datatype and I need to use the TimestampToString function like below TimestampToString(CurrentTimestamp(),"%yyyy-%mm-%dd %hh:%nn:%ss") So when we are using...
by somu_june
Thu Dec 01, 2011 9:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datetime2(7) issue in SQl server 2008
Replies: 6
Views: 9532

Datetime2(7) issue in SQl server 2008

Hi All, I'm trying to insert data in to SQL server 2008 table. The data type is Datetime2(7) and I tried all the combinations like using functions like below in transformer StringToTimestamp(TimestampToString(CurrentTimestamp(),"%yyyy-%mm-%dd %hh:%nn:%ss"):'.000000',"%yyyy-%mm-%dd %hh...
by somu_june
Mon Mar 14, 2011 12:29 pm
Forum: General
Topic: Server Routine aborted while calling from Job sequencer
Replies: 3
Views: 2224

Server Routine aborted while calling from Job sequencer

Hi, I have a server routine which writes the waraning messages and fatal error messages of a job to a txt file and also to the job log. The routine compiled with no errors. But when calling the routine from Routine activity from job sequence it is aborted by throwing below warning Attempting to Clea...
by somu_june
Sun Jan 30, 2011 7:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal issue
Replies: 5
Views: 5856

Decimal issue

Hi All, I have Amount with Varchar(21) and it's getting data as 11302.06 and 0.00 in two records and I'm converting it to Decimal (21,5). I'm using a function StringToDecimal(SvValueAddedAmt,"trunc_zero") but I'm getting data as 0000000000011302.06000 and 0000000000000000.00000 Is there a ...
by somu_june
Sat Jan 29, 2011 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValid Function
Replies: 6
Views: 16677

IsValid Function

Hi, I have a job in which I have a date field which is varchar(10) and I'm getting date record in different formats like mm/dd/yyyy, m/d/yyyy, mm/d/yyyy and m/dd/yyyy example 10/10/2010, 1/1/2010, 11/1/2011 and 1/12/2011. I want to process record only with mm/dd/yyyy format i.e 10/10/2010. I used a ...
by somu_june
Thu Jan 27, 2011 6:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage Variable Problem
Replies: 1
Views: 1296

Stage Variable Problem

Hi, I have a job which has 4 stage variables svYear, svMonth, svDate and sv1 = svYear:'-':svMonth:'-':svDate svYear Varchar(4) svMonth varchar(2) svDate varchar(2) sv1 varchar(10) If the values for svYear is 2011, svMonth = 02 and svDate = 21 it is working fine and I'm getting output as 2011-02-21 b...
by somu_june
Thu Nov 18, 2010 3:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading Data in to Oracle Table
Replies: 2
Views: 1607

Loading Data in to Oracle Table

Hi, I have a Datastage job, which is insertind data in to a temp_arg table and it had two fields Strt_Date and End_Date with Date data type . In my job the input column data that I'm using to load the Strt_Date and End_Date fields is '2010-10-10 00:00:00.00' . In ORAOCI9 stage I defined the Strt_Dat...
by somu_june
Thu Oct 28, 2010 3:26 pm
Forum: General
Topic: Cannot able to find a job
Replies: 8
Views: 3211

Hi,

Can some one tell me how to delete the job that I cannot see any where in the rerpository from Designer Client.



Thanks,
Somaraju
by somu_june
Thu Oct 28, 2010 3:23 pm
Forum: General
Topic: Cannot able to find a job
Replies: 8
Views: 3211

Hi,

Can some one tell me how to delete the job that is in root directory



Thanks,
Somaraju
by somu_june
Thu Oct 28, 2010 2:31 pm
Forum: General
Topic: Cannot able to find a job
Replies: 8
Views: 3211

Hi Chulett

I don't see a job in project level or in any category from Designer client. Can you tell me what is this root level mean in Datastage designer. Where do I need to look for the root path.



Thanks,
Soma
by somu_june
Thu Oct 28, 2010 1:53 pm
Forum: General
Topic: Cannot able to find a job
Replies: 8
Views: 3211

Hi Ray,

I got the below message

LIST.ITEM DS_JOBS ''DimClt'' 15:49:32 10-28-10 PAGE 1

DimClt

001 NR0
005 14

Thanks,
Somaraju
by somu_june
Thu Oct 28, 2010 1:04 pm
Forum: General
Topic: Cannot able to find a job
Replies: 8
Views: 3211

Cannot able to find a job

Hi, I have a job Dimclt in one of the project Project1 and I'm trying to import the job in to Project2, it is saying that the job is already exists and I'm not able to find the job using advanced quick search. When I typed below command in Administrator command line SELECT NAME FMT '30L', CATEGORY F...
by somu_june
Fri Oct 15, 2010 2:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write Cache Size
Replies: 0
Views: 941

Write Cache Size

Hi, I have a job which is writting to a hash file. Selected the option Allow Stage write cache, I'm using an administrator default value 128 MB wite cache tunnable option. My question is, is there a way I can write a TCL command to increase to 256 or 512 MB for individual jobs instead of changing an...
by somu_june
Thu Oct 14, 2010 1:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance issue running jobs in parallel
Replies: 0
Views: 917

Performance issue running jobs in parallel

Hi, I have a three server jobs , the three jobs are reading from a file and witting to a hashfile and there is a transformer stage between input file and hash file in all the three jobs. when I ran the three jobs in sequential order in job sequence each job is completed in 5 minutes and total time t...