I apologize for the delay in responding... the path is a local drive, the same one with Firebird on it... I have tried the code below, with the indicated error:
FbConnectionStringBuilder cs = new FbConnectionStringBuilder(); cs.UserID = "SYSDBA"; cs.Password = "masterkey"; cs.Database = "dbBooks"; FbBackup backupSvc = new FbBackup(); backupSvc.ConnectionString = cs.ToString(); backupSvc.BackupFiles.Add(new FbBackupFile(@"j:\prager\backup\\testdb.gbk", 2048)); backupSvc.Verbose = true; backupSvc.Options = FbBackupFlags.IgnoreLimbo; backupSvc.ServiceOutput += new ServiceOutputEventHandler(ServiceOutput); backupSvc.Execute(); // <---------- error: Cannot attach to services manager service :service_mgr is not defined Zvjezdan Tomicevic wrote: > Just one more thing > Your path "j:\\Prager\\Backup\\backup.fbk". > Is J network drive that you are referencing, or > J is disk drive on computer with firebird server on it. I mean like hard > disk J. > When you are doing backup (as far as I remember) you need to specify > path local to firebird server. > You need to reference hard disk as if you were on server like > "C:\bkp\bkp.fbk" where c is drive on server machine, > not your J network reference to C drive. > > On Tue, Feb 17, 2009 at 9:57 PM, Rolf Marsh <rmma...@fastmail.us > <mailto:rmma...@fastmail.us>> wrote: > > Thank you... I'll let you know... > > R > > Zvjezdan Tomicevic wrote: >> I've sent it to rmma...@fastmail.us <mailto:rmma...@fastmail.us> >> as a RAR file. >> Hope this helps >> >> On Tue, Feb 17, 2009 at 9:49 PM, Zvjezdan Tomicevic >> <zek...@gmail.com <mailto:zek...@gmail.com>> wrote: >> >> Well, you need .NET 3.5 to use it, or get source and build it >> for .NET 2.0 >> or I,ll just send you one right now, latest build for 2.0. >> It comes in few minutes. >> >> >> >> On Tue, Feb 17, 2009 at 9:43 PM, Rolf Marsh >> <rmma...@fastmail.us <mailto:rmma...@fastmail.us>> wrote: >> >> Error message: >> >> Could not load file or assembly 'System.Data.Entity, >> Version=3.5.0.0, Culture=neutral, >> PublicKeyToken=b77a5c561934e089' or one of its >> dependencies. The system cannot find the file specified. >> >> Program, which used to work under 2.0.1, now no longer >> works... >> >> R >> >> Zvjezdan Tomicevic wrote: >>> Thats the one. >>> >>> http://downloads.sourceforge.net/firebird/FirebirdClient-2.5.0-Beta1.msi >>> >>> If you use events and FB2.1 you can get the latest >>> version from SVN. >>> >>> I use it in production with no prob. (Basic dbaccess). >>> Just try it out and see if it is provider issue. >>> >>> >>> >>> >>> >>> On Tue, Feb 17, 2009 at 9:17 PM, Rolf Marsh >>> <rmma...@fastmail.us <mailto:rmma...@fastmail.us>> wrote: >>> >>> Where do I find it? (I looked, but can only find >>> Firebird Client 2.5 BETA) >>> >>> Zvjezdan Tomicevic wrote: >>>> Try gettting the latest 2.5 Beta.Net provider. No >>>> matter it is still beta. >>>> >>>> >>>> >>>> On Tue, Feb 17, 2009 at 9:00 PM, Rolf Marsh >>>> <rmma...@fastmail.us <mailto:rmma...@fastmail.us>> >>>> wrote: >>>> >>>> Firebird version is 2.0.5, .NET Provider version >>>> is 1.7 >>>> >>>> R >>>> >>>> Zvjezdan Tomicevic wrote: >>>>> And your Firebird version and .Net provider >>>>> version? >>>>> >>>>> On Tue, Feb 17, 2009 at 8:54 PM, Rolf Marsh >>>>> <rmma...@fastmail.us >>>>> <mailto:rmma...@fastmail.us>> wrote: >>>>> >>>>> Yes, it's on the same machine... >>>>> >>>>> >>>>> Zvjezdan Tomicevic wrote: >>>>>> Is path "j:\\Prager\\Backup\\backup.fbk" >>>>>> local to you firebird server? >>>>>> I mean is drive J physical drive on your >>>>>> firebird server? >>>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Open Source Business Conference (OSBC), >>>>> March 24-25, 2009, San Francisco, CA >>>>> -OSBC tackles the biggest issue in open >>>>> source: Open Sourcing the Enterprise >>>>> -Strategies to boost innovation and cut >>>>> costs with open source participation >>>>> -Receive a $600 discount off the >>>>> registration fee with the source code: SFAD >>>>> http://p.sf.net/sfu/XcvMzF8H >>>>> _______________________________________________ >>>>> Firebird-net-provider mailing list >>>>> Firebird-net-provider@lists.sourceforge.net >>>>> >>>>> <mailto:Firebird-net-provider@lists.sourceforge.net> >>>>> >>>>> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------ >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Open Source Business Conference (OSBC), March >>>>> 24-25, 2009, San Francisco, CA -OSBC tackles >>>>> the biggest issue in open source: Open Sourcing >>>>> the Enterprise -Strategies to boost innovation >>>>> and cut costs with open source participation >>>>> -Receive a $600 discount off the registration >>>>> fee with the source code: SFAD >>>>> http://p.sf.net/sfu/XcvMzF8H >>>>> >>>>> ------------------------------------------------------------------------ >>>>> >>>>> _______________________________________________ >>>>> Firebird-net-provider mailing list >>>>> Firebird-net-provider@lists.sourceforge.net >>>>> <mailto:Firebird-net-provider@lists.sourceforge.net> >>>>> >>>>> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider >>>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Open Source Business Conference (OSBC), March >>>> 24-25, 2009, San Francisco, CA >>>> -OSBC tackles the biggest issue in open source: >>>> Open Sourcing the Enterprise >>>> -Strategies to boost innovation and cut costs >>>> with open source participation >>>> -Receive a $600 discount off the registration >>>> fee with the source code: SFAD >>>> http://p.sf.net/sfu/XcvMzF8H >>>> _______________________________________________ >>>> Firebird-net-provider mailing list >>>> Firebird-net-provider@lists.sourceforge.net >>>> <mailto:Firebird-net-provider@lists.sourceforge.net> >>>> >>>> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider >>>> >>>> >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> ------------------------------------------------------------------------------ >>>> Open Source Business Conference (OSBC), March 24-25, >>>> 2009, San Francisco, CA -OSBC tackles the biggest >>>> issue in open source: Open Sourcing the Enterprise >>>> -Strategies to boost innovation and cut costs with >>>> open source participation -Receive a $600 discount >>>> off the registration fee with the source code: SFAD >>>> http://p.sf.net/sfu/XcvMzF8H >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> _______________________________________________ >>>> Firebird-net-provider mailing list >>>> Firebird-net-provider@lists.sourceforge.net >>>> <mailto:Firebird-net-provider@lists.sourceforge.net> >>>> >>>> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider >>>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Open Source Business Conference (OSBC), March 24-25, >>> 2009, San Francisco, CA >>> -OSBC tackles the biggest issue in open source: Open >>> Sourcing the Enterprise >>> -Strategies to boost innovation and cut costs with >>> open source participation >>> -Receive a $600 discount off the registration fee >>> with the source code: SFAD >>> http://p.sf.net/sfu/XcvMzF8H >>> _______________________________________________ >>> Firebird-net-provider mailing list >>> Firebird-net-provider@lists.sourceforge.net >>> <mailto:Firebird-net-provider@lists.sourceforge.net> >>> >>> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider >>> >>> >>> >>> ------------------------------------------------------------------------ >>> >>> ------------------------------------------------------------------------------ >>> Open Source Business Conference (OSBC), March 24-25, >>> 2009, San Francisco, CA -OSBC tackles the biggest issue >>> in open source: Open Sourcing the Enterprise -Strategies >>> to boost innovation and cut costs with open source >>> participation -Receive a $600 discount off the >>> registration fee with the source code: SFAD >>> http://p.sf.net/sfu/XcvMzF8H >>> >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Firebird-net-provider mailing list >>> Firebird-net-provider@lists.sourceforge.net >>> <mailto:Firebird-net-provider@lists.sourceforge.net> >>> >>> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider >>> >> >> >> ------------------------------------------------------------------------------ >> Open Source Business Conference (OSBC), March 24-25, 2009, >> San Francisco, CA >> -OSBC tackles the biggest issue in open source: Open >> Sourcing the Enterprise >> -Strategies to boost innovation and cut costs with open >> source participation >> -Receive a $600 discount off the registration fee with the >> source code: SFAD >> http://p.sf.net/sfu/XcvMzF8H >> _______________________________________________ >> Firebird-net-provider mailing list >> Firebird-net-provider@lists.sourceforge.net >> <mailto:Firebird-net-provider@lists.sourceforge.net> >> >> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider >> >> >> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------------ >> Open Source Business Conference (OSBC), March 24-25, 2009, San >> Francisco, CA -OSBC tackles the biggest issue in open source: Open >> Sourcing the Enterprise -Strategies to boost innovation and cut >> costs with open source participation -Receive a $600 discount off >> the registration fee with the source code: SFAD >> http://p.sf.net/sfu/XcvMzF8H >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Firebird-net-provider mailing list >> Firebird-net-provider@lists.sourceforge.net >> <mailto:Firebird-net-provider@lists.sourceforge.net> >> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider >> > > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San > Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the > Enterprise > -Strategies to boost innovation and cut costs with open source > participation > -Receive a $600 discount off the registration fee with the source > code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Firebird-net-provider mailing list > Firebird-net-provider@lists.sourceforge.net > <mailto:Firebird-net-provider@lists.sourceforge.net> > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > > > ------------------------------------------------------------------------ > > _______________________________________________ > Firebird-net-provider mailing list > Firebird-net-provider@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider