AppDev Studio 1.2 Patch 2
Please read this file carefully as it contains the necessary information to install AppDev Studio 1.2 Patch 2 on your existing AppDev Studio installation. This patch is designed to update version 1.2 of AppDev Studio. It contains all of the fixes that were in AppDev Studio 1.2 Patch 1 as well as some additional fixes. It will not work with any other version of AppDev Studio. To upgrade a previous version of AppDev Studio, contact your SAS representative and ask for the latest version of AppDev Studio.
For detailed information about the fixes the are part of this patch, please read the list of updates.
When you unzip the patch file, the files will be put in a folder named ADS12Patch2. In the instructions below all references to files and folders are assuming that ADS12Patch2 is your current folder.
This patch contains updates for your AppDev Studio 1.2 installation as well as your production web server and SAS server. Please follow the steps listed below to update all of the machines at your site. It is important that you update all of the machines with this patch.
Some fixes in this patch will provide additional performance improvements or functionality when this patch is installed in combination with the EIS hotfix for SAS 8.1. Please see the updates file for a list of affected fixes.
For SAS 8.1 users, installation of the EIS hotfix is recommended for optimal performance.
To update the AppDev Studio Installation:
To update your production web server:
To update your SAS server:
filename updates 'path-to-appdev.cpo-file';
proc cimport c=sashelp.rsclmod infile=updates force;run;
To update your JSP engine:
NLS Issues with this patch
If you want to run ADS 1.2 in French, German, Hungarian, Italian, Polish, or Spanish, you need to follow these
instructions. This patch contains two fixes for NLS issues.
The first fix updates translated version of the afmsg and eismsg message data sets on the SAS server. In the sasupdates folder there are a set of cport files. For version 6 of SAS (v6ln.cpo), for version 8.0 of SAS (v80ln.cpo), and for version 8.1 of SAS (v81ln.cpo), where ln stands for language code (see the language code table listed below for the ln values). The cpo files contain the server side datasets as well as the Statdesc.scl entry in case of version 6. Without applying this fix, user will not be able to utilize the functionality of the Computed Values and Show Detail Data menu options within ADS 1.2 applets.
Language |
Language Code (ln) |
French |
fr |
German |
de |
Hungarian |
hu |
Italian |
it |
Polish |
pl |
Spanish |
es |
To apply the French, German, Hungarian, Italian, Polish, or Spanish updates:
For V81 SAS Servers:
libname appdev 'path-to-the: : \sasupdates\v81';
proc cimport lib=appdev infile='path-to-the: : \sasupdates\v81ln.cpo'; run;
/* Where ln stands for language code. See the table above for ln values. For example, v81de.cpo is the Version 8.1 German cpo file.*/
proc datasets library=appdev;
copy out=sashelp;
select eismsg afmsg;
run;
For V80 SAS Servers:
libname appdev 'path-to-the: : \sasupdates\v80';
proc cimport lib=appdev infile='path-to-the: : \sasupdates\v80ln.cpo'; run;
/* Where ln stands for language code. See the table above for ln values. For example, v80de.cpo is the Version 8.0 German cpo file.*/
proc datasets library=appdev;
copy out=sashelp;
select eismsg afmsg;
run;
For V6 SAS Servers:
libname appdev 'path-to-the: : \sasupdates\v6';
proc cimport lib=appdev infile='path-to-the: : \sasupdates\v6ln.cpo'; run;
/* Where ln stands for language code. See the table above for ln values. For example, v6de.cpo is the Version 6 German cpo file.*/
proc datasets library=appdev;
copy out=sashelp;
select eismsg afmsg;
run;
The second fix is for accessing the NLS translations of the webEIS help. It is
necessary to modify the webEIS property file to access this help. Without applying this
fix, the English version of the help will be displayed.
To access the NLS translations of webEIS help:
To add help for the MDTable transformation bean to webAF:
If you have previously installed AppDev Studio 1.2 Patch 1, then you do not need to repeat
these steps.
On the AppDev Studio download site there is another file in addition to the patch. This file contains the compiled html help used by webAF. This file has been updated for the patch to include the Javadoc for the new MDTable transformation bean. The patch installation program adds this Javadoc to the AppDev Studio Developer's site on your machine. If you want to access this new Javadoc from within webAF follow the directions below.
To install the EIS hotfix for SAS Version 8.1: