Installation Note 48521: The createdb command causes failures when you use the command with PostgreSQL 9.1
Failures occur when you attempt to use PostgreSQL 9.1 as the database for SAS Web
Infrastructure Platform Services in the first maintenance release for SAS® 9.3 (TS12M1). These failures result when you use the following command that is documented in Configuring an Alternative Database for SAS® Web Infrastructure Platform Services.
createdb SharedServices owner sharedservices encoding 'UTF8'
This command creates the needed SharedServices database. When you use the command, the following error is generated:
createdb: too many command-line arguments (first is "sharedservices")
Try "createdb --help" for more information.
To resolve this problem, use this command:
createdb --encoding=UTF8 --owner=sharedservices --template template0
SharedServices
Operating System and Release Information
| SAS System | SAS Shared Services | Microsoft® Windows® for x64 | 9.3_M1 | | 9.3 TS1M1 | |
| 64-bit Enabled AIX | 9.3_M1 | | 9.3 TS1M1 | |
| 64-bit Enabled Solaris | 9.3_M1 | | 9.3 TS1M1 | |
| HP-UX IPF | 9.3_M1 | | 9.3 TS1M1 | |
| Linux for x64 | 9.3_M1 | | 9.3 TS1M1 | |
| Solaris for x64 | 9.3_M1 | | 9.3 TS1M1 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Installation Note |
| Priority: | medium |
| Date Modified: | 2012-11-26 15:19:36 |
| Date Created: | 2012-11-21 10:20:27 |