Webcenter Post Installation Error 404 when trying validate /Webcenter

I am new to the Oracle stack, I have been trying to install Oracle Webcenter Portal in a test single node vmware instance.
OS/ Oracle Linux 5.x 64bit
DB/ Oracle 11gR2 Ent
Schema/ RCU 11.1.1.7.0_64
OFM WC/ 11.1.1.7.0
OFM WL/ wls1036
JDK-JRE/ jrockit-jdk1.6.0_45-R28.2.7-4.1.0-linux-x64.bin
When Validating Webcenter (11.1.1.4.0) URL: http://<ipaddress>:8888/webcenter I receive a 404,
Under WLS:
Home >Summary of Servers >AdminServer >Summary of Servers >WC_Spaces >Summary of Servers >WC_Spaces >Summary of Servers >WC_Spaces
DMS Application (11.1.1.1.0) State=Active
webcenter (11.1.1.4.0) State=Failed
-EJBs = None to display
webcenter-help (11.1.1.4.0) State=Active
wsil-wls State=Active
wsm-pm State=Failed
Tail of WC_Spaces.log
####<May 13, 2013 9:46:12 AM EDT> <Warning> <JDBC> <bigo.agerica.com> <WC_Spaces> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <9609783243c74954:-16536029:13e9e0362db:-8000-0000000000000076> <1368452772357> <BEA-001129> <Received exception while creating connection for pool "mds-SpacesDS": IO Error: The Network Adapter could not establish the connection.>
####<May 13, 2013 9:46:12 AM EDT> <Info> <JDBC> <bigo.agerica.com> <WC_Spaces> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <9609783243c74954:-16536029:13e9e0362db:-8000-0000000000000076> <1368452772357> <BEA-001156> <Stack trace associated with message 001129 follows:
java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:489)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:678)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:234)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:567)
at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:357)
at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:239)
at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1310)
at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1227)
at weblogic.common.resourcepool.ResourcePoolImpl.recreateDeadResources(ResourcePoolImpl.java:2154)
at weblogic.common.resourcepool.ResourcePoolImpl.access$1700(ResourcePoolImpl.java:41)
at weblogic.common.resourcepool.ResourcePoolImpl$ResourcePoolMaintanenceTask.timerExpired(ResourcePoolImpl.java:2778)
at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused By: oracle.net.ns.NetException: The Network Adapter could not establish the connection
at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:398)
at oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.java:438)
at oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:711)
at oracle.net.ns.NSProtocol.connect(NSProtocol.java:257)
at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1229)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:326)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:678)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:234)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:567)
at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:357)
at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:239)
at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1310)
at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1227)
at weblogic.common.resourcepool.ResourcePoolImpl.recreateDeadResources(ResourcePoolImpl.java:2154)
at weblogic.common.resourcepool.ResourcePoolImpl.access$1700(ResourcePoolImpl.java:41)
at weblogic.common.resourcepool.ResourcePoolImpl$ResourcePoolMaintanenceTask.timerExpired(ResourcePoolImpl.java:2778)
at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused By: java.net.SocketTimeoutException: connect timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:529)
at oracle.net.nt.MetricsEnabledSocket.connect(TcpNTAdapter.java:631)
at oracle.net.nt.TcpNTAdapter.connect(TcpNTAdapter.java:164)
at oracle.net.nt.ConnOption.connect(ConnOption.java:137)
at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:374)
at oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.java:438)
at oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:711)
at oracle.net.ns.NSProtocol.connect(NSProtocol.java:257)
at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1229)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:326)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:678)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:234)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:567)
at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:357)
at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:239)
at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1310)
at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1227)
at weblogic.common.resourcepool.ResourcePoolImpl.recreateDeadResources(ResourcePoolImpl.java:2154)
at weblogic.common.resourcepool.ResourcePoolImpl.access$1700(ResourcePoolImpl.java:41)
at weblogic.common.resourcepool.ResourcePoolImpl$ResourcePoolMaintanenceTask.timerExpired(ResourcePoolImpl.java:2778)
at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Tail of WC_Spaces.log
<May 13, 2013 9:47:16 AM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "ActivitiesDS": IO Error: Socket read timed out.>
<May 13, 2013 9:47:21 AM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "WebCenterDS": IO Error: The Network Adapter could not establish the connection.>
<May 13, 2013 9:47:26 AM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "mds-SpacesDS": IO Error: The Network Adapter could not establish the connection.>
<May 13, 2013 9:47:28 AM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "ActivitiesDS": IO Error: Socket read timed out.>
<May 13, 2013 9:47:33 AM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "WebCenterDS": IO Error: Socket read timed out.>
<May 13, 2013 9:47:44 AM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "WebCenterDS": IO Error: The Network Adapter could not establish the connection.>
<May 13, 2013 9:47:44 AM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "mds-SpacesDS": IO Error: The Network Adapter could not establish the connection.>
<May 13, 2013 9:47:46 AM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "ActivitiesDS": IO Error: The Network Adapter could not establish the connection.>
<May 13, 2013 9:47:55 AM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "mds-SpacesDS": IO Error: The Network Adapter could not establish the connection.>
Any help would be greatly appreciated.

