dbTalk Databases Forums  

-COSI-I-NOTSYSCONCEAL, error

comp.databases.rdb comp.databases.rdb


Discuss -COSI-I-NOTSYSCONCEAL, error in the comp.databases.rdb forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Bart.Zorn@gmail.com
 
Posts: n/a

Default -COSI-I-NOTSYSCONCEAL, error - 09-12-2006 , 04:35 AM






Hello,

we are exploring Rdb for possible use within our organization.

One of the first problems I encountered was the following:

SQL> @SYSMGT:[BART]BANKING.SQL
%SQL-F-ERRCRESCH, Error creating database filename
eurobanking:banking.rdb
-RDB-F-SYS_REQUEST, error from system services request
-RDMS-F-FILACCERR, error parsing file
SYSMGT:[RDMicrosoftRUJ]BANKING$1E333AA0G0BQOH3MQ29LS6PF6O.RUJ;
-COSI-I-NOTSYSCONCEAL, non-system concealed device name in filename

(Yes, I am following the example in the Comprehensive Guide by Lilian
Hobbs, Ian Smith and Ken England!)

This topic already came up in 1997 in comp.databases.rdb, but then the
cause seemed to be something else.

It appears that Rdb does not accept a /EXEC logical name in
LNMicrosoftSYSCLUSTER_TABLE as a valid system concealed device. When I copied
the logical name SYSMGT to the LNMicrosoftSYSTEM_TABLE, the problem was
solved.

I find this rather disturbing. In my opinion, (and I believe in the
general opinion of OpenVMS engineering), logical names in
LNMicrosoftSYSCLUSTER_TABLE are just as valid as logical names in
LNMicrosoftSYSTEM_TABLE. After all, both are elements in the LNMicrosoftSYSTEM search
list!

Our clusters are configured in such a way that all logical names that
are common to all cluster members are placed in cluster wide tables. It
would be a pity if we would need to copy the contents of the
clusterwide table to the system table of each node.

Thanks for any thoughts!

Regards,

Bart Zorn


Reply With Quote
  #2  
Old   
Richard Maher
 
Posts: n/a

Default Re: -COSI-I-NOTSYSCONCEAL, error - 09-12-2006 , 06:20 AM






Hi Bart,

It has been my experience that if you dare mention Rdb and "Cluster" in the
same sentence then Rdb support/engineering (and JCC in particular) are
likely to look upon you as a skid-mark on a hotel towel!

Having said that, cluster-wide logicals names are relatively new and IIRC
Rdb has been discouraging the use of concealed logicals since year dot+-2 so
why not just file a bug report. If you don't have a license agreement yet
then try an entry in the www.jcc.com listserver. Big Norm also wanders past
here every now and then so you may even get a useful reply :-)

Regards Richard Maher

<Bart.Zorn (AT) gmail (DOT) com> wrote

Quote:
Hello,

we are exploring Rdb for possible use within our organization.

One of the first problems I encountered was the following:

SQL> @SYSMGT:[BART]BANKING.SQL
%SQL-F-ERRCRESCH, Error creating database filename
eurobanking:banking.rdb
-RDB-F-SYS_REQUEST, error from system services request
-RDMS-F-FILACCERR, error parsing file
SYSMGT:[RDMicrosoftRUJ]BANKING$1E333AA0G0BQOH3MQ29LS6PF6O.RUJ;
-COSI-I-NOTSYSCONCEAL, non-system concealed device name in filename

(Yes, I am following the example in the Comprehensive Guide by Lilian
Hobbs, Ian Smith and Ken England!)

This topic already came up in 1997 in comp.databases.rdb, but then the
cause seemed to be something else.

It appears that Rdb does not accept a /EXEC logical name in
LNMicrosoftSYSCLUSTER_TABLE as a valid system concealed device. When I copied
the logical name SYSMGT to the LNMicrosoftSYSTEM_TABLE, the problem was
solved.

I find this rather disturbing. In my opinion, (and I believe in the
general opinion of OpenVMS engineering), logical names in
LNMicrosoftSYSCLUSTER_TABLE are just as valid as logical names in
LNMicrosoftSYSTEM_TABLE. After all, both are elements in the LNMicrosoftSYSTEM search
list!

