Results 1 to 2 of 2

Thread: ASP & Open Office

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2005
    Posts
    19

    ASP & Open Office

    Hi guys,
    Has anyone ever developed anything to work with Open Office and their website?
    I have written a little DLL in VB6 to open a .doc file and extract the text from it then return a string. this all works in VB itself but when I try and access the function from my ASP website, I get a timeout!

    DCOM is giving me this error:
    Code:
    The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID 
    {82154420-0FBF-11D4-8313-005004526AB4}
    to the user IUSR_xxxx. This security permission can be modified using the Component Services administrative tool.
    My DLL is bringing back the the error:
    Code:
    ActiveX component can't create object: 'com.sun.star.ServiceManager'
    Now, I've modifed the permissions for Open Office in DCOM to allow IUSR_xxxx to access and launch but the CLSID there isn't actually in DCOM! I think it's something to do with the sun.star.servicemanager libraries that Open Office uses but I have no idea how to set the permissions!

  2. #2
    New Member
    Join Date
    May 2012
    Posts
    1

    Re: ASP & Open Office

    Hi! i have the same problem. How did you solved it?

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