Unable to Connect to Universal Content Management (UCM) Repository

Hi,
I am a newbie in Webcenter Portal application. Am facing an issue while trying to connect to UCM Repository. Its throwing the following error:
Performing action Content Repository...[ from oracle.jdeveloper.appresources.ApplicationResourcesWindow ]
Jul 5, 2013 10:34:16 AM oracle.webcenter.concurrent.Submission run
SEVERE: Submission[id=1, service=oracle.webcenter.content.jcr.login, resource=UCM] caught exception running task
javax.jcr.RepositoryException: oracle.stellent.ridc.protocol.ProtocolException: Unable to initialize connection idc://localhost:4444
at oracle.jcr.impl.ExceptionFactory.repository(ExceptionFactory.java:161)
at oracle.stellent.jcr.IdcPersistenceManagerFactory.createPersistenceManager(IdcPersistenceManagerFactory.java:179)
at oracle.jcr.impl.OracleRepositoryImpl.login(OracleRepositoryImpl.java:444)
at oracle.vcr.jam.LoginTask.call(LoginTask.java:68)
at oracle.vcr.jam.LoginTask.call(LoginTask.java:29)
at oracle.webcenter.concurrent.Submission$2.run(Submission.java:484)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
at oracle.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
at oracle.webcenter.concurrent.Submission.run(Submission.java:424)
at oracle.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
at java.lang.Thread.run(Thread.java:662)
Caused by: oracle.stellent.ridc.protocol.ProtocolException: Unable to initialize connection idc://localhost:4444
at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager.initializeConnection(SocketConnectionManager.java:35)
at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager.initializeConnection(SocketConnectionManager.java:22)
at oracle.stellent.ridc.protocol.impl.SimpleConnectionPool.acquireConnection(SimpleConnectionPool.java:44)
at oracle.stellent.ridc.IdcClient.sendRequest(IdcClient.java:151)
at oracle.stellent.jcr.IdcPersistenceManagerFactory.pingServer(IdcPersistenceManagerFactory.java:209)
at oracle.stellent.jcr.IdcPersistenceManagerFactory.createPersistenceManager(IdcPersistenceManagerFactory.java:168)
... 15 more
Caused by: oracle.stellent.ridc.protocol.ProtocolException: java.net.ConnectException: Connection refused: connect
at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection.connect(SocketConnection.java:52)
at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager.initializeConnection(SocketConnectionManager.java:33)
... 20 more
Caused by: java.net.ConnectException: Connection refused: connect
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 java.net.Socket.connect(Socket.java:478)
at java.net.Socket.<init>(Socket.java:375)
at java.net.Socket.<init>(Socket.java:189)
at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection.createSocket(SocketConnection.java:126)
at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection.connect(SocketConnection.java:44)
... 21 more
javax.jcr.RepositoryException: oracle.stellent.ridc.protocol.ProtocolException: Unable to initialize connection idc://localhost:4444
  o.jcr.impl.ExceptionFactory.repository(ExceptionFactory.java:161)
  o.stellent.jcr.IdcPersistenceManagerFactory.createPersistenceManager(IdcPersistenceManagerFactory.java:179)
  o.jcr.impl.OracleRepositoryImpl.login(OracleRepositoryImpl.java:444)
  o.vcr.jam.LoginTask.call(LoginTask.java:68)
  o.vcr.jam.LoginTask.call(LoginTask.java:29)
  o.webcenter.concurrent.Submission$2.run(Submission.java:484)
  j.security.AccessController.doPrivileged(Native Method)
  o.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
  o.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
  o.webcenter.concurrent.Submission.run(Submission.java:424)
  o.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
  j.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
  j.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  j.util.concurrent.FutureTask.run(FutureTask.java:138)
  o.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
  o.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
  j.lang.Thread.run(Thread.java:662)
