Results 1 to 9 of 9

Thread: The call to Server.CreateObject failed while checking permissions. Access is denied t

Hybrid View

  1. #1
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: The call to Server.CreateObject failed while checking permissions. Access is deni

    You probably need to set permissions on msvbvm60.dll. Right click it, give everyone full control.

    If that doesn't work, it'll have to be the MDAC files on your machine, but I think it should be msvbvm60.dll.

  2. #2
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    Re: The call to Server.CreateObject failed while checking permissions. Access is deni

    Quote Originally Posted by mendhak
    You probably need to set permissions on msvbvm60.dll. Right click it, give everyone full control.

    If that doesn't work, it'll have to be the MDAC files on your machine, but I think it should be msvbvm60.dll.
    I think I came accross this error before. Its to do with permission, more specifically when CreateObject is performed IIS uses the default account(IWAM_User or something like that) which does not have the permission to create an instance. There was a knowledgebase article on how to resolve it. If I can dig it up I will post it.
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: The call to Server.CreateObject failed while checking permissions. Access is deni

    Do you mean IWAM_xyz or IUSR_xyz?

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2002
    Location
    Hampton Beach
    Posts
    513

    Re: The call to Server.CreateObject failed while checking permissions. Access is denied t

    Can someone try my code and tell me if it works for you...

  5. #5
    Lively Member
    Join Date
    Sep 2004
    Posts
    71

    Re: The call to Server.CreateObject failed while checking permissions. Access is deni

    I encounted this problem many time before now my computer. All you need to do is add (IUSR_COMNAME) or Internet Guest Account and allow the permission to Full Control.

    Irwin

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2002
    Location
    Hampton Beach
    Posts
    513

    Re: The call to Server.CreateObject failed while checking permissions. Access is denied t

    How do I do this... I am new to permissions, etc... Your help is appreciated...

  7. #7
    Lively Member
    Join Date
    Sep 2004
    Posts
    71

    Re: The call to Server.CreateObject failed while checking permissions. Access is deni

    Simple, you right click on the object you want to open and go to Security tab and click on the button Add. Then find the IUSR_YOURCOMNAME and add it. After adding just allow Full Control. My workstation is win200 hope it is the method with win XP.

    Irwin

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