message file C:\WINDOWS\SYSTEM32\firebird.msg not found

3,109 views
Skip to first unread message

Aurel Bartmann

unread,
Apr 6, 2024, 5:02:59 PM4/6/24
to firebird-support
Hello,
i connected firebird with IBExpert and now i am getting this error message. I tried to add the path of the firebird.msg with the enviorment variables and i also added the file at the system32 path but it all didnt help. Also i get these error messages if they might help. It also cant find the table after i created it. datenbanken.pnginsert_into error.png

Karol Bieniaszewski

unread,
Apr 6, 2024, 6:52:35 PM4/6/24
to firebird...@googlegroups.com

Hi

 

You have probably created case sensitive table name.

If you careate object in double quotes „Leser” you must always use quotes.

This is why i always use upper case when create object then i can call it in any char case...

 

Regards,

Karol Bieniaszewski

 

Od: Aurel Bartmann
Wysłano: sobota, 6 kwietnia 2024 23:02
Do: firebird-support
Temat: [firebird-support] message file C:\WINDOWS\SYSTEM32\firebird.msg not found

 

Hello,

i connected firebird with IBExpert and now i am getting this error message. I tried to add the path of the firebird.msg with the enviorment variables and i also added the file at the system32 path but it all didnt help. Also i get these error messages if they might help. It also cant find the table after i created it.

--
You received this message because you are subscribed to the Google Groups "firebird-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebird-suppo...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/firebird-support/c88421a2-1685-4815-be29-512a8b138cfcn%40googlegroups.com.

 

insert_into error.png
datenbanken.png

Vlad Khorsun

unread,
Apr 7, 2024, 4:35:54 AM4/7/24
to firebird-support

Hello,
i connected firebird with IBExpert and now i am getting this error message.

  You should specify fbclient.dll (with full path) in the connection settings, not gds32.dll

Regards,
Vlad

Mark Rotteveel

unread,
Apr 7, 2024, 5:15:34 AM4/7/24
to firebird...@googlegroups.com
On 06/04/2024 23:02, Aurel Bartmann wrote:
> Hello,
> i connected firebird with IBExpert and now i am getting this error
> message. I tried to add the path of the firebird.msg with the enviorment
> variables and i also added the file at the system32 path but it all
> didnt help. Also i get these error messages if they might help. It also
> cant find the table after i created it. datenbanken.pnginsert_into error.png

Is IB Expert 32-bit or 64-bit? If it is 32-bit, you need to ensure
firebird.msg exists in C:\Windows\SysWOW64. The error mentions System32,
because when 32-bit applications ask for C:\Windows\System32, they
actually see the content of C:\Windows\SysWOW64 (at least, on 64-bit
Windows).

Mark
--
Mark Rotteveel

Aurel Bartmann

unread,
Apr 7, 2024, 6:33:09 AM4/7/24
to firebird-support
Thanks for your help! Yeah it was actually the Problem that IBExpert is a 32-bit application. However i still cant create tables and they dont get saved in the database.  In an online compiler it is actually working creating the table with the same commands however doing it in IBExpert gives me errors.  I says it created the table but it actually didnt. I also cant find it in Isql tool. creating table.pngtables_doesnt_get_saved.pngno table found.pngsql_error.png

Aurel Bartmann

unread,
Apr 7, 2024, 6:35:44 AM4/7/24
to firebird-support
My professor specifically told us to install gds32.dll. So I don't think we're allowed to do that

Dimitry Sibiryakov

unread,
Apr 7, 2024, 6:36:01 AM4/7/24
to firebird...@googlegroups.com
Aurel Bartmann wrote 07.04.2024 12:33:
> However i still cant create tables and they dont get saved in the database.

"Program Files" is virtualized folder.
It was extremely bad idea to create a database there.


https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-10/security/threat-protection/security-policy-settings/user-account-control-virtualize-file-and-registry-write-failures-to-per-user-locations

--
WBR, SD.

Dimitry Sibiryakov

unread,
Apr 7, 2024, 6:37:08 AM4/7/24
to firebird...@googlegroups.com
Aurel Bartmann wrote 07.04.2024 12:35:
> My professor specifically told us to install gds32.dll.

Ask your professor to be here. They is either dumb or do something wrong.

--
WBR, SD.

Aurel Bartmann

unread,
Apr 7, 2024, 7:06:42 AM4/7/24
to firebird-support
He also did that in the lecture but the problem doesnt seem to be the database itself more the connection between IBExpert and the database cause i can create tables inside the database with ISQL tool: it_is_working.png

Dimitry Sibiryakov

unread,
Apr 7, 2024, 7:13:25 AM4/7/24
to firebird...@googlegroups.com
Aurel Bartmann wrote 07.04.2024 13:06:
> He also did that in the lecture but the problem doesnt seem to be the database
> itself more the connection between IBExpert and the database cause i can create
> tables inside the database with ISQL tool

So the professor is stupid. Don't be like him and read documentation by link
to understand why it works this way. It is not Firebird problem.

--
WBR, SD.

Karol Bieniaszewski

unread,
Apr 7, 2024, 8:27:02 AM4/7/24
to firebird...@googlegroups.com

I missed the first error, the table could not be created.

I focused on the last window with the insert message, so Vlad is right here.

 

Regards,

Karol Bieniaszewski

Vlad Khorsun

unread,
Apr 7, 2024, 8:32:23 AM4/7/24
to firebird-support


воскресенье, 7 апреля 2024 г. в 13:33:09 UTC+3, aurelb...@gmail.com:
Thanks for your help! Yeah it was actually the Problem that IBExpert is a 32-bit application. However i still cant create tables and they dont get saved in the database.  In an online compiler it is actually working creating the table with the same commands however doing it in IBExpert gives me errors.  I says it created the table but it actually didnt. I also cant find it in Isql tool. tables_doesnt_get_saved.png


Don't put database into virtualized folder. Don't put data into 'program files'.
Learn about user accounts control and file system virtualization.

Regards,
Vlad

Aurel Bartmann

unread,
Apr 7, 2024, 8:56:04 AM4/7/24
to firebird-support
error.pngI created a new database not inside a virtualized folder and i also changed in the client libary file to fbclient.dll but still got the same error.dabase.png

Karol Bieniaszewski

unread,
Apr 7, 2024, 10:29:06 AM4/7/24
to firebird...@googlegroups.com

Are you sure that this tool execute multiple scripts at once?

 

 

Regards,

Karol Bieniaszewski

 

Od: Aurel Bartmann
Wysłano: niedziela, 7 kwietnia 2024 14:56
Do: firebird-support
Temat: Re: [firebird-support] message file C:\WINDOWS\SYSTEM32\firebird.msgnot found

 

I created a new database not inside a virtualized folder and i also changed in the client libary file to fbclient.dll but still got the same error.

fbv...@gmail.com schrieb am Sonntag, 7. April 2024 um 14:32:23 UTC+2:

воскресенье, 7 апреля 2024 г. в 13:33:09 UTC+3, aurelb...@gmail.com:

Thanks for your help! Yeah it was actually the Problem that IBExpert is a 32-bit application. However i still cant create tables and they dont get saved in the database.  In an online compiler it is actually working creating the table with the same commands however doing it in IBExpert gives me errors.  I says it created the table but it actually didnt. I also cant find it in Isql tool.

 

Don't put database into virtualized folder. Don't put data into 'program files'.

Learn about user accounts control and file system virtualization.

 

Regards,

Vlad

--

You received this message because you are subscribed to the Google Groups "firebird-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebird-suppo...@googlegroups.com.

dabase.png
error.png

Aurel Bartmann

unread,
Apr 7, 2024, 10:49:35 AM4/7/24
to firebird-support
I also executed them separately and used the function "execute and fetch all" but it still doesnt know the token INSERT. Do  you have any idea how to fix this?

Dimitry Sibiryakov

unread,
Apr 7, 2024, 11:27:08 AM4/7/24
to firebird...@googlegroups.com
Aurel Bartmann wrote 07.04.2024 16:49:
> I also executed them separately

No, you didn't. Firebird cannot execute batches and IBExpert has two
different tools: "Execute SQL" and "Execute Script" learn the difference between
them.

--
WBR, SD.

liviuslivius

unread,
Apr 7, 2024, 12:36:49 PM4/7/24
to firebird...@googlegroups.com
Or simply change the tool ;-)
Use better flamerobin



Regards,
Karol Bieniaszewski


-------- Oryginalna wiadomość --------
Od: 'Dimitry Sibiryakov' via firebird-support <firebird...@googlegroups.com>
Data: 7.04.2024 17:27 (GMT+01:00)
Temat: Re: [firebird-support] message file C:\WINDOWS\SYSTEM32\firebird.msgnot found

--
You received this message because you are subscribed to the Google Groups "firebird-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebird-suppo...@googlegroups.com.

Aurel Bartmann

unread,
Apr 7, 2024, 4:41:03 PM4/7/24
to firebird-support
I would love to change to tool but my professor said we should use this so i have no other option. :/  It actually worked thank you! I was able to do it now with the script.

Aurel Bartmann

unread,
Apr 7, 2024, 4:48:13 PM4/7/24
to firebird-support
Is there a different way to execute sql in ibexpert with firebird database without a script? My professor said we should execute it first without a script and then with one.

Dimitry Sibiryakov

unread,
Apr 7, 2024, 5:44:15 PM4/7/24
to firebird...@googlegroups.com
Aurel Bartmann wrote 07.04.2024 22:48:
> Is there a different way to execute sql in ibexpert with firebird database
> without a script?

Yes, that's exactly what I said: IBExpert main menu "Tools->SQL Editor" and
"Tools->Script Executive" are two completely different things.
You don't need to change IBExpert, you must learn how to use it.

And once again I suggest you to invite the professor here.

--
WBR, SD.

Karol Bieniaszewski

unread,
Apr 7, 2024, 5:45:40 PM4/7/24
to firebird...@googlegroups.com

I do not beleve in that 😉 Better is using opensource tool which work without problems and with known source code

https://github.com/mariuz/flamerobin/releases/tag/0.9.10

 

Regards,

Karol Bieniaszewski

 

Od: Aurel Bartmann
Wysłano: niedziela, 7 kwietnia 2024 22:41
Do: firebird-support
Temat: Re: [firebird-support] message file C:\WINDOWS\SYSTEM32\firebird.msgnotfound

 

I would love to change to tool but my professor said we should use this so i have no other option. :/  It actually worked thank you! I was able to do it now with the script.

--

You received this message because you are subscribed to the Google Groups "firebird-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebird-suppo...@googlegroups.com.

Reply all
Reply to author
Forward
0 new messages