11g Webcenter + SOA  on separate machines - which libraries for Webcenter?

Oracle Fusion Middleware 11g R1 (base)
Hello,
We needed to move our 11g applications from a single developer machine with Webcenter and SOA suite to *2 separate* production machines.
Webcenter hosts our front-end applications including the SOA suite's human task details form applications.
There are a few libraries/configuration that needs to be added to the Webcenter machine in order to accomplish this.
We followed the documentation on +"How To Deploy a Task Display Form to a non-SOA Oracle WebLogic Server"+ at :
http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10224/bp_designtf.htm#sthref1661
After attempting the above instructions we received several classDefNotFound errors
There were a few NoClassDefFoundError messages that were resolved by installing the following jars to the Webcenter machine (as libraries):
adflibWorklistComponents.jar
fabric-runtime.jar
bpm-services.jar
oracle.soa.workflow.jar
We couldn't resolve the following error:
javax.el.ELException: java.lang.NoClassDefFoundError: oracle/tip/pc/services/identity/config/ISConfiguration
at javax.el.BeanELResolver.getValue(BeanELResolver.java:266)
at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143)
at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:72)
at com.sun.el.parser.AstValue.getValue(AstValue.java:118)
at com.sun.el.parser.AstDeferredExpression.getValue(AstDeferredExpression.java:46)
at com.sun.el.parser.AstCompositeExpression.getValue(AstCompositeExpression.java:51)
at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192)
at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:68)
at oracle.adfinternal.view.faces.renderkit.rich.ValueRenderer.getValue(ValueRenderer.java:184)
at oracle.adfinternal.view.faces.renderkit.rich.ValueRenderer.getConvertedString(ValueRenderer.java:145)
at oracle.adfinternal.view.faces.renderkit.rich.OutputTextRenderer.encodeAll(OutputTextRenderer.java:108)
at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1187)
We weren't certain which jar file contains the above class or why it wasn't being found.
Installing 11g SOA suite on the Webcenter machine even though it takes a little more disk space seems to configure and install the necessary libraries however.
We would like to in the future install just the necessary libraries, this has not been tried with patchset 1 (11.1.1.2.0)
Has anyone been able to deploy a human task to a non-soa machine which doesn't contain soa libraries?
thx
Bud

JonasLondon wrote:
forget defrag-issues or disk setup... there's got to be more bugs in here somewhere. See this thread also:
http://discussions.apple.com/thread.jspa?threadID=2340879&tstart=0
I specifically got new drives for this release, I was so excited. Bring on Aperture 3.2 now already. It's not like the images want to stay in Aperture forever, we want and need speedy exports, preview generation, zoom levels etc.
I have the same slow export problem too but I didn't want to mention it for fear of being labeled a whiner

