VB6 Application Permission Denied Error 70 for Active Directory UsersHow to “batch” create folders for...

Get length of the longest sequence of numbers with the same sign

How can atoms be electrically neutral when there is a difference in the positions of the charges?

Levi-Civita symbol: 3D matrix

Why do phishing e-mails use faked e-mail addresses instead of the real one?

Real life puzzle: Unknown alphabet or shorthand

What should the omniscient narrator call a character?

Toast materialize

The need of reserving one's ability in job interviews

Pure Functions: Does "No Side Effects" Imply "Always Same Output, Given Same Input"?

What does @RC mean in SSDT SQL Server Unit Testing?

Reason why dimensional travelling would be restricted

Misplaced tyre lever - alternatives?

Why can't we make a perpetual motion machine by using a magnet to pull up a piece of metal, then letting it fall back down?

How do you say "powers of ten"?

Make me a metasequence

Are paired adjectives bad style?

It took me a lot of time to make this, pls like. (YouTube Comments #1)

Where is the fallacy here?

Difference between 'stomach' and 'uterus'

Wrap all numerics in JSON with quotes

What happened to QGIS 2.x LTR?

What is this waxed root vegetable?

How can I handle a player who pre-plans arguments about my rulings on RAW?

What am I? I am in theaters and computer programs



VB6 Application Permission Denied Error 70 for Active Directory Users


How to “batch” create folders for Active Directory users' network drive?User in domain admin group cannot access directory the group has permission to accessMicrosoft DNS - Access is Denied. Event log: The DNS server was unable to open Active DirectoryAccess denied after adding Active Directory group to shared folderHow to allow active directory users to remote desktop in?Active Directory DNS issue? Event ID 13 Access Denied,Active Directory write permissions let edit users information but not administrator-users informationSQL Server error “SQL Server does not exist or access denied”Benign “The specified domain either does not exist or could not be contacted” error while using Active Directory Users and ComputersActive Directory: Delegate permission to move users to another child OU. (same parent OU)













0















I've setup a small Active Directory users for about 25, In every individual machine
they run an old VB6 Application but some how the domain users can't run it, It raises an
'Permission Denied: Error 70' but it works fine for domain administrators.



Is there anyway to solve this problem.










share|improve this question














bumped to the homepage by Community 12 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • What's your client OS? Have you tried the various compatibility modes for applications?

    – Ben Pilbrow
    Jun 5 '11 at 15:42











  • Windows XP SP3 on Windows Server 2003 domain. As i mentioned it works pretty well for Domain Administrators and Local Administrators. It won't work as expected for Domain Users.

    – kgthenerd
    Jun 5 '11 at 16:18
















0















I've setup a small Active Directory users for about 25, In every individual machine
they run an old VB6 Application but some how the domain users can't run it, It raises an
'Permission Denied: Error 70' but it works fine for domain administrators.



Is there anyway to solve this problem.










share|improve this question














bumped to the homepage by Community 12 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • What's your client OS? Have you tried the various compatibility modes for applications?

    – Ben Pilbrow
    Jun 5 '11 at 15:42











  • Windows XP SP3 on Windows Server 2003 domain. As i mentioned it works pretty well for Domain Administrators and Local Administrators. It won't work as expected for Domain Users.

    – kgthenerd
    Jun 5 '11 at 16:18














0












0








0








I've setup a small Active Directory users for about 25, In every individual machine
they run an old VB6 Application but some how the domain users can't run it, It raises an
'Permission Denied: Error 70' but it works fine for domain administrators.



Is there anyway to solve this problem.










share|improve this question














I've setup a small Active Directory users for about 25, In every individual machine
they run an old VB6 Application but some how the domain users can't run it, It raises an
'Permission Denied: Error 70' but it works fine for domain administrators.



Is there anyway to solve this problem.







windows-server-2003 active-directory vb6






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jun 5 '11 at 15:38









kgthenerdkgthenerd

3814




3814





bumped to the homepage by Community 12 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 12 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • What's your client OS? Have you tried the various compatibility modes for applications?

    – Ben Pilbrow
    Jun 5 '11 at 15:42











  • Windows XP SP3 on Windows Server 2003 domain. As i mentioned it works pretty well for Domain Administrators and Local Administrators. It won't work as expected for Domain Users.

    – kgthenerd
    Jun 5 '11 at 16:18



















  • What's your client OS? Have you tried the various compatibility modes for applications?

    – Ben Pilbrow
    Jun 5 '11 at 15:42











  • Windows XP SP3 on Windows Server 2003 domain. As i mentioned it works pretty well for Domain Administrators and Local Administrators. It won't work as expected for Domain Users.

    – kgthenerd
    Jun 5 '11 at 16:18

















What's your client OS? Have you tried the various compatibility modes for applications?

– Ben Pilbrow
Jun 5 '11 at 15:42





What's your client OS? Have you tried the various compatibility modes for applications?

– Ben Pilbrow
Jun 5 '11 at 15:42













Windows XP SP3 on Windows Server 2003 domain. As i mentioned it works pretty well for Domain Administrators and Local Administrators. It won't work as expected for Domain Users.

– kgthenerd
Jun 5 '11 at 16:18





Windows XP SP3 on Windows Server 2003 domain. As i mentioned it works pretty well for Domain Administrators and Local Administrators. It won't work as expected for Domain Users.

– kgthenerd
Jun 5 '11 at 16:18










2 Answers
2






active

oldest

votes


















0














I've found that LUA Buglight is often useful for diagnosing permissions problems. It can usually tell you which resources the regular user doesn't have access to but admins do.



You run it as the user experiencing the problem, and also give it the username and password of a user that isn't experiencing the problem, usually an administrator. Then whenever the program experiences a permission issue, it retries the operation as the administrator and logs the access.



Latest download.



Brief overview.






share|improve this answer
























  • Looks like a great tool i'll let you know once i finish it :)

    – kgthenerd
    Jun 5 '11 at 17:45



















0














Ensure the permissions on all the relevant files, including all the library files, are such that normal users can access them. There may also be an issue with the application wanting to write t a file, perhaps an ini or similar, but normal users don't have write permissions. If all that checks out repeat for the application's registry entries.



Sometimes these issues are best sorted out by reinstalling as a user, rather than as an administrator.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "2"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f277170%2fvb6-application-permission-denied-error-70-for-active-directory-users%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    I've found that LUA Buglight is often useful for diagnosing permissions problems. It can usually tell you which resources the regular user doesn't have access to but admins do.



    You run it as the user experiencing the problem, and also give it the username and password of a user that isn't experiencing the problem, usually an administrator. Then whenever the program experiences a permission issue, it retries the operation as the administrator and logs the access.



    Latest download.



    Brief overview.






    share|improve this answer
























    • Looks like a great tool i'll let you know once i finish it :)

      – kgthenerd
      Jun 5 '11 at 17:45
















    0














    I've found that LUA Buglight is often useful for diagnosing permissions problems. It can usually tell you which resources the regular user doesn't have access to but admins do.



    You run it as the user experiencing the problem, and also give it the username and password of a user that isn't experiencing the problem, usually an administrator. Then whenever the program experiences a permission issue, it retries the operation as the administrator and logs the access.



    Latest download.



    Brief overview.






    share|improve this answer
























    • Looks like a great tool i'll let you know once i finish it :)

      – kgthenerd
      Jun 5 '11 at 17:45














    0












    0








    0







    I've found that LUA Buglight is often useful for diagnosing permissions problems. It can usually tell you which resources the regular user doesn't have access to but admins do.



    You run it as the user experiencing the problem, and also give it the username and password of a user that isn't experiencing the problem, usually an administrator. Then whenever the program experiences a permission issue, it retries the operation as the administrator and logs the access.



    Latest download.



    Brief overview.






    share|improve this answer













    I've found that LUA Buglight is often useful for diagnosing permissions problems. It can usually tell you which resources the regular user doesn't have access to but admins do.



    You run it as the user experiencing the problem, and also give it the username and password of a user that isn't experiencing the problem, usually an administrator. Then whenever the program experiences a permission issue, it retries the operation as the administrator and logs the access.



    Latest download.



    Brief overview.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Jun 5 '11 at 16:24









    dsolimanodsolimano

    1,20521426




    1,20521426













    • Looks like a great tool i'll let you know once i finish it :)

      – kgthenerd
      Jun 5 '11 at 17:45



















    • Looks like a great tool i'll let you know once i finish it :)

      – kgthenerd
      Jun 5 '11 at 17:45

















    Looks like a great tool i'll let you know once i finish it :)

    – kgthenerd
    Jun 5 '11 at 17:45





    Looks like a great tool i'll let you know once i finish it :)

    – kgthenerd
    Jun 5 '11 at 17:45













    0














    Ensure the permissions on all the relevant files, including all the library files, are such that normal users can access them. There may also be an issue with the application wanting to write t a file, perhaps an ini or similar, but normal users don't have write permissions. If all that checks out repeat for the application's registry entries.



    Sometimes these issues are best sorted out by reinstalling as a user, rather than as an administrator.






    share|improve this answer




























      0














      Ensure the permissions on all the relevant files, including all the library files, are such that normal users can access them. There may also be an issue with the application wanting to write t a file, perhaps an ini or similar, but normal users don't have write permissions. If all that checks out repeat for the application's registry entries.



      Sometimes these issues are best sorted out by reinstalling as a user, rather than as an administrator.






      share|improve this answer


























        0












        0








        0







        Ensure the permissions on all the relevant files, including all the library files, are such that normal users can access them. There may also be an issue with the application wanting to write t a file, perhaps an ini or similar, but normal users don't have write permissions. If all that checks out repeat for the application's registry entries.



        Sometimes these issues are best sorted out by reinstalling as a user, rather than as an administrator.






        share|improve this answer













        Ensure the permissions on all the relevant files, including all the library files, are such that normal users can access them. There may also be an issue with the application wanting to write t a file, perhaps an ini or similar, but normal users don't have write permissions. If all that checks out repeat for the application's registry entries.



        Sometimes these issues are best sorted out by reinstalling as a user, rather than as an administrator.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jun 7 '11 at 12:15









        John GardeniersJohn Gardeniers

        24.9k847105




        24.9k847105






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Server Fault!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f277170%2fvb6-application-permission-denied-error-70-for-active-directory-users%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            As a Security Precaution, the user account has been locked The Next CEO of Stack OverflowMS...

            Список ссавців Італії Природоохоронні статуси | Список |...

            Українські прізвища Зміст Історичні відомості |...