Connect a single Discoverer server to multiple applications?

I am using a standalone Discoverer server, originally configured to connect to a test database/eBusiness application. I would now like to connect it to another database/eBusiness application.
Is this possible to have 1 Discoverer server configured to attach to these 2 applications simultaneously?

Hi,
Yes, that is possible. You just need to configure the second database into the the tnsnames file of the apps server and copy across the .dbc file. You should then be able to select the second database when making a connection.
Rod West

Similar Messages

  • Multiple IPv6 to connect to single IPv4 server NAT-PT

    Hi Expert,
    I've a requirement to implement NAT-PT for 3 IPv6 customer they will be connecting to our one server IP within IPv4 network. I have no chose to choose
    NAT64 instead of NAT-PT as we know NAT-PT is historic per RFC4966. So. I checked the link below with V4/v6 topology with multiple mNAT-PT devices
    http://tools.ietf.org/html/draft-park-scalable-multi-natpt-00#section-5 as an option. However for my design is not, we are looking to do the NAT-PT in our router that connected those IPv6 sites into one IPv4 server. I tried to lab this up and I had issue with Ipv6 nat prefix /96 as each customer will be assigned diffrent /96 prefix and I can assign them on the interface Egres to the customer , however there will be issue assigning those prefix /96 to the insite fa0/0 which connet to the IPv4 server. So I'm looking to see if some one have any other option or if some one know good link to the NAT-PT using PAT I belive could solve this issue.
    R1(IPv6) & R2(IPv6) & R3(IPv6) connect to R4(IPv6+IPv4) where the server is behind R4.
    Any help will be appricated.
    Thanks

    Weak up guys, no replies yet. Anyhow I got it to work with NAT-PT using PAT. I assigned multiple 2001 & 2003 v6 addresses in 2 diffrent routers ( 2001:A:B:F::1 & 2003:DB8:BBBB:1::9) accordingly and on the NAT-PT router configured the following:
    router 3:
    ipv6 nat translation timeout never
    ipv6 nat v4v6 source 192.168.40.200 2001::C0A8:28C8
    ipv6 nat v6v4 source list list_to-ipv4 interface FastEthernet0/0 overload
    ipv6 nat prefix 2001::/96
    ipv6 access-list list_to-ipv4
    permit ipv6 2001:A:B:C::/64 any
    permit ipv6 2001:A:B:D::/64 any
    permit ipv6 2001:A:B:F::/64 any
    permit ipv6 2001:DB8:BBBB:1::/64 any
    permit ipv6 2003:DB8:BBBB:1::/64 any
    Then Ipv6 nat on the interfaces and I can ping from the remote v6 network to the server IP however can not ping from IPv4 to IPv6 back, this is where I need to work on, if any one know the answer please reply I may be missing something.. Thanks
    Thanks to the cciethebeginning web site.

  • Reports runs faster throuth Discoverer Server than through Application

    I try to run a report directly from the discoverer server. The report executed fine and in few seconds i get the results.
    When i try to call the same report from the BI Application through a link the report needs a lot more time to be executed. I am waitting about 10 minutes and still don't get any results.
    I am using the Discoverer 4i.
    Can anybody knows why this happens?
    Message was edited by:
    user641134

    Discoverer is available and ships as a component of Oracle Application Server. Oracle Application Server via Oracle HTTP Server provides a proxy capability to support other web servers such as Netscape iPlanet and Microsoft IIS. The proxy capability will enable client applications to directly route requests to their native web server and these then get routed to Oracle Application Server and the Oracle HTTP Server. For detailed information on support for these web servers please refer to Oracle Application Server documentation.
    Regards
    Discoverer Technical Team

  • Using a Single HTTP Server for Multiple APEX Instances

    Our company's DBA Manager has asked if it would be possible to externalize the HTTP server portion of APEX from the DB Servers. In other words, he would strongly prefer that the DB Servers *only* run Oracle Database software.
    We know that we can install the HTTP server on another box but, in thinking about how to do this, we were wondering if it is really necessary to create a separate HTTP server installation for each APEX instance. What we'd really like to do is have one HTTP server for all our our Dev boxes and several (but, not one to one) for each of our upper environments; staging, qa, prod, etc.
    Right now, each instance have a single dads.conf file on each DB box. So, if we we're to attempt to consolidate them, we'd need some way to embed multiple dads files and to associate each instance with the correct one.
    Has anyone ever done this or (preferably) have some examples?
    Thanks,
    -Joe

    Joe,
    I don´t know a specific reference for it, I remembered it because when I was looking the documentation on the site, I saw the reference "Support for multiple database connections" in the URL: APEX Listener New Features 2.0</title><meta name="Title" content="APEX Listener New Features 2.0…
    I´ve tried to use APEX listener some time ago, but in a earlier version together with glassfish. So, since for me was only one database, I created the necessary amount of DAD´s on my database, each one for a specific port.
    Check the link and you´ll see the same information I saw.
    Thanks.
    José Valdézio
    "Neo, everything that Oracle told me, became true, except extinguish bugs in a first release."

  • Keepalive for Single web server with Multiple URLs

    We require to configure CSS ( cisco 11500 series) switch configuration. Currently we have the settings mentioned below :
    1. We have two IIS servers behind CSS switch hosting multiple websites for load balancing.
    2. Keepalive type we are using is HTTP-HEAD
    3. There is one virtual IP assigned to the CSS switch for all websites.
    Now we have to provide the keep-alive URIs for the CSS switch. I am not sure which URI we have to provide for keepalive status check.
    As per my understanding
    1. there would be DNS entries for the websites pointing to the VIP of the CSS switch
    e.g abc.com --> VIP
    xyz.com --> VIP
    aaa.com --> VIP
    2. Name based virtual hosting to be configured on IIS server (i.e host header configuration)
    3. We have to provide the URI for the keepalive prameters. As there are multiple websites are hosted on the server,firstly , is it possible in CSS switch to configure multiple keepalives for different websites ? secondly is it possible to give the complete URL (http://abc.com ) in the URI parameter of keepalive settings ? typically these settings are like
    IP address : < IP address of Node >
    URI : /index.html
    I am not clear how this all settings will work. What is the ideal way or best practice of configuring the load balancing in the scenario of multiple websites to be hosted on IIS servers with CSS switch loadbalancer.
    Is it correct to assign 1 VIP for multiple websites on server nodes?
    Your inputs will be highly appreciated.
    Thanks in Advance.

    We have done this multiple ways.
    1. we did port mapping on the backend.
    server www1
    ip address x.x.x.x
    keepalive type http
    keepalive port 80
    keepalive uri "/lb.htm"
    acitve
    server www2
    ip address x.x.x.x {same as above}
    keepalive type http
    keepalive port 81
    keepalive uri "/lb.htm"
    active
    or via host header checking
    2.
    service www1-1
    ip address x.x.x.x
    keepalive type script ap-kal-httptag "www1-1 /lb.htm www1"
    active
    service www2-1
    ip address x.x.x.x {same as above}
    keepalive type script ap-kal-httptag "www2-1 /lb.htm www2"
    active
    With the script ap-kal-httptag, you will need to have dns entries that the CSS will be able to resolve to the individual web site addreses.
    -Rich

  • High Availability for Existing Single Exchange Server holding Multiple Domains

    Hi,
    I'm trying to implement solution for Backup/Redundancy/High-availability for the existing Exchange Server 2013.
    Currently the Exchange Server 2013 deployed on 2012 Server is holding 4 Domains (1 internal domain  & 3 public/published domains). The Exchange Server is hosted Internally & published to send & receive mails from the SMTP relay(Third party
    resides on internet) server. Client Access & Mailbox Services are on the same server.
    Please advice me which is the best scenario to implement a backup/redundancy/high-availability for the current server.
    Thanks in advance.
    Regards
    Roopesh S

    Hi,
    The following links will help.
    High Availability and Site Resilience
    http://technet.microsoft.com/en-us/library/dd638137(v=exchg.150).aspx
    Deploying High Availability and Site Resilience
    http://technet.microsoft.com/en-us/library/dd638129(v=exchg.150).aspx
    Planning for High Availability and Site Resilience
    http://technet.microsoft.com/en-us/library/dd638104(v=exchg.150).aspx
    Backup, Restore, and Disaster Recovery
    http://technet.microsoft.com/en-us/library/dd876874(v=exchg.150).aspx
    ecsword

  • Using Terminal with a dial-up connection to a Unix server

    Normally I use a cable modem at home to connect to a Unix server at work. All I have to do is fire up the Terminal application, type "telnet servername.domainname.com", and I am up and running.
    A couple days ago my cable modem service died and it is going to take a week to get it fixed. Wanting to find a temporary alternative connection, I remembered that my PowerMac G5 came equipped with an Apple internal modem. I connected the modem to a phone line, went to the Network configuration panel in System Preferences, and configured the modem to dial-up the Unix server at work. Using the Internet Connect application, the modem can connect to the Unix server, but that application attempts to make a PPP connection, not a plain old-fashioned command-line Unix connection.
    What I really want to do is use the Terminal application to dial-up the Unix server. Does anybody know how to do that?
    PowerMac G5   Mac OS X (10.4.4)  

    You need to know more about how the server at the other end is configured.
    Internet Connect will only manage an internet connection, typically via PPP. If the server at the other end is not configured as a PPP server then you're not going to get anywhere with it.
    If the server is set to use the modem as a standard serial interface then you'll need a terminal emulator that can manage the serial ports (terminal.app is not such an app).
    Fortunately there are many options, including the venerable ZTerm. This will let you use the modem to dial a number and log in over a simple serial line.

  • Connecting to MS Exchange server

    We are going to implement outlook functionality in our project. So that, we are trying to connect Microsoft Exchange server.
    Sofar, I found the some information reg this thing from google.
    Before connecting MS Exchange server, first I have to connect LDAP server using JNDI API.
    Is any Java API provided for connecting to MS Exchange server from LDAP. If is there, How can I connect to MS Exchange server using J2EE application from LDAP?

    No, not from JNDI.
    You can manage Exchange Server via CDOEXM.
    Details on CDOEXM can be found at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_esdk_reference_cdoex.asp
    Not being a Java developer, I don't know how you invoke COM objects from Java.

  • How to configure single web server instance to multiple application servers..

    Hi all,
    we are running single instance of IWS6.0 SP2 on solaris, we want to comfigure this single instance to multiple application servers(JRun). Can any one advise me whether it is possible to do.
    Thanks
    Raj

    Hi Raj,
    "how to configure single web server instance to multiple application servers.."
    It's not possible for setting up multiple applicataion servers for Single iWS instance.
    Thanks,
    Dakshin.

  • Integration between EP & BW (with multiple application server)

    Hello Experts,
    We are configuring JCo Rfc Provider using visual administrator.
    We have Successfully used Note No##Note 917950 - SAP NetWeaver 2004s:
    Setting Up BEx Web,For Our Development  & QAS BW & EP Server.(Single application Server)
    But on our Production systems which have multiple application servers ( 3 each for EP & BW) at the step of creating RFC Creation we find that the RFC connection (JCO provider) only works when we specify the individual Apps server in the BW Host Field. We are not able to Specify the BW message server in the JCO Connection.
    Kindly help us to resolve this issue.
    With Regards,
    Anshul

    Hi Jim,
    The reason that the documentation specifically spells out IBM Websphere is most likely because it was the application server that we developed and tested with at the time. The important requirement for this type of integration is that this server be an Intel based server running a Microsoft OS. The reason for this is because there are dlls with the Oracle IPM product that enable communication between the IPM functions and the JDE Business functions. If the Enterprise server for JDE is intel based then a JAS can exist on the same server, the dlls can be on that machine and the extra server is not required. This server is only required if the Enterprise server is not intel based. As far as your choice to use Oracle Application Server goes, I really have no basis to say if this works or not. My thought is that it shouldn't matter as long as the JAS server is an intel based, 32 bit server running a Microsoft OS. There are many other variables and lots of experience implementing this type of integration with JDE within the Oracle IPM consulting team. Give us a call if we can help.
    Hope this helps,
    Matt

  • Multiple ESS access to single EP server from two backend servers.

    Hi Experts,
    I have one concern regarding ESS.
    Can we do or can we make   two ESS access (R3 server1 and R3 Server2)  from one Portal server.
    I heard  that from one portal server (ESS)  we can connect multiple clients which are from backend R3 (example client 100 and client 200)
    My requirement is  :
    We have two R3 backend servers and one EP(ESS) server.
    Can we access two backend systems from one EP server with Two ESS tabs.
    I am expecting Multiple jco settings, multiple SSo, Multiple SLD, Multiple SPRO Menu settings, UWL settings.
    Multiple service specific settings to be access  by using  single EP server(Multiple ESS Tabs)
    Please help me for doing this.
    Regards
    Kumar.

    yes you can do so As Pooja indicated also refer
    Please have a look  at the Note 596698
    Thanks for clearing that up, Now if I understand the issue
    correctly :
    1 Portal, Two backend R/3 System, This can be done, Now then
    if you dont want the particular application disable that
    r/3 as you are aware that the links appear from V_T7XSSSERRES.
    Here you can also make sure some applications appear or no.
    Accessing multiple Backends in WebDynpro:
    How it can be done?
    1) Define different JCO Destinations
      The logical System names have to be defined in the Web Dynpro Content
    Administrator.
      Different clients or completely different Systems can be accessed
    given that the function modules called exist in those systemsThe logical System to be used can be passed to the Web Dynpro
    Application by using a URL Parameter
      The URL Parameter can be easily maintained in the iView Property when
    using the portal.
    The standard way to handle this is to create copies (via delta-link) of
    all the business package iviews and change the 'System' property in the
    newly created iviews to point to the correct system Alias. From the
    portal point of view this is all that is required in order to point an
    view to a different system
    Refer these links for further information:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.
    docs/library/webas/webdynpro/How%20to%20Use%20the%20Web%20Dynpro%20Conte
    nt%20Administrator.pdf

  • Unable to connect Discoverer Server:IDL:DCCORBAException:1.0

    Hi all,
    I installed Discoverer 10 server on a machine called gnvmig.ote.gr and when I connect (from Discoverer Plus) to an Application EUL on the same machine I don't have any kind of problem. If I try to be connected to an Application EUL on another machine I have the following error:
    Unable to connect Discoverer Server:IDL:DCCORBAException:1.0
    I added inside the tnsnames.ora the connection string (to the other machine) and I enabled the trace....but inside the apps_trace.txt I don't any errors.
    The strange thing is that the connection on the remote machine worked perfectly since yesterday....and now....nothing !!
    The connection trace is the following:
    =================STARTUP TIME= =================
    PROCEDURE fnd.src.security.afscp.afscpinit: Begin(fndnam = APPS, gwyuid = APPLSYSPUB/PUB@uat01)
    STATEMENT fnd.src.security.afscp.afscpinit: $Header: afscp.lc 115.25 2002/08/26 18:33:29 sdstratt ship $
    PROCEDURE fnd.src.osd.afenv.usd_load_customfile: Begin(configname = nil)
    PROCEDURE fnd.src.osd.afenv.usd_load_customfile: End: No config file specified
    PROCEDURE fnd.src.security.afscp.afscpinit: End
    PROCEDURE fnd.src.security.afscp.afscpsup: Begin
    STATEMENT fnd.src.security.afscp.afscpsup: Username = ORACLE
    PROCEDURE fnd.src.security.afscp.afscpsup: End: Success
    PROCEDURE fnd.src.security.afscp.afscpcon: Begin
    STATEMENT fnd.src.security.afscp.afscpcon: Connecting to gwyuid = APPLSYSPUB/PUB@uat01
    STATEMENT fnd.src.security.afscp.afscpcon: New security pkg: Retrieving encrypted pwd
    STATEMENT fnd.src.security.afscp.afscpcon: New security pkg success
    STATEMENT fnd.src.security.afscp.afscpcon: Decrypting apps password
    STATEMENT fnd.src.security.afscp.afscpcon: Closing gwyuid connection
    STATEMENT fnd.src.security.afscp.afscpcon: Opening apps connection
    STATEMENT fnd.src.security.afscp.afscpcon: No resp requested
    PROCEDURE fnd.src.security.afscp.afscpcon: End: Success
    PROCEDURE fnd.src.security.afscp.afscpfree: Begin
    PROCEDURE fnd.src.security.afscp.afscpfree: End
    PROCEDURE fnd.src.security.afscp.afscpinit: Begin(fndnam = APPS, gwyuid = APPLSYSPUB/PUB@uat01)
    STATEMENT fnd.src.security.afscp.afscpinit: $Header: afscp.lc 115.25 2002/08/26 18:33:29 sdstratt ship $
    PROCEDURE fnd.src.osd.afenv.usd_load_customfile: Begin(configname = nil)
    PROCEDURE fnd.src.osd.afenv.usd_load_customfile: End: No config file specified
    PROCEDURE fnd.src.security.afscp.afscpinit: End
    PROCEDURE fnd.src.security.afscp.afscpsup: Begin
    STATEMENT fnd.src.security.afscp.afscpsup: Username = ORACLE
    PROCEDURE fnd.src.security.afscp.afscpsup: End: Success
    PROCEDURE fnd.src.security.afscp.afscprsp: Begin(respkey = #521/#52767)
    PROCEDURE fnd.src.security.afscp.afscprsp: End: Success
    PROCEDURE fnd.src.security.afscp.afscpcon: Begin
    STATEMENT fnd.src.security.afscp.afscpcon: Connecting to gwyuid = APPLSYSPUB/PUB@uat01
    STATEMENT fnd.src.security.afscp.afscpcon: New security pkg: Retrieving encrypted pwd
    STATEMENT fnd.src.security.afscp.afscpcon: New security pkg success
    STATEMENT fnd.src.security.afscp.afscpcon: Decrypting apps password
    STATEMENT fnd.src.security.afscp.afscpcon: Closing gwyuid connection
    STATEMENT fnd.src.security.afscp.afscpcon: Opening apps connection
    STATEMENT fnd.src.security.afscp.afscpcon: Get responsibility info
    STATEMENT fnd.src.security.afscp.afscpcon: user_id = 3078, resp_type = I, resp_key = #52767 resp_id = 52767
    STATEMENT fnd.src.security.afscp.afscpcon: appl_type = I, appsname = #521, appl_id = 521, secgrp =
    STATEMENT fnd.src.security.afscp.afscpcon: Decrypting new oracle pwd for resp
    STATEMENT fnd.src.security.afscp.afscpcon: Constructing connect string for resp
    PROCEDURE fnd.src.security.afscp.afscpcon: End: Success
    PROCEDURE fnd.src.security.afscp.afscpfree: Begin
    PROCEDURE fnd.src.security.afscp.afscpfree: End
    "apps_trace.txt" 407 lines, 28412 characters
    PROCEDURE fnd.src.osd.afenv.usd_load_customfile: End: No config file specified
    PROCEDURE fnd.src.security.afscp.afscpinit: End
    PROCEDURE fnd.src.security.afscp.afscpsup: Begin
    STATEMENT fnd.src.security.afscp.afscpsup: Username = ORACLE
    PROCEDURE fnd.src.security.afscp.afscpsup: End: Success
    PROCEDURE fnd.src.security.afscp.afscprsp: Begin(respkey = #521/#52767)
    PROCEDURE fnd.src.security.afscp.afscprsp: End: Success
    PROCEDURE fnd.src.security.afscp.afscpcon: Begin
    STATEMENT fnd.src.security.afscp.afscpcon: Connecting to gwyuid = APPLSYSPUB/PUB@uat01
    STATEMENT fnd.src.security.afscp.afscpcon: New security pkg: Retrieving encrypted pwd
    STATEMENT fnd.src.security.afscp.afscpcon: New security pkg success
    STATEMENT fnd.src.security.afscp.afscpcon: Decrypting apps password
    STATEMENT fnd.src.security.afscp.afscpcon: Closing gwyuid connection
    STATEMENT fnd.src.security.afscp.afscpcon: Opening apps connection
    STATEMENT fnd.src.security.afscp.afscpcon: Get responsibility info
    STATEMENT fnd.src.security.afscp.afscpcon: user_id = 3078, resp_type = I, resp_key = #52767 resp_id = 52767
    STATEMENT fnd.src.security.afscp.afscpcon: appl_type = I, appsname = #521, appl_id = 521, secgrp =
    STATEMENT fnd.src.security.afscp.afscpcon: Decrypting new oracle pwd for resp
    STATEMENT fnd.src.security.afscp.afscpcon: Constructing connect string for resp
    PROCEDURE fnd.src.security.afscp.afscpcon: End: Success
    PROCEDURE fnd.src.security.afscp.afscpfree: Begin
    PROCEDURE fnd.src.security.afscp.afscpfree: End
    I want to underline that I didn't create a secure directory under the .../disco10g/discoverer path
    Maybe should I create it and copy some .dbc files inside ?
    But if the answer is 'YES', how did it work until yesterday ??? I have the suyspect that something has changed on the Application envinronment....
    Any help will be appreciated
    Thanks in advance
    Alex

    If you always get this error, then I don't know the answer. However, I see this message if I try to open a second Discoverer Plus session from the same browser session (either the same connection dialog, or on another tab of the same session). You can have multiple sessions of Discoverer , but they must be opened from completely separate browser sessions, or different browsers.
    Scott

  • Unable to connect Discoverer server: null Please contact your Administrator

    Hi All,
    Please advice, when I open the discoverer(10g) in the web version(IE8,firefox3.5.5) I got the error like below
    "Unable to connect Discoverer server: null Please contact your Oracle Application Server Administrator"
    I have clear the temporary cache and cookies in the JAVA and also in the browsers but still am having this error.
    Please advice.
    Thanks,
    Kamal

    If you always get this error, then I don't know the answer. However, I see this message if I try to open a second Discoverer Plus session from the same browser session (either the same connection dialog, or on another tab of the same session). You can have multiple sessions of Discoverer , but they must be opened from completely separate browser sessions, or different browsers.
    Scott

  • Can we open multiple connections to APNS Feedback Server

    Hi,
    Is it recommended/allowed to open multiple connections to APNS feedback server to poll the bad tokens?
    The idea is to run a timer task (every hour) on a n application server which will poll the apns feedback server to retrieve the bad tokens and then close the connection every one hour from N app srevers.
    If it is allowed, can multiple parallel connection get the same bad device tokens connected/read at same time?

    You are literally correct in that IP addresses can be spoofed.
    But the same argument can be made about any single, known, form of security.
    If I know it is the fingerprint from your left index finger that is required ... I've no doubt I can break in if I want to badly enough. Sorry about the finger.
    Security comes from layering multiple, unknown, security measures.
    Mix invited nodes with a known userid
    SELECT sys_context('USERENV', 'OS_USER') FROM dual;
    and the hacker has to know both a valid IP address and who is supposed to be there.
    Now on top of that add the operating system information:
    SELECT sys_context('USERENV', 'TERMINAL') FROM dual;
    and it becomes a bit more difficult.
    Layer on a few more and it becomes exceedingly unlikely anyone will get in that doesn't belong there.

  • Multi SAP ECC Server Connection to Single SAP Portal

    Dear Experts,
    We have connected multiple SAP Client of same ECC server to Single SAP Portal and we are able to view data using various standard SAP ESS/MSS Objects.
    Is it feasible to connect Multiple SAP ECC Servers to one SAP Portal Server for showing data from varios servers using Standard ESS/MSS Objects.
    Any help appreciated.
    Rgds
    Gulshan

    Hi Gulshan,
    You are right....these are the JCO names being picked up by standard ESS/MSS applications.
    The Standar DCs will be calling these JCO names only while connecting to the SAP Server.
    As you described,
    The portal do have system alias name as unique name.
    You may need to use some customizations.....plz find the below threads...they may be of your help.
    [Thread1 - Change the JCO name (RFC_META_DATA) |Change the JCO name (RFC_META_DATA);
    [Thread2 - How to change the JCO reference to an existing model|How to change the JCO reference to an existing model;
    Good Luck!!!
    Biroj Patro.

Maybe you are looking for