"No DAD configuration found" in Solaris Portal 3.0.7.6.2

I get that message in the browser when trying to access my installed Portal 3.0.7.6.2 on Solaris
What's the problem ?

This error is returned when the dad name typed in the URL does not exist in the $9IASHOME/Apache/ModPLSQL/cfg/wdbsvr.app file. Check the file and confirm the DAD name. Also make sure the URL you are using looks like:
http://hostname:port/pls/dadname/

Similar Messages

  • /pls/admin_/gateway.htm - No DAD configuration Found ?

    Hi All !
    For some reason I messed up my configuration and now I can't retrive the page
    http://myhost/pls/admin_/gateway.htm
    I realize that the forum may not be for PORTAL configuration but is imperative for me to fix this
    issue as I am testing and generating some modules from the Design Editor and they will not come up since the
    configuration is not set up properly. I already tried posting this on the PORTAL Forum , but there are no responses.
    I get the following error :
    No DAD configuration Found
    DAD name:
    PROCEDURE : gateway.htm
    URL : http://myhost/pls/admin_/gateway.htm
    PARAMETERS :
    ===========
    ENVIRONMENT:
    ============
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=2
    SERVER_SOFTWARE=Apache/1.3.12 (Win32) ApacheJServ/1.1 mod_ssl/2.6.4 OpenSSL/0.9.5a mod_perl/1.22
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=80
    SERVER_NAME=uroboros-server
    REQUEST_METHOD=GET
    QUERY_STRING=
    PATH_INFO=/admin_/gateway.htm
    SCRIPT_NAME=/pls
    REMOTE_HOST=
    REMOTE_ADDR=63.215.155.114
    SERVER_PROTOCOL=HTTP/1.1
    REQUEST_PROTOCOL=HTTP
    REMOTE_USER=
    HTTP_CONTENT_LENGTH=
    HTTP_CONTENT_TYPE=
    HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
    HTTP_HOST=uroboros-server
    HTTP_ACCEPT=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
    HTTP_ACCEPT_ENCODING=gzip, deflate
    HTTP_ACCEPT_LANGUAGE=en-us
    HTTP_ACCEPT_CHARSET=
    HTTP_COOKIE=
    Authorization=
    HTTP_IF_MODIFIED_SINCE=
    I am using Portal 309.
    Can some one please be nice to me and help me with this issue ?
    Thank you in advance.
    Chris.

    Hi,
    It looks like that you don't have the DAD entry in the listener settings.
    In the listener folder of your oracle home you can find a file named as wdbsvr.app.
    Open this file and check for the DAD entry that you are using.
    It should have the valid password and the connect strings too. Just validate this file and restart yourwebdb listener.
    Hope this helps you.
    Cheers,
    Siva.

  • ERROR: No DAD configuration Found

    Hi
    I am converting my servlet into portal. my servlet used form to pass some parameters. When i submit my form i got the forllowing error.
    Thanks. Any suggestion will appreciate.
    VC
    Wed, 08 Aug 2001 00:04:55 GMT
    No DAD configuration Found
    DAD name:
    PROCEDURE : !null.wwpob_page.show
    URL : http://ntserver:80/pls/null/!null.wwpob_page.show?_pageid=null
    PARAMETERS :
    ===========
    ENVIRONMENT:
    ============
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=2
    SERVER_SOFTWARE=Oracle HTTP Server Powered by Apache/1.3.12 (Win32) ApacheJServ/1.1 mod_ssl/2.6.4 OpenSSL/0.9.5a mod_perl/1.24
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=80
    SERVER_NAME=ntserver
    REQUEST_METHOD=POST
    QUERY_STRING=_pageid=null
    Here is the some part of my code.
    private void renderShow(PortletRenderRequest pr)
    throws PortletException {
    try {
    /*HttpServletRequest request = (HttpServletRequest)
    pr.getAttribute(HttpProvider.SERVLET_REQUEST);
    HttpServletResponse response = (HttpServletResponse)
    pr.getAttribute(HttpProvider.SERVLET_RESPONSE); */
    PrintWriter out = pr.getWriter();
    pr.setContentType("text/html; charset=WINDOWS-1252");
    pr.setContentType("text/html");
    //PrintWriter out = response.getWriter();
    // create and send html form to user
    out.println("<html>");
    out.println("<body>");
    out.println("<title>Age calculation</title>");
    out.println("<form method=\"POST\" action=\""+HttpPortletRendererUtil.htmlFormActionLink(pr,PortletRendererUtil.PAGE_LINK) +"\">");
    HttpPortletRendererUtil.htmlFormHiddenFields(pr,PortletRendererUtil.PAGE_LINK);
    String ageParam = HttpPortletRendererUtil.portletParameter(pr, "ageyear");
    String submitParam = HttpPortletRendererUtil.portletParameter(pr, "mySubmit");
    out.println("Enter the Year of Birth<input type=\"text\" name=\" + ageParam + \"><br>");
    out.println("<input type=\"submit\" name=\" + submitParam + \" value=\"submit\">");
    out.println(" </form>");
    out.println("</body>");
    out.println("</html> ");
    if (pr.getParameter(submitParam) != null ) {
    out.println("You are "+ calculateAge(pr,out));
    } catch (Exception e) {

    Vipul,
    You may want to take a look at the parameter passing sample in PDK-Java. This is more updated and meant to display the proper way to pass parameters. It also includes an article to make sure that you do it correctly.
    You can find this in the PDK at the PDK-Java Samples page.
    http://portalstudio.oracle.com/servlet/page?_pageid=414&_dad=ops&_schema=OPSTUDIO
    Click on M-R to view the Parameter passing sample. This sample/article explains how to create a parameter passing portlet.
    Sue

  • No DAD configuration Found

    Please if somebody can help.
    My TNS Listener is running and database us up.Connecting to portal home page is giving me "Proxy log on failed" together with the message "TNS could not resolve service name"
    In http://192.168.1.101/pls/portal30/admin_/dadentries.htm i have DAD name portal30 ,username portal30,password portal30 and connect string
    192.168.1.101:1521:mydatabase
    Checking entries (http://192.168.1.101/pls/bootstrap/admin/dadentries.htm)i got
    No DAD configuration Found
    DAD name:
    PROCEDURE : admin/dadentries.htm
    URL : http://my_server:80/pls/bootstrap/admin/dadentries.htm
    PARAMETERS :
    ===========
    ENVIRONMENT:
    ============
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=2
    SERVER_SOFTWARE=Apache/1.3.12 (Win32) ApacheJServ/1.1 mod_ssl/2.6.4 OpenSSL/0.9.5a mod_perl/1.22
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=80
    SERVER_NAME=my_server
    REQUEST_METHOD=GET
    QUERY_STRING=
    PATH_INFO=/bootstrap/admin/dadentries.htm
    SCRIPT_NAME=/pls
    REMOTE_HOST=
    REMOTE_ADDR=192.168.1.101
    SERVER_PROTOCOL=HTTP/1.1
    REQUEST_PROTOCOL=HTTP
    REMOTE_USER=
    HTTP_CONTENT_LENGTH=
    HTTP_CONTENT_TYPE=
    HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
    HTTP_HOST=192.168.1.101
    HTTP_ACCEPT=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
    HTTP_ACCEPT_ENCODING=gzip, deflate
    HTTP_ACCEPT_LANGUAGE=en-us
    HTTP_ACCEPT_CHARSET=
    HTTP_COOKIE=
    Authorization=
    HTTP_IF_MODIFIED_SINCE=
    For god sake please help.I spent enough time on it
    How can i chech my TNS connect string in PL/SQL?
    Thank everybody

    You need to test connnecting to the database using the SAME oracle home that you installed portal into.
    I find that although YOU can connect to the db, their can be occasions when portal can not connect to the db.
    So when you use the portal installation dir as your oracle home and connect to the db, hopefully more informative information will be shown to you.

  • HTTP-404 No DAD configuration found or no default home page

    Hi,
    No EBS login page was available this morning but all services appeared to be online as usual. I restarted Apps Tier and could then see login page.
    Now I have to find out what happened. There is nothing in the db log file, the listener log, the cc manager logs, the Jserv logs.
    The only thing in the Apache log is this:
    first error around 4.30am, then next later this morning:
    [Wed Aug 26 04:36:55 2009] [warn] mod_plsql: /pls/PROD/OA_HTML/webtools/jslib/cabo_utilities.js HTTP-404 No DAD configuration found or no default home page
    [Wed Aug 26 04:36:55 2009] [warn] mod_plsql: /pls/PROD/OA_HTML/webtools/jslib/container_constructor.js HTTP-404 No DAD configuration found or no default home page
    [Wed Aug 26 04:36:55 2009] [warn] mod_plsql: /pls/PROD/OA_HTML/webtools/jslib/toolbar_constructor.js HTTP-404 No DAD configuration found or no default home page
    then, a little later this morning:
    [Wed Aug 26 10:44:36 2009] [warn] mod_plsql: /pls/PROD/OA_HTML/webtools/jslib/container_constructor.js HTTP-404 No DAD configuration found or no default home page
    [Wed Aug 26 10:44:36 2009] [warn] mod_plsql: /pls/PROD/OA_HTML/webtools/jslib/toolbar_constructor.js HTTP-404 No DAD configuration found or no default home page
    [Wed Aug 26 10:44:36 2009] [warn] mod_plsql: /pls/PROD/OA_HTML/webtools/jslib/button_constructor.js HTTP-404 No DAD configuration found or no default home page
    [Wed Aug 26 10:44:36 2009] [warn] mod_plsql: /pls/PROD/OA_HTML/webtools/jslib/cabo_utilities.js HTTP-404 No DAD configuration found or no default home page
    Is this the problem or, as I suspect, the symptom of the problem? I am running out of ideas of where to look for any thing that might point to what happened.
    OS is WIndows Server 2003. EBS is 11.5.10 and db is 10.2.0.2.
    Thanks.
    DA
    Oh - no clones, no changes have been made recently.
    Edited by: Dan A on Aug 26, 2009 10:40 AM

    Hi Dan,
    The entries in the log files posted above do not help much in finding out the cause of the issue. Does this happen regularly? Can you find any dump files created when this happens? If this happens for few times only, is there any specific action that is done by the users (for example, running specific concurrent program, accessing certain module/form, ..etc) or by the system (like a backup)?
    Did you try to find if any errors are logged in the Event Viewer? Since debugging was not enabled at the time this issue occurred, then it is not easy to tell why that happened. Maybe you could log a SR and upload all relevant log files and see if Oracle Support can help.
    Regards,
    Hussein

  • PSP - DAD configuration Error

    I had configured a DAD for mod_plsql in Oracle Http server from the client side browser. The http server is in the sun solaris. It was working fine. One fine day I started getting the error
    Fri, 18 Apr 2003 23:08:43 GMT
    No DAD configuration Found
    DAD name:
    PROCEDURE : gateway.htm
    URL : http://testl-sun:7777/pls/admin_/gateway.htm
    PARAMETERS :
    ===========
    Any Idea How to configure the DAD file and in which directory it is located in the sun machine.
    Mohan

    Hi Mohan,
    Enter the URL in the error message " http://testl-sun:7777/pls/admin_/gateway.htm" in your browser and that should bring up the gateway. You normally configure the DAD through the gateway.
    For additional infomation see the "Oracle9i Application Server - Using the PL/SQL Gateway."
    Regards,
    Don Green

  • How to configure CUPS in Solaris 10 X86 and SPARC

    Dears,
    I need help in configuring CUPS for Solaris 10 X86 as well as on SPARC.
    What i did?
    Downloaded the CUPS 1.5.0
    read the readme.txt
    read the INSTALL.txt
    Pre-req installation requires :-
    CFLAGS= -i /some/directory \
    CPPFLAGS = -i /some/directory \
    CXXFLAGS = -I /some/directory \
    DSOFLAGS = -L /some/directgry \
    LDFLAGS = -L /some/directory \
    ./configure --
    It errors out with
    checking for gawk ... no
    checking for mawk... no
    checking for nawk ...nawk
    chekcing for gcc ... no
    checking for cc ... no
    checking for cl.exe no
    Configure error: no acceptable C compiler found in $PATH
    see 'config.log' for more details
    I installed all the missing dependencies from www.sunfreeware.com and I have the same problem.
    I also tried to install the software packages from the operating system dvd... like for
    ls -lrt gcc
    gcc "SUNWgcc", "SUNWgccS", "SUNWgccruntime"
    ls -lrt cc
    cc "SUNWgccruntime", "SUNWlccom", "SUNWcctpx", "SUNWccisgn" , "SUNWccinv", "SUNWccfwctrl", " SUNWccfw", "SUNWccccrr", "SUNWccccr", "SUNWccccfg", "SUNWislcc",
    "SUNWaccu", "SUNWaccr", "IPLTccons", " SUWgccs", "SUNWgcc", "SUNWmccom", "SUNWmcc", "SUNWusbccids", "SUNWusbccid"
    ls -lrt gawk
    no results
    ls -lrt mawk
    no results
    ls -lrt cl.exe
    no results
    Is there any way should i follow apart from the above?
    Rgds,
    Mky

    Check pkginfo -l for each package.
    export the PATH variable where the packages are installed, like /usr/local/bin and etc.

  • Configuring IPSec in Solaris 9

    Hello Friends,
    I want to configure IPSec in solaris 9 so that a win2k/XP machine can communicate with that solaris m/c using IPSec. Could anybody help me regarding this. I have a basic idea of IPSec. I just want a step by step instructions for how to configure it. I have searched through google and found many docs which instructs how to configure IPSec between solaris only and also between windows only and I have succeeded to do so. But failed to configure it within solaris and windows.
    Thanks and Regards
    Dipta P Banerjee

    yes, you can use oracle thin driver.
    Your connection pool configuration is actually using datasource of oracle thin driver.
    1) download oracle thin driver from oracle
    2) .jar need to be kept in AS_INSTALL/domains/<domain-name>/lib/ext
    3) restart AS
    4) set all the necessary properties for Oracle thin driver - conn. pool (refer App Server Administration Guide > JDBC Resources > Config. for specific JDBC Drivers > Oracle thin type 4 driver
    5) Ping conn. pool
    If you are still getting the failure message, please post
    1) exception got during ping, from domains/<domain-name>/logs/server.log
    2) connection pool configuration
    Thanks,
    -Jagadish

  • DAD Configuration Access

    Hi
    I want to give access to a user just for dad configuration , is there a way to do that ??
    thanks
    Walid
    null

    You can create a user without permission to log in. He will have access to DAD configuration but won't be able to log in to portal.
    It it that what you wanted?
    best regards
    Krzysztof Jungowski

  • Configure MDM iviews in portal

    Iam trying to configure MDM iviews in portal, When i try to upload the MDMJAVAAPI04_3.sca file i get the below error
    Iam using MDM 5.5 service pack 4
    <i>===========================================================================
    Deployment started Fri Jun 01 16:02:19 IST 2007
    ===========================================================================
    Starting Deployment of com.sap.mdm.tech.mdm4j
    Aborted: development component 'com.sap.mdm.tech.mdm4j'/'sap.com'/'SAP AG'/'5.50.20061217101225.0000'/'0', grouped by software component 'MDM_JAVA_API'/'sap.com'/'SAP AG'/'1000.5.50.4.3.20061227155701''/'0':
    Cannot login to the SAP J2EE Engine using user and password as provided in the Filesystem Secure Store. Enter valid login information in the Filesystem Secure Store using the SAP J2EE Engine Config Tool. For more information, see SAP note 701654.
    com.sap.sdm.serverext.servertype.inqmy.extern.DeployManagerAuthExceptionWrapper: Wrong security credentials detected while trying to obtain connection to the J2EE Engine.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineCompOnlineDeployerImpl.checkLoginCredentials.DMAUTHEXC)
    Deployment of com.sap.mdm.tech.mdm4j finished with Error (Duration 2964 ms)
    Starting Deployment of MDM_JAVA_API
    Aborted: software component 'MDM_JAVA_API'/'sap.com'/'SAP AG'/'1000.5.50.4.3.20061227155701''/'0':
    Failed deployment of SDAs:
    development component 'com.sap.mdm.tech.mdm4j'/'sap.com'/'SAP AG'/'5.50.20061217101225.0000'/'0' : aborted
    Please, look at error logs above for more information!
    Deployment of MDM_JAVA_API finished with Error (Duration 1272 ms)</i>
    My SDM password and portal administrator password are the same. But dont know why it says login failure.
    Please help
    If some one has the detailed steps for configuring the mdm iviews in portal please help

    Hi Suresh,
    I also have some requirement to use MDM standard iViews.
    Can u give me the list of scas and sdas which i need to deploy on the portal srever.
    I have already deployed the following scas and sdas.
    1.com.sap.mdm.tech.mdm4j.sda
    2.com.sap.mdm.tech.connector.sda
    3.BPMDMTECHN00_0.sca
    4.BPMDMAPPLI00_0.sca
    i am also using MDM 5.5 sp04 and EP7.0
    after deploying these jars, i am getting the MDM system template but after that it gives me runtime exception
    Following is the runtime exception while creating system
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    iView not found: com.sap.pct.mdm.tech.systems.MDMSystemWizard.
    Exception id: 12:43_05/06/07_0049_11774250
    See the details for the exception ID in the log file
    Thanks in advance,
    Regards Shruti.

  • Problem with tcode FMCACOV "No valid configuration found"

    Hi experts
    i'm trying to prove this transaction:
    Tcode FMCACOV (program FMCA_COV) "Business Partner Overview"
    the system spits out this message:
    "No valid configuration found" Message no. FMCA_COV004
    can you help me?
    thanks!

    If this is a new domain, it could take days for all the needed name servers to get all the DNS records they need. However the registration in 2014 would indicate it is not that new http://www.dnsstuff.com/tools#whois|type=domain&&value=southcoaststeel.co.uk
    I am guessing your mail provider has an old name server record without an MX record. Although MX record support for the domain is fairly spotty see http://www.dnsstuff.com/tools#ispCacheLookup|type=domain&&value=southcoaststeel.co.uk&&recordType=MX
    They have an MX now, although the domain setup does appear to have other issues like no A record. see http://www.dnsstuff.com/tools#dnsReport|type=domain&&value=southcoaststeel.co.uk

  • Configuring networking on Solaris 10

    How do I configure networking on Solaris 10, is there a single command or must I edit each file individually?
    If so, what's the format of /etc/hostname.hme0

    turnstile:
    That advice will only work if the original poster has
    a Sun SPARC system with certain integrated 10/100 Ethernet.
    They didn't tell us what system they actually had.
    The device instance name applies to its associated chipset.
    HME is different from ERI, is different from DMFE, is different from DNET, is different from IPBR, etc, etc, etc.
    etcetra:
    Do the sys-unconfig procedure. If you have a recognized network controller,
    it will prompt you with sufficient questions to configure it,
    particularly if you do not know what actual chipset you might have,
    and want a setup that survives a reboot.

  • No configuration found error at OpenActivityView and ActivationView

    Hello.
    I've got a problem with the NetWeaver    Developer Studio, while I'm logging on the next error message is shown:
    There is no configuration found for com.tssap.dtr.client.eclipse.ui.treeBrowser.OpenActivityView view. Empty TreeInput provider will be used.
    And the Open Activities View appears empty.
    The same problem is happening in the activation view.
    How can this be solved?
    Thank you very much.
    Pablo.

    Hi,
    I found following link and may help you.
    [How to remove modifications form InactiveDCs ?;
    Manoj
    Edited by: Manoj Chintawar on Mar 16, 2009 8:09 PM

  • How to configure KM in federated portal network

    Dear Friends,
      Can anyone help me in configuring KM in federated portal network. If KM is configured in producer portal how to make use of that KM content in consumer portal.
       Is it possible to directly configure KM in consumer portal?
      Please help me out.
      Thanks & Regards
      Sireesha.

    Hi Sireesha,
    1) In order to use all capabilities provided by Knowledge Management, the
    recommended solution would be to use KM only on one portal in the federation.
    This could be the central consumer portal or alternatively one of the producer
    portals. Then all features, like versioning, taxonomies, approval workflows,
    subscriptions, template-based publishing … will be available in this portal.
    2) In case KM has to be federated to different producer portals, KM iViews (e.g.
    Document iViews, Navigation iViews) could be integrated with the content sharing
    modes provided by FPN. However, this is not a deep integration, because only a
    redirect to the remotely located iViews is performed. The services themselves, like
    taxonomies, will not be available in the consumer portal.
    The recommended approach is to Configure KM on Consumer Portal only or Producer portal only.
    Regards,
    Shailesh Nagar

  • Configuring UWL in Federated Portal Network(FPN)

    Hi,
    I have a requirement to integrate UWL in FPN. Could some one throw light on this?
    Thanks.
    Best Regards,
    Shiva

    Hi,
    mabye this statement from SAP note https://service.sap.com/sap/support/notes/880482 does help you:
    Universal Worklist (UWL): It is recommended to configure only one UWL in the central consumer portal, for the following reasons:
    Multiple UWL instances are not synchronized. It is not possible to aggregate the work items from more than one UWL iView into a single UWL iView. UWL items from KM like subscriptions and approval workflows cannot be sent to remote UWLs either (thus KM and UWL should be configured in the same portal).
    Regards,
    Sascha

Maybe you are looking for

  • Error in loading blolb data

    hi, i have a form page where i am hard coding data into a table with the help of a process. I have a blob column in the table and i want to insert the data in to the column of blol.i am not able to do so. my table has following columns ID     NUMBER 

  • Media Center

    Hi everybody. Sorry if this topic doesn't quite fit here. You can redirect me if there's already another discussion about this going on. I am in the process of doing a major overhaul on my home entertainment system. Getting some new speakers, a TIVO,

  • Update 4.1.2

    Is it my imagination or is GarageBand starting MUCH quicker after the 4.1.2 update? Seems like it took 15 seconds to start before, now, around 5 seconds! This is great.

  • Problem with Local File Identification in RFC

    Dear all, We are working on a scenario where we have to integrate an external application with SAP system. The external application would use SAP DMS as document repository; It will send us a local file path and we have to upload the document located

  • Help with vendor  enhacement

    hai to all experts, i have a requirement when we create vendor (xk01) if the city is hyderabad then in the lfa1 table the vendor number should be saved as example 'hyd96554' . i have already writen the code in include ZXF05U01 in function module EXIT