Similar Messages

  • Which database driver is required for weblogic 10.3 and Oracle DB 11g both on MS2008 separate server

    Hi,
    i am trying to configure JDBC with weblogic. Can any one tell me which deriver needs to be selected for weblogic 10.3 and Oracle DB 11g both on MS2008 separate server.
    if i use BEA oracle Driver (Type 4) version 9.0.1, 9.2.0,10,11,  i find error (see snap:2)
    Connection test failed.
    [BEA][Oracle JDBC Driver]Error establishing socket. Unknown host: hdyhtc137540d<br/>weblogic.jdbc.base.BaseExceptions.createException(Unknown Source)<br/>weblogic.jdbc.base.BaseExceptions.getException(Unknown Source)<br/>weblogic.jdbc.oracle.OracleImplConnection.makeConnectionHelper(Unknown Source)<br/>weblogic.jdbc.oracle.OracleImplConnection.makeConnection(Unknown Source)<br/>weblogic.jdbc.oracle.OracleImplConnection.connectAndAuthenticate(Unknown Source)<br/>weblogic.jdbc.oracle.OracleImplConnection.open(Unknown Source)<br/>weblogic.jdbc.base.BaseConnection.connect(Unknown Source)<br/>weblogic.jdbc.base.BaseConnection.setupImplConnection(Unknown Source)<br/>weblogic.jdbc.base.BaseConnection.open(Unknown Source)<br/>weblogic.jdbc.base.BaseDriver.connect(Unknown Source)<br/>com.bea.console.utils.jdbc.JDBCUtils.testConnection(JDBCUtils.java:505)<br/>c om.bea.console.actions.jdbc.datasources.createjdbcdatasource.CreateJDBCDataSource.testConn ectionConfiguration(CreateJDBCDataSource.java:369)<br/>sun.reflect.GeneratedMethodAccessor 826.invoke(Unknown Source)<br/>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl. java:25)<br/>java.lang.reflect.Method.invoke(Method.java:597)<br/>org.apache.beehive.netui .pageflow.FlowController.invokeActionMethod(FlowController.java:870)<br/>org.apache.beehiv e.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)<br/>org.ap ache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)<br/>or g.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java :306)<br/>org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336 )<br/>...
    and
    when i use oracle's driver (thin) version 9.0.1, 9.2.0,10,11, i find error
    Connection test failed.
    Io exception: The Network Adapter could not establish the connection<br/>oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:10 1)<br/>oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:112)<br/>oracle .jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:173)<br/>oracle.jdbc.drive r.DatabaseError.throwSqlException(DatabaseError.java:229)<br/>oracle.jdbc.driver.DatabaseE rror.throwSqlException(DatabaseError.java:458)<br/>oracle.jdbc.driver.T4CConnection.logon( T4CConnection.java:411)<br/>oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnectio n.java:490)<br/>oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:202)<br/>oracle .jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)<br/>oracle.jdbc. driver.OracleDriver.connect(OracleDriver.java:474)<br/>com.bea.console.utils.jdbc.JDBCUtil s.testConnection(JDBCUtils.java:505)<br/>com.bea.console.actions.jdbc.datasources.createjd bcdatasource.CreateJDBCDataSource.testConnectionConfiguration(CreateJDBCDataSource.java:36 9)<br/>sun.reflect.GeneratedMethodAccessor826.invoke(Unknown Source)<br/>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl. java:25)<br/>java.lang.reflect.Method.invoke(Method.java:597)<br/>org.apache.beehive.netui .pageflow.FlowController.invokeActionMethod(FlowController.java:870)<br/>org.apache.beehiv e.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)<br/>org.ap ache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)<br/>or g.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java :306)<br/>org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336 )<br/>...

    i am finding this error when i click on Test Configuration button to test the connection wth oracle DB

  • Which Companion Version for WebCenter Extensions in JDeveloper 11.1.1.5

    My firm is using SOA Suite 11.1.1.5 for a variety of services which requires JDeveloper Studio 11.1.1.5. However, my firm also develops applications using ADF / WebCenter (currently 11.1.1.4, soon to be 11.1.1.6). While trying to experiment with a simple WebCenter application in JDeveloper and run a simple one-page test using the Integrated WebLogic domain within JDeveloper, the script used to "extend" that integrated WebLogic domain fails to execute successfully, stating extension JAR oracle.wc_adrs_template_11.1.1.jar is missing.
    That JAR is provided by the WebCenter Suite JDeveloper Extension which is provided as part of the "Fusion Middleware Companion". I went to http://edelivery.oracle.com, drilled into Fusion Middleware 11g for my platform (Linux x86-64) then selected the 11.1.1.5 version of the "Companion". (I also downloaded the 11.1.1.6 version as well, more on that in a second...)
    I unzipped the archive of the 11.1.1.5 companion, drilled into the Disk1/SmartUpgrade directory, then unzipped the WLsmartupgrade.zip archive, then copied jdeveloper_smartupgrade.zip to a folder on my Windows Vista machine used to run JDeveloper. I then started JDeveloper, went to Help | Check for Updates... then chose "Install from Local File" as the source and browsed to the location of the jdeveloper_smartupgrade.zip file and selected it.
    The following compatibility errors were displayed:
    Extension Required Version Installed
    oracle.toplink min=11.1.1.1.0, max=11.1.1.4.99 11.1.1.5.37.60.13
    oracle.jdeveloper min=11.1.1.1.0, max=11.1.1.4.99 11.1.1.5.37.60.13
    Ooooooookay, so how about the 11.1.1.6 "companion"? I unpacked that archive, extracted its version of jdeveloper_smartupgrade.zip to a directory, then attempted to load that patch within JDeveloper 11.1.1.5 and encountered the following compatibility errors:
    Extension Required Version Installed
    oracle.toplink min=11.1.2.0, max=11.1.2.99 11.1.1.5.37.60.13
    oracle.jdeveloper min=11.1.2.0, max=11.1.2.99 11.1.1.5.37.60.13
    In short, the "companion" content labeled 11.1.1.5 requires extension versions TOO LOW for the default extensions installed as part of the 11.1.1.5.x build of JDeveloper. The "companion" content labeled 11.1.1.6 requires extension versions TOO HIGH for the default extensions installed as part of the 11.1.1.5.x build of JDeveloper.
    Is there some other patch file somewhere that is compatible with the 11.1.1.5.37.60.13 versions of these other extensions? Again, it is NOT clear to me that upgrading JDeveloper from 11.1.1.5 to a newer version will maintain compatibility with the existing SOA Suite infrastructure I also need to interact with.
    Thanks.

    Thanks for your answer.
    My Requirements are:
    1) Develope a stand alone ADF FACES(JSF 2.0) application
    2) Develope a Portal using webcenter- We need to implement portlets by taking some of the functonality that was implemented in section (1) and use the Portlet-JSF bridge to create the portlets.
    Basically, we need to support JSF 2.0 standart.
    As I understood I must use the JDeveloper 11.1.2 version as it support the JSF 2.0. but what about the Webcenter and the Portlet-JSF bridge to support JSF 2.0 ?
    I will be happy to get a clarification for those requirments.
    Thanks a lot !
    Eli

  • Hi! I'm a Windows XP convert... switched to an imac about 4 months ago and am LOVIN' it  As a graphics designer I did use a feature on my Windows machine which I really miss on my mac... beaing able to see a preview of one of the images in a folder on top

    Hi! I'm a Windows XP convert... switched to an imac about 4 months ago and am LOVIN' it As a graphics designer I did use a feature on my Windows machine which I really miss on my mac... beaing able to see a preview of one of the images in a folder on top of the folder icon. In other words, in Windows, you can see the first image that is inside the folder as an icon on the folder itself. Is there a way to do this on the mac? Maybe some software program that will do it? Thanks for you help!

    It would be brilliant if Apple could make picture folders behave like events in iPhoto. You could see a photo on the folder, and also mouse over it to change pictures.
    But no, there's not an application I'm aware of that does this. You can manually make a picture the folder icon, but it's a tedious process.
    Unfortunately this is another example of how dated and worn out the Mac's interface is. The concept of using a file folder as the icon for a directory of images is so 80's. You could use coverflow, but that only helps once you're in the directory itself. Or use iPhoto or Aperture, although they just do photos. Or try Lyn as an alternative: it has a sort of iTunes-like interface, and makes it easy to organize photos without having to put them in iPhoto. And it can display photos that are already in Libraries.
    But you'd probably need a Finder alternative. I use Leap, which displays any type of document. It also does tagging, which is another huge omission in the Finder. More like Windows Explorer (although still no photo on folder icons).
    Another very stylish Finder alternative, especially useful for pictures, is FileBrowse. I don't know why it hasn't gotten more attention. It DOES put photo previews on the folders it shows. And allows one-click expansion to show the photo enlarged. It's super fast, and even allow you to group/sort by camera or flash! It really has to be seen to be appreciated. It works in Lion, although it doesn't seem to be have been updated lately. http://www.filebrowse.com/index.html
    Rob

  • Oracle 9i and 11g installation on same windows machine

    Hi All,
    I am facing strange problem, I installed 9i and 11g on same machine whiche is runng windows server 2003 service pack 2. I set ORACLE_HOME and PATH of both versions different
    and both are installed properly. But when i try to create new database using oracle 9i DBCA after reaching step 8 DBCA becomes unresponsive whereas i am able to create new database using Oracle 11g DBCA. After searhing the entier net i am not able to trubleshoot the problem.Moreover in both version i am able to access using CMD and i got the connectivity.
    I configure the listener for both on different port but when i run oracle 9i the screen shows first connectivity of oracle 11g sql* plus after that it is going to connect to oracle 9i this is my second issue.
    Please guys take this problem on high priority.
    Thanks in advance.

    Hi,
    Welcome 2 Oracle Forums :)
    Please guys take this problem on high priority.This forum is not for high priority issues. All high priority issues should log S.R at http://support.oracle.com
    I am facing strange problem, I installed 9i and 11g on same machine whiche is runng windows server 2003 service pack 2. I set ORACLE_HOME and PATH of both versions different
    and both are installed properly. But when i try to create new database using oracle 9i DBCA after reaching step 8 DBCA becomes unresponsive whereas i am able to create new database using >Oracle 11g DBCA. After searhing the entier net i am not able to trubleshoot the problem.Moreover in both version i am able to access using CMD and i got the connectivity.
    I configure the listener for both on different port but when i run oracle 9i the screen shows first connectivity of oracle 11g sql* plus after that it is going to connect to oracle 9i this is my second issue.Check the Installation and Database creation logfile for more details.
    thanks,
    X A H E E R

  • JDeveloper and ADF 11g Release 2(11.1.2.0.x) compatible WebCenter Version

    We are looking to upgrade ADF to 11.1.2.0 and looking for WebCenter compatibility.
    Could you please let me know WebCenter compatible version for JDeveloper and ADF 11g Release 2 (11.1.2.0.x) ?
    Thanks
    JP

    Looking at 11.1.2.0.0 note on
    http://www.oracle.com/technetwork/developer-tools/jdev/downloads/index.html
    and seeing, "This version of JDeveloper doesn't include the SOA and WebCenter pieces - to use these components you'll need to download Oracle JDeveloper 11.1.1.5.0."
    Does that mean, 11.1.2.0.0 can't be used with WebCenter?

  • Problem: Socket connection is not creating in machine, through utility program (MFC Dll), on ListDisplay service port - 3334 (on separate machine), while we are able to telnet on same ListDisplay service port - 3334 from same issue machine on same time

    Problem: Socket
    connection is not creating in machine, through utility program (MFC Dll), on ListDisplay service port - 3334 (on separate machine), while we are able to telnet on same ListDisplay service port - 3334 from same issue machine on same time
    Environment: -
    OS:
    Windows XP SP2/7
    Code:
    VC 6.0
    Dll: MFC
    Problem Description: -
    We have written a utility program which create socket (Using windows standard method [MFC]), and then make connection with another service (List Display) running
    on port 3334 in different machine and retrieve the required list data. This program was working fine in almost all the machines.
    But, we have received a severe intermittent issue on two machines. Client is facing issue in displaying the list data from port 3334.
    Attempt: -
    First we tried to debug code, and we come to know that socket is not creating in utility program. So we tried to telnet on ListDisplay service port 3334 and we were surprised that we were able to telnet, then we opened some more
    telnet window on same port 3334 around (6 to 8) window, and each cmd connected properly. But we were not able to create socket from utility program.
    Problem is severe because issue is intermittent.
    We have tried all the way, but we are not able to figure it out, that what can be the exact problem and what are the conditions, when utility program will not
    connect with ListDisplay service on port 3334.
    Kindly assist to resolve this issue. For any help, we would be really thankful.

    Hi,
    According to your description, it seems that you have created an utility program which is making connection with another service port 3334, however, two clients are facing issue in display the data list from port 3334.
    Port: 3334/TCP
    3334/TCP - Known port assignments (1 record found)
    Service
    Details
    Source
    directv-web
    Direct TV Webcasting
    IANA
    Since the port 3334 is used by directv-web service, I'd like to suggest check this service it is working well on the problematic clients.
    1. The client can be resolved in DNS well? Please run "nslookup" in the prompt command.
    2. Is there any 3rd party application interrupting? Do test in clean boot.
    2. Strongly suggest you run process monitor tool to analysis it.
    I am looking forward to your reply if you have any updated on your side.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Running on separate machines

    Hi.
    I have an RMI enabled program that communicates fine with each other on the same machine but when I try and run the server on one computer and then call the method from another the whole thing falls to pieces and I can't figure out why!
    I have 3 java files:
    Alert.javaimport java.rmi.Remote;
    import java.rmi.RemoteException;
    public interface Alert extends Remote
         String goAlert(int problemNode) throws RemoteException;
    }AlertImpl.javaimport java.rmi.Naming;
    import java.rmi.RemoteException;
    import java.rmi.RMISecurityManager;
    import java.rmi.server.UnicastRemoteObject;
    public class AlertImpl extends UnicastRemoteObject implements Alert
            static String host = "10.36.168.33";
         public String goAlert(int problemNode)
              System.out.println("There is a problem at node = " + problemNode);
              return "Done!";
         public AlertImpl() throws RemoteException
              super();
         public static void main(String args[])
              if (System.getSecurityManager() == null)
                   System.setSecurityManager(new RMISecurityManager());
              try
                   AlertImpl obj = new AlertImpl();
                   Naming.rebind(host + "/AlertServer", obj);
                   System.out.println("AlertServer bound in registry");
              catch (Exception e)
                   System.out.println("AlertImpl err: " + e.getMessage());
                   e.printStackTrace();
    }AlertConsole.javaimport java.rmi.Naming;
    import java.rmi.RemoteException;
    public class AlertConsole
         String message = "blank";
            String host = "10.36.168.33";
         int problemNode = 10;
         Alert obj = null;
         public static void main(String args[])
              new AlertConsole();
         public AlertConsole()
              try
                   obj = (Alert)Naming.lookup(host + "/AlertServer");
                   message = obj.goAlert(problemNode);
                   System.out.println(message);
              catch (Exception e)
                   System.out.println("Exception: " + e.getMessage());
                   e.printStackTrace();
    }I also have a file "policy" which contains:grant {
         // Allow everything for now
         permission java.security.AllPermission;
    };I can bind the server okay but when I try and run AlertConsole on a separate machine I get the following error:h:\jdbc\jdbc\test>java AlertConsole
    Exception: 10.36.168.33/AlertServer
    java.rmi.NotBoundException: 10.36.168.33/AlertServer
            at sun.rmi.registry.RegistryImpl.lookup(RegistryImpl.java:106)
            at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
            at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:342)
            at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:207)
            at sun.rmi.transport.Transport$1.run(Transport.java:148)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
            at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
            at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
            at java.lang.Thread.run(Thread.java:534)
            at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
            at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
            at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:350)
            at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
            at java.rmi.Naming.lookup(Naming.java:84)
            at AlertConsole.<init>(AlertConsole.java:21)
            at AlertConsole.main(AlertConsole.java:14)Does anyone know what I am doing wrong? I am quite new to using RMI. Any help would be greatly appreciated.
    Kind regards,
    - Mark

    You need a properly formatted url:
    Naming.rebind("rmi://10.36.168.33" + "/AlertServer", obj);

  • Hyperion 11.1.1.3 and Oracle Database on separate machines, any experience?

    Hi,
    anybody has experience on installing Hyperion 11.1.1.3 (and paths) on Windows 2003 Server with Oracle Database 11g installed on separate machine?
    Is there any known issue?
    thanks a lot
    robo

    Hi,
    Many installs the Oracle database is situated on a separate server than the hyperion install, it is quite common.
    As long as there is a good link between the machines you should be fine.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • JDeveloper 11g - Auto Load User Libraries for Every Project

    Hello.  I have created a user library in JDeveloper 11g by going through Tools -> Managed Libraries.  These are standard libraries for my company, and I would like to load them automatically into every project (Fusion ADF) on project creation.  Is there any way to do this?  I already tried checking the "Deployed by Default" flag, but that did not work.
    Thank you in advance.

    Exactly which version do you use?
    You can try to create an application out project template and select your library in the projects.
    Timo

  • How can you determine at runtime which libraries are attached?

    Hi
    I am wondering if there is a way to determine which libraries are currently attached to a form at runtime. My application is in forms 10g.
    I am hoping to get the full path so that it is possible to show this in an information type display. I am ideally looking for a solution that works on both Unix and Windows so that it can be used in development and production
    thanks in advance
    Wayne

    I am curious, why you want to know which library is attached and the full path??? You cannot change it at runtime!!
    I don't think that's possible at runtime by using Generic Forms built-ins, But as always with Oracle, you can have several solutions.
    One solution is to initialize global variables/parameters in PRE-FORM and later you can read them and see the values and do whatever you want accordingly.
    When using Global variables, you can test for their DEFAULT_VALUE to check whether the variable exists or not, this will prevent getting an error if the variable hasn't been initialized yet.
    Tony

  • Is there a way to run Motion and Final Cut Pro on Separate Machines?

    Is there a way to run Motion and Final Cut Pro from the same Final Cut Studio license on separate machines? We hadn't realised when we bought Final Cut Studio that it wouldn't allow this. Our editor doesn't use motion, and while I mainly use After Effects on our motion graphics machine, I was wanting to try using motion for some particle effects. Unfortunately, it won't let me open it while Final Cut is running on our editor's machine. I can understand not letting two copies of same application run under the same serial number at the same time, but it would be nice to be able to use both programs that we own concurrently. At very least it would be good to warn you that this isn't possible in the product description, not in some fine print license agreement once you have already bought the software.
    -Matt

    I do not know of any software, in any platform that can operate from the same license over a network simultaneously.This is the exact reason for the existence of Volume Licensing. If for example a project ran in each one of the included applications from different sources that were not an active network, I doubt you would have a problem.Like, doing a project at work and geting the outcome with the Powerbook at home...Sorta!

  • I've used an external drive for time machine which has important files on it. After trying to back up my computer, it suddenly needed to be "repaired" by utilities. Now it's not being "seen" at all! How do I recover my important files off the drive?

    I've used an external drive for time machine which has important files on it. After trying to back up my computer, it suddenly needed to be "repaired" by utilities. Now it's not being "seen" at all! How do I recover my important files off the drive?

    If the external drive can be seen at all in Disk Utility, follow the instructions for repair here.

  • How do I set up two libraries on one pc so that we have two separate libraries for each iPhone?

    How do I set up two libraries on one pc so that we have two separate libraries for each iPhone?

    Launch it with the Shift key held down, or create a second Windows user account.
    (60390)

  • How do I connect to Time Capsule from a Windows 8.1 machine which is on a Windows domain. I have been able to connect from a Windows 7 machine on a Windows domain to a Time Capsule. Airport utility is not displaying the Time Capsule Win8.1 machine

    How do I connect to Time Capsule from a Windows 8.1 machine which is on a Windows domain. I have been able to connect from a Windows 7 machine on a Windows domain to a Time Capsule. Airport utility is not displaying the Time Capsule Win8.1 machine.
    I have checked that the firmware has been updated to 7.6.4 . Similalrly the Win8.1 machine has been loaded with the update specified in another discussion.

    Firstly how are you connecting to the TC.. wireless or ethernet?
    Please open a command window and ping it.. ping by name and by IP address.
    If ping succeeds at least by IP it should work.
    In windows explorer type
    \\10.0.1.1 (or whatever the TC ip is.. that is the default).
    Having the airport utility for windows loaded can help the process. As it loads bonjour for windows.
    7.6.4 firmware on the TC is useless. It works better on 7.6.1
    If the ping does not succeed by either name or IP address yet you have internet through the TC, then your network is setup wrongly. You are have firewalls blocking local IP. Take down all the firewalls.

Maybe you are looking for