Difference between revisions of "WDSC tips/SETUP"
(V7 faster performance) |
(Use midrangearchive template) |
||
Line 1: | Line 1: | ||
===Line wrapping problems=== | ===Line wrapping problems=== | ||
− | + | {{midrangearchive|/wdsci-l/200807/msg00205.html}} | |
My source files have 112 byte record lengths, but I really don't want the lines to be that long. | My source files have 112 byte record lengths, but I really don't want the lines to be that long. | ||
Line 36: | Line 36: | ||
===Other Language Setup (Japanese font)=== | ===Other Language Setup (Japanese font)=== | ||
− | + | {{midrangearchive|/wdsci-l/200606/msg00142.html}} | |
The assumption made is that your PC is set up to your preferred languange and the fonts are available on the PC. | The assumption made is that your PC is set up to your preferred languange and the fonts are available on the PC. | ||
Line 46: | Line 46: | ||
===Error Installing WDSC 7=== | ===Error Installing WDSC 7=== | ||
− | + | {{midrangearchive|/wdsci-l/200803/msg00103.html}} | |
failed with: | failed with: | ||
Line 62: | Line 62: | ||
===Missing Filter Option=== | ===Missing Filter Option=== | ||
− | + | {{midrangearchive|/wdsci-l/200803/msg00163.html}} | |
Option to create a filter disappears | Option to create a filter disappears | ||
Line 75: | Line 75: | ||
===Ghost Image for Install V6=== | ===Ghost Image for Install V6=== | ||
− | + | {{midrangearchive|/wdsci-l/200702/msg00038.html}} | |
installing v6 - warning when using ghost images | installing v6 - warning when using ghost images | ||
Line 105: | Line 105: | ||
===V7 Turbo Boost === | ===V7 Turbo Boost === | ||
− | + | {{midrangearchive|/wdsci-l/200901/msg00008.html|/wdsci-l/200901/msg00029.html}} | |
In C:\Program Files\IBM\SDP70\eclipse.ini | In C:\Program Files\IBM\SDP70\eclipse.ini | ||
Line 112: | Line 112: | ||
XX:MaxPermSize in eclipse.ini to 1512M from 512M. | XX:MaxPermSize in eclipse.ini to 1512M from 512M. | ||
− | |||
− | |||
[[#top]] | [[#top]] |
Latest revision as of 15:17, 6 February 2009
Contents
Line wrapping problems
- Original article(s) in the midrange archive: [1]
My source files have 112 byte record lengths, but I really don't want the lines to be that long.
I'd like the CL source to wrap at about 70-75 characters in width.
Enter this command for an 80-wide source data field (the 92 is 80+12 for the 12 bytes at the start of each source line)
set save.textLimit 92
User Actions
Check User Action
What are Profiles and Filter Pools for
Check Profiles, Connections, and Filters
Check RSE filter
Remap Keyboard Shortcuts
Check remap shortcuts
Check WDSC shortcuts
Other Language Setup (Japanese font)
- Original article(s) in the midrange archive: [2]
The assumption made is that your PC is set up to your preferred languange and the fonts are available on the PC.
- In Window -> Preferences -> Lpex Editor -> Appearance
- Change the font to the appropriate language.
Error Installing WDSC 7
- Original article(s) in the midrange archive: [3]
failed with:
"The installer encountered an error when installing IBM Installation Manager. Installation has discontinued. Return code=-1".
Attempted to install version 7 over 6.
- Uninstall the Installation Manager
- On re-install , the Installation Manager was reinstalled and things went good after that.
Missing Filter Option
- Original article(s) in the midrange archive: [4]
Option to create a filter disappears
This option was present when the workspace was first set up. Today the option wasn't grayed out or anything - it just wasn't there.
This is standard behavior if you have "Show Filter Pools" selected.
Ghost Image for Install V6
- Original article(s) in the midrange archive: [5]
installing v6 - warning when using ghost images
- When you install WDSC, it creates a default instance of the WAS 6.1 test server.
- The config files for the test server are created with the hostname of the PC where the install was done.
- When the ghost image is then copied to each PC, the config files contains an incorrect hostname and the test server won't start
- (we always run into this at COMMON and the System i Technical conferences).
You can fix this in one of two ways:
1.
- Double click on the test server and switch from using RMI to SOAP for the communications.
- You could do this on the ghost image then it would be set on each copy, although I have never tried this.
2.
- After the images are installed, edit the file that contains the hostname and update it with the correct hostname (including domain name) for that PC.
- The file you need to edit is something like:
C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6profiles\default\config\cells\YANTZ1Node01Cell\nodes\YANTZ1Node01\serverindex.xml
You need to update all the hostname and host XML attributes that reference the hostname of the original PC.
V7 Turbo Boost
- Original article(s) in the midrange archive: [6][7]
In C:\Program Files\IBM\SDP70\eclipse.ini
change
XX:MaxPermSize in eclipse.ini to 1512M from 512M.