Stand alone servers

Hi All
We have a weird situation and I think you guys can help me out.
I created two stand alone Managed server called ABC1 and ABC2 on a single domain. Where Admin and ABC1 is on one linux box and ABC2 is on other linux box.
Now my client want to deploy a single version of .ear application on both of the server. I know I can deploy the .ear one by one on both ABC1 and ABC2 through console.
But the concern we have is that is it feasible? I mean I think if i deploy the same .ear on two stand alone server then its going to failed because of conflict between jndi an all other resources.
Can any one help me out...
Thanks in advance.

Hi,
I am very Sorry for my Unclear statement. I will explain it again in another way.
We cannot Deploy exactly Same Application on two Different Servers...*From Admin Console<font color=red> One by One </font>(Means First time deployed and targeted to MS1 ...then again deploying the same app to Target MS2)*. In that case If we want to deploy the Same Application on two Non Clustered ManagedServers through AdminConsole...then We can do it At Once only(In a Single Turn...Later we can need to Just Add the New Targets Managed Servers to this application)...It Means While Deploying the Application we need to Choose MS1 & MS2 Both the Targets together. Now Suppose in future if you want to deploy the Same Application from AdminConsole to Third Managed Server ...then In that case you Add that ManagedServer as a New Target to the Application.
But Using ANT Build Script or Using WLST we can do it easily....Means Same Application can be deployed as many servers ...One by One as well as Together to all the independent Managed Servers at Once as well.
Regarding JNDI tree ....Yes Faisal's statement is very correct that..every Server has it's Own JNDI tree....Your Application should not cause any JNDI Conflicts there.
Once Again Sorry for My Unclear & Wrong Statement in previous post
Thanks
Jay SenSharma

