Microsoft Active Server Pages with interMedia

Can Oracle interMedia text be integrated within ASP's to deliver images to the database, and vice versa. Looking at the sample code, it appears that Oracle uses the clipboard and annotator tools, but I didn't see anything else. The "post method" within the html pages, caused a problem with the ASP developer. Any insights, or if you can point me in a different direction would be most helpful.

hi mark,
I have worked with OAS and intermedia a lot but i think you can do all that you want as while extracting the data its just a URL. Only thing you have to do is i guess install Web agent as IASAPA on IAS.
all the best
chetan

Similar Messages

  • 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.

  • 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

  • Can Microsoft active directory integrated with Oracle Applications

    Hi,
    Can anyone provide me any document on Microsoft Active Directory Integration with Oracle Applications(12.0.6)
    Manish

    Hi,
    It is possible, please refer to the following documents for details.
    Note: 376811.1 - Integrating Oracle E-Business Suite Release 12 with Oracle Internet Directory and Oracle Single Sign-On
    Note: 415007.1 - Oracle Application Server with Oracle E-Business Suite Release 12 FAQ
    Regards,
    Hussein

  • Connect a Microsoft SQL Server Database with eclipse

    Hi all,
    I am having problem to connect a Microsoft SQL Server Database with eclipse. Is it possible to do it? And could someone explain me how, please? When I want to create a connection from the data source explorer, I have in the list of connection only derby and jdbc. Is anything else that I have to download?
    Thank you in advance for your help.

    Just choose generic JDBC and locate/specify the driver yourself. Exactly the same as you would use when you wrote JDBC code yourself.

  • 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]>

  • Should I use microsoft active sync simultaneously with iCloud?

    I sync my email, calendar and contacts on all my apple devices to a microsoft exchange server. Now that Apple has intoduced iCloud I need to know whether one can use iCloud and Exchange syncing at the same time for Mail, Calendar and Address Book.
    I tried simultaneously enabling iCloud for Mail, Calendar, Address Book, Back to my Mac (and iPhone) and Find my Mac (and iPhone).
    The result seems to be a lot of duplicates everywhere and ultra rapid depletion of battery power on my iphones.
    Any ideas how to simplify things?
    Thanks for your help.

    NO, you can't, Microsoft Active sync is for Windows devices, not for blackberry devices.
    You can use Blackberry Desktop Manager to sync contacts, tasks, calendar and memos.
    The Blackberry Desktop Manager Installation Cd is in the blackberry box, if you don't have the cd, you can download the application from this link
    http://na.blackberry.com/eng/services/desktop/
    If I help you with any inquire, thank you for click kudos in my post.
    If your issue has been solved, please mark the post was solved.

  • .aspx file extension (Active Server Page Extended File)

    Running an Intel iMac with OS X 10.6.4 and Firefox 3.6.12.
    I recently have received links to web pages that have files with the .aspx file extension. When trying to open the files they are downloaded to my hard drive, but will not open.
    Web information on this file extension indicates that any web browser including Firefox will open the file.
    As stated above Firefox will not open files with the .aspx extension. Can anyone explain why?
    Incidentally Safari opens the files with the .aspx extension. I don't routinely use Safari. Firefox is my default browser and would prefer to use it if possible.

    On 19 Feb 2007 in macromedia.dreamweaver.appdev, Henry Flash
    wrote:
    > So, if I understand you both correctly, if I use server
    side
    > includes on an asp page, I should name the page with an
    extension of
    > .asp?
    An asp page is an asp page is an asp page, whether or not you
    use
    includes in it. Unless you do some fancy server
    configuration, in order
    for the server to recognize it as an asp page and parse it as
    such, its
    extension should be .asp (or .aspx).
    If you mean the include file, it doesn't matter what its
    extension is. I
    just tested on an IIS5 server, and ASP code was parsed in an
    include with
    an extension of .monkeybutt. There are two advantages of
    naming them
    with a .asp extension:
    - DW recognizes them as asp files
    - Their contents won't display if somebody finds them by
    accident
    Joe Makowiec
    http://makowiec.net/
    Email:
    http://makowiec.net/email.php

  • KDE Konqueror: trouble loading active server pages asp/aspx

    Hi!
    I need to access the pages of the french embassy
    for a visa and I found that their form page would not load in konquerer.
    I noticed that it is an aspx page,
    now I wonder as this is Microsoft, if this can be accessed from Linux???
    Rainer
    That problem I had when doing this from Ubuntu jaunty - now, with Arch Linux completely setup it all works fine!
    Last edited by rainerd66 (2009-05-27 04:26:19)

    I'm having the same problem. I want to use the Application and Session objects to maintain the connection pool. Doe's anyone have any suggestions with code examples of how to do this?
    Thank you.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Milind Joshi ([email protected]):
    Hello,
    I am having trouble connecting the ASP pages to Oracle 8i database. Here's the situation:
    The webserver is a W2K dual processor server with IIS 5 on it. I have a virtual directory on this server which has the ASP pages. There is Net8 installed and configured on this server and I verified that I can connect to the oracle database on the other server in the network.
    When I try to access any ASP page, it does not connect to Oracle database. What's going wrong?
    Any replies would be appreciated. Thanks.
    Milind<HR></BLOCKQUOTE>
    null

  • 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

  • Calling java from inside an Active Server Page.

    Is it possible to call a java application from inside an ASP ?
    I can't write COM. Just Java. But IIS is all I have access to at this time.
    thanks,
    nupevic

    Yes, I did a year ago (a PDF creating app); however I've forgotten how. Microsoft had a register-tool I believe.
    Please wait on someone else's (with a better recall) reply.

  • Customize the appearance of Content Server pages with hcsf and idoc?

    I've read through the documentation here:
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e10807/c04_look_nav002.htm
    and can create a simple form using hcsf and idoc.
    Here's what I would really like to do:
    I would like to create very streamlined forms that support the following Content Server functions:
    1. Document Search
    2. Document Checkout
    3. New Document Add
    4. Display of Search results
    What I mean by streamlined is this: no tool bars of any kind, no decorations, just the bare minimum to support the above mentioned functions.
    My questions:
    Is this even possible?
    Are there examples of this anywhere?
    Is there further documentation about using hcsf and idoc to integrate with Content Server functions?
    Thanks in advance for your help,
    Dave

    Dave,
    try adding &coreContentOnly=1 to the end of the URL and see if that does the trick for you.
    This prevents the std_page_begin and std_page_end includes from being executed/displayed which removes the toolbars etc.
    Using profiles and rules you can control the rest of the search and checkin form layout and look/feel.
    If you really want to reproduce standard behavior with forms (e.g. for other specialized purposes) then take a look at Bex's book (http://www.amazon.com/Definitive-Stellent-Content-Server-Development/dp/1590596846)
    or talk to us at Fishbowl as forms and workflows are a specialty of ours - http://bit.ly/b2Ydv6
    we do special forms for business process centric work like BOMs, ECOs, CERs, Contract Management, CapEx etc...
    Warmly,
    Billy Cripe
    Fishbowl Solutions

  • Writing .asp Active Server Pages and calling Crystal XI in a COM+

    We have some old applications we are trying to update to Crystal XI.  We have done case 1219676 - How to run the RDC in a COM+ applicaiton package.  When we run the report the report generator comes us but no data or fields display.  We also do not receive an error.  We are trying one of the test reports below you can link on to see the result.  I am at a loss what to try next.
    http://www.flypets.com/orders/test_cr11/SimplePreviewReport.asp

    It's 404 on:
    http://www.flypets.com/crystalreportviewers11/ActiveXControls/ActiveXViewer.cab
    You either don't have the viewer deployed, or your pages are referencing the incorrect version.
    Your page is currently references XI Release 1 and not Release 2.
    Sincerely,
    Ted Ueda

Maybe you are looking for

  • Problem Accessing Class in my package from jsp file

    Hi, I am using Apache tomcat server and i have made package which contains a class for database connection. I have imported this package in my jsp file but when i run the jsp tomcat gives the class not found exception. i have placed the jsp file in /

  • Weird LOV behaviour - delay when go_block,go_item

    Hi, I have a lov and after the user selects a value I go to another block and execute a query. Problem is that after I check the return value of show_lov and find it true, it takes some 3-4 secoonds for the code to execute if it had a go_item or go_b

  • PO to supplier using external send option email (to multiple addresses)

    Hello All, We have activated PO external send option for our client but they want that PO should be sent to more than one ID of the supplier and it seems that is not possible by maintaining multiple addresses in Vendor Master's Address view as system

  • What is the MAAssetSharing plug in and why is it making logic crash?

    I keep having crashing problems when I load a new instrument. Then logic blames it on the MAAssetSharing plugin but I can't find it on my computer to delete it. What is it for and why is it making logic crash. Thanks in advance

  • ITunes for Windows XP 64bit

    Hello, i'd like to install itunes on a windows XP64 machine, but the 32bit and the 64bit version wont work. The 32bit installer tells me I have to use the 64bit version, but this version is only for vista or windows 7 Any solutions?