Hostname for Jdeveloper app server connection

Hi,
First, I know this is a pretty simple question, so please take it easy on me ;-)
I installed eBS successfully on a Windows XP laptop and am trying to set up a JDeveloper application server connection so I can do some OAF development work. Should I choose Oracle Application Server 10g or Standalone OC4J? How do I figure out my hostname and port number?
I've set up the database connection ok, but I'm pretty new to working on the application server side.
Many thanks.
Message was edited by:
tonto

for the prot if you mean the ebs it depent on the port pool u choose during the installation for ex.
port pool 0 ---> http port is 8000 and database port is 1521
port pool 1 --->http port is 8001 and database port is 1522 ...etc
you should connect to ebs using
http://yourservername.domianname:port
for the application server if you installed 11i ebs then the applicaiton server version is 1.0.2.2.2
fadi hasweh
http://oracle-magic.blogspot.com/
Oracle is not Magic, it just takes years of experience

Similar Messages

  • JDeveloper SOA Suite App Server connection issue

    I am having an issue in JDeveloper connecting to SOA Suite deployed on an Amazon EC2 instance. From the application server tab, I can successfully create a new app server connection to SOA Suite (all 9 tests in the "Test Connection" run successfully). However, after that when I try to expand the SOA folder under the app server tab, I get a "javax.naming.CommunicationException", shown below. All the other folders (Clusters, Servers, Deployments, Web Services) expand and show the proper information without error.
    One thing I notice is that an explicit IP of 10.80.47.145 using T3 protocol is listed in the error, as opposed to the host name of the Amazon EC2 instance over http. But I am not sure how to change that in JDeveloper's configuration for the app server. And it doesn't make sense why that is the only folder that errors out.
    Thanks in advance for any help.
    Jim.
    JDeveloper Studio Edition Version 11.1.1.4.0
    Enterprise Manager Version     11.1.1.4.0
    javax.naming.NamingException: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://10.80.47.145:8001: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection timed out: connect; No available router to destination] [Root exception is java.lang.RuntimeException: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://10.80.47.145:8001: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection timed out: connect; No available router to destination]]
         at oracle.tip.tools.ide.fabric.asbrowser.SOAServerProvider.listBindingsImpl(SOAServerProvider.java:35)
         at oracle.rc.asadapter.context.spi.AbstractContextProvider.listBindings(AbstractContextProvider.java:133)
         at oracle.rc.asadapter.context.spi.DefaultMutableAppServerContext$ContextProviderSupport$3.method(DefaultMutableAppServerContext.java:384)
         at oracle.rc.asadapter.context.spi.DefaultMutableAppServerContext$ContextProviderSupport$MethodCall.invoke(DefaultMutableAppServerContext.java:421)
         at oracle.rc.asadapter.context.spi.DefaultMutableAppServerContext$ContextProviderSupport.listBindings(DefaultMutableAppServerContext.java:381)
         at oracle.rc.asadapter.context.spi.DefaultMutableAppServerContext$ContextProviderSupport.access$500(DefaultMutableAppServerContext.java:314)
         at oracle.rc.asadapter.context.spi.DefaultMutableAppServerContext.localListBindings(DefaultMutableAppServerContext.java:207)
         at oracle.rc.asadapter.context.spi.AbstractEventDirContext.listBindings(AbstractEventDirContext.java:185)
         at oracle.adf.rc.spi.jndi.AbstractDirContext.listBindings(AbstractDirContext.java:214)
         at oracle.rc.asadapter.context.spi.DefaultAppServerManageableContext.getManageables(DefaultAppServerManageableContext.java:58)
         at oracle.jdeveloper.asnav.nodes.DefaultManageableFolder.loadChildren(DefaultManageableFolder.java:327)
         at oracle.jdeveloper.asnav.nodes.DefaultManageableFolder$4.run(DefaultManageableFolder.java:288)
    Caused by: java.lang.RuntimeException: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://10.80.47.145:8001: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection timed out: connect; No available router to destination]
         at oracle.tip.tools.ide.fabric.asbrowser.WeblogicSOAServer.initPartitions(WeblogicSOAServer.java:89)
         at oracle.tip.tools.ide.fabric.asbrowser.WeblogicSOAServer.<init>(WeblogicSOAServer.java:68)
         at oracle.tip.tools.ide.fabric.asbrowser.ASBrowserHelper.listWeblogicSOAServers(ASBrowserHelper.java:266)
         at oracle.tip.tools.ide.fabric.asbrowser.ASBrowserHelper.listSOAServers(ASBrowserHelper.java:199)
         at oracle.tip.tools.ide.fabric.asbrowser.SOAServerProvider.listUserObjects(SOAServerProvider.java:54)
         at oracle.tip.tools.ide.fabric.asbrowser.SOAServerProvider.listBindingsImpl(SOAServerProvider.java:21)
         ... 11 more
    Caused by: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://10.80.47.145:8001: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection timed out: connect; No available router to destination]
         at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
         at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:788)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:368)
         at weblogic.jndi.Environment.getContext(Environment.java:315)
         at weblogic.jndi.Environment.getContext(Environment.java:285)
         at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at oracle.soa.management.internal.facade.ServerManagerImpl.<init>(ServerManagerImpl.java:76)
         at oracle.soa.management.internal.facade.ServerManagerFactoryImpl.createServerManager(ServerManagerFactoryImpl.java:28)
         at oracle.tip.tools.ide.fabric.asbrowser.WeblogicSOAServer.initPartitions(WeblogicSOAServer.java:85)
         ... 16 more
    Caused by: java.net.ConnectException: t3://10.80.47.145:8001: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection timed out: connect; No available router to destination
         at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
         at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
         at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:353)
         ... 26 more
    Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection timed out: connect; No available router to destination
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
         at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:254)
         at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
         at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
         at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:200)
         ... 29 more

    We are having the same issue here. We have added an SSL certificate to our soa server, and now when we connect with JDEV 11.1.1.4 it gives us this error. Those that are on 11.1.1.3 have imported the certificate to their keystore in JDEV and it works fine for them, but for those of us on 11.1.1.4, we still receive the same error.
    Thanks,
    Mike

  • ...Not alone with problems on "Mail" app server connection, iMap!!!!  I believe Apple is strengthening their server farm.  Has been out for over a week; they were wise to have the iCloud also in the cloud.

    Not alone with problems on "Mail" app server connection, iMap!!!!  I believe Apple is strengthening their server farm.  Has been out for over a week; they were wise to have the iCloud also in the cloud.  Be patient!

    Have you considered the possibility that the third party fan software might itself be implicated in the issue, theosib (or perhaps something else introduced at about that time?).
    My inclination in a situation like this would be to back up your drive to an external, wipe the drive, and do a clean installation. At the very least I'd try an archive and install.
    Do you have plenty of free space on the drive? Once you get things down below the last 10 to 20% things can get hairy at times, and may not be fixed as a result of simply freeing up some room, as free space fragmentation is likely to have set in.
    As far as RAM goes, either "Rember" - http://www.kelleycomputing.net:16080/rember/ or, better still, but less user friendly, "memtest" - http://www.memtestosx.org/ does a much better job of checking your RAM than the AHT. Still takes a while to run for a thorough test, but much quicker than the approach you are planning on using.
    You might also want to use "Activity Monitor" to check for any applications with progressive "memory leaks" or that are acting as CPU hogs, given your symptoms
    Cheers
    Rod

  • Difference between using app server connection pooling and using the driver

    Hi all,
    How to get connection pooling with out application server and tomcat also?
    What is the difference between using app server connection pooling and using the driver supported connection pooling?
    Regards,
    Murali

    maybe the performance of App server pool is better than the JDBC pool,
    for you don't know wether the implementation of the JDBC interface is good or bad.

  • Why we need SSL Certificates for configuring App Server in Sharepoint

    Hi Support,
    We are planning to have a separate server for Apps, while configuring the server its asking for certificate. The main scenario is while configuring server inside the same firewall why we need SSL for configuring.
    Could you please let me know the reason why we need SSL for configuring App Server.
    Thanks in Advance,
    Regards,
    Pradeep

    Hi  Pradeep,
    SSL (Secure Sockets Layer) is a transaction security standard that provides encrypted protection between browsers and App Servers. When SSL is enabled for an App Server, browsers communicate with the App
    Server by means of an HTTPS connection, which is HTTP over an encrypted Secure Sockets Layer. HTTPS connections are widely used by banks and web vendors for secure transactions over the web.
    Secure Sockets Layer  is a requirement for web applications that are deployed in scenarios that support server-to-server authentication and app authentication. This is such a scenario. As a prerequisite
    for configuring Task Synchronization, the computer that is running SharePoint Server must have SSL configured.
    Reference:
    http://blogs.technet.com/b/speschka/archive/2012/09/03/planning-the-infrastructure-required-for-the-new-app-model-in-sharepoint-2013.aspx
    http://corypeters.net/2013/03/ssl-and-sharepoint-2013/
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Can the database identify the type of app server connection, OAS,Jboss,etc

    I'm mostly concerned with identifying if it's a Oracle App server connection. I can't find anything in the sys_context, but I might be missing it.
    thanks.

    mark.lin wrote:
    Thanks for your answers and questions.
    Here are the answers to your questions
    1)The jdbc driver is jturboJTurbo? Never heard of it. You mean this?
    http://www.newatlanta.com/products/jturbo/index.jsp
    Why pay for something when you have two options available that are free? One of them is from Microsoft itself. Whose idea was this?
    2)It's a desk top application.
    It seems to me that it should not be driver issue. I was this happened the Microsoft's own jdbc driver. By jdbc specification, although you don't close the connection explicitly in the program, the connection will be automatically closed in the java app end during garbage collection. Very bad - never depend on this. Always close your ResultSet, Statement, and Connection in reverse order of opening in a finally block, each one wrapped in individual try/catch blocks.
    One should never, ever depend on the GC to take care of resources like database connections or resource handles. Those should be cleaned up by your code.
    I tested this by intentionally not closing a connection. When I stops the application, the connection in the sql server end was also closed.
    But if you don't close the application and fail to close connections, you can see where eventually you'll exhaust the pool.
    It seems to me this is a sql server issue rather than a jdbc driver issue. I need way to prove this.
    Like I suggested, it's easy to swap in the jTDS driver and try it again. What do you have to lose?
    Or call Microsoft support and ask them. Or maybe JTurbo. You're paying for it - might as well use the support.
    %

  • Is soap provider agent only available for Sun app server 9.1?

    See the blue print on securing web services with soap provider agent. Is this agent embedded within the J2EE agent for sun app server 9.1? Is the same "soap provider agent" available for websphere 6.x or iis server?
    Thanks

    the agentadmin --install script does not seem to add all the required things to the server-classpath in the domain.xml
    mine now looks like this:
    /opt/j2ee_agents/appserver_v9_agent/lib/agent.jar
    /opt/j2ee_agents/appserver_v9_agent/locale
    /opt/j2ee_agents/appserver_v9_agent/Agent_001/config
    /opt/j2ee_agents/appserver_v9_agent/lib/amclientsdk.jar
    /opt/j2ee_agents/appserver_v9_agent/lib/fmclientsdk.jar
    /opt/j2ee_agents/appserver_v9_agent/lib/opensso-installtools.jar
    /opt/j2ee_agents/appserver_v9_agent/lib/opensso-installtools-launcher.jar
    AND, I've added a system property:
    -Dcom.sun.identity.agents.config.location=/opt/j2ee_agents/appserver_v9_agent/Agent_001/config/AMAgent.properties
    I now at least get a different error:
    Servlet.service() for servlet jsp threw exception
    java.lang.ExceptionInInitializerError
         at com.sun.identity.agents.filter.URLPolicyTaskHandler.initialize(URLPolicyTaskHandler.java:63)
    com.sun.enterprise.web.HttpServiceWebContainer.service(HttpServiceWebContainer.java:2114)
    Caused by: java.lang.RuntimeException: Exception caught in AmWebPolicyManager initializer: Unable to load IAmWebPolicy: com.sun.identity.agents.policy.AmWebPolicy
         at com.sun.identity.agents.policy.AmWebPolicyManager.<clinit>(AmWebPolicyManager.java:135)
         ... 24 more

  • TP4- Oc4j Standalone app server connection

    Hi,
    I have completed the SOA configuration within Jdeveloper 11.1.1.0.0, and now I would want to deploy applications.For this I am trying to create a Applicaiton server connection from the resource palette.
    The parameters are as follows : -
    Connections Name : AppServerConnection1
    Connections Type : Standalone OC4J 11g
    Username : oc4jadmin
    Host name : localhost
    RMI Port : 23791
    But the connections to the server fails with the following error...
    Error while getting remote MBeanServer for url: ormi://localhost:23791/default:
    Error reading application-client descriptor: Error communicating with server: Connection refused: connect; nested exception is:
         javax.naming.CommunicationException: Connection refused: connect [Root exception is java.net.ConnectException: Connection refused: connect]
    Could any1 help me out on this please?

    Hey Juan,
    127.0.0.1 localhost is the only entry within c:\WINDOWS\system32\drivers\etc\hosts,bt I figured out the prob was due to a wrng RMI port.
    Hence right now I have configured it to 12401 and the connection works fine.
    But within <HumanTakkName>.task-->Assigment and Routing Policy-->+-->Add Participant Type--Browse GroupIds-->Identity Lookup :-
    I find that the Realm dropdown is empty.(even If the application server
    connection is configured properly)
    Coz of which I am not able to compile any bpel projects with human tasks in it..
    Kindly advise if I have missed out any configurations...
    Rgds,
    Akshatha

  • Best place for an app server?

    Hi all,
    A rather generic question.
    If you had only two server machines, one for your
    database server and one for your web server.
    Where would you place your app server?
    In the same machine as the web server or in the same machine as the database server?
    What factors would influence your decision?
    Thanks for any answers
    Nikos

    Hi sagar,
    According to your description, my understanding is that you want to learn about SharePoint hosted app and provider hosted app.
    SharePoint-hosted apps, or apps where all components are hosted on either an on-premises or Office 365 SharePoint farm. SharePoint-hosted apps are installed on a SharePoint 2013 website, called the host web. They have their resources hosted on an isolated
    subsite of a host web, called the app web. The SharePoint-hosted app can only be developed with JavaScript Client Object Mode and HTML.
    Provider-hosted apps for SharePoint include components that are deployed and hosted outside the SharePoint farm. They are installed to the host web, but their remote components are hosted on another server.SharePoint Provider hosted app can be developed
    with .NET Managed Client Object Model.
    Here is a detailed article for your reference:
    Choose patterns for developing and hosting your app for SharePoint
    Here are some detailed code demo for your reference:
    How to: Create a basic SharePoint-hosted app
    How to: Create a basic provider-hosted app for SharePoint
    Best Regards
    Zhengyu Guo
    TechNet Community Support

  • Timeout Creating App Server Connection in JDev 10.1.3 to OAS 10.1.3

    Hi All,
    I'm trying to deploy an application to OAS 10.1.3 on a Solaris server from JDeveloper 10.1.3 on my laptop for the first time.
    There are 2 OAS's installed on the Solaris unix server so the OPMN Port is one up from the default, and I've updated that to 6004, but I still get the following error on test:
    Error getting OC4J Process for: opmn-home+oc4j-hadrian-6004-default:
    Timed out (15000 ms) connecting to OPMN
    hadrian is the server name and I can ping it from my pc, i've tried in the home oc4j and another that i've created, but still no luck.
    Can anyone tell me what I'm missing or give me a hand troubleshooting this?
    Thanks,
    Tony

    OK, I got this working by switching the Connection Type from "Oracle Application Server 10g 10.1.3" to "Standalone OC4J 10g 10.1.3"
    This is a little confusing for me as I thought the only available 10.1.3 version of OAS was standalone. Is there a full 10.1.3 version available that I'm missing? And if not what is the difference between those 2 connection types.
    It also appears that with the non-standalone conn type I would have been able to easily instructed it to place the app in another container with the "OC4J Instance Name" field. In the standalone connection this was not provided and I wonder how it determines which container to load it in.
    Thanks for helping to clear this up for me,
    Tony

  • EM logon fails for Oracle App Server (10.1.3.1.0)

    I am trying to logon to the Enterprise Manger 10g Grid Control.
    My OS is HP-UX 11.11
    I am receiving Invalid/Password. I have change this password twice and still receiving the error.
    Does anyone know what's going on with this Application?
    Please Help!

    Hi..
    I am changing the account for oc4jadmin
    I changed it in system-jazn-data.xml file. Restarted
    the processes and have'nt been able to login..
    Any ideas?Looks like it's related to application server and nothing to do with grid control. Think you should post your question in the Application Server Forum...
    I've done instatallations of OAS and never had to change password for oc4jadmin. There is an account ias_admin that you set the password to..can you log on with that account?

  • NSS FIPS 140-2 encryption for Glassfish App Server on Windows

    We would like to configure Java such that our web service communications will be encrypted in a manner that is FIPS 140-2 compliant.
    I see here that Sun has achieved success in compliance testing in conjunction with the NSS libraries from Mozilla:
    http://csrc.nist.gov/groups/STM/cmvp/documents/140-1/1401val2007.htm#814
    I found Andrea's excellent blog which took me through steps in setting up the ..\jre\lib\security\java.security file and in setting up the nss.cfg file:
    http://blogs.sun.com/andreas/entry/elliptic_curve_cryptography_in_java
    However, when I go to the download of Mozilla \ NSS the latest releases only provide the C code tar bundles. The latest release that provided the binaries for Windows was 3.11 and that was for Windows NT.
    ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_11_RTM/
    I was therefore hoping that someone might have a step-by-step such that I could create these binaries for Windows XP and Windows Vista. Or even better someone might know of a site where I could download them.
    Other information: Our installation of Glassfish also has Metro installed.
    Thanks for any help or advice.

    Again you are a winner!
    I found certutil and modutil under C:\Mozilla\nss-3.12.4-with-nspr-4.8\mozilla\dist\WINNT5.1_DBG.OBJ\bin and the -N -d . was exactly what I needed.
    I found this blog: http://blogs.sun.com/arnabold/entry/jks_nss_and_glassfish It is a little dated but I need to somehow get Glassfish start-up to recognize my keystore as FIPS.
    The error that I am seeing when I attempt to start GlassfishV2.1 from Netbeans is:
    CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.6.0_13] from [Sun Microsystems Inc.]
    Using MQ RA for Broker lifecycle control
    SEC1002: Security Manager is OFF.
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.enterprise.server.PELaunch.main(PELaunch.java:415)
    Caused by: java.lang.ExceptionInInitializerError
    at com.sun.enterprise.security.SecurityLifecycle.onInitialization(SecurityLifecycle.java:101)
    at com.sun.enterprise.server.ApplicationServer.onInitialization(ApplicationServer.java:262)
    at com.sun.enterprise.server.ondemand.OnDemandServer.onInitialization(OnDemandServer.java:103)
    at com.sun.enterprise.server.PEMain.run(PEMain.java:399)
    at com.sun.enterprise.server.PEMain.main(PEMain.java:336)
    ... 5 more
    Caused by: java.lang.IllegalStateException: java.security.KeyStoreException: FIPS mode: KeyStore must be from provider SunPKCS11-NSS
    at com.sun.enterprise.security.SSLUtils.<clinit>(SSLUtils.java:128)
    ... 10 more
    Caused by: java.security.KeyStoreException: FIPS mode: KeyStore must be from provider SunPKCS11-NSS
    at com.sun.net.ssl.internal.ssl.KeyManagerFactoryImpl$SunX509.engineInit(KeyManagerFactoryImpl.java:44)
    at javax.net.ssl.KeyManagerFactory.init(KeyManagerFactory.java:239)
    at com.sun.enterprise.security.SSLUtils.initKeyManagers(SSLUtils.java:320)
    at com.sun.enterprise.security.SSLUtils.<clinit>(SSLUtils.java:106)
    ... 10 more
    I am hoping perhaps someone can tell me how to overcome this one, or point me to a blog that would provide instructions.
    Thanks again for your help.

  • -debug  or -verbose mode for Oracle9is app server

    I am running Oracle9is Enterprise server. How do I set Debug or Verbose mode to see server stack. I tried DCMCTL utility with >dcmctl start -v -d
    but it didn't give me server stack. Any ideas?
    Thanks Denis

              Just looked in the server log file and found bridge debug messages :)
              (I was just watching the console)
              Hope I'm not filling this group with noise.
              Jeremy.
              

  • IBM WPS: Error While Creating App and Int Server Connections in JDev 10g

    Hi,
    I have been struggling to create App Server and Int Server connections in JDeveloper 10.1.3.4 without any luck.
    The JDeveloper is present on VM ware machine from which I'm trying to establish the connections to remote server where SOA Suite 10g is installed on IBM Websphere.
    My Settings:
    App Server:
    Connection Type: Standalone OC4J 10.1.3
    RMI: tried WC_defaulthost port, 6003, RMI default port (How do I get the actual value of RMI on IBM Websphere and does this really make a difference?)
    Connection test fails with Mbean error. Ignored this error as documented in Installation guide.
    Int Server:
    Used the above App Server connection, gave the http port value of 9700 (also the WC_defaulthost on IBM Websphere)
    Connection test fails for App Server, BPEL PM Server and ESB Server.
    I have gone through other threads where different workarounds were suggested but none of them worked for me. The workaround of adding the property ipaddr with the value 0.0.0.0 in opmn.xml doesn't hold good here as IBM WPS doesn't have OPMN.
    Please suggest a working solution for this issue.
    Regards,
    CC

    The below message comes when you don't specify any default file for your webcenter portal application and this should not be any problem.
    Target Portal.jpr is not runnable, using default target index.html.
    Can you answer to my questions:
    1. Did you just created a new wcp application in jdev and ran it with out doing any changes? If you have done what are the changes?
    2. How did you ran your application? (right clicking a particular page or right clicking your portal project and selected "run" option?

  • Using connection broker, user prompted to login, then prompted again for a diff server

    I have an odd issue with a user using serv 2008 Terminal services. We have a Connection broker with 4 servers. When the user logs in it goes to server1, enters details, it then pops up with login again and then logs into server4! No idea why its prompting
    twice! this users i always having issues with their profile. Any ideas whats going on ? 
    Thanks - Joe.

    Hi Joe,
    You can try to enable SSO for terminal server and then check whether there is any difference. For this you can enable the GPO setting “Allow Delegating Default Credentials” and add the server name under it under following path, so that it will not
    display the other server. 
    Computer Configuration\Administrative Templates\System\Credentials Delegation"
    Also please try to check by RDPing with IP address instead of Server\Hostname and see the result. Additionally there are other setting which need to check for SSO to enable. You can find more details under below link.
    How to enable Single Sign-On for my Terminal Server connections
    http://blogs.msdn.com/b/rds/archive/2007/04/19/how-to-enable-single-sign-on-for-my-terminal-server-connections.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Maybe you are looking for

  • Video jerky after adding voice-over

    The video imports nicely, but when I do voice-over using a Logitech headphone, the video portion becomes jerky. Something similar was discussed in the forum about a year ago, but it appears that nothing was resolved? Would appreciate help on this. Th

  • How to use guitar rig 3 in logic

    Hi everyone I am trying guitar rig 3 demo, and one of the features is the capabilities to open the app in logic or garageband and use all the features directly while composing music in Logic. question: how do you load it? i am used to cubase VST and

  • CSS Background Image issue in IE(6)

    Not sure what's causing this, but I basically have an image to create faux columns across my page, but the background image isn't extending to the bottom of the page in IE (6) as it is correctly in safari and firefox. The page is here : link here The

  • Trouble browsing photos to attach to e-mail

    I'm trying to attach a photo to an e-mail and have tried two different ways but have not had luck with either.  First, I clicked the paperclip icon to attach, then clicked the Pictures folder.  I have iPhoto folders for each year 2005-2012 (all with

  • Color Calibration for Samsung T220?

    Hi, I recently bought a Samsung T220 to connect to my MacBook using the Displayport to DVI adapter, but I'm having hard time calibrating its color -- it always looks over saturated. The best profile I tried so far is the default profile for the lapto