Re: [Bacula-users] Bacula-web - Error query: 4

2008-02-29 Thread nda

Hi,

Nobody can help me on this issue?
The error message give no info at all...

Thanks,

Nico

nda wrote:
 
 Hi,
 
 We are currently testing Bacula at work, but it isn't a easy task...
 Installation seems ok and i succeed the catalog backup.
 I'm now trying to mage the web interface work, but i get this error
 message :
 Error query: 4
 
 Don't know how to solve that... I found a few topic about that error on
 internet, but no solutions...
 
 As we are coming from Backup Exec, it's really different software!
 
 Nico
 

-- 
View this message in context: 
http://www.nabble.com/Bacula-web---Error-query%3A-4-tp15714690p15753952.html
Sent from the Bacula - Users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-web - Error query: 4

2008-02-29 Thread nda

Hi Jason,

Thanks for the feedback, i'll try to learn how to use the bconsole
efficiantly.

Nico


Jason A. Kates wrote:
 
 Nico,
 
 I don't know how many people are using bacula-web, nor at what level it
 is supported.
 
 My understanding is that for a GUI the development is being done on BAT.
 
 Most people use bconsole to manage bacula.   I would suggest making it
 work then play with the GUI's.   I think that you will find that the GUI
 will just slow you down.
   -Jason
 -- 
 
 Jason A. Kates ([EMAIL PROTECTED]) 
 Fax:208-975-1514
 Phone:  212-400-1670 x2
 
 

-- 
View this message in context: 
http://www.nabble.com/Bacula-web---Error-query%3A-4-tp15714690p15754213.html
Sent from the Bacula - Users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-web - Error query: 4

2008-02-29 Thread nda

Hi Juan Luis,

db_type is correct (mysql in my case)
Here is my  http://www.nabble.com/file/p15755160/bacula.conf bacula.conf .
DB password is hidden but correct in the production file.

Regards,

Nico


Juan Luis Frances wrote:
 
 The code:
 else if ( $this-driver == pgsql) {
 $dbsize = $this-link-query(select 
 pg_database_size('$this-dbs_name'))
 or die (classes.inc: Error query: 4);
 
 
 Maybe db_type in  bacula.conf file is wrong. If you have mysql then:
 db_type = mysql
 

-- 
View this message in context: 
http://www.nabble.com/Bacula-web---Error-query%3A-4-tp15714690p15755160.html
Sent from the Bacula - Users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-web - Error query: 4

2008-02-29 Thread nda

Hi Juan Luis,

db_type is correct (mysql in my case)
Here is my  http://www.nabble.com/file/p1572/bacula.conf bacula.conf .
DB password is hidden but correct in the production file.

Regards,

Nico


Juan Luis Frances wrote:
 
 The code:
 else if ( $this-driver == pgsql) {
 $dbsize = $this-link-query(select 
 pg_database_size('$this-dbs_name'))
 or die (classes.inc: Error query: 4);
 
 
 Maybe db_type in  bacula.conf file is wrong. If you have mysql then:
 db_type = mysql
 

-- 
View this message in context: 
http://www.nabble.com/Bacula-web---Error-query%3A-4-tp15714690p1572.html
Sent from the Bacula - Users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-web - Error query: 4

2008-02-29 Thread nda

Hi Juan Luis,

db_type is correct (mysql in my case)
Here is my  http://www.nabble.com/file/p15755157/bacula.conf bacula.conf .
DB password is hidden but correct in the production file.

Regards,

Nico


Juan Luis Frances wrote:
 
 The code:
 else if ( $this-driver == pgsql) {
 $dbsize = $this-link-query(select 
 pg_database_size('$this-dbs_name'))
 or die (classes.inc: Error query: 4);
 
 
 Maybe db_type in  bacula.conf file is wrong. If you have mysql then:
 db_type = mysql
 

-- 
View this message in context: 
http://www.nabble.com/Bacula-web---Error-query%3A-4-tp15714690p15755157.html
Sent from the Bacula - Users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-web - Error query: 4

2008-02-27 Thread nda


John Drescher-2 wrote:
 
 
 Is your database mysql?
 
 I ask this because I use postgresql and I know for a fact that
 bacula-web does not work with postgresql without some patching.
 John
 
Hi,

We are using Mysql but i first installed bacula with SQLite, then installed
the package for mysql, but didn't reinstall all from scratch.
I installed using apt-get (Ubuntu Server 7.10) and not from source.

Regards,

nico
-- 
View this message in context: 
http://www.nabble.com/Bacula-web---Error-query%3A-4-tp15714690p15715347.html
Sent from the Bacula - Users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula-web - Error query: 4

2008-02-27 Thread nda

Hi,

We are currently testing Bacula at work, but it isn't a easy task...
Installation seems ok and i succeed the catalog backup.
I'm now trying to mage the web interface work, but i get this error message
:
Error query: 4

Don't know how to solve that... I found a few topic about that error on
internet, but no solutions...

As we are coming from Backup Exec, it's really different software!

Nico
-- 
View this message in context: 
http://www.nabble.com/Bacula-web---Error-query%3A-4-tp15714690p15714690.html
Sent from the Bacula - Users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users