search for: mydatabase

Displaying 20 results from an estimated 31 matches for "mydatabase".

Did you mean: my_database
2002 Dec 23
1
Segmentation Fault on Large (over 2 gig) file from Win2k client to Win2k daemon.
I am trying to sync some large (greater than 2 gigabytes) files, pushing them from a Win2k client to a Win2k machine running the rsync daemon. Both machines have the CYGWIN environmental variable set to ntsec. Below is the full session. There is only one file in the MyDatabase directory on the client, but it's 2.2 gig. Once I get this working, I want to set it up to exclude files in that directory matching the filename MyDatabase*.TRN. If I do a dry run, it appears that it will work successfully (attached at the very end of this message), but when I remove the --dr...
2009 Nov 17
2
High load averages with latest kernel and USB drives?
...0.5 - 1.5 or so up to a high between 10 and 30. Strangely, even though the "load is high" the server is completely responsive, even the USB drives being accessed are! Backup script is really simple, run via cron, pretty much just: #! /bin/sh hour=`date +%k`; pg_dump <options> mydatabase > /media/backups/mydatabase.$hour.pgsql; where /media/backups is the mount point for the USB drive. Using top to diagnose, nothing seems to be particularly high! IoWait seems reasonable (10-30%) and CPUs are 0.5%, Idle is 70-90%. Even accessing the USB partition while the load is "hig...
2010 Jun 08
6
reloading realtime sip peers
...[Jun 8 17:31:16] Found [Jun 8 17:31:16] == Parsing '/etc/asterisk/users.conf': [Jun 8 17:31:16] Found [Jun 8 17:31:16] == Parsing '/etc/asterisk/sip_notify.conf': [Jun 8 17:31:16] Found While a 'reload' checks : [Jun 8 17:32:01] == Binding sipusers to mysql/mydatabase/sip_buddies [Jun 8 17:32:01] == Binding sippeers to mysql/mydatabase/sip_buddies Could a sip reload also check the realtime bindings ?? Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100608/...
2006 Jul 06
6
Capistrano deployment questions == Best practice type ones
Hi everyone, I''ve been sold on the whole idea of using Capistrano for deployment of my sites and have successfully deployed three apps in three different environments all with success. As I''m trying to configure my sites I''ve encountered a number of issues/questions hence this post. 1. Database.yml Twice I''ve been stumped by apps refusing to work on
2004 Aug 09
2
Installing RMySQL on Windows XP for R 1.9.1
Hi, I'm thankful for any help on installing RMySQL on Windows XP for R 1.9.1 The thread http://tolstoy.newcastle.edu.au/R/help/04/01/1021.html already tried to discuss the matter. It concludes that Windows Sources for Packages are alike the Linux ones. So I extracted the files from the RMySQL_*.tar.gz from http://stat.bell-labs.com/RS-DBI/download/index.html and stuffed them into a zip-file
2005 Jul 21
3
Rprof fails in combination with RMySQL
...g Rprof. In my R code I'm using MySQL database connections intensively. After a bunch of queries R fails with the following error message: Error in .Call("RS_MySQL_newConnection", drvId, con.params, groups, PACKAGE = .MySQLPkgName) : RS-DBI driver: (could not connect mylogin@mydatabase on dbname "myDB" Without the R profiler this code runs very stable since weeks. Do you have any ideas or suggestions? I tried the following R versions: ___________________________ platform i386-pc-solaris2.8 arch i386 os solaris2.8 system i386, solaris...
2001 Aug 31
1
RODBC SQLSave
I am having the following problem with RODBC I connect to an oracle 8i (8.1.7) database using RODBC as follows; dbConn <- odbcConnect("mydatabase","myuserid","mypassword",case="oracle") Then I extract some data, actually a whole table; orgdata <- sqlQuery(dbConn, "select * from organism", na.strings = "NA") Then I try to save it back; sqlSave(dbConn, orgdata, rownames="cols&quot...
2002 Aug 28
1
RODBC: sqlFetch and its argument sqtable
Calling function "sqlFetch" in library(RODBC) and specifying a character string as 2nd argument, I get an error I don't understand: library(RODBC) channel <- odbcConnect("mydatabase.mdb", case="msaccess") sqlFetch(channel, "mytable") # this works fine tabname <- "mytable"; sqlFetch(channel, tabname) # this gives an error: # Error in sqlFetch(channel, tabname) : tabname :table not found on channel 0 Shouldn't the second way work as wel...
2009 Jan 23
0
RMySQL Fail to connect on update to R 2.8.1
Hi, I had my R to MySQL 5.0 connection working fine under 2.5.1 on Windows XP. My MySQL installation is local, not on a server and I could connect with: con <- dbConnect(MySQL(), dbname = "mydatabase", user="root", password="XX") I have updated to R 2.8.1 (RMySQL 0.7-2) but that same line of code yields: Error in mysqlNewConnection(drv, ...) : RS-DBI driver: (Failed to connect to database: Error: Access denied for user '? $5K??'@'localhost' (using pas...
2016 Jan 21
2
Queue logfile txt format in mySQL needed
Hello, Iam using queues and agents, thats OK. I have interesting information form Asterisk in txt file format var/log/asterisk/queue_log Today Iam reading these txt files and wrote them in an mySQL databases. I would need this information more realtime. Some information I do writing in the dialplan direct in an mySQL database. Is there any way that Asterisk write this information direct in
2006 Aug 03
5
Database configuration across developers!
Hi, I have what might be a silly question but is there any way to put some of the database configuration information into a separate file? For instance, in config/database.yml I have: developer_database: &developer_database adapter: mysql username: me password: something host: 127.0.0.1 development: <<: *developer_database database: foobar_development test: <<:
2014 Jan 11
1
Does cdr adaptive odbc re-connect automatically after a long idle time?
.... Default is "no" accountlogs=yes ; create separate log file for each account code. Default is "yes" -------------- /etc/odbc.ini [asterisk-connector] Description = MySQL connection to 'asterisk' database Driver = MySQL Database = mydatabase Server = localhost UserName = root Password = mypassword Port = 3306 Socket = /var/run/mysqld/mysqld.sock -------------- /etc/asterisk/res_odbc.conf lists below: [ENV] [asterisk] enabled => yes dsn => asterisk-connect...
2007 Nov 09
5
Access Denied for user
...ils is 1.2.3. AFAIK these are all fairly new adn shouldn''t suffer from the ''old password'' effect - even so , I have forced the password to be ''old style'' to be on the safe side. The database.yml looks OK to me development: adapter: mysql database: mydatabase1_development username: tobyr password: mypassword #socket: /tmp/mysql.sock host: localhost port: 3406 (I''ve tried with ''socket'' instead of port, with the same result) I know the username and password are right because I can use them to get into mysql from the...
2014 Jan 08
0
(no subject)
...1.7.0 (tar.gz downloaded from asterisk.org). We named it "Asterisk11". I want to generate a call file to /var/spool/asterisk/outgoing. This call will dial out to Local Channel and return to some Extens. Then Asterisk11 will generate a CDR records to MySQL's cdr table(in database "mydatabase") via cdr_adaptive_odbc. The "SIP/A221" is another asterisk machine named it "Elastix24". I have two BIG QUESTIONs about cdr_adaptive_odbc. First, I have answered call from Elastix24 and I can listen the music file played from Asterisk11. In another word, this call should...
2011 May 08
5
Am I being to paranoid?
...(s) //adming/: 1 Time(s) //ascils/phpmyadmin/: 1 Time(s) //blog/wp-content/plugins/phpmyadmin/: 1 Time(s) //database/: 2 Time(s) //db/: 1 Time(s) //dba/: 1 Time(s) //dbadmin/: 2 Time(s) //html/phpMyAdmin/: 1 Time(s) //html/phpmyadmin/: 1 Time(s) //lamp/phpmyadmin/: 1 Time(s) //myadmin/: 1 Time(s) //mydatabase/: 1 Time(s) //mydb/: 1 Time(s) //myphp/: 1 Time(s) //mysql-admin/: 1 Time(s) //mysql/: 1 Time(s) //mysqladmin/: 2 Time(s) //mysqlmanager/: 1 Time(s) //phpMyAdmin-2.8.0.2/: 1 Time(s) //phpMyAdmin-2.8.1-rc1/: 1 Time(s) //phpMyAdmin-2.8.1/: 1 Time(s) //phpMyAdmin-2.8.2/: 1 Time(s) //phpMyAdmin/: 1 Tim...
2014 Jan 08
0
Billsec 0 when using call file to Local channel via cdr_adapative_odbc
...1.7.0 (tar.gz downloaded from asterisk.org). We named it "Asterisk11". I want to generate a call file to /var/spool/asterisk/outgoing. This call will dial out to Local Channel and return to some Extens. Then Asterisk11 will generate a CDR records to MySQL's cdr table(in database "mydatabase") via cdr_adaptive_odbc. The "SIP/A221" is another asterisk machine named it "Elastix24". I have two BIG QUESTIONs about cdr_adaptive_odbc. First, I have answered call from Elastix24 and I can listen the music file played from Asterisk11. In another word, this call should...
2014 Jan 08
0
(CALL FILES to Local Channel)billsec Zero in cdr via cdr_adaptive_odbc
...1.7.0 (tar.gz downloaded from asterisk.org). We named it "Asterisk11". I want to generate a call file to /var/spool/asterisk/outgoing. This call will dial out to Local Channel and return to some Extens. Then Asterisk11 will generate a CDR records to MySQL's cdr table(in database "mydatabase") via cdr_adaptive_odbc. The "SIP/A221" is another asterisk machine named it "Elastix24". I have two BIG QUESTIONs about cdr_adaptive_odbc. First, I have answered call from Elastix24 and I can listen the music file played from Asterisk11. In another word, this call should...
2013 Feb 20
1
Announce: Module puppetlabs/postgresql 2.1.0 Available
...9;'/srv/dbspace'', } We''ve added a locale parameter to the `postgresql` class, to provide a default. Also the parameter has been added to the `postgresql::database` and `postgresql::db` defined resources for changing the locale per database: postgresql::db { ''mydatabase'': user => ''myuser'', password => ''mypassword'', encoding => ''UTF8'', locale => ''en_NG'', } There is a new class for installing the necessary packages to provide the PostgreSQL...
2007 Jan 16
0
Rgui crashes when calling odbcClose()
Hi, I'm running Rgui v2.4.0, RODBC v1.1-8, and psqlODBC v8.2.0002. Whenever I do the following chan <- odbcConnect("mydatabase", uid="admin") # connection to a postgresql db on a linux box tmp <- sqlQuery(chan, "select * from sometable;") # this is successfull odbcClose(chan) # this crashes Rgui and raises an error window containing the following MS error signature: AppName: rgui.exe AppVer 2...
2007 Apr 22
0
Intro and a Question
...ke EnsureCon<-function(){ conMissing<-0; mytest<-try(sql("select * from ConTest"),silent=TRUE); if(ConTestPass(mytest[[1]])==0) { conMissing<-1; SentientCon<-dbConnect(MySQL(), user="root", password="mypass", host="localhost", dbname="mydatabase", port=3307); print("attemping reconnect...") } else {print("connection intact")}; if (conMissing==1){ mytest<-try(sql("select * from ConTest"),silent=TRUE); if(ConTestPass(mytest[[1]])==0) { print("reconnect failed...check network and login details...