Caused by:
oracle.stellent.ridc.protocol.ProtocolException: Unable to initialize connection idc://localhost:4444
  o.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager.initializeConnection(SocketConnectionManager.java:35)
  o.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager.initializeConnection(SocketConnectionManager.java:22)
  o.stellent.ridc.protocol.impl.SimpleConnectionPool.acquireConnection(SimpleConnectionPool.java:44)
  o.stellent.ridc.IdcClient.sendRequest(IdcClient.java:151)
  o.stellent.jcr.IdcPersistenceManagerFactory.pingServer(IdcPersistenceManagerFactory.java:209)
  o.stellent.jcr.IdcPersistenceManagerFactory.createPersistenceManager(IdcPersistenceManagerFactory.java:168)
  o.jcr.impl.OracleRepositoryImpl.login(OracleRepositoryImpl.java:444)
  o.vcr.jam.LoginTask.call(LoginTask.java:68)
  o.vcr.jam.LoginTask.call(LoginTask.java:29)
  o.webcenter.concurrent.Submission$2.run(Submission.java:484)
  j.security.AccessController.doPrivileged(Native Method)
  o.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
  o.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
  o.webcenter.concurrent.Submission.run(Submission.java:424)
  o.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
  j.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
  j.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  j.util.concurrent.FutureTask.run(FutureTask.java:138)
  o.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
  o.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
  j.lang.Thread.run(Thread.java:662)
Caused by:
oracle.stellent.ridc.protocol.ProtocolException: java.net.ConnectException: Connection refused: connect
  o.stellent.ridc.protocol.intradoc.socket.SocketConnection.connect(SocketConnection.java:52)
  o.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager.initializeConnection(SocketConnectionManager.java:33)
  o.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager.initializeConnection(SocketConnectionManager.java:22)
  o.stellent.ridc.protocol.impl.SimpleConnectionPool.acquireConnection(SimpleConnectionPool.java:44)
  o.stellent.ridc.IdcClient.sendRequest(IdcClient.java:151)
  o.stellent.jcr.IdcPersistenceManagerFactory.pingServer(IdcPersistenceManagerFactory.java:209)
  o.stellent.jcr.IdcPersistenceManagerFactory.createPersistenceManager(IdcPersistenceManagerFactory.java:168)
  o.jcr.impl.OracleRepositoryImpl.login(OracleRepositoryImpl.java:444)
  o.vcr.jam.LoginTask.call(LoginTask.java:68)
  o.vcr.jam.LoginTask.call(LoginTask.java:29)
  o.webcenter.concurrent.Submission$2.run(Submission.java:484)
  j.security.AccessController.doPrivileged(Native Method)
  o.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
  o.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
  o.webcenter.concurrent.Submission.run(Submission.java:424)
  o.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
  j.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
  j.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  j.util.concurrent.FutureTask.run(FutureTask.java:138)
  o.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
  o.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
  j.lang.Thread.run(Thread.java:662)
Caused by:
java.net.ConnectException: Connection refused: connect
  j.net.PlainSocketImpl.socketConnect(Native Method)
  j.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
  j.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
  j.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
  j.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
  j.net.Socket.connect(Socket.java:529)
  j.net.Socket.connect(Socket.java:478)
  j.net.Socket.<init>(Socket.java:375)
  j.net.Socket.<init>(Socket.java:189)
  o.stellent.ridc.protocol.intradoc.socket.SocketConnection.createSocket(SocketConnection.java:126)
  o.stellent.ridc.protocol.intradoc.socket.SocketConnection.connect(SocketConnection.java:44)
  o.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager.initializeConnection(SocketConnectionManager.java:33)
  o.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager.initializeConnection(SocketConnectionManager.java:22)
  o.stellent.ridc.protocol.impl.SimpleConnectionPool.acquireConnection(SimpleConnectionPool.java:44)
  o.stellent.ridc.IdcClient.sendRequest(IdcClient.java:151)
  o.stellent.jcr.IdcPersistenceManagerFactory.pingServer(IdcPersistenceManagerFactory.java:209)
  o.stellent.jcr.IdcPersistenceManagerFactory.createPersistenceManager(IdcPersistenceManagerFactory.java:168)
  o.jcr.impl.OracleRepositoryImpl.login(OracleRepositoryImpl.java:444)
  o.vcr.jam.LoginTask.call(LoginTask.java:68)
