On 2020-03-06 04:46, FSPAPA INCA Team [email protected] 
[firebird-support] wrote:
> Aha, you've got a typo!
> 
> In your create mapping statement (and verified by the output of show
> mapping), you have "WINSSPI" instead of "WIN_SSPI".
> I encountered the same issue when I accidentally typed "WIN_SPPI".
> It seems that the plugin name is not validated against those currently
> available (possibly for good reason) and the mapping is happily
> created and then ignored.

Good find! I assume plugin names are not validated because available 
plugins depend on configuration and available plugins on connect time, 
and for example global mappings don't necessarily know which actual 
plugins are available when connecting to a specific database. Though it 
might be helpful if a warning was issued when specifying an unknown 
plugin name.

Mark

Reply via email to