PDA

View Full Version : Runtime problem opening table Valutabl



ArchieCampbell
12-Nov-2015, 09:56 PM
I just upgraded a workspace from 18.1 to 18.2

Project .src compiled fine.

Run program .exe fails with the following error:

Can't open table. Table = SQL_DRV:VALUTABL (199)
Error: 75
Error SOurce = Flexdrvr.Open

I went back to the 18.1 version, compiled it and it ran fine with no error.

Any thoughts as to what the issue might be?

Thanks
Archie

Garret Mott
12-Nov-2015, 10:28 PM
Running under the same user & same rights to the DB?

Stephen W. Meeley
13-Nov-2015, 08:13 AM
Archie,

What connectivity driver are you using and is it loaded in the 18.2 environment?

Garret Mott
13-Nov-2015, 08:18 AM
Stephen's reply made me think of another one: did you copy SQL_DRV.* to the Bin folder of 18.2? Never forgotten that piece myself...

ArchieCampbell
13-Nov-2015, 12:01 PM
Archie,

What connectivity driver are you using and is it loaded in the 18.2 environment?

OMG!
Quick question: Is there a minimum intelligence level required to ask questions on this forum?
I hope not. Cuz if there is I am banished.

Re: "... is it loaded ...?"
Sighhhhhhhh.
Yes, my problem is solved by installing the SQL driver in the folder.

In my defense it was not the first table opened which might have twigged me to the solution. There were two opened just before it. But they were newly added tables that were still in development and still Native DataFlex tables. Not much of a defense but .... Oh and I thought I had seen something about ValuTabl and may I had it in the wrong filelist slot and ... Still ....

Thanks!

ArchieCampbell
13-Nov-2015, 12:03 PM
Yup, that was it. Thanks Garret!

I wonder if it is because I am getting younger and more stupid?

Garret Mott
13-Nov-2015, 12:06 PM
If it makes you feel better, I did the exact same thing when installing 18.1...

So - younger & smarter!

Oh - re: Minimum intelligence level - obviously not, I post here. :)

Stephen W. Meeley
13-Nov-2015, 12:07 PM
Happens to the best of us.

Ok, not me actually, but others.

I assume.

:cool:

ArchieCampbell
13-Nov-2015, 12:20 PM
Yes, that does make me feel better.

Thank you, Garret!

Bob Worsley
15-Nov-2015, 10:05 AM
Archie, I just updated to 18.2 and did the same as you but in my case got this error message:
9447

which is an error i added to my code for when I forget to copy dfini.cfg over. You might try something similar... :D