similar to: Synching between Sqlite and MySql

Displaying 20 results from an estimated 2000 matches similar to: "Synching between Sqlite and MySql"

2006 Feb 22
4
UUIDTool and weird timestamp split error
Hi, I am using UUIDTools to generate my Guids. It works fine on my computer (Windows Xp), but doesn''t work on my host (TextDrive) The error is: Loading production environment. >> UUID.timestamp_create.to_s /sbin/ifconfig: Permission denied NoMethodError: private method `split'' called for nil:NilClass from ./script/../config/../config/../lib/uuidtools.rb:236:in
2006 Jan 30
3
Arrays of objects as parameters to webservices
I think I am missing something terribly obvious. Is it possible to have an :expects parameter for a webservice that is an array of objects? I want to have a single webservice that expects all my line items (for an order). Is this something that is possible? -- Posted via http://www.ruby-forum.com/.
2005 Dec 13
2
Kernel Panic - Not synching Machine Check
This server was running fedora core 2 till 12/2/2005. It had an impressive uptime of 180 days or so. On friday I upgraded to CentOS 4.2. After upgrading to CentOS 4.2 this server has been throwing kernel panics every 10 hours or so. These are some of the error messages I am getting on the console: "CPU 0:Machine check exception :4 Bank 0 : f672100000000833 TSC 112180365ccf ADDR e2c7f7c0
2009 May 19
2
ESTALE error while synching
Hi, I am wondering how rsync-3.0.6 react if it encounters ESTALE error while synching? If I remember correctly then the rsync-2.6.0 skipping that file/dir in case of ESTALE error. Jignesh. -------------- next part -------------- HTML attachment scrubbed and removed
2019 Apr 02
4
sieve scripts not synching for 2.3.5.1 pre-built
On 2 Apr 2019, at 22.37, Timo Sirainen via dovecot <dovecot at dovecot.org> wrote: > > On 2 Apr 2019, at 17.03, Jan-Pieter Cornet via dovecot <dovecot at dovecot.org <mailto:dovecot at dovecot.org>> wrote: >> >> Hi, >> >> We're synching mailboxes, changing format from maildir to mdbox, using doveadm backup/doveadm sync. >> >> When
2006 Jan 06
6
AWS and array of Model
Hi! I try to use a layered webservice and I want to get back an array of users; In the API I use: api_method :listUsers,:returns=>[[User]] in the service: def listUsers User.find(:all) end Result in soap mode: Don''t know how to cast TrueClass to Object Result in XML-RPC mode: You have a nil object when you didn''t expect it! You might have expected
2019 May 04
1
sieve scripts not synching for 2.3.5.1 pre-built
Hi, same here, this doesn't seeem to be fixed with latest pigeonhole and dovecot release. Regards, Marcel Am 03.05.2019 um 08:20 schrieb Piper Andreas via dovecot: > Hello, > > Am 02.04.19 um 21:51 schrieb Timo Sirainen via dovecot: >> On 2 Apr 2019, at 22.37, Timo Sirainen via dovecot <dovecot at dovecot.org >> <mailto:dovecot at dovecot.org>> wrote:
2006 Apr 04
3
uuidtools across processes
Hello, It seems that there is a small probability of collisions among uuid''s produced by uuidtools'' UUID.random_create() running in concurrent user processes on a host (fcgi)? The ~2 bytes extracted from the randomized clock_sequence make a collision unlikely. http://rubyforge.org/frs/download.php/8572/uuidtools-1.0.0.zip Do I miss something? DD -- Posted via
2013 Oct 25
6
Migrate postgresql database to uuid
Hi all, I am using rails 3.1 and ruby 1.9.3,Now i want to use uuid concept in rails 3 for existing data so i did like :- create_table :posts, :id => false do |t| t.string :uuid, :limit => 36, :primary => true end ActiveRecord::Base.class_eval do # old rails versions set_primary_key ''uuid'' before_create :generate_uuid def generate_uuid self.id =
2019 Apr 02
2
sieve scripts not synching for 2.3.5.1 pre-built
Hi, We're synching mailboxes, changing format from maildir to mdbox, using doveadm backup/doveadm sync. When still running 2.2.36, 'doveadm backup' also synched the sieve scripts, without issues. After the upgrade to 2.3.5.1, the sieve sync stopped working. We're using the pre-built 2.3 packages from https://repo.dovecot.org/ce-2.3-latest/debian/stretch In fact, when I now
2006 Jan 20
2
AWS and passing in a Model
Hi, I have a webservice. And I want to pass in, a model. So, for example: api_method :save_person, :expects => [Person] When I do this I get an error saying that I cannot have ActiveRecord objects as parameters. Fine. I can have AWS Structs as parameters. I don''t want to start ''maintaining'' a struct everytime I change the table structure od Persons. So, is
2006 Apr 13
10
Typo and acts_as_ferret rebuild_index errror
Hi, I''m running the edge Typo and the latest acts_as_ferret plugin and ferret gems (as of 11 April). In my Content model I put acts_as_ferret :fields => [:title, :body] In the console, I call Content.rebuild_index to index all of my existing content. All the directories get created etc, but I get the following error back: Loading development environment. >>
2006 May 31
7
How to render from with <%%> ?
I have a loop that I iterate through in my view. <% coll.each do |itm| puts(itm.value) end %> How do I render the itm.value without using a <%= %> tag? Should puts not work? Joerg P.S. There is a good enough reason for me wanting to do this :-) -- Posted via http://www.ruby-forum.com/.
2006 Mar 13
8
Nested find(:all, :include => ) statements
Is there a way for me to do: OrderItem.find(:all, :include => [:user, :product => [:supplier]] So I don''t have a supplier_id on my order_item, but have it on my product, which is part of order_item. Joerg -- Posted via http://www.ruby-forum.com/.
2006 Jan 08
2
How do can I use XmlRpc with my AWS?
In my tests, I want to invoke my webservice not using the default SOAP protocol, but using XmlRpc ... how do I do that? -- Posted via http://www.ruby-forum.com/.
2007 Jun 13
14
Do delegates work properly in Drb mode?
Hi folks, I have several models that index well in Drb mode. However, I have one scenario where it works in normal mode, but not in Drb mode. model A field :one end model B belongs_to :a field :two delegate :one, :to => :a acts_as_ferret :fields => { :one => {}, :two => {} }, :remote => true end If I leave off the :remote parameter, it works. Or, if I don''t
2019 Apr 02
0
sieve scripts not synching for 2.3.5.1 pre-built
On 2 Apr 2019, at 17.03, Jan-Pieter Cornet via dovecot <dovecot at dovecot.org> wrote: > > Hi, > > We're synching mailboxes, changing format from maildir to mdbox, using doveadm backup/doveadm sync. > > When still running 2.2.36, 'doveadm backup' also synched the sieve scripts, without issues. > > After the upgrade to 2.3.5.1, the sieve sync stopped
2019 May 03
0
sieve scripts not synching for 2.3.5.1 pre-built
Hello, Am 02.04.19 um 21:51 schrieb Timo Sirainen via dovecot: > On 2 Apr 2019, at 22.37, Timo Sirainen via dovecot <dovecot at dovecot.org > <mailto:dovecot at dovecot.org>> wrote: >> >> On 2 Apr 2019, at 17.03, Jan-Pieter Cornet via dovecot >> <dovecot at dovecot.org <mailto:dovecot at dovecot.org>> wrote: >>> >>> Hi,
2004 Feb 02
1
Synching samba passwords to W2k passwords
This is a quick question.....Is there any way to allow W2K users access to a share on a linux machine without having to have synched passwords between samba and W2k...(maybe just leave the password field for samba blank?). A while back we had Novell servers and were constantly worrying about password synchs, is this going to be the case with RedHat as well?
2020 Mar 28
0
[klibc:update-dash] dash: README.dash: Exclude .gitignore when synching
Commit-ID: a3ab1ea02bccb3ae4e35a607ffcf7bb9b253a7b3 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=a3ab1ea02bccb3ae4e35a607ffcf7bb9b253a7b3 Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Sat, 28 Mar 2020 19:51:50 +0000 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 20:29:23 +0000 [klibc] dash: README.dash: Exclude