Alpha Software Mobile Development Tools:   Alpha Anywhere    |   Alpha TransForm subscribe to our YouTube Channel  Follow Us on LinkedIn  Follow Us on Twitter  Follow Us on Facebook

Announcement

Collapse

The Alpha Software Forum Participation Guidelines

The Alpha Software Forum is a free forum created for Alpha Software Developer Community to ask for help, exchange ideas, and share solutions. Alpha Software strives to create an environment where all members of the community can feel safe to participate. In order to ensure the Alpha Software Forum is a place where all feel welcome, forum participants are expected to behave as follows:
  • Be professional in your conduct
  • Be kind to others
  • Be constructive when giving feedback
  • Be open to new ideas and suggestions
  • Stay on topic


Be sure all comments and threads you post are respectful. Posts that contain any of the following content will be considered a violation of your agreement as a member of the Alpha Software Forum Community and will be moderated:
  • Spam.
  • Vulgar language.
  • Quotes from private conversations without permission, including pricing and other sales related discussions.
  • Personal attacks, insults, or subtle put-downs.
  • Harassment, bullying, threatening, mocking, shaming, or deriding anyone.
  • Sexist, racist, homophobic, transphobic, ableist, or otherwise discriminatory jokes and language.
  • Sexually explicit or violent material, links, or language.
  • Pirated, hacked, or copyright-infringing material.
  • Encouraging of others to engage in the above behaviors.


If a thread or post is found to contain any of the content outlined above, a moderator may choose to take one of the following actions:
  • Remove the Post or Thread - the content is removed from the forum.
  • Place the User in Moderation - all posts and new threads must be approved by a moderator before they are posted.
  • Temporarily Ban the User - user is banned from forum for a period of time.
  • Permanently Ban the User - user is permanently banned from the forum.


Moderators may also rename posts and threads if they are too generic or do not property reflect the content.

Moderators may move threads if they have been posted in the incorrect forum.

Threads/Posts questioning specific moderator decisions or actions (such as "why was a user banned?") are not allowed and will be removed.

The owners of Alpha Software Corporation (Forum Owner) reserve the right to remove, edit, move, or close any thread for any reason; or ban any forum member without notice, reason, or explanation.

Community members are encouraged to click the "Report Post" icon in the lower left of a given post if they feel the post is in violation of the rules. This will alert the Moderators to take a look.

Alpha Software Corporation may amend the guidelines from time to time and may also vary the procedures it sets out where appropriate in a particular case. Your agreement to comply with the guidelines will be deemed agreement to any changes to it.



Bonus TIPS for Successful Posting

Try a Search First
It is highly recommended that a Search be done on your topic before posting, as many questions have been answered in prior posts. As with any search engine, the shorter the search term, the more "hits" will be returned, but the more specific the search term is, the greater the relevance of those "hits". Searching for "table" might well return every message on the board while "tablesum" would greatly restrict the number of messages returned.

When you do post
First, make sure you are posting your question in the correct forum. For example, if you post an issue regarding Desktop applications on the Mobile & Browser Applications board , not only will your question not be seen by the appropriate audience, it may also be removed or relocated.

The more detail you provide about your problem or question, the more likely someone is to understand your request and be able to help. A sample database with a minimum of records (and its support files, zipped together) will make it much easier to diagnose issues with your application. Screen shots of error messages are especially helpful.

When explaining how to reproduce your problem, please be as detailed as possible. Describe every step, click-by-click and keypress-by-keypress. Otherwise when others try to duplicate your problem, they may do something slightly different and end up with different results.

A note about attachments
You may only attach one file to each message. Attachment file size is limited to 2MB. If you need to include several files, you may do so by zipping them into a single archive.

If you forgot to attach your files to your post, please do NOT create a new thread. Instead, reply to your original message and attach the file there.

When attaching screen shots, it is best to attach an image file (.BMP, .JPG, .GIF, .PNG, etc.) or a zip file of several images, as opposed to a Word document containing the screen shots. Because Word documents are prone to viruses, many message board users will not open your Word file, therefore limiting their ability to help you.

Similarly, if you are uploading a zipped archive, you should simply create a .ZIP file and not a self-extracting .EXE as many users will not run your EXE file.
See more
See less

