search for: load_driv

Displaying 18 results from an estimated 18 matches for "load_driv".

Did you mean: load_driver
2009 Apr 14
6
SQL Server via DBI/ODBC configuration
...all the freetds plumbing is good. When I try to connect to the db with a rake db:migrate or just using script/ console I get this error: >> Client.find(:first) DBI::InterfaceError: Unable to load driver ''ODBC'' from /usr/lib/ruby/gems/1.8/gems/dbi-0.4.0/lib/dbi.rb:286:in `load_driver'' from /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'' from /usr/lib/ruby/gems/1.8/gems/dbi-0.4.0/lib/dbi.rb:236:in `load_driver'' from /usr/lib/ruby/gems/1.8/gems/dbi-0.4.0/lib/dbi.rb:154:in `_get_full_driver'' from /usr/lib/ruby/gems/1.8/gems/dbi-0.4.0/lib...
2008 Jun 30
2
the specified Windows directory is not accessible
...L"c:\\windows\\system32" is not accessible. Then the wine windows comes up and i can work. When i go to the stations tab and i see: c: /media/cdrom0 d: /media/cdrom0 z: / I think the c: setting is wrong. I try to chang it but then some other errors come up: Code: err:winecfg:load_drives GetVolumeInformation() for 'C:\' failed, setting serial to 0 err:winecfg:load_drives GetVolumeInformation() for 'D:\' failed, setting serial to 0 err:shell:SHGetFolderPathW Failed to create directory L"c:\\windows\\profiles\\user\\Desktop". What is wrong?? thanks for...
2006 Feb 15
2
Problems Connecting to SQL Server
I''ve been asked to make my app work on Windows Server 2003 and connect to SQL Server. I''m having trouble getting connected to SQL Server. It fails as follows: is not a class/module C:\InstantRails-1.0\ruby\lib\ruby\site_ruby\1.8\dbi\dbi.rb:499 in ''load_driver'' So, I went through the instructions on the Rails/MSSQL page. I installed the ADO.rb stuff. Also, require "dbi" comes back true. Still no dice. I did some Googling and while the term comes up, I couldn''t find a solution. Any other ideas for troubleshooting this st...
2009 Aug 18
2
DBI: connect succeeds in IRB, fails in Rails
...;', ''password'') This works in IRB; in Rails it fails (taken from Rails console): DBI::InterfaceError: Unable to load driver ''ODBC'' (underlying error: uninitialized constant DBI::DBD::ODBC) from C:/scripts/Rads/vendor/gems/dbi-0.4.2/lib/dbi.rb:300:in `load_driver'' from c:/ruby/lib/ruby/1.8/monitor.rb:242:in `synchronize'' from C:/scripts/Rads/vendor/gems/dbi-0.4.2/lib/dbi.rb:242:in `load_driver'' from C:/scripts/Rads/vendor/gems/dbi-0.4.2/lib/dbi.rb:160:in `_get_full_driver'' from C:/scripts...
2009 Jul 16
4
Install error with DAZ Studio
I'm trying to install DAZ Studio under Wine and immediately after the splash screen it crashes out and I get a window with the following message: > Error creating directory C:/Program Files/***unknown variable system_temp_directory*** The DAZ Studio version is 3.0.1.135 for Windows. I'm running Wine 1.1.12 under Ubuntu 9.04 with GNOME 2.26.1. My video card is an nVidia GeForce
2006 Jan 02
1
winecfg drives, ALSA and crash problem
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: winecfg.jpg Type: image/jpeg Size: 96959 bytes Desc: not available Url : http://www.winehq.org/pipermail/wine-users/attachments/20060102/6d03599c/winecfg-0001.jpg
2005 Mar 10
1
Running unit tests on SQL Server
...installed ruby with the one-click installer, version 1.8.2.14. Is there anything special I need to do to make ActiveRecord work with SQL Server? 1) Error: test_table_creation(CreateTablesTest): TypeError: is not a class/module c:/program files/ruby/lib/ruby/site_ruby/1.8/dbi/dbi.rb:499:in `load_driver'' c:/program files/ruby/lib/ruby/site_ruby/1.8/dbi/dbi.rb:401:in `_get_full_driver'' c:/program files/ruby/lib/ruby/site_ruby/1.8/dbi/dbi.rb:381:in `connect'' E:/OpenSource/Ruby/rails/trunk/activerecord/test/../lib/active_record/connec tion_adapters/sqlserver_ada...
2012 Jan 12
0
Need help with using CMBChine online bank USB token with Wine ( unofficial USB patch-set applied )
...work. " Any luck? 5. A WINEDEBUG=+winedevice trace show that, CertClient.dat and CMBProtector.dat is loaded by PersonalBankPortal.exe : trace:winedevice:ServiceMain starting service L"CMB8100" trace:winedevice:ServiceMain starting service L"CMBProtector" trace:winedevice:load_driver loading driver L"C:\\windows\\system32\\Drivers\\CertClient.dat" trace:winedevice:load_driver_module L"C:\\windows\\system32\\Drivers\\CertClient.dat": relocating from 0x10000 to 0x440000 ... trace:winedevice:load_driver loading driver L"C:\\windows\\system32\\Drivers\\CM...
2010 Apr 09
3
"We're sorry, but something went wrong"
...upport-2.3.5/lib/ active_support/dependencies.rb:521:in `new_constants_in'' C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/ active_support/dependencies.rb:156:in `require'' C:/Ruby/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.5-x86-mswin32/lib/ sqlite3/database.rb:619:in `load_driver'' C:/Ruby/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.5-x86-mswin32/lib/ sqlite3/database.rb:617:in `each'' C:/Ruby/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.5-x86-mswin32/lib/ sqlite3/database.rb:617:in `load_driver'' C:/Ruby/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2....
2008 Feb 29
17
Is SQL Server not supported in RoR on the Mac?
...moving the project to my shiny new macbook. Anyway, after jumping through a few hoops (instaling DBI, etc.), I finally get to my latest error message: <error> DBI::InterfaceError: Could not load driver (no such file to load -- win32ole) from /usr/local/lib/ruby/site_ruby/1.8/dbi.rb:344:in `load_driver'' from /usr/local/lib/ruby/site_ruby/1.8/dbi.rb:227:in `_get_full_driver'' from /usr/local/lib/ruby/site_ruby/1.8/dbi.rb:213:in `connect'' from /usr/local/lib/ruby/gems/1.8/gems/activerecord-sqlserver-adapter-1.0.0/lib/active_record/connection_adapters/sqlserver_adap...
2008 Jan 17
6
Problems with sqlserver 2000 and ActiveRecord
...ing the next conenction config: ActiveRecord::Base.establish_connection( :adapter => "sqlserver", :database => "nombre_bd", :username => "usu", :password => "contra" ) I have the next error: C:/ruby/lib/ruby/site_ruby/1.8/dbi.rb:329:in `load_driver'': Unable to load driver ''ADO'' (DBI::InterfaceError) I don''t understand whre''s the matter, i have installed the client tools of sql server 2000 and 2005, and i have installed visual studio 2005 too (i should have installed the sql server ado provider)....
2006 Jun 07
0
postgres-pr on windows
...rue irb(main):003:0> DBI::VERSION => "0.0.23" irb(main):005:0> dbh = DBI.connect(''dbi:Pg:research_funding_development'', ''postgres'') TypeError: is not a class/module from G:/InstantRails/ruby/lib/ruby/site_ruby/1.8/dbi/dbi.rb:499:in `load_driver'' from G:/InstantRails/ruby/lib/ruby/site_ruby/1.8/dbi/dbi.rb:401:in `_get_full_driver'' from G:/InstantRails/ruby/lib/ruby/site_ruby/1.8/dbi/dbi.rb:381:in `connect'' from (irb):5 What gives? Am I doing something wrong here? -- Posted via http...
2008 Jan 14
1
wine-0.9.53: slow startup, several stack dumps
...0c0 00000000 f7e4824c 00000000 Backtrace: =>1 0x7ee381ac RaiseException+0x80() in kernel32 (0x7ec318b4) 2 0x7ed62db1 __wine_spec_unimplemented_stub+0x35() in ntoskrnl (0x7ec318e4) 3 0x7ed5cc38 __wine_stub_KeQueryInterruptTime() in ntoskrnl (0x7ec31978) 4 0xf7e46890 load_driver+0x376() in winedevice (0x7ec319d8) 5 0xf7e46b35 ServiceMain+0x111() in winedevice (0x7ec31a38) 6 0x7edb577d service_thread+0xd6() in advapi32 (0x7ec31aa8) 7 0x7efc5036 call_thread_entry_point+0xe() in ntdll (0x7ec31ab8) 8 0x7efc50bf call_thread_func+0x87() in ntdll (0x...
2010 Feb 02
9
Want to use Digital Oszilloscope DSO-2100 at parport LPT1
...64e650: 00110058 00113f18 00113f70 00000000 > 0x0064e660: 00000000 00113f70 0064e698 7ef79331 > 0x0064e670: 00110058 ffffffff 00000058 00000000 > 0x0064e680: 00110000 7efe3820 0064e698 7ef792ee > 0x0064e690: 00110058 7efe3820 0064e6e8 7ef8c5a5 > Backtrace: > =>0 0x7ef41a9e load_driver_module+0x1fe(name=0x113f78) [/mnt/ramdisk/wine-1.1.17~winehq1/programs/winedevice/device.c:103] in winedevice (0x0064e6e8) > 1 0x7ef4236e load_driver+0x402() [/mnt/ramdisk/wine-1.1.17~winehq1/programs/winedevice/device.c:229] in winedevice (0x0064e958) > 2 0x7ef4266e ServiceMain+0x11f(a...
2009 Jan 23
7
RubyOnRails with MS SQL - Connectivity Error
Hi all... Please help me solve the issue. While trying to create a connection with MS SQL database in RubyOnRails, I''m getting a ‘Deprecated ..’ error. (I referenced a doc posted in net for the same.) System details: OS: Windows Xp Ruby version: 1.8.6 Rails: 2.1.2 Gems: 1.3.1 RadRails: 0.7.2
2009 Aug 19
27
First App- Error 500
I''ve created a simple hello world app that doesnt appear to serve up the view greeting.rhtml. :< Any ideas ? The error message is from development.log is... # Logfile created on Tue Aug 18 16:49:55 -0400 2009/!\ FAILSAFE /!\ Tue Aug 18 16:50:34 -0400 2009 Status: 500 Internal Server Error unknown error PS . It does show the default web page ok at http://localhost:3000 just not
2019 Sep 11
6
[PATCH 0/4] HMM tests and minor fixes
These changes are based on Jason's latest hmm branch. Patch 1 was previously posted here [1] but was dropped from the orginal series. Hopefully, the tests will reduce concerns about edge conditions. I'm sure more tests could be usefully added but I thought this was a good starting point. [1] https://lore.kernel.org/linux-mm/20190726005650.2566-6-rcampbell at nvidia.com/ Ralph Campbell
2020 Jan 13
9
[PATCH v6 0/6] mm/hmm/test: add self tests for HMM
This series adds new functions to the mmu interval notifier API to allow device drivers with MMUs to dynamically mirror a process' page tables based on device faults and invalidation callbacks. The Nouveau driver is updated to use the extended API and a set of stand alone self tests is added to help validate and maintain correctness. The patches are based on linux-5.5.0-rc6 and are for