Board index » delphi » Store RDB$USERS failed
Gelein van de Voorde
![]() Delphi Developer |
Gelein van de Voorde
![]() Delphi Developer |
Store RDB$USERS failed2006-03-13 03:55:35 AM delphi247 When I try to create a database with EUA-enabled on IB7.5 with sp1 (version 7.5.1.80) I get this message. When I rollback the server to version 7.5.0.174 all works as it should. Has anyone encountered the same experience? Gelein van de Voorde. -- |
Bill Todd
![]() Delphi Developer |
2006-03-13 05:46:20 AM
Re:Store RDB$USERS failed
Gelein van de Voorde writes:
QuoteWhen I try to create a database with EUA-enabled on IB7.5 with sp1 -- Bill Todd (TeamB) |
Wayne Niddery [TeamB]
![]() Delphi Developer |
2006-03-13 10:37:47 AM
Re:Store RDB$USERS failed
Gelein van de Voorde writes:
QuoteWhen I try to create a database with EUA-enabled on IB7.5 with sp1 Wayne Niddery - Logic Fundamentals, Inc. (www.logicfundamentals.com) RADBooks: www.logicfundamentals.com/RADBooks.html "Nature abhors the vacuum tube." - J.R. Pierce, Bell Labs engineer who coined the term 'transistor' |
Gelein van de Voorde
![]() Delphi Developer |
2006-03-14 04:56:44 AM
Re:Store RDB$USERS failed
Bill Todd writes:
QuoteGelein van de Voorde writes: this on 5 different servers (all windows2003) and 2 XP-machines, all with the same result. I can create an EUA-enabled database with a version 7.5.0 server but not with a version 7.5.1 server. After creating I can also switch EUA on and off with a version 7.5.1 server. That is why I am wondering if there could be a bug in the database creation with a 7.5.1 server. Gelein van de Voorde. -- |
Gelein van de Voorde
![]() Delphi Developer |
2006-03-14 04:58:05 AM
Re:Store RDB$USERS failed
Wayne Niddery [TeamB] writes:
QuoteGelein van de Voorde writes: See my answer on Bills question. Gelein van de Voorde. -- |
Bill Todd
![]() Delphi Developer |
2006-03-14 05:05:55 AM
Re:Store RDB$USERS failed
Gelein van de Voorde writes:
QuoteBill Todd writes: -- Bill Todd (TeamB) |
Quinn Wildman
![]() Delphi Developer |
2006-03-17 02:37:08 AM
Re:Store RDB$USERS failed
Should all I need to do is execute the following in isql:
create database 'foo.ib' with admin option; This works for me with InterBase 7.5.1 SP1. Gelein van de Voorde writes: QuoteWhen I try to create a database with EUA-enabled on IB7.5 with sp1 |
Gelein van de Voorde
![]() Delphi Developer |
2006-03-22 03:50:09 AM
Re:Store RDB$USERS failed
Quinn Wildman writes:
QuoteShould all I need to do is execute the following in isql: create database 'foo.ib' user etc. commit; alter database add admin option; Then I get an error message 'Store RDB$USERS failed'. On a 7.5.0 server it works correct. -- |
Quinn Wildman
![]() Delphi Developer |
2006-03-24 04:48:46 AM
Re:Store RDB$USERS failed
Hmm, I get this error with 7.5.0 too. I have added this problem to our bug
tracking system for probable inclusion in the next release of InterBase. Gelein van de Voorde writes: Quote>> |