Configuring Ejb 2.1 in different server

Hi,
I have two EJB's (Version 2.1) say CustomerEJB and AccountEJB both are stateless session beans.
I have two Jboss servers configured in two different machines naming it Server 1and Server 2. These servers are not in cluster
I like to deploy the CustomerEJB in server 1and AccountEJB in server 2.
Now i like to configure the AccountEJB in server 1 in such a way a call made to AccountEJB's business methods should be directed to server 2.
Is there any way to do this.
Thanks in advance.
Regards,
Chandru.M

Wouldn't you specify the machine name in the jndi lookup?
ram.

Similar Messages

  • Unable to access remote EJB object on different server

    I have deployed an EJB module on one server. I have been able to access the entity beans on this server from a standalone java client (on a different machine) using the CORBA Interopable Naming Syntax. Using this syntax
    corbaname:iiop:<hostname>:port#<jndi-name>
    However, when I deploy another EJB module on a separate server I am unable to access the objects held on the original server. I am using the same syntax as the java client.
    We are using Sun Application Server to deploy the modules. The error held in the server log is below. Can someone help with this. Does the Sun Application Server prevent connection to remote objects by default?
    [#|2005-12-09T17:39:55.703+0000|SEVERE|sun-appserver-pe8.1_02|javax.enterprise.resource.corba._DEFAULT_.rpc.transport|_ThreadID=11;|"IOP00410216: (COMM_FAILURE) Unable to create IIOP listener on the specified host/port: all interfaces/3700"
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 216 completed: No
         at com.sun.corba.ee.impl.logging.ORBUtilSystemException.createListenerFailed(ORBUtilSystemException.java:2661)
         at com.sun.corba.ee.impl.logging.ORBUtilSystemException.createListenerFailed(ORBUtilSystemException.java:2681)
         at com.sun.corba.ee.impl.transport.SocketOrChannelAcceptorImpl.initialize(SocketOrChannelAcceptorImpl.java:167)
         at com.sun.corba.ee.impl.transport.CorbaTransportManagerImpl.getAcceptors(CorbaTransportManagerImpl.java:207)
         at com.sun.corba.ee.impl.transport.CorbaTransportManagerImpl.addToIORTemplate(CorbaTransportManagerImpl.java:224)
         at com.sun.corba.ee.spi.oa.ObjectAdapterBase.initializeTemplate(ObjectAdapterBase.java:104)
         at com.sun.corba.ee.impl.oa.toa.TOAImpl.<init>(TOAImpl.java:78)
         at com.sun.corba.ee.impl.oa.toa.TOAFactory.getTOA(TOAFactory.java:65)
         at com.sun.corba.ee.impl.orb.ORBImpl.connect(ORBImpl.java:1536)
         at com.sun.corba.ee.spi.presentation.rmi.StubAdapter.connect(StubAdapter.java:164)
         at com.sun.corba.ee.impl.orbutil.ORBUtility.connectAndGetIOR(ORBUtility.java:825)
         at com.sun.corba.ee.impl.orb.ORBImpl.getFVDCodeBaseIOR(ORBImpl.java:901)
         at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.addServiceContexts(CorbaClientRequestDispatcherImpl.java:737)
         at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:227)
         at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:127)
         at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:244)
         at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
         at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
         at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:345)
         at com.sun.jndi.cosnaming.CNCtx.initUsingCorbanameUrl(CNCtx.java:321)
         at com.sun.jndi.cosnaming.CNCtx.initUsingUrl(CNCtx.java:247)
         at com.sun.jndi.cosnaming.CNCtx.createUsingURL(CNCtx.java:85)
         at com.sun.jndi.url.iiop.iiopURLContextFactory.getUsingURLIgnoreRest(iiopURLContextFactory.java:56)
         at com.sun.jndi.url.iiop.iiopURLContext.getRootURLContext(iiopURLContext.java:44)
         at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:182)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.ppl.services.ServiceLocator.lookup(ServiceLocator.java:47)
         at com.ppl.services.ServiceLocator.getRemoteHome(ServiceLocator.java:74)
         at com.ppl.services.ServiceLocator.getRemoteUSRRoutinesHome(ServiceLocator.java:134)
         at com.ppl.business.LoginBusiness.isUserServiceAvailable(LoginBusiness.java:50)
         at org.apache.jsp.testEJBComponents_jsp._jspService(testEJBComponents_jsp.java:72)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:105)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:336)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:251)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
         at sun.reflect.GeneratedMethodAccessor60.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:185)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:653)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:534)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doTask(ProcessorTask.java:403)
         at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:55)
    Caused by: java.lang.Error: Untranslated exception
         at sun.nio.ch.Net.translateToSocketException(Net.java:63)
         at sun.nio.ch.Net.translateException(Net.java:79)
         at sun.nio.ch.Net.translateException(Net.java:85)
         at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:61)
         at com.sun.enterprise.server.ss.ASServerSocket.bind(ASServerSocket.java:258)
         at com.sun.enterprise.server.ss.ASServerSocket.bind(ASServerSocket.java:231)
         at com.sun.enterprise.iiop.IIOPSSLSocketFactory.createServerSocket(IIOPSSLSocketFactory.java:289)
         at com.sun.corba.ee.impl.transport.SocketOrChannelAcceptorImpl.initialize(SocketOrChannelAcceptorImpl.java:160)
         ... 62 more
    Caused by: java.net.SocketException: Already bound
         at sun.nio.ch.Net.translateToSocketException(Net.java:49)
         ... 69 more
    Caused by: sun.nio.ch.AlreadyBoundException
         at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:114)
         at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
         ... 66 more
    |#]
    [#|2005-12-09T17:39:55.703+0000|WARNING|sun-appserver-pe8.1_02|javax.enterprise.resource.corba._INITIALIZING_.rpc.presentation|_ThreadID=11;|"IOP02310202: (OBJ_ADAPTER) Error in connecting servant to ORB"
    org.omg.CORBA.OBJ_ADAPTER: vmcid: SUN minor code: 202 completed: No
         at com.sun.corba.ee.impl.logging.ORBUtilSystemException.orbConnectError(ORBUtilSystemException.java:8276)
         at com.sun.corba.ee.impl.logging.ORBUtilSystemException.orbConnectError(ORBUtilSystemException.java:8294)
         at com.sun.corba.ee.impl.orb.ORBImpl.connect(ORBImpl.java:1538)
         at com.sun.corba.ee.spi.presentation.rmi.StubAdapter.connect(StubAdapter.java:164)
         at com.sun.corba.ee.impl.orbutil.ORBUtility.connectAndGetIOR(ORBUtility.java:825)
         at com.sun.corba.ee.impl.orb.ORBImpl.getFVDCodeBaseIOR(ORBImpl.java:901)
         at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.addServiceContexts(CorbaClientRequestDispatcherImpl.java:737)
         at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:227)
         at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:127)
         at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:244)
         at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
         at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
         at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:345)
         at com.sun.jndi.cosnaming.CNCtx.initUsingCorbanameUrl(CNCtx.java:321)
         at com.sun.jndi.cosnaming.CNCtx.initUsingUrl(CNCtx.java:247)
         at com.sun.jndi.cosnaming.CNCtx.createUsingURL(CNCtx.java:85)
         at com.sun.jndi.url.iiop.iiopURLContextFactory.getUsingURLIgnoreRest(iiopURLContextFactory.java:56)
         at com.sun.jndi.url.iiop.iiopURLContext.getRootURLContext(iiopURLContext.java:44)
         at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:182)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.ppl.services.ServiceLocator.lookup(ServiceLocator.java:47)
         at com.ppl.services.ServiceLocator.getRemoteHome(ServiceLocator.java:74)
         at com.ppl.services.ServiceLocator.getRemoteUSRRoutinesHome(ServiceLocator.java:134)
         at com.ppl.business.LoginBusiness.isUserServiceAvailable(LoginBusiness.java:50)
         at org.apache.jsp.testEJBComponents_jsp._jspService(testEJBComponents_jsp.java:72)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:105)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:336)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:251)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
         at sun.reflect.GeneratedMethodAccessor60.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:185)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:653)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:534)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doTask(ProcessorTask.java:403)
         at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:55)
    Caused by: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 216 completed: No
         at com.sun.corba.ee.impl.logging.ORBUtilSystemException.createListenerFailed(ORBUtilSystemException.java:2661)
         at com.sun.corba.ee.impl.logging.ORBUtilSystemException.createListenerFailed(ORBUtilSystemException.java:2681)
         at com.sun.corba.ee.impl.transport.SocketOrChannelAcceptorImpl.initialize(SocketOrChannelAcceptorImpl.java:167)
         at com.sun.corba.ee.impl.transport.CorbaTransportManagerImpl.getAcceptors(CorbaTransportManagerImpl.java:207)
         at com.sun.corba.ee.impl.transport.CorbaTransportManagerImpl.addToIORTemplate(CorbaTransportManagerImpl.java:224)
         at com.sun.corba.ee.spi.oa.ObjectAdapterBase.initializeTemplate(ObjectAdapterBase.java:104)
         at com.sun.corba.ee.impl.oa.toa.TOAImpl.<init>(TOAImpl.java:78)
         at com.sun.corba.ee.impl.oa.toa.TOAFactory.getTOA(TOAFactory.java:65)
         at com.sun.corba.ee.impl.orb.ORBImpl.connect(ORBImpl.java:1536)
         ... 56 more
    Caused by: java.lang.Error: Untranslated exception
         at sun.nio.ch.Net.translateToSocketException(Net.java:63)
         at sun.nio.ch.Net.translateException(Net.java:79)
         at sun.nio.ch.Net.translateException(Net.java:85)
         at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:61)
         at com.sun.enterprise.server.ss.ASServerSocket.bind(ASServerSocket.java:258)
         at com.sun.enterprise.server.ss.ASServerSocket.bind(ASServerSocket.java:231)
         at com.sun.enterprise.iiop.IIOPSSLSocketFactory.createServerSocket(IIOPSSLSocketFactory.java:289)
         at com.sun.corba.ee.impl.transport.SocketOrChannelAcceptorImpl.initialize(SocketOrChannelAcceptorImpl.java:160)
         ... 62 more
    Caused by: java.net.SocketException: Already bound
         at sun.nio.ch.Net.translateToSocketException(Net.java:49)
         ... 69 more
    Caused by: sun.nio.ch.AlreadyBoundException
         at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:114)
         at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
         ... 66 more
    |#]

    http://docs.sun.com/source/819-0079/dgjndi.html

  • Deploying Javabeans on a different server such as JBoss

    Hi
    I have got a very simple bean, taken from sun site. The bean works fine when it is deployed on the j2ee server that comes with the jdk. But when i move the code over to a different server such as JBoss i get a null pointer exception on the page. On the server it states
    "Unable to lookup home: TheConverter ejb/TheConverter not found in defaultWebApp"
    Has someone had the same problem and also how did they fix it
    Thanks

    It will depend on how you're looking up the resource in your web app.
    For JBoss your web application will need a jboss-web.xml file in its WEB-INF directory. This file will indicate to the web container where it will find the named resource in the JNDI tree. You should check on the JBoss forums for a better example but I imagine it would something like this:
    <jboss-web>
      <context-root>/</context-root>
      <ejb-ref>
        <!-- The EJB will be available here in the local JNDI tree -->
        <ejb-ref-name>ejb/TheConverter</ejb-ref-name>
        <!-- Where the EJB is deployed in the global JNDI tree -->
        <jndi-name>ejb/TheConverter</jndi-name>
      </ejb-ref>
    </jboss-web>You'll also need a jboss.xml file in your EJB JAR (in the META-INF directory) that tells JBoss where to deploy the EJB. Again, not sure about this so check on the JBoss site.
    <jboss>
      <enterprise-beans>
        <session>
          <ejb-name>TheConverterEJB</ejb-name>
          <jndi-name>ejb/TheConverter</jndi-name>
          <configuration-name>Standard Stateless SessionBean</configuration-name>
        </session>
      </enterprise-beans>
    </jboss>You may need to change some of the names I've used to match your existing deployment descriptors.
    Hope this helps.

  • How to Upload Web App images to different server?

    Hello,
    is it possible to configure web app item submission so images are uploaded to a different server (not BC)?
    Customers are uploading lots of images with their web app items and I'm really getting short on server storage. Buying extra space in BC servers is a bit expensive, especially when I need loads of it. Smart thing would be to AUTO resize images to take much less space in the server but this is not possible with BC as no back end is allowed (maybe this could good improvement in next releases? "Auto resizing images to the value indicated"). Some customers are uploading images of up to 9 MB size X 20. I could limit upload size (i guess), but thats a big hit to UX, they should then bother resizing their images on some software before uploading.
    So far my solution is to simply download images from the server, resize them manually with PS and then upload them back again. Maybe someone knows better solution than photoshop to automate the resizing process? I actually can automate the process with PS but image names changes and this is another problem. So a program to auto resize loads of images and keep their original names?
    Another solution could be manually storing images to another server and retyping the links in web app items, but its a bit too crazy
    Thanks

    Hi Ray,
    Indeed, this is not possible as an 'out of the box' feature and looks like a long-shot if attempting to use a separate server for storage.

  • Where is the UME data source configuration XML file stored on the server?

    I'm trying to activate windows integrated authentication in my portal server.  The java engine's UME configuration has been loaded as a deep AD read only database using the file "dataSourceConfiguration_ads_deep_readonly_db.xml" but I can't find this on my server.  I need to modify a couple of parameters in there to activate kerberos principal management.  My recent portal training course offered me a completed working example but it was for an ads_flat_writeable_db so I can't simply load that and I need to understand the changes required.
    Where to I find the configuration file on my java instance server so I can make the necessary changes to a copy and upload that?

    Try to read
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e1959b90-0201-0010-849c-d2b1d574768b
    UME user data is stored in one or more data sources. Each type of data source has its own persistence adapter. The persistence manager consults the persistence adapters when creating, reading, writing, and searching user management data. Persistence adapters for the following types of repositories are available: 1. Database: See the Product Availability Matrix on SAP Service Marketplace (http://service.sap.com/pam60) for details on which databases are supported. 2. u2022 Lightweight Directory Access Protocol (LDAP) directory: See the Product Availability Matrix on SAP Service Marketplace (http://service.sap.com/pam60) for details on which directories are supported. 3. SAP Systems based on Web Application Server 6.20 You can configure UME to use one or more of these persistence devices in parallel. Users can also be stored in several different physical LDAP directory servers, or in different branches of the same LDAP directory server.

  • Error in report RSPOR_SETUP : "Different Server Times"

    Hi,
    I installed BI 7 and I have configured the communication between BI and EP.
    When I execute report RSPOR_SETUP to verify the configuration, I am getting the following error message at step 12 (Maintain User Assignment in Portal):
    2. Compare SAP BI and EP Server Time
    Different Server Times could be a reason for retrieving always an invalid SAP Logon Ticket.
       SAP BI Server Time:             09:08:16   2007/03/23
       SAP EP Server Time:            Fri Mar 23 09:08:16 EDT 2007
    The time is identical, but it seems that the format I causing me problem.
    How can I configure the date format in EP and BI ?
    Best regards,

    check the Note: 816761 and pasted it for you. May be this will help you.
    There are new options to define how certain date formats (date, timestamp and time properties) will be formatted.
    The following keys can be configured in:
    EP6:
    Configuration / Global Services / Property Metadata / Properties: Column "Additional Metadata"
    NW04/NW04S:
    Configuration / Global Services / Property Metadata / Properties: Select "Mode: Advanced". See column "Additional Metadata".
    -Format
    Use DateFormat defined patterns, DateFormat.SHORT, DateFormat.MEDIUM, DateFormat.LONG.
    Documentation: http://java.sun.com/j2se/1.4.2/docs/api/java/text/DateFormat.html
    as values: long/medium/short.
    Example: format=long results in
    Date type -> 17 January 2005
    Timestamp -> 17 January 2005 16:09:23
    Time -> 16:09:23
    -customFormat
    To set a customer pattern according to documentation: http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html
    If the pattern is not correct, the default date format will be used.
    Example: customFormat=dd.MM.yyyy hh:mm:ss -> 17.01.2005 04:09:23
    Regards.
    PS: assign points is the way to say thanks

  • (261936172) Q general How can I access an EJB hosted on a remote server?

    Q<general> How can I access an EJB hosted on a remote server?
    A<general> The ability to add EJB control files enables you to access an EJB that
    is deployed to the server on which your web service is running. When you select
    "add EJB control" you need to supply the home and remote interfaces for the EJB
    as well as the JNDI name. This does not provide you with the capability for creating
    a control for a remotely hosted EJB. To use a EJB hosted on another server you
    will have to provide the appropriate code within your web service itself. You
    will have to programmatically gain to access the JNDI for the remote server, lookup
    up the home stub and use it to create the remote stub for the EJB. Of course,
    to make this work you must have the necessary client interfaces in you classpath
    (home and remote interfaces) which can easliy be achieved by adding the EJB client.jar
    file to the lib directory in the webservice WEB-INF folder.

    just define the different server path in the description xml file
    <jndi-name>jnp://serverA(B)/....</jndi-name>

  • Unable to create dataset against OLAP Cube from different server

    Hi guys,
    If I load Microsoft SQL Report Builder on the BI Server, I am able to create a dataset against the OLAP Cube I created on the BI Server, however if I try to run the Report Builder from a different server I get the following error:
    "Unable to connect to data source 'MyOLAPCube'.
    A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 172.20.112.82:2382
    A connection cannot be made to redirector.  Ensure that 'SQL Browser' service is running."
    I have had no issues starting the SQL Browser service, however if I try to run it in console mode, I get the following error:
    'SQLBrowser: Warning: failed starting OLAP redirection services with error 1.'
    I have checked online and seen a few similar issues online however I haven't been able to resolve my issue with their resolution.
    Any help is appreciated.
    Many thanks
    Richard

    Yeah there is a firewall running on both servers, however I had opened port 2383 and was still unable to make a connection.  It is using a named instance on the server (servername/instancename) and it is configured to use port 0, so I therefore assume
    it should be using port 2383 by default?  Or as it's a named instance, is the default port 2382? Maybe it would be better to configure it to use a specific port and open the port on the firewall?
    Hi Rfla,
    As you can see on the link below
    http://technet.microsoft.com/en-us/library/ms174937(v=sql.110).aspx
    Named instances use dynamic port assignments. As the discovery service for Analysis Services, SQL Server Browser service listens on TCP port 2382 and redirects the connection request to the port currently used by Analysis Services.
    So you can open the port 2382 for Named Analysis Services Instance remote connect.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Moving Configuration Manager Database to a Different Drive

    Hello,
    Is there a way to move the Configuration Manager database to a different drive in the same machine?  We are using Configuration Manager SP1 and SQL Server 2008 R2.  We are running out of disk space in drive C:  Please advise what would be
    the possible solution for this.  Thanks so much.
    Regards,
    Joann

    Yes, follow the SQL Server documentation for moving database files.
    http://technet.microsoft.com/en-us/library/ms345483.aspx
    In general, I have an easier time when I have stopped the ConfigMgr services and the IIS websites first.
    Usually, then I will run the "Relocation for Scheduled Disk Maintenance" procedure.
    Regards,
    Nash
    Nash Pherson, Senior Systems Consultant
    Now Micro -
    My Blog Posts
    If you've found a bug or want the product worked differently,
    share your feedback.
    <-- If this post was helpful, please click "Vote as Helpful".

  • Has anyone put the RAR Background Job Spool on a different server?

    We are on GRC 5.3 SP 13.
    Has anyone put the RAR Background Job Spool File Location (assigned in the Miscellaneous configuration section) on a server different than the one that the GRC Frontend/Java system is on?
    I currently have it assigned to a folder on the GRC server, but it is running out of space.  I am having a problem getting the users to delete old reports as they say they need to keep them for internal Audit controls.  They are also resisting downloading the reports (more work for them).  I have been told that we cannot easily increase the file space on the GRC server (would basically have to purchase more storage and rebuild the server).
    I was thinking about moving the folder over to our virtual storage area, were file size can be more easily expanded.  I haven't found any documentation that says the folder has to be on the GRC server, but I also haven't seen any examples of where it has been put on a different server.
    Has anyone done this, and did you run into any problems?
    Thanks.

    Hello Bob,
    I got your point. Probably there's no recommendation about this, because the recomended practise is to delete or archive the spools as suggested in note : Note 1511027 - Periodic clean up of spool files
    If you have a requirement to keep these files "online", I think the option to save them to a network drive is fine. I haven't tried it for this specific scenario. You have to take into account:
    - Specific user to connect to FileServer
    - Availability of the FileServer. If the FS is down, the RAR job will cancel.
    - Performance. I mean, write to a local disk is not the same to write to a network drive. This point is very difficult to measure,   because it depends on a lot of things like network speed, server load, etc.
    Maybe someone has already implemented it and gives you more hints.
    Cheers,
    Diego.

  • How to configure the .EAR to the OC4J server step by step ?

    I have configured the JavaBean of the OC4J server with the following step:
    1.create the eosp.ear with the JDeveloper's wizard
    2.copy the eosp.ear to the OC4J Server with the Path:
    J2EE_HOME/applications/
    3.modify the server.xml and add the following words:
    <application name="eosp" path="../applications/eosp.ear" auto-start="true"/>
    4.restart the OC4J server and show the information:
    Auto-deploying eosp (New server version detected)...
    5.create the new JSP and this source code is:
    <%@ page import="com.beautybeard.eosp.common.*"%>
    <%@ page import="com.beautybeard.eosp.constant.*"%>
    6.visit the JSP and show the error information:
    Error parsing JSP page /eosp/usr_profile/login.jsp
    Syntax error in source/eosp/usr_profile/login.jsp.java:5: Package com.beautybeard.eosp.common not found in import.import com.beautybeard.eosp.common.*; ^/eosp/usr_profile/login.jsp.java:6: Package com.beautybeard.eosp.constant not found in import.import com.beautybeard.eosp.constant.*; ^2 errors
    why?
    why can not find the package?
    please help me out

    Hi Sky-
    It looks like you have a web application only.
    You need to create a war file as described above. A war file is a jar'd file containing your web components, including your javabean class files, etc. JDeveloper 9i can do this for you. You've already done the hard work. Suppose that the project you have created that contains your javabeans, etc in JDev 9i is called myproject (with myproject.jpr as the project file). Right click on the myproject.jpr in the JDev navigator and select 'new...', go to Deployment Profiles and select J2EE Web Module (WAR File) - a general screen will pop up asking you to save the deployment profile (you can just use the default if you want). Once you select OK on that, you will get a screen that calls itself the J2EE Web Module Deployment Profile Settings. This is the screen that you can use to enter your information.
    Your servlet and javabean classes will go into WEB-INF/classes subdirectory that you see to your left in this window. Simply select the WEB-INF/classes entry and it will display a list of your java sources (it will only place the compiled output in this directory - there is a toggle for it).
    Once you have specified that your javabean and servlet classes go in this directory, you should be set. Go ahead and save / close. In your navigation screen under your project (myproject.jpr or whatever your project name is) you will see your files, jsps, etc and something called webapp1.deploy (if you accepted the default). If you right-click on that, you will get a menu that asks a number of things, one of which is to Deploy to EAR file. Select that entry and it will create an ear file for you. You can play with the various settings to change the name of the ear file, but that's about all you have to do. Once this is completed, you can put the EAR file on your linux box or wherever you want, adjust your server.xml and default-web-app.xml files and launch the app!
    Good luck!
    Ray
    Hi,Ray
    Thank you for giving me the detail information!
    I'm sorry that I can not give the detail and clear problem ,which make you delusoried.
    ok,now I give you my aim.
    1. I will construct my application system with JavaBean(not EJB),Servlet,JSPs (linux+IAS+JDeveloper+Oracle8i database)
    2. I will package business function with JavaBean. example:
    * CheckLogin.java
    package com.beautybeard.eosp.javabean.usrprofile;
    import com.beautybeard.eosp.common.*;
    import com.beautybeard.eosp.data.*;
    import java.io.*;
    import java.lang.*;
    public class CheckLogin{
    public CheckLogin()
    //do nothing here
    public boolean getCheckLogin(){
    3. I will control the request and response with Servlets.
    example:
    *CheckLoginSevlet.java
    package com.beautybeard.eosp.servlet.usrprofile;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.util.*;
    import java.sql.*;
    import com.beautybeard.eosp.servlet.*;
    import com.beautybeard.eosp.javabean.usrprofile.*;
    public class CheckLoginServlet extends DefaultServlet
    public void service(HttpServletRequest req,HttpServletResponse res) throws IOException, ServletException
    //use the JavaBean
    CheckLogin cl = new CheckLogin();
    if (cl.getCheckLogin){
    res.sendRedirect("login.jsp");
    }else{
    res.sendRedirect("err.jsp");
    4. I will display the result with JSPs:
    example:
    <%//login.jsp%>
    <%@ page import="com.beautybeard.eosp.common.*"%>
    <%@ page import="com.beautybeard.eosp.data.*"%>
    5. I have success on running the above steps in the 9iJDevelper(pure java) environment(OS:Windows 2000 Server), and now I will move the JSPs ,Servlets,JavaBeans to the Server(linux) without the JDeveloper's deployment wizard.
    how to configure the IAS to carry my point?
    thank you!
    Sky liu

  • ANONYMOUS LOGON Web Server to WCF Web Service(Different Server)

    Hi,
           I have facing login credentials lost web server to wcf web service(different server). I got correct data if i open my web site from Web Server but i got "403 forbidden" if i call from client pc or other server.
    I used domain account to run the web application for my own web site. Is it something wrong on my configuration at each server. I have no idea to how to make it to correct. I don't find correct answer on Google or bing.
    Here
    is server information and SPN List. Please let me know if want to know more details.
    1. Domain Server
    2. CRM Server (Web Site is host on this server)
     - Enable Kernel Mode
    -  Windows authentication (1st - Negotiate, 2nd - Ntlm)
    - Impersonate
    - Application Pool (domain\account)
    3. ERP Server (WCF Web Services is host on this server - support kerberos + ntlm).
    - domain\account to run services.
    - constrained delegation to sql server
    4. SQL Server
    Here is SPN on each Server and Service Account
    SQL Server SPN List
    MSSQLSvc/WS08R2SP1-SQL.domain.local:1433
    MSSQLSvc/WS08R2SP1-SQL.domain.local
    WSMAN/WS08R2SP1-SQL
    WSMAN/WS08R2SP1-SQL.domain.local
    RestrictedKrbHost/WS08R2SP1-SQL
    RestrictedKrbHost/WS08R2SP1-SQL.domain.local
    HOST/WS08R2SP1-SQL
    HOST/WS08R2SP1-SQL.domain.local
    CRM Server SPN List
    TERMSRV/WS08R2SP1-CRM
    TERMSRV/WS08R2SP1-CRM.domain.local
    WSMAN/WS08R2SP1-CRM
    WSMAN/WS08R2SP1-CRM.domain.local
    RestrictedKrbHost/WS08R2SP1-CRM
    RestrictedKrbHost/WS08R2SP1-CRM.domain.local
    HOST/WS08R2SP1-CRM
    HOST/WS08R2SP1-CRM.domain.local
    ERP Server SPN List
    TERMSRV/WS08R2SP1-ERP
    TERMSRV/WS08R2SP1-ERP.domain.local
    WSMAN/WS08R2SP1-ERP
    WSMAN/WS08R2SP1-ERP.domain.local
    RestrictedKrbHost/WS08R2SP1-ERP
    RestrictedKrbHost/WS08R2SP1-ERP.domain.local
    HOST/WS08R2SP1-ERP
    HOST/WS08R2SP1-ERP.domain.local
    Domain\NavSvrAdmin (Running Navision Web Service Account) SPN List
    HTTP/WS08R2SP1-ERP.domain.local
    HTTP/WS08R2SP1-ERP
    NAV61-SG_Demo/WS08R2SP1-ERP.domain.local:7046
    NAV61-SG_Demo/WS08R2SP1-ERP:7046
    Here is login fail list on Web Server (CRM Server) using
    WinShark.
    Here is LogIn information on ERP Server. I got this log if i access my web site from client pc.
    ERP Server
    An account was successfully logged on.
    Subject:
        Security ID:        NULL SID
        Account Name:        -
        Account Domain:        -
        Logon ID:        0x0
    Logon Type:            3
    New Logon:
        Security ID:        ANONYMOUS LOGON
        Account Name:        ANONYMOUS LOGON
        Account Domain:        NT AUTHORITY
        Logon ID:        0x45e781
        Logon GUID:        {00000000-0000-0000-0000-000000000000}
    Process Information:
        Process ID:        0x0
        Process Name:        -
    Network Information:
        Workstation Name:    WS08R2SP1-CRM
        Source Network Address:    -
        Source Port:        -
    Detailed Authentication Information:
        Logon Process:        NtLmSsp
        Authentication Package:    NTLM
        Transited Services:    -
        Package Name (NTLM only):    NTLM V1
        Key Length:        128
    This event is generated when a logon session is created. It is generated on the computer that was accessed.
    The subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.
    The logon type field indicates the kind of logon that occurred. The most common types are 2 (interactive) and 3 (network).
    The New Logon fields indicate the account for whom the new logon was created, i.e. the account that was logged on.
    The network fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.
    The authentication information fields provide detailed information about this specific logon request.
        - Logon GUID is a unique identifier that can be used to correlate this event with a KDC event.
        - Transited services indicate which intermediate services have participated in this logon request.
        - Package name indicates which sub-protocol was used among the NTLM protocols.
        - Key length indicates the length of the generated session key. This will be 0 if no session key was requested.
    SQL Server Properties
    Link 1 Link 2
    ERP Server Properties
    Link
    CRM Server Properties
    Link
        Please ignore my mistake if i post wrong place.
    Best Regards,
    Make Simple & Easy

    Legacy Web services and WCF services are discussed in the Services secition in the ASP.NET forum.
    http://forums.asp.net/

  • Can a real Server be applied in two different server farms associated with two different VIP IP and TCP Port

    Good day everyone,
    I have a question in regard to real server operation with different server farms, and VIPs
    Can a Real Server be associated ( for simpliciy) with two different Server Farms that have a VIP associated with each, servicing the same TCP Port (443).
    Example:
    SF-A
    RSRV-1: 192.168.1.10 /24
    RSRV-2: 192.168.1.11 /24
    VIP-A: 192.168.1.20 /24
    VIP-A: https:web-A
    Protocol: HTTPS
    SF-B
    RSRV-2: 192.168.1.11 /24
    RSRV-3: 192.168.1.12 /24
    VIP-B: 192.168.1.30 /24
    VIP-b: https:web-B
    Protocol: HTTPS
    Client-A: 172.16.128.10
    Client-B: 172.16.128.15
    I have attached an sketch depicting the connectivity.
    As always any feedback/Suggestions will be greatly apprecaited.
    Cheers,
    Raman Azizian

    Raman,
    This type of config is no problem. What the server is doing is virtual web hosting. The server would have two different web services running for the same IP, but each listening for a unique host header.
    From an IP point of view both connections would be destined to the rserver address on port 80, but in the http header they would have two different Host headers.
    one for www.example1.com and the second for www.example2.com. If the web server is configured correct so each host name is tied to one web service it will not have any issues.
    The config you attached looks ok. The way you have the sticky group is ok doing source IP. If you use cookies for the sticky group I would suggest you create two sticky groups each with a different cookie name and add the same serverfarm to both groups. The client will only send a cookie for the domain it received it from so using the same cookie in two vips could cause problems if the same client hits both vips.
    Hope that helps
    Regards
    Jim

  • WT SynchManager instl. on a different Server other than SAP/SQL Server.

    Hi,
    Is it possible to move/install WebTools SynchManager on a different server other than the SAP/SQL Server? Please let us know.
    Note: 
    1. We are aware of the recommendation:  u201CInstall the SynchManager on the SAP Business One server on which the DI API is installedu201D in the "Business One Web Tools SynchManager Guide.pdf".
    2. But, SAP/SQL Server at our Client is starving of RAM due to a high number of windows services/application trying to run at the same time (although the maximum amount of RAM possible under the current configuration is installed (4GB)).
    3. So, we are evaluating as to which of these application (WebTools being one of them) can be moved to a different server.
    Thanks and Regards,
    Kafil Shumon.

    Hi Kafil,
    You can put the synchmanager on a different server as  long as the DI API is installed and that server can access the B1 licensing server.

  • Mailbox is on a different server

    Hi,
    I had successfully configured JES 2005 Q1 Messaging+ Calendaring + Delegated Administration on top of Directory and Access Manager on Sol-10 x-86. It was working perfectly fine until, I hyad a necessity to configure the same LDAP as a Native Solaris authentication.
    Subsequent to my Native Solaris authentication, Calendar, Delegated Administrator is working perfectly fine, whereas in Messaging, when I login as a user, it returns with an error Message "Mailbox is on a different server".
    My mailHost and preferredMailHost attributes are perfect. Any other place to look out for this.
    I am also sending the /opt/SUNWmsgsr/sbin/getconf output. Thanks
    OUTPUT OF /opt/SUNWmsgsr/sbin/getconf
    alarm.createtimestamp = 20050519053744Z
    alarm.creatorsname = "cn=directory manager"
    alarm.diskavail.createtimestamp = 20050519053744Z
    alarm.diskavail.creatorsname = "cn=directory manager"
    alarm.diskavail.modifiersname = "cn=directory manager"
    alarm.diskavail.modifytimestamp = 20050519055448Z
    alarm.diskavail.msgalarmdescription = "percentage mail partition diskspace available"
    alarm.diskavail.msgalarmstatinterval = 3600
    alarm.diskavail.msgalarmthreshold = 10
    alarm.diskavail.msgalarmthresholddirection = -1
    alarm.diskavail.msgalarmwarninginterval = 24
    alarm.diskavail.objectclass = nsmsgCfgAlarm
    ,top
    alarm.modifiersname = "cn=directory manager"
    alarm.modifytimestamp = 20050519055448Z
    alarm.msgalarmnoticeport = 25
    alarm.msgalarmnoticercpt = postmaster
    alarm.msgalarmnoticesender = postmaster
    alarm.objectclass = nsmsgCfgAlarmContainer
    ,top
    alarm.serverresponse.createtimestamp = 20050519053744Z
    alarm.serverresponse.creatorsname = "cn=directory manager"
    "conf.test" 422 lines, 16839 characters
    alarm.diskavail.msgalarmstatinterval = 3600
    alarm.diskavail.msgalarmthreshold = 10
    alarm.diskavail.msgalarmthresholddirection = -1
    alarm.diskavail.msgalarmwarninginterval = 24
    alarm.diskavail.objectclass = nsmsgCfgAlarm
    ,top
    alarm.modifiersname = "cn=directory manager"
    alarm.modifytimestamp = 20050519055448Z
    alarm.msgalarmnoticeport = 25
    alarm.msgalarmnoticercpt = postmaster
    alarm.msgalarmnoticesender = postmaster
    alarm.objectclass = nsmsgCfgAlarmContainer
    ,top
    alarm.serverresponse.createtimestamp = 20050519053744Z
    alarm.serverresponse.creatorsname = "cn=directory manager"
    alarm.serverresponse.modifiersname = "cn=directory manager"
    alarm.serverresponse.modifytimestamp = 20050519055448Z
    alarm.serverresponse.msgalarmdescription = "server response time in seconds"
    alarm.serverresponse.msgalarmstatinterval = 600
    alarm.serverresponse.msgalarmthreshold = 10
    alarm.serverresponse.msgalarmthresholddirection = 1
    alarm.serverresponse.msgalarmwarninginterval = 24
    alarm.serverresponse.objectclass = nsmsgCfgAlarm
    ,top
    createtimestamp = 20050519053744Z
    creatorsname = "cn=directory manager"
    encryption.createtimestamp = 20050519053744Z
    encryption.creatorsname = "cn=directory manager"
    encryption.fortezza.createtimestamp = 20050519053744Z
    encryption.fortezza.creatorsname = "cn=directory manager"
    encryption.fortezza.modifiersname = "cn=directory manager"
    encryption.fortezza.modifytimestamp = 20050519055448Z
    encryption.fortezza.nssslactivation = off
    encryption.fortezza.objectclass = top
    ,nsEncryptionModule
    encryption.modifiersname = "cn=directory manager"
    encryption.modifytimestamp = 20050519055448Z
    encryption.nsssl2 = off
    encryption.nsssl3 = on
    encryption.nsssl3ciphers = rsa_rc4_40_md5
    ,rsa_rc2_40_md5
    ,rsa_des_sha
    ,rsa_rc4_128_md5
    ,rsa_3des_sha
    encryption.nsssl3sessiontimeout = 0
    encryption.nssslclientauth = 0
    encryption.nssslsessiontimeout = 0
    encryption.objectclass = top
    ,nsEncryptionConfig
    encryption.rsa.createtimestamp = 20050519053744Z
    encryption.rsa.creatorsname = "cn=directory manager"
    encryption.rsa.modifiersname = "cn=directory manager"
    encryption.rsa.modifytimestamp = 20050519055448Z
    encryption.rsa.nssslactivation = on
    encryption.rsa.nssslpersonalityssl = Server-Cert
    encryption.rsa.nsssltoken = internal
    encryption.rsa.objectclass = top
    ,nsEncryptionModule
    gen.accounturl = http://%[email protected]:390/bin/user/admin/bin/enduser
    gen.configversion = 4.0
    gen.createtimestamp = 20050519053744Z
    gen.creatorsname = "cn=directory manager"
    gen.folderurl = http://%[email protected]:390/bin/user/admin/bin/mailacl.cgi?folder=%M
    gen.installedlanguages = "en,de,fr,es,ja,ko,zh-CN,zh-TW"
    gen.modifiersname = "cn=directory manager"
    gen.modifytimestamp = 20050519055448Z
    gen.objectclass = nsmsgCfgGen
    ,top
    gen.sitelanguage = en
    local.defdomain = sunray.bdc3.co.in
    local.enduseradmincred = Xg2qcd0sEE
    local.enduseradmindn = "uid=msg-admin-bdc3srssu3.sunray.bdc3.co.in-20050519055344Z, ou=People, o=sunray.bdc3.co.in,dc=sunray,dc=bdc3,dc=co,dc=in"
    local.ens.enable = 1
    local.hostname = bdc3srssu3.sunray.bdc3.co.in
    local.imta.enable = 1
    local.imta.imta_tailor = /opt/SUNWmsgsr/config/imta_tailor
    local.imta.ssrenabled = yes
    local.installeddir = /opt/SUNWmsgsr
    local.instancedir = /opt/SUNWmsgsr
    local.lastconfigfetch = 1118409516
    local.ldapbasedn = o=NetscapeRoot
    local.ldapcachefile = /opt/SUNWmsgsr/config/local.conf
    local.ldaphost = bdc3srssu3.sunray.bdc3.co.in
    local.ldapport = 389
    local.ldapsiecred = 6kca=wnDnr
    local.ldapsiedn = "cn=msg-config, cn=Sun ONE Messaging Suite, cn=Server Group, cn=bdc3srssu3.sunray.bdc3.co.in, ou=sunray.bdc3.co.in, o=NetscapeRoot"
    local.ldapusessl = False
    local.mmp.enable = 0
    local.sched.enable = 1
    local.schedule.expire = "0 23 * * * /opt/SUNWmsgsr/sbin/imexpire"
    local.schedule.msprobe = "5,15,25,35,45,55 * * * * /opt/SUNWmsgsr/lib/msprobe"
    local.schedule.purge = "0 0,4,8,12,16,20 * * * /opt/SUNWmsgsr/lib/purge -num=5"
    local.schedule.return_job = "30 0 * * * /opt/SUNWmsgsr/lib/return_job"
    local.servergid = mail
    local.servername = bdc3srssu3.sunray.bdc3.co.in
    local.serverroot = /opt/SUNWmsgsr
    local.servertype = msg
    local.serveruid = mailsrv
    local.service.pab.attributelist = pabattrs
    local.service.pab.enabled = 1
    local.service.pab.ldapbasedn = o=pab
    local.service.pab.ldapbinddn = "uid=msg-admin-bdc3srssu3.sunray.bdc3.co.in-20050519055344Z, ou=People, o=sunray.bdc3.co.in,dc=sunray,dc=bdc3,dc=co,dc=in"
    local.service.pab.ldaphost = bdc3srssu3.sunray.bdc3.co.in
    local.service.pab.ldappasswd = Xg2qcd0sEE
    local.service.pab.ldapport = 389
    local.service.pab.maxnumberofentries = 500
    local.store.enable = 1
    local.store.snapshotdirs = 3
    local.store.snapshotinterval = 1440
    local.store.snapshotpath = dbdata/snapshots
    local.supportedlanguages = "[en,de,fr,es,af,ca,da,nl,fi,gl,ga,is,it,no,pt,sv,ja,ko,zh-CN,zh-TW]"
    local.tmpdir = /opt/SUNWmsgsr/data/tmp
    local.ugldapbasedn = "dc=sunray,dc=bdc3,dc=co,dc=in"
    local.ugldapbindcred = Xg2qcd0sEE
    local.ugldapbinddn = "uid=msg-admin-bdc3srssu3.sunray.bdc3.co.in-20050519055344Z, ou=People, o=sunray.bdc3.co.in,dc=sunray,dc=bdc3,dc=co,dc=in"
    local.ugldapdeforgdn = "o=sunray.bdc3.co.in,dc=sunray,dc=bdc3,dc=co,dc=in"
    local.ugldaphost = bdc3srssu3.sunray.bdc3.co.in
    local.ugldapport = 389
    local.ugldapuselocal = yes
    local.watcher.enable = yes
    local.webmail.da.host = bdc3srssu3.sunray.bdc3.co.in
    local.webmail.da.port = 8080
    local.webmail.sso.enable = 0
    local.webmail.sso.singlesignoff = 1
    logfile.admin.buffersize = 0
    logfile.admin.createtimestamp = 20050519053744Z
    logfile.admin.creatorsname = "cn=directory manager"
    logfile.admin.expirytime = 604800
    logfile.admin.flushinterval = 60
    logfile.admin.logdir = /opt/SUNWmsgsr/data/log
    logfile.admin.loglevel = Notice
    logfile.admin.logtype = NscpLog
    logfile.admin.maxlogfiles = 10
    logfile.admin.maxlogfilesize = 2097152
    logfile.admin.maxlogsize = 20971520
    logfile.admin.minfreediskspace = 5242880
    logfile.admin.modifiersname = "cn=directory manager"
    logfile.admin.modifytimestamp = 20050519055448Z
    logfile.admin.objectclass = nsmsgCfgLog
    ,top
    logfile.admin.rollovertime = 86400
    logfile.createtimestamp = 20050519053744Z
    logfile.creatorsname = "cn=directory manager"
    logfile.default.buffersize = 0
    logfile.default.createtimestamp = 20050519053744Z
    logfile.default.creatorsname = "cn=directory manager"
    logfile.default.expirytime = 604800
    logfile.default.flushinterval = 60
    logfile.default.logdir = /opt/SUNWmsgsr/data/log
    logfile.default.loglevel = Notice
    logfile.default.logtype = NscpLog
    logfile.default.maxlogfiles = 10
    logfile.default.maxlogfilesize = 2097152
    logfile.default.maxlogsize = 20971520
    logfile.default.minfreediskspace = 5242880
    logfile.default.modifiersname = "cn=directory manager"
    logfile.default.modifytimestamp = 20050519055448Z
    logfile.default.objectclass = top
    ,nsmsgCfgLog
    logfile.default.rollovertime = 86400
    logfile.http.buffersize = 0
    logfile.http.createtimestamp = 20050519053745Z
    logfile.http.creatorsname = "cn=directory manager"
    logfile.http.expirytime = 604800
    logfile.http.flushinterval = 60
    logfile.http.logdir = /opt/SUNWmsgsr/data/log
    logfile.http.loglevel = Notice
    logfile.http.logtype = NscpLog
    logfile.http.maxlogfiles = 10
    logfile.http.maxlogfilesize = 2097152
    logfile.http.maxlogsize = 20971520
    logfile.http.minfreediskspace = 5242880
    logfile.http.modifiersname = "cn=directory manager"
    logfile.http.modifytimestamp = 20050519055449Z
    logfile.http.objectclass = top
    ,nsmsgCfgLog
    logfile.http.rollovertime = 86400
    logfile.imap.buffersize = 0
    logfile.imap.createtimestamp = 20050519053744Z
    logfile.imap.creatorsname = "cn=directory manager"
    logfile.imap.expirytime = 604800
    logfile.imap.flushinterval = 60
    logfile.imap.logdir = /opt/SUNWmsgsr/data/log
    logfile.imap.loglevel = Notice
    logfile.imap.logtype = NscpLog
    logfile.imap.maxlogfiles = 10
    logfile.imap.maxlogfilesize = 2097152
    logfile.imap.maxlogsize = 20971520
    logfile.imap.minfreediskspace = 5242880
    logfile.imap.modifiersname = "cn=directory manager"
    logfile.imap.modifytimestamp = 20050519055448Z
    logfile.imap.objectclass = top
    ,nsmsgCfgLog
    logfile.imap.rollovertime = 86400
    logfile.imta.buffersize = 0
    logfile.imta.createtimestamp = 20050519053745Z
    logfile.imta.creatorsname = "cn=directory manager"
    logfile.imta.expirytime = 604800
    logfile.imta.flushinterval = 60
    logfile.imta.logdir = /opt/SUNWmsgsr/data/log
    logfile.imta.loglevel = Notice
    logfile.imta.logtype = NscpLog
    logfile.imta.maxlogfiles = 10
    logfile.imta.maxlogfilesize = 2097152
    logfile.imta.maxlogsize = 20971520
    logfile.imta.minfreediskspace = 5242880
    logfile.imta.modifiersname = "cn=directory manager"
    logfile.imta.modifytimestamp = 20050519055449Z
    logfile.imta.objectclass = top
    ,nsmsgCfgLog
    logfile.imta.rollovertime = 86400
    logfile.modifiersname = "cn=directory manager"
    logfile.modifytimestamp = 20050519053744Z
    logfile.objectclass = top
    ,nsmsgCfgContainer
    logfile.pop.buffersize = 0
    logfile.pop.createtimestamp = 20050519053745Z
    logfile.pop.creatorsname = "cn=directory manager"
    logfile.pop.expirytime = 604800
    logfile.pop.flushinterval = 60
    logfile.pop.logdir = /opt/SUNWmsgsr/data/log
    logfile.pop.loglevel = Notice
    logfile.pop.logtype = NscpLog
    logfile.pop.maxlogfiles = 10
    logfile.pop.maxlogfilesize = 2097152
    logfile.pop.maxlogsize = 20971520
    logfile.pop.minfreediskspace = 5242880
    logfile.pop.modifiersname = "cn=directory manager"
    logfile.pop.modifytimestamp = 20050519055449Z
    logfile.pop.objectclass = top
    ,nsmsgCfgLog
    logfile.pop.rollovertime = 86400
    logfiles.admin.alias = |logfile|admin
    logfiles.admin.createtimestamp = 20050519053744Z
    logfiles.admin.creatorsname = "cn=directory manager"
    logfiles.admin.modifiersname = "cn=directory manager"
    logfiles.admin.modifytimestamp = 20050519055448Z
    logfiles.admin.objectclass = nsmsgCfgAlias
    ,top
    logfiles.createtimestamp = 20050519053744Z
    logfiles.creatorsname = "cn=directory manager"
    logfiles.default.alias = |logfile|default
    logfiles.default.createtimestamp = 20050519053744Z
    logfiles.default.creatorsname = "cn=directory manager"
    logfiles.default.modifiersname = "cn=directory manager"
    logfiles.default.modifytimestamp = 20050519055448Z
    logfiles.default.objectclass = nsmsgCfgAlias
    ,top
    logfiles.http.alias = |logfile|http
    logfiles.http.createtimestamp = 20050519053744Z
    logfiles.http.creatorsname = "cn=directory manager"
    logfiles.http.modifiersname = "cn=directory manager"
    logfiles.http.modifytimestamp = 20050519055448Z
    logfiles.http.objectclass = nsmsgCfgAlias
    ,top
    logfiles.imap.alias = |logfile|imap
    logfiles.imap.createtimestamp = 20050519053744Z
    logfiles.imap.creatorsname = "cn=directory manager"
    logfiles.imap.modifiersname = "cn=directory manager"
    logfiles.imap.modifytimestamp = 20050519055448Z
    logfiles.imap.objectclass = nsmsgCfgAlias
    ,top
    logfiles.imta.alias = |logfile|imta
    logfiles.imta.createtimestamp = 20050519053744Z
    logfiles.imta.creatorsname = "cn=directory manager"
    logfiles.imta.modifiersname = "cn=directory manager"
    logfiles.imta.modifytimestamp = 20050519055448Z
    logfiles.imta.objectclass = nsmsgCfgAlias
    ,top
    logfiles.modifiersname = "cn=directory manager"
    logfiles.modifytimestamp = 20050519053744Z
    logfiles.objectclass = nsmsgCfgContainer
    ,top
    logfiles.pop.alias = |logfile|pop
    logfiles.pop.createtimestamp = 20050519053744Z
    logfiles.pop.creatorsname = "cn=directory manager"
    logfiles.pop.modifiersname = "cn=directory manager"
    logfiles.pop.modifytimestamp = 20050519055448Z
    logfiles.pop.objectclass = nsmsgCfgAlias
    ,top
    modifiersname = "cn=directory manager"
    modifytimestamp = 20050519055448Z
    nsclassname = "[email protected]@cn=admin-serv-bdc3srssu3, cn=Administration Server, cn=Server Group, cn=bdc3srssu3.sunray.bdc3.co.in, ou=sunray.bdc3.co.in, o=NetscapeRoot"
    objectclass = top
    ,nsAdminObject
    ,nsConfig
    pipeprograms.createtimestamp = 20050519053745Z
    pipeprograms.creatorsname = "cn=directory manager"
    pipeprograms.modifiersname = "cn=directory manager"
    pipeprograms.modifytimestamp = 20050519053745Z
    pipeprograms.objectclass = nsmsgCfgContainer
    ,top
    service.authcachesize = 10000
    service.authcachettl = 900
    service.createtimestamp = 20050519053745Z
    service.creatorsname = "cn=directory manager"
    service.dcroot = "dc=sunray,dc=bdc3,dc=co,dc=in"
    service.defaultdomain = sunray.bdc3.co.in
    service.dnsresolveclient = no
    service.http.allowadminproxy = no
    service.http.allowanonymouslogin = no
    service.http.createtimestamp = 20050519053745Z
    service.http.creatorsname = "cn=directory manager"
    service.http.enable = 1
    service.http.enablesslport = 1
    service.http.fullfromheader = no
    service.http.idletimeout = 3
    service.http.ipsecurity = yes
    service.http.maxmessagesize = 5242880
    service.http.maxpostsize = 5242880
    service.http.maxsessions = 6000
    service.http.maxthreads = 250
    service.http.modifiersname = "cn=msg-config,cn=sun one messaging suite,cn=server group,cn=bdc3srssu3.sunray.bdc3.co.in,ou=sunray.bdc3.co.in,o=netscaperoot"
    service.http.modifytimestamp = 20050519063623Z
    service.http.numprocesses = 1
    service.http.objectclass = top
    ,nsmsgCfgHttp
    service.http.plaintextmincipher = 0
    service.http.port = 80
    service.http.resourcetimeout = 900
    service.http.sessiontimeout = 7200
    service.http.smtpport = 25
    service.http.spooldir = /opt/SUNWmsgsr/data/http
    service.http.sslcachesize = 0
    service.http.sslport = 443
    service.http.sslusessl = yes
    service.imap.allowanonymouslogin = no
    service.imap.banner = "%h %p service (%P %V)"
    service.imap.createtimestamp = 20050519053745Z
    service.imap.creatorsname = "cn=directory manager"
    service.imap.enable = 1
    service.imap.enablesslport = 1
    service.imap.idletimeout = 30
    service.imap.maxsessions = 4000
    service.imap.maxthreads = 250
    service.imap.modifiersname = "cn=directory manager"
    service.imap.modifytimestamp = 20050519055449Z
    service.imap.numprocesses = 1
    service.imap.objectclass = top
    ,nsmsgCfgImap
    service.imap.plaintextmincipher = 0
    service.imap.port = 143
    service.imap.sslcachesize = 0
    service.imap.sslport = 993
    service.imap.sslusessl = yes
    service.ldapmemcache = no
    service.ldapmemcachesize = 131072
    service.ldapmemcachettl = 30
    service.listenaddr = INADDR_ANY
    service.loginseparator = @
    service.modifiersname = "cn=directory manager"
    service.modifytimestamp = 20050519055449Z
    service.objectclass = top
    ,nsmsgCfgService
    service.plaintextloginpause = 0
    service.pop.allowanonymouslogin = no
    service.pop.banner = "%h %p service (%P %V)"
    service.pop.createtimestamp = 20050519053745Z
    service.pop.creatorsname = "cn=directory manager"
    service.pop.enable = 1
    service.pop.enablesslport = 1
    service.pop.idletimeout = 10
    service.pop.maxsessions = 600
    service.pop.maxthreads = 250
    service.pop.modifiersname = "cn=directory manager"
    service.pop.modifytimestamp = 20050519055449Z
    service.pop.numprocesses = 1
    service.pop.objectclass = top
    ,nsmsgCfgPop
    service.pop.plaintextmincipher = 0
    service.pop.popminpoll = 0
    service.pop.port = 110
    service.pop.sslport = 992
    service.pop.sslusessl = yes
    service.readtimeout = 10
    store.admins = admin
    store.cleanupage = 1
    store.createtimestamp = 20050519053745Z
    store.creatorsname = "cn=directory manager"
    store.dbcachesize = 16777216
    store.defaultacl = "anyone lrs"
    store.defaultmailboxquota = -1
    store.defaultmessagequota = -1
    store.defaultpartition = primary
    store.diskflushinterval = 15
    store.expirerule.createtimestamp = 20050519053745Z
    store.expirerule.creatorsname = "cn=directory manager"
    store.expirerule.modifiersname = "cn=directory manager"
    store.expirerule.modifytimestamp = 20050519053745Z
    store.expirerule.objectclass = nsmsgCfgContainer
    ,top
    store.modifiersname = "cn=directory manager"
    store.modifytimestamp = 20050519055449Z
    store.objectclass = top
    ,nsmsgCfgStore
    store.partition.createtimestamp = 20050519053745Z
    store.partition.creatorsname = "cn=directory manager"
    store.partition.modifiersname = "cn=directory manager"
    store.partition.modifytimestamp = 20050519053745Z
    store.partition.objectclass = top
    ,nsmsgCfgContainer
    store.partition.primary.createtimestamp = 20050519053745Z
    store.partition.primary.creatorsname = "cn=directory manager"
    store.partition.primary.modifiersname = "cn=directory manager"
    store.partition.primary.modifytimestamp = 20050519055449Z
    store.partition.primary.objectclass = top
    ,nsmsgCfgPartition
    store.partition.primary.path = /opt/SUNWmsgsr/data/store/partition/primary
    store.quotaenforcement = on
    store.quotaexceededmsginterval = 7
    store.quotagraceperiod = 120
    store.quotanotification = off
    store.quotawarn = 90
    store.serviceadmingroupdn = "cn=Service Administrators,ou=Groups, dc=sunray,dc=bdc3,dc=co,dc=in"
    store.umask = 077

    i had the "Mailbox is on a different server" error too recently (mine shows up in ms outlook express) - and believe my problem came from having the hostnamealiases space delimited instead of comma separated (with no spaces, e.g. "foo.host1.com,bar.host2.com") - comma delimited, no spaces seems to be required ...
    i am having a different problem now though:
    i can login to communications express hosted domains via -
    the main host url using credentials like: [email protected]/passwd
    but when going to any of the hosted.com's urls, and trying to login without the @hosted1.com in the user - i get redirected to access manager (and subsequently can't login using either uid or [email protected] at the hosted1.com/uwc url).
    here's what i have in AMConfig.properties:
    com.sun.identity.server.fqdnMap[mail.hosted1.com]=mail.actual.org
    com.sun.identity.server.fqdnMap[mail.hosted2.com]=mail.actual.org
    com.sun.identity.server.fqdnMap[mail.hosted3.com]=mail.actual.org
    here's what i have in uwcauth.properties:
    virtualdomain.mode = y
    mail.actual.org.isvirutalhostname=mail.actual.org
    i have also added the cookiedomains in amconsole under service configuration --> platform - in addition to creating directories (hosted1.com, hosted2.com, hosted3.com) under /opt/SUNWuwc/WEB-INF/domain - containing the original files and directories under /opt/SUNWuwc/WEB-INF/domain (i was not clear if these directories should take this form e.g. including the .com or if they should just contain the domain-name --e.g. hosted1?)
    i can receive hosted email via pop using uid [email protected]/passwd, etc.
    thanks for any input.
    s7
    using sparc 2005q4 msg -58; uwc - 42

Maybe you are looking for

  • Cracked the Apple Logo on the back of my Macbook Pro Retina

    Hi, I recently bought a Macbook Pro Retina for use at university. Whilst in a lecture, the person sat in front of me managed to elbow the top lid trying to remove their coat. Its caused quite an ugly crack in the lit logo and I have taken it to my lo

  • Key triggeres animation

    So I'm working on my first java based game to work on my basic gui skills. I'm want it so that when the up key is pushed a shot is fired (just a circle). I'm not sure how to approach it though, whether to use graphics2d to create a fillarc and make i

  • How to Load Catalog with given catalog id

    How to load Catalog with given catalog id in ATG can any one help on this? Thanks in advance.

  • Error while establishing grid in Financial Reporting

    I am getting an error when I login into Financial Reporting studio and try to build a new report I am not able to add a new grid as it throws following errror: DatasourceIDLogin.LoadDatasourceNames Error: -2147467259 Error Loading DatasourceList to R

  • Oracle portal 3.0.8

    Oracle portal 3.0.8 when? thanks [email protected] sr. systems analyst Sultan Qaboos University CIS dept.