Our clusters are configured in such a way that all logical names that
are common to all cluster members are placed in cluster wide tables. It
would be a pity if we would need to copy the contents of the
clusterwide table to the system table of each node.

Thanks for any thoughts!

Regards,

Bart Zorn




Reply With Quote
  #3  
Old   
Bart.Zorn@gmail.com
 
Posts: n/a

Default Re: -COSI-I-NOTSYSCONCEAL, error - 09-12-2006 , 07:20 AM



Thanks Richard!

I will subscribe to the JCC list and post my question there.

Regards,

Bart

Richard Maher wrote:
Quote:
Hi Bart,

It has been my experience that if you dare mention Rdb and "Cluster" in the
same sentence then Rdb support/engineering (and JCC in particular) are
likely to look upon you as a skid-mark on a hotel towel!

Having said that, cluster-wide logicals names are relatively new and IIRC
Rdb has been discouraging the use of concealed logicals since year dot+-2 so
why not just file a bug report. If you don't have a license agreement yet
then try an entry in the www.jcc.com listserver. Big Norm also wanders past
here every now and then so you may even get a useful reply :-)

Regards Richard Maher

Bart.Zorn (AT) gmail (DOT) com> wrote in message
news:1158053737.043991.174590 (AT) i3g2000cwc (DOT) googlegroups.com...


Reply With Quote
  #4  
Old   
Norman Lastovica
 
Posts: n/a

Default Re: -COSI-I-NOTSYSCONCEAL, error - 09-12-2006 , 11:19 AM



curious. please get in touch with Rdb support and log a call
here. It appears that there is code that explitly looks for
"LNMicrosoftSYSTEM_TABLE" when a concealed logical is found. I don't
think that this probably is the right check in this case.

The reason that the notsysconceal check is there is because
the user and the dbr (and I suspect potentially the monitor)
all have to have access to the RUJ file. I think though that
maybe this check could be enhanced in this case.

"Bart.Zorn (AT) gmail (DOT) com" wrote:
Quote:
Hello,

we are exploring Rdb for possible use within our organization.

One of the first problems I encountered was the following:

SQL> @SYSMGT:[BART]BANKING.SQL
%SQL-F-ERRCRESCH, Error creating database filename
eurobanking:banking.rdb
-RDB-F-SYS_REQUEST, error from system services request
-RDMS-F-FILACCERR, error parsing file
SYSMGT:[RDMicrosoftRUJ]BANKING$1E333AA0G0BQOH3MQ29LS6PF6O.RUJ;
-COSI-I-NOTSYSCONCEAL, non-system concealed device name in filename

(Yes, I am following the example in the Comprehensive Guide by Lilian
Hobbs, Ian Smith and Ken England!)

This topic already came up in 1997 in comp.databases.rdb, but then the
cause seemed to be something else.

It appears that Rdb does not accept a /EXEC logical name in
LNMicrosoftSYSCLUSTER_TABLE as a valid system concealed device. When I copied
the logical name SYSMGT to the LNMicrosoftSYSTEM_TABLE, the problem was
solved.

I find this rather disturbing. In my opinion, (and I believe in the
general opinion of OpenVMS engineering), logical names in
LNMicrosoftSYSCLUSTER_TABLE are just as valid as logical names in
LNMicrosoftSYSTEM_TABLE. After all, both are elements in the LNMicrosoftSYSTEM search
list!

Our clusters are configured in such a way that all logical names that
are common to all cluster members are placed in cluster wide tables. It
would be a pity if we would need to copy the contents of the
clusterwide table to the system table of each node.

Thanks for any thoughts!

Regards,

Bart Zorn
--
- - - - -
opinions expressed here are mine and mine alone
and certainly are not intended in any way to
express or represent any opinions or commitment
of oracle corporation.

norman lastovica / oracle rdb engineering


Reply With Quote
  #5  
Old   
Bart.Zorn@gmail.com
 
Posts: n/a

Default Re: -COSI-I-NOTSYSCONCEAL, error - 09-13-2006 , 01:54 AM



