Search found 90 matches

by neena
Thu Aug 12, 2004 10:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: vpn access from DataStage
Replies: 7
Views: 2471

VPN AND FTP ARE TWO DIFFERENT PIECES.

VPN MAKES THE CONNECTION BETWEEN TWO REMOTE SYSTEMS,

FTP TAKES CARE OF MOVING THE FILES ON THAT CONNECTION.

BEFORE COMING TO THE DATASTAGE YOU NEED TO START A VPN CONNECTION / SERVICE . THEN DO FTP WORK WITH DATASTAGE .

HTH
NEENA
by neena
Tue Aug 10, 2004 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exit from a transformer
Replies: 5
Views: 2016

You cannot end your job with transformer.
There shold be atlease one output is eeded for transformer.
Then use a stage variable and @INROWNUM condition to come out of transformer
Thanks
by neena
Mon Aug 09, 2004 2:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issue
Replies: 4
Views: 1906

First divide your updates and inserts by using transformer and for insertions use BULK loader and for Updates user the OCI stage.
This will imporve your speeds of data transformation
Thanks
by neena
Mon Aug 09, 2004 2:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NUMBER TO VARCHAR
Replies: 3
Views: 941

CHECK DIGITS Routine

Thanks
by neena
Mon Aug 02, 2004 9:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run dsjob on local machine
Replies: 6
Views: 3296

Check your Path and run the command
by neena
Fri Apr 30, 2004 9:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Record Count - ?
Replies: 3
Views: 2266

Re: Record Count - ?

Hi Muru,
Check the Datastage Basic Guide for
DSGetJobInfo Function
and DSJ.LINKROWCOUNT
Hope this works for u
by neena
Wed Dec 17, 2003 11:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Design Issue Lookup Vs Join
Replies: 3
Views: 1609

Re: Design Issue Lookup Vs Join

Hi Try to use a user defined Sql in the input stage (Oracle) and tryto use a join commnad over there. This makes ur job more easier.. Hope this works.. Tnks, Neena Hi All, I have 1 million records in Txn File and 500 million records in a second table T2 in udb database. I need to do a join between T...
by neena
Wed Dec 17, 2003 11:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup
Replies: 4
Views: 1923

Re: Lookup

Hi Nice solution ..Kenneth filestage --- transformer --- hashstage. You can create hasfiles as either file on file system or you can create that on UDB which is Project workspace. Select the filename and metadata in the file stage and make sure that one or more keys in it and just drag drop the fiel...
by neena
Wed Dec 17, 2003 11:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Random "ds_seqput error File Too Large" errors
Replies: 4
Views: 1779

Re: Random "ds_seqput error File Too Large" errors

Hi Stafford,
This is Error message is for the file system and you are trying to create a file on the file system which is more than 2 GB . Send a request to the unix admin to change the system from 32 bit to 64.
Hope this works
Tnks,
Neena
by neena
Tue Dec 16, 2003 11:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Renaming lots of DataStage jobs
Replies: 8
Views: 6722

Re: Renaming lots of DataStage jobs

Hi Ram, This depends how your project is designed. The main issue somes with the Sequencers. You need to build/edit those sequencers again. We never tried this before ( renaing with script on export file).. I suggest to go manually and replace the names with convensional names. Tnks Neena All, We ar...
by neena
Mon Dec 15, 2003 6:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COMP-3 data with CFF Stage
Replies: 1
Views: 1571

Re: COMP-3 data with CFF Stage

Hi Fong, We are also in the same sinario couple of days back, Our data looks right, I don't know what is your case but we are using the DS7- CFF stage We are getting a binary file and we are using the same scinario. I will look in to the problem again and try to solve it. Thanks, Neena Hello, We are...
by neena
Mon Dec 15, 2003 6:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Please help me clearify...
Replies: 6
Views: 2958

Re: Please help me clearify...

Hi
Clear table and Insert Rows uses the Truncate as of my knowledge.
Thanks,
Neena
by neena
Mon Oct 27, 2003 4:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter File
Replies: 6
Views: 2773

Re: Parameter File

Hi, When I create a new project, where can I found the default file for the global variable like $PATH, $TMPDIR and the User Defined ? Thanks Pey Hi, you can view these datastage variable through administrator. If you choose project properties General tab you can find a button Environment... when y...
by neena
Thu Aug 28, 2003 12:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Two Files One Load
Replies: 10
Views: 2168

Hi as ray said

Before the job runs, execute this command (perhaps through a before-job subroutine invoking ExecDOS):
type file1 file2 > file3

or
copy A+B C

both woks to merge two files in to one

Neena
by neena
Mon Mar 24, 2003 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connection Problem
Replies: 11
Views: 4230

Hi Nag I found this problem once. In my case i am running my client as Admin ( windows primary administator) and solution is i created a user under the admin group and tried to connect . This problem is solved but my version of DS is 6.x. Try this 1. create a user under the adminstrator group 2. log...