LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with Labview and Windows XP with error -2147217865

Hello. Im a new beginner in Labview and am having a problem with a error message
I dont understand. Im running Labview on a pc-logger with windows XP.
The program is written by a guy on my university, and logs voltage from
a solar cell panel. He doesnt have the time to check in to it, so Im supposed to
find out what's wrong.

The error message is as follows :
---------------------------------------------------------------------------------

Error -2147217865 occured at Cmd Execute.vi->DB Tools Insert
Data.vi->Solcelle.vi

Possible reasons :

Exception occured in Microsoft OLE DB Provider for ODBC Drivers,
[MySQL][ODBC 3.51 Driver][mysqld-3.23.38-log]Can't open file :
'solcelledata.MYD'. (errno: 145). in Rec Create - Command.vi-
>Cmd Execute.vi->DB Tools Insert Data.vi->Solcelle.vi

-----------------------------------------------------------------------------------

I really hope someone can tell me what's wrong and specifically what to do
with it, or possibly guide me to someone who could suggest a solution to this
problem.





Reguards
chrisdee
0 Kudos
Message 1 of 5
(3,003 Views)
This error may result when trying to use tables with spaces or other special characters ("-", "/", "\", "?" ) in their names.

Use underscores instead of spaces in the table names or place quotes around the table names (i.e. "My Table") you are using as inputs to the DB Tools List Columns vi.
0 Kudos
Message 2 of 5
(2,992 Views)

Where do I do this ?

Is it in one of the Labview vi files or is it in the mysql/php files ?

0 Kudos
Message 3 of 5
(2,989 Views)

Hi Chrisdee,

      (.. not to discount what TimoS has suggested, however...) 

Embedded in the error information you provided:


... Can't open file : 'solcelledata.MYD'.


Sounds like the program needs this file?  Has the program been moved to a new location?

just a wild guess!

Cheers

Message Edited by Dynamik on 10-06-2005 04:53 AM

When they give imbeciles handicap-parking, I won't have so far to walk!
0 Kudos
Message 4 of 5
(2,984 Views)
I will check this out.
0 Kudos
Message 5 of 5
(2,976 Views)