similar to: RODBC to MS SQL Server update error

Displaying 20 results from an estimated 100 matches similar to: "RODBC to MS SQL Server update error"

2008 Sep 04
1
Timezone support?
This is a follow-up to the thread ending with: http://rubyforge.org/pipermail/vpim-talk/2008/000120.html I too am in search of some ruby parser for icalendar which properly handles timezones on the datetimes in the icalendar RFC. As I understand it there are actually three types of times. 1) UTC times with a string form of yyyymmddThhmmssZ note the trailing Z indicates zulu time aka utc. 2)
2004 Apr 18
0
AGI Module
Hey all, I'm sorry to bother you with something so trivial, but I seem to be having an issue with the Asterisk::AGI module. I am a relative newbie with Perl so it could be a stupid syntax mistake that I missed. It seems when I try to execute either the stream_file or the get_data subs nothing is actually done. It doesn't seem to stream the files, but on the console it says it played the
2016 Feb 22
4
Windstream SIP Trunk settings
Does anyone on this list use Windstream as a SIP trunk provider? If so, would you mind sharing your peer settings? I'm using asterisk 13.7.2 and can't seem to get the inbound working correctly (using registration). Outbound is fine, but they are seeing an authentication error on their end. Here are my inbound peer settings: username=<accountnumber> secret=<secret>
2008 Feb 27
2
All Day Events
I must be stupid because this cannot be this hard. I''m trying to build an all day calendar event. In most clients it shows up as an entry at the top of the day rather than blocking out the whole day with an event. I have a bit of code that looks like this... cal.event do dtstart DateTime.parse("#{startDate.year()}-#{startDate.month()}-#{startDate.day()}") dtend
2005 Mar 21
1
Net2Phone / Vonage
I can cut and paste the log file from a reload right now, and provide you with the other information when I get home after work: tmp*CLI> sip debug SIP Debugging Enabled tmp*CLI> reload Mar 21 14:52:42 NOTICE[23231]: indications.c:397 ast_unregister_indication_country: Removed default indication country 'us' 11 headers, 0 lines Reliably Transmitting: REGISTER
2007 Feb 07
2
How to set TZID in DTSTART?
Hello all, I am currently evaluating the vpim libraries and like them very much. However there''s one thing I can''t get done: How can I set the TZID parameter for DTSTART/END dates so my encoded ICS file looks something like this: BEGIN:VEVENT ... DTSTART;TZID=Eastern Time:20071201T080000 DTEND;TZID=Eastern Time:20071207T110000 ... END:VEVENT I managed
2010 Mar 10
1
nested subset for a dataframe
Hi, I've a beginner question. I'm trying to extract data in my dataframe according to some nested rules. I have something like the dataframe test.df: test.df = data.frame(V1=c(rep("A",10), rep("B",10), rep("C",5)), V2=c(rep(1,5), rep(2,5), rep(1,5), rep(2,5), rep(1,5))) V1 V2 1 A 1 2 A 1 3 A 1 4 A 1 5 A 1 6 A 2 7 A 2 8 A 2 9 A
2005 Jul 22
2
--- Problem with queues.conf and extensions.conf ---
Hi Asterisk-Users, We have a problem with queues.conf / extensions.conf queues.conf file reads like ... member => SIP/8399 extensions.conf reads like ... exten => 8399, 1, SetCIDNum(${AccountNumber}|a) exten => 8399, 2, Dial(SIP/8399,10,Ttrf) When somebody calls to the queue, we observed that it is not going through extensions.conf (previous two lines) That mean's it is not
2008 Mar 26
1
the most simply attempt [ibmdos_1978@MYS.CO.JP: 15 tips on mind blowing foreplay]
| Date: Wed, 26 Mar 2008 12:06:21 +0200 | From: Rain Myers <ibmdos_1978 at MYS.CO.JP> | To: klibc at zytor.com | Subject: [klibc] 15 tips on mind blowing foreplay > Date: Fri, 21 Mar 2008 13:04:20 -0700 > From: "H. Peter Anvin" > To: klibc list <klibc at zytor.com> ^^^^^^^^^^^^ to agree to include this in address field ('to' or 'cc'), otherwise
2013 Aug 20
1
res_calendar / ownCloud
Hi, I try to use res_calendar with ownCloud. While it works with google/ics, I've some difficulties with caldav and ownCloud[1]. According to the logs and tcpdump the calendar entries have been fetched but they are not available in Asterisk. 'calendar show calendars' doesn't show the status busy, 'calendar show calendar owncloud' doesn't show the current events.
2006 Aug 03
1
Markdown and the hCal microformat
Hi, I've got a suggestion for adding something to Markdown's syntax. I'm new to the list, so I don't know if this is likely to be received well - I'm aware that it's not all that common (yet) to want to do something like this, and I don't know where everyone here stands on if or how to make markup more meaningful. I'd like to generate some microformated
2013 Mar 15
2
Icalendar.Parse(StringIO.new(aString)) complains about missing method, bytesize
I need to send an ics file to a web service, so however it gets there it will arrive as a string. Is there another way to begin Icalendar''s Parse than with a file? I''m currently sending the file using the curl command... curl -v --data-urlencode ics at invite.ics http://127.0.0.1:4567/ics2event I''ve tried curl''s --data-binary and sinatra''s
2008 Sep 08
1
Clients disconnecting and msword problem.
I've got a lot of this in my /var/log/messages : nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(351) the problem is that sometimes accessing to server from windows client the mapped drive disappear to return in a second or two. I've got another strange problem. Opening a word file on the server and trying to save, MSword tell me that "the disk is full" and
2008 Dec 30
3
integration of tzinfo with icalendar
My interest in icalendar is more on the ical generation side instead of the ical parsing side. As such, I did a bit of work on a tzinfo mixin that will generate the timezone rules based on the tzinfo gem. This lets you do the following: estart = DateTime.new(2008, 12, 29, 8, 0, 0) eend = DateTime.new(2008, 12, 29, 11, 0, 0) tstring = "America/Chicago" tz =
2007 Jan 08
1
delete a file from the server
Hi all, i want to create a vcs file. when i am creating the vcs file it is getting creatd in the server as well as in the local drive. But i dont want to the vcs file to be saved in the serve. when i am trying to delete the file from the server it is throwing the error,"Cannot start Microsoft Outlook.Cannot import vCalendar file". here is the code that i am using. def vcs f =
2010 Jun 10
0
How come need to get MySQL to work in a strange way?
The following is an error for using RoR with MySQL: C:\ror\shov17>rake db:migrate (in C:/ror/shov17) !!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install mysql. rake aborted! 193: %1 is not a valid Win32 application. - c:/ruby/lib/ruby/gems/1.8/gems/mys ql-2.8.1-x86-mingw32/lib/1.8/mysql_api.so (See full trace by running
2013 Jun 03
2
Difference MySQL between 1.6.x and 11.4.x
Hi i have installed a new Asterisk server on Fedora. My first server use Asterisk 1.6.x with a MySQL CDR and realtime. I have a small problems, when i configure on the new server, the same information in MySQL, we have a error: [Jun 3 16:27:59] ERROR[3140] res_config_mysql.c: MySQL RealTime: Failed to connect database server SSI on myhost.myserver.com (err 2003). Check debug for more info.
2019 Nov 08
1
MariaDB database for users and passwords?
>>>>> "Ken" == Ken Wright via dovecot <dovecot at dovecot.org> writes: Ken> On 11/8/19 1:05 PM, @lbutlr via dovecot wrote: >> On 07 Nov 2019, at 23:00, Ken Wright <wizard at bnnorth.net> wrote: >>> I'm getting an error message saying "user unknown" when I send test >>> emails to my server. >> You need to look at
2009 Aug 27
2
error sys_lseek copy file samba 2.2.7
I can?t copy some files from server to directory /adawork/softtek om AIX box I?m using AIX 5.3 with samba 2.2.7-4 Here?s mys logs from samba server _________________________________________ file log.windows-server seek_file: (FAT_ATRASO_TRANS_5_3_1_in.txt) sys_lseek failed. Error was Invalid argument [2009/08/27 13:30:59, 3] smbd/error.c:error_packet(94) error string = Invalid argument
2009 Jun 30
0
ri_cal 0.7.0 Released
Subject: [ANN] ri_cal 0.7.0 Released ri_cal version 0.7.0 has been released! * <http://ri-cal.rubyforge.org/> * <by Rick DeNatale> A new Ruby implementation of RFC2445 iCalendar. The existing Ruby iCalendar libraries (e.g. icalendar, vpim) provide for parsing and generating icalendar files, but do not support important things like enumerating occurrences of repeating events. This