chrisdee Posted October 4, 2005 Report Share Posted October 4, 2005 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 Quote Link to comment
LuI Posted November 9, 2005 Report Share Posted November 9, 2005 ...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 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.