Similar Messages

  • How to manage coherence stand-alone servers

    I have some qustions about the management of coherence stand alone servers:
    1) Is there a command to stop in a controlled way a server? (now we kill the server process )
    2) Is there a way to monitor the server execution in order to catch problems or errors
    Thanks in advance

    Hi Giancarlo,
    1) Is there a command to stop in a controlled way a
    server? (now we kill the server process )This is one way to do it. I also think you can use JMX to call CacheFactory.shutdown() (i.e. graceful) prior to killing the JVM.
    2) Is there a way to monitor the server execution in
    order to catch problems or errorsWhat errors are you seeing? Really you should not see any at the Cache Server level.
    Take a look a the new Coherence Management Framework (JMX) included in the Coherence 3.0 pre-release.
    Later,
    Rob Misek
    Tangosol, Inc.

  • Reports server: cannot start stand-alone servers

    I have 9iAS 9.0.2.0.1 on RedHat Linux AS. When I try to create/start a new reports server (using rwserver.sh), I get "REP-50001: Server is initializing", but it never starts. My in-process server works, but I can't create any additional servers.
    I've made the changes suggested in MetaLink Doc ID 214310.1. But, I still cannot start a stand-alone server.
    Any help is greatly appreciated.

    The problem was with vncserver. Once I started it with
    "vncserver :15 -nolisten local -httpd ${VNC}/classes -cc 3", it started up.

  • Multiple stand alone servers using one radius server?

    Hello, I have a question.
    I'm working for a company and our problem is we need a username and password for every server.
    We would like to set up a Radius server using an extension so it can use a SQL database for the users.
    Is it possible to put 1 username and 1 password for each user in this database so we don't need more then one for each server?
    Also can we set up policy's for those users so they can't access every stand-alone server.
    Kind Regards,
    Michael

    Hi,
    Based on my research, when a RADIUS client (access server) sends connection requests and accounting messages to a RADIUS server, the RADIUS server will sends back an Access-Accept message or sends back an Access-Reject message to authenticate and authorize
    the connection requests based on a set of rules and the information in the user account database. The Access-Accept message can contain connection restrictions that are implemented by the access server for the duration of the connection.
    In addition, according to your description, it seems that you used the SQL database as the User account database. Did you use NPS as a RADIUS server? If yes, maybe you can configure related network policy to restrict access. I would appreciate it if you can
    introduce more detailed information about your environment. The link below may be helpful:
    Configuring Microsoft NPS (Network Policy Server) / (Internet Authentication Service)IAS as Wireless LAN Controller (WLC) RADIUS Server
    Best regards,
    Susie

  • Upgrade process for SQL server 2005 service pack4 on stand alone and cluster servers

    Hi All,
    We have iniated a process of upgarding sp4 for all sql 2005 stand alone and clusters servers.
    Please provide me the step by step process for installing sp4 and roll back paln for sql 2005 servers.And before proceeding with sp installation what are the pre check/pro active things that we need to take care.
    Maheshwar Reddy

    Hello,
    For applying SP to SQL 2005 cluster environment/standalone please refer to below link
    http://www.sqlcoffee.com/Tips0007.htm
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Stand alone scan to email w/out HP servers

      I have a 7520 that I use scan to email often on however at least once every month I have to stop web services and re load in order to conect to the hp server.   I know the 8600 pro models sends the scan directly without using the HP servers. What are the exact models that work stand alone without the HP eprint server?  A lazer all in one would not be out of the question either.  I just get tired of always having to start over with web services and I keep losing my hpeprint email addresses.
    Thanks

    Anyone ???

  • Stand-Alone JMS SAF Client

    Im interested in using a WL Stand-Alone JMS SAF Client to send messages to a server-side JMS destination,
              regardless of the servers availability.
              This is for a J2SE Swing Application. There currently is no app server interaction.
              I found the doc http://e-docs.bea.com/wls/docs92/client/saf_client.html
              It describes almost everything except for what the actual client will look like.
              Im stuck after "Modify Your JMS Client Applications.." section.
              Questions:
              A) Suggestions for other docs?
              B) Is anyone using a Stand-Alone JMS SAF Client?
              C) Does anyone know of any code examples?
              The odd thing is that a search on the net for "JMS SAF Client" or variants of yields nothing other than the WL docs...
              Thanks!

    I could not make stand-alone jms saf client work. Followed the doc, created ClientSAF.xml, made the change for intial-context factory. Tried using with provider_url and without it.
              I am not using default queue and connection factory. The client code is working fine when I don't use saf, i.e. "weblogic.jndi.WLInitialContextFactory" and provider_url.
              Getting following error:
              javax.naming.NoInitialContextException: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory [Root exception is java.lang.ClassCastException: weblogic.security.service.SubjectManagerImpl]
                   at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
                   at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
                   at javax.naming.InitialContext.init(Unknown Source)
                   at javax.naming.InitialContext.<init>(Unknown Source)
                   at weblogic.jms.safclient.agent.internal.ClientEnvironmentImpl.getContext(ClientEnvironmentImpl.java:76)
                   at weblogic.jms.forwarder.Forwarder.getInitialContext(Forwarder.java:334)
                   at weblogic.jms.forwarder.Forwarder.reconnect(Forwarder.java:210)
                   at weblogic.jms.forwarder.Forwarder.timerExpired(Forwarder.java:265)
                   at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:259)
                   at weblogic.work.ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
              Caused by: java.lang.ClassCastException: weblogic.security.service.SubjectManagerImpl
                   at weblogic.corba.client.ClientORBInitializer.initialize(ClientORBInitializer.java:106)
                   at weblogic.jndi.WLInitialContextFactory.<init>(WLInitialContextFactory.java:29)
                   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
                   at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
                   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
                   at java.lang.reflect.Constructor.newInstance(Unknown Source)
                   at java.lang.Class.newInstance0(Unknown Source)
                   at java.lang.Class.newInstance(Unknown Source)
                   ... 12 more
              java.lang.ClassCastException: weblogic.security.service.SubjectManagerImpl
                   at weblogic.corba.client.ClientORBInitializer.initialize(ClientORBInitializer.java:106)
                   at weblogic.jndi.WLInitialContextFactory.<init>(WLInitialContextFactory.java:29)
                   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)Stack level 1
                   at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
                   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
                   at java.lang.reflect.Constructor.newInstance(Unknown Source)
                   at java.lang.Class.newInstance0(Unknown Source)
                   at java.lang.Class.newInstance(Unknown Source)
                   at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
                   at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
                   at javax.naming.InitialContext.init(Unknown Source)
                   at javax.naming.InitialContext.<init>(Unknown Source)
                   at weblogic.jms.safclient.agent.internal.ClientEnvironmentImpl.getContext(ClientEnvironmentImpl.java:76)
                   at weblogic.jms.forwarder.Forwarder.getInitialContext(Forwarder.java:334)
                   at weblogic.jms.forwarder.Forwarder.reconnect(Forwarder.java:210)
                   at weblogic.jms.forwarder.Forwarder.timerExpired(Forwarder.java:265)
                   at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:259)
                   at weblogic.work.ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
              disconnect stack trace finished
              QUEUE NAME: jmssysmodule-ois!oisQueue

  • Consuming dataservice as a stand alone java client, givng an exception com

    when i am trying to access data service from a stand alone java application ,it giving an exception .
    The dataservice is in remote machine.
    Exception:
    com.bea.dsp.dsmediator.client.exception.SDOMediatorException: weblogic.rjvm.PeerGoneException: ; nested exception is:
         java.io.EOFException
         at com.bea.dsp.dsmediator.client.XmlDataServiceBase.invokeFunction(XmlDataServiceBase.java:322)
         at empldetappdataservices.EmployeeDetails.getEmployeesByid(EmployeeDetails.java:84)
         at com.patni.tsg.poc.DataServiceClient.DataServiceClient.main(DataServiceClient.java:42)
    Caused by: weblogic.rjvm.PeerGoneException: ; nested exception is:
         java.io.EOFException
         at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:290)
         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:248)
         at com.bea.ld.Server_ydm4ie_EOImpl_815_WLStub.executeFunction(Unknown Source)
         at com.bea.dsp.dsmediator.client.XmlDataServiceBase.invokeFunction(XmlDataServiceBase.java:312)
         ... 2 more
    Caused by: java.io.EOFException
         at weblogic.rjvm.t3.T3JVMConnection.endOfStream(T3JVMConnection.java:897)
         at weblogic.socket.SocketMuxer.deliverExceptionAndCleanup(SocketMuxer.java:586)
         at weblogic.socket.SocketMuxer.deliverEndOfStream(SocketMuxer.java:536)
         at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:694)
         at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:641)
         at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:282)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    my class path i added all neccessary jars:
    weblogic.jar,xbean.jar,DataServices.jar,ld-server-core.jar,ld-client.jar,wlsdo.jar
    code sample:
    public static InitialContext getInitialContext() throws NamingException {
    Environment env = new Environment();
    env.setProviderUrl("t3://pc-p40892:7001");
    env.setInitialContextFactory("weblogic.jndi.WLInitialContextFactory");
    env.setSecurityPrincipal("weblogic");
    env.setSecurityCredentials("weblogic");
    return new InitialContext(env.getInitialContext().getEnvironment());
    public static void main (String args[]) {
    try {
    EmployeeDetailsDocument.EmployeeDetails edet=null;
    EmployeeDetails ds=EmployeeDetails.getInstance(getInitialContext(),"EmplDetApp");
    //The below statement generating the exception.
    EmployeeDetailsDocument[]doc =ds.getEmployeesByid("1001");
    } catch (Exception e) {
    e.printStackTrace();
    pls help me to solve this problem
    Edited by sandeepc221 at 09/19/2007 2:50 AM

    You didn't post the stack trace from the server, but I'm guessing it's complaining about the QName class. Sun changed the QName class in JDK 1.5 wreaking havoc on JDK 1.5 clients that use JDK 1.4 servers and attempt to pass a QName object from one to the other. If your client uses JDK 1.5, your sever will need to use a QName class which is compatible. The file liquiddata/lib/wls90interop.jar contains a QName class that is compatible with the one in JDK1.5. You can put it first in the classpath of your server.
    If you already have wls90interop.jar first in the classpath of your server, then, for your client, you need to either (1) use the Sun JDK 1.5; or (2) put wls90interop.jar first in the classpath of your client (if you are running JDK 1.4).
    http://e-docs.bea.com/aldsp/docs25/appdev/ejbclt.html#wp1090900
    btw - BEA Customer Support is available 24/7 - they should be able to provide you quick answers to questions like this.

  • Code behaves different when SWF is in browser as opposed to stand alone player, why?

    In ActionScript, I have some code that dispatches a
    MOUSE_OVER event when a tween is complete. I am using Tweener for
    the tween. On my Mac OSX machine, I preview the SWF file in a stand
    alone player spawned from my Flash IDE, and the event is dispatched
    and the behavior works as expected, but when I preview the SWF file
    as embedded in a MacOSX browser, the event is not dispatched. On a
    Windows machine, however, the event is dispatched both in a stand
    alone player and within the embedded SWF file in a browser. The
    problem seems to come particularly from the Mac OSX player.
    Has anybody ever experienced this? Is the OSX implementation
    of the Flash player different in a stand alone and browser setting?
    Here is the code that I am using:

    HMMM! Verrrrrry interesting.
    Yes file size is an issue, it's a large project.
    Exterenally host it?
    Where could I go and do that?
    I'm not familiar with this process.  Can you please tell me exactly how it works? 
    And....that means both servers need to be up and running?  Kinda sounds a bit shakey.   This project needs to be strong and stand alone to go here and there.  Durable.   
    I feel safer if its all in one piece.  Bam.
    You know, I noticed "FAST" and "BEST" does not make a difference to file size or quality. 
    Could I be wrong?
    Thanks.

  • How to Identify the Network Topology being used for a running ForeFront TMG Stand Alone array?

    Hello Experts,
    My client has decided to move their datacenter  from one location to other including the ForeFront TMG servers which are being used as Reverse Proxy and TMG Gateway  in DMZ environment.
    I need to know the network topology used for this configuration so that I could chose the same topology when creating new TMG environment at new datacenter. Here are some details : 
    1. There are 2 TMG servers configured in a DMZ Workgroup in Stand Alone array.
    2. Both servers have 3 NIC attached to them. (one has all public IPs configured, another one has internal IP address and the third one has Management IP which is used to connect the server via RDP).
    3. There are more than 50 websites published via this standalone array.
    I am very new to Forefront TMG technology and need to know the Topology used to create such environment.
    Thanks 
    Lalit

    Hi,
    According to your description, you can use the 3-leg perimeter network template and choose which network adapter connects to the LAN, which network adapter connects to the external  network and which network adapter connects to the DMZ.
    Did you set up TCP/IP settings for the three NICs? If not, please refer to the link below:
    Recommended Network Adapter Configuration for Forefront TMG Enterprise Edition Servers
    More information:
    Microsoft Forefront TMG – How to use TMG network templates (Note:
    Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.)
    Best regards,
    Susie

  • Running the G server and labview web server as a stand-alone serve

    Hello,
     Now I am running the G web server from the Internet toolkit cooprating with the Labview default web server because I need the server to handle both GCI reguests and the requests of the remote panel.
     Now I have a question. Is there any way to make these two servers as stand-alone applications and also make it to be window service ( I think if I could make them the stand-alone applications, making them to be window services would be easy)? I just want the web server to be a stand-alone application without installing the Labview (just installing the run-time engine) on one machine. Could this be done? Thank you very much.
    Best Regards,
    Benjamin Chu

    Hello Benjamin,
    for running a LabVIEW application as Windows Service is here a tutorial.
    I formerly tried to get the G web Server into an application and I know there were some dynamic VIs loaded by the HTTP Server Control.vi and some SubVIs. I never tried this seriously enough to get it running.
    You need at least to put the VIs vi.lib\addons\internet\http\http0.llb\HTTP Server, vi.lib\addons\internet\http\http0.llb\srvr_%02d.vi (%02d is part of a format into string with a for loop index), HTTP Load Configuration Files.vi as dynamic VIs into your build definition.
    Running the G Web Server and looking at the VI hierarchy is not for help because for some reasons the G Web Server VIs will not show up in the VI hierarchy window.
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • How do I reuse the existing stand-alone CFM application codes on J2EE CF9

    Hi all,
    Our ColdFusion installation runs on a stand-alone ColdFusion server. Now we would like to upgrade to ColdFusion 9 with J2EE configuration. Is there a way to 'reuse' the existing ColdFusion application codes on the ColdFusion J2EE, WITHOUT moving these codes into a location under the J2EE?
    To clarify my question:
    The existing CFM application structure looks like this:
    D:\MyCFApp\folder1\....
    Under J2EE, the folder structure looks like this:
    D:\MyJ2EEHomeDirectory\Adobe_ColdFusion_9.ear\cfusion.war\...
    I would like to keep the CF application codes under D:\MyCFApp\folder1\....
    I can bring up the CF9 Admin Console just fine. What I would like to see is if there's a way for CF9 to recognize the folders OUTSIDE the J2EE directory structure.
    I tried the adding some Mappings on the CF9 Admin Console but no luck.
    Any advice/input is greatly appreciated!

    The solution is not in CF Admin mappings, but rather in web server mappings. You need to tell your web server how/where to find the CFML files, and then configure the web server (using the CF web server configuration tool) to have it hand CF pages to CF for processing.
    You may find helpful information in 2 of the CF docs, the Installation guide, and the Administration and Configuration guide. If you visit any page of the CF9 docs, you'll see all the manuals listed on the left.
    That said, the J2EE configuration is the least well-documented of them all, since things can change from app server to app server. You've not even said which app server you're using: jboss, tomcat, glassfish, resin, weblogic, websphere? And each of those have different support for various web servers. So there's a limit to how much Adobe will document about getting such things working.
    Also, relatively few in the CF community use the J2EE deployment--and many who do only "play with it", so may only use the built-in dev web servers that many app servers come with. When it comes to configuring things for production and integration with real web servers, they may not have any experience to share.
    But if after reading the above you have more specific questions, fire away and perhaps some here can help.
    /charlie

  • 2008 stand-alone server acs software available?

      I am using acs 4.2 on a windows 2003 server sp2 in my current network. The network is being replaced and I am being given a windows 2008 software/server and to build the app. I am  a little confused as too the available software. The only 5.4 acs software I see is for the appliance and vmware. What software is there available for standalone servers that in not end-of-life ?  Or do I use acs 4.2 on the standalone server and upgrade it all the way to 5.4. I would think they would have a base package at one of the 5.x levels..Any information would be appreciated

    Hi ,
       I would like to inform you about the following things:
    1. ACS 5.x cannot be installed on the widnows server as ACS 4.x
    2. ACS 5.x can only be installed on the vmware (Linux based) or comes as an applaince.
    3. ACS 4.x is a windows based box and ACS 5.x is a linux based appliance/VMware
    4. You can configure vmware or an appliance as a stand alone ACS5.x box.
    5.ACS 4.2.1.15 is available till now and is not end of life yet.
    6. You can upgrade the ACS 4.2.0.124 to 4.2.1.15, However its not compatible with windows 2008 r2 box.
    7.You cannot upgrade the ACS 4.2 to ACS 5.4, You will have to purchase a seprate license for ACS 5.4 and then you can migrate the database from 4.2 to 5.4
    Regards
    Minakshi (Do rate helpful posts)

  • AD LDS Stand Alone SSL gives error 81 (x51) when trying to connect with LDP.exe 3.0

    I  have a stand alone instance of ad lds on win server 2008 R2.  Using ldp.exe 3.0 I CAN do a NON-ssl connection and eventually a bind using servername or the fqdn which is the servername followed by a period (i.e servername.) or using the
    IP address.  Note that the server is in a workgroup (not a domain).
    However, when specifying the ssl port, ssl checkbox and any of the following servers in LDP.exe:
    servername
    servername. (note the trailing period)
    ip addr
    I get:
    ld = ldap_sslinit("SRV9.", 50001, 1);
    Error 0 = ldap_set_option(hLdap, LDAP_OPT_PROTOCOL_VERSION, 3);
    Error 81 = ldap_connect(hLdap, NULL);
    Server error: <empty>
    Error <0x51>: Fail to connect to SRV9..
    For SSL I expected the IP addr to fail because it has to be the FQDN. I expected the servername + period to work because it has on similar ad lds instances in the past.
    I verified that the port is correct using dsdbutil.  I have also tried changing the port using dsdbutil.  Could this mess anything up if I specify that port in ldp.exe?
    I have used the mmc certificate snap in to validate the certification path.  The rootCA and subCAs are valid and work on other websites.
    Under the details tab I have validated:
    Issuer
    Valid dates
    Subject  is SRV9
    the template is WebServer
    Server Authentication (1.3.6.1.5.5.7.3.1)
    I have put the server cert in both the machine and service (for my ad lds instance) under the Personal store.  I also have put the two "parent" CA certs in the Trusted Root Cert stores for both the service and the machine.
    Additionally, here is some partial output from netstat -ano on the ADLDS machine:
    Active Connections
      Proto  Local Address          Foreign Address        State           PID
      TCP    0.0.0.0:50000          0.0.0.0:0              LISTENING       1256
      TCP    0.0.0.0:50001          0.0.0.0:0              LISTENING       1256
      TCP    [::]:50000             [::]:0                 LISTENING      
    1256
      TCP    [::]:50001             [::]:0                 LISTENING      
    1256
      UDP    10.200.41.75:40000     *:*                                   
    1280
      UDP    10.200.41.75:50000     *:*                                   
    1256
      UDP    127.0.0.1:59087        *:*                                   
    1256
      UDP    127.0.0.1:59088        *:*                                   
    1280
      UDP    127.0.0.1:59097        *:*                                   
    1300
      UDP    [2001:0:9d38:90d7:245d:2f39:f537:d6b4]:40000  *:*             1280
      UDP    [2001:0:9d38:90d7:245d:2f39:f537:d6b4]:50000  *:*             1256
      UDP    [fe80::245d:2f39:f537:d6b4%13]:40000  *:*                     1280
      UDP    [fe80::245d:2f39:f537:d6b4%13]:50000  *:*                     1256
      UDP    [fe80::bd46:2e7e:708c:1c3a%11]:40000  *:*                     1280
      UDP    [fe80::bd46:2e7e:708c:1c3a%11]:50000  *:*                     1256
    Also Taskman reveals:
    PID
    1256   dsamain.exe   ADLDS
    1280   dsamain.exe   ADLDS (another instance that I am not using)
    1300   AD Webservices
    MY pid is 1256.  Port 50000 is non-ssl, 50001 is SSL.  I have no idea what port 59087 (attached to my pid) is for.
    Thanks!
    leo

    Lee you rock!  Thanks!!
    My problem was the missing read permission.  I modified the instructions a bit from your link for Windows Server 2008 R2 for the permission issue:
    To grant the Read permission on the server authentication certificate to the Network service account
    First go into control panel > Folder Options and turn on view hidden files.
    Navigate to the following default directory where the installed or imported certificates are stored:
    C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys
    Right-click the appropriate server authentication certificate, and then click
    Properties.  I see a strange filename convention.  I just sorted the files by date and picked the latest one.  Not sure how else to do it. Can someone please tell me the file naming convention of these files in MachineKeys?
    On the Security tab, click Edit.
    In the Permissions dialog box, click Add.
    In the Select Users, Computers, or Groups dialog box, type
    Network Service, and then click OK.
    Turn off view hidden files in control panel Folder Options.
    leo

  • Workflow Builder connect to Applications or Stand-Alone

    Hi,
    I will configure a lab in order to see how workflow builder works and then connect this to Oracle Applications.
    As I will install Oracle Workflow Stand-Alone on my machine to see how it works, what should I consider when I will be connected to Oracle Applications?
    Rgds and Thanks in advance.

    Yes you can. Standalone servers can only run on a single server, so you can't scale it out to work for thousands of users at once, but you should be able to access the server from other machines.
    If you've installed standalone it's quite probable that you've created your web application with the servername and random ports. In which case you may be able to simply type in http://<servername>:<port> from a client computer to connect.
    If you've used a name such as http://webapplication.domain.com then you will need to have that entered as an A Host (or CName but that's less ideal) in your DNS. To test this try pinging webapplication.domain.com from your client PC to see if it finds the
    right IP address for your server.

Maybe you are looking for

  • Field symbol with top of page in reuse_alv_list

    When using the top_of_page in REUSE_ALV_LIST_DISPLAY I had in the old programm reference to values in the outtab for the header in the new programm I use dynamic tables and I wonder how to add those values in a header.     CALL FUNCTION 'REUSE_ALV_LI

  • Color Management Settings in Windows 7/Vista

    I know this is not exactly the right forum to ask, but I also know that some people very knowledgable in color managment read/write here: Can somebody explain to me what the setting of "Device Profile" in "Windows Color System Defaults" really does/a

  • Javascript and forms

    I know there must be a simple explanation for this, the menu does not work correctly on this page, is it because of the form? page is here This Page Thanks -Melissa

  • Unable to download paid version of premiere elements 13

    im trying to download elements 13 onto my laptop that has windows 8 and when I run the program it says that both programs aren't saved to the same file. it then gives me the option to open another program on my computer or download an app onto my com

  • New Image using Clipboard Dimensions

    Hello, I am trying to create an action that copies a selection, and creates a new image. The selection area is different in each image I want to batch process. The problem is, the action is recording the actual clipboard size when I am recording the