Multiple Java Instances with Workspace Studio 1.1

When I launch my WebLogic server with Workspace Studio 1.1, I now see two instances of java.exe instead of the one that previously was launched from 9.2.1 Workshop.
Does anyone know why, or if this can be re-configured? Several GB's of RAM are being used.
Chris

Are you launching the same version of the server as before? Workshop just calls the domain's start script. Try closing workshop and calling the start script from the command line. How many java processes do you see now?
- Konstantin

Similar Messages

  • JNDI Lookup for multiple server instances with multiple cluster nodes

    Hi Experts,
    I need help with retreiving log files for multiple server instances with multiple cluster nodes. The system is Netweaver 7.01.
    There are 3 server instances all instances with 3 cluster nodes.
    There are EJB session beans deployed on them to retreive the log information for each server node.
    In the session bean there is a method:
    public List getServers() {
      List servers = new ArrayList();
      ClassLoader saveLoader = Thread.currentThread().getContextClassLoader();
      try {
       Properties prop = new Properties();
       prop.setProperty(Context.INITIAL_CONTEXT_FACTORY, "com.sap.engine.services.jndi.InitialContextFactoryImpl");
       prop.put(Context.SECURITY_AUTHENTICATION, "none");
       Thread.currentThread().setContextClassLoader((com.sap.engine.services.adminadapter.interfaces.RemoteAdminInterface.class).getClassLoader());
       InitialContext mInitialContext = new InitialContext(prop);
       RemoteAdminInterface rai = (RemoteAdminInterface) mInitialContext.lookup("adminadapter");
       ClusterAdministrator cadm = rai.getClusterAdministrator();
       ConvenienceEngineAdministrator cea = rai.getConvenienceEngineAdministrator();
       int nodeId[] = cea.getClusterNodeIds();
       int dispatcherId = 0;
       String dispatcherIP = null;
       String p4Port = null;
       for (int i = 0; i < nodeId.length; i++) {
        if (cea.getClusterNodeType(nodeId[i]) != 1)
         continue;
        Properties dispatcherProp = cadm.getNodeInfo(nodeId[i]);
        dispatcherIP = dispatcherProp.getProperty("Host", "localhost");
        p4Port = cea.getServiceProperty(nodeId[i], "p4", "port");
        String[] loc = new String[3];
        loc[0] = dispatcherIP;
        loc[1] = p4Port;
        loc[2] = null;
        servers.add(loc);
       mInitialContext.close();
      } catch (NamingException e) {
      } catch (RemoteException e) {
      } finally {
       Thread.currentThread().setContextClassLoader(saveLoader);
      return servers;
    and the retreived server information used here in another class:
    public void run() {
      ReadLogsSession readLogsSession;
      int total = servers.size();
      for (Iterator iter = servers.iterator(); iter.hasNext();) {
       if (keepAlive) {
        try {
         Thread.sleep(500);
        } catch (InterruptedException e) {
         status = status + e.getMessage();
         System.err.println("LogReader Thread Exception" + e.toString());
         e.printStackTrace();
        String[] serverLocs = (String[]) iter.next();
        searchFilter.setDetails("[" + serverLocs[1] + "]");
        Properties prop = new Properties();
        prop.put(Context.INITIAL_CONTEXT_FACTORY, "com.sap.engine.services.jndi.InitialContextFactoryImpl");
        prop.put(Context.PROVIDER_URL, serverLocs[0] + ":" + serverLocs[1]);
        System.err.println("LogReader run [" + serverLocs[0] + ":" + serverLocs[1] + "]");
        status = " Reading :[" + serverLocs[0] + ":" + serverLocs[1] + "] servers :[" + currentIndex + "/" + total + " ] ";
        prop.put("force_remote", "true");
        prop.put(Context.SECURITY_AUTHENTICATION, "none");
        try {
         Context ctx = new InitialContext(prop);
         Object ob = ctx.lookup("com.xom.sia.ReadLogsSession");
         ReadLogsSessionHome readLogsSessionHome = (ReadLogsSessionHome) PortableRemoteObject.narrow(ob, ReadLogsSessionHome.class);
         status = status + "Found ReadLogsSessionHome ["+readLogsSessionHome+"]";
         readLogsSession = readLogsSessionHome.create();
         if(readLogsSession!=null){
          status = status + " Created  ["+readLogsSession+"]";
          List l = readLogsSession.getAuditLogs(searchFilter);
          serverLocs[2] = String.valueOf(l.size());
          status = status + serverLocs[2];
          allRecords.addAll(l);
         }else{
          status = status + " unable to create  readLogsSession ";
         ctx.close();
        } catch (NamingException e) {
         status = status + e.getMessage();
         System.err.println(e.getMessage());
         e.printStackTrace();
        } catch (CreateException e) {
         status = status + e.getMessage();
         System.err.println(e.getMessage());
         e.printStackTrace();
        } catch (IOException e) {
         status = status + e.getMessage();
         System.err.println(e.getMessage());
         e.printStackTrace();
        } catch (Exception e) {
         status = status + e.getMessage();
         System.err.println(e.getMessage());
         e.printStackTrace();
       currentIndex++;
      jobComplete = true;
    The application is working for multiple server instances with a single cluster node but not working for multiple cusltered environment.
    Anybody knows what should be changed to handle more cluster nodes?
    Thanks,
    Gergely

    Thanks for the response.
    I was afraid that it would be something like that although
    was hoping for
    something closer to the application pools we use with IIS to
    isolate sites
    and limit the impact one badly behaving one can have on
    another.
    mmr
    "Ian Skinner" <[email protected]> wrote in message
    news:fe5u5v$pue$[email protected]..
    > Run CF with one instance. Look at your processes and see
    how much memory
    > the "JRun" process is using, multiply this by number of
    other CF
    > instances.
    >
    > You are most likely going to end up on implementing a
    "handful" of
    > instances versus "dozens" of instance on all but the
    beefiest of servers.
    >
    > This can be affected by how much memory each instance
    uses. An
    > application that puts major amounts of data into
    persistent scopes such as
    > application and|or session will have a larger foot print
    then a leaner
    > application that does not put much data into memory
    and|or leave it there
    > for a very long time.
    >
    > I know the first time we made use of CF in it's
    multi-home flavor, we went
    > a bit overboard and created way too many. After nearly
    bringing a
    > moderate server to its knees, we consolidated until we
    had three or four
    > or so IIRC. A couple dedicated to to each of our largest
    and most
    > critical applications and a couple general instances
    that ran many smaller
    > applications each.
    >
    >
    >
    >
    >

  • Create multiple portal instances with only one database?

    Can someone create multiple portal instances with only one database?
    If so, how is this done, just by running the portal configuration wizard?
    How are most people running with multiple developers working on portal? Do they share a portal instance, or create their own?
    Thank you very much!
    Phillip

    i'm currently using 9ias rel 2(9.0.2) and i have install one infrastructure and two mid tier, hoping that this will create two portal, but it didn't. Can you please tell me how to do create two portal within one server.
    thanks and regards;
    andrew

  • Multiple portlet instances with public portlet parameter.

    If I have a java Portlet with a public portlet parameter, and I put two portlet instance (same portlet) on the same page.
    Can page designer assign different value for the public portlet parameter of different portlet instance?
    Or the question is:
    Is public portlet parameter per portlet definition, or per portlet instance?

    Hi Derek,
    Let me give it shot. Gurus correct me if I am wrong!!
    In an hosted environment we can have multiple Organizations or Organization units that may be catered with a single Oracle9iAS Portal instance. In which case each of these Organizations / Organization units will be Subscribers to the Oracle9iAS Portal and will have an unique Subscriber ID. A company name is a part of the Subscriber profile so a subscriber has a Company that it belongs to. So if the Marketing dept. of a 'X' company is a subscriber to Oracle9iAS Portal, then this Subscriber will have a Subscriber ID associated to it and the Company that he belongs to is 'X'. So we can have a Company who has one or more subscribers to Oracle9iAS Portal.
    The distinguished name, or DN, is the identifier for unambiguously referring to a particular entry in the directory. The DN is formed by sequentially connecting all
    the individual names of the parent entries of the node, back to the root.
    I hope this helps, please get back in case you have any questions.
    Take care,
    Manoj

  • Load balancing Java instances with EP

    Hi all,
    I am wondering if EP provides load balancing when connecting to backend java systems. For example, when a user connects to the enterprise portal and then, through portal, connects to a java system like BI portal or Biller Direct, are they being load balanced? From what I have read, it sounds like the portal connects to the message server to load balance these backend systems, however I have heard some concerns that a web dispatcher instance may be needed for each backend java system. Is this true or is the load balancing functionality provided by the portal sufficient?
    Our users will only be connecting to these systems via enterprise portal. We are planning to install a web dispatcher instance to balance the portal users but I am trying to figure out if more instances are needed to balance the other java systems.
    I have read the help.sap.com documentation on webdispatcher, as well as these two notes, but none directly addresses this question. Experts, I would really appreciate your help!
    Note 1040325 - HTTP load balancing: Message Server or Web Dispatcher?
    Note 649008 - HTTP load balancing using the SAP message server
    Thanks,
    Michelle

    Michael,
    If I understand you right then the Enterprise portal you are talking about is your "super/main/consumer" portal and you ahfe other portals and java systems as producers?
    If a java installations have one or more Dialog Instances then I would advice you to also install Webdispatchers for those systems too.
    But If these java installations only hava a CI then you don't need webdispatcher as the dispatcher in the instance will load balance on the server nodes.
    Instead of a webdispatcher you could also use a hardware solution but webdispatcher will suit your needs I guess.
    Following ASCII art figure hopefully makes it a litle bit clear:
                                       1. Webdispatcher
                                              |              
                          2. Enterprise Portal CI + DI etc etc
                                              |        
              |                                      |                                     |
    3a. Webdispatcher                       3b. Webdispatcher                              |
              |                                      |                                     |           
    4a. BI Portal CI + DI etc etc           4b. XYZ Portal CI + DI etc etc         4c. Java instance CI only
             |                                       |                                    
    5a. BI ABAP system                      5b. XYZ ABAP system                  
    Good Luck,
    Benjamin Houttuin

  • BlazeDS, multiple Module instances with Consumers issue

    I have an application that can load multiple instances of a module. The module has a consumer that connects to a destination and listens for messages pushed from a JMS topic. In order for me to be able to load and unload multiple instances of the module I'm appending a uid to the url of the swf. When the first instance of the module is loaded everything works as expected and the consumer successfully subscribes to the destination. However, if a second instance of the module is loaded the consumer fails to subscribe and I see the following error in the server log:
    [#|2010-10-28T15:05:33.666+0100|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ ThreadID=17;_ThreadName=httpSSLWorkerThread-8080-1;|
    [BlazeDS]10/28/2010 [INFO] [Endpoint.General] Channel endpoint channel-streaming-amf received request.|#]
    [#|2010-10-28T15:05:33.671+0100|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ ThreadID=17;_ThreadName=httpSSLWorkerThread-8080-1-in-streaming-mode;|
    [BlazeDS]10/28/2010 [WARN] [Endpoint.StreamingAMF] Endpoint with id 'channel-streaming-amf' received a duplicate streaming connection request from, FlexClient with id '4CA3967A-071C-AB24-D5B9-CAB9D20F14B5'. Faulting request.|#]
    [#|2010-10-28T15:05:33.671+0100|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ ThreadID=17;_ThreadName=httpSSLWorkerThread-8080-1;|
    [BlazeDS]10/28/2010 [INFO] [Endpoint.FlexSession] Number of streaming clients for FlexSession with id '3275dcec0f5dc0c30a7381fa6044' is 0.|#]
    [#|2010-10-28T15:05:33.672+0100|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ ThreadID=17;_ThreadName=httpSSLWorkerThread-8080-1;|
    [BlazeDS]10/28/2010 [DEBUG] [Endpoint.StreamingAMF] Number of streaming clients for endpoint with id 'channel-streaming-amf' is 0.|#]
    [#|2010-10-28T15:05:33.673+0100|SEVERE|sun-appserver2.1|javax.enterprise.system.container. web|_ThreadID=17;_ThreadName=httpSSLWorkerThread-8080-1;_RequestID=96f36b13-0da4-49ad-b788 -bc6d1413da3b;|StandardWrapperValve[MessageBrokerServlet]: PWC1406: Servlet.service() for servlet MessageBrokerServlet threw exception
    java.lang.IllegalStateException
    at org.apache.coyote.tomcat5.CoyoteResponseFacade.sendError(CoyoteResponseFacade.java:449)
    at flex.messaging.endpoints.BaseStreamingHTTPEndpoint.handleFlexClientStreamingOpenRequest(B aseStreamingHTTPEndpoint.java:732)
    at flex.messaging.endpoints.BaseStreamingHTTPEndpoint.serviceStreamingRequest(BaseStreamingH TTPEndpoint.java:1022)
    at flex.messaging.endpoints.BaseStreamingHTTPEndpoint.service(BaseStreamingHTTPEndpoint.java :430)
    at flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:322)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.jav a:427)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:333)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncoding Filter.java:88)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76 )
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:246)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:28 7)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPi peline.java:98)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProces sorTask.java:666)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorT ask.java:597)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTas k.java:872)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultRead Task.java:341)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:264)
    at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106 )
    |#]
    Can anyone explain to me what is happening here and suggest a solution please? I'm not sure if it's a BlazeDS issue or a Flex Module issue but I can't seem to find any references to this issue and the last 2 days have been spent trying to resolve this without any success.
    Any help appreciated.
    If I don't append the uid to the module url then the consumers subscribe as expected but then I'm unable to unload individual instances of the module as they all share the same url property.
    Thanks in advance.

    I have similar problem, but I don't understand your solution.
    Hypothetically, let’s say I use 2 separate sets of Consumer/Producer components in my flex app.
    There is no problem with connecting first set of Consumer/Producer to a particular channel.
    For second set of Consumer/Producer I create new ChannelSet  and new StreamingAMFChannel instances (but the channel has the same URL as the one used in first set, because I want to use the same channel).
    When I try to connect another set of Consumer/Producer to the same channel I get the error on BlazeDS: "... Endpoint with id 'streaming-amf' received a duplicate streaming connection request from, FlexClient with id ..."
    There is no such problem when I define additional channel in BlazeDS configuration an use this new channel with second set of Consumer/Producer components. This solution requires this additional channel so it’s not fully satisfying for me.
    Could you post some code samples of your solution or describe it in more detail?
    I will be grateful for any useful tips.

  • Multiple db2 instances with informix in a single transaction

    Hi All,
    Can somebody tell how this can be achieved.
    I do have 3 db2 instances in three physical mahines. Within a transaction I will
    only be writing to a one instance but will be retieving data from the other two
    instances. In the same transaction I will be writing to a Informix database as
    well. All the systems are on windows.
    The application server is Weblogic 7.02.
    For DB2 the driver is db2jcc driver which does not support XA transactions. And
    for informix we do use the driver which comes along with the informix installation
    which is a XA supported driver.
    We do have seperate TXDatasources created in the Web logic server and EJBs are
    used in the project.
    As welogic can give the XA features only for one none XA driver. How about implementing
    the above scenario.
    Waiting for a early response.

    Hello Sebastien,
    Thanks for your response!!!
    Let me make it bit more clear.In deploymewnt descriptor,we define jndi name for any resource and do a lookup on that resource from the code.
    Let us consider that resource as JDBC data source for our discussion.usually you define any jdbc data source under a JDBC resource provider.
    So my question is,in a single transaction can you access multiple data sources defines under multiple JDBC resource providers.
    Ex:A datasource "x "defined under resource provider "A"[say DB2 jbdc provider] and a datasource "y" defined under respurce provider "B"[say mysql jdbc provider].
    Thanks

  • Inserting multiple subforms instances with app.response on click event.

    I could use some help sorting out this click event. I can't seem to get it to work the way I need it too. I have tried a few different variations with no success. The part I am having trouble with is in the loop and inserting multiple copies based on user input from the app.response event. I have a version of script that works with no loop but that won't allow functionality for inserting multiple instances of the subform. Would appreciate any help figuring out how I can do this.
    var cChoice = app.popUpMenu("Add a blank section",  "Copy this section", "-", "Delete this section");
    if(cChoice == "Add a blank section"){
    ACT.instanceManager.addInstance(1)
    } else if(cChoice == "Delete this section"){
    ACT.instanceManager.removeInstance(this.parent.instanceIndex)
    }else if(cChoice == "Copy this section"){
    var cResponse = app.response("How many instances of this section would you like to insert?",["Copy current section",])
    if (cResponse == null)
    app.alert("No copy of the current section was inserted due to a null response.");
    else
    var i=ACT.instanceIndex
    var j=0
    while(j<cResponse)do
    _ACT.addInstance(1)
    xfa.resolveNode("form1.Subform1.ACT[" +(i+1) + "].Row1.textField").rawValue = xfa.resolveNode("form1.Subform1.ACT.Row1.textField").rawValue

    Hi,
    You code has got a bit mangled , but maybe something like;
    var cChoice = app.popUpMenu("Add a blank section",  "Copy this section", "-", "Delete this section");
    if(cChoice == "Add a blank section")
        ACT.instanceManager.addInstance(1)
    else
    if(cChoice == "Delete this section")
        ACT.instanceManager.removeInstance(this.parent.instanceIndex)
    else if(cChoice == "Copy this section")
        var cResponse = app.response("How many instances of this section would you like to insert?",["Copy current section",])
        if (cResponse == null)
            app.alert("No copy of the current section was inserted due to a null response.");
        else
            var i=ACT.instanceIndex
            var j=0
            while(j<cResponse)
                var act = _ACT.addInstance(1)
                act.Row1.textField.rawValue = xfa.resolveNode("form1.Subform1.ACT.Row1.textField").rawValue
                j++;

  • RAC: Multiple Databases / Instances with network seperation

    Dear all,
    We are planning to run our oracle 11g DB on RAC, with two instances both on seperate networks. Is this possible?
    here is what i mean
    Instance 1 including RAC DB is configured in e.g VLAN 12 with subnet 192.168.120.0/24. Instance 2 is configured in VLAN 22 with subnet 192.168.122.0/24. Servers of instance 2 send their data also to instance 1 RAC DB at subnet 192.168.120.0/24. Traffic between them is routed by a Cisco router.
    i searched the net for similar implementations and found a couple of people running similar configurations on RAC,
    but i want to know any downsides/pros cons of running such a setup.
    THanks in advance
    Saad

    Hi Saad,
    The problem in my case is clusterware configuration. While creating the cluster CRS asks for public IP,Private IP and VIP for both nodes. I can do it for one database environment which we call here pre-prod.
    The prod environment also uses the same hardware but is in different subnet and will use same cluster. Can i put vips for that environment when clusterware asks for public ip,private ip and vips.
    Or as you suggested,create cluster using ip of one subnet and create database for it and for second network create just database and in listerner.ora enter vips of prod environment. My current hosts file looks like this
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost6.localdomain6 localhost6
    #Production
    10.88.118.200 cps-oracle-vip.fedex.com cps-oracle-vip
    10.88.118.201 cps-oracle-1.fedex.com cps-oracle-1
    10.88.118.202 cps-oracle-2.fedex.com cps-oracle-2
    10.88.118.203 cps-oracle-1-vip.fedex.com cps-oracle-1-vip
    10.88.118.204 cps-oracle-2-vip.fedex.com cps-oracle-2-vip
    #Pre-Production
    10.88.119.200 cps-pre-oracle-vip.fedex.com cps-pre-oracle-vip
    10.88.119.201 cps-pre-oracle-1.fedex.com cps-pre-oracle-1
    10.88.119.202 cps-pre-oracle-2.fedex.com cps-pre-oracle-2
    10.88.119.203 cps-pre-oracle-1-vip.fedex.com cps-pre-oracle-1-vip
    10.88.119.204 cps-pre-oracle-2-vip.fedex.com cps-pre-oracle-2-vip
    #Internal
    192.168.101.1 cps-oracle-1-priv.fedex.com cps-oracle-1-priv
    192.168.101.2 cps-oracle-2-priv.fedex.com cps-oracle-2-priv
    Does 11G provide facility to enter multiple vips in CRS.

  • Error JDBC - Connect java instance with sql server

    We are working with SAP Netweaver 7.0 SP 18 and we need to upgrade to SP 23.
    The XML generated contains only ABAP Stack but the SUM also load the Java tab.
    This part of Java is giving me several problems Connection with SQL Server database 2005. Add image of the last error.
    To continue forward I am evaluating the following:
    1. How I can validate data Connection jdbc to connect to the database? How valid username and password that you use? Where
    Best Regards!

    Hi Hidalgo,
    The XML generated contains only ABAP Stack but the SUM also load the Java tab.
    Please check for the following
    1) Existence of  j2ee related profile parameters in SAP profiles ( default, instance and start )
    2) Existence of j2ee related folders on the SAP server
    If you system is only ABAP stack, please remove information identified in option(1) and (2).
    Hope this helps.
    Regards,
    Deepak Kori

  • Multiple Lync instances with instance reporting and centralized reporting

    Hi everyone,
    This is my first post here and I guess I'm looking at a very particular situation but I would like to know if anyone ever attempted to implement a similar environment...
    So we are looking at using Lync for webchat and internal communications. The product in general seems to meet our requirements but I would have an extra question for reporting.
    The thing is we would like to have multiple instances of Lync to segregate users and the pools of users.
    We would like to have a central Lync server that has our company users. 
    Then we would have many Lync servers of independent companies that could communicate with the central server, but could not communicate with each other. 
    So we would like to know if it is possible to provide all those independent companies with their own reporting that would only show them their own data, and have a central reporting hub with data from all the instances centralized in a single server.
    I was wondering if it was possible to do with an existing product, or with log shipping in a special instance of SQL server that would get all the information from all different instances. Then we would connect to that instance?
    We do not have a lab right now but I'm working on getting it done, but if anyone did anything that is similar, I would love to get some input on this.
    Thanks,

    Would the separate companies administer Lync independendly or would you?
    In this situation, I'd actually suggest Office365/Lync Online.  However, that said:
    If they need to administer Lync, you may want to look at the now dead Lync Hosting Pack. 
    If you're going to administer, and they absolutely can't talk to each other, you could set up multiple pools each sending monitoring archiving data to their own copy of SQL and set up an ethical wall or MSPL script to keep them from chatting. 
    Check out Matt Landis' blog:
    http://windowspbx.blogspot.com/2012/07/controlling-who-has-what-access-to-who.html
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications
    This forum post is based upon my personal experience and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Patching Java instances with hotfixes using MOPZ - downgrade?

    If hotfixes for a certain part of the J2EE engines are installed and MOPZ is used to get a new support package, it takes only the core patches without the hotfixes.
    E. g. if BI_REPLAN SP14 + Hotfix 3 is installed MOPZ will pick BI_REPLAN SP15 Hotfix 0. This leads to a warning in JSMP that I´m "downgrading" an application.
    As far as I understood those "hotfixes" they are like (example)
    COMPONENT SP14 Hotfix 3 is equal
    COMPONENT SP15 Hotfix 2 is equal
    COMPONENT SP16 without hotfix
    Since the application in the SMP does not enable me to manually pick the .scas with the latest hotfixes and I can´t manually download them since they are not in the necessary JSPM-.xml file what´s the procedure here? Can I safely assume that all applications can be "downgraded" without harming the system?
    Why is MOPZ not picking up the latest ones?
    Markus

    > In your case, I think it is not recommended to downgrade. I think it is the case to find out the next support package available ( after the hot fix ).
    Well - if would do like this we would still be on SP12 and not, as recommended, on SP15.
    > If you need to download a fix, you still can do this going to SAP Service Marketplace, find the hot fix package and put it in your download basket manually. Then, in order to approve the download, you will need to go through MOPZ ( this time it will show you the current download basket with the fix already there and you will be able to download it ).
    Yes - the problem is, I can't integrate that fix into the stack - and it's not always possible to wait until a stack fixes the problem "by default".
    > In a last option, you can open an OSS message requesting the file for the hot fix. SAP will give you an URL where you can download it whithout passing through MOPZ.
    MOPZ is not the problem, the problem is, that those hotfixes which are available in the normal download area are not taken from MOPZ. I'm not talking about hotfixes as attachment to notes, however, the problem is the same there.
    If MOPZ is "the tool to manage" deltas then it should do appropriately and not just "half"
    Markus

  • How to serve multiple weblogic instances with a single apche server

    Can any body let me know how to make use of an apache server to serve 2 weblogic
    instances.
    Thanks in advance
    damodar

    Yes, the documentation explains how to do this:
    http://e-docs.bea.com/wls/docs61/adminguide/apache.html
    Regards,
    Eric
    "Damodar" <[email protected]> wrote in message
    news:3c23ccb9$[email protected]..
    >
    Can any body let me know how to make use of an apache server to serve 2weblogic
    instances.
    Thanks in advance
    damodar

  • Multiple Server nodes in Java Instance

    Hello Experts,
    We have NW 700 SP17 Java system running with 5 server nodes. Would appreciate, if you clarify following doubts:
    1. How can we check which user has landed up into which server node.
    2. Is there any possibility of check logs (like defaulttrace,etc) for all the server nodes from a single location (like NWA).
    3. How can we check the load on each of the server node.
    4. Where can we find documentation on configuring and operating Java instance with multiple server nodes.
    Thanks
    Davinder

    1. How can we check which user has landed up into which server node.
    Ask the user to execute this: javascript:document.cookie
    while they are in the Java pages.
    2. Is there any possibility of check logs (like defaulttrace,etc) for all the server nodes from a single location (like NWA).
    - Yes, SAP LogViewer should give you that options
    3. How can we check the load on each of the server node -
    - Consider configuring Solution Manager Diagnostics, is it very nice tool for Java Load Monitoring
    4. Where can we find documentation on configuring and operating Java instance with multiple server nodes
    - If you asking about how many nodes requires on a java instance, you might want to use the SAP Quick Sizer to size your systems, then it will give you total Memory it requirsts then you need to divide that by 2.5 GB (64 bit OS) or for 32 bits they recommend you not to exceed your heap size beyond 1 GB.
    Added Nodes is very simple via Configtool, then you might have to setup your server with same settings as your previous nodes.
    Kumar

  • How Can I Use Multiple Weblogic Instances in a Single OS

    Hello Everyone,
    Actually I have to install Some different applications. Few of them need weblogic 10.3.6 and others need 10.3.4. The OS am using is Oracle  Enterprise Linux 5.
    Now I am able to install 2 separate(One of 10.3.4 and 10.3.6) instances with two different users,In two different directories.
    I have installed the weblogic 10.3.6 version with a user webadmin and installed node manager with port 5556. This is working fine.
    The main problem here is :
    In the second instance (10.3.4 ) installed with a a different user and gave the port number to NodeManager as 1600 and its not getting started. Its throwing error and also after some errors in the terminal am able to see that its reverting to port number 5556 only.
    What might be the issue?
    I have to install 2 different versions of weblogic in a single Server. But am failing with NodeManager. What Can I do to have multiple weblogic instances with multiple versions in a single server ?
    Can anyone suggest a resolution for this please ?
    Thanks in advance.

    Pl do not spam these forums with multiple posts - How Can I Use Multiple Weblogic Instances in a Single OS

Maybe you are looking for

  • Replay video in Muse (some controls doesn't work)

    Hello colleagues, Can't understand what is happening. I put a video in the Animate and assign controls for buttons (for example, replay video from 0:00 sec). For stage and video autoplay function are disabled. Then I export the oam-file and insert it

  • Performance problem with more than one COUNT(DISTINCT ...) in a query

    Hi, (I hope this is the good forum). In the following query, I have 2 Count Distinct on 2 different fields of the same table.  Execution time is okay (2 s) with one or the other COUNT(DISCTINCT ...) in the SELECT clause, but is not tolerable (12 s) w

  • Help with "simple" JFileChooser problem...

    Hi all, how do I set the font in a JFileChooser??? I have tried everything, but it always uses the Look & Feels default font setting. Can I change the default Look&Feels font setting? Greatfully for any suggestions! Cheers Anders ;-D

  • I18N in Oracle 8i

    Hi Everybody, I wanted to know how to go about setting up my base if I wish to store Chinese text. Is there any manual or any other kind of resource available?? I use java as my Application Interface so what all do i have to do to give Chinese langau

  • India Localization 2007B

    Hi All Can anybody please provide me the link to Indian Localization 2007B  PL 10 (Tax Setups) Regards Anand