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: Scott M. <bl...@bl...> - 2014-06-25 13:04:51
|
How do you determine if a backup or restore has succeeded? e.g. (trying to restore from non-existent file) var restore = new FbRestore(); ... set ConnectionString etc... restore.BackupFiles.Add( new FbBackupFile("C:\I\Do\Not\Exist.fbk", null) ); ... restore.Execute(); Runs without throwing an exception and Execute doesn't return any value to check. Scott |
From: Rand R. (JIRA) <tr...@fi...> - 2014-06-24 15:31:52
|
Cannot create new Model from DataBase ------------------------------------- Key: DNET-557 URL: http://tracker.firebirdsql.org/browse/DNET-557 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider, Entity Framework support Affects Versions: 4.2.0.0 Environment: Win 7, EF 6.1.1, Firebird 2.5, .Net Provider 4.2.0.0 Reporter: Rand Random Assignee: Jiri Cincura I am in the middle of the Add Entity Model to your Project on the page where you would choose your tables, stored procedure and stuff. Sadly I cannot pick a thing because I am getting the following message: An error occured while connecting to the database. The database might be unavailable. An exception of type 'System.Data.Entity.Core.EntityCommandCompilationException' occured. The error message is: 'An error occured while preparing the command definition. See the inner exception for details. The inner exception caught was of type 'System.Data.Entity.Core.MappingException', with this error message: 'StoreSchemaMappingVersion3(3,4): error 3027: No mapping specified for the following EntitySet/AssociationSet - FunctionReturnTableColumns, FunctionFunctionReturnTableColumns'.'. If you need further Information pls say so, thx for your time and help. -- 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. <di...@ci...> - 2014-06-10 07:46:53
|
On Tue, Jun 10, 2014 at 9:16 AM, Piers Smith <pie...@co...> wrote: > Would you have any idea why edmgen.exe would import a stored procedure okay but not the entity model designer? If you're using same settings, then not. -- Jiri {x2} Cincura http://blog.cincura.net/ | http://www.ID3renamer.com |
From: Piers S. <pie...@co...> - 2014-06-10 07:16:35
|
Would you have any idea why edmgen.exe would import a stored procedure okay but not the entity model designer? -----Original Message----- From: Jiri Cincura [mailto:di...@ci...] Sent: Tuesday, 10 June 2014 2:17 PM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Entity Framework Stored Procedures On Tue, Jun 10, 2014 at 2:31 AM, Piers Smith <pie...@co...> wrote: > I looked at Function Imports in the model browser. If I Add Function Import there is nothing in the 'Stored Procedure / Function Name' dropdown to select. Is this what you mean? Yep. Looks like your procedure is not imported into SSDL. -- Jiri {x2} Cincura http://blog.cincura.net/ | http://www.ID3renamer.com ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ Firebird-net-provider mailing list Fir...@li... https://lists.sourceforge.net/lists/listinfo/firebird-net-provider |
From: Jiri C. <di...@ci...> - 2014-06-10 06:17:08
|
On Tue, Jun 10, 2014 at 2:31 AM, Piers Smith <pie...@co...> wrote: > I looked at Function Imports in the model browser. If I Add Function Import there is nothing in the 'Stored Procedure / Function Name' dropdown to select. Is this what you mean? Yep. Looks like your procedure is not imported into SSDL. -- Jiri {x2} Cincura http://blog.cincura.net/ | http://www.ID3renamer.com |
From: Piers S. <pie...@co...> - 2014-06-10 00:31:38
|
I looked at Function Imports in the model browser. If I Add Function Import there is nothing in the 'Stored Procedure / Function Name' dropdown to select. Is this what you mean? Thanks, Piers -----Original Message----- From: Jiri Cincura [mailto:di...@ci...] Sent: Tuesday, 10 June 2014 12:37 AM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Entity Framework Stored Procedures Have you created Function Import after updating the model? -- Jiri {x2} Cincura http://blog.cincura.net/ | http://www.ID3renamer.com ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://www.hpccsystems.com _______________________________________________ Firebird-net-provider mailing list Fir...@li... https://lists.sourceforge.net/lists/listinfo/firebird-net-provider |
From: Jiri C. <di...@ci...> - 2014-06-09 16:37:21
|
Have you created Function Import after updating the model? -- Jiri {x2} Cincura http://blog.cincura.net/ | http://www.ID3renamer.com |
From: Piers S. <pie...@co...> - 2014-06-06 08:59:12
|
Hi, I am having problems importing Firebird stored procedures into the entity framework via the VS model designer (Update Model from Database). The stored procedure is selectable but it does not get generated in the model xml anywhere (i.e. not in ssdl, csdl, msl). There are no errors given. I have tried running edmgen on the same model and this adds the procedures into the ssdl file as functions just fine. I have analysed the queries fired by the model designer and they seem to return data fine (i.e. these are the queries in the Client\Entity\StoreSchemaDefinition.ssdl file in the FirebirdSql.Data.FirebirdClient source) I don't understand what the model designer could be doing that is different from edmgen. I thought it would run edmgen in the background but obviously it's doing more than this. I am using Firebird v2.5, Provider v4.1.5.0, .Net v4, VS 2013. I have tried importing stored procedures from a databases that are dialect 1 and 3. Can anybody help with this? Thanks, Piers Smith Senior Developer Communicare eHealth Solutions Pty Ltd Tel: 08 6212 6900 Fax: 08 6212 6980 pie...@co...<mailto:pie...@co...> www.communicaresystems.com.au<http://www.communicaresystems.com.au/> Communicare eHealth Solutions advises that this email account is not continuously monitored. Please forward any Helpdesk enquiries to our monitored address hel...@co...<mailto:hel...@co...> and note that urgent matters must be advised by telephone. This message, and any attachments, are intended only for the use of the individual or entity to which it is addressed and may contain information that is confidential. Any unauthorised use, disclosure, reproduction or distribution of this message and its attachments is prohibited. This message is forwarded from an individual and does not necessarily represent the views of Communicare eHealth Solutions. If you have received this message in error kindly notify the sender and then delete the contents. |
From: Jiri C. <di...@ci...> - 2014-06-05 06:37:37
|
ADO.NET provider 4.2.0.0 for Firebird is ready and you can find more at http://blog.cincura.net/233462-ado-net-provider-4-2-0-0-for-firebird-is-ready/ . -- Jiri {x2} Cincura http://blog.cincura.net/ | http://www.ID3renamer.com |
From: Ivan A. <int...@un...> - 2014-06-04 21:21:44
|
You`re welcome :) 2014-06-04 21:39 GMT+03:00 Jiri Cincura <di...@ci...>: > Great. Now to pack it, test everything else works, add a nice wrap and > ship it. :) > > Thanks for helping to test it! Appreciate it. > > > On Wednesday, June 4, 2014, Ivan Arabadzhiev <int...@un...> > wrote: > >> Confirmed - restore now works :) Thanks a lot >> >> >> 2014-06-04 18:04 GMT+03:00 Ivan Arabadzhiev <int...@un...>: >> >>> Sorry for the trouble :( I specifically tested importing to check if the >>> network would break. Looks like there is some host dependency. Don`t have a >>> reliable host for virtual machines and I move way too much to give you >>> access to my laptop :) >>> >>> Please tell me you have the same restore issues now that you got it >>> working ? >>> >>> >>> 2014-06-04 16:59 GMT+03:00 Jiri Cincura <di...@ci...>: >>> >>> Never mind, blind luck solved it. ;D >>>> >>>> >>>> -- >>>> Jiri {x2} Cincura >>>> http://blog.cincura.net/ | http://www.ID3renamer.com >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Learn Graph Databases - Download FREE O'Reilly Book >>>> "Graph Databases" is the definitive new guide to graph databases and >>>> their >>>> applications. Written by three acclaimed leaders in the field, >>>> this first edition is now available. Download your free book today! >>>> http://p.sf.net/sfu/NeoTech >>>> _______________________________________________ >>>> Firebird-net-provider mailing list >>>> Fir...@li... >>>> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider >>>> >>> >>> >> > > -- > Jiri {x2} Cincura > http://blog.cincura.net/ | http://www.ID3renamer.com > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/NeoTech > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > |
From: Jiri C. <di...@ci...> - 2014-06-04 18:39:57
|
Great. Now to pack it, test everything else works, add a nice wrap and ship it. :) Thanks for helping to test it! Appreciate it. On Wednesday, June 4, 2014, Ivan Arabadzhiev <int...@un...> wrote: > Confirmed - restore now works :) Thanks a lot > > > 2014-06-04 18:04 GMT+03:00 Ivan Arabadzhiev <int...@un... > <javascript:_e(%7B%7D,'cvml','int...@un...');>>: > >> Sorry for the trouble :( I specifically tested importing to check if the >> network would break. Looks like there is some host dependency. Don`t have a >> reliable host for virtual machines and I move way too much to give you >> access to my laptop :) >> >> Please tell me you have the same restore issues now that you got it >> working ? >> >> >> 2014-06-04 16:59 GMT+03:00 Jiri Cincura <di...@ci... >> <javascript:_e(%7B%7D,'cvml','di...@ci...');>>: >> >> Never mind, blind luck solved it. ;D >>> >>> >>> -- >>> Jiri {x2} Cincura >>> http://blog.cincura.net/ | http://www.ID3renamer.com >>> >>> >>> ------------------------------------------------------------------------------ >>> Learn Graph Databases - Download FREE O'Reilly Book >>> "Graph Databases" is the definitive new guide to graph databases and >>> their >>> applications. Written by three acclaimed leaders in the field, >>> this first edition is now available. Download your free book today! >>> http://p.sf.net/sfu/NeoTech >>> _______________________________________________ >>> Firebird-net-provider mailing list >>> Fir...@li... >>> <javascript:_e(%7B%7D,'cvml','Fir...@li...');> >>> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider >>> >> >> > -- Jiri {x2} Cincura http://blog.cincura.net/ | http://www.ID3renamer.com |
From: Ivan A. <int...@un...> - 2014-06-04 16:21:26
|
Confirmed - restore now works :) Thanks a lot 2014-06-04 18:04 GMT+03:00 Ivan Arabadzhiev <int...@un...>: > Sorry for the trouble :( I specifically tested importing to check if the > network would break. Looks like there is some host dependency. Don`t have a > reliable host for virtual machines and I move way too much to give you > access to my laptop :) > > Please tell me you have the same restore issues now that you got it > working ? > > > 2014-06-04 16:59 GMT+03:00 Jiri Cincura <di...@ci...>: > > Never mind, blind luck solved it. ;D >> >> >> -- >> Jiri {x2} Cincura >> http://blog.cincura.net/ | http://www.ID3renamer.com >> >> >> ------------------------------------------------------------------------------ >> Learn Graph Databases - Download FREE O'Reilly Book >> "Graph Databases" is the definitive new guide to graph databases and their >> applications. Written by three acclaimed leaders in the field, >> this first edition is now available. Download your free book today! >> http://p.sf.net/sfu/NeoTech >> _______________________________________________ >> Firebird-net-provider mailing list >> Fir...@li... >> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider >> > > |
From: Ivan A. <int...@un...> - 2014-06-04 15:04:32
|
Sorry for the trouble :( I specifically tested importing to check if the network would break. Looks like there is some host dependency. Don`t have a reliable host for virtual machines and I move way too much to give you access to my laptop :) Please tell me you have the same restore issues now that you got it working ? 2014-06-04 16:59 GMT+03:00 Jiri Cincura <di...@ci...>: > Never mind, blind luck solved it. ;D > > > -- > Jiri {x2} Cincura > http://blog.cincura.net/ | http://www.ID3renamer.com > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/NeoTech > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |
From: Jiri C. <di...@ci...> - 2014-06-04 14:57:32
|
So. The bug is fixed, hopefully. Here's the build http://speedy.sh/TCR3G/FirebirdClient.7z . Can you check that and confirm it's OK? -- Jiri {x2} Cincura http://blog.cincura.net/ | http://www.ID3renamer.com |
From: Jiri C. <di...@ci...> - 2014-06-04 13:59:49
|
Never mind, blind luck solved it. ;D -- Jiri {x2} Cincura http://blog.cincura.net/ | http://www.ID3renamer.com |
From: Jiri C. <di...@ci...> - 2014-06-04 13:41:38
|
BTW "ls /sys/class/net" get ens35 lo I believe the network interface are fucked up. -- Jiri {x2} Cincura http://blog.cincura.net/ | http://www.ID3renamer.com |
From: Jiri C. <di...@ci...> - 2014-06-04 13:38:41
|
The network there doesn't work. Can't you just make the VM available from internet? -- Jiri {x2} Cincura http://blog.cincura.net/ | http://www.ID3renamer.com |
From: Ivan A. <int...@un...> - 2014-06-04 10:43:59
|
https://drive.google.com/file/d/0BxNlh1_CctC4Z3VVZUtCaDFETXM/edit?usp=sharing (turned out smaller than I expected :)). I`ve exported it from VirtualBox (and tested reeimporting). Should be ready to go at boot. DHCP is enabled. root password is password. No configuration done on Firebird so I use /tmp folder for tests. I retested things at my end, just to be sure (client is XP 32 bit, server is the VM) Backup works (and is restorable by gbak) Restore works *only* on other windows servers (testing only on 32 bit, can`t say for 64). Restore to VM throws one of two exceptions : 1 If I use the lib you sent earlier FirebirdSql.Data.FirebirdClient.FbException (0x80004005): expected backup description record ---> expected backup description record at FirebirdSql.Data.Services.FbStreamingRestore.Execute() 2 If I build from the git source tree (which I might be doing wrong ... I guess) System.ArgumentNullException: Value cannot be null. Parameter name: stream at System.Resources.ResourceReader..ctor(Stream stream) 2014-06-04 12:08 GMT+03:00 Jiri Cincura <di...@ci...>: > On Wed, Jun 4, 2014 at 10:55 AM, Ivan Arabadzhiev > <int...@un...> wrote: > > Won`t that be a problem? > > Not for me. > > -- > Jiri {x2} Cincura > http://blog.cincura.net/ | http://www.ID3renamer.com > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/NeoTech > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |
From: Jiri C. <di...@ci...> - 2014-06-04 09:08:21
|
On Wed, Jun 4, 2014 at 10:55 AM, Ivan Arabadzhiev <int...@un...> wrote: > Won`t that be a problem? Not for me. -- Jiri {x2} Cincura http://blog.cincura.net/ | http://www.ID3renamer.com |
From: Ivan A. <int...@un...> - 2014-06-04 08:55:43
|
Well ... "System.ArgumentNullException: Value cannot be null. Parameter name: stream at System.Resources.ResourceReader..ctor(Stream stream) at System.Resources.ResourceSet..ctor(Stream stream) at FirebirdSql.Data.Common.IscException.CreateResourceSet(String resourceName) in <path>\FirebirdSql\Data\Common\IscException.cs:line 299 at FirebirdSql.Data.Common.IscException.BuildSqlState() in <path>\FirebirdSql\Data\Common\IscException.cs:line 197 at FirebirdSql.Data.Common.IscException.BuildExceptionData() in <path>\FirebirdSql\Data\Common\IscException.cs:line 158 at FirebirdSql.Data.Client.Managed.Version10.GdsDatabase.ReadStatusVector() in <path>\FirebirdSql\Data\Client\Managed\Version10\GdsDatabase.cs:line 723 at FirebirdSql.Data.Client.Managed.Version10.GdsDatabase.ProcessOperation(Int32 operation) in <path>\FirebirdSql\Data\Client\Managed\Version10\GdsDatabase.cs:line 800 at FirebirdSql.Data.Client.Managed.Version10.GdsDatabase.ReadSingleResponse() in <path>\FirebirdSql\Data\Client\Managed\Version10\GdsDatabase.cs:line 788 at FirebirdSql.Data.Client.Managed.Version10.GdsDatabase.ReadResponse() in <path>\FirebirdSql\Data\Client\Managed\Version10\GdsDatabase.cs:line 677 at FirebirdSql.Data.Client.Managed.Version10.GdsDatabase.R eadGenericResponse() in <path>\FirebirdSql\Data\Client\Managed\Version10\GdsDatabase.cs:line 689 at FirebirdSql.Data.Client.Managed.Version10.GdsServiceManager.Query(ServiceParameterBuffer spb, Int32 requestLength, Byte[] requestBuffer, Int32 bufferLength, Byte[] buffer) in <path>\FirebirdSql\Data\Client\Managed\Version10\GdsServiceManager.cs:line 170 at FirebirdSql.Data.Services.FbService.QueryService(Byte[] items) in <path>\FirebirdSql\Data\Services\FbService.cs:line 417 at FirebirdSql.Data.Services.FbService.ProcessQuery(Byte[] items, Action`2 queryResponseAction) in <path> \FirebirdSql\Data\Services\FbService.cs:line 301 at FirebirdSql.Data.Services.FbService.Query(Byte[] items, Action`2 resultAction) in <path>\FirebirdSql\Data\Services\FbService.cs:line 262 at FirebirdSql.Data.Services.FbService.Query(Byte[] items) in <path>\FirebirdSql\Data\Services\FbService.cs:line 221 at FirebirdSql.Data.Services.FbStreamingRestore.Do() in <path>\FirebirdSql\Data\Services\FbStreamingRestore.cs:line 106 at FirebirdSql.Data.Services.FbStreamingRestore.Execute() in <path>\FirebirdSql\Data\Services\FbStreamingRestore.cs:line 76" As for a VM - I could, but it would be ~2GB in size (a basic Arch with firebird). Won`t that be a problem? |
From: Jiri C. <di...@ci...> - 2014-06-04 07:57:03
|
On Wed, Jun 4, 2014 at 12:54 AM, Ivan Arabadzhiev <int...@un...> wrote: > What do you mean by "first chance exception" ? There's an exception/error before it get into IscException. That's what triggered looking for resources with error message. You can put breakpoint before the above mentioned method and see what's before. Or if you can create i.e. VM with your setup, I can test then directly. -- Jiri {x2} Cincura http://blog.cincura.net/ | http://www.ID3renamer.com |
From: Ivan A. <int...@un...> - 2014-06-03 22:55:06
|
Not using mono:) I`m refactoring a backup tool for windows. I need xp support so I keep things on .net 4.0 Client Profile and VS2010. It`s just that most of the servers worth backing up run linux. What do you mean by "first chance exception" ? A callstack perhaps? 2014-06-03 20:55 GMT+03:00 Jiri Cincura <di...@ci...>: > This looks more like an Mono problem, because it cannot find the > resource. But there's some exception before anyway. Can you get the > first chance exception there and post it here. > > > -- > Jiri {x2} Cincura > http://blog.cincura.net/ | http://www.ID3renamer.com > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/NeoTech > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |
From: Jiri C. <di...@ci...> - 2014-06-03 17:55:33
|
This looks more like an Mono problem, because it cannot find the resource. But there's some exception before anyway. Can you get the first chance exception there and post it here. -- Jiri {x2} Cincura http://blog.cincura.net/ | http://www.ID3renamer.com |
From: Ivan A. <int...@un...> - 2014-06-03 14:30:42
|
Well, thanks :) I haven`t really been in touch and didn`t know there`s a github repo. I got the sources from there and the error switched to FirebirdSql.Data.FirebirdClient.FbException (0x80004005): Value cannot be null. Parameter name: stream ---> System.ArgumentNullException: Value cannot be null. Parameter name: stream at System.Resources.ResourceReader..ctor(Stream stream) at System.Resources.ResourceSet..ctor(Stream stream) at FirebirdSql.Data.Common.IscException.CreateResourceSet(String resourceName) Now ... I can confirm that the exact same code works when the server is 32 bit windows. However, I cannot restore to a 64 bit linux server. All my hosts are version LI-V2.5.2.26540 Firebird 2.5.I tried an Arch and an LFS host. Both built by me, personally, with no extra tuning of the process. My laptop is on OpenSUSE, same version - same problem. Backup is still working :) I`ll keep digging and try to see what exactly is different. So far I can only say that the exception is thrown during the second pass of the reading loop, by the line response = Query(items); // FbStreamingRestore.cs, line 106 If you happen to have a linux machine to test on - I am curious whether you`ll have the same issue :) 2014-06-03 13:59 GMT+03:00 Jiri Cincura <di...@ci...>: > On Tue, Jun 3, 2014 at 10:46 AM, Ivan Arabadzhiev > <int...@un...> wrote: > > Here's the restore function (in case it helps) > > > > using(io.FileStream BackupInputStream = new > > FileStream(BackUpPath,FileMode.Open)) { > > fbServer.FbStreamingRestore restore = new > > fbServer.FbStreamingRestore(); > > restore.ConnectionString = getConnectionString(Host, > > User, Pass, Path, Port, 32767); > > SetRestoreOptions(Ovr, DeactivateIndexes, NoShadows, > > NoValidity, OneAtTime, UseAllSpace, PageSize, restore); > > restore.InputStream = BackupInputStream; > > restore.Execute(); > > return true; > > } > > > > Using a PageSize of 4096 or 16384 (both don't work). Options are Replace > and > > NoShadows (defaults, stuck since the end of time). I'm willing to help > debug > > It went fine for me: http://pastecode.org/index.php/view/f1bade8d > I used the same function as you did > http://pastecode.org/index.php/view/9d31bb53 , I only added writing > output. When it fails (you should be able to see it from output). > > > if I can get my hands on sources :) > > Sources are here > https://github.com/cincuranet/NETProvider/tree/streaming-backup . > > -- > Jiri {x2} Cincura > http://blog.cincura.net/ | http://www.ID3renamer.com > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/NeoTech > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |
From: Jiri C. <di...@ci...> - 2014-06-03 13:26:31
|
In case you're warching the GitHub repo (my officially unofficial) http://ci.appveyor.com/project/cincura_net/netprovider . -- Jiri {x2} Cincura http://blog.cincura.net/ | http://www.ID3renamer.com |