Conflict with Window 2000 SP4?

Ask a Question related to Adobe Acrobat Windows, Design and Development.

  1. #1

    Default Conflict with Window 2000 SP4?

    We have at least 12 Adobe forms on our company website. They have been working well for us for about three years. The forms are for use by company employees (travel requests, IT problem reports, etc.). Our employees have Windows 2000 SP 3 on their workstations, and use Internet Explorer 6.

    Two weeks ago we reformatted and reloaded our web server.
    The forms no longer work, even though we have installed the FDF Toolkit again.
    The error message: “HTTP – Internal Server Error”.

    The Web Server is running Microsoft Windows 2000, Service Pack 4. Previously, the server had Service Pack 3. Is that the problem?

    We use active X to process the forms.
    FDFacx.dll is in the folder C:\Winnt\System 32 on the server, and has been registered.
    FDFtk.dll is in that same folder.

    We use IIS version 5 on the server.

    We have a file – FDFGateway.asp, with the following line of code:
    Set FdfAcX = Server.CreateObject("FdfApp.FdfApp")
    (This is the same FDFgateway program we have been using since Dec. 2002.)

    The forms have a Submit button programmed to the URL for our website, and the FDFGateway.asp file on our server. The path mapping has not changed.

    If we cannot get this resolved in the next day or two, I will have to write a new set of programs for each of these forms.
    Any help will be greatly appreciated.
    Catherine_Allsbury@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Install MX 7 failed on window 2000 server.Help help!!!
      :brokenheart; Hi all, I have been failed to install MX 7 on a windows 2000 server (sp4) machine on my client's side. The error I get is that...
    2. Access 2000 or SQL Server 2000
      Hi I am planning to design a database (destined for the web) that will have between 20000 and 45000 records in it and will receive a lot of reads...
    3. Window 2000 file system
      I would like to know if converting the file system from Fat 32 to NTFS cause any problem with any data file or programs of adobe photoshop,...
    4. dlopen is failing on Window XP works great on Window 2000
      Michael Davis <mdavis@sevasoftware.com> writes: Check the permission of the so file: $ ls -l...
    5. CDO for Windows 2000 vs CDO for Exchange 2000
      How can I force SmtpMail class to use CDO for Windows 2000 instead of Exchange 2000. We do not use Exchange at all. I want to do this because I...
  3. #2

    Default Re: Conflict with Window 2000 SP4?

    Not sure if you solved this issue yet, but we recently came across the same problem after recently applying some security patches.

    To solve the problem, you need to give modify/write access rights to everyone for the defined TEMP folder on the server. Use this article as a reference: <http://support.adobe.com/devsup/devsup.nsf/docs/51445.htm>.

    Thanks,

    Matt Berg
    matt__berg@adobeforums.com Guest

  4. #3

    Default Re: Conflict with Window 2000 SP4?

    Not sure if you solved this issue yet, but we recently came across the
    same problem after applying some security patches.

    To solve the problem (at least on our end), we needed to give
    modify/write access rights to everyone for the defined TEMP folder on
    the server.

    Use this article as a reference:
    [url]http://support.adobe.com/devsup/devsup.nsf/docs/51445.htm[/url].

    Thanks,

    Matt Berg

    [email]Catherine_Allsbury@adobeforums.com[/email] wrote in message news:<2cd11ea6.-1@webx.la2eafNXanI>...
    > We have at least 12 Adobe forms on our company website. They have been working well for us for about three years. The forms are for use by company employees (travel requests, IT problem reports, etc.). Our employees have Windows 2000 SP 3 on their workstations, and use Internet Explorer 6.
    >
    > Two weeks ago we reformatted and reloaded our web server.
    > The forms no longer work, even though we have installed the FDF Toolkit again.
    > The error message: ?HTTP ? Internal Server Error?.
    >
    > The Web Server is running Microsoft Windows 2000, Service Pack 4. Previously, the server had Service Pack 3. Is that the problem?
    >
    > We use active X to process the forms.
    > FDFacx.dll is in the folder C:\Winnt\System 32 on the server, and has been registered.
    > FDFtk.dll is in that same folder.
    >
    > We use IIS version 5 on the server.
    >
    > We have a file ? FDFGateway.asp, with the following line of code:
    > Set FdfAcX = Server.CreateObject("FdfApp.FdfApp")
    > (This is the same FDFgateway program we have been using since Dec. 2002.)
    >
    > The forms have a Submit button programmed to the URL for our website, and the FDFGateway.asp file on our server. The path mapping has not changed.
    >
    > If we cannot get this resolved in the next day or two, I will have to write a new set of programs for each of these forms.
    > Any help will be greatly appreciated.
    Matt Berg Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139