1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

ASP Script is failing while creating the object of Excell sheet

Discussion in 'C#' started by Mithran Lg, Jul 26, 2006.

  1. #1
    Executing the following code:
    Set MyExcelChart = Server.CreateObject("Excel.Sheet")

    Here is the error message:
    Server object error 'ASP 0177 : 8001010a'

    Server.CreateObject Failed

    /pr-tracker/TestChart.asp, line 17

    8001010a


    The same code is working on different machines...
    Source code file also attached...Please assist...

    Thanks,
    Mithran Lg.
     

    Attached Files:

    Mithran Lg, Jul 26, 2006 IP
  2. DangerMouse

    DangerMouse Peon

    Messages:
    275
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Do you have M$ Office installed on the web server? Not sure but I think it may be required...
     
    DangerMouse, Jul 26, 2006 IP
  3. Mithran Lg

    Mithran Lg Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes, it is there ....
    and this script was working from the last year till last week...

    Now it is not working...

    Dont know what happened...
    Please help.. This is production issue...Has to resolve immediately...
     
    Mithran Lg, Jul 26, 2006 IP
  4. DangerMouse

    DangerMouse Peon

    Messages:
    275
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #4
    From M$:

    Hope you can get this sorted ;)
     
    DangerMouse, Jul 26, 2006 IP
  5. Mithran Lg

    Mithran Lg Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hi,

    Thanks for the reply.

    I am using Windows 2003.
    Can you please tell me where these options in Windows 2003.

    My machine name is ccepcarwspr01
    I didn't see any user called "IUSER_ccepcarwspr01" under manage users...


    I can trace out these steps in Windows 2000.

    Thanks,
    Mithran
     
    Mithran Lg, Jul 26, 2006 IP
  6. ludwig

    ludwig Notable Member

    Messages:
    2,253
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    225
    #6
    if you can't see it in the Folder Propoerties (should be Security) then do the following

    CONTROL PANEL > Admin Tools > Local Security Policy
    Under
    Security Settings
    Local Policies
    Security Options

    Look for
    Network Access: Sharing and security model for local accounts

    Change the GUEST ONLY to CLASSIC

    Then you'll be able to give full permissions to the specified folder
     
    ludwig, Jul 26, 2006 IP
  7. Mithran Lg

    Mithran Lg Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Thanks... Some how script is working now...
    Dont know what hapeened...

    Thank you all for your assistance...
     
    Mithran Lg, Aug 1, 2006 IP