what kind of error is this?

Status
Not open for further replies.

Saharika

In the zone
i was using a trial version of a Micoprocessor simulator in win 2000

But when i run the program through guest or other login than administrator ...it gives error message..

"X Component 'OQBTTN.OCX' or one of its dependencies not correctly registered:a files is missing or invalid"

and program does not open....

but when i login though administrator ,the error does not prompts(diolog box doesnt comes and program runs smoothly...)
what is the problem...
i think its related to windows ..giving right ...
is it so...

how can i ammend it...and run program with even with login other than admin...
please help.
 
D

Deleted member 5901

Guest
Saharika said:
i was using a trial version of a Micoprocessor simulator in win 2000

But when i run the program through guest or other login than administrator ...it gives error message..

"X Component 'OQBTTN.OCX' or one of its dependencies not correctly registered:a files is missing or invalid"

and program does not open....

but when i login though administrator ,the error does not prompts(diolog box doesnt comes and program runs smoothly...)
what is the problem...
i think its related to windows ..giving right ...
is it so...

how can i ammend it...and run program with even with login other than admin...
please help.


Thats becos lack or Permissions !!! So that file does not have enough permissions !!!!


Cheers !! :wink: :!:
 
OP
S

Saharika

In the zone
then where should i change (logging in as admin) so that i can run it when i log in as other user...
doesnot happen with other programs....

what kind of file is this *.ocx.....

thanks for reply but may be was incomplete answer.....
thanks
saha
 

it_waaznt_me

Coming back to life ..
OCX Files are ActiveX Dlls ... Most often used by Visual Basic for Com interface ...

Whats happening with you is that you'd have installed the program from Administrator's account, so the dependencies and keys were registered with Admin's account .. But when you try to run as another user, the OCX file is not registered with it ..

If you are lucky it can be registered with this command ..
First search the file ..It would be in Windows System folder ..
Do this
Start > Run > Cmd <Press Enter>
On the Command Prompt type this :
Regsvr32 Filepath\Oqbttn.ocx <Press Enter>

Or see This page ..
 

club_pranay

Nokia 7110 to iPhone 5
try replacing the file in your windows\system and windows\system32 directory and create a new user as somtimes the user information gets messed up.

get the file here (file source *www.dynamiclink.nl/)
 
OP
S

Saharika

In the zone
thanks for quick reply
i was sure that real answer will come from real genius ...

first thing then ,ya i intstall that problem with out admin log in so ma ybe i need to log in as admin,and reinstall that problem
hope that help

about going to command promt...
i saw one Oqbttn.ocx file even in the simulator folder but when i try to run that from dos it gave error
DLLRegisterServer in...d:\8085\OQBTTN.OCS failed
return code was :0x80004005

there were no other such file in the computer ...
so may be i need to read the answer more carefully
by the way thanks for replies
 

it_waaznt_me

Coming back to life ..
Umm... You can try insalling the software from the Other user account too .. Say Saharika is the other user account that you need to give accesss to the application ..
So .. Login from Admin account and Give Saharika Admin privilages .. Then Login from Saharika account and install the software again .. You can install it again on the same location, no harm will be done .. Only the registry entries will be created ... Now run the software .. It should run Okay ..
Now you can revert the user Saharika to Limited user account again ..

Whoa .. Was that easy ..? :p .. Btw .. Which simulator you are using.. ?
 
Status
Not open for further replies.
Top Bottom