![]() | ![]() | ![]() | ![]() | ![]() |
After deploying the SAS® Email Marketing tracking servlets against a Websphere web server, the permissions in the deployed was.policy file may not be set correctly.
This causes problems when you attempt to test the redirect URL within the SAS Email Marketing Console.
From SAS Email Marketing Console, select Server Configuration from the Tools drop down menu and then choose the Tracking tab.
Click on the "test" button next to the Redir Url field.
If the following message appears,
then the permissions have not been correctly defined.
To correct the problem, locate the deployed was.policy file which will be in a location similar to:
Open the was.policy file in an editor and append the following:
// ============================================================ // Default codeBase permissions // ============================================================ grant codeBase "file:${application}" { permission java.lang.RuntimePermission "accessClassInPackage.sun.misc"; };
Save and close the file and then restart Websphere in order for the change to take affect.
The exception is a RuntimePermission exception generated when trying to access the password encoder/decoder in the sun.misc package. The change grants the servlet permission to call the sun.misc.* code.
Select the Hot Fix tab in this note to access the hot fix for this issue.
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
SAS System | SAS Digital Marketing | Microsoft Windows XP Professional | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Datacenter Edition | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 9.1 TS1M3 SP4 | ||
Microsoft Windows Server 2003 Enterprise Edition | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 9.1 TS1M3 SP4 | ||
Microsoft Windows Server 2003 Standard Edition | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 9.1 TS1M3 SP4 | ||
Solaris | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 9.1 TS1M3 SP4 | ||
Microsoft Windows 2000 Professional | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 9.1 TS1M3 SP4 | ||
64-bit Enabled Solaris | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 9.1 TS1M3 SP4 | ||
Linux | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 9.1 TS1M3 SP4 | ||
HP-UX | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 9.1 TS1M3 SP4 | ||
64-bit Enabled AIX | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 9.1 TS1M3 SP4 | ||
64-bit Enabled HP-UX | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 9.1 TS1M3 SP4 | ||
AIX | 2.1 | 2.2 | 9.1 TS1M3 SP2 | 9.1 TS1M3 SP4 |