search for: tds

Displaying 20 results from an estimated 115 matches for "tds".

Did you mean: lds
2011 Oct 24
2
Syntax Help for xyplot()
Thanks to David's help I subset my large data set and produced a smaller one for a single stream and 7 factors of interest. The structure of this data frame is: str(burns.tds.anal) 'data.frame': 718 obs. of 4 variables: $ site : Factor w/ 143 levels "BC-0.5","BC-1",..: 1 1 4 6 4 4 4 5 5 5 $ sampdate: Date, format: "1996-06-02" "1996-06-02" ... $ param : Factor w/ 7 levels "Ca","Cl","Con...
2011 Oct 27
2
Syntax Check: rshape2 melt()
This is my first excursion into using reshape2 and I want to ensure that the melt() function call is syntactically correct. The unmodifed data frame is organized this way: head(tds.anal) site sampdate param quant 1 UDS-O 2006-12-06 TDS 10800 4 STC-FS 1996-06-14 Cond 280 7 UDS-O 2007-10-04 Mg 1620 9 UDS-O 2007-10-04 SO4 7580 19 JCM-10B 2007-06-21 Ca 79 20 JCM-10B 2007-06-21 Cl 114 What I want looks like this: site sampdat...
2005 Aug 25
2
Custom Application For Asterisk
...include <asterisk/config.h> #include <asterisk/options.h> #include <asterisk/channel.h> #include <asterisk/module.h> #include <asterisk/logger.h> #include "../asterisk.h" #include <unistd.h> #include <time.h> #include <math.h> #include <tds.h> #include <tdsconvert.h> #include <ctype.h> #if !defined(TDS_INT_EXIT) #define TDS_PRE_0_62 #warning "You have older TDS, you should upgrade!" #endif #define DATE_FORMAT "%Y/%m/%d %T" static char *config = "abcd.conf"; static char *tdesc = "a...
2012 Jan 01
2
Lattice: Understanding How Points Connected by Lines
A data frame has one factor, one date, and one numeric column. When I plot these using the default pch of the open circle (first attachment), xyplot(TDS ~ sampdate | she.s, data = sheep.cast, main = 'TDS in Sheep Creek', ylab = 'Concentration (mg/L)', xlab = 'Time') I see the higher concentration points toward the right on several panels. But, when I change to using a line type (second attachment), xyplot(TDS ~ sampdate |...
2007 Jun 27
2
Problems compiling Asterisk 1.4.5
Hi! I have this errors compiling Asterisk 1.4.5 cdr_tds.c:86:2: warning: #warning "You have older TDS, you should upgrade!" cdr_tds.c: In function `tds_log': cdr_tds.c:213: error: too many arguments to function `tds_process_simple_query' cdr_tds.c: In function `mssql_connect': cdr_tds.c:326: error: `TDSCONNECTINFO' undeclared (...
2003 Aug 01
2
Asterisk community input: FreeTDS (cdr_tds.c) or unixODBC (cdr_unixodbc.c) ?
I would like some Asterisk community input: It was requested of me to create an Asterisk FreeTDS (cdr_tds.c) module to allow Asterisk to populate MS SQL Server (and Sybase) with CDR records. unixODBC has been thrown around as a bright shiny button but it adds an additional layer of DB abstraction. That additional layer of abstraction can cause problems when it is not necessary for our TDS (M...
2006 Jul 27
16
Net::LDAP 0.0.3 released, adds TLS encryption
We''re pleased to announce version 0.0.3 of Net::LDAP, the first pure-Ruby LDAP library. Net::LDAP intends to be a feature-complete LDAP client which can access as much as possible of the functionality of the most-used LDAP server implementations. This library does not wrap any existing native-code LDAP libraries, creates no Ruby extensions, and has no dependencies external to Ruby.
2005 Apr 11
3
CDR and TDS
Hi, I want to use the cdr to record the call log to my Microsoft SQL Server using unixodbc and freetds.... but when I compile, I've got this message.... Does anyone have the same problem and/or know how to solve it ? Thanks Baste regards David Masure make[1]: Entering directory `/usr/src/asterisk/bristuff-0.2.0-RC7k/asterisk-1.0.6/cdr' gcc -pipe -Wall -Wstrict-prototypes -Wmi...
2012 Jan 02
1
Creating ZOO Matrix from Data Frame
...2 2 2 $ sampdate : Date, format: "1996-04-19" "1996-05-21" ... $ Ca : num 76.6 NA NA NA NA ... $ Cond : num 712 403 731 NA NA NA NA NA NA NA ... $ HCO3 : num 162 152 212 NA NA NA NA NA NA NA ... $ SO4 : num 175 57 194 NA NA NA NA NA NA NA ... $ TDS : num 460 212 530 NA NA NA NA NA NA NA ... ... What I think I need is a matrix that orders sampdate, has the numeric values for TDS, and retains the factor of site (so that I can compare TDS values on a given date by site). The August 2011 version of zoo docs suggests that I need to mod...
2004 Jul 28
4
MS SQL & Free TDS
Help! I've been using mysql for cdr storage, I need to switch to MS SQL. I must be stupid or something but I cannot figure out how to setup the cdr_tds. I have FreeTDS configured properly, but my unixodbc is not working properly either... I'd be happy with either solution, but I'm in need of assistance. Luke Catranis
2011 Nov 02
2
Proper Syntax for Logical Subset in Subset()
...NA NA NA NA NA NA ... $ Pb : num NA NA NA NA NA NA NA NA NA NA ... $ SO4 : num 175 57 194 NA NA NA NA NA NA NA ... $ Sb : num 0 NA NA NA NA NA NA NA NA NA ... $ Se : num 0.01 NA NA NA NA NA NA NA NA NA ... $ Si : num NA NA NA NA NA NA NA NA NA NA ... $ TDS : num 460 212 530 NA NA NA NA NA NA NA ... $ TSS : num NA 26 NA NA NA NA NA NA NA NA ... $ Temp : num NA NA NA NA NA NA NA NA NA NA ... $ Tl : num NA NA NA NA NA NA NA NA NA NA ... $ Turb : num 2.2 NA NA NA NA NA NA NA NA NA ... $ Zn : num 0.02 NA NA NA...
2011 Nov 09
4
Interpreting Multiple Linear Regression Summary
I would appreciate pointers on what I should read to understand this output: summary(lm(TDS ~ Cond + Ca + Cl + Mg + Na + SO4)) Call: lm(formula = TDS ~ Cond + Ca + Cl + Mg + Na + SO4) Residuals: ALL 1 residuals are 0: no residual degrees of freedom! Coefficients: (6 not defined because of singularities) Estimate Std. Error t value Pr(>|t|) (Intercept) 125 N...
2006 Jun 19
1
[OT] HowtoConnectToMicrosoftSQLServerFromRailsOnLinux from Ubuntu
...ailsdev:~# tsql -S remote_server -U name -P password locale is "en_US.UTF-8" locale charset is "UTF-8" 1> use pubs 2> go 1> select count(*) from authors 2> go 23 1> cat .odbc.ini [pubs] Description = pubs database Driver = remote_server Servername = TDS Database = pubs UID = name PWD = password Port = 1433 cat .odbcinst.ini [TDS] Description = FreeTDS Driver = /usr/local/lib/libtdsodbc.so UsageCount = 1 cat /usr/local/etc/freetds.conf [remote_server] host = 90.0.0.73 port...
2010 Apr 28
0
asterisk core dumps after cdr database writes using odbc
Both of our production asterisk servers are dumping core when making writes to our cdr tables. Here is a backtrace of the problems we are having: #0 0x00447b1f in tdserror (tds_ctx=0x1, tds=0xb7938c90, msgno=20004, errnum=9) at util.c:347 347 if (tds_ctx && tds_ctx->err_handler) { (gdb) bt #0 0x00447b1f in tdserror (tds_ctx=0x1, tds=0xb7938c90, msgno=20004, errnum=9) at util.c:347 #1 0x0045c6d6 in goodread (tds=0xb7938c90, buf=0x2abb220...
2011 Aug 11
5
HELPPP MEEE
As I can access from my Ubuntu PC database to MS SQL Server is in another Windows computer?
2017 Oct 29
3
Make Samba 4 as Additional DC to Windows Server 2003R2
...ing additional domain controller. I tried this migration using Samba Version 4.7 and BIND9_DLZ as dns backend. Error message: ------------------------------------------------------------------------------------------- /lib/ldb/ldb_tdb/ldb_index.c:1189: unique index violation on objectSid in CN=TDS COMMON\0ADEL:dae6fa1e-21c5-4837-9d8c-a9356794c897,CN=Deleted Objects,DC=corp,DC=dtdc,DC=com, conficts with CN=SUDIKSHA VILAS MHATRE\0ADEL:0b07eb12-99bd-4688-956f-55003920aa8f,CN=Deleted Objects,DC=corp,DC=dtdc,DC=com in @INDEX:OBJECTSID::AQUAAAAAAAUVAAAAu/PHIwO8muhtdxC5k7cDAA== ../lib/ldb/ldb_t...
2017 Oct 28
3
Make Samba 4 as Additional DC to Windows Server 2003R2
Hi, I am trying to make Samba 4 as additional DC to a Domain Hosted in Windows Server 2003 R2. Is it possible? Or do we have to first migrate to Windows Server 2008 R2 and then to Samba? samba-toll domain join command comes upto Domain Provision and it reports OK. However when the replication starts it fails. Error thrown is: "Failed to bind to uuid
2007 Nov 21
1
Problem installing Asterisk
I have installed Asterisk with FreeTDS many times before (this same Asterisk and same TDS version)... but today when I did the make it gave me this error: ake[1]: Entering directory `/home/matth/asterisk126/asterisk-1.2.6/cdr' gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../incl...
2003 Jan 20
1
[OT} Speakeasy.net
A little off topic this morning...I'm thinking about switching out of Comast's clutches to another high-speed service. I've tried TDS DSL, but they were half the speed comast was/is. I''ve looked into Speakeasy, since I heard a few of ya talking about them. Since I had TDS, that kinda tells me I can get DSL. I live in Mount Juliet, on MT juliet road, behind the Arbys/Captain Dee's area. Any other ideas? Thanks :...
2012 Jan 09
1
Different lm() Residuals Output
All but one of the summaries of multiple linear regressions in this analysis set present the residuals by min, 1Q, median, 3Q, and max. Example: lm(formula = TDS ~ Cond + Ca + Cl + Mg + Na + SO4, data = snow.cast) Residuals: Min 1Q Median 3Q Max -277.351 -32.551 -2.621 40.812 245.272 The one that doesn't has only a small number of rows (23) and presents the results as: lm(formula = TDS ~ Cond + Ca + Cl + Mg + SO4, data =...