| Author | Topic: Can NOT load dll - CRSWEB.ZIP (0/1) |
---|
| Data Devices | Can NOT load dll - CRSWEB.ZIP (0/1)
on Mon, 22 Jan 2007 18:19:17 +0530Hi all,
I have problem. the DLL created with attached prg can not load in WAA
What could be wrong ?
Regards Kiron |
| Frans Vermeulen | Re: Can NOT load dll - CRSWEB.ZIP (0/1)
on Mon, 22 Jan 2007 14:34:05 +0100> I have problem. the DLL created with attached prg can not load in WAA
> What could be wrong ?
You cannot connect to advantage database server ?
HTH,
Frans Vermeulen
BTW.
DbeInfo( COMPONENT_DATA , ADSDBE_LOCK_MODE, ADSDBE_COMPATIBLE_LOCKING )
DbeInfo( COMPONENT_DATA , ADSDBE_LOCK_MODE, ADSDBE_PROPRIETARY_LOCKING )
Which 1 of those 2 ? |
| Data Devices | Re: Can NOT load dll - CRSWEB.ZIP (0/1)
on Tue, 23 Jan 2007 09:51:23 +0530Hi Frans,
No its not even loading the DLL
The message is "Unable to load package DLL (C:\AlaskaWaa\CRSWEB.DLL)"
Regards
Kiron
On Mon, 22 Jan 2007 14:34:05 +0100, "Frans Vermeulen"
<fransv@sluyter-routing.nl> wrote:
>> I have problem. the DLL created with attached prg can not load in WAA
>> What could be wrong ?
>
>You cannot connect to advantage database server ?
>
>HTH,
>Frans Vermeulen
>
>BTW.
>
>DbeInfo( COMPONENT_DATA , ADSDBE_LOCK_MODE, ADSDBE_COMPATIBLE_LOCKING )
>DbeInfo( COMPONENT_DATA , ADSDBE_LOCK_MODE, ADSDBE_PROPRIETARY_LOCKING )
>
>Which 1 of those 2 ?
> |
| Data Devices | Re: Can NOT load dll - CRSWEB.ZIP (0/1)
on Tue, 23 Jan 2007 10:04:36 +0530Hi,
I found another thing.
I can load the same DLL in another Site. and at this site I can not
reload the DLL after unloading it
Both the sites are running Windows 2003 R3 Server.
But the difference is the Site in which I can load the DLL has ADS 7.1
and the other site has ADS 8.0.
Can this be a problem ?
Regards
Kiron
On Mon, 22 Jan 2007 14:34:05 +0100, "Frans Vermeulen"
<fransv@sluyter-routing.nl> wrote:
>> I have problem. the DLL created with attached prg can not load in WAA
>> What could be wrong ?
>
>You cannot connect to advantage database server ?
>
>HTH,
>Frans Vermeulen
>
>BTW.
>
>DbeInfo( COMPONENT_DATA , ADSDBE_LOCK_MODE, ADSDBE_COMPATIBLE_LOCKING )
>DbeInfo( COMPONENT_DATA , ADSDBE_LOCK_MODE, ADSDBE_PROPRIETARY_LOCKING )
>
>Which 1 of those 2 ?
> |
| Frans Vermeulen | Re: Can NOT load dll - CRSWEB.ZIP (0/1)
on Thu, 25 Jan 2007 18:22:05 +0100Kiron,
If you have these sites running at the same server,
I can imagine, it might be the problem.
Assumed it's the Ace32.dll being the cause,
what server version do you use ?
(Or ADSLoc32.dll)
Regards,
Frans Vermeulen |
| Data Devices | Re: Can NOT load dll - CRSWEB.ZIP (0/1)
on Sat, 27 Jan 2007 10:54:22 +0530Hi Frans,
The Sites are running in the seperate server.
Both the server is running on Windows 2003 R3
But the one has ADS 8.0 and other has ADS 7.1
I am using 7.1 for development. DLL can load on my server which has
OS Windows 2003 R2 and ADS 7.1. (only the first time). When trying to
unload and reload the DLL it is not loading
When copying the same DLL at the site (has Windows 2003 R2 and ADS
8.0) it is not loading even at the first time.
If it is the problem of ACE32.DLL , what is the solution ?
How can I check that ?
------------------------------------------------------------------------------------------
DLLINFO Utility gives the follwing information
DllInfo - DLL info utility Version 1.90.331
Copyright (c) Alaska Software 2000-2006. All rights reserved.
Path name : G:\crs4win\crsweb.dll
Type : Xbase++, unloadable
Imported DLLs:
G:\crs4win\adsutil.dll
G:\crs4win\ADAC20B.dll
G:\crs4win\XPPRT1.dll
G:\crs4win\XPPDBGC.dll
--------------------------------------------------------------------------------------------
Regards
Kiron
On Thu, 25 Jan 2007 18:22:05 +0100, "Frans Vermeulen"
<fransv@sluyter-routing.nl> wrote:
>Kiron,
>
>If you have these sites running at the same server,
>I can imagine, it might be the problem.
>
>Assumed it's the Ace32.dll being the cause,
>what server version do you use ?
>(Or ADSLoc32.dll)
>
>Regards,
>Frans Vermeulen |
| Data Devices | Re: Can NOT load dll - CRSWEB.ZIP (0/1)
on Thu, 15 Feb 2007 12:52:33 +0530Hi Frans,
My problem not yet solved.
How can I disconnect from ADS when I unloading the DLL ?
Please Help.
Regards
Kiron
On Thu, 25 Jan 2007 18:22:05 +0100, "Frans Vermeulen"
<fransv@sluyter-routing.nl> wrote:
>Kiron,
>
>If you have these sites running at the same server,
>I can imagine, it might be the problem.
>
>Assumed it's the Ace32.dll being the cause,
>what server version do you use ?
>(Or ADSLoc32.dll)
>
>Regards,
>Frans Vermeulen |
| Frans Vermeulen | Re: Can NOT load dll - CRSWEB.ZIP (0/1)
on Thu, 15 Feb 2007 21:33:19 +0100Kiron,
> How can I disconnect from ADS when I unloading the DLL ?
I'm not sure about this, but an exit procedure in one of the prg's
of a dll should be executed when unloading this dll.
HTH,
Frans Vermeulen
Exit Procedure DisconnectfromAds()
Dacsession():Getdefault():Disconnect()
Return |
| Data Devices | Re: Can NOT load dll - CRSWEB.ZIP (0/1)
on Thu, 25 Jan 2007 13:45:33 +0530Hi,
Any Idea ?
Regards
Kiron
On Mon, 22 Jan 2007 18:19:17 +0530, Data Devices
<kiron@datadevicesindia.com> wrote:
>Hi all,
>
>I have problem. the DLL created with attached prg can not load in WAA
>What could be wrong ?
>
>Regards Kiron |