Results 1 to 15 of 15

Thread: Log system with folder permission control

  1. #1

    Thread Starter
    Hyperactive Member Apek's Avatar
    Join Date
    Aug 2002
    Location
    Kg Melayu,2 33 °N,102 10 °E
    Posts
    283

    Log system with folder permission control

    I have to make a log system with folder permission control.
    This is the view of the system in general.
    All developers in my department required to put the EXE file of their program (built with VB) in a folder in a server.
    Before, all the developers are free to paste their EXE in the folder at anytime.Now all of them required to put the reason why new EXE is being made and what time the EXE is pasted in the folder. After these 2 things has been recorded then all of them is allowed to put their EXEs in the folder.
    Here comes the problem, the folder in the server is permitted only for all of the developers, at anytime.So the developers are free to paste as they like without have to log the reason and time of the paste.The most detail that can be seen is when i change the view in the Windows Explorer to Details view and the Last Modified date and time will be seen.
    But my boss want a proper system to manage this, dont ask me why, i just have to do my task.
    So the system will paste the EXE from the developers local drive to the folder in the server.Before the EXE can be pasted in the folder, they are required to put the reason first and the time will be logged automatically.
    But firstly,i have to set the folder permission to not allow anything to be pasted right?So in the system must be have some coding that can change the folder permission so that the EXE can pasted in the folder.

    So,do my idea is smart enough or you guys have the better?
    If anyone have sample coding related to my intention here you are welcome to paste it here.
    Thanks in advanced!!!
    "The reason you see open source there at all is because we came in and said there should be a platform that's identical with millions and millions of machines."
    Get it HERE


    Regards..
    Apek

  2. #2
    Frenzied Member moinkhan's Avatar
    Join Date
    Jun 2000
    Location
    Karachi, Pakistan
    Posts
    2,011

    Re: Log system with folder permission control

    Quote Originally Posted by Apek
    I have to make a log system with folder permission control.
    This is the view of the system in general.
    All developers in my department required to put the EXE file of their program (built with VB) in a folder in a server.
    Before, all the developers are free to paste their EXE in the folder at anytime.Now all of them required to put the reason why new EXE is being made and what time the EXE is pasted in the folder. After these 2 things has been recorded then all of them is allowed to put their EXEs in the folder.
    Here comes the problem, the folder in the server is permitted only for all of the developers, at anytime.So the developers are free to paste as they like without have to log the reason and time of the paste.The most detail that can be seen is when i change the view in the Windows Explorer to Details view and the Last Modified date and time will be seen.
    But my boss want a proper system to manage this, dont ask me why, i just have to do my task.
    So the system will paste the EXE from the developers local drive to the folder in the server.Before the EXE can be pasted in the folder, they are required to put the reason first and the time will be logged automatically.
    But firstly,i have to set the folder permission to not allow anything to be pasted right?So in the system must be have some coding that can change the folder permission so that the EXE can pasted in the folder.

    So,do my idea is smart enough or you guys have the better?
    If anyone have sample coding related to my intention here you are welcome to paste it here.
    Thanks in advanced!!!

    U don't have Visual Source Safe? ???

    An ASP solution would be better in this scenario.... with a cool File Uploader Control....

  3. #3

    Thread Starter
    Hyperactive Member Apek's Avatar
    Join Date
    Aug 2002
    Location
    Kg Melayu,2 33 °N,102 10 °E
    Posts
    283

    Re: Log system with folder permission control

    What is visual Soure Safe?
    Can you give me any URL the ASP sample like you said?
    "The reason you see open source there at all is because we came in and said there should be a platform that's identical with millions and millions of machines."
    Get it HERE


    Regards..
    Apek

  4. #4
    Frenzied Member moinkhan's Avatar
    Join Date
    Jun 2000
    Location
    Karachi, Pakistan
    Posts
    2,011

    Re: Log system with folder permission control

    Quote Originally Posted by Apek
    What is visual Soure Safe?
    Can you give me any URL the ASP sample like you said?

    Visual Source Safe is microsoft Source code control software.. which can be integrated with Visual Studio... It has all the features your boss seems to require..

    Visual Source Safe official Page


    Visual Source Safe FAQ



    You can search google for ASP ASP File Upload

  5. #5

    Thread Starter
    Hyperactive Member Apek's Avatar
    Join Date
    Aug 2002
    Location
    Kg Melayu,2 33 °N,102 10 °E
    Posts
    283

    Re: Log system with folder permission control

    is only moinkhan know about this thing?
    what about other gurus?
    "The reason you see open source there at all is because we came in and said there should be a platform that's identical with millions and millions of machines."
    Get it HERE


    Regards..
    Apek

  6. #6
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Log system with folder permission control

    If they are going to be compiling them, then they could go to Properties, and include Comments which will be included in the .exe, along with the other properties for that .exe (which could include the programmer, and the time)

  7. #7

    Thread Starter
    Hyperactive Member Apek's Avatar
    Join Date
    Aug 2002
    Location
    Kg Melayu,2 33 °N,102 10 °E
    Posts
    283

    Re: Log system with folder permission control

    Hmm..but that still cannot prevent if the developers is forgot to include those informations..if the using a system,by hook or by crook they must include them first if they forgot or they are stubborn...
    "The reason you see open source there at all is because we came in and said there should be a platform that's identical with millions and millions of machines."
    Get it HERE


    Regards..
    Apek

  8. #8
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Log system with folder permission control

    MzTools can supply information for them...

  9. #9

    Thread Starter
    Hyperactive Member Apek's Avatar
    Join Date
    Aug 2002
    Location
    Kg Melayu,2 33 °N,102 10 °E
    Posts
    283

    Re: Log system with folder permission control

    my department disallow third party application for VB...please,in short, they ask me to build a system...
    "The reason you see open source there at all is because we came in and said there should be a platform that's identical with millions and millions of machines."
    Get it HERE


    Regards..
    Apek

  10. #10
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Log system with folder permission control

    MzTools is a tool for developers that is free, and has many other features.
    See this thread.

    http://www.vbforums.com/showthread.php?t=338419

  11. #11

    Thread Starter
    Hyperactive Member Apek's Avatar
    Join Date
    Aug 2002
    Location
    Kg Melayu,2 33 °N,102 10 °E
    Posts
    283

    Re: Log system with folder permission control

    i know..what i mean is my company really restrict any freeware or shareware..even i am very support the open source world but my working place here only trust Microsost as their favourite platform..any freeware or shareware is against the company policy..i dont mind if its only for my usage, but this program they requested will be used for the whole department..
    "The reason you see open source there at all is because we came in and said there should be a platform that's identical with millions and millions of machines."
    Get it HERE


    Regards..
    Apek

  12. #12
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Log system with folder permission control

    Well, as was said, Visual Source Safe is written by Microsoft, so your bosses should have no problem with it. They probably already have it. You just have to get everybody to start using it. Then, you can keep track of the source code, and if something doesn't work out, you can roll back to a different version of the programs. It does exactly what you want to do for you.

  13. #13

    Thread Starter
    Hyperactive Member Apek's Avatar
    Join Date
    Aug 2002
    Location
    Kg Melayu,2 33 °N,102 10 °E
    Posts
    283

    Re: Log system with folder permission control

    Hmmm...i never use source safe and dont know what the hell is that...but i guess i should start knowing this stuff...thanks all..
    "The reason you see open source there at all is because we came in and said there should be a platform that's identical with millions and millions of machines."
    Get it HERE


    Regards..
    Apek

  14. #14
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Log system with folder permission control

    If more than one person is working on a program, it's almost a necessity, to keep versions separate. One person could work on a section, and then combine it with other sections, that make up an app.

  15. #15

    Thread Starter
    Hyperactive Member Apek's Avatar
    Join Date
    Aug 2002
    Location
    Kg Melayu,2 33 °N,102 10 °E
    Posts
    283

    Re: Log system with folder permission control

    huh?but here each developer develop different program and not combination works is invloved...we are dedicated to develop different program...is that suitable with VSS?
    "The reason you see open source there at all is because we came in and said there should be a platform that's identical with millions and millions of machines."
    Get it HERE


    Regards..
    Apek

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width