Oracle Messages 'Cause and Action'Oracle Messages 'Cause and Action'Note that only error messages with cause and actions go in .msg/.msb files; other information messages stay in the resources of the components concerned and are displayed with a standard AfxMessageBox call, rather than using the full rmum error stack.
CDR-00100,0, "Workarea context has not been set."
Cause : This operation must be performed in the context
of a workarea. No workarea context has been
set for this session.
Action : Use the method jr_context.set_workarea() to
set the workarea context.
CDR-00101,0, "Could not find repository object with IVID=%0!s."
Cause : No repository object with the
specified IVID could be found.
Action : Make sure that the specified IVID
is correct.
CDR-00102,0, "Workarea with IRID = %0!s does not exist."
Cause : The unique identifier for
the workarea is not valid.
Action : Make sure the specified IRID
is correct.
CDR-00103,0, "Workarea sequence %0!s does not exist in workarea %1!s."
Cause : No workarea spec entry exists
with the specified seq in the
given workarea.
Action : Ensure that the specified seq
and workarea IRID are correct.
CDR-00104,0, "Configuration with IVID = %0!s does not exist."
Cause : No configuration exists with
the specified unique identifier.
Action : Check that the specified
unique identifier is correct.
CDR-00105,0, "Rule with IRID = %0!s does not exist."
Cause : No rule exists with the
specified unique identifier.
Action : Check that the specified
unique identifier is correct.
CDR-00106,0, "Rule: %0!s. Error parsing SQL: %1!s."
Cause : The SQL statement for the specified rule
could not be parsed.
Action : Check the SQL statement for the specified rule.
CDR-00107,0, "Rule: %0!s. Error binding variables: %1!s."
Cause : Could not bind the variables for the
SQL statement for the specified rule.
Action : Check that the parameter names for
the specified rule match those used
in the SQL statement.
CDR-00108,0, "Error occurred whilst executing rule %0!s %1!s"
Cause : An error prevented the specified rule
being executed.
Action : Check any other errors in the stack
for details.
CDR-00109,0, "Branch with ID = %0!s does not exist."
Cause : No branch exists with specified
unique identifier.
Action : Check that the specified
unique identifier is correct.
CDR-00110,0, "No registered handler for object with IRID = %0!s."
Cause : No version registry entry exists for the
type of the specified object.
Action : It is likely that the registration process
did not complete successfully for this
object. Call customer support.
CDR-00111,0, "No workarea spec entry for workarea (%0!s) with config (%0!s)."
Cause : The workarea specified does not contain
a configuration with the specified IVID.
The workarea or configuration unique
identifiers may be incorrect.
Action : Check that the correct configuration
is being referred to.
Check that the workarea and
configuration unique identifiers are
correct.
CDR-00112,0, "No such object exists in configuration %1!s."
Cause : The object specified is not a
member of the configuration.
Action : Check that you are referring
to the correct object.
CDR-00113,0, "No versionable object with IRID: %0!s and IVID: %1!s."
Cause : An attempt was made to perform a versioning
operation on a non-versionable object.
Alternatively, the supplied IRID and IVID
are invalid.
Action : If you are attempting to version a secondary object
(for example, a COLUMN), you should version the
primary object instead (for example, a TABLE).
Otherwise, ensure that the supplied IRID and
IVID are correct.
CDR-00114,0, "Container context has not been set."
Cause : This operation must be performed in the context
of a container, but no container context
has been set for the operation.
Action : Choose a container for this operation.
If using the API, use the method jr_context.set_working_folder() to
set the container context.
CDR-00115,0, "Cannot find Table which implements Type with %0!s = %1!s."
Cause : An irid or short_name of an Element Type was specified which
does not exist or is not mapped to a Table in the meta data.
Action : Check that the irid or short_name is correct and valid for an
Element Type and is mapped to a Table in the meta data.
CDR-00116,0, "Failed to query parent details from Table %0!s where irid = %1!s."
Cause : Could not find a row in the specified Table with the
given irid value.
Action : Check that the irid is valid and exists in the specified Table.
CDR-00117,0, "Must supply a value for new owning container"
Cause : When changing the owning container
for an object, the IRID for the new owning
container must be specified.
Action : Supply a value for the new owning container
IRID in calls to
JR_ACC_RIGHTS.CHANGE_OWNING_CONTAINER
CDR-00118,0, "Workarea names cannot be null"
Cause : A null value was specified for
the name of a workarea. Workarea
name is a mandatory property, and
a value must always be supplied.
Action : Specify a value for the workarea
name.
/
/ 01000 .. 01999 Java PL/SQL General Errors
/
CDR-01000,0, "Unable to locate object with path %0!s."
Cause : No repository object matches the specified path.
Action : Check that the specified path name is correct.
CDR-01001,0, "The path %0!s contains an invalid name."
Cause : The specified path contains a common repository name
in an invalid format.
Action : Valid formats are: NAME;BRANCH;VERSION,
NAME;VERSION_LALBEL
and in the context of a workarea:
NAME.
CDR-01002,0, "The path %0!s could not be parsed correctly."
Cause : The specified path contains invalid
characters, or has missing elements.
Action : Check the specified path.
CDR-01003,0, "The path %0!s is not valid outside the context of a workarea."
Cause : If no workarea context is set, then
path members must be qualified by
BRANCH and VERSION, or by
VERSION_LABEL.
Action : Either set a workarea context,
or qualify the path members.
CDR-01004,0, "The path %0!s contains an invalid branch name."
Cause : The path contains a reference to a
branch that does not exist in the
repository.
Action : Check that all branch names used in the
path are correct.
CDR-01005,0, "Workarea compilation failed: %0!s."
Cause : Compilation errors prevented the
workarea being compiled.
Action : Check other messages in this error stack
for more details.
CDR-01006,0, "Failed to process rule specification."
Cause : The rule specification could
not be processed due to errors
in the supplied specification.
Action : Check other errors in the
stack for details.
CDR-01007,0, "Workarea named %0!s already exists."
Cause : The specified name is already used
for a workarea in the repository.
Action : Use a different name for
the workarea.
CDR-01008,0, "Invalid format for workarea spec entry %0!s."
Cause : The workarea specification contains an
entry in an invalid format, or invalid characters.
The valid format is:
RULE_NAME(param1,param2,param3)
Action : Correct the invalid spec entry.
CDR-01009,0, "Incorrect number of parameters for rule: %0!s."
Cause : The spec entry contains an incorrect
number of parameters for the rule.
Different rules accept different numbers
of parameters.
Action : Check how many parameters
should be supplied to the rule
used in this spec entry.
CDR-01010,0, "Rule named %0!s does not exist."
Cause : No rule with the specified name
exists in the repository.
Action : Check that the rule name
is correct.
CDR-01011,0, "%0!s is locked on branch %1!s by user %2!s with checkout to workarea %3!s"
Cause : Cannot check in object because another
version of the object has been checked
out with a lock on the current branch.
Action : Ensure that the locked object version
is checked in, or unlocked, before
attempting to check in this object version.
CDR-01012,0, "%1!s %0!s not checked out"
Cause : Cannot check in an object that
has not been checked out.
Action : Make sure you are trying to
check in the correct object.
CDR-01013,0, "%1!s %0!s never checked in"
Cause : Cannot branch an object that
has never been checked in.
First checkin of any object must
be to MAIN branch.
Action : Perform a normal checkin operation on
the object, which will place it on the main
branch.
Subsequent versions of the object can
be branched.
CDR-01014,0, "%1!s %0!s already on branch %2!s"
Cause : Cannot branch an object onto a branch where
it already exists.
Action : Branch the object to a different branch,
or create a new branch for the object.
CDR-01015,0, "%0!s already locked by user %1!s in workarea %2!s"
Cause : Cannot check out object with a lock
because the object has already been
locked.
Action : Ensure that the locked object is
checked in, or unlocked, before
attempting to check out with lock.
CDR-01016,0, "%1!s %0!s not checked in"
Cause : An attempt was made to check out
a new or checked out object.
Cannot check out an object that
is not checked in.
Action : Ensure that you are trying to
check out the correct object.
CDR-01017,0, "No checkout of %1! %0!s to undo"
Cause : Cannot revoke check out on
object version, as the object
version is not checked out.
Action : Ensure that you are
trying to revoke checkout
on the correct object.
CDR-01018,0, "%1!s %0!s not checked in"
Cause : This branch operation can only
be performed on checked in
objects.
Action : Perform check in on branch operation
instead.
CDR-01019,0, "Source version %0!s not checked in"
Cause : The source node for the
merge must be checked in
when performing a merge.
Action : Check in the source node
before performing merge.
CDR-01020,0, "Target version %0!s not checked out"
Cause : The target (merge) node must be
checked out before a merge can
be performed.
Action : Check out the target node
before performing the merge.
CDR-01021,0, "Branch with name %0!s already exists."
Cause : Cannot create a branch with the specified
name because a branch with that name already
exists.
Branch names must be unique.
Action : Specify a different branch name.
CDR-01022,0, "No branch exists with name \"%0!s\"."
Cause : No branch could be found that matches
the specified name.
Action : Check that the specified name
is correct.
CDR-01023,0, "Rule with name %0!s already exists."
Cause : You have specified a rule name
that is already being used.
Rule names must be unique.
Action : Use a unique rule name.
CDR-01024,0, "Rule %0!s is not a user defined rule."
Cause : Only user defined rules may
be altered or deleted.
Action : Ensure you are amending the
correct rule, or create a new
user defined rule with
the properties you require.
CDR-01025,0, "Invalid SQL statement for rule: %0!s."
Cause : The SQL statement specified for this
rule is invalid and may contain syntax
errors, or mismatches, between bind variables
and rule parameters.
Action : Check other errors in the stack and
amend the SQL statement accordingly.
CDR-01026,0, "Could not parse rule SQL, Oracle error: %0!s."
Cause : Parsing the specified rule SQL
will result in the given Oracle error.
Causes could be syntax errors or
references to invalid database objects.
Action : Amend the SQL statement for
the rule and try again.
CDR-01027,0, "Invalid columns defined in rule SQL select statement."
Cause : A rule SQL select statement should select only
two columns and these must be the IRID
and IVID of the object versions being returned
by the rule.
Action : Check the SQL statement for
the rule and amend it accordingly.
CDR-01028,0, "Could not bind :config_ivid variable in rule SQL procedure call."
Cause : Rule SQL statements which call
procedures to implement the rule
must contain a :config_ivid bind
variable to pass the IVID of the
configuration being populated
by the rule.
Action : Check the rule SQL statement
and amend accordingly.
CDR-01029,0, "Could not bind parameter %0!s in rule SQL statement."
Cause : There is no bind variable in
the rule SQL statement which
corresponds to the given
rule parameter name.
Action : Check the rule SQL statement
and parameter name
and amend accordingly.
CDR-01030,0, "Cannot delete a branch label (%0!s) that is being used"
Cause : An attempt was made to delete a branch
which contains object versions.
Only empty branches may be deleted.
Action : Object versions may be purged using the wastebasket utility.
All versions of all objects on the branch must be purged before
the branch may be deleted.
CDR-01031,0, "Invalid wildcards in path: %!0s."
Cause : Wildcards can only be used in the NAME part
of a common repository name.
Action : If elements of the path contain the wildcard
character as part of a version label or
branch name, then precede the wildcard character
with an escape character.
CDR-01032,0, "Cannot check in %0!s. Object already on branch %1!s."
Cause : An automatic branch on checkin could not
be performed. The object you are trying to
check in already exists on the default
checkin branch for this workarea. An object
may only be branched once to any given branch.
Action : Ensure that the default check in branch for
the workarea is correct.
Otherwise, you must merge the current
object version onto the default check in branch.
CDR-01033,0, "The version label %1!s is already in use for %2!s %0!s"
Cause : Version labels must be unique for
all versions of an object.
Action : Repeat the operation, specifying
a different version label.
CDR-01034,0, "Invalid element type specified in path: %0!s."
Cause : The element type specified in this path is not recognized
as a valid type for this repository.
Action : Check the element type you have
specified is correct.
CDR-01035,0, "More than one object located using path: %0!s."
Cause : The path you specified resulted in
more than one object version being
found, when only one was expected.
This may have been caused by the use
of wildcards in the path, or because
elements of different types have the
same path.
Action : Remove wildcards from the path.
Include a type specifier ('=Type') to indicate
the type of element the path is identifying.
CDR-01036,0, "Checkin of %1!s %0!s by %2!s requires that merge of changes is performed"
Cause : Another user has performed a checkin
of this object on the current branch,
and you must merge your changes
with theirs before proceeding.
Action : Merge your changes to
prevent the other users
changes being overwritten.
CDR-01037,0, "Cannot rename a branch label (%0!s) that is being used"
Cause : A branch label cannot be changed if any
object versions are using the branch.
Action : Either create a new branch label, or
purge all object versions currently on
the branch.
CDR-01038,0, "Cannot delete workarea %0!s. Workarea contains new or checked out objects."
Cause : Deleting this workarea would
mean all the non-versioned or
checked out objects it contains
would be lost.
Action : Check in all objects before
deleting the workarea.
Alternatively, delete new
objects then undo checkout
for checked out objects.
CDR-01039,0, "Configuration %0!s is not checked in."
Cause : Cannot add non-versioned or
checked-out configurations
to a workarea.
Action : Check in the configuration
before trying to add it to
the workarea.
CDR-01040,0, "Rule %1!s has an invalid date value (0%!s) for %2!s parameter "
Cause : Values for date parameters must
be in one of the following formats:
DD-MON-YYYY
DD-MON-YYYY HH:MI:SS
or the current database default
format.
Action : Use a valid date format
when specifying the rule parameter
value.
CDR-01041,0, "Configuration %0!s is checked in."
Cause : Cannot change the properties or
contents of a configuration if it is
checked in.
Action : Check out the configuration.
CDR-01042,0, "Cannot add %0!s to configuration. Version not checked in."
Cause : Can only add checked in object
versions to configurations.
Action : Check in the object version
before adding it to the configuration.
CDR-01043,0, "Nested configurations are illegal."
Cause : Cannot make a configuration
a member of another configuration.
Action : Add a different element
type to the configuration.
CDR-01044,0, "Configuration with name %0!s already exists."
Cause : You have specified a configuration name that is already in use.
Configuration names must be unique.
Action : Use a unique name for the configuration.
CDR-01045,0, "Object %0!s is already in configuration %1!s."
Cause : Configurations can only contain one
version of an object.
Action : To add this version of the object,
first remove the version currently in
the configuration.
CDR-01046,0, "%1!s %0!s already checked out to this workarea"
Cause : Cannot check out an object
if it is already checked out in
the current workarea.
Action : Check in or undo the
previous checkout before
attempting operation.
CDR-01047,0, "Another user is already performing a checkin on %1!s %0!s. Try again later."
Cause : Could not perform checkin operation
because another user was performing an update
or checkin operation on the same object at the
same time as you.
Action : Repeat the operation.
If the problem persists, another user may have
performed a checkin or update on this object
in an uncommitted transaction.
They must commit the transaction before
further checkins can be made.
CDR-01048,0, "Only the workarea owner (%0!s) can update workarea to PRIVATE/SHARED."
Cause : Only the owner of a workarea may
update it to be PRIVATE or SHARED.
Action : Operation must be performed
by the workarea owner.
CDR-01049,0, "Configuration names cannot be NULL."
Cause : The name of a configuration is a mandatory
property. A NULL value cannot be specified.
Action : Specify a value for the configuration name.
CDR-01050,0, "Checkout currently in progress for %0!s on branch %1!s."
Cause : Could not perform the operation because
another checkout or lock checkout operation
is currently in progress on this element.
Action : Repeat the operation. If the problem persists, a checkout
may have been performed in an uncommitted transaction
by another user. This transaction must be committed
before other operations can be performed.
CDR-01051,0, "%0!s %1!s is referenced by %2!s %3!s."
Cause : The update operation was blocked because
the object you are updating is referenced
by other objects.
Action : Delete the referencing objects first.
CDR-01052,0, "%0!s %1!s is referencing invalid %2!s (ref = %3!s)."
Cause : This object references another object
which does not exist in the workarea.
Action : Correct the reference or make sure the
referenced object is in the workarea.
CDR-01053,0, "Cannot perform versioning operations in a non-versioned repository"
Cause : The operation that was attempted can
only be performed on a repository instance
that supports versioning.
Action : You may not perform the action on this
non-versioned repository instance. The
repository may be altered to support
versioning operations by the repository
administrator.
CDR-01054,0, "Error reattaching %0!s %1!s"
Cause : An error occurred whilst attempting to reattach the specified
orphaned object.
Action : Check other errors in the stack for details.
CDR-01055,0, "%0!s %1!s is not orphaned"
Cause : The element you are attempting to reattach
to a new container is not an orphan.
Orphaned elements are elements with no owning
container in the repository.
Action : Do not attempt to reattach this element.
CDR-01056,0, "Cannot reattach %0!s. Name uniqueness conflict with %1!s %2!s"
Cause : Reattaching the specified element would result
in name uniqueness violations in the specified
container.
Action : Reattach the element to a different container,
or rename the conflicting element in the specified
container before attempting to reattach the
specified element.
CDR-01057,0, "No workarea exists with name %0!s"
Cause : The specified workarea name is invalid.
Action : Check that the specified workarea name is correct.
CDR-01058,0, "Unable to undo checkout for %1!s %0!s"
Cause : An error has occurred which
prevented the undo checkout
of the specified object.
Action : Check other errors in
the stack for details.
CDR-01059,0, "Rule %1!s has an invalid path (%0!s) for %2!s parameter "
Cause : The specified path is invalid
and does not identify a repository
object.
Action : Use a valid repository path
when specifying the parameter
value.
CDR-01060,0, "Rule %1!s has an invalid branch label(%0!s) for %2!s parameter "
Cause : The specified branch label is not
a valid repository branch label.
Action : Use a valid repository branch label
when specifying the parameter value.
CDR-01061,0, "Cannot exclude container %0!s. It contains checked-out/non-versioned %1!s %2"
Cause : A rule is trying to exclude a container
which has a checked-out or non-versioned
member. This objects would be lost
if the container was excluded.
Action : Either check-in the object, or do not
exclude the container.
CDR-01062,0, "Compilation leaves %1!s %2!s orphaned. Need to include container %0!s "
Cause : Compilation of the workarea would
leave the specified checked out or
non-versioned object without its
context container.
Action : The workarea specification should be
altered to include an appropriate version
of the context container into the compiled
workarea.
CDR-01063,0, "%0!s is not checked in"
Cause : A rule parameter value specified an
object version that is not checked in.
Only checked-in object versions
can be used with repository rules.
Action : Update the parameter value so
as not to specify checked-out
or non-versioned elements.
CDR-01064,0, "Cannot checkout configuration %0!s, user %1!s has version %2!s checked out"
Cause : Another user already has a version
of this configuration checked out.
Only one version of a configuration
can be checked out at any one time.
Action : Wait for the other user to check in
the version of the configuration
before attempting the operation.
CDR-01065,0, "Value for parameter %0!s on rule %1!s is too long"
Cause : The value given for the specified
parameter and rule is longer than
the maximum permissible length
of 300 bytes.
Action : Use a shorter parameter value.
CDR-01066,0, "Workarea %0!s is currently being updated in another transaction"
Cause : Could not perform action as
the current workarea is currently
being updated by a separate transaction.
Action : Ensure any other transactions for this
workarea are committed before
attempting operation.
CDR-01067,0, "%1!s %0!s is checked out in workarea %2!s, not the current workarea (%3!s)"
Cause : Versioning operations on checked-out
objects can only be performed in the
context of the workarea they are
checked out into.
Action : Change the context workarea to the
workarea that the object is checked out
into before attempting operation.
CDR-01068,0, "Checking out container %0!s will leave %1!s %2!s orphaned"
Cause : Checking out this version of the container will
replace the version currently in the workarea,
resulting in the specified checked-out or
non-versioned object becoming orphaned.
(The object is not a member of the version of
the container you are checking out.) The
object could potentially become lost
from the workarea.
Action : Check in the specified object, or choose
to check out a version of the container
that does not leave the object orphaned.
/
/ 02000 .. 02499 Delete and Wastebasket Errors
/
CDR-02000,0, "Cannot delete %0!s %1!s"
Cause : An error prevented the
deletion of this element.
Action : See other errors in the
stack to determine the
cause.
CDR-02001,0, "%0!s %1!s is referenced by %2!s %3!s."
Cause : The deletion operation was blocked because the object
you are deleting is referenced by other objects.
Action : Either delete the referencing objects first, or perform a
force deletion to override the blocking constraints.
CDR-02002,0, "Cannot delete %0!s. Object version is checked in."
Cause : A purge operation must be performed
to delete checked in object versions.
Action : Perform a purge operation on
this object version.
CDR-02003,0, "Cannot delete %1!s %0!s as owning %2!s %3!s is checked in"
Cause : The parent element for this secondary
element is checked in, which prevents
the element being deleted.
Action : Check out the parent element
before performing delete.
CDR-02004,0, "Cannot delete %0!s. Object version is used in other workareas."
Cause : Object versions cannot be
deleted if they are used
elsewhere.
Action : Ensure object version is removed
from all other workareas before
performing deletion operation.
CDR-02005,0, "Cannot delete %0!s. Object version is used in configuration(s)."
Cause : Object versions cannot be
deleted if they are used
in configurations.
Action : Ensure that object version
is removed from all configurations,
or perform a force purge operation
instead.
CDR-02006,0, "Purge operation blocked by checked in referencing %0!s %1!s."
Cause : Purge operations are blocked if
the element being purged is
referenced by checked in elements.
Action : Purge the referencing elements
before purging this element.
Alternatively, perform a
force purge operation.
CDR-02007,0, "Object version %0!s is source node for branch %1!s."
Cause : Cannot delete object versions which
are the source for a branch.
Action : Delete all versions of this object
on the branch before deleting
this object version.
CDR-02008,0, "Object version %0!s is the source for checkout(s)."
Cause : Cannot delete object versions
from which checkouts have
been made.
Action : Check in or undo any
checkouts made from
this object version before
deleting it.
CDR-02009,0, "Object version %0!s is the root node for branch %1!s."
Cause : Cannot delete the root node of a branch
if subsequent object versions exist.
Action : Delete all subsequent versions of
this object on the branch before
deleting this object version.
CDR-02010,0, "Cannot purge %0!s. Version(s) of object currently used in workarea(s)."
Cause : Cannot purge an object
if any version of it is used
in a workarea.
Action : Ensure that all versions of
the object are removed from
workareas before purging
the object.
CDR-02011,0, "Cannot purge %0!s. Versions of object currently used in configuration(s)."
Cause : Cannot purge an object
if any version of it is used
in a configuration.
Action : Ensure that all versions of
the object are removed from
configurations before purging
the object.
CDR-02012,0, "Cannot purge %0!s. %1!s is not empty."
Cause : Only empty containers can be purged from a workarea
context.
Action : Delete or purge all objects in this container before
attempting operation.
CDR-02013,0, "Cannot delete %0!s. %1!s is not empty."
Cause : Only empty containers
can be deleted.
Action : Delete all objects
in this container before
attempting operation.
CDR-02014,0, "Root container %0!s must be purged."
Cause : A root container can only be removed by a purge operation.
Action : Purge all versions of the root container to remove it.
CDR-02015,0, "Cannot remove %0!s from checked in container %1!s."
Cause : Objects cannot be removed from
checked in containers.
Action : Check out the container before
attempting operation.
CDR-02016,0, "Cannot delete system folder."
Cause : The SYSTEM FOLDER cannot
be deleted or purged.
Action : Do not attempt to delete
the SYSTEM FOLDER.
CDR-02017,0, "Cannot delete %0!s from checked-in container %1!s"
Cause : Objects cannot be deleted if
they are in a checked-in container.
Action : Check out the container before
performing delete operation.
CDR-02018,0, "Configuration %0!s is used to define Workarea %1!s"
Cause : A configuration version cannot be
purged if it is used to define a
workarea.
Action : Remove this configuration from
the definition of the specified
workarea before attempting
purge operation.
CDR-02019,0, "%1!s %0!s is referenced into %2!s %3!"
Cause : An element cannot be deleted
if it is referenced into containers
in the current workarea.
Action : Ensure that the element is
not referenced into any
containers before attempting
to delete or purge it.
CDR-02020,0, "Cannot delete system element %0!s"
Cause : The specified element is a
system element, installed by
Oracle as part of Oracle
Repository. Such an element
cannot be deleted or purged.
Action : Do not attempt to remove
this element from the repository.
CDR-02021,0, "Cannot purge %0!s as it is the only remaining version that owns %1!s %2!s"
Cause : The version of the container you are
attempting to purge is the last version
that owns the specified element. Purging
this version would result in the element
being left with no owning container.
Action : Move the specified element into a different
container. If you wish to remove the element
as well, then purge all versions of the specified
element. Alternatively you can perform a force
purge on the container, which will automatically
purge the specified element.
CDR-02022,0, "Cannot delete checked-in Configuration %0!s"
Cause : The specified configuration could not be
deleted, as it is checked-in. Checked-in
configurations must be purged.
Action : Use a purge operation to remove
the checked-in version of the
configuration.
CDR-02023,0, "Cannot remove root version as object is referenced by checked in %1!s %0!s"
Cause : An attempt was made to delete or purge the last
remaining version of an object which is referenced
by checked in objects versions.
This object cannot be removed from the repository,
as it will invalidate the checked-in referencing objects.
Action : In order to remove this object from the repository,
all object versions wich reference the object
must first be purged.
CDR-02050,0, "Object not visible in current wastebasket context."
Cause : The object you are trying
to restore is not in the
current wastebasket context.
Action : Ensure that you have the
correct workarea context set.
CDR-02051,0, "Cannot restore, first version on branch %0!s has been deleted."
Cause : The root node for this
branch has been deleted.
Subsequent nodes cannot be
restored.
Action : If it is possible, restore the
root node for this branch
before restoring this version.
Otherwise, this version cannot
be restored.
CDR-02052,0, "Cannot restore, the source node for branch %0!s has been deleted."
Cause : The version of this object which is the
source for this branch has been
deleted. No versions of the object
on this branch may be restored.
Action : If it is possible, restore the
source node for this branch
before restoring this version.
Otherwise, this version cannot
be restored.
CDR-02053,0, "Cannot restore into checked-in container %0!s"
Cause : Cannot restore object versions if their
parent container is checked in.
Action : Check out the container before
attempting restore operation.
CDR-02054,0, "No context container to restore to"
Cause : There is no container for this object in
the current context. In order to restore
an object, its container must be available.
The container for this object may have also
been deleted.
Action : If the objects container has also been deleted,
restore the container from the wastebasket
before restoring the object.
CDR-02055,0, "Cannot restore %0!s. Name uniqueness conflict with %1!s %2!s."
Cause : This element cannot be restored because another
element, with the same name, already exists.
Action : Either rename or remove the conflicting element
before performing the restore operation.
CDR-02056,0, "Cannot restore %1!s %0!s as branch %2!s is now occupied by version %3!s"
Cause : Cannot restore the specified version
as the branch it was on is now being
utilized by a different version of the
same object.
Action : Before attempting to restore this version,
the versions of the object currently
occupying the branch must be purged.
/
/ 02500 .. 02999 Access Control Errors
/
CDR-02500,0, "Insufficient privileges to manage users."
Cause : The MANGE_USERS system privilege is
required to be able to create, update or
delete repository users.
Action : To be able to perform this operation,
you must be granted the MANAGE_USERS
system privilege by a user who can update
user privileges.
CDR-02501,0, "%0!s is not a repository user."
Cause : The specified username is not
a valid repository user.
Action : Specify a valid repository user.
CDR-02502,0, "%0!s is not an Oracle user on the repository database."
Cause : Repository users must be existing Oracle
database users on the database used
to store the repository instance.
Action : Create a user with the required username on the
database used to store the Repository Instance.
CDR-02503,0, "%0!s is already a repository user."
Cause : Repository usernames must be unique.
Action : Use a unique username.
CDR-02504,0, "Cannot remove PUBLIC repository role."
Cause : The PUBLIC repository role can
never be removed, only updated.
Action : Do not attempt to remove PUBLIC
repository role.
CDR-02505,0, "Cannot remove repository owner (%0!s)."
Cause : The repository user who owns
the repository tables cannot
be removed.
Action : Do not attempt to remove the
repository owner.
CDR-02506,0, "No such privilege as %0!s."
Cause : The specified privilege is not
a valid repository user
system privilege.
Action : Check the specified
system privilege is correct.
CDR-02507,0, "No privileges defined for managing %0!s."
Cause : There is no system privilege
related to managing the
specified repository object
type.
Action : Check the specified object
type is correct.
CDR-02508,0, "%0!s has insufficient privileges to %1!s."
Cause : Repository user does not have sufficient
system privileges to manage object.
Action : User must be granted appropriate
privilege.
CDR-02509,0, "Context container not set."
Cause : Context container has not been defined.
Action : Programming Error
Call jr_context.set_working_folder to define context container.
CDR-02510,0, "System privilege %0!s cannot be granted on non-versioned repositories"
Cause : The system privilege you are attempting
to grant can never be granted on a
non-versioned repository instance.
Action : Do not attempt to grant the system privilege
on the current repository instance.
The repository may be converted to a
versioned repository by the repository administrator.
CDR-02511,0, "Only the repository owner (%0!s) can enable versioning operations"
Cause : Only the repository owner may upgrade
a non-versioned repository to a repository
that supports versioning operations.
Action : This operation should only be performed
when connected as the repository owner.
CDR-02512,0, "Database user %0!s is a repository user on another repository instance"
Cause : Cannot create a repository user for the specified
Oracle database user, as the specified database user
is already a repository user on another repository instance.
Action : A different database user must be specified.
CDR-02513,0, "Cannot move object %0!s; Insufficient delete privilege on container %1!s."
Cause : User needs Delete privilege
on the container the object
is moving from.
Action : Grant Delete privilege
on the container the object
is moving from.
CDR-02550,0, "No access rights defined for %0!s on object."
Cause : No access rights have been granted
for specified user on object.
Action : Check specified user is
correct, or grant access
rights to user on object.
CDR-02551,0, "Insufficient privileges to grant or update access to other users."
Cause : You must either be the owner of
the object, or have the ADMINISTRATE
access right on the object to grant or update
access to other users.
Action : Ask the object owner to
grant you the ADMINISTRATE
access right.
CDR-02552,0, "Access rights may only be updated or revoked by grantor (%0!s)."
Cause : Only the user who granted the access
rights may update or revoke them.
Action : Access rights must be
updated or revoked by
the granting user.
CDR-02553,0, "Cannot grant access rights on %1s that you do not have (%0!s)"
Cause : You cannot grant access rights,
which you do not have, to other
users.
Action : Ask the owner of the object
to grant the required access
rights to the user.
CDR-02554,0, "Only the owner (%0!s) of the object can transfer ownership."
Cause : The ownership of an object can only be
transferred by the current owner of the
object.
Action : Operation must be performed by the
owner of the object.
CDR-02555,0, "Cannot remove access rights for owner of object (%0!s)."
Cause : Objects must always have an owning
user with access rights defined.
Action : Transfer ownership of object
to a different user before
removing access rights.
CDR-02556,0, "No such access privilege as %0!s."
Cause : The specified access right is
not a valid repository access
right.
Action : Check the specified access
privilege.
CDR-02558,0, "Select access cannot be revoked for the object's owner."
Cause : The owner of an object must always
be able to SELECT the object.
Action : In order to remove all access rights
for the owner of an object, the
ownership of the object should first be
transferred to a different user.
CDR-02559,0, "Cannot grant SELECT access on %0!s without SELECT access on parent (%1!s)"
Cause : Users must be granted
SELECT access on a container's
parent before SELECT access
can be granted on the container
itself.
Action : Ensure that SELECT access is granted
on the container's parent container before
performing operation.
CDR-02560,0, "Cannot grant or revoke access to the system folder."
Cause : The system folder is read only, and
and has the Select access right granted
to PUBLIC. Its access rights cannot be
altered.
Action : Do not attempt to grant access to
or revoke access from the system folder.
CDR-02561,0, "Cannot update access privileges for the system folder."
Cause : The system folder is read-only and is
created as part of the install process. It has
the SELECT privilege granted to PUBLIC.
No other access rights can be granted to it.
Action : Do not attempt to alter the
access privileges on the
system folder.
CDR-02562,0, "Cannot change owning container for %0!s, it is not referenced into %1!s"
Cause : A container cannot be made the owning
container for an object unless it contains
a reference to the object.
Action : Reference the object into the target
container before changing the
owning container of the object.
CDR-02563,0, "Objects in %0!s can only be transferred by the owning user (%1!s)"
Cause : Only the owner of a container can
transfer the ownership of its contents
to a new container.
Action : The action should be performed
by the owning user of the container.
CDR-02564,0, "Access privilege %0!s cannot be granted on non-versioned repositories"
Cause : The access privilege you are attempting to
grant can never be granted on a non-versioned
repository instance.
Action : Do not attempt to grant the access right
on the current repository instance.
The repository may be converted to a
versioned repository by the repository
administrator.
CDR-02565,0, "Administrate access cannot be revoked for the object's owner"
Cause : The owner of an object must always
be able to ADMINISTRATE the object.
Action : In order to remove all access rights
for the owner of an object, the
ownership of the object should first be
transferred to a different user.
CDR-02600,0, "Insufficient access rights to connect to workarea."
Cause : You must have select access rights
on a workarea to be able to connect
to it.
Action : Workarea owner must grant
select access rights to current user
to allow them to connect.
CDR-02601,0, "Insufficient access rights to set container context."
Cause : Select access rights are required on
a container in order to set the current
context to the container.
Action : The owner of the container
must grant select access to
the current user to enable them
to set the context to the container.
CDR-02602,0, "Insufficient access rights to delete workarea."
Cause : Current user does not have
the delete access right for
this workarea.
Action : Current user must be granted
the delete access right on this
workarea before attempting
operation.
CDR-02603,0, "Insufficient access rights to update workarea."
Cause : Current user does not
have the update access
right on this workarea.
Action : Current user must be granted
the update access right on this
workarea before attempting
operation.
CDR-02604,0, "Insufficient access rights to update workarea specification."
Cause : Current user does not
have the update specification
access right on this workarea.
Action : Current user must be granted
the update specification access
right on this workarea before
attempting operation.
CDR-02605,0, "Insufficient access rights to compile workarea."
Cause : Current user does not have
compile access right on
this workarea.
Action : Current user must be granted
compile access right on this
workarea before attempting
operation.
CDR-02606,0, "Insufficient access rights to version %1!s %0!s"
Cause : Current user does not have
version access rights on the
owning container and current
workarea for this object.
Action : Current user must be granted
version access rights on the
owning container for this
object and the current
workarea before attempting
operation.
CDR-02607,0, "Insufficient privileges to set repository policies."
Cause : Current user does not have
the SET_POLICY system privilege.
Action : Current user must be granted
the SET_POLICY system privilege
before performing action.
CDR-02608,0, "Insufficient access rights to update configuration."
Cause : Current user does not
have the update access
right on this configuration.
Action : Current user must be
granted the update
access right on this
configuration before
attempting operation.
CDR-02609,0, "Insufficient access rights to delete configuration."
Cause : Current user does not have
delete access rights on this
configuration.
Action : Current user must be granted
delete access to this configuration
before attempting operation.
CDR-02610,0, "Insufficient access rights to delete %0!s."
Cause : Current user does not have
delete access rights on this
object.
Action : Current user must be granted
delete access rights to this object
before performing action.
CDR-02611,0, "Insufficient privileges to perform force purge on %0!s."
Cause : Current user has not been granted the
FORCE and PURGE system privileges.
Action : Current user must be granted both the
FORCE and PURGE system privileges
before performing force purge.
CDR-02612,0, "Insufficient privileges to perform purge on %0!s."
Cause : Current user has not been granted
the PURGE system privilege.
Action : Current user must be granted
the PURGE system privilege
before performing purge.
CDR-02613,0, "Insufficient privileges to perform force delete on %0!s."
Cause : Current user has not been granted
the FORCE system privilege.
Action : Current user must be granted
the FORCE system privilege
before performing force delete.
CDR-02614,0, "Insufficient privileges to purge entire version history of object."
Cause : Current user has not been granted
the FORCE and GLOBAL_PURGE
system privileges.
Action : Current user must be granted both the
FORCE and GLOBAL_PURGE system
privileges before performing action.
CDR-02615,0, "Insufficient privileges to purge all insignificant versions of object."
Cause : Current user has not been granted
GLOBAL_PURGE system privilege.
Action : Current user must be granted
the GLOBAL_PURGE system
privilege before performing action.
CDR-02616,0, "Insufficient privileges to empty wastebasket."
Cause : User must have DELETE access rights
on a workarea in order to empty its
wastebasket.
Action : User must be granted DELETE
access rights on workarea before
performing action.
CDR-02617,0, "Insufficient privileges to empty wastebasket outside a workarea context."
Cause : User must be granted the GLOBAL_PURGE
system privilege to be able to empty the
wastebasket outside of a workarea context.
Action : User must be granted GLOBAL_PURGE
system privilege before performing action.
CDR-02618,0, "Insufficient privileges to empty all wastebaskets."
Cause : Current user does not have
GLOBAL_PURGE system privilege.
Action : Current user must be granted
GLOBAL_PURGE system privilege
before performing action.
CDR-02619,0, "Insufficient privileges to purge objects outside of a workarea context."
Cause : User must be granted the GLOBAL_PURGE
system privilege to be able to purge objects
outside of a workarea context.
Action : User must be granted GLOBAL_PURGE
system privilege before performing action.
CDR-02620,0, "Insufficient access rights to insert in container %0!s."
Cause : Current user does not have
insert access rights for this
container and current
workarea.
Action : Current user must be granted
insert access to this container
and the current workarea
before performing action.
CDR-02621,0, "Insufficient privileges to update in container %0!s."
Cause : Current user does not have
update access rights for this
container and the current
workarea.
Action : Current user must be granted
update access rights to this container
and the current workarea
before performing action.
CDR-02622,0, "Cannot update checked in %0!s : %1!s."
Cause : Objects cannot be updated if they are currently checked in.
Action : Check out the object before performing action.
CDR-02623,0, "Cannot update - parent is checked in: %0!s."
Cause : Secondary objects cannot be updated if
their parent is checked in.
Action : Check out the parent object before performing action.
CDR-02624,0, "No update privileges on %0!s : %1!s"
Cause : Current user does not have
update access rights for the
container and current
workarea for this object.
Action : Current user must be granted
update access rights to the container
and the current workarea for this object
before performing action.
CDR-02625,0, "Insufficient access rights to insert in workarea %0!s."
Cause : Current user does not have
insert access rights for this
workarea.
Action : Current user must be granted
insert access to the current
workarea before performing action.
/
/ 03000 .. 03099 FileService errors
/
CDR-03000,0, "RVI file %0!s could not be saved."
Cause : The ".rvi" file, created
by a synchronization
operation, could not
be saved to the mapped
file system location
Action : Ensure that the file system
is writeable / accessible
CDR-03001,0, "Error reading file system file %0!s. %1!s"
Cause : Data could not be read from
the specified file system file
Action : Ensure that the file
exists and is not being
used by another process
CDR-03002,0, "Error renaming file %0!s to \".KEEP\" ."
Cause : The file system file could
not be renamed to
.KEEP.
This occurs when a
repository and file system
file have both changed
and are being synchronized.
Action : Ensure that the mapped
file system is writeable /
accessible
CDR-03003,0, "Cannot determine folder mapping for element %0!s"
Cause : A repository
mapping could not be
determined for the
specified element
Action : Ensure that the
element is part of
a mapped repository
folder hierarchy
CDR-03004,0, "Error decompressing file %0!s. %1!s"
Cause : The decompression algorithm
has signaled an error.
The file data is probably corrupt,
or there has been a connection /
network problem
Action : Try to download the
file again, or refresh
the file data (from backup
or by re-uploading the
file)
CDR-03005,0, "Error compressing file %0!s. %1!s"
Cause : The compression algorithm
has signaled an error.
Action : Try uploading the file
again.
Also, ensure that the
specified file is accessible.
CDR-03006,1, "Unresolved file synchronization(s)"
Cause : Either the file(s) have been changed in both the
file system and the repository,
or there was no valid ".RVI" file entry for the file(s)
(and they are different)
Action : Determine which copy
of the file is required and delete
the other (renaming if
necessary).
For example you could compare
the two files.
NOTE: The file system file
has been renamed to
".KEEP" and the
repository file has been
downloaded to your
file system as ""
CDR-03007,0, "Error writing to file system file %0!s. %1!s"
Cause : Data could not be written
to the specified file system
file
Action : Ensure that the file
is not being used
by another process
CDR-03008,0, "Error setting time stamp for file system file %0!s. %1!s"
Cause : The time stamp for
the specified file system
file could not be set
Action : Ensure that the file system
is accessible / writeable and
the file is not being
used by another process
CDR-03009,0, "Error opening file system file %0!s. %1!s"
Cause : The specified file system file
is locked or does not
exist
Action : Ensure that the file system
file exists and
is not being used by
another process
CDR-03010,0, "Unable to create file system path %0!s. %1!s"
Cause : The specified file system folder hierarchy
could not be found / created
Action : Ensure that the target
file system is writeable
CDR-03011,0, "Unable to set file permissions: %0!s %1!s"
Cause : The specified file's permissions
could not be altered
Action : Ensure that the file system
is writeable / accessible
and that the file is not
being used by another process
CDR-03012,0, "The file system path %0!s is invalid / does not exist"
Cause : The specified operating
system path is invalid
or does not exist
Action : Ensure that the path
is valid and re-try
CDR-03013,1, "Unable to synchronize, no mapped folders in the current workarea %0!s"
Cause : An attempt was made to
synchronize a workarea.
The synchronization could
not proceed as there are
no mapped folders in the
current workarea
Action : Ensure that the
current workarea is
the correct one
(to be synchronized) and
that there are folder
mappings between the
repository and the
file system.
CDR-03014,0, "The folder %0!s, mapped to %1!s is no longer in the workarea %2!s "
Cause : The specified file system
path is mapped to a
repository folder that is
no longer
in the current workarea.
Action : Check your workarea
specification to see
if the folder has been
excluded in some way,
or create a new mapping
for the file system
path
CDR-03015,1, "No folder mapping were found that included the path %0!s"
Cause : No folder mappings
were found that included
the file system path(s)
specified
Action : Ensure that there
are folder mappings
which include the
specified path(s)
CDR-03016,1, "Unable to set file system permissions to read-write for %0!s"
Cause : The file system element
permissions (read/write/execute)
could not be altered
Action : Ensure the file system
element is modifiable,
and is not being used
by another process.
(I.e. the file could be
locked because it is
being used by another
process, or because its
physical media is
read-only, e.g. if
it is on a CD)
CDR-03017,0, "System (or internal) error %0!s"
Cause :
Action :
CDR-03018,0, "Error calculating CRC value for %0!s. %1!s"
Cause : An error occurred
when attempting to
read a file and
calculate its CRC
value.
Action : Ensure the file can
be read by this process
(the file could have no read
permissions, be locked by
another process, or the
file/disc might be corrupted)
CDR-03019,1, "Cannot upload to checked-in file"
Cause :
Action :
CDR-03020,0, "Cannot rename %0!s to %1!s"
Cause : Synchronization failed
to rename the file system
file.
The renaming was necessary
as the corresponding repository
file has been renamed
Action : Ensure that the file system
file can be renamed (i.e.
ensure that the file is not
locked by another process,
or that the disk is write-
protected)
CDR-03021,0, "Cannot resolve repository path %0!s"
Cause : There are two (or more)
folders in the repository
with the same name,
in the same folder (or
at the root level)
Action : Please rename/remove
folders so that there
is only one named instance
of the specified folder
and retry
CDR-03022,0, "Error decompressing file %0!s"
Cause : The decompression algorithm has signaled an error.
The file data is probably corrupt, or there has been a
connection / network problem
Action : Try to download the file again, or refresh
the file data (from backup or by re-uploading the file)
CDR-03023,0, "Error deleting file system file %0!s. %1!s"
Cause : An error occurred
when attempting to
delete an operating
system file
Action : Make sure the file is not being
used by any other processes
CDR-03024,0, "Path does not specify a directory"
Cause : The operating system
path does not specify
a directory
Action : Ensure that the path
specifies a valid
directory and re-try
CDR-03025,0, "Invalid mapping: Specified folder is subsumed by another mapping %0!s"
Cause : The specified operating
system folder is already
included in a folder
mapping
Action : Choose an alternative
operating system folder
to map to, or remove the
subsuming mapping
CDR-03026,0, "Invalid mapping: Specified folder subsumes another mapping %0!s"
Cause : The specified operating
system folder contains a
folder that is already mapped
Action : Select another folder
to map to, or remove
the subsumed mapping
CDR-03027,0, "The operating system folder has already been mapped %0!s"
Cause : The specified operating
system folder has already
been mapped to the
repository
Action : Select another operating
system folder, or remove
the conflicting mapping
CDR-03028,0, "Error closing file system file %0!s"
Cause : There was an error
when attempting to
close the file system
file
Action : Ensure that the
file is not locked
by another process,
or that the physical
disk is not locked
or corrupt
CDR-03029,1, "Warning: Failed to get case preserved file system path"
Cause : The case preserved
file system path could not
be determined
Action : Ensure that the file system
path being used has the
correct case throughout.
CDR-03030,1, "Unable to synchronize: No folder mapping found for %0!s"
Cause : The file/folder is not mapped
to the file system
Action : Ensure that the root
folder in this hierarchy
is mapped and try again
CDR-03031,1, "File %0!s is a symbolic link"
Cause : The specified file
is a symbolic link
Action : Check file system path
(e.g. amend path to be
the link target)
NOTE: symbolic links are not
supported by the repository.
CDR-03032,0, "Folder %0!s is a symbolic link"
Cause : The specified folder
is a symbolic link
Action : Check file system path
(e.g. amend path to be
the link target)
NOTE: symbolic links are not
supported by the repository.
CDR-03033,0, "Error fetching file information for %0!s. %1!s"
Cause : There was an error reading
file system information
about the specified file/folder
Action : Check that the file exists
and you have access to
it and retry
CDR-03034,0, "Unable to lock repository file %0!s for update"
Cause : The repository file cannot be
locked for update. It is probably
already locked by another user
Action : Make sure any updates
on this file in other sessions
are closed and try again.
CDR-03035,0, "Repository file not found %0!s"
Cause : Unable to find specified
repository file
Action : Ensure that the file
ID is valid
/
/ 03100 .. 03499 Diff/Merge Errors
/
CDR-03100,0, "Diff/Merge internal error: %0!s"
Cause :
Action :
CDR-03101,0, "Internal Error - Version service call failure"
Cause : An error has occurred when trying establish
checkout status for object
Action : Contact your support representative
CDR-03102,0, "Internal Error - Version service failure."
Cause : An error has occurred when making a call to the
version service to get the common repository name for
an object.
Action : Contact your support representative.
CDR-03103,0, "Attempted Diff/Merge but ran out of memory."
Cause : Java fatal error 'Out of Memory' thrown whilst trying
to perform Diff/Merge operation.
Action : Set parameter
\HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOMEn\
REPADM61\CKTL_JAVA_PARAMS\JVM_MAX_HEAP_SIZE
to a larger value and retry the operation,
CDR-03104,0, "%0!s has been changed by another user."
Cause : %0!s has been changed by another user since Merge began.
Data may be overwritten and lost if the Merge continues.
Action : Cancel the current Merge operation and restart.
CDR-03105,1, "%0!s has never been checked in."
Cause :
Action : Do you want to check it in and continue?
CDR-03106,1, "The following objects have been temporarily added to the workarea"
Cause :
Action :
CDR-03107,0, "%0!s cannot be found in any workarea."
Cause : The object cannot be found because the rules of the workarea,
in which it was created, have excluded it from the workarea.
Action : Close the merge window and edit the workarea
to make the object visible.
CDR-03108,0, "Insufficient privileges to update the owning container of %0!s."
Cause : Current user does not have
update access rights for the owning container.
Action : Current user must be granted
update access rights to this container
and the current workarea
before performing the check in
CDR-03109,0, "One of the comparison files references file '%0!s' which could not be found"
Cause : One of the files in the comparison references a file that could not
be found. The file is probably being referenced for subclassing
purposes. This file is required so that the file in the comparison
can be loaded correctly.
Action : To correct this problem you should put a copy of the missing
file into the repository, and then include the path of the
missing file in the inherited files dialog before doing the
comparison.
CDR-03110,0, "Unable to load file as subclassed files could not be found"
Cause : One of the files involved in the comparison/merge could
not be loaded as a file that it subclasses from was not
found.
Action : Copy any subclassed files into the repository and
ensure that those files are specified in the search
path on the inherited files dialog.
You must make sure that each of objects that
participate in a diff/merge operation have a path
entered in the inherited files dialog. This means
that all of the objects that participate in the
diff/merge operation are included in either a
Workarea or a Configuration.
CDR-03111,0, "Type Adapter load failure"
Cause : An error has occurred loading a type adapter class
to carry out this compare/merge operation.
Error: %0!s / %1!s
Action : Make sure that the Type Adapter classes
are available on the client machine.
CDR-03112,0, "Unable to save the result of the merge."
Cause : One or more referenced objects are not visible in your current
workarea.
Action : Include all referenced objects in your current workarea.
CDR-03113,0, "The type of item cannot be compared or merged."
Cause : This type of item cannot be compared or merged in this release.
Action : Use a type of item that is supported.
CDR-03114,0, "Item %0!s could not be merged automatically."
Cause : The item could not be merged automatically due to conflicts
encountered by the utility. The merge window was not displayed
because the merge command was run as part of a script or in one-shot
mode.
Action : Merge the item manually by entering the merge command in an
interactive session using the -gui option to display the merge
window. Resolve any conflicts displayed in the merge window.
CDR-03115,0, "The operation could not be performed because the XML parser is missing."
Cause : The operation could not be performed because the XML parser required
for parsing XML files is missing.
Action : Check your installation and ensure that your XML parser is
compatible with the Java API for XML Parsing (JAXP). Alternatively,
choose the free format option to perform a free format compare or
merge operation.
CDR-03116,0, "File %0!s cannot be read."
Cause : Data could not be read from the specified file.
Action : Check that the file exists, that it is not corrupt and that you have
access to the file. Then retry the operation.
CDR-03117,0, "An XML parsing error occurred at line %1!s of file %0!s: %2!s"
Cause : The operation could not be performed because the XML parser found an
error in the specified file.
Action : Correct the error in the XML file and then retry the operation.
Alternatively, choose the free format option to perform a free
format compare or merge operation.
CDR-03118,0, "File %0!s cannot be updated."
Cause : Data could not be written to the specified file.
Action : Check that the specified file is not write-protected, that no other
process is using the specified file, and that sufficient memory
space is available to write to the specified file.
CDR-03119,0, "The requested merge operation cannot be performed."
Cause : The requested merge operation cannot be performed as the target is
already being used in another merge operation.
Action : Close the merge window containing the target. Then try this merge
operation again.
CDR-03120,0, "Internal Error - Problem making a repository connection "
Cause : An internal Diff or Merge component has been
unable to make a repository connection.
Action : Contact your support representative.
CDR-03121,0, "Internal error - Unable to set active workarea"
Cause : An internal Diff or Merge component has been
unable to set the active workarea
Action : Contact your support representative.
CDR-03122,0, "Internal error - Unable to reparent window"
Cause : An internal Diff or Merge component has been unable
to reparent its Java frame inside the given C++ window.
Action : Contact your support representative.
CDR-03123,0, "Internal Error - The Diff UI has failed"
Cause : An error has occurred when constructing the Diff
User Interface.
Action : Contact your customer support representative.
CDR-03124,0, "Internal Error - Wrong number of arguments to Java Main method"
Cause : The wrong number of arguments has been passed
to the main Java method for an embedded Diff or Merge.
Action : Contact your support representative.
CDR-03125,0, "Internal Error - Retrieving Delta Manager"
Cause : An error has occurred when trying to retrieve the
Delta Manager for the type of object that is being
Diffed or Merged.
Action : Contact your support representative.
CDR-03126,0, "Internal Error - Object Delta retrieval"
Cause : An error has occurred when retrieving the delta
table for an object in a Diff or Merge operation.
Action : Contact your support representative.
CDR-03127,0, "Internal Error - Getting delta between objects"
Cause : An error has occurred when calculating the delta list
between two of the objects that are to be Diffed
or Merged.
Action :
CDR-03128,0, "Internal Error - Heterogeneous operation not supported"
Cause : This operation can only be carried out between two
versions of the same object not between two different
objects.
Action : Only choose two versions of the same object for this operation.
CDR-03129,0, "The common ancestor could not be determined."
Cause : An error has occurred when trying to determine the common ancestor
of the two items that are to be merged.
Action : Contact your support representative.
CDR-03130,0, "Internal Error - Merge UI failure"
Cause : An error has occurred when trying to construct
the User Interface for the Merge operation.
Action : Contact your support representative.
CDR-03131,0, "The save operation to the merge target has failed."
Cause : An error has occurred when trying to save the results of the merge
operation to the merge target.
Action : Contact your support representative.
CDR-03132,0, "Internal Error - Consolidation failure."
Cause : An error has occurred when trying to carry out the
consolidation part of an automatic merge.
Action : Contact your support representative.
CDR-03133,0, "Internal Error - Insert Merge Association operation has failed"
Cause : An error has occurred when trying to insert a merge
association as a result of the merge operation.
Action : Contact your support representative.
CDR-03135,0, "The compare operation cannot be performed."
Cause : A compare operation cannot be performed on items that are of
different types.
Action : Specify two items that are of the same type.
/
/ 03500 .. 03700 Diff/Merge warnings
/
/
/ 06000 .. 06499 Dependencies - Errors
/
CDR-06000,0, "More than one owner found for object."
Cause : Possible meta data problem.
Action : Contact your customer support representative.
CDR-06001,0, "No owning object found."
Cause : Possible meta data problem.
Action : Contact your customer support representative.
CDR-06002,0, "No container found for primary access object, id: %0!s, name %1!s, type %2!s"
Cause : Possible meta data problem.
Action : Contact your customer support representative.
CDR-06003,0, "Incompatible handle type for node."
Cause : Internal error in application.
Action : Contact your customer support representative.
CDR-06004,0, "An error has occurred when attempting to set the Look and Feel"
Cause : An error has occurred when trying to set the
Look and Feel on this platform
Action : Check that this platform supports the System Look And Feel
CDR-06005,0, "An error has occurred when trying to set the initial frame size."
Cause : An error has occurred when trying to set the
initial frame size within the bounds of the screen.
This is achieved with a call to System.
Action : Check that Java is properly installed.
CDR-06006,0, "Unsupported Java UI component type"
Cause : An attempt has been made to use an unsupported Java UI component.
Action : Contact support.
CDR-06007,0, "%0! requires a value"
Cause : A required field has not been set
Action : Supply a value for the field
CDR-06008,0, "Invalid workarea for purging dependencies. Workarea: %0!s."
Cause : The workarea specified to purge dependencies from does not exist.
Action : Check the name of the workarea.
CDR-06009,0, "Dependency purging policy not found: %0!s."
Cause : Policy name not in sdd_dppu_control
Action : Correct name of dependency purging policy.
CDR-06010,0, "Internal error - memory manager not started."
Cause : Internal programming error - memory manger has not been created.
Action : Unrecoverable internal programming error - report error to support.
CDR-06011,0, "Internal error."
Cause : An unexpected internal error has occurred.
Action : Switch on diagnostics, and repeat the steps that caused the error.
CDR-06012,0, "File not found. File system: %0!s, Repository: %1!s."
Cause : File system and repository are not synchronized.
Action : Synchronize the filesystem and the repository.
CDR-06013,0, "No mapping exists for file type. File system: %0!s, Repository: %1!s."
Cause : There is no entry in the parser mapping file for the file type.
Action : Add an entry into the parser mapping file for the file type.
CDR-06014,0, "Cannot determine file type for file: File system: %0!s, Repository: %1!s."
Cause : The file name does not include an extension.
Action :
CDR-06015,0, "Incorrect format"
Cause : A TO_PARSE block in the XML file is invalid.
Action : If this is a user written parser you must change the parser
to output valid XML.
If this is a shipped parser than contact your support
representative with details of the generated XML file.
CDR-06016,0, "IO Problem"
Cause :
Action :
CDR-06017,0, "Failed to create temporary file for XML output"
Cause : An attempt to create a temporary file failed. This could
possibly be caused by insufficent permissions to write
to the working directory.
Action : Ensure you have the sufficient permissions
to write to the working directory.
CDR-06018,0, "Must specify workarea name"
Cause :
Action :
CDR-06019,0, "Must specify connect string"
Cause :
Action :
CDR-06020,0, "Must specify username in connect string"
Cause :
Action :
CDR-06021,0, "Must specify password in connect string"
Cause :
Action :
CDR-06022,0, "Failed to parse connect string '%0!s'"
Cause :
Action :
CDR-06023,0, "No mapping file (.pmf) specified or in working directory"
Cause :
Action :
CDR-06024,0, "Mapping file '%0!s' does not exist"
Cause :
Action :
CDR-06025,0, "Parser class '%0!s' does not exist"
Cause :
Action :
CDR-06026,0, "Failed to load dependency filter file '%0!s'"
Cause :
Action :
CDR-06027,0, "%0!s(%1!s) : Failed to parse filter file"
Cause : Could not parse the Dependency Analysis Filter file at
the specified location.
Action : Make sure the specified filter file conforms to the correct
syntax as defined in the file itself.
CDR-06028,0, "%0!s(%1!s) : Badly formatted quote name"
Cause :
Action :
CDR-06029,0, "%0!s(%1!s) : Badly formatted regular expression"
Cause : A badly formatted regular expression was found in the
Dependency Analysis Filter file.
Action : Amend the regular expression to make it valid.
CDR-06030,0, "Failed to execute C Preprocessor using '%0!s'"
Cause : The C parser failed to call the C Preprocessor on your system
using the specified command.
Action : Make sure that you have a C compiler installed on your machine
and available on your PATH.
CDR-06031,0, "C Preprocessor (%0!s) failed with exit code '%1!s'"
Cause : An error occured whilst running the C Preprocessor.
Action : Correct the problem and rerun the parser.
CDR-06032,0, "Parser failed, returned with exit code '%0!s'"
Cause :
Action :
CDR-06033,0, "Must specify the XML DTD file (ia.dtd)"
Cause :
Action :
CDR-06034,0, "%0!s is not an Oracle parser"
Cause :
Action :
CDR-06035,0, "Error creating parser instance '%0!s'"
Cause :
Action :
CDR-06036,0, "Parser '%0!s' does not have a public constructor"
Cause :
Action :
CDR-06037,0, "'%0!s' does not implement the FileParser interface"
Cause :
Action :
CDR-06038,0, "'%0!s' does not implement the ReposParser interface"
Cause :
Action :
CDR-06039,0, "'%0!s' does not implement the StreamParser interface"
Cause :
Action :
CDR-06040,0, "Only Oracle structured parsers supported"
Cause :
Action :
CDR-06041,0, "Import of XML dependency information failed"
Cause : An error occured whilst importing dependencies into
the Repository.
Action : Contact you support representative.
CDR-06042,0, "Forms libraries not found"
Cause : The runtime libraries for Oracle Forms have not been found.
Action : Install Oracle Forms on this machine.
CDR-06043,0, "Java Parser failed: %0!s"
Cause :
Action :
CDR-06044,0, "Failed to convert binary PL/SQL Library '%0!s' to text format"
Cause :
Action :
CDR-06045,0, "Failed to execute '%0!s', returned code '%1!s'"
Cause :
Action :
CDR-06046,0, "SQL Parser failed: %0!s"
Cause : The SQL parser has failed to recognize the SQL syntax
encountered during a parse.
Action : Locate the SQL fragment shown and verify its correctness.
CDR-06047,0, "Optimizer Hint parser failed: %0!s"
Cause :
Action :
CDR-06048,0, "C Parser failed: %0!s"
Cause :
Action :
CDR-06049,0, "C Preprocessor incorrectly configured"
Cause : In order to run the C Preprocessor you must have both
the includes and defines options set.
Action : Ensure you set both the include and defines command
line options before running the C parser.
CDR-06050,0, "Failed to prepare statement '%0!s'"
Cause : This is an internal error.
Action : Please contact support representative.
CDR-06051,0, "Failed to close prepared statement '%0!s' for the following reason: '%1!s'"
Cause : This is an internal error.
Action : Please contact support representative.
CDR-06052,0, "Failed to define String bind variable '%0!s' at index '%1!s'"
Cause : This is an internal error.
Action : Please contact support representative.
CDR-06053,0, "Failed to define Int bind variable '%0!s' at index '%1!s'"
Cause : This is an internal error.
Action : Please contact support representative.
CDR-06054,0, "Failed to execute query '%0!s' for the following reason: '%1!s'"
Cause : This is an internal error.
Action : Please contact support representative.
CDR-06055,0, "Structured Parser cleanup failed"
Cause : This is an internal error.
Action : Please contact support representative.
CDR-06056,0, "Structured Parser failed"
Cause :
Action :
CDR-06057,0, "Failed to lock version of object %0!s."
Cause : Another process may be analyzing object %0!s.
Action : Ensure that no other user is analyzing this object,
and then run the dependency analyzer again.
CDR-06058,0, "Parsing of Repository Object type %0!s not supported."
Cause : The structured analyser does not support parsing of
structured objects of this type.
Action :
CDR-06059,0, "Failed to analyze %0!s '%1!s': '%2!s'"
Cause :
Action :
CDR-06060,0, "Repository object not found, type: '%0!s' irid: '%1!s' ivid: '%2!s'"
Cause : An object with the given irid and ivid could
not be found in the Repository.
Action : Ensure the correct irid and ivid is passed to the
structured analyzer.
CDR-06061,0, "Failed to process result set from query '%0!s': '%1'"
Cause : This is an internal error.
Action : Please contact support representative.
CDR-06062,0, "Failed to process result set from query '%0!s' - '%1!s': '%2!s'"
Cause : This is an internal error.
Action : Please contact support representative.
CDR-06063,0, "Failed to get descriptor for element type short name '%0!s': '%1!s'."
Cause : This is an internal error.
Action : Please contact support representative.
CDR-06064,0, "Structured parser failed for the following reason: '%0!s'"
Cause :
Action :
CDR-06065,0, "Internal constructor not found for '%0!s'"
Cause :
Action :
CDR-06066,0, "Failed to create new instance of '%0!s' for the following reason: '%1!s'"
Cause :
Action :
CDR-06067,0, "Failed to query current workarea from RepositoryCacheUser"
Cause : Examine earlier errors for cause of failure.
Action :
CDR-06068,0, "Unable to connect to Repository"
Cause :
Action :
CDR-06069,0, "Applications Products Parser failed for the following reason %0!s"
Cause :
Action :
CDR-06070,0, "Missing registry/property file setting: %0!s."
Cause : Registry / property file setting is missing.
Action : Contact support.
CDR-06071,0, "Failed to close java.sql.ResultSet for following reason, %0!s"
Cause :
Action :
CDR-06072,0, "Failed to connect to repository using connection string: %0!s."
Cause :
Action :
CDR-06073,0, "User doesn't have enough privileges to analyze dependencies"
Cause : You do not have the Dependencies repository privilege,
which you need to perform dependency analysis.
Action : Contact the repository owner, who can assign you this privilege.
CDR-06074,0, "Cannot have more than one purge directive with the same branch name as %0!s"
Cause : A directive has been entered containing a branch name
which conflicts with an already existing directive's
branch name
Action : Remove the offending directive
CDR-06075,0, "Failed to define object bind variable '%0!s' at index '%1!s'"
Cause : An internal JDBC bind operation has failed.
Action : Contact Oracle Support.
CDR-06088,0, "SqlPlus Parser failed %0!s"
Cause : The SqlPlus parser has failed to recognize the SqlPlus syntax
encountered during a parse
Action : Locate the code fragment and verify the syntax.
/
/ 06500 .. 06999 Dependencies - Warnings
/
CDR-06500,1, "System is running out of memory."
Cause : Likely to be caused by saving too much history.
Action : History has been discarded, and activity aborted.
If problem persists, increase the size of the JVM heap via the key
oracle.repadm61.CKDM_JVM_PARAMS.JVM_MAX_HEAP_SIZE.
/
/ 08500 .. 08999 Configuration errors
/
CDR-08502,0, "No configurations match pattern %0!s."
Cause : No configurations match the specified pattern.
Action : Use a different filter pattern or specify the full configuration
name.
/
/ 14000 .. 14499 JRTOOL - Error messages
/
CDR-14000,1, "Folder %0!s does not exist on the file system."
Cause : The folder specified cannot be located on the local file system.
Action : Check spelling and use lsfolder -l to ensure that the
folder name exists where specified.
CDR-14001,1, "Invalid number of arguments specified."
Cause : The minimum or maximum argument count for
this command has been exceeded.
Action : Check the usage for this command and ensure that
all arguments that are required have been specified.
CDR-14002,1, "Invalid number of options specified."
Cause : The minimum or maximum option count for this
command has been exceeded.
Action : Check the usage for this command and ensure that
all options that are required have been specified.
CDR-14003,1, "Not connected to Oracle."
Cause : This command requires a connection to a valid repository.
Action : Use the connect command to connect to a
valid repository and reissue the command.
CDR-14004,1, "No context workarea has been set."
Cause : This command requires a context workarea to be set.
Action : Ensure that a valid repository connection is available
and use the set workarea command to
set context and then reissue this command.
CDR-14005,1, "Folder %0!s is not included in this workarea."
Cause : Either the folder specified cannot be located on the repository for
this workarea or a wildcard has been given and no matching folder
can be resolved.
Action : Check spelling and use lsfolder [-r] to ensure that the
folder name exists where specified.
CDR-14006,0, "Cannot resolve a mapping for this operation."
Cause : Either no mappings exist for the object specified or more
than one mapping exists.
Action : Use LSFM command to list all available mappings
and ensure that a valid mapping exists.
CDR-14007,1, "No %0!s matching %1!s exists."
Cause : A wildcard has been specified which has no matching results.
Action : Modify the filter to ensure that it can find the object
name that you require.
CDR-14008,1, "No checked out objects exist matching %0!s."
Cause : A name or wildcard has been specified and no matching
checked out objects exist.
Action : Ensure the objects you expect to find are checked
out or modify the filter if incorrect.
CDR-14009,0, "File %0!s does not exist."
Cause : An invalid file name has been specified.
Action : Ensure that the specified file name is valid.
CDR-14010,1, "File %0!s cannot be read."
Cause : The filename specified cannot be read.
Action : Ensure that the file is not being used by another application.
CDR-14011,1, "File %0!s is empty."
Cause : The specified filename is empty.
Action : Ensure that the file specified is correct.
CDR-14012,1, "File %0!s is too large."
Cause : The filename specified is too large to process.
Action : Ensure that the filename specified is correct.
CDR-14013,1, "Branch name %0!s cannot be located."
Cause : The branch label specified does not exist.
Action : Use lsbr to list all available branches.
CDR-14014,1, "No checked in objects exist matching %0!s."
Cause : A wildcard has been specified and no matching
checked in objects exist.
Action : Ensure the objects you expect to find are checked in
or modify the filter if incorrect.
CDR-14015,1, "Option %0!s is not valid to launch the command line tool."
Cause : An invalid option has been specified for the
command line executable.
Action : Only -c, -w or -da_classpath
can be specified on invoking the command line interface.
CDR-14016,1, "Unknown command %0!s. Rest of line ignored."
Cause : An unrecognized command has been entered.
Action : Check that the command name is valid. For a list
of valid commands type 'help'.
CDR-14017,1, "Option %0!s is not a valid option for this command. Rest of line ignored."
Cause : An invalid option label has been specified for this command.
Action : Check the usage for this command and ensure that
only options that are valid have been specified.
CDR-14018,1, "Option %0!s: %1!s is a duplicated option."
Cause : The option has been specified more than once
and as such correct usage cannot be resolved.
Action : Ensure that duplicate options are not
specified where inappropriate.
CDR-14019,1, "Option %0!s: %1!s requires a value."
Cause : The option label has been specified without a
corresponding value when required.
Action : Ensure that all options that require values have
them. Check usage for this command.
CDR-14020,1, "Option %0!s: %1!s does not require a value."
Cause : The option label has been specified with
a corresponding value when not required.
Action : Ensure that all options that do not require values
do not have them from usage for this command.
CDR-14021,1, "Unable to connect because of invalid connect parameters."
Cause : The parameters given are not a valid connect string.
Action : Ensure the connect string is in the form /[@sid].
CDR-14022,0, "The %0!s %1!s does not exist."
Cause : The specified item or version cannot be found.
Action : Ensure that the specified item or version is valid and that it
exists in the repository.
CDR-14023,0, "%0!s does not have a previous version for the compare operation."
Cause : A root version has been specified. A root version does not have a
previous version.
Action : To compare with another item specify a file system item or
repository item. To compare with a previous version specify a
version of the item other than the root version.
CDR-14024,0, "A compare operation cannot be performed on a single file system item."
Cause : Only one item on the file system has been specified.
Action : Specify another file system item or repository item to include in
the compare operation.
CDR-14025,1, "Cannot use %0!s command in non interactive mode."
Cause : This command is only available within the interactive session.
Action : Refer to user documentation for valid commands.
CDR-14026,1, "Cannot load library 'jrhostd'."
Cause : The library 'jrhostd' is not available to run this command.
Action : Consult installation documentation and ensure that
the library file exists in the right directory.
CDR-14027,1, "User %0!s does not exist."
Cause : The user specified is not valid.
Action : Ensure that the name given is valid and typed in the right case.
CDR-14028,1, "User %0!s does not exist."
Cause : The user specified is not valid.
Action : Ensure that the name given is valid and typed in the right case.
CDR-14029,1, "Workarea %0!s could n |