Search found 4605 matches
- Sun Oct 10, 2004 10:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NOFILES and MAXUPROC Kernel Parameters in DS 7.5
- Replies: 8
- Views: 5525
What do you mean? Sun Solaris 2.8 is the OS. It is also UNIX. NOFILES is also a UNIX kernel parameter. You need to change MFILES to 200 or more which should be plenty. NOFILES is large enough. Do you have jobs with more than 100 links? There is another parameter for the number of DYNAMIC hash files....
- Sun Oct 10, 2004 10:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Huge number of processes for single job
- Replies: 11
- Views: 3453
- Fri Oct 08, 2004 10:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NOFILES and MAXUPROC Kernel Parameters in DS 7.5
- Replies: 8
- Views: 5525
MFILES is the number of files which Universe can have open within one process. This has to live under the limit at the UNIX level. Some UNIX platforms do not have a limit. NOFILES is the UNIX kernel parameter which sets the limit at the UNIX level. If MFILES allows a process to exceed the UNIX level...
- Fri Oct 08, 2004 12:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NOFILES and MAXUPROC Kernel Parameters in DS 7.5
- Replies: 8
- Views: 5525
- Fri Oct 08, 2004 8:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Client Edition
- Replies: 3
- Views: 997
- Fri Oct 08, 2004 7:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Printing to a plotter
- Replies: 12
- Views: 3914
- Thu Oct 07, 2004 6:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Look for available number - routine question
- Replies: 22
- Views: 7529
- Thu Oct 07, 2004 6:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Printing to a plotter
- Replies: 12
- Views: 3914
- Thu Oct 07, 2004 7:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Aborted due to Oracle Error
- Replies: 2
- Views: 1329
When bulk loaders were first invented you could only bulk load into tables without constraints and indexes. As they got more complex they could bulk load into almost anything. Now you are trying to parallel bulk into a table with triggers and/or constraints. The database is complaining about the lev...
- Wed Oct 06, 2004 10:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Printing to a plotter
- Replies: 12
- Views: 3914
Vincent Actually it is free. The Designer has a command line option to save as bitmap. I turned this into a batch file which will save all jobs in a project as a bitmap. I also added it to the html documentation generated by an Ascential routine called JobReport. I also was added to my html document...
- Wed Oct 06, 2004 1:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how do I set up user permissions to protect projects
- Replies: 5
- Views: 2259
We wanted more restrictive access so we added the new project. We added a UNIX group named dstage2. cd $DSHOME vi dsenv # add umask 007 vi sample/ds.rc # change umask to 007 chmod -R 777 catdir sql DS_LICENSE cd ../Projects chmod -R 4770 . chmod 4770 . cd NewProject chgrp -R dstage2 . vi .developer....
- Tue Oct 05, 2004 10:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob -run -mode VALIDATE -param ...
- Replies: 9
- Views: 2542
- Tue Oct 05, 2004 10:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob -run -mode VALIDATE -param ...
- Replies: 9
- Views: 2542
- Tue Oct 05, 2004 8:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob -run -mode VALIDATE -param ...
- Replies: 9
- Views: 2542
- Mon Oct 04, 2004 8:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to calculate the difference in seconds b/w 2 timestams?
- Replies: 3
- Views: 1184