>
<May 13, 2013 9:47:16 AM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "ActivitiesDS": IO Error: Socket read timed out.>
<May 13, 2013 9:47:21 AM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "WebCenterDS": IO Error: The Network Adapter could not establish the connection.>
<May 13, 2013 9:47:26 AM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "mds-SpacesDS": IO Error: The Network Adapter could not establish the connection.>
<May 13, 2013 9:47:28 AM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "ActivitiesDS": IO Error: Socket read timed out.>
<May 13, 2013 9:47:33 AM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "WebCenterDS": IO Error: Socket read timed out.>
<May 13, 2013 9:47:44 AM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "WebCenterDS": IO Error: The Network Adapter could not establish the connection.>
<May 13, 2013 9:47:44 AM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "mds-SpacesDS": IO Error: The Network Adapter could not establish the connection.>
<May 13, 2013 9:47:46 AM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "ActivitiesDS": IO Error: The Network Adapter could not establish the connection.>
<May 13, 2013 9:47:55 AM EDT> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "mds-SpacesDS": IO Error: The Network Adapter could not establish the connection.>
Any help would be greatly appreciated.Geoff,
The error logs indicate a problem with the database connection. When installing/configuring WebCenter Portal, did you provide the correct values for the database and schemas?

Similar Messages

  • Error 404 when trying to access online Help in EPM 11.1.2.3

    HI All,
           I am trying to access on line help (pressing F1) in EPM 11.1.2.3 but I'm getting the folowing error :
    404 - File or directory not found.
    The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
           Also I'm getting this error when try to install some client tool such as HFM Client from Tools--> Install --> HFM Client for 64bits.
           Does anyone could help on that ?
    Thanks,

    What web server are you using, if it is OHS then the online will be automatically configured and redirect to the help located on the Oracle website.
    If you are using a different web server or want to run the help locally have a read of - Configuring Online Help to Run Locally
    I also wrote a blog based on 11.1.1.2.2 - More to life than this...: 11.1.2.2 Online help or not
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error 404 when trying to view youtube videos

    Recently when I try to view youtube videos, I get error 404. I updated to version 6.0 tonight and now I get error code 404 and then Fire fox crashes. I send a crash report each time. I tried opening Fire fox in safe mode. That didn't work.

    Maybe not as many people reply as you think should because this site doesn't freaking work either!
    Took me ten minutes to log in! Kept getting stupid error messages telling me this site is undergoing maintenance. Whatever.
    Same exact problem here, but Chrome DOES NOT work. Changing DNS servers DOES NOT work either. It doesn't work for a lot of people.
    https://productforums.google.com/forum/#!topic/youtube/axsb7XPieK0
    EDIT**
    WTF this site is more broken than youtube! Constant errors and constantly unresponsive with "greyed out" buttons!
    Is there any competent people left on the planet to fix this crap!?

  • Error 404 when trying to watch Macworld's Keynote 2009

    Hi guys,
    I was trying to watch the '09 Keynote Address from Apple's site on both IE and Safari. On IE, I can enter the site (http://events.apple.com.edgesuite.net/0901ouabdcaw/event/index.html) but right after it goes to a page not found (http 404 error).
    When accessing via Safari, I can enter to the page, Quicktime opens but then, a message of "Bad Request" appears.
    Any thoughts on how to solve this?
    Regards,

    Ditto for me... Unsupported media type trying to view standard keynote on mac 10.4.11 with QT Pro v7.5.5 and the HD version is super choppy, broken up as mentioned before.. constantly stops, real bad.. and I have a fast internet connection, so speed isnt issue there... tried IE, Firefox, Safari, all same problem.
    Yet COULD watch the standard version or HD version keynote on a PC on same internet connection with QT (non-pro)7.5.5 (win XP 32 bit Home)
    So hope the solution to this is not buy a PC and not use Pro QT... haha but seems to be the solution for me.

  • HELP! Why am I getting HTTP ERROR: 404 when trying to download CS3?

    I am trying to download CS3 Design Premium from Adobe because I lost my installation discs and need to reinstall.
    The link to download CS3 Design Premium English is broken and gives the following error:
    HTTP ERROR: 404 /support/downloads/dlm/main.jsp
    RequestURI=/support/downloads/dlm/main.jsp
    Any help out there?

    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.6| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Error 404 when trying to download OEM Agent

    Hello,
    I have tried since yesterday to download the OEM agent for Linux for x86-64 bit from the the page http://www.oracle.com/technology/software/products/oem/htdocs/agentsoft.html but I always have the error 'Page not found 404' (http://www.oracle.com/errors/404.html).
    I also tried the direct link (http://download.oracle.com/otn/linux/oem/10205/Linux_x86_64_Grid_Control_agent_download_10_2_0_5_0.zip) with the same result.
    Am I missing something or is there a problem on the Download web site ? If so,is there another way to download this agent ?
    Thanks in advance

    There might be some issues with download site. Please try download from
    http://edelivery.oracle.com
    Regards
    Rajesh

  • Getting Error 404 when trying to open php documents in DW CS3 Test server

    I am new to DW, php, MySQL and Apache. I have set up a test
    environment but obviously have done something wrong. I currently
    create my web pages from scratch in notepad and update my site with
    a GUI FTP program, but I know with these new tools, I will
    eventually be able to create the type of web site that I really
    want and need. Every time I try to open any php document in DW CS3
    using the"Preview/Debug in browser" button I get an error 404. The
    browsers I use are ie7.0.5730.11 and Nav 9.0b2 . I know this may
    not even be a DW issue, but I really am at an impasse. Any help
    would be much appreciated.

    Jharek Wolf wrote:
    > As I previously mentioned I am new to Apache also. Are
    you willing to
    > continue helping me?
    It sounds as though you need to be taken through this process
    step by
    step. Even though you say you defined a testing server, the
    fact that
    you didn't have your documents in the server's document root
    suggests
    your site definition might also be wrong.
    First things first. Since you're new to Apache, what happens
    when you
    type
    http://localhost/ into your browser
    address bar? Depending on the
    version of Apache, you should get an Apache test page or
    simply a page
    that says "It works!". If you get neither, it means Apache is
    either not
    running or that it has been incorrectly installed.
    Assuming Apache is working, have you installed PHP? If so,
    put the
    following code into a blank file (there must be no HTML or
    DOCTYPE -
    just the following line):
    <?php phpinfo(); ?>
    Save the file as test.php in the Apache document root. Then
    type
    http://localhost/test.php into
    your browser address bar. If you see a
    page with masses of detail about your PHP configuration, PHP
    is working.
    You can then move to the final stage. Create a new folder
    inside the
    Apache document root. This is where you should store your
    site. If you
    call it "mysite", these are the settings you need in the
    Testing server
    definition:
    Testing server folder: /path/to/htdocs/mysite/
    URL prefix:
    http://localhost/mysite/
    Don't take "/path/to/htdocs/mysite/" literally. It indicates
    the
    location of htdocs/mysite on your local hard drive. Use the
    folder icon
    to the right of the Testing server folder field to navigate
    to it.
    If you're new to PHP, you might find that my book, "The
    Essential Guide
    to Dreamweaver CS3 with CSS, Ajax, and PHP" answers a lot of
    your
    questions. It covers all the Dreamweaver PHP server behaviors
    in detail,
    as well as teaching the basics of PHP and database
    maintenance. You can
    find more details by following the link in my sig.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Error 404 when trying to upload

    Ok so I have had problem after problem while trying to upload. It doesn't sound that hard but I'm always getting error 404. It reads, difficulty reading this feed. Bad http result code..... Anyone know what I need to do.

    why

  • Receiving an error 404 when trying to install trial lightroom

    I am trying to download a trial version of lightroom and I opted out of some of the ads; now I cannot proceed and I am receiving an error 404

    Have you tried initiating the download using a different web browser?  What ads exactly are you referring too?  Are you using an add-on/toolbar to block these ads?

  • Error 404 when trying to download purchased song

    hi,
    I purchased a song the other day but i am unable to download it. the error code i get is error 404.
    "There was a sproblem downloading "Hung Up / Confssions On a Dance Floor / Madonna. The URL "http://a647.phobos.apple.com/r10/music/0a/69/ec/mzm.shkpfara could not be found on the server.
    any ideas???

    Contact the iTunes Store customer support department through the form at the bottom of their Download FAQ web page and explain the problem to them.

  • Problem with iTunes installation - Error Message when trying to use

    I intalled iTunes on my Dell Laptop. The icon is on my Desktop, but when I try to start it, I get the following error message;
    "iTunes has encountered a problem and needs to close. We are sorry for the inconvenience."
    Then the error message wants me to send some message to microsoft?

    You can't do that.  Instead, just remove "aaa new-model" from the config then try to deploy it.  Alternatively, you can try "merge mode," but that will send the whole config back to the device.

  • I got the following installation error message when trying to download and install a Lightroom trial:

    Exit Code: 7
    Please see specific errors below for troubleshooting. For example,  ERROR:
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s)
    ----------- Payload: Adobe Photoshop Lightroom 5 5.7.1.0 Adobe_Lightroom_x64.msi_5.7.1 -----------
    ERROR: Error 1935.An error occurred during the installation of assembly component {6435B7C0-E0C8-3EA2-91AE-7640034EAFCE}. HRESULT: 0x80070BC9.
    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Error 1935.An error occurred during the installation of assembly component {6435B7C0-E0C8-3EA2-91AE-7640034EAFCE}. HRESULT: 0x80070BC9.
    ERROR: Third party payload installer Adobe_Lightroom_x64.msi failed with exit code: 1603

    Errors "Exit Code: 6," "Exit Code: 7"
    Error 1935 | Assembly component
    Mylenium

  • I keep getting console error #203 when trying to download road runner tool bar

    I keep getting an installation error #203 when trying to download road runner tool bar.

    Read [http://kb.mozillazine.org/Unable_to_install_themes_or_extensions_-_Firefox#Unexpected_installation_error_-203 Unexpected installation error -203]<br />
    Reset extension files; see [http://kb.mozillazine.org/Unable_to_install_themes_or_extensions_-_Firefox#Corrupt_extension_files Corrupt extension files]
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You need to update some plug-ins:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]

  • Unable to update itunes. help. error message when trying to update to latest version of itunes. "the installer has encountered an unexpected error installing this package. this may indicate a problem with this package. error code 2721"

    unable to update itunes. help. error message when trying to update to latest version of itunes. "the installer has encountered an unexpected error installing this package. this may indicate a problem with this package. error code 2721"

    Hello chae84swangin,
    I recommend following the steps in the article below when getting an error message trying to install iTunes:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • I get the following error message when trying to instal in copy: "Creative Cloud Installer" can't be opened because the identity of the developer cannot be confirmed.

    I get the following error message when trying to instal in copy: “Creative Cloud Installer” can’t be opened because the identity of the developer cannot be confirmed.

    Mac Unidentified Developer Issue
    Here's how to open apps that apple should not be blocking: 
    http://www.imore.com/how-open-apps-unidentified-developer-os-x-mountain-lion

Maybe you are looking for

  • Defining SERVER_NAME to use RUN_REPORT_OBJECT on a hardware load balancer

    Hi everybody, We are deploying a Forms application on OAS (actually Forms & Reports Services - FRS) 10.1.2.0.2 using a hardware load balancer, that distributes workload between two FRS instances on separate computers. Forms work without a hitch, but

  • I cannot install ITunes on my Windows 7 computer.

    The Itunes file downloads, then starts the installation process, gets almost all the way through it, then I get an error message stating that a critical file is missing from the installer package and installation stops and reverses itself.  I have tr

  • NPS working with two factors in policy

    Hi All, We are using a Microsoft 2008 server with NPS installed and running. We would like our wireless employees to log-in based on two factors: 1. They use their domain username/password 2. The computer they are using has a computer account on the

  • HT4847 Can I remove music from the i cloud to save storage in the cloud

    Hi I would like to remove some music in the cloud from my phone  I have i match that syncs  from my phone and computer  there are songs I do not like and I need storage in the cloud  Does anyone know how to do this Thanks

  • 7.1.1 "Export Track As Audio"

    This feature, which worked OK in 7.1 now omits controller from the bounce, so all volume, mod wheel, etc. info is not written to the audio bounce. Any help out there?