Hey Guys, I''m absolutely stumped by this error. I haven''t seen it during any of my development, or working in production until just this week. Randomly, rails app becomes totally inaccessible until I restart the webserver. I tossed in some custom error messages stuff, so I could get the client to send me mail when it broke, and this is the error I''m getting: Unknown OLE Server: `ADODB.Connection'' HRESULT error code: 0x800401f3 Invalid class string Any brilliance into what would cause that... randomly? I''m going to have to recode my whole app using something other than rails in my `spare'' time, if I can''t solve this issue :| Thanks, -- Posted via http://www.ruby-forum.com/.
Seems like a type issue? Can you send the create statement for the table in SQL Server? Let''s take a look :) --------------------------- Brian Corrigan ---------------------------
That error message is a message from the SQL Server COM objects themselves. Something''s not quite right about the installation of the server. You can find some information on this message via Google. Apparently a few .Net folks see this error in development. No idea what causes it, but one fellow did mention that it happened after Windows Update. On 3/28/06, Brian Corrigan <brian.corrigan@mm-games.com> wrote:> > Seems like a type issue? Can you send the create statement for the > table in SQL Server? Let''s take a look :) > > --------------------------- > Brian Corrigan > --------------------------- > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060328/a36ba99f/attachment.html