Prev: QNAN in vb6
Next: Drawing shapes and saving them
From: AlexML on 9 Jul 2010 09:00 I'll try re-posting this.... When users execute our VB app via Citrix portal, NetUserGetInfo api fails with ERROR_BAD_NETPATH (err# 53 as defined in winerror.h) Does this have something to do with the ACL config on a Citrix server ?? The workaround was to obtain reference to IADsUser Interface via ("WinNT://domain/user_name") Any thoughts? Thanks!!!
From: Karl E. Peterson on 9 Jul 2010 13:26 AlexML pretended : > I'll try re-posting this.... > > When users execute our VB app via Citrix portal, NetUserGetInfo api fails > with ERROR_BAD_NETPATH (err# 53 as defined in winerror.h) > > Does this have something to do with the ACL config on a Citrix server ?? Very hard to say, given I have exactly zero Citrix servers to test against. Which I'm guessing is rather common, and therefore the lack of responses here. I've seen that call return this error in a number of circumstances, though. It's always been a malformed server path, it seems. Is the same code working fine in a more normal environment? -- ..NET: It's About Trust! http://vfred.mvps.org
From: AlexML on 16 Jul 2010 14:56 Karl, Yes, the code works fine within normal environment. It also works w/o issues when users launch the app via Softgrid environment.... Seems to only be the Citrix.. "Karl E. Peterson" wrote: > AlexML pretended : > > I'll try re-posting this.... > > > > When users execute our VB app via Citrix portal, NetUserGetInfo api fails > > with ERROR_BAD_NETPATH (err# 53 as defined in winerror.h) > > > > Does this have something to do with the ACL config on a Citrix server ?? > > Very hard to say, given I have exactly zero Citrix servers to test > against. Which I'm guessing is rather common, and therefore the lack > of responses here. > > I've seen that call return this error in a number of circumstances, > though. It's always been a malformed server path, it seems. > > Is the same code working fine in a more normal environment? > > -- > ..NET: It's About Trust! > http://vfred.mvps.org > > > . >
|
Pages: 1 Prev: QNAN in vb6 Next: Drawing shapes and saving them |