dll - RunTime Error 380 - Specified Fieldname not found in object -


i running vb6 application pervasive v9.5 database. receiving runtime error 380 - specified fieldname not found in object when 2 of users trying log in. rest of office fine...does have idea issue be? have searched few hours , can't find helpful.

the login uses vaccess control during login. caused missing dll or ocx file on client machine?

any suggestions appreciated out of ideas.

edit:

with valogon     .refreshlocations = true     .ddfpath = datapath     .tablename = "userlog"     .location = "userlog.mkd"     .open     if .status <> 0         errmsg = "error opening file " + .tablename + " - status " + str$(.status) + vbcrlf + "contact department"     end if end 

i have enabled vadebug mode , on workstation in question, when app launched receive ddf error:

the vaccess control unable open field.ddf @ specified ddfpath. may result error in ddfpath or refreshlocations properties, or corrupt field.ddf.

then error message:

acbtr732 - btrieve status = 170, brtrieve opertation code = 0, vaccessname = valogon, valocation =  

then login prompts username , password , once login button clicked when user receives 380 runtime.

the error 170 means "database login required. authentication database failed due wrong or missing username." sure datapath variable has proper path in it?

can connect database through pervasive control center? require user/password?

a corrupt ddf on server typically affect users.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -