You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(10) |
Nov
(55) |
Dec
(36) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(38) |
Feb
(108) |
Mar
(79) |
Apr
(95) |
May
(64) |
Jun
(130) |
Jul
(146) |
Aug
(121) |
Sep
(96) |
Oct
(149) |
Nov
(161) |
Dec
(113) |
2004 |
Jan
(113) |
Feb
(163) |
Mar
(248) |
Apr
(132) |
May
(157) |
Jun
(160) |
Jul
(236) |
Aug
(284) |
Sep
(293) |
Oct
(277) |
Nov
(257) |
Dec
(356) |
2005 |
Jan
(203) |
Feb
(190) |
Mar
(220) |
Apr
(165) |
May
(124) |
Jun
(160) |
Jul
(190) |
Aug
(142) |
Sep
(152) |
Oct
(189) |
Nov
(187) |
Dec
(159) |
2006 |
Jan
(170) |
Feb
(151) |
Mar
(212) |
Apr
(262) |
May
(226) |
Jun
(196) |
Jul
(223) |
Aug
(165) |
Sep
(163) |
Oct
(348) |
Nov
(225) |
Dec
(141) |
2007 |
Jan
(261) |
Feb
(161) |
Mar
(222) |
Apr
(193) |
May
(121) |
Jun
(157) |
Jul
(151) |
Aug
(159) |
Sep
(61) |
Oct
(123) |
Nov
(172) |
Dec
(96) |
2008 |
Jan
(104) |
Feb
(138) |
Mar
(131) |
Apr
(131) |
May
(74) |
Jun
(107) |
Jul
(89) |
Aug
(89) |
Sep
(172) |
Oct
(158) |
Nov
(119) |
Dec
(86) |
2009 |
Jan
(52) |
Feb
(84) |
Mar
(78) |
Apr
(83) |
May
(54) |
Jun
(79) |
Jul
(60) |
Aug
(62) |
Sep
(50) |
Oct
(147) |
Nov
(50) |
Dec
(70) |
2010 |
Jan
(135) |
Feb
(113) |
Mar
(74) |
Apr
(93) |
May
(35) |
Jun
(71) |
Jul
(33) |
Aug
(110) |
Sep
(47) |
Oct
(18) |
Nov
(61) |
Dec
(34) |
2011 |
Jan
(46) |
Feb
(47) |
Mar
(25) |
Apr
(24) |
May
(21) |
Jun
(22) |
Jul
(20) |
Aug
(51) |
Sep
(31) |
Oct
(42) |
Nov
(22) |
Dec
(22) |
2012 |
Jan
(31) |
Feb
(19) |
Mar
(25) |
Apr
(55) |
May
(16) |
Jun
(28) |
Jul
(33) |
Aug
(25) |
Sep
(32) |
Oct
(25) |
Nov
(52) |
Dec
(35) |
2013 |
Jan
(43) |
Feb
(18) |
Mar
(36) |
Apr
(45) |
May
(22) |
Jun
(13) |
Jul
(31) |
Aug
(24) |
Sep
(19) |
Oct
(59) |
Nov
(47) |
Dec
(25) |
2014 |
Jan
(27) |
Feb
(15) |
Mar
(38) |
Apr
(10) |
May
(15) |
Jun
(36) |
Jul
(24) |
Aug
(28) |
Sep
(16) |
Oct
(6) |
Nov
(44) |
Dec
(40) |
2015 |
Jan
(52) |
Feb
(22) |
Mar
(13) |
Apr
(17) |
May
(22) |
Jun
(36) |
Jul
(18) |
Aug
(41) |
Sep
(71) |
Oct
(60) |
Nov
(49) |
Dec
(43) |
2016 |
Jan
(60) |
Feb
(13) |
Mar
(21) |
Apr
(28) |
May
(23) |
Jun
(39) |
Jul
(17) |
Aug
(37) |
Sep
(33) |
Oct
(15) |
Nov
(22) |
Dec
(20) |
2017 |
Jan
(27) |
Feb
(40) |
Mar
(48) |
Apr
(19) |
May
(29) |
Jun
(2) |
Jul
(19) |
Aug
(36) |
Sep
(18) |
Oct
(10) |
Nov
(11) |
Dec
(5) |
2018 |
Jan
(5) |
Feb
(4) |
Mar
(5) |
Apr
(3) |
May
(4) |
Jun
(17) |
Jul
(7) |
Aug
(7) |
Sep
(12) |
Oct
(8) |
Nov
(2) |
Dec
|
2019 |
Jan
(8) |
Feb
(5) |
Mar
(3) |
Apr
(5) |
May
(3) |
Jun
(2) |
Jul
(8) |
Aug
(7) |
Sep
(3) |
Oct
(12) |
Nov
(7) |
Dec
(1) |
2020 |
Jan
(8) |
Feb
(3) |
Mar
(7) |
Apr
(1) |
May
(2) |
Jun
(1) |
Jul
(3) |
Aug
(25) |
Sep
(5) |
Oct
(3) |
Nov
(7) |
Dec
(16) |
2021 |
Jan
(11) |
Feb
(10) |
Mar
(16) |
Apr
(8) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Gerdus v. Z. <ger...@gm...> - 2017-11-16 14:52:05
|
You can just catch the exception, rollback the batch transaction if possible, reconnect and retry that batch again. Having retry logic is the only way to ensure reliability. On 16 November 2017 at 16:33, LtColRDSChauhan <rds...@gm...> wrote: > Hello, > > 1. I need to frequently copy a table from one database to another. This > has started to fail now, apparently due to increase in number of records. > Attempting to copy about 13,26,000 records fails reporting “Error reading > data from the connection”. Number of records that I can still successful > copy is about 13,24,510. > > 3. I copy the in batches of 50,000 records (variable) each. For each > batch, i open and close connection. I have tried setting connection pooling > true and false both. Also varied the batch size to 5000, 100000 etc. > > 2. My database and client are on the same machine. Other details: > > RAM 16 GB > > Client application 64 Bit > > OS Windows 10 64 Bit > > Firebird ADO.NET Data Provider – tried both: 5.11.0.0 and 5.12.0 > > Firebird 3.0.2.32703_0_Win64 > > 3. Please suggest possible solutions. > > Regards, > > Rajiv > > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > |
From: LtColRDSChauhan <rds...@gm...> - 2017-11-16 14:33:14
|
Hello, 1. I need to frequently copy a table from one database to another. This has started to fail now, apparently due to increase in number of records. Attempting to copy about 13,26,000 records fails reporting “Error reading data from the connection”. Number of records that I can still successful copy is about 13,24,510. 3. I copy the in batches of 50,000 records (variable) each. For each batch, i open and close connection. I have tried setting connection pooling true and false both. Also varied the batch size to 5000, 100000 etc. 2. My database and client are on the same machine. Other details: RAM 16 GB Client application 64 Bit OS Windows 10 64 Bit Firebird ADO.NET Data Provider – tried both: 5.11.0.0 and 5.12.0 Firebird 3.0.2.32703_0_Win64 3. Please suggest possible solutions. Regards, Rajiv |
From: Jiří Č. <ji...@ci...> - 2017-11-15 16:39:14
|
More info: https://www.tabsoverspaces.com/233658-ado-net-provider-5-12-0-0-for-firebird-is-ready/ . -- Mgr. Jiří Činčura Independent IT Specialist |
From: Jiri C. (JIRA) <tr...@fi...> - 2017-11-04 14:55:46
|
[ http://tracker.firebirdsql.org/browse/DNET-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiri Cincura reopened DNET-251: ------------------------------- > FbConnectionInternal public FbTransaction BeginTransaction methods issue > -------------------------------------------------------------------------- > > Key: DNET-251 > URL: http://tracker.firebirdsql.org/browse/DNET-251 > Project: .NET Data provider > Issue Type: Sub-task > Components: ADO.NET Provider > Reporter: Jiri Cincura > Assignee: Jiri Cincura > Fix For: 5.10.0.0 > > > class FbConnectionInternal > public FbTransaction BeginTransaction methods > as I think, if this.activeTransaction.BeginTransaction() call raises exception then activeTransaction should be disposed and nulled. if not - next time it will cause HasActiveTransaction to return true and InvalidOperationException("A transaction is currently active. Parallel transactions are not supported.") will be thrown. InvalidOperationException is not FbException and complecates exception handling in outer code. -- 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 |
From: Jiri C. (JIRA) <tr...@fi...> - 2017-10-29 15:31:44
|
test ---- Key: DNET-795 URL: http://tracker.firebirdsql.org/browse/DNET-795 Project: .NET Data provider Issue Type: Improvement Components: ADO.NET Provider Reporter: Jiri Cincura Assignee: Jiri Cincura -- 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 |
From: Jiri C. (JIRA) <tr...@fi...> - 2017-10-29 14:08:43
|
Setting FbConnectionStringBuilder.CryptKey property throws an exception ----------------------------------------------------------------------- Key: DNET-794 URL: http://tracker.firebirdsql.org/browse/DNET-794 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects Versions: 5.11.0.0 Reporter: Jiri Cincura Assignee: Jiri Cincura Priority: Minor Conversion to base64 is missing there. -- 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 |
From: Frédéric D. (J. <tr...@fi...> - 2017-10-24 15:36:36
|
Pool should not yield a connection with an ongoing transaction -------------------------------------------------------------- Key: DNET-793 URL: http://tracker.firebirdsql.org/browse/DNET-793 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects Versions: 5.11.0.0 Environment: Windows 10 64bit, local Firebird server Reporter: Frédéric Delaporte Assignee: Jiri Cincura Priority: Minor In distributed transaction cases, the transaction completion occurs asynchronously and concurrently to code following the transaction scope disposal. In such case, it is possible to release the connection to the pool while its transaction is still ongoing, without having any clue about that. And requesting a connection from pool may then yield a connection still having an ongoing transaction. Trying to begin a new transaction on it then fails with error: System.InvalidOperationException : A transaction is currently active. Parallel transactions are not supported. Granted, that is a wicked case. See https://github.com/npgsql/npgsql/issues/1571#issuecomment-308651461 discussion with a Microsoft employee: when distributed, MSDTC considers a transaction to be committed once it has collected all participant votes for committing from prepare phase. It then immediately notifies all participants of the outcome. This causes TransactionScope.Dispose to leave while the second phase of participants may still be executing. This means the transaction from the db view point can still be pending and not yet committed after the scope disposal. This is by design of MSDTC and we have to cope with that. Some data provider may have a global locking mechanism causing any subsequent connection use to wait for the end of the commit phase, but this is not a general case. Such a mechanism has been put in place for NHibernate own volatile resource, but this only guarantee us that this NHibernate resource has ended its processing, it does not guarantee us that is the case of the Firebird one. This causes a number of NHibernate tests to fail with Firebird regularly but not consistently. A test case pattern for this would likely be like the [DistributedRollback|https://github.com/npgsql/npgsql/blob/dev/test/Npgsql.Tests/SystemTransactionTests.cs#L204] test of Npgsql. There are more wicked cases involving distributed transaction in this test file, it may be worth checking them with Firebird too. (For information, Npgsql checks distributed transaction status on connection when closed for avoiding returning them to pool if the transaction is not ended, something like just flagging them as having to return to pool once their transaction completion event finally gets executed. This avoid at least the pool trouble but not some other issues like trying to reuse the same connection immediately after a distributed scope disposal.) -- 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 |
From: Jiri C. (JIRA) <tr...@fi...> - 2017-10-12 07:01:51
|
Bugfix for gchandle leak in FbCommandInternal --------------------------------------------- Key: DNET-792 URL: http://tracker.firebirdsql.org/browse/DNET-792 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects Versions: 5.11.0.0 Reporter: Jiri Cincura Assignee: Jiri Cincura https://github.com/FirebirdSQL/NETProvider/pull/2 -- 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 |
From: Jiri C. (JIRA) <tr...@fi...> - 2017-10-11 08:35:47
|
Enlistment improvements ----------------------- Key: DNET-791 URL: http://tracker.firebirdsql.org/browse/DNET-791 Project: .NET Data provider Issue Type: Task Components: ADO.NET Provider Reporter: Jiri Cincura Assignee: Jiri Cincura -- 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 |
From: Jiri C. (JIRA) <tr...@fi...> - 2017-10-10 13:01:47
|
Base HasRows on the Fields from Statement ----------------------------------------- Key: DNET-790 URL: http://tracker.firebirdsql.org/browse/DNET-790 Project: .NET Data provider Issue Type: Improvement Components: ADO.NET Provider Affects Versions: 5.11.0.0 Reporter: Jiri Cincura Assignee: Jiri Cincura It's still not going to be 100%, but it will be closer to "selectable" reality. -- 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 |
From: Jiri C. (JIRA) <tr...@fi...> - 2017-10-09 16:22:39
|
[ http://tracker.firebirdsql.org/browse/DNET-785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiri Cincura reopened DNET-785: ------------------------------- > Possibility of information of the process in the table MON $ ATTACHMENTS > ------------------------------------------------------------------------ > > Key: DNET-785 > URL: http://tracker.firebirdsql.org/browse/DNET-785 > Project: .NET Data provider > Issue Type: New Feature > Reporter: Workdev Tecnologia da Informação LTDA > Assignee: Jiri Cincura > > There is the possibility of the process of the field MON $ REMOTE_PROCESS the indication that the connection is starting from an RDP (TS), C:\SAMPLES\Samples.exe (RDP) or any other mark indicating that it is from a remote connection. -- 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 |
From: Jiri C. (JIRA) <tr...@fi...> - 2017-10-09 11:27:42
|
DiscardImplicitTransaction should really be rollback ---------------------------------------------------- Key: DNET-789 URL: http://tracker.firebirdsql.org/browse/DNET-789 Project: .NET Data provider Issue Type: Task Components: ADO.NET Provider Affects Versions: 5.11.0.0 Reporter: Jiri Cincura Assignee: Jiri Cincura -- 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 |
From: Jiri C. (JIRA) <tr...@fi...> - 2017-10-09 11:04:44
|
Revisit System.Web workaround currently in place ------------------------------------------------ Key: DNET-788 URL: http://tracker.firebirdsql.org/browse/DNET-788 Project: .NET Data provider Issue Type: Task Components: ADO.NET Provider Affects Versions: 5.11.0.0 Reporter: Jiri Cincura Assignee: Jiri Cincura Priority: Minor -- 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 |
From: Johannes L. (JIRA) <tr...@fi...> - 2017-10-03 08:49:43
|
Connection Pool fails to handle system time changes correctlry -------------------------------------------------------------- Key: DNET-787 URL: http://tracker.firebirdsql.org/browse/DNET-787 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects Versions: 5.9.1.0 Environment: Any Reporter: Johannes Lochmann Assignee: Jiri Cincura FbConnectionPoolManager's check if a connection is alive fails if the system time travels back in time (changing time zones or daylight saving times while the application is running, for example) Comparing the absolute difference of the values after adding the connectionLifeTime to the created time should fix the problem. static bool IsAlive(long connectionLifeTime, DateTimeOffset created, DateTimeOffset now) { if (connectionLifeTime == 0) return true; return created.AddSeconds(connectionLifeTime) > now; } -- 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 |
From: Workdev T. da I. L. (J. <tr...@fi...> - 2017-09-20 13:19:36
|
Accentuation in Scrip (WIN1252) ------------------------------- Key: DNET-786 URL: http://tracker.firebirdsql.org/browse/DNET-786 Project: .NET Data provider Issue Type: Bug Affects Versions: 5.10.0.0 Reporter: Workdev Tecnologia da Informação LTDA Assignee: Jiri Cincura Script. CREATE EXCEPTION EXC_SM_CD_ES_PRODUTO 'Produto Não Cadastrado.'; CREATE EXCEPTION EXC_SM_CD_PARAMETROS 'Falha no Parâmetro.'; CREATE EXCEPTION EXC_SM_MV_CT_CB_CONTA_MO 'Movimentador Inválido para Esse tipo de Conta.'; Execute Script (.NET Data provider) EXC_SM_CD_ES_PRODUTO 'Produto N?o Cadastrado.'; EXC_SM_CD_PARAMETROS 'Falha no Par?metro.'; EXC_SM_MV_CT_CB_CONTA_MO 'Movimentador Inv?lido para Esse tipo de Conta.'; Result. -- 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 |
From: Workdev T. da I. L. (J. <tr...@fi...> - 2017-09-20 13:13:48
|
Possibility of information of the process in the table MON $ ATTACHMENTS ------------------------------------------------------------------------ Key: DNET-785 URL: http://tracker.firebirdsql.org/browse/DNET-785 Project: .NET Data provider Issue Type: New Feature Reporter: Workdev Tecnologia da Informação LTDA Assignee: Jiri Cincura There is the possibility of the process of the field MON $ REMOTE_PROCESS the indication that the connection is starting from an RDP (TS), C:\SAMPLES\Samples.exe (RDP) or any other mark indicating that it is from a remote connection. -- 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 |
From: Jiri C. (JIRA) <tr...@fi...> - 2017-09-14 09:38:51
|
Schema update for identity -------------------------- Key: DNET-784 URL: http://tracker.firebirdsql.org/browse/DNET-784 Project: .NET Data provider Issue Type: Sub-task Reporter: Jiri Cincura Assignee: Jiri Cincura -- 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 |
From: Norbert S. G. <ns...@te...> - 2017-09-13 17:00:59
|
Mark Rotteveel a écrit : > On 10-9-2017 09:45, Mark Rotteveel wrote: >> On 10-9-2017 06:58, Norbert Saint Georges wrote: >>> Jirí Cincura a écrit : >>>>> Maybe a good idea to also post instructions how to subscribe. >>>> >>>> Right. https://support.google.com/groups/answer/1067205?hl=en . >>> >>> the google information needs to register make this list not accessible to >>> me >>> >> >> You can also send an email to: >> >> fir...@go... >> >> That way you should be able to subscribe from any email address, without >> requiring a Google account. > > One thing: contrary to the instructions in the confirmation email, you can > only confirm by replying. Using the "Join This Group" button will require a > Google account. > > Mark Thanks Mark, it works perfectly with your instructions. -- Norbert Saint Georges http://tetrasys.fi |
From: Sergey (JIRA) <tr...@fi...> - 2017-09-13 11:08:36
|
Legacy_Auth to FB 3 server with ADO.Net Data Provider ----------------------------------------------------- Key: DNET-783 URL: http://tracker.firebirdsql.org/browse/DNET-783 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects Versions: 5.11.0.0 Environment: Windows 10 Corp x64 Reporter: Sergey Assignee: Jiri Cincura I try to connect with FirebirdSql.Data.FirebirdClient 5.11.0 to the FB 3 server with configuration parameters: AuthServer = Legacy_Auth UserManager = Legacy_UserManager and receive error: System.UnauthorizedAccessException: Ваше имя пользователя и пароль не определены. Обратитесь к администратору базы данных, чтобы создать логин. ---> FirebirdSql.Data.FirebirdClient.FbException: Your user name and password are not defined. Ask your database administrator to set up a Firebird login. ---> FirebirdSql.Data.Common.IscException: Your user name and password are not defined. Ask your database administrator to set up a Firebird login. в FirebirdSql.Data.Client.Managed.GdsConnection.Identify(String database) в C:\Users\Jiri\Documents\devel\NETProvider\working\Provider\src\FirebirdSql.Data.FirebirdClient\Client\Managed\GdsConnection.cs:строка 215 в FirebirdSql.Data.FirebirdClient.ClientFactory.CreateManagedDatabase(FbConnectionString options) в C:\Users\Jiri\Documents\devel\NETProvider\working\Provider\src\FirebirdSql.Data.FirebirdClient\FirebirdClient\ClientFactory.cs:строка 61 в FirebirdSql.Data.FirebirdClient.ClientFactory.CreateDatabase(FbConnectionString options) в C:\Users\Jiri\Documents\devel\NETProvider\working\Provider\src\FirebirdSql.Data.FirebirdClient\FirebirdClient\ClientFactory.cs:строка 33 в FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect() в C:\Users\Jiri\Documents\devel\NETProvider\working\Provider\src\FirebirdSql.Data.FirebirdClient\FirebirdClient\FbConnectionInternal.cs:строка 157 --- Конец трассировки внутреннего стека исключений --- в Psbst.SProcWrapper.Proxy.Executors.SingleRowSimpleTypeExecutor.ExecuteSProc(IDataContext ctx, String sql, DynamicParameters p, Type returnType, Boolean buffered, Nullable`1 commandTimeout) в C:\agent\_work\1\s\src\Psbst.SProcWrapper\Proxy\Executors\SingleScalarTypeExecutor.cs:строка 36 в Psbst.SProcWrapper.Proxy.StoredProcedure.Execute(IDataContext dataContext, Object[] argumentsParameters) в C:\agent\_work\1\s\src\Psbst.SProcWrapper\Proxy\StoredProcedure.cs:строка 64 в Psbst.SProcWrapper.Proxy.SProcProxy.Intercept(IInvocation invocation) в C:\agent\_work\1\s\src\Psbst.SProcWrapper\Proxy\SProcProxy.cs:строка 24 в Castle.DynamicProxy.AbstractInvocation.Proceed() в Castle.Proxies.IAuthenticationSprocServiceProxy.Login(String baseName, String password, String computerName, String macAddress, String ipAddress, String logonName, String osVersion, Int32 programId, String programVersion, String basePath) в Psbst.Bank.Infrastructure.SprocServices.AuthenticationSprocService.Login(User user) в C:\agent\_work\1\s\src\Psbst.Bank.Infrastructure\SprocServices\AuthenticationSprocService.cs:строка 77 --- Конец трассировки внутреннего стека исключений --- в Psbst.Bank.Infrastructure.SprocServices.AuthenticationSprocService.Login(User user) в C:\agent\_work\1\s\src\Psbst.Bank.Infrastructure\SprocServices\AuthenticationSprocService.cs:строка 82 в Psbst.Bank.BusinessLogic.Core.AuthenticationService.Authenticate(String user, String password) в C:\agent\_work\1\s\src\Psbst.Bank.BusinessLogic\Core\AuthenticationService.cs:строка 27 в Psbst.Bank.LoginWindowViewModel.Login(PasswordBoxEdit passswordTextBox) в C:\agent\_work\1\s\src\Psbst.Bank\LoginWindowViewModel.cs:строка 115 в DevExpress.Mvvm.DelegateCommand`1.Execute(T parameter) в DevExpress.Mvvm.CommandBase`1.System.Windows.Input.ICommand.Execute(Object parameter) в MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated) в System.Windows.Controls.Primitives.ButtonBase.OnClick() в System.Windows.Controls.Button.OnClick() в DevExpress.Xpf.Core.SimpleButton.OnClick() в System.Windows.Controls.Primitives.ButtonBase.OnAccessKey(AccessKeyEventArgs e) в System.Windows.Input.AccessKeyManager.ProcessKey(List`1 targets, String key, Boolean existsElsewhere, Boolean userInitiated) в System.Windows.Input.AccessKeyManager.ProcessKeyForSender(Object sender, String key, Boolean existsElsewhere, Boolean userInitiated) в System.Windows.Input.AccessKeyManager.OnKeyDown(KeyEventArgs e) в System.Windows.Input.AccessKeyManager.PostProcessInput(Object sender, ProcessInputEventArgs e) в System.Windows.Input.InputManager.RaiseProcessInputEventHandlers(ProcessInputEventHandler postProcessInput, ProcessInputEventArgs processInputEventArgs) в System.Windows.Input.InputManager.ProcessStagingArea() в System.Windows.Input.InputManager.ProcessInput(InputEventArgs input) в System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport) в System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawKeyboardActions actions, Int32 scanCode, Boolean isExtendedKey, Boolean isSystemKey, Int32 virtualKey) в System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction(MSG& msg, Boolean& handled) в System.Windows.Interop.HwndSource.CriticalTranslateAccelerator(MSG& msg, ModifierKeys modifiers) в System.Windows.Interop.HwndSource.OnPreprocessMessage(Object param) в System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) в System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) I get by Wireshark the attach packets: ADO.Net: 0000 3c a8 2a 0a 87 7c 10 c3 7b 50 cd 97 08 00 45 00 <.*..|..{P....E. 0010 01 d4 6a d4 40 00 80 06 31 cf ac 10 03 28 ac 10 ..j.@...1....(.. 0020 01 38 ce e6 0b ea 9c 45 0f 42 8e a7 de f6 50 18 .8.....E.B....P. 0030 20 00 e1 d1 00 00 00 00 00 01 00 00 00 13 00 00 ............... 0040 00 03 00 00 00 01 00 00 00 06 72 65 73 5f 30 30 ..........res_00 0050 00 00 00 00 00 04 00 00 01 35 09 09 64 65 76 65 .........5..deve 0060 6c 6f 70 65 72 08 03 53 72 70 0a 03 53 72 70 07 loper..Srp..Srp. 0070 ff 00 43 30 31 34 34 37 33 46 44 46 45 37 31 38 ..C014473FDFE718 0080 45 34 31 30 30 46 32 39 46 43 33 36 44 33 43 43 E4100F29FC36D3CC 0090 37 31 44 45 32 44 37 30 46 45 39 42 42 32 42 36 71DE2D70FE9BB2B6 00a0 39 31 41 43 30 31 31 37 44 30 36 46 32 34 45 36 91AC0117D06F24E6 00b0 45 36 35 38 37 34 39 39 45 38 39 42 36 34 44 41 E6587499E89B64DA 00c0 41 38 42 37 38 37 35 37 41 39 45 36 33 34 31 39 A8B78757A9E63419 00d0 37 32 36 36 33 41 31 38 42 43 41 46 39 38 34 46 72663A18BCAF984F 00e0 37 30 43 31 38 31 31 43 34 43 45 42 46 34 37 35 70C1811C4CEBF475 00f0 42 38 35 45 35 44 34 46 39 42 45 41 45 41 44 38 B85E5D4F9BEAEAD8 0100 44 30 36 37 38 34 39 32 35 38 41 38 37 46 31 35 D067849258A87F15 0110 41 33 41 43 36 32 39 42 42 32 37 36 32 30 33 31 A3AC629BB2762031 0120 43 33 31 41 33 33 30 35 35 36 32 31 37 46 43 45 C31A330556217FCE 0130 31 35 33 43 32 46 39 35 38 39 41 39 44 30 37 33 153C2F9589A9D073 0140 43 41 42 33 41 31 33 45 33 41 30 44 33 33 31 37 CAB3A13E3A0D3317 0150 44 44 33 36 42 44 41 43 46 31 30 36 39 30 43 46 DD36BDACF10690CF 0160 38 46 31 32 32 33 34 33 45 45 36 43 42 32 45 33 8F122343EE6CB2E3 0170 07 03 01 35 45 0b 04 00 00 00 00 01 03 6c 73 76 ...5E........lsv 0180 04 0b 53 54 50 53 42 34 30 32 2d 31 36 06 00 00 ..STPSB402-16... 0190 00 00 00 00 00 0a 00 00 00 01 00 00 00 02 00 00 ................ 01a0 00 03 00 00 00 00 00 00 80 0b 00 00 00 01 00 00 ................ 01b0 00 02 00 00 00 05 00 00 00 01 00 00 80 0c 00 00 ................ 01c0 00 01 00 00 00 02 00 00 00 05 00 00 00 02 00 00 ................ 01d0 80 0d 00 00 00 01 00 00 00 02 00 00 00 05 00 00 ................ 01e0 00 03 .. IBExpert: 0000 3c a8 2a 0a 87 7c 10 c3 7b 50 cd 97 08 00 45 00 <.*..|..{P....E. 0010 01 fc 7b 69 40 00 80 06 21 12 ac 10 03 28 ac 10 ..{i@...!....(.. 0020 01 38 d0 0f 0b ea 67 e9 88 5a 3a 5a 98 68 50 18 .8....g..Z:Z.hP. 0030 01 00 0d 24 00 00 00 00 00 01 00 00 00 13 00 00 ...$............ 0040 00 03 00 00 00 1d 00 00 00 06 72 65 73 5f 30 30 ..........res_00 0050 00 00 00 00 00 05 00 00 01 49 09 06 53 59 53 44 .........I..SYSD 0060 42 41 08 03 53 72 70 0a 1a 53 72 70 2c 20 57 69 BA..Srp..Srp, Wi 0070 6e 5f 53 73 70 69 2c 20 4c 65 67 61 63 79 5f 41 n_Sspi, Legacy_A 0080 75 74 68 07 ff 00 39 44 42 35 31 39 35 36 44 31 uth...9DB51956D1 0090 42 30 38 46 32 46 36 37 44 31 31 34 46 35 33 33 B08F2F67D114F533 00a0 41 34 34 36 32 32 33 30 37 32 45 30 44 30 43 46 A446223072E0D0CF 00b0 31 41 35 43 34 35 39 34 44 37 33 46 35 36 45 38 1A5C4594D73F56E8 00c0 30 33 38 35 46 45 35 44 42 42 39 43 46 44 32 36 0385FE5DBB9CFD26 00d0 39 36 38 39 39 38 41 31 39 38 37 42 33 33 45 41 968998A1987B33EA 00e0 43 35 34 44 43 45 31 46 31 31 30 37 30 36 37 32 C54DCE1F11070672 00f0 44 45 38 42 34 46 33 32 36 41 35 34 39 36 38 46 DE8B4F326A54968F 0100 32 43 34 44 30 30 43 35 36 34 46 46 34 32 33 31 2C4D00C564FF4231 0110 41 30 42 32 39 41 46 38 46 46 39 37 41 36 37 34 A0B29AF8FF97A674 0120 31 39 34 38 44 31 36 45 37 37 31 33 39 32 38 33 1948D16E77139283 0130 44 42 30 42 44 46 32 31 42 30 36 32 33 43 39 36 DB0BDF21B0623C96 0140 36 33 31 39 42 42 33 31 31 32 36 34 42 36 34 33 6319BB311264B643 0150 30 39 35 44 34 43 37 34 37 32 31 46 44 38 31 34 095D4C74721FD814 0160 43 33 34 33 41 33 35 45 30 35 33 43 30 36 46 31 C343A35E053C06F1 0170 37 38 34 46 36 46 45 39 36 30 36 36 37 35 41 43 784F6FE9606675AC 0180 37 37 43 31 07 03 01 44 34 0b 04 01 00 00 00 01 77C1...D4....... 0190 03 6c 73 76 04 0b 73 74 70 73 62 34 30 32 2d 31 .lsv..stpsb402-1 01a0 36 06 00 00 00 00 00 00 00 0a 00 00 00 01 00 00 6............... 01b0 00 00 00 00 00 05 00 00 00 02 ff ff 80 0b 00 00 ................ 01c0 00 01 00 00 00 00 00 00 00 05 00 00 00 04 ff ff ................ 01d0 80 0c 00 00 00 01 00 00 00 00 00 00 00 05 00 00 ................ 01e0 00 06 ff ff 80 0d 00 00 00 01 00 00 00 00 00 00 ................ 01f0 00 05 00 00 00 08 ff ff 80 0e 00 00 00 01 00 00 ................ 0200 00 00 00 00 00 05 00 00 00 0a .......... -- 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 |
From: Mark R. <ma...@la...> - 2017-09-10 08:09:08
|
On 8-9-2017 20:45, Jiří Činčura wrote: > Hi *, > > Because of recent changes on SourceForge we have a new list: > fir...@go... > <mailto:fir...@go...>. Hopefully it will solve > the issues of some emails not being delivered and some people being > unable to post. Resubscribe there, this old list is soon going to be > retired. To subscribe with a Google account: See https://support.google.com/groups/answer/1067205?hl=en To subscribe without a google account: 1. Send an email to fir...@go... 2. Wait for the first confirmation mail 3. Reply to the confirmation mail (do not use the button, that requires a google account) 4. Wait for the second confirmation mail 5. Wait for approval by the list owner -- Mark Rotteveel |
From: Mark R. <ma...@la...> - 2017-09-10 08:05:34
|
On 10-9-2017 09:58, Norbert Saint Georges wrote: > Mark Rotteveel a écrit : >> On 10-9-2017 06:58, Norbert Saint Georges wrote: >>> Jirí Cincura a écrit : >>>>> Maybe a good idea to also post instructions how to subscribe. >>>> >>>> Right. https://support.google.com/groups/answer/1067205?hl=en . >>> >>> the google information needs to register make this list not >>> accessible to me >>> >> >> You can also send an email to: >> >> fir...@go... >> >> That way you should be able to subscribe from any email address, >> without requiring a Google account. >> >> Mark > > thank you Mark for your answer but this does not seem to work, > server response: > > <tetrasys.fi #5.1.2 smtp;550 5.1.2 > <fir...@go...>: Recipient address > rejected: Domain not found> > Argh, I hadn't copy/pasted it and made a typo, it should be: fir...@go... (notice the R in gRoups) Mark -- Mark Rotteveel |
From: Norbert S. G. <ns...@te...> - 2017-09-10 07:59:31
|
Mark Rotteveel a écrit : > On 10-9-2017 06:58, Norbert Saint Georges wrote: >> Jirí Cincura a écrit : >>>> Maybe a good idea to also post instructions how to subscribe. >>> >>> Right. https://support.google.com/groups/answer/1067205?hl=en . >> >> the google information needs to register make this list not accessible to >> me >> > > You can also send an email to: > > fir...@go... > > That way you should be able to subscribe from any email address, without > requiring a Google account. > > Mark thank you Mark for your answer but this does not seem to work, server response: <tetrasys.fi #5.1.2 smtp;550 5.1.2 <fir...@go...>: Recipient address rejected: Domain not found> -- Norbert Saint Georges http://tetrasys.fi |
From: Mark R. <ma...@la...> - 2017-09-10 07:51:10
|
On 10-9-2017 09:45, Mark Rotteveel wrote: > On 10-9-2017 06:58, Norbert Saint Georges wrote: >> Jirí Cincura a écrit : >>>> Maybe a good idea to also post instructions how to subscribe. >>> >>> Right. https://support.google.com/groups/answer/1067205?hl=en . >> >> the google information needs to register make this list not accessible >> to me >> > > You can also send an email to: > > fir...@go... > > That way you should be able to subscribe from any email address, without > requiring a Google account. One thing: contrary to the instructions in the confirmation email, you can only confirm by replying. Using the "Join This Group" button will require a Google account. Mark -- Mark Rotteveel |
From: Mark R. <ma...@la...> - 2017-09-10 07:46:02
|
On 10-9-2017 06:58, Norbert Saint Georges wrote: > Jirí Cincura a écrit : >>> Maybe a good idea to also post instructions how to subscribe. >> >> Right. https://support.google.com/groups/answer/1067205?hl=en . > > the google information needs to register make this list not accessible > to me > You can also send an email to: fir...@go... That way you should be able to subscribe from any email address, without requiring a Google account. Mark -- Mark Rotteveel |
From: Norbert S. G. <ns...@te...> - 2017-09-10 04:59:15
|
Jirí Cincura a écrit : >> Maybe a good idea to also post instructions how to subscribe. > > Right. https://support.google.com/groups/answer/1067205?hl=en . the google information needs to register make this list not accessible to me -- Norbert Saint Georges http://tetrasys.fi |