Tuesday, February 10, 2015

RCU-6016:The specified prefix already exists

I was running RCU via command line as part of a silent installation, and the script threw an exception while doing it's thing. I reran RCU via command line to drop the repository; however, it too threw an exception. So, I connected to the DB and removed the schemas manually. When RCU was executed again to create the schemas, another exception was thrown:

RCU-6016:The specified prefix already exists.
RCU-6091:Component name/schema prefix validation failed.

I reconnected to the database and manually created the schemas that RCU creates automatically. I was then able to successfully run RCU to drop and recreate the schemas.

As a side note, some RCU components create additional schemas that are not advertised. Case in point, the IAU component creates the following schemas:

${prefix}_IAU
${prefix}_IAU_APPEND
${prefix}_IAU_VIEWER



No comments:

Post a Comment