Does Forms are OK for Active Server Pages?

Hello,
I need to develop a brand new LC custom Adobe Interactive Form, say my_Form, well, but the customer is telling me they want to have it on Active Server Pages technology, pls. let us know
1) Is it possible, I mean, my_Form on Active Server Pages technology?
2) Pros
3) Cons
4) If possible, What settings / pre-requisites I need to take while developing the my_Form? or What I need to keep in mind while developing the my_Form? Any suggestions, tips?
Thank you

Thank you.
On Wed, Sep 24, 2014 at 6:21 PM, jnicholas330 <[email protected]>

Similar Messages

  • Sun One Custom 404 doesn't display for Active Server Pages

    I am running Sun One Web Server v6.1 on Linux. I have a custom 404 error page set up with the admin console. It correctly displays when you try to go to an HTML page or folder that doesn't exist.
    Working Example:
    http://www.seminolecountyfl.gov/fake.htm
    But if you try to go to an ASP that doesn't exist, you get some other 404 message. How can I change THAT message? where is it coming from?
    Not Working Example:
    http://www.seminolecountyfl.gov/fake.asp
    Any help is really appreciated.
    Chris

    I had researched the casp.cnfg file and there aren't any settings for the 404 error. There is a setting to assign the 500 Server Error for runtime ASP errors, but nothing about 404.
    http://docs.sun.com/source/817-2514-10/AppCAdvanced3.html
    Chris

  • Could WebLogic Server run/host Microsoft Active Server Page (asp)

    Hi Experts,
    I would like to know if webLogic Server could run/host Microsoft Active Server
    Page application by itself or not? Or is it required to buy any additional plug-in?
    Thanks in advance for your help.
    Carol

    This is what the "ChiliSoft" division of Sun is for. I've never used it, but that's
    what this does. The short answer is (I believe), that WLS can't host ASP pages,
    without adding some sort of plugin or component to run them.
    "Carol Chiu" <[email protected]> wrote:
    >
    Hi Experts,
    I would like to know if webLogic Server could run/host Microsoft Active
    Server
    Page application by itself or not? Or is it required to buy any additional
    plug-in?
    Thanks in advance for your help.
    Carol

  • Error : OraOLEDB (0x80004005) & Active Server Pages error 'ASP 0115'

    I have developed a project and opened recordsets as mentioned below
    With Rs
    .Open "Query",Application("Cn")
    If not (.eof and .bof) then
    .Movefirst
    End If
    End with
    The error 'OraOLEDB' showing at .Open statement. When we refresh page multiple times then Active Server Pages ASP 0115 error occures. Which is get resolved only when I reboot the Web Server or restart the web services.
    OraOLEDB error raises frequently while application running. In between some time it skip the error and show the page perfectly.
    Co-operate me just by suggesting how to resolve this problem.

    Row-00001 occurs when a windows api call to allocate memory failed.
    This can occur due to a memory leak, or memory fragmentation.
    Have you monitored private bytes and virtual bytes?
    There was also an issue in old versions of the provider that caused this, so make sure your oledb provider and oracle client software are up to date.
    Hope it helps,
    Greg

  • RE: ActiveX control and Active Server Pages?

    Martin, if it works in standalone VB program but not in an .asp page
    through VBScript, I guess the reason may be the type mismatch on the
    parameters of the ActiveX automation methods. VBScript is a subset of VB
    and only supports the OLE data type VARIANT for calling the OLE
    interface. The Conductor ActiveX control probably requires the actual
    data types, such as long, BSTR, and so on, to be used on the parameters.
    As a result, VBScript cannot call the methods on the control. One
    workaround you can try is to create your own ActiveX control which is
    simply a wrapper for calling the Conductor control. Its parameter types
    use VARIANT and you do the data conversion in your wrapper code. Hope
    this helps.
    Lenny Hon
    Descartes Systems Group
    -----Original Message-----
    From: Martin Peters [SMTP:[email protected]]
    Sent: Monday, July 27, 1998 10:50 AM
    To:
    Subject: ActiveX control and Active Server Pages?
    Hello Forte users,
    Did anyone try to use the ActiveX control that ships with Conductor
    1.0G in an Active Server Page?
    I tried to use the ActiveX control without luck, so a sample would be
    appreciated. The code
    works fine in Visual Basic.
    Below the code:
    <HTML>
    <BODY>
    <%
    Set thisDirectory =
    Server.CreateObject("CONDUCTORCLIENT.WFDirectoryServiceCtl.1")
    Set thisEngine = thisDirectory.WFFindEngine("ceengine", "centrale")
    Set thisUser =
    Server.CreateObject("CONDUCTORCLIENT.WFUserProfileDescCtrl.1")
    thisUser.New
    thisUser.ProfileName = "MiniUP"
    thisUser.userName = "martin"
    ' The following call fails: Invalid procedure call or argument:
    'thisEngine.OpenSession'
    Set thisSession = thisEngine.OpenSession("CREATE", thisUser, "martin",
    0)
    Set thisProcess = thisSession.CreateProcess("MiniPD", Empty)
    thisSession.CloseSession (WFSESSION_TERMINATED)
    %>
    </BODY>
    </HTML>
    Martin Peters
    COMPAQ
    NSIS - AD&I - Application Connect
    email <[email protected]>
    phone: +31 (30) 2834902
    fax: +31 (30) 2834980
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>-
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    I don't have 6.1 in front of me now. I came up with a workaround for my application when I encounted this problem. I created an attribute node for the container and the tab control. Whenever the tab control was not on the page with the control, I made the container invisible. This then hid the activeX control.

  • Netscape cert type does not permit use for SSL server on Weblogic

    We have WLS 11g (11.1.1.5 SOA) on UNIX and we are trying to connect secured service (Using client certificate along with UserName and Password for Authentication ). I was able to test it using SOAP UI.
    But when I am testing the webservice I am facing listed error
    java.lang.Exception: oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: oracle.fabric.common.FabricInvocationException: Unable to access the following endpoint(s): https://abcd:1111/JWSs/V1/TermsWS at oracle.sysman.emas.model.wsmgt.WSTestModel.invokeOperation(WSTestModel.java:575) at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:381) at
    and domain log shows that
    Caused By: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: sun.security.validator.ValidatorException: Netscape cert type does not permit use for SSL server
    Please help me to resolve listed issue.
    Can I use Netscape client certificate on WLS?
    Do I need to take any extra care while working with client cert?
    I appreciate your help.

    Netscape cert type does not permit use for SSL clientTry using another certificate. Your certificate can't be used as a web browser client certificate.

  • Getting - Active Server Pages error 'ASP 0126'

    I get the following error when applying the upload function
    to my already made form.
    Active Server Pages error 'ASP 0126'
    Include file not found
    /sitename/sitepage.asp, line 2
    The include file 'dwzUpload/DefineVariable.asp' was not
    found.
    The top of my code on "Sitepage.asp" looks like this:
    <%@LANGUAGE="VBSCRIPT"%>
    <!--#include file="dwzUpload/DefineVariable.asp" -->
    <!--#include file="Connections/connBest.asp" -->
    <%
    '* ONLY UPLOAD *
    http://www.DwZone-it.com *
    server.ScriptTimeout = 5400
    Dim RG_Connection, RG..........
    I can supply more information if need be. Your help is
    greatly appreciated!
    Thanks,
    Matt

    "dwzUpload/DefineVariable.asp" location is:
    C:\inetpub\wwwroot\sitename\dwzUpload.
    So it's located in the site root, inside the dwzUpload
    folder.
    I am currently running the site on my local machine with
    IIS7.
    I don't get an error if I remove the 'upload' function on the
    site, but the site needs to offer upload of image files. Not sure
    where to go to from here.
    Thanks,
    Matt

  • My mail forms created by muse 2014.0.1.30 do not work. PHP 5.4 is enabled by hoster, so they should work. Can anyone help me, for these forms are crucial for my business.

    My mail forms created by muse 2014.0.1.30 do not work. PHP 5.4 is enabled by my hoster, so they should work. Can anyone help me, for these forms are crucial for my business. The forms confirm delivery, but the mails are not recieved. No spam filters enabled.
    Meanwhile, I was able to narrow the problem down: PHP seems not to accept a re-directed mail address as sender of the mail in some cases. So, it has nothing to do with the mail form itself.

    Hi Ingo,
    Please refer to this document, Troubleshooting Muse Form Widgets Used on Third-Party Servers
    Last section, "I've uploaded my new Muse form, and tried submitting it in the browser, but I never receive an email with the form data. What's wrong?"
    - Abhishek Maurya

  • How to find what are all the rules and events are monitoring for specific server in SCOM 2007

    how to find what are all the rules and events are monitoring for specific server in SCOM 2007.
    I need to know what are all the events, services, and rules are monitored for the specific server.
    Kindly help me friends.

    how to find what are all the rules and events are monitoring for specific server in SCOM 2007.
    I need to know what are all the events, services, and rules are monitored for the specific server.
    Kindly help me friends.
    Thanks for the question Sandoss. This is something that we all come across at sometime.
    Thanks & regards, Sumit Agrawal
    The lack of this feature is an inexcusable oversight for an enterprise management product.  They have some serious lightweights making design decisions on the SCOM team. 5 thumbs down. 
    BTW the answer is probably LOTS of stuff. Literally 100's of workflows are running on any server. 
    The following OpsMgr DB query will list all running monitors on a server. Change the name of @srv. I think this works pretty well.  I'd like some feedback if something is missing.
    DECLARE @srv varchar(30)
    SET @srv = 'your name here'
    SELECT mon.displayName as monitor, bme.FullName,bme.DisplayName as object,
    case
        when s.HealthState = 1 then 'healthy'
        when s.HealthState = 2 then 'Warning'
        when s.HealthState = 3 then 'Critical'
        else 'N/A'
    end as Health
    FROM state AS s WITH (NOLOCK)
    left join BaseManagedEntity as bme WITH (NOLOCK) on s.basemanagedentityid = bme.basemanagedentityid
    left join dbo.MonitorView Mon WITH (NOLOCK) on Mon.ID = s.monitorid
    where
    bme.FullName like '%' + @srv + '%'
    and s.HealthState <> 0
    and mon.IsInternalRollupMonitor = 0
    and mon.IsExternalRollupMonitor = 0
    order by bme.DisplayName, mon.displayName

  • What are the essential services that are required for ensuring server is healthy up ?

    Hi All,
    Please advise me What are the essential services that are required for ensuring server is healthy up ?
    Warm regards,
    jk1510

    The easiest way to find the Health report of server or workstation follow the below steps which is very much easiest way to get it done
    There are a few ways to find this in Windows Server 2008.
    First click “Start” and type “Generate a system health report”
    Or second navigate your way to the Control Panel choose “System and Security” and choose “Generate a system health report”.
    The last is to type “Generate a system health report” into the “Search Control Panel” box in the upper right hand corner of the Control Panel window.
    Once armed with this data it’s easier to refute or acknowledge an issue is at hand.
    BTW if you’re looking for this same thing in Windows 7 it’s there just buried a bit more.
    Search Performance in the Start Menu, choose “Performance Information and Tools”, click “Advanced Tools” from the menu on the left, and finally choose “Generate a system
    health report”.
    Ref: http://blogs.technet.com/b/rmontee/archive/2012/02/23/generate-a-system-health-report.aspx
    Exchange Queries

  • Which sharepoint service applications & services are required for Project server 2013 to work fine.

    HI,
    Can any one help me,
    I am planning to install project server 2013,  what are the service applications and Services ( Manage services on server in central admin ) in sharepoint  are required for project server 2013 to work fine, so that i will run only  service
    application and services to increase server performance..i don't want to configure all service applications  when i  am configuring.
    Thanks in Advance..
    vijay kommireddi

    Hi Vijay,
    If you are installing Project Server on SharePoint farm, You need to start the service Project Application Service which would be available after you install project Server 2013.
    For Project Server Reporting you need to start Excel service and Secure Store service.
    http://technet.microsoft.com/en-us/library/ee662106(v=office.15).aspx
    Thanks,
    Phani

  • Why does it say waiting for activation under facetime switch

    why cant i access facetime and why does it say waiting for activation under the facetime switch?

    Hi,
    If you have  a Jabber ID used in iChat and you add a Buddy the Buddy gets an Authorisation Request invite.
    iChat sends this Invite once.
    The Buddy cannot be properly in your Buddy List until they accept.
    However other Jabber Apps constantly sends the Authorisation Requests again and again until the person Accepts or Declines.
    In iChat if the Buddy misses the Request the Buddy list is left hanging with the "Awaiting" message.
    GoogleTalk and Facebook IDs ware valid Jabber names if you have Enable "Talk" on Google an "Chat" on Facebook.
    Try Deleting the Buddy from the list (Highlight and then Backspace key)
    Then Add them when you know they will see the request.
    (Or get a Third Party Jabber app and run that after adding their name until they reply)
    10:01 PM      Saturday; October 6, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • My imessage and facetime arent working and they said they are waiting for activation, how do i activate it?

    my imessage and facetime arent working and they said they are waiting for activation, how do i activate it?

    Create the playlist folders.
    Create the playlists inside them.
    Drag your folders of music to their respective playlists.
    You may want to visit Edit > Preferences > Advanced, then turn off the Keep... & Copy... options.
    tt2

  • Since i have changed my sim card iMessage & Facetime are wating for activation.

    Since i have changed my sim card iMessage & Facetime are wating for activation.
    What should i do to fix it?
    I have: iPhone 4S, iOS 5.1.1
    Thanks.

    ??

  • 8320 with a problem with BES activation. Phone asking for Activation Server address.

    I have a remote user, whose BB 8320 is asking for am Activation Server address. I looked thru the forms and the KB and the only two suggestion are use the servers SMTP address or leave blank neither have worked. The user wiped the blackberry before trying to activate. The phone was using BIS prior to today, she had t-mobile change her to their Corp/BES plan.
    Help please.....
    I am going to cross post in the Blackberry Professional software forum.. Sorry

    Hello black jack 1986,
    For troubleshooting information on this, take a look at this article:
    iPhone: Troubleshooting activation issues
    http://support.apple.com/kb/ts3424
    Since the update or restore did not complete you may also want to look at:
    iOS: Unable to update or restore
    http://support.apple.com/kb/HT1808
    Hope this helps,
    Mario

Maybe you are looking for

  • Exported swf formatting differs from preview mode

    When I view a model in preview mode, everything looks fine with the formatting.  However, after exporting the file (or viewing the export preview), some of the formatting is incorrect - such as axes labels and titles being truncated or moved from the

  • Tree component bug

    We use a tree component on client side with several tree nodes. We have a tree action for them. It usually works fine, but randomly getCookieSelectedTreeNode() method returns null (empty string). Sometimes no error after 10 clicks, but sometimes it r

  • Quicktime - double image when projecting to screen

    Hello, I am trying to project a Quicktime video to a pull-down screen. I select "full screen" from the QT View menu, and am sending to the 2nd monitor output, but I get two images rather than one big image on the screen. What do I need to do to fix t

  • Having problem importing scanned jpgs from ScanCafe

    I had some old pictures scanned by company called ScanCafe.  When loading to LR 5.4 it will load but when you click the thumbnail to develop.  It has an exclamation point and give message, Lightroom has encountered problem reading this photo.  This s

  • HT5137 how do I delete a gamehouse APP?

    I have an iMac and I downloaded a gamehouse game to try. I played and now I want to delete the APP. How do I do that? I have always had a PC and this is very new to me. Thanks