Repository and data on different servers

I look for information about installing HTML DB.
Is it possible to instal HTML DB repository and application data on two different servers? If yes, how.
Thanks,
SL

Yes, but you have to use db links which are a bit slow. Basically, think of HTML DB as working with only the data in the db in which it is installed. You can use the standard Oracle db techniques, such as Materialized Views over db links to get the data local, or again, use just db links. Your app will parse it's PL/SQL and SQL as a SCHEMA in the db in which HTML DB is installed.
Tyler

Similar Messages

  • ADS in ABAP and JAVA on different servers

    Dear community,
    I need to run ADS with  ABAP and JAVA on different servers but after read and apply every step on The ADS Configuration Guide, still getting doubts and problems. Those steps work succesfully on a server with ABAP+JAVA on same server. Those are the problems:
    When I perform the report test FP_TEST_00 i get this error:
    ADS: com.adobe.ProcessingException: Problem accessing d(200101)
    I haven't found a a detailed procedure to set on ABAP and JAVA on different servers...
    Do you know any procedure to set this scenario??
    As a result, I don't know which role i must assign to adsuser on Java UME because i did not found any SAP_ADSCALLER role as i have ridden on some forums or blogs...
    I try to set ADS on ABAP+JAVA on different servers by this official guides:
    The ADS Configuration Guide:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30a9630b-4f89-2a10-6fab-e311b3ffd9a6
    The ADSConfiguration Guide for Print Scenarios
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a04ef746-4c89-2a10-0f8e-eb2b3460fb7c
    Thanks in advance
    Kind regards
    Scottie

    HI again,
    ADS_AGENT now has sap_all but still same problem:
    Creating or Changing the Destination Service, On Visual Administrator/Destinations/HTTP/ FP_ICF_DATA_<SID>
    When I set the URL http://<hostname>:<HTTP_port> i am getting error Received HTTP response 502
    - If I paste the http://<hostname>:<HTTP_port>  +
    - Enter the appropriate client number of the system, where the service user ADS_AGENT exists into the client field. Keep the other fields System ID and Language empty +
    - Under Logon Data, choose BASIC in the Authentication field. +
    - Enter ADS_AGENT in the Username field and enter the same password as given for this service user in the SAP NetWeaver AS ABAP in the Password field
    - Choose Save and Test and  Received HTTP response 502 appears.
    But if I paste on Explorer  http://<hostname>:<HTTP_port>/sap/bc/fp/form/layout/fp_test_00.xdp, request User (ADS_AGENT) +Pwd and work ok, so error only appears by Visual Administrator...
    Anybody knows how can resolve this doubt?
    Thanks in advance

  • ESB and BPEL in different servers

    Hi ,
    Is there any performance based advantage when we have BPEL and ESB in different servers ?

    If you seperate them, it will have impacht on the perfromance. Services are called over the network, assuming BPEL and ESB are on different servers. Otherwise they can call each other via native binding if ESB and BPEL are in the server and container.
    Marc
    http://orasoa.blogspot.com

  • 10g: HTTP Server and OC4J on different servers?

    Can anyone assist with configuring HTTP Server and OC4J on different servers?
    I installed AS 10g on both; our application runs fine on one server, with the HTTP Server and OC4J both on the same box.
    I need to also test this with the HTTP Server on a separate box.
    I added this to mod_ocj4.conf:
    Oc4jMount /indox-qa1
    instance://cvodev2:oas_dev2.cvodev2.int.sys.com:indox-qa1
    Oc4jMount /indox-qa1/*
    instance://cvodev2:oas_dev2.cvodev2.int.sys.com:indox-qa1
    But when I try to access something like http://cvodev4/indox-qa1 I get this in the logs:
    [Wed Jul 06 16:54:10 2005] [warn] [client 10.1.1.231] [ecid: 1120683250:192.152.136.127:1248:1544:1,0] MOD_OC4J_0184: Failed to find an oc4j process for destination: instance://cvodev2.int.camsys.com:oas_dev2.cvodev2.int.camsys.com:indor-qa1
    [Wed Jul 06 16:54:10 2005] [error] [client 10.1.1.231] [ecid: 1120683250:192.152.136.127:1248:1544:1,0] MOD_OC4J_0145: There is no oc4j process (for destination: instance://cvodev2.int.camsys.com:oas_dev2.cvodev2.int.camsys.com:indor-qa1) available to service request.
    [Wed Jul 06 16:54:10 2005] [error] [client 10.1.1.231] [ecid: 1120683250:192.152.136.127:1248:1544:1,0] MOD_OC4J_0119: Failed to get an oc4j process for destination: instance://cvodev2.int.camsys.com:oas_dev2.cvodev2.int.camsys.com:indor-qa1
    [Wed Jul 06 16:54:10 2005] [error] [client 10.1.1.231] [ecid: 1120683250:192.152.136.127:1248:1544:1,0] MOD_OC4J_0013: Failed to call destination: instance://cvodev2.int.camsys.com:oas_dev2.cvodev2.int.camsys.com:indor-qa1's service() to service the request.
    I did some ethernet sniffing and it doesn't look to me like the OHS box is even trying to contact the OC4J box.
    Is there more configuration I need to do beyond this?
    Thanks,
    dwh

    hi user11159690
    Maybe this can help:
    "Oracle® HTTP Server Administrator's Guide 10g Release 3 (10.1.3) B25211-02"
    "7.32 mod_oc4j"
    http://download.oracle.com/docs/cd/B25221_04/web.1013/b25211/confmods.htm#i1025739
    Maybe more specifically "Oc4jMount":
    http://download.oracle.com/docs/cd/B25221_04/web.1013/b25211/confmods.htm#CIHJBGFB
    (tip : You can use "Your Control Panel" to make your name visible in forum posts.)
    success
    Jan Vervecken

  • BPEL and ESB in different Servers

    Hi ,
    What is the advantage of having BPEL PM and ESB installed in different servers ?

    In my knowledge it has it own merits and demerits
    IF (BPEL and ESB) installed in dfferent OC4Js (JVMs)
    Merits
    1) Individual JVM for each component means more memory allocation and support from JVM
    2) More number of processes can be deployed.
    DeMerits
    1) ESB and BPEL communication can happen via SOAP over HTTP only whereas had these been deployed in the same JVM (oc4j) it can do native communication.
    Edited by: cdmnagaraj on Apr 22, 2009 5:17 AM

  • Do you seperate voice and data into different band?

    As the title, do you make voice in 11a and data in 11b/g? or vice versa? Thank you for sharing the experience!
    Zhenning

    We use LWAPP APs and definitely we will create separate vlans and SSIDs for data and voice. What I want to hear is if you assign data and voice to different radio bands(a and b/g)?
    Thanks!

  • Copy data Between different servers.

    Hello Floks!
    I´m trying to migrate my essbase server to another machine. All is done, planning is installed and is working. When I copy the database folders (in my case Hyperion\Essbase\App\...) to the new server and i want to start the database, it throws an error: +Error: 1002097 Unable to load database [NCCost]+.
    If I delete .esm file, database starts succesfully. But, when I refresh essbase from planning, .pag and .ind files are removed. So, when I go to forms, I don´t see any data.
    Any idea? Is there any way to modify .esm file and do it work?
    Thanks for your time guys!
    Fabián.

    Hi Daylan!
    Yes, I think that this is the best way, but, old essbase has a lot of data (it´s a production server). We think that this will take a lot of time, but now, I think that is the best way. I will research a few hours more for other export/import method, but I dont hope that exists.
    The issue is that the servers are in differents networks.
    Any help is appreciated!
    Thanks for your time Daylan!
    Best Regards,
    Fabián.

  • MDB and JMS on different servers

    Hi,
    My MDB is deployed on a different domain from the JMS server. Both are on weblogic.
    While deploying weblogic, I m getting an error: Unable to create a connection.
    Can anyone give pointers?
    I have ensured the following:
    1. The JMS server starts before the MDB server
    2. The following data is mentioned in weblogic-ejb-jar.xml:
    jndi name of the remote queue
    provider url--- t3://hostName:port
    jndi name of the remote connection factory
    is there anyting else that i m missing ?
    thanx and regards
    Shivraman Giri

    Hi,
    Thanx for responding.
    I will keep in mind these points when I use a foreign JMS provider. T
    Right now I m getting problem when the JMS provider is remote but native ie. MDB and JMS are both on Weblogic. This obviates the need to mention Initial Context. Only the provider URL is to be specified.
    Can you suggest a reason as to why i my EJB container (first weblogic ) is unable to connect to JMS provider (another weblogic)
    regards
    S.G

  • PcP and Wiki on Different Servers

    I'm trying to take load off a server and setup PcP on a different server than Wiki, but it doesn't post to Wiki. Is it possible?

    Yes, but you have to use db links which are a bit slow. Basically, think of HTML DB as working with only the data in the db in which it is installed. You can use the standard Oracle db techniques, such as Materialized Views over db links to get the data local, or again, use just db links. Your app will parse it's PL/SQL and SQL as a SCHEMA in the db in which HTML DB is installed.
    Tyler

  • Transferring data from different servers of different versions.

    I have got data on Oracle 7.3 on one server and i want to
    transfer it to the another server on another location having
    version 8.1.5 . Both of these servers can be connected and
    communicated properly. My problem is how to transfer this data?
    I have tried export from 7.3 but it is unable to import at
    8.1.5, giving an error.

    Hi Yayati,
        this can be done and follow the below logic.
    Create an RFC to fetch the data you need and the tables parameter will have the table which will have all the fetched data. After creating this RFC in dev move it to QA.
    The create a Program and call this RFC inside the program. The program should also have logic to fetch the data from the current system. After the RFC is executed you will now have data from both the system and all you have to do is to display it. 
    move this program to QA as well.
    The RFC destination should vary as shown below.
    IF SY-SYSID EQ <Dev system id>.
      RFC destination <Quality system>.
    ELSEIF SY-SYSID EQ <quality system id>. 
      RFC destination <Dev system>.
    ENDIF.
    Please let me know if you require further clarifications.
    <removed by moderator>
    Regards,
    Praveenkumar T.
    Edited by: Thomas Zloch on Feb 14, 2012

  • Separating CF 7 and IIS on different servers

    I have an application that I wrote and normally host in my
    environment with CF 7 Enterprise and the Web server (IIS 6)
    installed on the same server (same physical machine). However, I
    now have a client that wants to install the application in their
    data center and they require that the Web server be isolated on a
    separate machine in their DMZ network segment, with the CF
    application server isolated on another network segment. In
    reviewing the CF 7 documentation, I couldn't find instructions for
    installing and configuring this type of environment. Does anyone
    know of any installation instructions for this configuration that
    you could point me to? I also need to know if any special ports
    need to be opened between the two separate network segments.

    marco99 wrote:
    > I have an application that I wrote and normally host in
    my environment with CF
    > 7 Enterprise and the Web server (IIS 6) installed on the
    same server (same
    > physical machine). However, I now have a client that
    wants to install the
    > application in their data center and they require that
    the Web server be
    > isolated on a separate machine in their DMZ network
    segment, with the CF
    > application server isolated on another network segment.
    In reviewing the CF 7
    > documentation, I couldn't find instructions for
    installing and configuring this
    > type of environment. Does anyone know of any
    installation instructions for this
    > configuration that you could point me to? I also need to
    know if any special
    > ports need to be opened between the two separate network
    segments.
    >
    I believe the server documentation discusses this. I believe
    the basic
    process is to use the web configuration tool on the web
    server and when
    you run it, you point the web server to the ColdFusion
    application server.

  • OBIEE 11g and Weblogic on different Servers - Windows 2008 R2

    Hi
    Can we install OBIEE 11g(BI Server and Presentation Servers) on one server and weblogic and another server. We have a requirement where we need to differentiate all the components on to its own server for performance reasons. How can we do the configurations if we have installed on how to talk to weblogic after the installations.
    Thanks

    Yes we can do that
    a) Install BIS and BIPS on one server and deploy BIPS plug-in on Weblogic server where it is installed,so the both will talk with the weblogic server.
    http://docs.oracle.com/cd/E10415_01/doc/bi.1013/e10417.pdf
    Mark if it helps

  • NFS and  LDAP on different servers: Problems with location of home director

    Dear Apple Experts.
    We are using LDAP server for user authentification
    and NFS server for home directories.
    Both are decictaed servers on differnt machines.
    on the NFS server there are directories
    /home/urpi
    for staff's home directories
    and
    /home/students
    for student's home directories
    both are mounted to the Mac minis in
    /Users directory
    so
    /Users/urpi
    contains home directories for staff
    /Users/students
    contains home directories for students
    Authentification works well andpermission are set as needed
    but OS X shows missing home directories for LDAP authentificated users
    and terminal shows missing home directory
    for me it is
    /home/urpi/fodrek
    I was tried to mount NFS to /home, but it is not allowed
    Would I ask if there is any setting to add directories, where home directories are placed,please?
    I look forward hearing form you.
    Yours faithfully
    Peter Fodrek

    So none of these machines are Snow Leopard servers?
    What exactly do you mean when you say you tried to mount the NFS share to home? Can you copy and paste the command and error?
    It sounds as though you don't actually have the NFS shares mounted. Assuming this is so, you might want to investigate how the automount command works so that your MacMinis mount the NFS shares on boot.
    If your NFS/LDAP server is an OS X 10.6 server, set the shares to be automounted as user/group directories. Make sure your LDAP server is providing correct information on the home directory location. If it is local, I think the home directories need to be in /Users. If your mounts are indeed working but you cannot login, you might consider making links from /Users to /home/urpi or /home/students on an account-by-account basis (could be done with a quick shell script).

  • FMS and Encoder on different servers

    Hi,
    We've setup FMS on one server and our cameras and Flash Media
    Encoder on another. Can I assume this is doable? Can we do this? Do
    I have to configure FMS to allow a connection from our other
    server?
    Under the FMS URL field in FME we've put:
    rtmp://ourip:port/live, but it says it can't connect?
    Am I doing something very stupid here? I'm assuming that FMS
    needs to certify a connection from out other server..
    Sorry.. dumb I know, but am kind of new to this.
    Thanks,
    Graham

    Not sure if this was resolved but.......
    Go into the applications folder and you should have two
    folders in there called live and vod.
    Live can be used for live streams and vod (Video on Demand)
    can be use to pull pre recorded movies.
    Go into the live folder and create another folder with a name
    that is relevent ie test.
    This folder will store temporarily the streaming video. Even
    when you are streaming live, and you open the folder, it will still
    be empty.
    InFlash media encoder that is on the machine with the camera
    you should put into the FMS URL:
    rtmp://ipaddressofcomputer/live/test
    in the Stream name bos, put in anything you want as long as
    it is different to another stream from another compueter going
    intothe same folder, without the .flv tag...ie: video
    If you have no admin access issues to the FMS machine,
    pressing connect should work and disconnect should be named on the
    button.
    On the root directory of FMS open up: fms_adminConsole.htm
    You should see in the applications section a stream running,
    saying it is connected via Netstream.

  • Setting MX Record When Web and Email on Different Servers

    We're moving our website to a new server, but am worried about how to set the DNS record so email keeps going to the old one.
    I understand that when I change the A name to the new website's IP address, I should make a new A name, "mail.ourdomain.com" that points to the old/email server's IP address. Then I'd switch the MX record to mail.ourdomain.com.
    Now, assuming that's right, what do I need to change on the old/email server. Do I need to change its mail setup to account for "mail.ourdomain.com" instead of simply "ourdomain.com"? Bearing in mind that we want that server to continue accepting mail in the format [email protected]

    ROb
    If I understand your situation correctly you shouldn't have to change the MX record. You should simply add a record for www and a "null" record that go to the new IP where your website is listed. Post a domain and a dig for more specific help if you like.
    Sean

Maybe you are looking for