Thanks, Norman.

Problem is that we don't have (yet) a service agreement with Oracle. Is
there any way to have this put on a bug list or something?

Bart

Norman Lastovica wrote:
Quote:
curious. please get in touch with Rdb support and log a call
here. It appears that there is code that explitly looks for
"LNMicrosoftSYSTEM_TABLE" when a concealed logical is found. I don't
think that this probably is the right check in this case.

The reason that the notsysconceal check is there is because
the user and the dbr (and I suspect potentially the monitor)
all have to have access to the RUJ file. I think though that
maybe this check could be enhanced in this case.

"Bart.Zorn (AT) gmail (DOT) com" wrote:

[ snip ... ]

Quote:
--
- - - - -
opinions expressed here are mine and mine alone
and certainly are not intended in any way to
express or represent any opinions or commitment
of oracle corporation.

norman lastovica / oracle rdb engineering


Reply With Quote
  #6  
Old   
Norman Lastovica
 
Posts: n/a

Default Re: -COSI-I-NOTSYSCONCEAL, error - 09-13-2006 , 05:53 PM





"Bart.Zorn (AT) gmail (DOT) com" wrote:
Quote:
Thanks, Norman.

Problem is that we don't have (yet) a service agreement with Oracle.
got it. I hope that you do decide to get one.

Quote:
Is there any way to have this put on a bug list or something?
I've added it to an internal problem report. I suspect that
we'll try to get it addressed in the next rdb 72 release (unnamed
and not yet fully scheduled for release date).

Quote:
Bart

Norman Lastovica wrote:
curious. please get in touch with Rdb support and log a call
here. It appears that there is code that explitly looks for
"LNMicrosoftSYSTEM_TABLE" when a concealed logical is found. I don't
think that this probably is the right check in this case.

The reason that the notsysconceal check is there is because
the user and the dbr (and I suspect potentially the monitor)
all have to have access to the RUJ file. I think though that
maybe this check could be enhanced in this case.

"Bart.Zorn (AT) gmail (DOT) com" wrote:


[ snip ... ]

--
- - - - -
opinions expressed here are mine and mine alone
and certainly are not intended in any way to
express or represent any opinions or commitment
of oracle corporation.

norman lastovica / oracle rdb engineering
--
- - - - -
opinions expressed here are mine and mine alone
and certainly are not intended in any way to
express or represent any opinions or commitment
of oracle corporation.

norman lastovica / oracle rdb engineering


Reply With Quote
  #7  
Old   
Bart.Zorn@gmail.com
 
Posts: n/a

Default Re: -COSI-I-NOTSYSCONCEAL, error - 09-14-2006 , 01:28 AM



Hi Norman,

Thanks!

And I share your hope!

Regards,

Bart

Norman Lastovica wrote:
Quote:
"Bart.Zorn (AT) gmail (DOT) com" wrote:

Thanks, Norman.

Problem is that we don't have (yet) a service agreement with Oracle.

got it. I hope that you do decide to get one.

Is there any way to have this put on a bug list or something?

I've added it to an internal problem report. I suspect that
we'll try to get it addressed in the next rdb 72 release (unnamed
and not yet fully scheduled for release date).


Bart

Norman Lastovica wrote:
curious. please get in touch with Rdb support and log a call
here. It appears that there is code that explitly looks for
"LNMicrosoftSYSTEM_TABLE" when a concealed logical is found. I don't
think that this probably is the right check in this case.

The reason that the notsysconceal check is there is because
the user and the dbr (and I suspect potentially the monitor)
all have to have access to the RUJ file. I think though that
maybe this check could be enhanced in this case.

"Bart.Zorn (AT) gmail (DOT) com" wrote:


[ snip ... ]

--
- - - - -
opinions expressed here are mine and mine alone
and certainly are not intended in any way to
express or represent any opinions or commitment
of oracle corporation.

norman lastovica / oracle rdb engineering

--
- - - - -
opinions expressed here are mine and mine alone
and certainly are not intended in any way to
express or represent any opinions or commitment
of oracle corporation.

norman lastovica / oracle rdb engineering


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.