On 3/29/11, fmorales <wineforum-user at winehq.org>
wrote:> Hi vitamin ...
>
> I can see that on release 1.2.3 TCP/IP networking support has been added
...
> I am trying since years to run a powerbuilder application under wine, the
> application need to connect with a microsoft 2003 active directory server
> for validate the user (just make a ldap query).... but the application
crash
> when try to do the validation....
>
> with the new features ... could I make something for try to run my
> application? .... thanks a million
>
> code crash when my code call the function
>
> ---> adoConnection.Properties("User ID", ls_user)
>
> ~/.wine/drive_c/Gescom32$ wineconsole gescom32.exe
> fixme:advapi:LsaOpenPolicy ((null),0x33d53c,0x00000001,0x33d558) stub
> fixme:advapi:LsaClose (0xcafe) stub
> fixme:advapi:LsaOpenPolicy ((null),0x33dae0,0x00000001,0x33dafc) stub
> fixme:advapi:LsaClose (0xcafe) stub
These are telling you that your program cannot talk to AD through
LDAP. That means these functions need to be implemented. Are you
willing to do this?
> err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not
> registered
> err:ole:CoGetClassObject no class object
> {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1
>
This is a known problem and should not affect what you are trying to do.
James McKenzie