CHAPTER 2 Upgrading to version 2.2
Upgrade Guide 11
Although there is a work around, this issue has been logged in QTS as CR#
361596 and will be addressed in a future release.
❖ Granting an sso_role to a patriot db connection user
1 Open a command window, and run the following statements:
isql -S <ASE server name> -U sa -P <ASE_password>
2 Run the following scripts:
use master
go
grant role sso_role to patriotlogin
go
3 Shut down and restart Jaguar Server.
Upgrading Process Server process definitions
This procedure overwrites all process definitions and plug-ins. There are
separate procedures for Windows and Solaris based installations.
Windows
Use these instructions if you are upgrading a Windows-based installation.
1 Copy the contents of the %PATRIOT%\Release2.2\edl directory to
%SYBASE%\ProcessServer-3_9\bin\edl. This overwrites the set of
existing files.
2 Open a command window, and change to the %SYBASE%\ProcessServer-
3_9\bin\edl directory.
3 Run the following commands:
call EDLUtil put ..\edl\lPatriot.edl
call EDLUtil put ..\edl\pPostFilter.edl
Solaris
Use these instructions if you are upgrading a Solaris-based installation.
1 Copy the contents of the $PATRIOT/Release2.2/edl directory to
$SYBASE/ProcessServer-3_9/bin/edl.
2 Open a command window, and change to the $SYBASE/ProcessServer-
3_9/edl directory.
3 Run the following commands: