[Firebird-devel] FB4 - Windows snapshots vs ICU

2018-08-02 Thread Gabor Boros

Hi All,

With Windows snapshots (4.0.0.1143 32bit and 64bit) "isql EMPLOYEE" give 
back the next error message:


Statement failed, SQLSTATE = XX000
Could not find acceptable ICU library

Is some external files needed or wrong files included in the snapshots?

Gabor

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


[Firebird-devel] [FB-Tracker] Created: (CORE-5884) Initial global mapping from srp plugin does not work

2018-08-02 Thread Alexander Peshkov (JIRA)
Initial global mapping from srp plugin does not work


 Key: CORE-5884
 URL: http://tracker.firebirdsql.org/browse/CORE-5884
 Project: Firebird Core
  Issue Type: Bug
  Components: Engine
Affects Versions: 3.0.3, 4.0 Alpha 1, 3.0.2, 3.0.1, 3.0.0, 4.0 Initial
Reporter: Alexander Peshkov


With the following mappings in EMPLOYEE:

create user test1 password 'test1';
create user test2 password 'test2';
create mapping lmap using plugin srp from user test1 to user ltost;
create global mapping gmap using plugin srp from user test2 to user gtost;

lmap works fine:

$ isql -user test1 -pas test1 localhost:employee
Database: localhost:employee, User: LTOST

but gmap does not work:

$ isql -user test2 -pas test2 localhost:employee
Database: localhost:employee, User: TEST2


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] FB4 - Windows snapshots vs ICU

2018-08-02 Thread Gabor Boros

2018. 08. 02. 13:53 keltezéssel, Gabor Boros írta:

Is some external files needed or wrong files included in the snapshots?
Yes, two external files. msvcp100.dll and msvcr100.dll from Microsoft 
Visual C++ 2010 SP1 Redistributable Package.


Gabor

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel