Permission denied: 'createobject'

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • s_m_b

    Permission denied: 'createobject'

    I've been here before, I've set this working on an NT 4 server, but for
    the life of me, I can't remember the trick...

    In full, I'm opening a doc in word 2k on the server - win2k adv - to print
    to file as .ps, for conversion via Acrobat distiller

    set wordapp = createobject("w ord.application ")

    is generating:

    Microsoft VBScript runtime error '800a0046'

    Permission denied: 'createobject'

    /test/print.asp, line 32


  • Mark Schupp

    #2
    Re: Permission denied: 'createobject'



    --
    Mark Schupp
    Head of Development
    Integrity eLearning



    "s_m_b" <smb20002ns@hot mail.com> wrote in message
    news:Xns9579DE4 785932smb2000ns hotrmailcom@207 .46.248.16...[color=blue]
    > I've been here before, I've set this working on an NT 4 server, but for
    > the life of me, I can't remember the trick...
    >
    > In full, I'm opening a doc in word 2k on the server - win2k adv - to print
    > to file as .ps, for conversion via Acrobat distiller
    >
    > set wordapp = createobject("w ord.application ")
    >
    > is generating:
    >
    > Microsoft VBScript runtime error '800a0046'
    >
    > Permission denied: 'createobject'
    >
    > /test/print.asp, line 32
    >
    >[/color]


    Comment

    • s_m_b

      #3
      Re: Permission denied: 'createobject'

      "Mark Schupp" <mschupp@ielear ning.com> wrote in news:uTApeMyqEH A.1712
      @tk2msftngp13.p hx.gbl:
      [color=blue]
      > http://support.microsoft.com/default...b;en-us;198432[/color]
      Thanks.
      I shall blush with embarrassment!

      Comment

      • Tom Kaminski [MVP]

        #4
        Re: Permission denied: 'createobject'

        "s_m_b" <smb20002ns@hot mail.com> wrote in message
        news:Xns9579DE4 785932smb2000ns hotrmailcom@207 .46.248.16...[color=blue]
        > In full, I'm opening a doc in word 2k on the server - win2k adv - to print
        > to file as .ps, for conversion via Acrobat distiller
        >
        > set wordapp = createobject("w ord.application ")[/color]

        Are you sure you want to do that?
        Microsoft Support is here to help you with Microsoft products. Find how-to articles, videos, and training for Microsoft Copilot, Microsoft 365, Windows, Surface, and more.


        --
        Tom Kaminski IIS MVP



        http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS



        Comment

        Working...