Display Report Messages (1600-1699) [ HP SYSTEM DICTIONARY XL SDMAIN ] MPE/iX 5.0 Documentation
HP SYSTEM DICTIONARY XL SDMAIN
Display/Report Messages (1600-1699)
1600 MESSAGE No SECURE capability. Cannot qualify other SCOPE-OWNERs (SDWARN
1600)
CAUSE The current open scope does not have SECURE capability.
Accordingly, it can only retrieve the name of the object's owner
scope if the current scope is the owner (otherwise, the owner
name is blank). Because of this, if the qualifying SCOPE-OWNER
qualifies retrieval to the current scope, everything will be
fine. If the qualification contains anything else, the match
against a blank name will fail and so the objects are NOT
retrieved.
ACTION If the SCOPE-OWNER clause qualifies to the current scope, no
action is needed. Also, if the SCOPE-OWNER contains selection
criteria and if the current scope matches the criteria and it is
OK that the list of objects retrieved will be limited to the
ones owned by the current scope, no action is needed. However,
if it is NOT OK to limit to the objects owned by the current
scope, either switch to a scope that does have SECURE capability
or don't use the SCOPE-OWNER field to qualify the owner in the
current scope.
--------------------------------------------------------------------------------------
1601 MESSAGE Attribute list is incomplete for entity type ! (SDERR 1601)
CAUSE The attribute list being retrieved for the indicated entity type
is not complete.
ACTION Correct the associated error and reissue the command.
--------------------------------------------------------------------------------------
1602 MESSAGE Lock failed so partial results may be returned (SDWARN 1602)
CAUSE The dictionary lock failed. Accordingly, the list of items
retrieved may not include all items in the dictionary at the
current time.
ACTION No action is required. The system returns results but there is
no guarantee that they are complete. The DA should be notified
of the problem. Internal Error.
--------------------------------------------------------------------------------------
1603 MESSAGE Unlock failed so must terminate to prevent system hang (SDERR
1603)
CAUSE The unlock failed. Accordingly, the system is terminated to
exit the dictionary to insure that this run does not hold a lock
on the dictionary.
ACTION Contact the DA. Internal Error.
--------------------------------------------------------------------------------------
1604 MESSAGE Error encountered during a list retrieval (SDERR 1604)
CAUSE An error was encountered during a list retrieval.
ACTION Refer to the associated error and correct the problem found.
1605 MESSAGE Error while switching to or from the report domain (SDERR 1605)
CAUSE An error was encountered while switching to or from the domain
holding all of the SDMAIN stored reports.
ACTION Contact the DA. Internal Error.
--------------------------------------------------------------------------------------
1606 MESSAGE NAME-ONLY used instead of ALL (SDWARN 1606)
CAUSE The NAME-ONLY keyword is used and the ALL keyword ignored.
ACTION No action is needed. The next time the command is issued,
specify only one information granularity option.
--------------------------------------------------------------------------------------
1607 MESSAGE NAME-ONLY used instead of LIST (SDWARN 1607)
CAUSE The NAME-ONLY keyword is used and the LIST keyword ignored.
ACTION No action is needed. The next time the command is issued,
specify only one information granularity option.
--------------------------------------------------------------------------------------
1608 MESSAGE LIST used instead of ALL (SDWARN 1608)
CAUSE The LIST keyword is used and the ALL keyword ignored.
ACTION No action is needed. The next time the command is issued,
specify only one information granularity option.
--------------------------------------------------------------------------------------
1609 MESSAGE ! is not allowed as a LIST parameter for RELATIONSHIPS (SDWARN
1609)
CAUSE The indicated LIST option is not allowed as a LIST parameter
when reporting on relationships.
ACTION No action is needed as the option is ignored. Remove the
indicated option from the LIST options.
--------------------------------------------------------------------------------------
1610 MESSAGE ATTRIBUTES entry overrides specific parameters (SDWARN 1610)
CAUSE The ATTRIBUTES option for the LIST keyword overrides any
specific attributes listed.
ACTION No action is needed. The next time the command is issued, if
all the attributes are desired, omit specific attributes from
the LIST list.
--------------------------------------------------------------------------------------
1611 MESSAGE Cannot qualify a variable attribute (SDERR 1611)
CAUSE Cannot qualify a variable length attribute.
ACTION Remove the variable length attribute qualifier from the
ATTRIBUTE-LIST clause.
1612 MESSAGE Attribute ! not related to the entity (SDERR 1612)
CAUSE The indicated attribute is not related to the entity.
ACTION Remove the unrelated attribute or change the mistyped attribute
to the correct attribute.
--------------------------------------------------------------------------------------
1613 MESSAGE Attribute ! not related to the relationship (SDERR 1613)
CAUSE The indicated attribute is not related to the relationship.
ACTION Remove the unrelated attribute or change the mistyped attribute
to the correct attribute.
--------------------------------------------------------------------------------------
1614 MESSAGE Invalid operation on a boolean for attribute ! (SDERR 1614)
CAUSE The operation specified for the indicated Boolean attribute is
invalid. Boolean attribute can only be qualified using
relational operators = and <>.
ACTION Change the type of comparison to one including only = and/or <>.
--------------------------------------------------------------------------------------
1615 MESSAGE Duplicate Item List entry ! (SDWARN 1615)
CAUSE The indicated list option is listed twice in the LIST keyword
clause.
ACTION No action is needed as the duplicate is ignored.
--------------------------------------------------------------------------------------
1616 MESSAGE Duplicate Attribute List entry ! (SDERR 1616)
CAUSE The indicated attribute is listed twice in the ATTRIBUTE-LIST
keyword clause.
ACTION Remove the duplicate attribute (or combine the two into one) and
reissue the command.
--------------------------------------------------------------------------------------
1617 MESSAGE Must own Domain to report on scopes having access (SDWARN 1617)
CAUSE The current scope must be the owner of the domain to allow
retrieval of scope information.
ACTION Open the dictionary with the owner scope as the open scope.
--------------------------------------------------------------------------------------
1618 MESSAGE Must own Entity to report on scopes having access (SDWARN 1618)
CAUSE The current open scope must be the owner of the entity to allow
retrieval of scope information.
ACTION Open the dictionary with the owner scope as the open scope.
1619 MESSAGE Must own Relationship to report on scopes having access (SDWARN
1619)
CAUSE The current open scope must be the owner of the relationship to
allow retrieval of scope information.
ACTION Open the dictionary with the owner scope as the open scope.
--------------------------------------------------------------------------------------
1620 MESSAGE Domain deleted or changed during processing (SDWARN 1620)
CAUSE The domain being processed has been deleted or changed since the
start of the operation.
ACTION Do nothing if this is not a problem. If a problem, open the
dictionary in EXCLUSIVE-UPDATE mode and repeat the command.
--------------------------------------------------------------------------------------
1621 MESSAGE Entity deleted or changed during processing (SDWARN 1621)
CAUSE The entity being processed has been deleted or changed since the
start of the operation.
ACTION Do nothing if this is not a problem. If a problem, open the
dictionary in EXCLUSIVE-UPDATE mode and repeat the command.
--------------------------------------------------------------------------------------
1622 MESSAGE Relationship deleted or changed during processing (SDWARN 1622)
CAUSE The relationship being processed has been deleted or changed
since the start of the operation.
ACTION Do nothing if this is not a problem. If a problem, open the
dictionary in EXCLUSIVE-UPDATE mode and repeat the command.
--------------------------------------------------------------------------------------
1623 MESSAGE Too many entities in ! for the relationship-type (SDERR 1623)
CAUSE The number of entities specified as composing the relationship
is greater than the number of entity types making up the
relationship type.
ACTION Reduce the number of entities to no more than the number of
entity types in the relationship type.
--------------------------------------------------------------------------------------
1624 MESSAGE List entry ! is not allowed for compiled dictionaries (SDWARN
1624)
CAUSE The list entry specified is not allowed for compiled
dictionaries. That functionality is not available there.
ACTION No action is needed. The option will be ignored. This
information is not implemented in compiled dictionaries so you
must move to a master dictionary to retrieve this information.
MPE/iX 5.0 Documentation