Jump to content

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


Recommended Posts

Hello. Im a newbie 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

Link to comment
  • 1 month later...
...

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

Chrisdee,

The error code does explain the diagnosed cause of your problem:

"Can't open file : 'solcelledata.MYD'". This error was detected by the MS OLE DB Provider for ODBC Drivers when accessing [MySQL][ODBC 3.51 Driver][mysqld-3.23.38-log].

I was unable to find any specific explanation for errno 145.

What you should do:

* check for existance of 'solcelledata.MYD'.

* check the access rights to that file

* check if you/your app acn logg to mySQL and to the db

If the original author is unable/unwilling to cooperate with you than you are off or you have to setup a new DB setting in order to use that program. That was -to say it mildly- bad behaviour of the original author.

Greetings from Germany!

--

Uwe

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.