Search found 15603 matches
- Tue Mar 21, 2006 2:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to insert into UV.ACCOUNT
- Replies: 18
- Views: 15919
- Tue Mar 21, 2006 2:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Two instances in the Same Server
- Replies: 2
- Views: 589
Yes, you can do this with your 7.5 version. The instructions on how to set this up and prepare your machine are in the installation guide.
This thread also discusses doing this.
This thread also discusses doing this.
- Mon Mar 20, 2006 1:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how I make to copy a hash file to a sequential file???
- Replies: 8
- Views: 2223
I thought of using the @RECORD, but realized that if there are a lot of files and mixes of files without VOC pointers then that approach is more work. But a simple hash file record lookup routine, using COMMON for the file pointer and passing in the record key for the READ and subsequent conversion ...
- Mon Mar 20, 2006 12:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Schedular
- Replies: 7
- Views: 1359
The code for jobs resides in the project directory, spread across several files. Whether the job is scheduled or not makes no difference. The scheduling information for a job is stored in the crontab file on your system. The scheduler will use dsjob to start the datastage job at the given time with ...
- Mon Mar 20, 2006 12:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Schedular
- Replies: 7
- Views: 1359
- Mon Mar 20, 2006 12:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how I make to copy a hash file to a sequential file???
- Replies: 8
- Views: 2223
Wagner, there is a reason behind the premium posting. I am sure someone else will paraphrase what I said or come up with a better alternative. I think for people working with DataStage the premium membership is well worth it - let's assume as a computer professional you are getting paid $50 a day. T...
- Mon Mar 20, 2006 11:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Find name of the Job
- Replies: 2
- Views: 749
If you correctly used the table column layout in the Manager you can right-click on that to see which jobs used those definitions. You could also do a search in a full project .DSX export file for the hashed file name and then look up a couple of lines to get the corresponding job name. If you used ...
- Mon Mar 20, 2006 11:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Importing ds components selectively through ds_importdsx
- Replies: 4
- Views: 2294
- Mon Mar 20, 2006 11:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how I make to copy a hash file to a sequential file???
- Replies: 8
- Views: 2223
DSguru2b - if only it were that easy. Note that the original poster stated that the hashed files have different formats and that he/she wishes to make a generic job. What can be done is to use the fact that hashed files are not directly connected to their DDL as is the case with the normal SQL datab...
- Mon Mar 20, 2006 11:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CRC32 for a column in Parallel Job
- Replies: 15
- Views: 4799
Lohith, the code you have written is in the routines part of the repository and is only accessible from Server jobs, or from BASIC transfrom stages in Parallel jobs. In addition, the code uses undocumented internal COMMON block values that might change in the future, so the routine might stop workin...
- Mon Mar 20, 2006 10:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem using cat command in Execute Command stage in jobseq
- Replies: 7
- Views: 2119
- Mon Mar 20, 2006 10:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Importing ds components selectively through ds_importdsx
- Replies: 4
- Views: 2294
Papan, when you see the prompt that states the account is not setup for DataStage do not say "yes" - it will add the minimum number of hashed files to that UNIX directory to make a valid UV account but it does not create a valid project directory. The question is how you logically got from using dsc...
- Mon Mar 20, 2006 8:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error compiling Job Sequence
- Replies: 17
- Views: 4424
Kris, sporadic problems like this are most likely caused by a bug in the designer. If you have a reproduceable test case then you should go through your support provider to get this put in as an ecase. There isn't much that can be done here - but fortunately the next person to get the same issue wil...
- Mon Mar 20, 2006 7:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error 81002 when connecting from datastage clients to server
- Replies: 8
- Views: 8365
To add to or complete what kumar stated execut the following: cd `cat /.dshome` . ./dsenv bin/dssh you should get a ">" prompt and can exit back to UNIX with the command QUIT . Not all installations/userid have the $DSHOME initialized upon login, and the same applies to the user environment set with...
- Mon Mar 20, 2006 7:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Accessing MS Access DB from Datastage which runs in UNIX
- Replies: 2
- Views: 833