> What should I do now?
Delete the interbase.log file in the InterBase root directory.
Try to start the IB server again.
Post the contents of the log file here.
--
Bill Todd (TeamB)
Same message prompt out "Cannot perform operation--service is not attached" after I delete interbase.log and restart IB server.
The content of interbase.log:-
Server1 (Client) Thu Apr 12 11:13:10 2007
The license file ib_license.dat does not exist or could not be opened for read
Server1 (Server) Thu Apr 12 11:13:10 2007
WNET/wnet_error: ReadFile end-of-file errno = 109
Is this means, Interbase without license? If not mistake my colleague had install license. How can I check it? What should I do?
--
Bill Todd (TeamB)
>Run the InterBase License Manager and see what it shows.
May I ask how to run Interbase License Manager? Is copy license file to license?
When I open IBConsole, and try to connect the server it prompt me the message "Cannot perform operation--service is not attached". After that, I tried to connect to database it work,query in ISQL. And I right click the server to view, login still enable to click. Is that's means server haven't connect?
Would it will affect others application connect to the database?
> May I ask how to run Interbase License Manager? Is copy license file
> to license?
The same way you run any other program.
Start | Programs | Borland InterBase 2007 | License Manager
--
Bill Todd (TeamB)
--
CREATE DOMAIN NEW_COMPANY AS CHAR(8) DEFAULT 'CODEGEAR' CHECK (VALUE <>
'BORLAND') NOT NULL;
> Not sure if he has the trial here, but note that the trial has no
> license manager.
Now that you mention it, that is a very good question.<g>
--
Bill Todd (TeamB)