Hoping to find a solution.
Thanks,
Nivedana

Hi.
Are you trying connect with your local Integrated WebLogic or you have a WebCenter Portal Installation?.
It's refusing your connection because probably WebCenter Content Security Filter is not configured.
Go to [domain_home]/ucm/config/config.cfg and change SocketHostAddressSecurityFilter and add localhost or *.*.*.* for allow all hosts to connect. After change this value restart your UCM.
If you have Enterprise Manager you can do this operation visualy.
After change it, restart your UCM server.
Regards.

Similar Messages

  • Oracle UCM (Universal content management)

    Hi Friends,
    I would like to know the Details on Oracle UCM (Universal content management)
    Please tell me the different versions and the installation and configuration documents.
    Regards

    Hi Eduardo:
    I'd would like to know about ORACLE UCM, can you please tell me where can I find a tutorial about this. I've been read the manuals of Oracle page.
    Do you know if there are spanish tutorials?
    thanks,
    Vilma

  • I want to download "Oracle Universal Content Management 10.1.3.3.3"

    i want to download "Oracle Universal Content Management 10.1.3.3.3" from oracle web site, and i found also the following three downloads
    "Oracle Universal Content Management 10g Patch Update Bundle" & "Oracle Content Server 10g Localization Component Update" & "JRockit R27.6.0 for Oracle Content Server 10g", so should i download these three files in addition to"Oracle Universal Content Management 10.1.3.3.3" ? and what will these files provides?
    thanks
    Edited by: user11120147 on Jun 17, 2010 4:36 AM

    You definitely want the patch update bundle. This will include all the bug fixes and improvements to the core and standard components. These have been rolled into a single update.
    The Localization component should just provide additional language packs for the interface so this is optional.
    The JRockit download is an alternative JVM (it came from BEA) that you can use with UCM in production as an alterntive to the standard shipped Sun JVM. I do not want to start a holy war but JRockit is a little faster (perhaps 20%) but the majority stick with Sun JVM on 10gr3.
    Tim

  • I am getting the error "Unable to connect to data warehouse management server" when I try to register it DWMS

    I have a Data Warehouse Server that appears to be functioning but is running System Center Service Manager 2010 (w/ out SP1), Also have a functioning Configuration Management Server with Reporting Services Point installed the is running System Center
    2012. Both systems are VM's running Windows Server 2008 R2 Enterprise w/ SP1 fully patched. Both systems are running SQL Server 2008 R2 as well. When I try to register the Data Warehouse Server via the GUI using the console or in Powershell it errors
    out. Particularly on the GUI with the error "Unable to connect to data warehouse management server". I can browse to it, ping it, get the configuration management reports to run and show my AD assets, etc... but it will not register the DWS. I have
    tried every suggestion TechNet has to offer and I am hitting a wall. Can someone please, please, please help!?!

    unplug modem and router and reboot.
    check setting for network, verify password.
    sign in.  Enter computer information.
    let me know if this works.

  • Oracle Universal Content Management 11gR1 'download file1' is corrupt

    Hello,
    I am at http://www.oracle.com/technetwork/middleware/content-management/downloads/index-085241.html and downloaded the part 1 and 2 of the Oracle Universal Content Management 11gR1 software. The part 2 looks good but part 1 is corupt (it is only 4mb). I tried this download from different computers and browsers which doesn't help
    Does everyone have the same problem?
    Thanks

    Workflow for document approvals and routing is supplied out of the box without the need for separate software or installs.
    What you can do is described here:
    http://download.oracle.com/docs/cd/E10316_01/cs/cs_doc_10/documentation/admin/workflow_guide_10gr3en.pdf
    The more complex integrated processes can use BPEL Manager which does require addditional component and software
    Tim

  • Hardware requirement for Oracle Universal Content Management

    Hi Experts,
    What are the Hardware requirements for Oracle Universal Content Management ?
    Regards
    Nasir

    does this help?
    Oracle WebLogic Server 11g (10.3.3) System Requirements
    Oracle WebLogic Server supports a number of platforms including:
    – Linux
    – Sun Solaris
    – HP-UX
    – Windows 2000, 2003 Server, XP
    • Processor:
    – At least one 1 GHz CPU is recommended.
    – Intel and UNIX processors are supported.
    • Hard disk drive:
    – A full installation requires approximately 2 GB of disk space.
    – The Linux value for file descriptors must be 4096 or greater.
    – Samples are optional (download from OTN).
    • Memory:
    – A minimum of 2 GB RAM is recommended for WebLogic
    Server.
    – Consider the number of simultaneous users and sessions.
    – Consider in-memory programs, such as Coherence.
    System Requirements
    The following are some of the basic system requirements for Oracle WebLogic Server 10.3.3:
    • The Oracle WebLogic Server installer requires a Java Runtime Environment (JRE) to run.
    Oracle WebLogic Server is certified with JDK6.0. As part of the installation, it gives the option
    to install the JRockit JDK 6.0 version. As part of postinstallation, prefix the bin directory of
    the JDK to the PATH environment variable.
    • The Oracle WebLogic Server installer requires a temporary location in which to unpack the
    files. Typically, the installer requires approximately 2.5 times the amount of temporary space
    that is required by the installed files.
    Note: In this release of WebLogic Server, users can choose which components of WebLogic Server
    they use. Specifically, this release allows users to choose whether the Enterprise JavaBeans (EJB),
    Java Message Service (JMS), and J2CA services are started when WebLogic Server is started. The
    benefit of excluding some services is reduced memory footprint and reduced startup time.

  • SCVMM 2012: Unable to connect to the VMM management server localhost:8100

    Hi everyone
    I have difficulties connecting with the Admin UI to the SCVMM server running on the same machine. This is the error message I see:
    Unable to connect to the VMM management server localhost. The Virtual Machine Manager service on that server did not respond.
    Verify that Virtual Machine Manager has been installed on the server and that the Virtual Machine Manager service is running.
    Then try to connect again. If the problem persists, restart the Virtual Machine Manager service.
    ID: 1602
    I checked that the service is running and checked with the Resource Monitor that vmmservice.exe is really listening on port 8100. The Resource Monitor also shows some traffic between itself, the service and the DC. But all traffic dies down after a few seconds,
    then nothing happens for a minute, then I get the above error message. The only SCVMM related entry in the eventlog is this (was logged when I manually tried restarting the service):
    Failed to stop service. System.NullReferenceException: Object reference not set to an instance of an object.
    at Microsoft.VirtualManager.Engine.VirtualManagerService.OnStop()
    at System.ServiceProcess.ServiceBase.DeferredStop()
    But I guess that entry is of no help. Other important things that might be relevant:
    This installation worked fine three months ago. Since then only the automatic updates were installed.
    DPM (the 2012 CTP for Win8) is installed on the same server.
    After it didn't work I installed SQL Server 2008 R2 SP1 (offered by Microsoft Update)
    SCVMM is part of a small test installation (~10 VMs or so), no valuable data, so there's no risk when messing around
    Control panel shows the version number 3.1.1042.0 for "Microsoft System Center 2012 Virtual Machine Manager".
    Is there anything else I could try? How can SCVMM stop to work, all by itself? Leaves a sour taste...
    Cheers,
    Simon

    When such odd behaviour occur, it is a good tip to start a VMM trace to see where things are actually going wrong. And suck files is interestin for MS support once the obvious things for errors, are eliminated out of the picture.
    VMM has dependencies such as SQL, permissions and service accounts. All of these variables does
    also have dependencies that should be verified. Verify that the account for the service does is not locked/expired pwd, that the SQL is up and running - and actually is working. There is a lot of logs to check in order to determine the root cause of
    this behaviour.
    -kn
    Kristian (Virtualization and some coffee: http://kristiannese.blogspot.com )

  • How to install "Oracle Universal Content Management 10g Patch Update Bundle

    I have downloaded and installed Oracle Content Server 10g r3 , and i did a simple cycle for a work-flow , and after that i downloaded "Oracle Universal Content Management 10g Patch Update Bundle", but when i opened the file i found that it contains many folder and some without a setup files , so how can i install the patch update bundle file ?
    Thanks

    Although what Srinath is true and correct, it is advised that you always install all the enabled components. The only situations where this is not the case is where:
    1. You have a newer component than is in the bundle (i.e. you recently had a patch for that component which is newer than the bundle).
    2. You have customised the component in question for your own use - in which case a newer version would overwrite your customisations.
    Otherwise, you should install all the enabled components if possible.
    Edited by: Frank Abela on Jun 22, 2010 4:26 PM

  • 'VTK-1000: Unable to connect to the Oracle Management Server

    Hello, I installed ORA 8.1.7 on Win2k, everything went smooth apart from I can't run OEM now, brings the following error:
    'VTK-1000: Unable to connect to the Oracle Management Server. Please verify that you have entered the correct host name and the status of the Oracle Management Server'
    I recall it was ok for NT, there was OracleOra817ManagementServer Service and now there is no any for Win2k..
    If you know any way I can make it up and running please help
    Thanks in advance
    Marina

    services: management server service started successfully.
    but OracleOra90Agent not yet started.
    the current scenario with my oem with login as management server has started with the user:sysman
    password:oem_temp
    still OracleOra90Agent has not started.
    inside oem server management,the discovery wizard is not cofiguring the nodes.
    kindly tell me, that is it due to the Agent, or SOMETHING ELSE.
    please do reply, thanks

  • Unable to connect to the content error!

    Hi Everyone,
    I am have followed some of the basic steps to achieve http dynamic streaming using default config of FMS 3.5 server.
    I am installed my Strobe media Playback on apache 2.2 htdocs folder and the sample html works perfect when i call it from the browser (So I suppose my serevr is set up correctly.)
    I have created three different bitrate files at 500, 750 and 1000 kbps and also created their manifest files using f4f packager so now I have 12 different files ( 3 of each, f4v, f4f, f4m and f4x). I have placed these files in a folder named content on my webserver where I put my strobe folder.
    And now I am calling the 1000kbps.f4m file from the html code of my webpage using this code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    </head>
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0"
    width="640" height="480">
    <param name="movie"
    value="http://192.168.100.72/strobe/StrobeMediaPlayback.swf"> </param>
    <param name="flashvars"
    value="src=http:/192.168.100.72/strobe/content/Ag_Chap1_1000kbps.f4m
    &streamType=recorded
    &loop=true
    &autoPlay=true
    &playButtonOverlay=false
    &autoHideControlBar=false"> </param>
    <param name="allowFullScreen" value="true"></param>
    <param name="allowscriptaccess" value="always"></param>
    <embed
    src="http://192.168.100.72/strobe/StrobeMediaPlayback.swf""
    type="application/x-shockwave-flash"
    allowscriptaccess="always" allowfullscreen="true" width="640" height="480"
    flashvars="src=http:/192.168.100.72/strobe/content/Ag_Chap1_1000kbps.f4m
    &streamType=recorded
    &loop=true
    &autoPlay=true
    &playButtonOverlay=false
    &autoHideControlBar=false">
    </embed>
    </object>
    <body>
    <script type="text/javascript">
    swfobject.registerObject("FLVPlayer");
    </script>
    </body>
    </html>
    But it is giving me the error : WE ARE UNABLE TO CONNECT TO THE CONTENT YOU ARE REQUESTING.
    Is there anything that I am doing wrong??
    Suggestions will be highly appreciated.
    Thanks,
    Ankit

    In order to troubleshoot the errors, please set the "verbose" parameter to "true" in the flashvars. The error messages will get more "technical".
    I suppose there's something wrong in the streaming server setup. Please re-check your steps and ensure you put your packaged files in the media location declared in the apache conf file, then check if they are accessible from your browser.
    Please tell me if it worked!

  • We are unable to connect to the content you've requested (message when I try to view a DVD)

    "we are unable to connect to the content you've requested."  I'm trying to view a DVD, but I'm getting this message on both my iMac and my MacBookAir.  There are two DVD's and I'm getting the same message using either DVD on both computers.  I was sent a Flash drive w/ the same video, but I am getting the same message again.  One of the DVD's was a replacement, because I thought it was a DVD problem, but now I think it's a computer problem,  but I have no idea what to do.  It must be a setting, but I know nothing about hardware.  If there is a solutiion, I need a step by step answer that I can print out and follow.

    My apps are updating OK. This may be an iTunes/App Store server issue, but you can try restarting the iPad and see if that helps. You can also try quitting the app store, restart and try again,
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    In order to quit or close apps - Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • Testing / Editing SLD connection in WebDynPro Content Manager

    In my WebDynPro Content Manager (http://<hostname>:<port>/webdynpro) I went to test the JCO Connection to the SLD defined under: "System Defined Content" | "JCo Destinations"
    When I test it I get:
    com.sap.mw.jco.JCO$Exception: (102)
    RFC_ERROR_COMMUNICATION: Connect to message server host failed Connect_PM 
    TYPE=B
    MSHOST=bwxsnd01
    GROUP=JCO_SLD_Logon_Grp
    R3NAME=SB1
    MSSERV=sapmsSB1
    PCS=1 LOCATION    CPIC (TCP/IP) on local host with Unicode ERROR       Group JCO_SLD_Logon_Grp not found
    When I try to "edit" the connection I don't see the group "JCO_SLD_Logon_Grp" in the pulldown.
    But, if I add the group "JCO_SLD_Logon_Grp" to the ABAP system using smlg, then it works!!!
    However, in the SLD (http://<hostname>:<port>/sld) when I look at the system it has group "SB1_JCO" defined there.
    My question then is: Is there another place that is overriding my SLD that has "JCO_SLD_Logon_Grp" defined there?
    Mike

    Hi Michael
    try the options mentioned in below thread
    "com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to m"
    Koti Reddy

  • Unable to connect to Exchange 2010 Management console after - Exchange 2010 SP3 Rollup 7

    We have been having issue with our Exchange Server 2010's Transport Service failing due to a database corruption. I was hoping that maybe applying the Roll-up 7 for Exchange might fix this issue, however after applying the patch we are unable to start the
    MSExchangeMailboxAssistants "Error 1053: The service did not respond to the start or control request in a timely fashion."
    Then I notice that we were unable to connect to the Management Console or through PowerShell. 
    Event 1000, Application Error
    Faulting application name: MSExchangeMailboxAssistants.exe, version: 14.3.210.2, time stamp: 0x53e2bf34
    Faulting module name: KERNELBASE.dll, version: 6.1.7601.18409, time stamp: 0x5315a05a
    Exception code: 0xe0434f4d
    Fault offset: 0x000000000000940d
    Faulting process id: 0x%9
    Faulting application start time: 0x%10
    Faulting application path: %11
    Faulting module path: %12
    Report Id: %13
    PowerShell error:
    Exception calling "TryLoadExchangeTypes" with "2" argument(s): "Could not load file or assembly 'Microsoft.Exchange.Man
    agement, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Strong name va
    lidation failed. (Exception from HRESULT: 0x8013141A)"
    At C:\Program Files\Microsoft\Exchange Server\V14\bin\RemoteExchange.ps1:75 char:92
    + $typeLoadResult = [Microsoft.Exchange.Configuration.Tasks.TaskHelper]::TryLoadExchangeTypes <<<< ($ManagementPath, $t
    ypeListToCheck)
        + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
        + FullyQualifiedErrorId : DotNetMethodException

    Hi,
    Please try the following steps to narrow down the issue:
    1. Uninstall and reinstall .NET package in Exchange server.
    2. Under location C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG, took a copy of Machine.Config.default, renam it to Machine.config and copy it under this path again.
    3. Do IIS reset by running iisreset from a Command Prompt window.
    4. Reboot the server and verify whether the Exchange services are started.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Problem in Installation of Oracle Universal Content Management

    Hello friends
    I am Nilesh ,trying to install Oracle UCM on Windows Server 2003.
    For this I used MS SQL Server 2005 as Database & IIS as Web server. This is giving Error of Connection of UCM & Database.
    Can you please guide me in installing UCM ?.
    I am thinking to use Oracle 10g as database.If you have answer using Oracle 10g then also reply me.
    Bye.
    Edited by: user8156836 on Mar 9, 2009 12:06 AM

    It's rare to get apps assistance in the database forum. You might have better luck going to 'http://forums.oracle.com' and asking in the appropriate foum. Look for
    E-Business Suite
    Applications Technology
        * •  XML Publisher
        * •  Managing Oracle Applications
        * •  OA Framework
        * •  Install and Upgrade <-------
        * •  More...

  • USB hard drive shows up in finder, but unable to connect and access content

    I have a hard drive connected to the USB port on my Airport extreme. It shows up under "shared" in finder but when I try to access the content the connection fails. All my software and firmware is up to date. Any suggestions?

    I've had (and I'm still having) a lot of AirPort Extreme Base Station + USB drive problems.
    Here are some random actions that help when I lose connectivity (in the same way you describe):
    Rebooting the AEBS (by unplugging power cord)
    De-activating then re-activating AirPort on the mac
    Unplugging then re-plugging the drive power cord
    Plugging the USB drive directly on the Mac and running Disk utility repair
    The first is usually enough, and maybe some of these steps are totally useless, but I swear AirPort Disks have been driving me crazy, especially since Tiger and even more since the latest updates.

Maybe you are looking for

  • Need help in developing XML Publisher Report in Multi Language

    Hi Tim, We have requirement to develop XML Publisher report in Multi language. I know we can upload multiple Templates, one for each language. Can any one help me in knowing the process other than uploading multiple templates. Any documents or setup

  • 9971 SIP Phones at remote location status REJECTED

    Hi, I have 10 locations, Site 1, 2, ....10. All these locations have 10 phones each. These phone are configured with default SIP Profile. Were registered and working fine. While adding a subscriber I downgraded the cluster. After bringing back to reg

  • How to change to SMPT host

    Hi, I am MCA student doing a final year project in company.I am in team implementing sunidm. I have installed sunidm on windows. While installing the idm i selected for sending email notification file as local file ie is text file insteated of SMTP.

  • SRM Smartform - How to write custom logic to get data

    Hi Experts, I am new to SRM 7.0 now. I want to know where the code logic can be written to print the custom smart form? I have already create custom smarts form ZBBP_PO, and implement the BADI  BBP_OUTPUT_CHANGE_SF to pass the custom form name. But i

  • Oracle ADF and ECM workflow

    Hi, I'm looking for ideas on how to implement this which will involve using Oracle ADF and ECM Workflow. 1. Oracle ADF App that will check-in an item into ECM. 2. Using Oracle ECM workflow, an email is sent to the manager that a item has been checked