Designer Web Assistant and WebDB

We require assistance with linking WebDB to Web Assistant. We are new to the WebDB and the install instructions provided by the Web Assistant download are unclear about the finer points of connecting to the webdb listener. We are using Designer 2.1.2, WebDB 2.1 and Oracle 8.0.5, on a Unix Server, under Windows NT.
Problem:
When the homepage URL (odwa/odwa.cdwp.startup) is requested, using our ODWA id, the following error message is returned: component 'INIT_CGI_ENV' must be declared and identifier 'WWV_DOCLOAD.IS_FILE_DOWNLOAD' must be declared.
To date:
1) WebDB is installed on the Unix server which holds the Designer repository.
2) ODWA id has been created and granted access according to the grant script provided in the download for Web Assistant.
3) The ODWA ddl files have been moved to the server as \orant\odwa\ddl\* and recompiled.
4) The ODWA gif files have been moved to the server as \orant\odwa\images\* and a virtual directory has been added to the Listener Settings as /odwa_images/.
5) A new DAD was created called ODWA, pointing to the repository. The other parameters have not altered our problem and were removed.
6) Web Assistant was previously installed and evaluated as a static client and looks like a very valuable tool. But we require the flexibilty and simplicity of the dynamic approach.
Any suggestions would be appreciated! Thank you.

Anne,
Can you run WebDB itself? (create WebDB modules user the WebDB database browser)?
Did you create public synonyms for all database objects in the OAS_PUBLIC schema (these objects constitute the OAS Web PL/SQL Toolkit; packages such as HTF, HTP and OWA_UTIL should be in this schema)? Did you grant execute privileges on these objects to PUBLIC? (you can test this by connecting to SQL*PLUS and typing: desc htp <enter>.
If this returns a long list of procedure headings, this is probably okay. To be sure, type 'drop package htp' to remove an accidentally installed local instance of this package. If this statement does indeed drop a package, you must ensure no OAS_PUBLIC objects are installed in the ODWA schema.
The last error message you describe: procedure returned no data, could have the following cause: you call ODWA properly but the cdwp package in ODWA writes data to the wrong HTP package. The data returned by the WebDB listener is read from a buffer inside the HTP package (the one that is accessible to the WebDB listener). However, if ODWA writes to another package and therefore another buffer, WebDB listener cannot find any data to return.
To reduce confusion, it is best to make sure the database contains only one HTP package (as well as only one instance of the other objects in the Web PL/SQl Toolkit).
null

Similar Messages

  • Installing Oracle Designer Web Assistant (ODWA)

    Cannot install Oracle Designer Web Assistant (ODWA)!
    Also: Is it only meant to be installed on a windows client and not on a Unix server?
    SQL> @c:\ora81\odwa\ins\odwa_ins
    Value of ODWA_HOME directory (for example c:\orant\odwa):
    /opt/oracle/product/817/odwa
    Installing Oracle Designer Web Assistant (ODWA) database objects...
    ... installing ODWA tables/sequences and initial data
    ... creating ODWA views
    ... creating general packages/procedures/functions
    ... creating ODWA package specifications
    ... creating ODWA package bodies
    ... installing ODWA triggers
    ... setting initial ODWA filters and quality checks
    begin
    ERROR at line 1:
    ORA-06550: line 2, column 3:
    PLS-00201: identifier 'ECHO_UE.CREATE_OTE_FOR_UE' must be declared
    ORA-06550: line 2, column 3:
    PL/SQL: Statement ignored
    ORA-06550: line 3, column 3:
    PLS-00201: identifier 'ECHO_UE.CREATE_MPY_FOR_UE_PROPS' must be declared
    ORA-06550: line 3, column 3:
    PL/SQL: Statement ignored
    ORA-06550: line 4, column 3:
    PLS-00201: identifier 'ECHO_UE.CREATE_MPY_FOR_UE_TXT_USE' must be declared
    ORA-06550: line 4, column 3:
    PL/SQL: Statement ignored

    Jim,
    Sorry for taking so long before replying to your question.
    It is a problem we have seen before and the solution is quite simple.
    * Open the file ODWA_HOME\ddl\cdwp_brw.pkb
    * Locate the procedure browser
    * Change the following fragment from:
    ===================================
    htp.frame
    ( csrc =>'cdwp_brw.tree_plus_selector?p_el_id='&#0124; &#0124;
    to_char(p_el_id)&#0124; &#0124;
    chr(38)
    , cname=> 'selector'
    ============================================
    in:
    ===================================
    htp.frame
    ( csrc =>'cdwp_brw.tree_plus_selector?p_el_id='&#0124; &#0124;
    to_char(p_el_id)
    , cname=> 'selector'
    ============================================
    in other words: remove "&#0124; &#0124;chr(38)
    This shoudl do the trick.
    Please let me know whether this helped!
    best regards,
    Lucas Jellem

  • Oracle Designer Web Assistant

    Hi,
    How do I acquire Oracle Designer Web Assistant 6i.
    Thanks,
    Daren.

    Note that starting with Designer 6i version 4.6 onwards, the ODWA has been incorporated into Designer and is called Repository Object Browser (ROB).
    Please review the release notes, online documentation and the Designer OTN site for further information.
    - Suresh

  • Designer Web Assistant for 9i?

    Is there a version of Designer Web Assistant available that will work with 9i?

    David,
    The version released for Designer 6i (6.5.0.16) will work with Designer 9i as well. Furthermore, in an imminent release of Oracle Designer 9i, the Oracle Designer Web Assistant will be incorporated as Repository Object Browser.
    best regards,
    Lucas Jellema
    AMIS Services BV
    (and developer of the Oracle Designer Web Assistant)

  • Oracle Designer Web Assistant for 6i

    Hi,
    Will there be an ODWA for Designer 6i available through OTN? Is there and estimated time for its availabilty?
    Thanks in advance,
    Beatriz.
    null

    Beatriz,
    Currently there are no plans to make ODWA 6i available on OTN. ODWA 6i will be part of a new tools suite that you will be able to buy through Oracle Consulting. News about this suite will become available during the next month or so.
    regards,
    Sandra

  • How do I install a free trial of Adobe CS 5.5 Design/Web Student and Teacher edition?

    I have the serial number but my disks were lost due to a car fire.
    I tried the serial number with Adobe 6 but it doesn't work.
    I would really appreciate any help.

    You can download the installation files thru the link below and use your serial numner to activate:
    CS5.5 - http://helpx.adobe.com/creative-suite/kb/cs5-5-product-downloads.html

  • Designer Web Assistant with iAS

    Hi,
    Anyone using ODWA with the new iAS (not OAS) listener? I've got it working except for the virtual directory mapping for the gifs.
    The install instructions are excellent, but not for this version of iAS. I've tried different combinations for the Path Aliasing, but this seems to be more for DB stored logic than physical directories.
    TIA,
    Gary Wong

    Hi,
    Found the answer and wanted to share it...
    Edit jserv.conf, and put:
    Alias /odwa_images/ "E:\OraNT\odwa\gif/"
    Where E:\OraNT is your <OracleHome>. I remembered that the listener is now just
    straight Apache.
    Cheers,
    Gary
    null

  • Why does Creative Suite 6 Design & Web Premium hang up during installation?

    I just purchased Adobe Creative Suite 6 Design & Web Premium and it is hung up during installation. It gets to 8% complete during installing Microsoft Visual C++ 2008 Redistributable Package and just quits working. What is wrong?

    The problem was that my anti-virus software was preventing proper installation.
    Simple fix but at 3 AM not so simple to deduce.
    Thank you for your reply.

  • Adobe Creative Suit 6 Design & Web Premium fulfilment online Problems???

    Just bought the Adobe Creative Suit 6 Design & Web Premium and iv been trying to fill in the adobe student and teacher edition order fulfillment online but it doenst do anything when iv filled it out and pressed process???.... iv spoken to someone on the help chat thing but that wasnt really helpful as all i want to no is what do i do next??  How do i no if the information has gone through? I no that i need to wait to hear back and recive my serial number if it has, but while am waiting can i put the cd in as it says something about being able to do the 3o day trial while i wait?

    Hi Suzie,
        You need to first confirm where you have purchased your Education version product from. If you have purchased the product from Adobe Online in US, you can send your Proof of Eligibility under "My Adobe" > "My Orders". There you will find the Order date, and once you click there, you will find the option called submit Proof. Click on this option and fill in all the details and attach the documents.
    Secondly, if you have purchased the product from a reseller, it depends where you have purchased whether it is from your school or from a reseller and also it depends on the country from where you have purchased.
    Regards,
    Jairaj

  • CS6 Design&Web Premium Change Language

    Mine is Adobe Creative Suite 6 Design & Web Premium
    And my language is Chinese
    How I change to English ??
    thank you

    uninstall your current cs6, clean per Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6 and reinstall the english version by:
    open your cc desktop app>click the gear icon>click preferences>creative cloud>app language>english and reinstall cs6.

  • CS6 Design & Web Premium student version

    What is the diffence between CS6 Design & Web Premium and the Student Edition of the same software?

    There is none except for the licensing terms and pricing under which S&T software is provided.
    Mylenium

  • CS6 Design & Web Premium problem with instalation on Win 7

    Hi, after I have download CS6 Design & Web Premium and click on Set-up.exe, appeared me a window when was written that the instalation can not be started and I must download an aplication -
    Adobe Support Advisor  which is not now avaiable -> link - Adobe - http://www.adobe.com/support/loganalyzer/.
    Please help...
    *I have a orginal program for 2 computers

    Kubins I would recommend reviewing your installation log to determine the exact error message.  The Adobe Support Advisor has been discontinued.
    You can find details on how to locate and interpret your installation log files at Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html.  You are welcome to post any specific errors you discover to this discussion.
    If you need to download a fresh copy of the installation files they are available at Download CS6 products.

  • CS 6 Design & Web missing from Product dropdown list on install

    I am trying to install Adobe CS 6 Design & Web Premium.  When I enter my serial # it gives me a dropdown of products with the message "Serial Number you provided is valid, but a qualifying product could not be found on this computer."  CS6 Design & Web Premium does not appear on the product dropdown list.  I am upgrading from CS 4 Design Premium.  Any ideas how I can get this?

    Hi there,
    Welcome to the Community!
    It seems that you have bought an upgraded serial number of Adobe CS6 Design & Web premium and it is asking for a previous version.
    Do you have a previous version either of Design premium or Web premium CS5.5 or CS5?
    Please contact Adobe support to discuss further options, check it here: http://helpx.adobe.com/contact.html
    Thanks!
    Ankit

  • I have Creative Suite 6 Design & Web Premium installed on my HP Windows 7 laptop. All of a sudden Acrobat Pro will not open and I cannot reinstall. Get errors 2203, & Error-Install MSI payload failed with error 1603. Help.

    I have not been able to reinstall Acrobat Pro on my laptop. I have Suite 6 Design & Web Premium on my HP laptop. I have Windows 7 operating system. All of a sudden Acrobat Pro will not open so I uninstalled and tried to reinstall the program.
    The error messages I get are:
    ERROR: Error 2203.Database: C:\Windows\Installer\12102c.ipi. Cannot open database file. System error -2147287035.
    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Error 2203.atabase: C:\Windows\Installer\12102c.ipi. Cannot open database file. System error - 2147287035.
    ERROR: Third party payload installer AcroPro.msi failed with exit code: 1603
    Help PLEASE!

    Hi Patricia ,
    For error 2203 ,please refer to the following link.
    https://helpx.adobe.com/creative-suite/kb/error-2203-install-creative-suite.html
    For error 1603 ,refer to this link.
    https://helpx.adobe.com/creative-suite/kb/error-1603-install-cs3-cs4.html
    Let us know if this solves the issue .If required ,we"ll surely assist you further.
    Regards
    Sukrit Dhingra

  • Bridge crashes on start up, is there a way to do a clean install or properly troubleshoot? (Literally just uninstalled and cleaned computer of Adobe products and reinstalled Design and Web Premium and bridge still crashes..)

    Bridge crashes on start up, is there a way to do a clean install or properly troubleshoot? (Literally just uninstalled and cleaned computer of Adobe products and reinstalled Design and Web Premium and bridge still crashes..)
    Here is the crash report:
    Problem signature:
      Problem Event Name: APPCRASH
      Application Name: Bridge.exe
      Application Version: 5.0.0.399
      Application Timestamp: 4f5ec62d
      Fault Module Name: Bridge.exe
      Fault Module Version: 5.0.0.399
      Fault Module Timestamp: 4f5ec62d
      Exception Code: c0000005
      Exception Offset: 003209fa
      OS Version: 6.1.7601.2.1.0.256.4
      Locale ID: 1033
      Additional Information 1: 0a9e
      Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
      Additional Information 3: 0a9e
      Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt

    Have you tried to reset preferences?  And no you do not have to start Bridge to do this.,
    Hold down the Ctrl key and start Bridge.  You should get a reset window with 3 options.  Choose all 3.

Maybe you are looking for

  • CSS with JSC

    I am using two style sheets fro my jsp page.One fro the screen media and the other for the print media. For print media I am hiding out unwanted elements using CSS selectors.I have a problem here. The JSC renderer generates id's for html span element

  • Images are not displaying properly i.e Broken

    images are not displaying properly i.e Broken .they are not opening in any website even in facebook

  • Pull User details from Oracle Table (TSS)  to OIM

    Hi I am learning OIM so, please excuse if this is a silly question. I have created a Generic Technology Connector to connect to a user table in oracle database with correct parameters and the GTC was successful. I have done the field mapping between

  • Mac Book Air Lion OS version 10.7 and Adobe

    Hi everyone.  I brought a Mac Book Air Notebook recently (Lion OS/version 10.7) and I am having problems to watch the youtube videos. Any suggestion? Thanks.

  • How to play audio with an embed code?

    I have a code to embed an audio player and I create a muse document to create a html index and them I put it in indesign document with the overlay creator tool (web content). In the desktop preview works fine but in the ipad doesn't. Any idea? thanks