Issue: You cannot create Repository Creation Utility (RCU) schemas for SQLServer.
Solution: Run these two commands against SQLServer, using the system administrator login:
ALTER database <RCU database name> SET READ_COMMITTED_SNAPSHOT ON
ALTER database <RCU database name> COLLATE SQL_Latin1_General_CP1_CS_AS
For more information, see “Financial Close Management Installation and Configuration Prerequisites and Roadmap” in Chapter 3, “Installing EPM System Products,” in the Oracle Hyperion Enterprise Performance Management System Installation and Configuration Guide.