Board index » delphi » permission problem using indy on w2000
Ernst Gerlach
![]() Delphi Developer |
Tue, 30 Mar 2004 21:42:24 GMT
|
Ernst Gerlach
![]() Delphi Developer |
Tue, 30 Mar 2004 21:42:24 GMT
permission problem using indy on w2000
hi,
on my w2000 mashine, i can login as adminstrator or as a default user. Running as a default user, i can run and compile all Indy tcp and udp programms. Now i have to built a small gui pinger (to see, if some mashines in a local net are ok). If i comile / run this, loged in as administrator, it works fine, but when loged in as user, i get the error 10013. On the other hand, as a user, i can do a ping at command prompt. Does some body knows this problem? Thanks |
J. Peter Mugaa
![]() Delphi Developer |
Tue, 30 Mar 2004 19:24:29 GMT
Re:permission problem using indy on w2000In article <3bc6bb1f$1_1@dnews>, ernst.gerl...@epost.de says... Quote> hi, with Winsock 2 is if you are an administrator. The reason you could do it at the command line without being an administrator is that PING program uses ICMP.DLL and that DLL uses some undocumented functions in WSOCK32.DLL. We do not use the ICMP.DLL interface in Indy because it is not cross- --- |
Ernst Gerlac
![]() Delphi Developer |
Fri, 02 Apr 2004 03:51:52 GMT
Re:permission problem using indy on w2000"J. Peter Mugaas" <oma00...@mail.wvnet.edu> schrieb im Newsbeitrag news:MPG.16309cfcb2f0a23b989723@forums.borland.com... Quote> In article <3bc6bb1f$1_1@dnews>, ernst.gerl...@epost.de says... do you see another easy way to check several mashines (without installing something on it). Background: a customer has about 4 nt mashines and 4 dcu's connected over yellow cable in a closed network. Its controlling the production process. My customer wants to see, if some unit crashes, before the production runs to crash (chemical industry). Thanks Ernst Gerlach |
J. Peter Mugaa
![]() Delphi Developer |
Fri, 02 Apr 2004 10:40:46 GMT
Re:permission problem using indy on w2000[This followup was posted to borland.public.delphi.internet.winsock and a copy was sent to the cited author.] In article <3bc9ba05$1_2@dnews>, ernst.gerl...@epost.de says... Quote> "J. Peter Mugaas" <oma00...@mail.wvnet.edu> schrieb im Newsbeitrag (look at Torry's Delphi Page - http://www.torry.ru) or run an Indy based program under an administrative account. Here's another thaught. I'm not sure how well this could work but one HTH. |