Amount of Permissions

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Amount of Permissions

    Hello

    One of our larger clients is concerned about the number of permissions requested on the workstations of a 20 user application we have developed.

    As I understand it we need workstations to be machine administrators or the Windows 7 equivalent as Alpha writes to the registry on start up.

    Is there any way around this?

    I also understand that users also need full access (not special permissions) to the mapped server drive to read, write, copy, edit, modify, create and delete files.

    Again how do you assure IT Directors in this ultra important area.

    Any help would be greatly appreciated.


    Kind regards

    Alex
    Database Software Solutions Limited
    www.dbasesolution.co.uk
    http://www.precise360.co.uk
    PRECISE360 -
    LYNCHPIN -

    #2
    Re: Amount of Permissions

    Not sure what you mean by read, write, copy, edit, modify, create and delete files. user really only needs read/write. deleting would be a function built into the db which would be considered read write is this case. If users are allowed to delete tables and modify design, then I would question the structure of the program.

    IT should be happy with this concept. If they were not, what is the point of a server sharing files with everyone. If they don't allow user to create/delete/modify files and folders etc in a controlled environment, they really are not earning their money.

    Alpha only writes to the registry of the user pc where runtime is installed and this is on install. I am not aware of any need to edit registry during operation of a DB
    -----------------------------------------------
    Regards
    Mark Pearson
    [email protected]
    Youtube channel
    Website

    Comment


      #3
      Re: Amount of Permissions

      edited - my earlier piost got missing.

      To the best of my knowledge, alpha only uses the registry when the runtime is installed. It does have to read from it on occasion, but not write to it. Some one correct me if I am wrong.

      Programmer can lock the app down to prevent all but a true hacker from messing around inside it. The methods are all over the forum and vary from programmer to programmer.

      the it can determine what is needed. They only need red and write(usually). If they are creating pdf files or other on the server drive, that can change things. Most created files are only on the workstations, but not always.

      Users should almost never be allowed to mess with tables, reports, form, etc. except in the use they were designed for.

      Get away from mapped drives like h:\servefolder\my.adb and go to \\servername\folder\my.adb. A mapped drive may be good for creating the pdf, sls, etc files as needed.

      end edit:

      I also understand that users also need full access (not special permissions) to the mapped server drive to read, write, copy, edit, modify, create and delete files.
      This is not true. IT can give only permissions that are needed. Again - get away from from mapped drives. unaware users can make mistakes.
      Last edited by DaveM; 05-18-2013, 02:20 PM.
      Dave Mason
      [email protected]
      Skype is dave.mason46

      Comment


        #4
        Re: Amount of Permissions

        1
        If I install AND run an Alpha shadow on a workstation where the user does not have machine administrator rights, I get a number of errors on startup like "Failed to Save Document" or unable to start XXX addin etc. So what is the alternative to having machine administrator rights?

        2
        What is wrong with mapped drives? I use them all the time for storing copying deleting attached files e.g. pdfs, docs, xls etc (not Alpha files). Alpha cannot handle such files stored with UNC paths instead.

        Comment


          #5
          Re: Amount of Permissions

          I should clarify.

          We would never allow users to change or amend any tables or anything to do with the application.

          However, as part of the application users will be creating records, changing and deleting records.
          Also they will be copying records i.e. quotations, customer orders etc.
          They will be creating PDFs and they will be linking through to Outlook.

          The idea that a user would be able to change tables, forms or reports sounds like a nightmare, unless you are mentoring someone.
          But in mission critical business applications???

          The old actors' dictum of never work with animals or children springs to mind.
          Database Software Solutions Limited
          www.dbasesolution.co.uk
          http://www.precise360.co.uk
          PRECISE360 -
          LYNCHPIN -

          Comment


            #6
            Re: Amount of Permissions

            Back to it.

            I have installs all over the country and many of them are shadowed on a lan. I don't use mapped drives for clients. My choice from experience. I do have mapped drives that I use in my own endeavors. There should be no speed difference between them. It has come to my attention that people find their way to a drive, but not as likely will go to a server name.

            a shadowed app in alpha is basically a copy of everything in the data folder except the tables. The tables one sees in a shadow copy are basically a path file to the dbf table on the server. The idea being, most files can operate from the workstation and takes a bit of load off the network.

            When You set a network up, You allow sharing with read and write on the server folder that holds the data. Include all subfolders and you can then have a place for the pdf and other files you need to create. They all stay in the same main folder. You can alternately share another folder for file creation if needed. You do not have to open up the whole drive on the server or anything like that.
            Dave Mason
            [email protected]
            Skype is dave.mason46

            Comment


              #7
              Re: Amount of Permissions

              Zipped video of a shared folder: it is a .swf file made with jing
              sharing is simple

              I send one similar to this with my apps if they are to be shared on a lan.
              Dave Mason
              [email protected]
              Skype is dave.mason46

              Comment


                #8
                Re: Amount of Permissions

                Originally posted by DaveM View Post
                To the best of my knowledge, alpha only uses the registry when the runtime is installed. It does have to read from it on occasion, but not write to it. Some one correct me if I am wrong.
                Alpha will write to the registry during the course of using the application.

                Items written to the registry include..
                1) Recent File List - list of most recent databases opened
                2) Temporary Indexes - just the location of the index file and type of index
                3) Last Login name
                4) Query Genie Or/And preference
                5) Find by Key settings

                This list may not be all inclusive, these are just some of items I have noticed.


                The user does not need to be administrator for the workstation. Only need to add write permission to the registry parent folders for Alpha5.
                Andrew

                Comment


                  #9
                  Re: Amount of Permissions

                  Thanks Andrew. I did not remember that.
                  Dave Mason
                  [email protected]
                  Skype is dave.mason46

                  Comment


                    #10
                    Re: Amount of Permissions

                    Look at -NOASSOC in:

                    http://wiki.alphasoftware.com/Starti...d+Line+Options

                    Comment

                    Working...
                    X