Operating System - OpenVMS
1828210 Members
2483 Online
109975 Solutions
New Discussion

BridgeWorks --unable to access generator.dll file

 
Doug Groset
Occasional Contributor

BridgeWorks --unable to access generator.dll file

i'm trying to generate middle and server components using bridgeworks ,when i enter all the required connection properties and try to generate the components i'm getting "unable to access generator.dll file" error.but the file is physically exist.

any one has come across such a problem,plz do reply.

5 REPLIES 5
Garry Fruth
Trusted Contributor

Re: BridgeWorks --unable to access generator.dll file

In case it is a security violation, try:

SET AUDIT/ALARM/ENABLE=ACCESS:FAIL:ALL
REPLY/ENABLE=SECURITY
then generate the components

This may provide more of a clue to the cause.
Doug Groset
Occasional Contributor

Re: BridgeWorks --unable to access generator.dll file

i tried SET AUDIT/ALARM/ENABLE=ACCESS:FAIL:ALL
REPLY/ENABLE=SECURITY

even after setting this ,i'm getting the same error(unable to access Generator.dll file).

my environment is

operating system -- Windows 2000 server
Bridgeworks -- 3.0A
odbc -- 3.5
JAVA -- JDK1.4.2
i've installed BW under administrator Login and trying to generate the component in the same login.
Garry Fruth
Trusted Contributor

Re: BridgeWorks --unable to access generator.dll file

After briefly reading the BW Readme file, I now realize that the generator runs on Windows, not VMS. The generator creates code to be compiled on VMS. The problem you are having is probably limited to the Windows portion of BW. I don't think I will be of much help there due to lack of experience with BW. Good luck.
Hein van den Heuvel
Honored Contributor

Re: BridgeWorks --unable to access generator.dll file


Doug,
You (accidently) created a second topic about the same topic:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=742261

Over there my billiards buddy Phil gave what appears to be a great answer. Check it out... and give hime some points for effort!

Regards,
Hein

Doug Groset
Occasional Contributor

Re: BridgeWorks --unable to access generator.dll file

Thank you.the problem is fixed