Search found 89 matches

by arunverma
Mon Sep 12, 2005 11:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get Job start and end time
Replies: 5
Views: 2998

Thanks to all , I am going to start routine , I will let you if any issue .


Regards

Arun Verma
by arunverma
Mon Sep 12, 2005 5:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get Job start and end time
Replies: 5
Views: 2998

Thanks Mr. Ray ,

Can you Pl guide , how to get info and from which table , so we can start developing routine .

Reagrds

Arun Verma
by arunverma
Mon Sep 12, 2005 4:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get Job start and end time
Replies: 5
Views: 2998

How to get Job start and end time

Hi , We are having two dept. , development and operation . development team develop application and create root job sequencer , this sequencer call one by one all job . operation team is responsible to run application's sequencer . on daily basis they send us application wise status report , like fi...
by arunverma
Tue May 31, 2005 3:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to allocate Type 30 descriptor, table is full
Replies: 10
Views: 11205

Re: Unable to allocate Type 30 descriptor, table is full

Are you trying to populate data into Hash File ??? , If yes then , this is Hash file size limitation problem . in DataStage - 7 , default hash file size is 2GB ( 32 BIT ) and if size exceeds this value then it will failed and give error . Solution :- You need to resize Hash file ( 64 BIT ) from Univ...
by arunverma
Sat May 28, 2005 1:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transaction Size and Array Size
Replies: 3
Views: 1867

Re: Transaction Size and Array Size

HI ,

You can put Arraysize as 32767 which is the maximum limit , to put value of transaction size ( commit size ) , if you put 5000 the in oracle after 5000 it will commit in database , so to get optimum value pl concern your Oracle DBA .

Regards

Arun
by arunverma
Sat May 28, 2005 1:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Date Timestamp
Replies: 7
Views: 2291

Use TO_CHAR function in user define sql while extracting data from source system . Ex :- TO_CHAR(A.LAST_MODIFIED, 'YYYY-MM-DD HH24:MI:SS') and make column data type Timestamp and while loading data into Oracle with using Oracle plug-in , use column data type as char(30) , it will load automatically ...
by arunverma
Tue May 24, 2005 11:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job 222 Phantom 26691 (Characters not in NLS map)
Replies: 7
Views: 6629

Hi Anupam ,

Where are you ??? , no communication for last six month ....


Regards

arun
by arunverma
Thu May 19, 2005 6:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: WARNING
Replies: 5
Views: 1550

At the time of data loading , change the data type of all date column as Varchar2(38) , Oracle automaticaly load as time stamp .
by arunverma
Sat May 14, 2005 2:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job 222 Phantom 26691 (Characters not in NLS map)
Replies: 7
Views: 6629

HI Battliou , If you are getting special character in source column , then you can create routine and use in transformation , it will remove those character . Ex:- Routine - RemoveUnWantedChar It removes following character. Chr(10) , Chr(13) = "Enter Key" Chr(124) = "|" ---> Pip...
by arunverma
Wed May 04, 2005 5:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Delete Entry from Version Control
Replies: 11
Views: 4496

I have two version of application in my version control , now this is new application and for some reason , we have complete deleted Application category and respective job from production DataStage server . Now my requirement is also delete entry from version control , I want to create fresh entry ...
by arunverma
Tue May 03, 2005 5:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Delete Entry from Version Control
Replies: 11
Views: 4496

Hi Mr. Roy/Ray/Chulett . I agree with your point , We had faced directory limit ( Unix -3500) problem one year back then we create new project for version control . I have promoted one application through version control . and after some days I made some changes in application and promote , so in My...
by arunverma
Fri Apr 29, 2005 11:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Delete Entry from Version Control
Replies: 11
Views: 4496

Hi Chulett/jman ,

I want to delete particular application category , not all entry , I tried to choose application category and delete from Edit-> Delete option but it delete component only not complete category ?

Pl help .


Regards

Arun verma
by arunverma
Fri Apr 29, 2005 5:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Delete Entry from Version Control
Replies: 11
Views: 4496

How to Delete Entry from Version Control

We have three Datastage platform - Development , QA and Production , and we are promoting application through version control . today we try to promote new application but due to some nework and system problem process could not completed properly and got some garbage entry , Now we want to delete al...
by arunverma
Tue Apr 26, 2005 5:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restarting Datastage
Replies: 4
Views: 1841

Hi Karina , We have faced the same problem earlier , whenever you stop DS engine You can confirm connectivity to DS serevr by netstat -a | grep dsr If you wnat to discontinue , then find out PID and kiil it . for ex: you want to get PID of root process 1324 then give following command lsof -i | grep...
by arunverma
Fri Jan 28, 2005 4:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Deletion Right
Replies: 1
Views: 1121

Job Deletion Right

Hi ,

We have created operator user on production for Operation people
they monitor and run job . we have observed that operator user can delete any job also create job in production . pl help me how to revoke
this right .


Regards

Arun Verma