Server chaining OID to more than one AD structure

Is it possible to server chain OID to more than one hierarchy within the same MS Active Directory (AD). That is, have two entries under 'Server Chaining Management' referring to separate areas of the one AD structure?

From the documentation:
http://download-uk.oracle.com/docs/cd/B28196_01/idmanage.1014/b15991/serverchain.htm#BABFJIFB
"An implementation of Oracle Internet Directory can connect with one Active Directory server, one Sun Java System Directory Server, or with both"
Sounds to me that you need Oracle Virtual Directory.
BR,
Octavian

Similar Messages

  • More than one sender structure assigned to receiver structure R_*

    We are doing a time based reduction using TDMS 3.0.
    At the phase called " assign domain rules", we get warning (not error):
    "more than one sender structure assigned to receiver structure R_*".
    I have searched SND and SMP, google as well but no thread is found for this warning.
    How to fix this problem?
    Thanks!

    Hi David,
    They basically are referring to some of TDMS tables where the data type of the header table is different when compared to the underlying child table. The header table refers to TDMS own table for which the data element has been deliberately changed to hold data from other tables as well. This warning will not have any effect. You can ignore them.
    Regards
    Niraj

  • Keeping a simple server open/listening for more than one connection

    Can someone please help me with a problem I am having. I'm running a server that accepts requests and processes data from a client. This program works FINE for one connection but as soon as I send the info to the server the connection closes and I have to manually restart the server to receive another connection from a client. I want to be able to keep the server open and accept multiple requests from the client without having to restart the server.java. I've looked in the forum and found some useful stuff but I still get this same error:
    Address in use: JVM_Bind
    Error during serialization
    Press any key to continue...
    I have included the code to my server.java file below. Like I said, it works perfectly for one connection but then closes down. Can anyone tell me where I need to add the code to make it stay open or if I even can. Seems unlogical that it wouldn't be able to. I'm just at a dead end on how to do it. Thanks in advance.
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    import java.net.*;
    import java.util.*;
    public class Server extends JApplet{
    * Create the serversocket and use its stream to receive serialized objects
    public void init(){
    ServerSocket ser = null;
    Date d = null;
    try {
    ser = new ServerSocket(8020,10);
    * This will wait for a connection to be made to this socket.
    Socket soc = ser.accept();
    InputStream o = soc.getInputStream();
    ObjectInput s = new ObjectInputStream(o);
    String str = (String) s.readObject();
    d = (Date) s.readObject();
    final String nametop = soc.getInetAddress().getHostName();
    name n = new name(nametop,str);
    n.name = soc.getInetAddress().getHostName();
    JOptionPane.showMessageDialog(null,"There is a problem at station " + n.name + ".\n\nProblem:\n" + n.problem + "." ,"Problem",JOptionPane.ERROR_MESSAGE);
    System.out.println(d);
    System.out.println(n.name);
    System.out.println(n.problem);
    s.close();
    catch (Exception e) {
    System.out.println(e.getMessage());
    System.out.println("Error during serialization");
    System.exit(1);
    }//end of server
    // Create a main method
    public static void main( String args[] )
    //String name = soc.getInetAddress().getHostName();
    // create a window in which applet will execute
    JFrame appWindow = new JFrame("Problem Report");
    // create an instance of the applet
    Server app = new Server();
    // set the window size
    appWindow.setSize( 400, 400 );
    // add applet to window
    appWindow.getContentPane().add( app );
    // Simulate the normal startup sequence for an applet
    app.init();
    app.start();
    appWindow.show(); //calls paint()
    // add window close event handler
    appWindow.addWindowListener(
    new WindowAdapter() {
    public void windowClosing( WindowEvent e ) {
    System.exit( 0 );
    }//end of main
    }

    Hi! I suggest you to use different thread to realize a server functionality.
    First one server.java that has a main method and create at least two threads. One thread listens to the incoming connection request and stores the locally generated socket object into an static vector. The second thread will always look into this static vector. If there are sockets object in the vector, the second thread will take it out and process the connection request. These two threads should always be alive. The first thread lives in a endless loop while listening to the incoming connection request. The second thread is either waiting on the static vector or processing incoming connection request.
    If the expected incoming connection request will be too many for only one thread to process, you can create more threads in server.java at the beginning and they will all swith between two status: looking in the static vector or processing incoming connection request!
    Hope this will be help for you!

  • Leopard Standard Server - How to use more than one e-mail address per user?

    After going through the setup every user has a unique mail adress (mostly "shortname"@server.something". How can I add e-mail aliases for a user? i.e. "long.name@ server.something", "[email protected]" all pointing to the same postbox?

    You can use Workgroup Manager to add additional 'short names' for your users, which will accomplish what you are looking for.

  • More than one Integration Server

    What would be the business requirement to have more than one integration server (HUB) in same environment.
    Lets say  DXI100 is used as HUB between 10 other business systems. What would be the business requirement to create another HUB in the same development environment?

    Ashish,
    >>When I try to create WEBAS ABAP TS, I can see ADD NEW LOGON GROUP on the right side....
    Where do you see this? I dont see any option like that.
    >>When I try to create a WEBAS ABAP BS,
    It Asks for Business System Role as: Application System or Integration Server...what is this?
    For all your R/3 and SAP products like SRM, CRM you have to select Application Server. You will create a Business system for XI server. It will be configured as Integration Server.
    >>we also have to mention the related integration server, can we have more than one IS in XI???
    We can have more than one XI server in your land scape(One for dev, one for QA and one for Prod). All these can have a single SLD and hence you find this option. But you have only one IS in one XI server.
    Regards,
    Jai Shankar

  • Cannot run more than one instance of a remote app in remote desktop services Server 2012

    All,
    I installed "Remote Desktop Services (RDS) Quick Start Deployment for RemoteApp, Windows Server 2012 Style" using the instructions here http://blogs.technet.com/b/yungchou/archive/2013/02/07/remote-desktop-services-rds-quick-start-deployment-for-remoteapp-windows-server-2012-style.aspx
    I need to set up an image viewing program (Olyvia) to allow students using Macs and iPads access to this windows only application in order for them to get their work done.  We may have 12 or more students accessing and trying to run the Olyvia application
    at any one time.
    All works good, except that I cannot run the Olyvia application (setup as a remoteapp program) more than one instance at a time.  That is, when I start up "olyvia" on a Mac, it works great.  If I leave it up and running, and then try
    and start up "olyvia" on an iPad (using different accounts), I get the following error message:
    "Cannot run more than one instance of this program simultaneously.  Either the program is already running, or it has not been terminated completely."
    I need to understand the root issue.
    1.  Is this a licensing issue?  So, I need to add some CALs to the RDS server?
    2.  Is this a application issue with "olyvia"?  So, no matter what I do, it is not going to be able to be used by more than one person at a time when configured as a remoteapp?
    3.  Did I not "publish" the application correctly?
    4.  Is this happening because I followed the "quick start" guide?
    Appreciate any help I can get on this.  We have no problem getting CALs, I just need some help with the root issue.
    Thanks,
    Geoff Weatherford
    CVMBS, CSU

    Hi Geoff,
    Each application uses different techniques for determining if multiple instances are running.  If you can determine what method it is using then perhaps you could use App-V or other virtualization software.
    In the best case you really should direct your question to the maker of Olyvia.  The reason I said that is they specifically designed their software to prevent multiple instances, so the first question is, why?  Is it related to Licensing? 
    Compatibility?  If you knew the specific reason(s) why they are doing it and the technique used then at the point using a virtualization technique may be the best option.
    -TP

  • Can I get more than one account on iphone microsoft exchange server

    Hi all,
    I was trying to get more than one account on iphone microsoft exchange server for mail, but it seems to only accept one. Is this true with everyone else out there. I guess I am one of the few people with more than one email account that uses microsoft exchange. I would love to have the convience of accessing them through iphone mail but it seems that I will be forced to use safari for the other two by typing owa... in the url.
    any workaround to the one email account per iphone policy??

    Yu can only have one Exchange Server account per device. This is true to iPhone and any Windows mobile device in the market. The work around is to set your other accounts that reside on an Exchange server using IMAP or POP settings as you used to do before the Version 2 update allowed you to sync directly to the Exchange Server. This methode will allow you to add as many accounts as you want or have.

  • How can i transfer more than one file from server to client

    Hi,
    our requirement is transfer more than one files from server to client using the
    webutil_file_transfer.as_to_client_with_progress.One file transfer is already working in our system.If anybody know the solution please inform
    regards
    mat

    just an idea ...
    for this purpose let us put aside security concerns and other potential problems....
    -- Get the content of a server directory with Filter and create zip file
    1) create a class that implements java.io.FilenameFilter ...
    2) define accept() method ...
    3) call File.list() with the filter as a parameter. The returned array of strings will have all the names that passed through the accept() filter
    4) use java.util.Zip to create ZIP file on the server side
    -- I think it is better to create this functionality as a separate Java class, put it in required folder and after it
    -- use Forms->Program->"Import Java class" to create pl/sql wrappers, than to create wrappers for all classes and code in pl/sql
    5) use webutil to transfer file on the client
    6) use Java on client side to unzip transferred file
    if you think this is not too complicated, you should try ...
    Regards,
    Vladimir

  • How to deploy a Webapplication on WAS more than one times on same server?

    Hi all,
    I 've a special problem:
    In our web-app (some DC's) also stored propertie-Files. Now we would to deploy this application more than one times at same server using different WebContentRoots. (f.e. http://server/app1 and http://server/app2 a.s.o.)
    We know, that we must create different EAR-Projects and refer the web-Module and configure the application.
    But in the second application there it's recommended to change some properties.
    How we can handle this in JDI without copy the web-application?
    I hope my question can be understood.
    Best Regards
    Sven Rickelt
    Using Netweaver + WAS 6.40 2004 SP 13

    Hi Sven,
    as I'm new to NWDI, I cannot give you a 100 percent, field-tested solution. But have you already thought about using the Configuration-Adapter?
    If you can change the source of your web-app, you could maintain the data formerly stored in property files using the configuration adapter of visual administrator. The SC <a href="http://help.sap.com/saphelp_nw04/helpdata/en/45/e7e14b517b42788a1c166f9f32455e/content.htm">configuration</a> allows you to access this data.
    With this approach you can stick to one web-application and do the configuration work separately for each deployed application.
    Best regards,
    Frank

  • How to use more than one application server during initial load?

    Hi,
    we plan to use more than one application server in CRM during initial download in order to increase the number of parallel requests and to decrease the time for the initial load. Is there a way to allocate requests to more than one server? Is is possible via multiple rfc connections for consumer CRM in CRMRFCPAR?
    Thanks.
    Alexander Schiffer

    Hi Naresh,
    thanks for your answer. It has solved my problem. SMLG is the transaction that I was looking for.
    Two more OSS notes that helped me to guide our basis into the right direction:
    OSS 593058 - New RFC load balancing procedure
    OSS 1413986 - SMLG: Possibility to select a favorite type for Ext.RFCs
    Thanks again.
    Alexander Schiffer

  • More than one application server offer ENQ service

    Dear Gurus
    We have a  problem in SICK Transaction in 4.6 b server contanining 3 instances .
    " more than one application server offer ENQ service"
    When 2 instances are stopped and run the SICK transaction for one instanse found no error
    but when other instance are up and checked with SICK  it gives above error message.
    The profile errors as follows
                                                                                    rdisp/enqname is not identified identically on all servers                    
    rdisp/enqname ( mk04_P12_00 ) on server mk04_P12_00                   
    rdisp/enqname ( mk04_P11_01 ) on server mk04_P11_01 
    pl. help
    Regards,
    Ravindra ghangurde

    [Hello Ravindra,|http://chandranonline.blogspot.com]
    See these
    SAP Note 12930 Operation mode switch does not work
    SAP Note 72248 NT: Dispatcher in status 'Yellow',SAP system running
    [Thanks|http://chandranonline.blogspot.com]
    [Chandran|http://chandranonline.blogspot.com]

  • "more than one application server offer ENQ service " in SICK transaction

    Dear Gurus
    We have a problem in SICK Transaction in 4.6 b server contanining 3 instances .
    " more than one application server offer ENQ service"
    When 2 instances are stopped and run the SICK transaction for one instanse found no error
    but when other instance are up and checked with SICK it gives above error message.
    The profile errors as follows
    rdisp/enqname is not identified identically on all servers
    rdisp/enqname ( mk04_P12_00 ) on server mk04_P12_00
    rdisp/enqname ( mk04_P11_01 ) on server mk04_P11_01
    pl. help
    Regards,
    Ravindra ghangurde

    That means you have 2 instances running an enque process, even tho this is possible i don't think is meant to be in your system... you need to check why?
    Check that parameter rdisp/wp_no_enq  is not set in one of the application servers.
    Regards
    Juan

  • Can we have  more than one report server ?

    Hi ,
    We have some products( built on oracle 10G and forms 10G) running and for it to run we have 5 application servers .
    The OS is Solaris
    Oracle version is 10G R1.
    We had till now one dedicated Report server .
    But now we need to have more than one report server .
    Can we have more than one report server attached at same time and in working condition ?
    Kindly advise .
    Regards
    SHUBH

    See Oracle® Application Server High Availability Guide
    http://download.oracle.com/docs/cd/B32110_01/core.1013/b32201/toc.htm
    Oracle® Application Server Enterprise Deployment Guide
    http://download.oracle.com/docs/cd/B32110_01/core.1013/b32125/toc.htm

  • How to add more than one server in emanager

    Hi All,
    In Java CAPS6, If I add more than one domain that is GlassFish server, how can I add these server in emanager. I am able to add only one server in eManager.
    Please let me know if any one knows.
    Thanks & Regards,
    B

    Hi,
    I have the same problem. I succeeded in adding the default domain (on the default port 4848) but when I try to add another domain on a different admin port, the connection cannot be established. Here is the manager log :
    2009-02-18 10:41:23,867 ERROR [http-15000-Processor24] com.stc.emanager.deployment.actions.AddNewServerAction - java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (404Not Found due to Connection Failed. Please check the following: <br>   &nbsp - Server Type is correct. <br>   &nbsp - Server is running. <br>   &nbsp - Hostname and Port number(s) are correct. <br>   &nbsp - Server SSL configuration.
    The manager and appserver are on the same server.
    As someone resolved the problem ?

  • Binding more than one IP address to a server instance

    I know that it is possible to bind multiple IP addresses to multiple server
              instances. But is it possible to bind more than one IP address to just one
              server instance? If so, how can it be done?
              Thanks in advance,
              David Chen
              

    No...it won't work, I misunderstood your post. There is no way you can tell
              a WL instance to bind to multiple IPs...Sorry about that.
              .raja
              "Mike Reiche" <[email protected]> wrote in message
              news:[email protected]...
              >
              > no... I don't think it (not specifying a bindAddr to have WL bind on all
              NICs)
              > will work. You will have two WL instances trying to bind to the same
              IP/Port -
              > which is not allowed.
              >
              > Or did you mean something else.
              >
              > There is no way/syntax to ask WL to bind to two specific IP addresses.
              >
              > Mike
              >
              > "Raja Mukherjee" <[email protected]> wrote:
              > >Mike,
              > >
              > >It will work if both NIC1 and NIC2 are on the same nework. In David's
              > >case,
              > >the NICs are part of different subnet. WLS cluster is only supported
              > >on the
              > >same network.
              > >
              > >..raja
              > >
              > >"Mike Reiche" <[email protected]> wrote in message
              > >news:[email protected]...
              > >>
              > >> Are you running two instances on the same machine in the same cluster
              > >and
              > >you want
              > >> them all to listen on both NICs? That is the only thing I don't know
              > >how
              > >to do.
              > >>
              > >> You would need to four IP addresses -
              > >>
              > >> nic1 / instance1 - 208.8.7.1
              > >> nic2 / instance1 - 208.8.7.2
              > >>
              > >> nic1 / instance2 - 208.8.7.3
              > >> nic2 / instance2 - 208.8.7.4
              > >>
              > >> then somehow you would need to specify the following - HOWEVER, THERE
              > >IS
              > >NO DOCUMENTED
              > >> WAY TO DO THIS. Open a case with BEA support.
              > >>
              > >> on instance 1
              > >>
              > >> bindAddr=208.8.7.1,208.8.7.2 # don't know what the syntax is
              > >>
              > >> and on instance 2
              > >>
              > >> bindAddr=208.8.7.3,208.8.7.4 # don't know what the syntax is
              > >>
              > >> MIke
              > >>
              > >> "Raja Mukherjee" <[email protected]> wrote:
              > >> >David,
              > >> >
              > >> >From what I understood from your email, if you want to add additional
              > >> >instance for "internal" network and that solves your problem, you
              > >don't
              > >> >need
              > >> >additional licenses. Again, I am not an expert on licensing , last
              > >I
              > >> >knew,
              > >> >the WL licenses are not charged by instances but by CPUs. As long
              > >as
              > >> >you not
              > >> >adding more CPU you don't need additional license for WL. Please check
              > >> >with
              > >> >your account rep to verify that.
              > >> >
              > >> >Are we talking about a requirement where the "same" application to
              > >be
              > >> >accessed by both "internal" as well as the "external" clients? If
              > >so,
              > >> >a
              > >> >simple firewall configuration of allowing traffic from "internal"
              > >network
              > >> >to
              > >> >the "external" network only to WLS port would do the trick. Also make
              > >> >sure
              > >> >that the firewall only allows incoming traffic for the ones originated
              > >> >from
              > >> >"internal" network. There are other possible options, but I need to
              > >know
              > >> >more about your configuration.
              > >> >
              > >> >Last but not the least, if you had given the information to the group
              > >> >instead of sending personal email, you would have probably gotten
              > >faster
              > >> >response. There are a lot of good and experienced folks in this
              > >newsgroup.
              > >> >
              > >> >I don't mind being your friend at all, couple of Bud light would be
              > >a
              > >> >good
              > >> >start :)
              > >> >
              > >> >..raja
              > >> >
              > >> >"David Chen" <[email protected]> wrote in message
              > >> >news:[email protected]...
              > >> >> Good guess, Raja. We do have two NICs and two separate networks.
              > >I
              > >> >think
              > >> >> Mike's answer is correct according the documentation. However, in
              > >our
              > >> >case,
              > >> >> since we are using cluster, we have to specify "bindAddr" (is that
              > >> >right?).
              > >> >>
              > >> >> Unfortunately, I am not the David Chen from Dallas. But I would
              > >not
              > >> >mind
              > >> >to
              > >> >> be a friend of yours, Raja :)
              > >> >>
              > >> >> Thanks,
              > >> >>
              > >> >> David Chen
              > >> >>
              > >> >>
              > >> >>
              > >> >> "Raja Mukherjee" <[email protected]> wrote in message
              > >> >> news:[email protected]...
              > >> >> > If my guess is correct, they have two NICs and two separate
              > >> >> networks...let's
              > >> >> > see what are they really trying to achieve. I may have emails
              > >on
              > >> >my
              > >> >> mailbox
              > >> >> > (I know a David Chen from Dallas, is that you David??) which I
              > >can
              > >> >not
              > >> >> check
              > >> >> > right now...
              > >> >> >
              > >> >> > .raja
              > >> >> >
              > >> >> > "Mike Reiche" <[email protected]> wrote in message
              > >> >> > news:[email protected]...
              > >> >> > >
              > >> >> > > If you do not specify a bindAddr, it automatically binds to
              > >all
              > >> >IP
              > >> >> > addresses on
              > >> >> > > that machine.
              > >> >> > >
              > >> >> > > Mike
              > >> >> > >
              > >> >> > > "David Chen" <[email protected]> wrote:
              > >> >> > > >I know that it is possible to bind multiple IP addresses to
              > >multiple
              > >> >> > > >server
              > >> >> > > >instances. But is it possible to bind more than one IP address
              > >> >to
              > >> >just
              > >> >> > > >one
              > >> >> > > >server instance? If so, how can it be done?
              > >> >> > > >
              > >> >> > > >Thanks in advance,
              > >> >> > > >
              > >> >> > > >David Chen
              > >> >> > > >
              > >> >> > > >
              > >> >> > >
              > >> >> >
              > >> >> >
              > >> >>
              > >> >>
              > >> >
              > >> >
              > >>
              > >
              > >
              >
              

Maybe you are looking for

  • Printing problem in CR 9.2 on Vista

    Post Author: arullp CA Forum: Crystal Reports Hi,I have a problem with VB6 application using Crystal Report 9.2 ActiveXViewers and RDC deployed on Vista. The reports are displayed correctly on the ActivexViewer (CRViewer9), but when the user prints t

  • Question about 64 bit

    I was thinking about reloading my Arch system and was thinking about 64 bit. Just wonder if its mature enough for me to use it on a day to day basis. Such as, full web access to software such as Flash 9, mplayer plugins for media, music plugins for A

  • Very simple Strings Question

    Hi All: I am stuck with a small situation, I would appreciate if someone can help me with that. I have 2 strings: String 1 - "abc" String 2 - "I want to check if abc is in the middle" How can I check if the string 1 "abc" is in the middle of the stri

  • Image control runtime creation issue

    I am having problems getting the Image control to actually display the image I specify in the source property. The Image control is created in actionscript at runtime based on XML returned by an HTTPService request. I have a canvas that I want to pop

  • HT4061 how do i find out what firm ware my device is

    how do i know what firm ware my i pad is using