[Migrated content. Thread originally posted on 17 December 2002]
Gisle created a great Win API COBOL program in acucorp news Issue 3 of 2002. It helps you identify users who have files locked on windows network servers. In the original version you have to type in the server name yourself. I replaced the server entry-field with a server combo-box that shows the network servers in a list to pick from. It looks for NT/2000 servers, PDC's and BDC's in all available domains for which your logged in user is an admin group member. Thanks again for a great program Gisle!!! I hope this little tweak is useful. I had to add .txt to file extension of the attached program code file, the forum post would not let me upload with just .cbl extension. So, if you download, you may want to remove the .txt extension.- Home
- Sitemap
- Product Forums
- Rocket COBOL
- RocketĀ® ACUCOBOL
- [archive] Enhanced NetEnumFiles program
[archive] Enhanced NetEnumFiles program
- December 18, 2002
- 14 replies
- 0 views
14 replies
- Author
- Rocketeer
- December 18, 2002
[Migrated content. Thread originally posted on 17 December 2002]
Gisle created a great Win API COBOL program in acucorp news Issue 3 of 2002. It helps you identify users who have files locked on windows network servers. In the original version you have to type in the server name yourself. I replaced the server entry-field with a server combo-box that shows the network servers in a list to pick from. It looks for NT/2000 servers, PDC's and BDC's in all available domains for which your logged in user is an admin group member. Thanks again for a great program Gisle!!! I hope this little tweak is useful. I had to add .txt to file extension of the attached program code file, the forum post would not let me upload with just .cbl extension. So, if you download, you may want to remove the .txt extension.However, I am even more pleased to see your enhancement to my original source. It is quite useful indeed, and I am sure I speak for all of us when I thank you for sharing this with the forum.
One very minor note however, remember that this actually demands a domain, if you do not have a domain server, you would have to stick with the ip address.
Your contribution is very much welcome to this forum, as we all by doing this can help each other enhance our applications.
Thank you very much!
- Author
- Rocketeer
- May 7, 2003
[Migrated content. Thread originally posted on 17 December 2002]
Gisle created a great Win API COBOL program in acucorp news Issue 3 of 2002. It helps you identify users who have files locked on windows network servers. In the original version you have to type in the server name yourself. I replaced the server entry-field with a server combo-box that shows the network servers in a list to pick from. It looks for NT/2000 servers, PDC's and BDC's in all available domains for which your logged in user is an admin group member. Thanks again for a great program Gisle!!! I hope this little tweak is useful. I had to add .txt to file extension of the attached program code file, the forum post would not let me upload with just .cbl extension. So, if you download, you may want to remove the .txt extension.on Windows XP, the problem comes with the loading of kernel32
which is not successfull, any ideas on how to fix this
- Author
- Rocketeer
- May 7, 2003
[Migrated content. Thread originally posted on 17 December 2002]
Gisle created a great Win API COBOL program in acucorp news Issue 3 of 2002. It helps you identify users who have files locked on windows network servers. In the original version you have to type in the server name yourself. I replaced the server entry-field with a server combo-box that shows the network servers in a list to pick from. It looks for NT/2000 servers, PDC's and BDC's in all available domains for which your logged in user is an admin group member. Thanks again for a great program Gisle!!! I hope this little tweak is useful. I had to add .txt to file extension of the attached program code file, the forum post would not let me upload with just .cbl extension. So, if you download, you may want to remove the .txt extension.- Author
- Rocketeer
- May 7, 2003
[Migrated content. Thread originally posted on 17 December 2002]
Gisle created a great Win API COBOL program in acucorp news Issue 3 of 2002. It helps you identify users who have files locked on windows network servers. In the original version you have to type in the server name yourself. I replaced the server entry-field with a server combo-box that shows the network servers in a list to pick from. It looks for NT/2000 servers, PDC's and BDC's in all available domains for which your logged in user is an admin group member. Thanks again for a great program Gisle!!! I hope this little tweak is useful. I had to add .txt to file extension of the attached program code file, the forum post would not let me upload with just .cbl extension. So, if you download, you may want to remove the .txt extension.- Author
- Rocketeer
- May 12, 2003
[Migrated content. Thread originally posted on 17 December 2002]
Gisle created a great Win API COBOL program in acucorp news Issue 3 of 2002. It helps you identify users who have files locked on windows network servers. In the original version you have to type in the server name yourself. I replaced the server entry-field with a server combo-box that shows the network servers in a list to pick from. It looks for NT/2000 servers, PDC's and BDC's in all available domains for which your logged in user is an admin group member. Thanks again for a great program Gisle!!! I hope this little tweak is useful. I had to add .txt to file extension of the attached program code file, the forum post would not let me upload with just .cbl extension. So, if you download, you may want to remove the .txt extension.Sounds like your windows environment PATH variable is missing an entry for the windows system folder. On win95/98 it's the system folder under the windows folder(ex. c:\\windows\\system). On win nt/2000, it's the system32 folder under winnt folder(c: or d:\\winnt\\system32). On win xp, it's the system32 folder under the windows folder(c:\\windows\\system32). Might be a good idea for you to correct this.
- Author
- Rocketeer
- June 10, 2003
[Migrated content. Thread originally posted on 17 December 2002]
Gisle created a great Win API COBOL program in acucorp news Issue 3 of 2002. It helps you identify users who have files locked on windows network servers. In the original version you have to type in the server name yourself. I replaced the server entry-field with a server combo-box that shows the network servers in a list to pick from. It looks for NT/2000 servers, PDC's and BDC's in all available domains for which your logged in user is an admin group member. Thanks again for a great program Gisle!!! I hope this little tweak is useful. I had to add .txt to file extension of the attached program code file, the forum post would not let me upload with just .cbl extension. So, if you download, you may want to remove the .txt extension.- Author
- Rocketeer
- June 10, 2003
[Migrated content. Thread originally posted on 17 December 2002]
Gisle created a great Win API COBOL program in acucorp news Issue 3 of 2002. It helps you identify users who have files locked on windows network servers. In the original version you have to type in the server name yourself. I replaced the server entry-field with a server combo-box that shows the network servers in a list to pick from. It looks for NT/2000 servers, PDC's and BDC's in all available domains for which your logged in user is an admin group member. Thanks again for a great program Gisle!!! I hope this little tweak is useful. I had to add .txt to file extension of the attached program code file, the forum post would not let me upload with just .cbl extension. So, if you download, you may want to remove the .txt extension.- Author
- Rocketeer
- June 10, 2003
[Migrated content. Thread originally posted on 17 December 2002]
Gisle created a great Win API COBOL program in acucorp news Issue 3 of 2002. It helps you identify users who have files locked on windows network servers. In the original version you have to type in the server name yourself. I replaced the server entry-field with a server combo-box that shows the network servers in a list to pick from. It looks for NT/2000 servers, PDC's and BDC's in all available domains for which your logged in user is an admin group member. Thanks again for a great program Gisle!!! I hope this little tweak is useful. I had to add .txt to file extension of the attached program code file, the forum post would not let me upload with just .cbl extension. So, if you download, you may want to remove the .txt extension.- Author
- Rocketeer
- June 10, 2003
[Migrated content. Thread originally posted on 17 December 2002]
Gisle created a great Win API COBOL program in acucorp news Issue 3 of 2002. It helps you identify users who have files locked on windows network servers. In the original version you have to type in the server name yourself. I replaced the server entry-field with a server combo-box that shows the network servers in a list to pick from. It looks for NT/2000 servers, PDC's and BDC's in all available domains for which your logged in user is an admin group member. Thanks again for a great program Gisle!!! I hope this little tweak is useful. I had to add .txt to file extension of the attached program code file, the forum post would not let me upload with just .cbl extension. So, if you download, you may want to remove the .txt extension.download them at
http://www.acucorp.com/company/newsletter/newsletter_featured/featured_1.php
--> I have this message when I try NetenumFile :
| An error occured When calling NetServerEnum 53 |
On an windows 2000 Server
What's happen ?
Thank you
- Author
- Rocketeer
- June 10, 2003
[Migrated content. Thread originally posted on 17 December 2002]
Gisle created a great Win API COBOL program in acucorp news Issue 3 of 2002. It helps you identify users who have files locked on windows network servers. In the original version you have to type in the server name yourself. I replaced the server entry-field with a server combo-box that shows the network servers in a list to pick from. It looks for NT/2000 servers, PDC's and BDC's in all available domains for which your logged in user is an admin group member. Thanks again for a great program Gisle!!! I hope this little tweak is useful. I had to add .txt to file extension of the attached program code file, the forum post would not let me upload with just .cbl extension. So, if you download, you may want to remove the .txt extension.- Author
- Rocketeer
- June 10, 2003
[Migrated content. Thread originally posted on 17 December 2002]
Gisle created a great Win API COBOL program in acucorp news Issue 3 of 2002. It helps you identify users who have files locked on windows network servers. In the original version you have to type in the server name yourself. I replaced the server entry-field with a server combo-box that shows the network servers in a list to pick from. It looks for NT/2000 servers, PDC's and BDC's in all available domains for which your logged in user is an admin group member. Thanks again for a great program Gisle!!! I hope this little tweak is useful. I had to add .txt to file extension of the attached program code file, the forum post would not let me upload with just .cbl extension. So, if you download, you may want to remove the .txt extension.And what have I to do .. because this message occurs during the
loading and the possibilities (OK or CANCEL) don't allow me to quit the program.
thank you ...
- Author
- Rocketeer
- June 10, 2003
[Migrated content. Thread originally posted on 17 December 2002]
Gisle created a great Win API COBOL program in acucorp news Issue 3 of 2002. It helps you identify users who have files locked on windows network servers. In the original version you have to type in the server name yourself. I replaced the server entry-field with a server combo-box that shows the network servers in a list to pick from. It looks for NT/2000 servers, PDC's and BDC's in all available domains for which your logged in user is an admin group member. Thanks again for a great program Gisle!!! I hope this little tweak is useful. I had to add .txt to file extension of the attached program code file, the forum post would not let me upload with just .cbl extension. So, if you download, you may want to remove the .txt extension.And what have I to do .. because this message occurs during the
loading and the possibilities (OK or CANCEL) don't allow me to quit the program.
thank you ...
- Author
- Rocketeer
- June 10, 2003
[Migrated content. Thread originally posted on 17 December 2002]
Gisle created a great Win API COBOL program in acucorp news Issue 3 of 2002. It helps you identify users who have files locked on windows network servers. In the original version you have to type in the server name yourself. I replaced the server entry-field with a server combo-box that shows the network servers in a list to pick from. It looks for NT/2000 servers, PDC's and BDC's in all available domains for which your logged in user is an admin group member. Thanks again for a great program Gisle!!! I hope this little tweak is useful. I had to add .txt to file extension of the attached program code file, the forum post would not let me upload with just .cbl extension. So, if you download, you may want to remove the .txt extension.- Author
- Rocketeer
- June 11, 2003
[Migrated content. Thread originally posted on 17 December 2002]
Gisle created a great Win API COBOL program in acucorp news Issue 3 of 2002. It helps you identify users who have files locked on windows network servers. In the original version you have to type in the server name yourself. I replaced the server entry-field with a server combo-box that shows the network servers in a list to pick from. It looks for NT/2000 servers, PDC's and BDC's in all available domains for which your logged in user is an admin group member. Thanks again for a great program Gisle!!! I hope this little tweak is useful. I had to add .txt to file extension of the attached program code file, the forum post would not let me upload with just .cbl extension. So, if you download, you may want to remove the .txt extension.Also keep in mind that the path you inquire must be entered as it appears on the server, not on a network computer.
Ex: c:\\mydir, not: x:\\mydir
Recent badge winners
Kevin Hondhas earned the badge Orbit Established
Kevin Hondhas earned the badge Consistent Trajectory
OsmanShariffhas earned the badge Network Contributor
OsmanShariffhas earned the badge Orbit Established
OsmanShariffhas earned the badge Consistent Trajectory
Sign up
Already have an account? Login
Welcome to the Rocket Forum!
Please log in or register:
Employee Login | Registration Member Login | RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Scanning file for viruses.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
OKThis file cannot be downloaded
Sorry, our virus scanner detected that this file isn't safe to download.
OK