Difference between revisions of "WDSC tips/SETUP"

From MidrangeWiki
Jump to: navigation, search
(line wrap setting)
(Use midrangearchive template)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
===Line wrapping problems===
 
===Line wrapping problems===
original post[[http://archive.midrange.com/wdsci-l/200807/msg00205.html]]
+
{{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 12: Line 12:
  
  
Return to [[#TOP]]
+
[[#top]]
  
 
===User Actions ===
 
===User Actions ===
Line 18: Line 18:
 
Check [[RSE#Running a user action|User Action]]
 
Check [[RSE#Running a user action|User Action]]
  
Return to [[#TOP]]
+
[[#top]]
  
 
===What are Profiles and Filter Pools for ===
 
===What are Profiles and Filter Pools for ===
Line 25: Line 25:
 
Check [[RSE filter]]
 
Check [[RSE filter]]
  
Return to [[#TOP]]
+
[[#top]]
  
  
Line 33: Line 33:
 
Check [[WDSC shortcuts]]
 
Check [[WDSC shortcuts]]
  
Return to [[#TOP]]
+
[[#top]]
  
 
===Other Language Setup (Japanese font)===
 
===Other Language Setup (Japanese font)===
original post[[http://archive.midrange.com/wdsci-l/200606/msg00142.html]]
+
{{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 43: Line 43:
 
*Change the font to the appropriate language.
 
*Change the font to the appropriate language.
  
Return to [[#TOP]]
+
[[#top]]
  
 
===Error Installing WDSC 7===
 
===Error Installing WDSC 7===
original post [[http://archive.midrange.com/wdsci-l/200803/msg00103.html]]
+
{{midrangearchive|/wdsci-l/200803/msg00103.html}}
  
 
failed with:  
 
failed with:  
Line 59: Line 59:
  
  
Return to [[#TOP]]
+
[[#top]]
  
 
===Missing Filter Option===
 
===Missing Filter Option===
original post [[http://archive.midrange.com/wdsci-l/200803/msg00163.html]]
+
{{midrangearchive|/wdsci-l/200803/msg00163.html}}
  
 
Option to create a filter disappears
 
Option to create a filter disappears
Line 71: Line 71:
 
This is standard behavior if you have "Show Filter Pools" selected.
 
This is standard behavior if you have "Show Filter Pools" selected.
  
Return to [[#TOP]]
+
[[#top]]
  
  
 
===Ghost Image for Install V6===
 
===Ghost Image for Install V6===
original post [[http://archive.midrange.com/wdsci-l/200702/msg00038.html]]
+
{{midrangearchive|/wdsci-l/200702/msg00038.html}}
  
 
installing v6 - warning when using ghost images
 
installing v6 - warning when using ghost images
Line 101: Line 101:
  
  
 +
[[#top]]
  
  
 +
===V7 Turbo Boost ===
 +
{{midrangearchive|/wdsci-l/200901/msg00008.html|/wdsci-l/200901/msg00029.html}}
  
Return to [[#TOP]]
+
In C:\Program Files\IBM\SDP70\eclipse.ini
 +
 
 +
change
 +
 
 +
XX:MaxPermSize in eclipse.ini to 1512M from 512M.
 +
 
 +
[[#top]]

Latest revision as of 15:17, 6 February 2009

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


#top

User Actions

Check User Action

#top

What are Profiles and Filter Pools for

Check Profiles, Connections, and Filters

Check RSE filter

#top


Remap Keyboard Shortcuts

Check remap shortcuts

Check WDSC shortcuts

#top

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.

#top

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.


#top

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.

#top


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.


#top


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.

#top