RMAN cannot connect target

RMAN> connect target
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
ORA-04063: package body "SPS.DBMS_BACKUP_RESTORE" has errors
ORA-06508: PL/SQL: could not find program unit being called: "SPS.DBMS_BACKUP_RESTORE"
RMAN-04015: error setting target database character set to WE8MSWIN1252

905377 wrote:
RMAN> connect target
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
ORA-04063: package body "SPS.DBMS_BACKUP_RESTORE" has errors
ORA-06508: PL/SQL: could not find program unit being called: "SPS.DBMS_BACKUP_RESTORE"
RMAN-04015: error setting target database character set to WE8MSWIN1252Hi,
Same error again,
>
C:\Documents and Settings\Administrator>rman
Recovery Manager: Release 11.1.0.6.0 - Production on Tue Jan 3 15:57:53 2012
Copyright (c) 1982, 2007, Oracle. All rights reserved.
RMAN> connect target system/spsadmin@SPS
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
ORA-04063: package body "SPS.DBMS_BACKUP_RESTORE" has errors
ORA-06508: PL/SQL: could not find program unit being called: "SPS.DBMS_BACKUP_RESTORE"
RMAN-04015: error setting target database character set to WE8MSWIN1252
RMAN> exit
>
Some how i have in my notepad, how have resolved last time. Check below work around
SQL> Select owner,trigger_name,triggering_event,status from dba_triggers where triggering_event like '%LOGON%' ;
OWNER                          TRIGGER_NAME
TRIGGERING_EVENT
STATUS
SYS                            DB_LOGON
LOGON
ENABLED
SQL> alter trigger sys.db_logon disable;
Trigger altered.
Then check for invalid objects, and recompile them @?/rdbms/admin/utlrp.sql
next
C:\Documents and Settings\Administrator>rman target /
Recovery Manager: Release 11.1.0.6.0 - Production on Tue Jan 3 16:18:40 2012
Copyright (c) 1982, 2007, Oracle.  All rights reserved.
connected to target database: SPS (DBID=1754608551)
RMAN> list backup of database;
using target database control file instead of recovery catalog
List of Backup Sets
===================
C:\Documents and Settings\Administrator>
Re: why looping chain of synonyms occur
Edited by: CKPT on Apr 16, 2012 11:27 AM

Similar Messages

  • Cannot RMAN to connect to remote server

    Hi,
    I followed the Note: 387339.1 to creating a Single Instance Physical Standby for a RAC Primary. However in step 9, rman cannot connect to the remote site:
    $ rman target sys/oracle@CHICAGO1_SERV auxiliary /
    Recovery Manager: Release 10.2.0.1.0 - Production on Wed Aug 29 14:39:42 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-01031: insufficient privileges
    Any idea? All primary and standby site have password.ora file with the same password and the init.ora has:
    remote_login_passwordfile='EXCLUSIVE'
    Pham

    The issue is in Primary site I have 2 instances: CHICAGO1 and CHICAGO2. They have 2 password files respectively: orapwCHICAGO1 and orapwCHICAGO2
    However in Standby site, I have only one instance call BOSTON. In the step 1 of the above-mentioned document, it said:
    $ cd $ORACLE_HOME/dbs
    $ export ORACLE_SID=BOSTON
    $ orapwd file=orapwBOSTON password=oracle
    Of course the password is the same, say "oracle" for both Primary and Standby.
    Further check in the Primary site, I can user rman to connect to one of the 2 instances as:
    $ export ORACLE_SID=CHICAGO1
    $ rman target /
    But there is the same error when I use service name as:
    $ rman target sys/oracle@CHICAGO1
    Recovery Manager: Release 10.2.0.1.0 - Production on Wed Aug 29 14:39:42 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-01031: insufficient privileges
    Even I cannot use sqlplus to connect as sysdba using service name:
    sqlplus sys/oracle@CHICAGO1
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Aug 29 16:57:06 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    But it's OK when I use:
    sqlplus "/ as sysdba"
    Pls help!
    Pham

  • Cannot connect to the targeted site in Visual Studio 2012

    Hi,
    I am trying to access SharePoint 2013 "qa" sites from development server. When I try to build Visual studio projects,  I am keep getting this below error.
    "Cannot connect to the targeted site. This error can occur if the specified site is not hosted on the local system. SharePoint solutions work only with locally-installed versions of SharePoint Foundation or SharePoint Server. Remote development is supported
    only for apps for SharePoint 2013."
    I tried to change the host file, with the current machine IP address and all. Not successful on that.
    Highly appreciated, for any helpful points here.
    Cheers, R.

    Try the following 2 options:
    Option 1:
    You can use the following command:
    %STSADM% -o deploysolution -name testSharepointSolution.wsp -local -force
    %STSADM% -o deploysolution -name testSharepointSolution.wsp -local -force
    You cannot use -url parameter if your solution package does not have an assembly or feature specific elements(elements.xml).
    You may ask why we need to provide the -url as a parameter? the reason is sharepoint needs to know which web application web.config it needs to add <SafeControl> attribute.
    Option 2:
    Check your scope of your WSP (Farm, Site etc.). Try to use the powershell command :
    Add-SPSolution -identity [drive-path]\yoursolutionname.wsp
    Install-SPSolution -identity yoursolutionname.wsp -webApplication http://siteaddress -GacDeployment
    Even then, if you get the error, try changing the scope of your WSP to farm if you want your resources to be globally available. If not, change the scope of it to specific web application.

  • RMAN connect target /@XE  not possible?

    I tried something (Backup/recovery) with RMAN on XE successfully.
    Now I have to use:
    RMAN Target SYS/pwd@XE nocatalog and got:
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-12170: TNS:Connect timeout occurred
    same error on using:
    RMAN> connect target /@XE
    But sqlplus /@XE as sysdba works fine.
    No TCP/IP included in RMAN?
    Any ideas ?!!!

    sorry got RMAN from my other 10gR2EE install following in the PATH.
    wondering that RMAN not available on windows (made first test on linux).
    RMAN should be included...

  • RMAN - Connect target / Hang

    Hello,
    Last three days we have our backup failed due to strange error.
    We have this backup script running from same Shell script almost last three years. It was working fine till last Friday and suddenly stop working.
    We have db upgraded before three months ago from 10.2.0.3 to 10.2.0.4. as far as i know there is no other db changes or OS changes
    If i try to connect directly to catalog it's work fine
    rman Recovery Manager: Release 10.2.0.4.0 - Production on Tue Jul 13 15:26:59 2010
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    RMAN> connect catalog XXX/XX@RMAN_XXX
    connected to recovery catalog database
    Than it's connect to the catalog fine.
    But when i try to connect to the target it's hand forever.
    rman Recovery Manager: Release 10.2.0.4.0 - Production on Tue Jul 13 15:29:45 2010
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    RMAN> connect target /
    Hang
    hang
    hang
    Here is the backup logs
    Backup Logs :
    XXXXX Online Backup WITH CATALOG Started At : Monday, July 12, 2010 7:00:15 PM CDT
    Started running on Mon Jul 12 19:00:15 CDT 2010
    Recovery Manager: Release 10.2.0.4.0 - Production on Mon Jul 12 19:00:15 2010
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    RMAN>
    DB version : oracle 10.2.0.4
    Catalog : 10.2.0.3
    Os : SunOS 5.10
    Experts , please put some lights .
    Thanks in advance

    NO clue in Alert log.
    We have enough space for backup
    Here is the output
    12263: door_info(7, 0xFFFFFD7FFFDF2AD0) = 0
    12263: door_call(7, 0xFFFFFD7FFFDF2B30) = 0
    12263: getgid() = 19900 [19900]
    12263: getuid() = 623 [623]
    12263: getpid() = 12263 [12240]
    12263: brk(0x0663CC20) = 0
    12263: brk(0x06648C20) = 0
    12263: brk(0x06648C20) = 0
    12263: brk(0x0664CC20) = 0
    12263: brk(0x0664CC20) = 0
    12263: brk(0x06650C20) = 0
    12263: so_socket(PF_INET, SOCK_DGRAM, IPPROTO_IP, "", SOV_DEFAULT) = 21
    12263: bind(21, 0x0664C5F0, 16, SOV_SOCKBSD) = 0
    12263: getsockname(21, 0xFFFFFD7FFFDF67D0, 0xFFFFFD7FFFDF6810, SOV_DEFAULT) = 0
    12263: getpeername(21, 0xFFFFFD7FFFDF67D0, 0xFFFFFD7FFFDF6810, SOV_DEFAULT) Err#134 ENOTCONN
    12263: getsockopt(21, SOL_SOCKET, SO_SNDBUF, 0xFFFFFD7FFFDF6904, 0xFFFFFD7FFFDF6900, SOV_DEFAULT) = 0
    12263: getsockopt(21, SOL_SOCKET, SO_RCVBUF, 0xFFFFFD7FFFDF6904, 0xFFFFFD7FFFDF6900, SOV_DEFAULT) = 0
    12263: fcntl(21, F_SETFD, 0x00000001) = 0
    12263: ioctl(21, FIONBIO, 0xFFFFFD7FFFDF69A8) = 0
    12263: brk(0x06650C20) = 0
    12263: brk(0x06658C20) = 0
    12263: access("/var/tmp/.oracle", F_OK) = 0
    12263: chmod("/var/tmp/.oracle", 01777) Err#1 EPERM [ALL]
    12263: so_socket(PF_UNIX, SOCK_STREAM, 0, "", SOV_DEFAULT) = 22
    12263: access("/var/tmp/.oracle/sprocr_local_conn_0_PROC", F_OK) = 0
    12263: connect(22, 0xFFFFFD7FFFDF0668, 110, SOV_DEFAULT) = 0
    12263: fcntl(22, F_SETFD, 0x00000001) = 0
    12263: sigaction(SIGPIPE, 0xFFFFFD7FFFDF0870, 0xFFFFFD7FFFDF0960) = 0
    12263: ioctl(22, FIONBIO, 0xFFFFFD7FFFDF1DD8) = 0
    12263: write(22, " 0\0\0\001\001\001\001\0".., 48) = 48
    12263: pollsys(0x0664A540, 2, 0x00000000, 0x00000000) = 1
    12263: pollsys(0x0664A540, 2, 0x00000000, 0x00000000) = 1
    12263: read(22, " 0\0\0\001\001\001\001\0".., 32768) = 48
    12263: write(22, " 4\0\0\001\002\001010101".., 52) = 52
    12265: read(13, 0x06512FA6, 2064) (sleeping...)
    12240: read(12, 0x012F1056, 2064) (sleeping...)
    12263: pollsys(0x0664A540, 2, 0x00000000, 0x00000000) (sleeping...)
    12240: Received signal #2, SIGINT, in read() [caught]
    12240: read(12, 0x012F1056, 2064) Err#91 ERESTART
    12240: lwp_sigmask(SIG_SETMASK, 0x9FBEF057, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    12240: lwp_sigmask(SIG_SETMASK, 0x9FBEF057, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    12240: kill(12263, SIGURG) = 0
    12263: Received signal #21, SIGURG, in pollsys() [caught]
    12263: siginfo: SIGURG pid=12240 uid=623
    12240: lwp_sigmask(SIG_SETMASK, 0x9FBEF057, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    12263: pollsys(0x0664A540, 2, 0x00000000, 0x00000000) Err#91 ERESTART
    12240: setcontext(0xFFFFFD7FFFDD8410)
    12263: lwp_sigmask(SIG_SETMASK, 0x9FBEF057, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    12263: lwp_sigmask(SIG_SETMASK, 0x9FBEF057, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    12263: lwp_sigmask(SIG_SETMASK, 0x9FBED057, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    12263: setcontext(0xFFFFFD7FFFDF0A10)
    12240: Received signal #2, SIGINT, in read() [caught]
    12240: read(12, 0x012F1056, 2064) Err#91 ERESTART
    12240: lwp_sigmask(SIG_SETMASK, 0x9FBEF057, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    12240: lwp_sigmask(SIG_SETMASK, 0x9FBEF057, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    12240: lwp_sigmask(SIG_SETMASK, 0x9FBEF057, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    12240: setcontext(0xFFFFFD7FFFDD8410)
    12240: Received signal #2, SIGINT, in read() [caught]
    12240: read(12, 0x012F1056, 2064) Err#91 ERESTART
    12240: lwp_sigmask(SIG_SETMASK, 0x9FBEF057, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    12240: lwp_sigmask(SIG_SETMASK, 0x9FBEF057, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    12240: lwp_sigmask(SIG_SETMASK, 0x9FBEF057, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    12240: setcontext(0xFFFFFD7FFFDD8410)
    12240: Received signal #2, SIGINT, in read() [caught]
    12240: read(12, 0x012F1056, 2064) Err#91 ERESTART
    12240: lwp_sigmask(SIG_SETMASK, 0x9FBEF057, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    12240: lwp_sigmask(SIG_SETMASK, 0x9FBEF057, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    12240: lwp_sigmask(SIG_SETMASK, 0x9FBEF057, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    12240: setcontext(0xFFFFFD7FFFDD8410)
    12263: pollsys(0x0664A540, 2, 0x00000000, 0x00000000) (sleeping...)
    12240: read(12, 0x012F1056, 2064) (sleeping...)

  • Cannot connect to target eHR web site

    I cannot connect to eHR target web site. from my home computer which is running windows 7.
    I get this error message from Chrome
    "Not Found The requested URL /SecurityBrokerage/forms/login.asp was not found on this server."
    This error from IE 10  gives me
    "The webpage cannot be found HTTP 404"
    I get the same error from my laptop that has windows xp IE 8.
    the eHR web site is assessed from this page.
    target.com/spot/team-services#?lnk=fnav_t_spc_1_13
    At work (windows xp IE 8 ) I was able to access the website so I think it is a Verizon problem

    Works for me on Windows 7 and Firefox.
    My guess is that the OP has received an IP address that is defined in a Bogon filter somewhere that identifies that address as a "bad" site. If that is the problem it should be easy to fix, just turn off the router before going to bed and turn it on the next morning, it is very likely that a new IP address with be assigned, and the problem will disappear. It might be a good idea to record the current IP address and then check the new one to make sure it has actually changed.
    Justin
    FiOS TV, 25/25 Internet, and Digital Voice user
    QIP7232, QIP7100-P2, IMG 1.9.4
    Keller, TX 76248 (VHO 1)

  • Rman fails connect to target on nocatalog  9.2 win2000

    did grant sysdba and sysoper to rman, and set oracle_sid=man4
    RMAN> connect target / rman/rman@man4 nocatalog
    Can logon via SQL*Plus just fine, but from rman logon as above
    got the following errors, but not sure what to change or fix?
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01005: syntax error: found "identifier": expecting one of: "newline, ;"
    RMAN-01008: the bad identifier was: rman/rman@man4
    RMAN-01007: at line 1 column 18 file: standard input

    followed thru on your suggestion as below, still problem
    C:\>rman
    Recovery Manager: Release 9.2.0.1.0 - Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    RMAN> connect rman/rman@man4 nocatalog
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01005: syntax error: found "rman": expecting one of: "auxiliary, catalog, c
    lone, rcvcat, target"
    RMAN-01007: at line 1 column 9 file: standard input
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01006: error signalled during parse
    RMAN-02001: unrecognized punctuation symbol "/"
    RMAN>

  • DUPLICATE DB : ORA-17629: Cannot connect to the remote database server

    [oracle@ora11g1 ~]$ export ORACLE_SID=sales
    [oracle@ora11g1 ~]$ rman target sys/sales@sales
    Recovery Manager: Release 11.2.0.1.0 - Production on Wed Jun 5 13:00:15 2013
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    connected to target database: SALES (DBID=690066655)
    RMAN> connect auxiliary sys/salestby2@salestby2
    connected to auxiliary database: SALES (not mounted)
    RMAN> DUPLICATE TARGET DATABASE FOR STANDBY FROM ACTIVE DATABASE SPFILE
    2> SET DB_NAME= 'sales'
    3> SET DB_UNIQUE_NAME= 'salestby2'
    4> SET control_files='/u02/oradata/salestby2/control01.ctl','/u02/oradata/salestby2/control02.ctl'
    5> SET DB_FILE_NAME_CONVERT='/u02/oradata/sales/','/u02/oradata/salestby2/'
    6> SET LOG_FILE_NAME_CONVERT='/u02/oradata/sales/','/u02/oradata/salestby2/';
    Starting Duplicate Db at 05-JUN-13
    using target database control file instead of recovery catalog
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID=20 device type=DISK
    contents of Memory Script:
    backup as copy reuse
    targetfile '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/orapwsales' auxiliary format
    '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/orapwsalestby2' targetfile
    '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/spfilesales.ora' auxiliary format
    '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/spfilesalestby2.ora' ;
    sql clone "alter system set spfile= ''/u01/app/oracle/product/11.2.0/dbhome_1/dbs/spfilesalestby2.ora''";
    executing Memory Script
    Starting backup at 05-JUN-13
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=58 device type=DISK
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 06/05/2013 13:05:26
    ORA-17629: Cannot connect to the remote database server
    ORA-17627: ORA-01017: invalid username/password; logon denied
    ORA-17629: Cannot connect to the remote database server
    continuing other job steps, job failed will not be re-run
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 06/05/2013 13:05:27
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 06/05/2013 13:05:27
    ORA-17629: Cannot connect to the remote database server
    ORA-17627: ORA-01017: invalid username/password; logon denied
    ORA-17629: Cannot connect to the remote database server

    Welcome to the oracle forums!
    Please take some time to go through [url https://forums.oracle.com/forums/ann.jspa?annID=1535]FAQ PAGE
    Always post 4 digit oracle version and OS details.
    Post any query out put between \  \ tags
    Mark your questions as answered if you get the answer
    Password of SYS user on primary and standby must be same.Copy the password file from primary to standby server
    scp $ORACLE_HOME/dbs/orapwv112 <oracle_user@auxiliary_host>:/u01/app/oracle/product/11.2/dbs/orapwdupv112

  • RMAN incompatible with TARGET database

    I have two databases:
    The database with the catalog, version 8.1.7.
    The database to be backed up (target), version 8.0.6.
    When I try to connect to the target, I get an error stating: Recovery Manager incompatible with TARGET database: RMAN 8.0.4 to 8.0.4 required
    I've tried changing the "compatible" parameter to 8.0.4, but then I get an error when I restart the database (regarding locally managed tablespaces, which I am not using).
    Any idea what I need to do to connect to the target database?
    thanks....

    Hi !
    I guess you have confused the compatible init.ora parameter with RMAN compatible parameter ,
    They are entirely different. The excerpts here, which i have taken from the Oracle online docs should
    clear your problem.
    The compatible parameter specifies the minimum acceptable release of the RMAN executable that can function with the catalog. For example, if the recovery catalog compatibility is set to 8.1.4, then only an RMAN executable of release 8.1.4 or later can connect to the catalog.
    You cannot set the compatible parameter to a version that is not supported by the currently-installed DBMS_RCVMAN or DBMS_RCVCAT packages. If you try to set compatibility to a version that is not supported by one of the packages, then you receive an error message that indicates the lowest and highest value you can set, as in the following example:
    RMAN> configure compatible = 8.0.1;
    RMAN-03022: compiling command: configure
    RMAN-03026: error recovery releasing channel resources
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure during compilation of command
    RMAN-03013: command type: configure
    RMAN-06455: illegal compatible value 8.0.1: must be between 08.00.04 and 08.01.06
    To view the compatibility level of the recovery catalog:
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Start a SQL*Plus session and connect to the recovery catalog database as the recovery catalog owner. For example, enter:
    SQL> connect rman/rman@rcat
    Issue the following query:
    SQL> SELECT value FROM config WHERE name='compatible';
    VALUE
    080106
    To create an 8.1.6 recovery catalog that is usable with a pre-8.1.6 RMAN executable:
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    This procedure assumes that you have the use of both an 8.1.6 and pre-8.1.6 RMAN executable. The method employed it to use a pre-8.1.6 RMAN executable to create the recovery catalog, and a release 8.1.6 RMAN executable to upgrade it. The compatibility level is automatically set to 8.0.4, which has the implications described in Table 3-1.
    Use a pre-8.1.6 RMAN executable to connect to the catalog database. For example, enter:
    % rman catalog rman/rman@rcat
    Recovery Manager: Release 8.1.5.0.0
    RMAN-06008: connected to recovery catalog database
    Create the recovery catalog and then exit. For example, enter:
    RMAN> create catalog;
    RMAN> exit
    Note:
    If you use a release 8.0 RMAN executable to create the catalog, you must use the catrman.sql script to create the recovery catalog.
    Use the 8.1.6 RMAN executable to connect to the newly created recovery catalog:
    % rman catalog rman/rman@rcat
    Recovery Manager: Release 8.1.6.0.0
    RMAN-06008: connected to recovery catalog database
    Upgrade the recovery catalog to release 8.1.6:
    RMAN> upgrade catalog;
    RMAN> exit
    The compatibility level of the recovery catalog is now automatically set to 8.0.4.
    Regards,
    Mohamed Iqbal.
    [email protected]

  • Cannot Connect to Mac App Store

    When I open the MAS, I get a "Cannot Connect to the App Store" alert in the window.
    When I try to signin, I receive a red "Connection failed" message in the signin dialog box.
    When I go to Software Update from the Apple Menu, I receive a notice that "Software Update can’t connect to the update server. Make sure you’re connected to the Internet, and then try again."
    When I click on the Network Diagnostics button presented and go through the diagnostic, my network reports operating perfectly.
    When I go to an app on the iTunes web-storefront click on the "View in Mac App Store" button, the MAS launches, but I get the same connection error.
    I can sign in to the iTunes store. I can update software on my iDevices by using the iOS App Store. I have no problems there. It's just the MAS.
    Apple support articles say:
    If you’re having trouble using App Store, try these solutions:
    If you see a message that your computer can’t connect to App Store, make sure your Internet connection is working. If you can open a web browser and view a website, there may be a problem with the store. Try using App Store again later. [I've been trying for two days, and there aren't a lot of issues like this on the first page of the discussions section, so I think it's probably not a common error at the  moment...]
    Make sure your computer’s date, time, and time zone are set correctly in Date & Time preferences. Choose Apple menu > System Preferences, and then click Date & Time. [These are correct.]
    Make sure your Apple ID information is accurate and that you don’t need to correct a problem with a previous purchase. To verify your Apple ID information and review your purchase history, choose Store > View My Account or click Account in the Quick Links section. [I can't connect in the app, so...]
    If you’re still having trouble, click Support in the Quick Links section. [I couldn't find QuickLinks, but no other support article seems to be availlable to help this problem.]
    I have restarted my computer, I have removed the App Store with AppDelete and reinstalled from the Lion 10.7.4 Client Combo. I've got no change.
    I did notice that the MAS window menu reports the name of the window as "Firenze", which seems weird to me. Can anyone advise me?
    kernal.log
    Jun 20 00:39:41 MyMachine kernel[0]: 2.4.0 m69d3947c
    Jun 20 00:39:41 MyMachine kernel[0]: 2.4.0 f7499348
    Jun 20 00:39:41 MyMachine kernel[0]: 2.4.0 m639defac 647 ->Software Update<-
    Jun 20 00:39:41 MyMachine kernel[0]: 2.4.0 m1958bd17
    Jun 20 00:39:41 MyMachine kernel[0]: 2.4.0 m69d3947c
    Jun 20 00:39:41 MyMachine kernel[0]: 2.4.0 f7499348
    Jun 20 00:39:41 MyMachine kernel[0]: 2.4.0 m639defac 647 ->Software Update<-
    Jun 20 00:39:41 MyMachine kernel[0]: 2.4.0 m1958bd17
    Jun 20 00:39:42 MyMachine kernel[0]: Software Update (map: 0xffffff8019bc0f68) triggered DYLD shared region unnest for map: 0xffffff8019bc0f68, region 0x7fff95000000->0x7fff95200000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    Jun 20 00:39:58 MyMachine kernel[0]: 2.4.0 m69d3947c
    Jun 20 00:39:58 MyMachine kernel[0]: 2.4.0 f7499348
    Jun 20 00:39:58 MyMachine kernel[0]: 2.4.0 m639defac 660 ->App Store<-
    Jun 20 00:39:58 MyMachine kernel[0]: 2.4.0 m1958bd17
    Jun 20 00:39:58 MyMachine kernel[0]: 2.4.0 m69d3947c
    Jun 20 00:39:58 MyMachine kernel[0]: 2.4.0 f7499348
    Jun 20 00:39:58 MyMachine kernel[0]: 2.4.0 m639defac 660 ->App Store<-
    Jun 20 00:39:58 MyMachine kernel[0]: 2.4.0 m1958bd17
    Jun 20 00:39:58 MyMachine kernel[0]: 2.4.0 m69d3947c
    Jun 20 00:39:58 MyMachine kernel[0]: 2.4.0 f7499348
    Jun 20 00:39:58 MyMachine kernel[0]: 2.4.0 m639defac 660 ->App Store<-
    Jun 20 00:39:58 MyMachine kernel[0]: 2.4.0 m1958bd17
    Jun 20 00:39:59 MyMachine kernel[0]: App Store (map: 0xffffff801c96e878) triggered DYLD shared region unnest for map: 0xffffff801c96e878, region 0x7fff95000000->0x7fff95200000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    system.log
    Jun 20 00:39:39 MyMachine installd[652]: Starting
    Jun 20 00:39:39 MyMachine installd[652]: uid=0, euid=0
    Jun 20 00:39:41 MyMachine [0x0-0x20020].com.finderpop.fp-injector[328]: FinderPop-beta-x86_64-24209: Patching 'Software Update' 0:5b05b (CF-c)
    Jun 20 00:39:41 MyMachine Software Update[647]: Performance: Please update this scripting addition to supply a value for ThreadSafe for each event handler: "/Library/ScriptingAdditions/SIMBL.osax"
    Jun 20 00:39:49 MyMachine installd[652]: Exiting.
    Jun 20 00:39:58 MyMachine [0x0-0x20020].com.finderpop.fp-injector[328]: FinderPop-beta-x86_64-24209: Patching 'App Store' 0:5c05c (CF-c)
    Jun 20 00:39:58 MyMachine App Store[660]: Performance: Please update this scripting addition to supply a value for ThreadSafe for each event handler: "/Library/ScriptingAdditions/SIMBL.osax"
    Jun 20 00:41:22 MyMachine [0x0-0x20020].com.finderpop.fp-injector[328]: FinderPop-beta-x86_64-24209: Patching 'System Preferences' 0:5d05d (CF-c)
    Jun 20 00:41:22 MyMachine System Preferences[665]: Performance: Please update this scripting addition to supply a value for ThreadSafe for each event handler: "/Library/ScriptingAdditions/SIMBL.osax"
    Jun 20 00:41:25 MyMachine Finder[261]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    Jun 20 00:41:27 MyMachine System Preferences[665]: Killed finderpop-daemon
    Jun 20 00:41:27 MyMachine com.apple.launchd.peruser.502[179] ([0x0-0x20020].com.finderpop.fp-injector[328]): Exited: Terminated: 15
    Jun 20 00:41:27 MyMachine [0x0-0x5d05d].com.apple.systempreferences[665]: FinderPop-x86_64-24209 - removed myself from Login Items (1)
    Jun 20 00:41:34 MyMachine installd[681]: Starting
    Jun 20 00:41:34 MyMachine installd[681]: uid=0, euid=0
    Jun 20 00:41:44 MyMachine installd[681]: Exiting.
    Daignostic and Usage:
    6/20/12 12:39:40.635 AM Software Update: SWU: scan found 0 products:
    com.apple.message.uuid: {Alphanumeric removed}
    com.apple.message.domain: com.apple.SoftwareUpdate.time.scan
    com.apple.message.signature: FAILURE: (null)://localhost/
    com.apple.message.result: failure
    com.apple.message.value: 0.63927
    com.apple.message.value2: 930.995
    com.apple.message.signature2: Software Update
    com.apple.message.signature3: SUScanResultCode, 100
    6/20/12 12:41:35.190 AM Software Update: SWU: scan found 0 products:
    com.apple.message.uuid: {Alphanumeric removed}
    com.apple.message.domain: com.apple.SoftwareUpdate.time.scan
    com.apple.message.signature: FAILURE: (null)://localhost/
    com.apple.message.result: failure
    com.apple.message.value: 0.07725
    com.apple.message.value2: 116.113
    com.apple.message.signature2: Software Update
    com.apple.message.signature3: SUScanResultCode, 100
    Is it really just a a server down, or is there a bigger problem?
    (Couldn't edit profile; change is 12 GB RAM)

    Hi ..
    Fist, uninstall Fingerpop beta > http://www.finderpop.com/manual/210/title.html
    "/Library/ScriptingAdditions/SIMBL.osax"
    Next, open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type this exactly as you see it here:
    /Library/ScirptingAdditions
    Click Go
    Move the  SIMBL.osax files from the ScriptingAddtions folder to the Trash
    Try the App Store.
    edited by:  cs

  • RMAN 11gR2 DUPLICATE TARGET FOR STANDBY FROM ACTIVE DATABASE - Issue -HELP

    First question.
    Can primary and standby database have the same SID name?
    As I recall it is yes.
    I believe they must have different GLOBAL or DB_UNIQUE_NAME?
    Anyway, RMAN I believe is telling me it is having problems copying control file on first and dies.
    Permissions Issue on STANDBY machine?
    RMAN> connect target backup_admin/backup_admin
    connected to target database: LABDG (DBID=1973403623)
    RMAN> connect auxiliary sys/oracle@STANDBY;
    connected to auxiliary database: LABDG (not mounted)
    RMAN> DUPLICATE TARGET DATABASE FOR STANDBY FROM ACTIVE DATABASE;
    Starting Duplicate Db at 18-JUL-11
    using target database control file instead of recovery catalog
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID=10 device type=DISK
    contents of Memory Script:
    backup as copy reuse
    targetfile '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/orapwLABDG' auxiliar
    '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/orapwLABDG' ;
    executing Memory Script
    Starting backup at 18-JUL-11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=151 device type=DISK
    Finished backup at 18-JUL-11
    contents of Memory Script:
    backup as copy current controlfile for standby auxiliary format '/u01/oradat
    restore clone controlfile to '/u01/app/oracle/flash_recovery_area/LABDG/cont
    '/u01/oradata/LABDG/control01.ctl';
    executing Memory Script
    Starting backup at 18-JUL-11
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting datafile copy
    copying standby control file
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 07/18/2011 11:20:54
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 07/18/2011 11:20:
    ORA-17628: Oracle error 19505 returned by remote Oracle server

    Hi,
    Permissions Issue on STANDBY machine?First problem I see is the sysdba password must be the same on both sides (target and auxiliary dbs).
    From the documentation.
    The source database and auxiliary instances must use the same SYSDBA password, which means that both instances must have password files. You can
    create the password file with a single password so you can start the auxiliary instance and enable the source database to connect to it.Check all prereqs for the standby db duplicate here.
    http://download.oracle.com/docs/cd/E11882_01/backup.112/e10643/rcmsynta020.htm#i81724
    Rgds,
    Tycho

  • External users cannot connect to RDS Farm (Azure).

    Hi Experts,
    I hope someone is able to help me with this. I have search high and low, but have not found a solution.
    Here we go:
    I have setup a RDS Farm in Microsoft Azur, consisting of the following servers:
    KRPDC01 (Domain Controler / Active Directory / DNS Server)
    KRPSH01 (Remote Session Host #1)
    KRPSH02 (Remote Session Host #2)
    KRPCB01 (Connection Broker)
    I have installed the respective Remote session roles on the above server and added my group of users to the "Remote Desktop Users" group on each Session Host server.  
    At first glance it seems to work. I seem to be able to connect to the farm with the first user. But most of the times, when a second users tries to connect to the same farm, then login hangs for a time, and the connection is refused with this message:
    "Remote Desktop cannot connect to the remote computer for one of the following reasons:
    1) Remote Access to the server is not enabled
    2) The Remote Computer is turned off
    3) The Remote Computer is not available on the network
    Make sure that the remote computer is turned on and connected to the network, and that remote access is enabled."
    Sometimes not even the first user can connect to the farm at all with the same error message.
    I have looked into the logs on the connection broker, and something interesting shows up.
    It seems that whenever the connection broker wants to redirect a users connection request to a different server than the one that recieved the connection request, then the connection fails. If however the connection broker grants the connection to the same
    server as the request is comming from, then the user is logged in.
    Here are the log entries when the connection fails:
    "RD Connection Broker received connection request for user xxx\testuser. 
    Hints in the RDP file (TSV URL) = tsv://MS Terminal Services Plugin.1.KRPCLOUD 
    Initial Application = NULL 
    Call came from Redirector Server = KRPSH01.xxx.net 
    Redirector is configured as Farm member"
    Followed by:
    "RD Connection Broker successfully processed the connection request for user xxx\testuser. Redirection info: 
    Target Name = KRPSH02 
    Target IP Address = 10.4.3.7 
    Target Netbios = KRPSH02 
    Target FQDN = KRPSH02.xxx.net 
    Disconnected Session Found = 0x0"
    The a few minutes later this entry is found in the log:
    "Remote Desktop Connection Broker Client failed to redirect the user xxx\testuser
    Error: NULL"
    These are the log entries when the connection is successfull:
    "RD Connection Broker received connection request for user xxx\testuser 
    Hints in the RDP file (TSV URL) = tsv://MS Terminal Services Plugin.1.KRPCLOUD 
    Initial Application = NULL 
    Call came from Redirector Server = KRPSH02.xxx.net 
    Redirector is configured as Farm member"
    Followed by:
    "RD Connection Broker successfully processed the connection request for user xxx\testuser. Redirection info: 
    Target Name = KRPSH02 
    Target IP Address = 10.4.3.7 
    Target Netbios = KRPSH02 
    Target FQDN = KRPSH02.xxx.net 
    Disconnected Session Found = 0x0"
    And then:
    "Session for user KASSERAPPORTEN\krptest successfully added to RD Connection Broker's database. 
    Target Name = KRPSH02.kasserapporten.net 
    Session ID = 2 
    Farm Name = KRPCLOUD"
    And:
    "This connection request has resulted in a successful session logon (User successfully logged on to the end point). Remote Desktop Connection Broker will stop monitoring this connection request."
    If I connect to one of the other servers on the network - the KRPDC01 - and from there connects to the RDS Farm (internally) then there is no problem recieving the connections. Also connections where the broker has to redirect the connection to a differing
    Session Host is completed without problems.
    I have noticed than when successfully connection from internally where the connection is redirected by the connection broker, then I actually recieved 2 certificate warnings. One first from the Session Host that have recieved the connection request, and the
    shortly after from the second Session Host (when the connection broker is redirecting the connection) and then the connection is established.
    When connection from the outside, I never get the second certificate warning.
    In Azure I have setup indpoint for Remote Desktop - TCP/3389 on both Session Host servers and on the Connection broker.
    As mentioned I am at a total loss, and I hope someone out there is able to help me solve this issue.
    Thanks in advance :-)
    Regards,
    Daniél 

    Hi,
    Seems this issue is related with Windows Azure Virtual Machine, I will move it to Windows Azure Virtual Machine Forum for a better help.
    Thank you for your understanding!
    Best Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Cannot connect console to site server

    Hi Guys,
    We did a restart on our sccm server today and after the reboot we could not connect to it anymore via the admin console on a remote computer. It still works on the server just not remote computers.
    Tried to troubleshoot using guides online but have got nowhere.
    I hope someone can help us here.
    Thanks,
    Richard
    Below is a section of the adminUIlog
    [15, PID:5752][03/12/2015 16:03:42] :System.Runtime.InteropServices.COMException\r\nThe RPC server is unavailable. (Exception from HRESULT: 0x800706BA)\r\n   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode,
    IntPtr errorInfo)
       at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
       at System.Management.ManagementScope.InitializeGuts(Object o)
       at System.Management.ManagementScope.Initialize()
       at System.Management.ManagementObjectSearcher.Initialize()
       at System.Management.ManagementObjectSearcher.Get()
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.Connect(String configMgrServerPath)\r\n
    [15, PID:5752][03/12/2015 16:03:42] :Transport error; failed to connect, message: 'The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)'\r\nMicrosoft.ConfigurationManagement.ManagementProvider.SmsConnectionException\r\nThe RPC server is unavailable.
    (Exception from HRESULT: 0x800706BA)\r\n   at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.Connect(String configMgrServerPath)
       at Microsoft.ConfigurationManagement.AdminConsole.SmsSiteConnectionNode.GetConnectionManagerInstance(String connectionManagerInstance)\r\nThe RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
    \r\nSystem.Runtime.InteropServices.COMException\r\nThe RPC server is unavailable. (Exception from HRESULT: 0x800706BA)\r\n   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
       at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
       at System.Management.ManagementScope.InitializeGuts(Object o)
       at System.Management.ManagementScope.Initialize()
       at System.Management.ManagementObjectSearcher.Initialize()
       at System.Management.ManagementObjectSearcher.Get()
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.Connect(String configMgrServerPath)\r\n
    [15, PID:5752][03/12/2015 16:03:42] :System.Runtime.InteropServices.COMException\r\nThe RPC server is unavailable. (Exception from HRESULT: 0x800706BA)\r\n   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr
    errorInfo)
       at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
       at System.Management.ManagementScope.InitializeGuts(Object o)
       at System.Management.ManagementScope.Initialize()
       at System.Management.ManagementObject.Initialize(Boolean getObject)
       at System.Management.ManagementObject.InvokeMethod(String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.ExecuteMethod(String methodClass, String methodName, Dictionary`2 methodParameters, Boolean traceParameters)\r\n

    [15, PID:5752][03/12/2015 16:03:42] :Transport error; failed to connect, message: 'The RPC server is unavailable. 
    seems like ,cannot connect to wmi. can you try performing the below steps to make sure if you are able to connect wmi namespace remotely ?
    Click Start, click Run, and then type wbemtest.
    Click Connect, type \\siteserver\root\sms, and then click Login.
    Click Enum Classes, click Recursive, and then click OK.
    In the Query Result list, double-click SMS_ProviderLocation.
    Click Instances, and then double-click the line that contains the target site code. For example, SMS_ProviderLocation.SiteCode="<var style="box-sizing:border-box;margin:0px;padding:0px;">xxx</var>."
    In the Properties section, locate the NamespacePath line. You may have to double-click this line to see the whole line.
    Copy the NamespacePath value to the clipboard. For example, copy the following value:
    \\<var style="box-sizing:border-box;margin:0px;padding:0px;">server_name</var>\root\sms\site_<var style="box-sizing:border-box;margin:0px;padding:0px;">xxx</var>
    reference via https://support.microsoft.com/kb/317872?wa=wsignin1.0
    is it happening to all users remotely ? any changes or patches applied to the server ? 
    Eswar Koneti | Configmgr blog:
    www.eskonr.com | Linkedin: Eswar Koneti
    | Twitter: Eskonr

  • Cannot connect to the Service Manager portal WCF service...again

    I've ran into this error a few times now, but I have usually been able to fix it. This time its being more stubborn. 
    This is a brand new 2012 R2 portal running on a brand new SharePoint 2010 SP1 two server farm. The web content server is installed on both of the webservers just like Travis has it in this blog: http://blogs.technet.com/b/servicemanager/archive/2012/05/04/how-to-configure-the-self-service-portal-sharepoint-site-or-the-web-content-server-for-load-balancing.aspx 
    We have it F5 load balanced with a 3rd party cert which is working fine. We get to the site and the app loads, but instead of seeing the only catalog item I have published, I see the red error at the bottom stating that it cannot connect to the WCF service.
    I've double checked all my bindings in IIS and the web.config. When I look in the web server event log I see this:
    System.ServiceModel 3.0.0.0 Event ID 3
    WebHost failed to process a request. Sender Information: System.ServiceModel.Activation.HostedHttpRequestAsyncResult/37916227 Exception: System.Web.HttpException: The service '/ServiceHost/Services/DataAccessService.svc' does not exist. ---> System.ServiceModel.EndpointNotFoundException: The service '/ServiceHost/Services/DataAccessService.svc' does not exist.   at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath)   at System.ServiceModel.ServiceHostingEnvironment.EnsureServiceAvailableFast(String relativeVirtualPath)   at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.HandleRequest()   at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.BeginRequest()   --- End of inner exception stack trace ---   at System.ServiceModel.AsyncResult.End[TAsyncResult](IAsyncResult result)   at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.End(IAsyncResult result) Process Name: w3wp Process ID: 3004
    The SMPortalTrace.log isnt being very helpful, but heres a copy of it:
    Error,2014-06-20 13:19:22.8784441,System.Reflection.TargetInvocationException: [Arg_TargetInvocationException]
    Arguments:
    Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30214.00&File=mscorlib.dll&Key=Arg_TargetInvocationException ---> System.ServiceModel.CommunicationException: [HttpWebRequest_WebException_RemoteServer]
    Arguments: NotFound
    Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30214.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer ---> System.Net.WebException: [HttpWebRequest_WebException_RemoteServer]
    Arguments: NotFound
    Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30214.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer ---> System.Net.WebException: [HttpWebRequest_WebException_RemoteServer]
    Arguments: NotFound
    Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30214.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer
    at System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult)
    at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClassa.<EndGetResponse>b__9(Object sendState)
    at System.Net.Browser.AsyncHelper.<>c__DisplayClass4.<BeginOnUI>b__1(Object sendState)
    --- End of inner exception stack trace ---
    at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state)
    at System.Net.Browser.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
    at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelAsyncRequest.CompleteGetResponse(IAsyncResult result)
    --- End of inner exception stack trace ---
    at Microsoft.EnterpriseManagement.ServiceManager.Portal.ServiceCatalogSilverlightModule.Models.DataProvider.<>c__DisplayClass1.<FetchAllServiceOfferings>b__0(Object sender, AsyncDataCommandCompletedEventArgs`1 e)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.AsyncDataCommandBase`2.<>c__DisplayClass2.<CompleteCommand>b__0(Object )
    --- End of inner exception stack trace ---
    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
    at System.Delegate.DynamicInvokeImpl(Object[] args)
    at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, Boolean useFastPath, Delegate d, Object[] args)
    at System.Windows.Threading.DispatcherSynchronizationContext.Send(SendOrPostCallback d, Object state)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.AsyncDataCommandBase`2.CompleteCommand(Object sender, AsyncDataCommandCompletedEventArgs`1 e)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.AsyncDataCommandBase`2.OnCommandCompleted(Object sender, Exception exception)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.DataGatewayBase.CompleteAsyncDataCommandWithError(AsyncDataCommand command, Exception exception)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.ProxyDataGateway.ProxyExecuteCompletedHandler(Object sender, ExecuteCompletedEventArgs e)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.ProxyDataGateway.<>c__DisplayClass4.<GetClientProxy>b__3(Object sender, ExecuteCompletedEventArgs args)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.Proxy.ServiceReference.DataAccessServiceClient.OnExecuteCompleted(Object state)
    Error,2014-06-20 13:23:12.7295391,System.Reflection.TargetInvocationException: [Arg_TargetInvocationException]
    Arguments:
    Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30214.00&File=mscorlib.dll&Key=Arg_TargetInvocationException ---> System.ServiceModel.CommunicationException: [HttpWebRequest_WebException_RemoteServer]
    Arguments: NotFound
    Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30214.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer ---> System.Net.WebException: [HttpWebRequest_WebException_RemoteServer]
    Arguments: NotFound
    Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30214.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer ---> System.Net.WebException: [HttpWebRequest_WebException_RemoteServer]
    Arguments: NotFound
    Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30214.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer
    at System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult)
    at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClassa.<EndGetResponse>b__9(Object sendState)
    at System.Net.Browser.AsyncHelper.<>c__DisplayClass4.<BeginOnUI>b__1(Object sendState)
    --- End of inner exception stack trace ---
    at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state)
    at System.Net.Browser.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
    at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelAsyncRequest.CompleteGetResponse(IAsyncResult result)
    --- End of inner exception stack trace ---
    at Microsoft.EnterpriseManagement.ServiceManager.Portal.ServiceCatalogSilverlightModule.Models.DataProvider.<>c__DisplayClass1.<FetchAllServiceOfferings>b__0(Object sender, AsyncDataCommandCompletedEventArgs`1 e)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.AsyncDataCommandBase`2.<>c__DisplayClass2.<CompleteCommand>b__0(Object )
    --- End of inner exception stack trace ---
    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
    at System.Delegate.DynamicInvokeImpl(Object[] args)
    at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, Boolean useFastPath, Delegate d, Object[] args)
    at System.Windows.Threading.DispatcherSynchronizationContext.Send(SendOrPostCallback d, Object state)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.AsyncDataCommandBase`2.CompleteCommand(Object sender, AsyncDataCommandCompletedEventArgs`1 e)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.AsyncDataCommandBase`2.OnCommandCompleted(Object sender, Exception exception)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.DataGatewayBase.CompleteAsyncDataCommandWithError(AsyncDataCommand command, Exception exception)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.ProxyDataGateway.ProxyExecuteCompletedHandler(Object sender, ExecuteCompletedEventArgs e)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.ProxyDataGateway.<>c__DisplayClass4.<GetClientProxy>b__3(Object sender, ExecuteCompletedEventArgs args)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.Proxy.ServiceReference.DataAccessServiceClient.OnExecuteCompleted(Object state)
    Any ideas?
    - Get on the floor, do that dinosaur

    For me I can reach it via the direct server name,
    https://Server:444/ServiceHost/Services/DataAccessService.svc works and displays a page
    But it fails when trying to go to the load balanced name:
    https://SelfService.blah.com:444/ServiceHost/Services/DataAccessService.svc Fails
    When I use IE11 and do a network check it shows its getting a 404 error on /ContentHost/ClientBin/ServiceCatalogSilverlightModule.xap.
    Network guys who configured the F5 can't see any network issues blocking the request. The F5 isn't doing SSL offloading, certificate is on the software portal server.

  • Odd Intermittent Browser "Cannot Connect" to Sakai

    Hello All,
    This one has really stumped the professor...
    In short, the problem is that there is one site hosting Sakai for the Oregon Health and Science University (OHSU) that I, and only I, have intermittent problems connecting to. By that I mean, just me out of hundreds of people currently, and thousands of people over history.
    The host is http://www.longsight.com/ and the system is Sakai.
    I am using an Airport Simultaneous Dual-Band 7.5.2, an iMac and Macbook Pro both using 10.6.7, Earthlink as the ISP using PPPoE, and a ZyXEL P-600 Series DSL modem, and FireFox 4.0.
    Everything has worked without a hitch for years. The only website I have issue with is sakai.ohsu.edu, hosted by LongSight.
    The intermittent problem is that FireFox reports it cannot connect to the site when I navigate. When I refresh, it seems to usually refresh fine.
    Same problem with Safari and Chrome.
    Same problem with both the iMac and the MacBook Pro.
    Same problem with an Ethernet cable connected directly to the back of the Airport to either.
    Does not seem to be a problem with the modem connected directly to either computer (intermittent, remember, so I am not 100% certain, but I have not gotten it to happen).
    The LongSite host provider sees nothing odd in the logs.
    If I click the Try Again that FireFox puts up, I get logged out of Sakai and have to log back in. If I instead just refresh in FireFox, the page seems to load.
    Q: Is there a "tolerance" setting that would prevent this problem from happening?
    Q: Is there anything to ask the host to do? Setting to check?

    When its just one web page - you can access other web pages like Google or Apple - the problem is the Intenet connection between you and the server hosting the web page you want.
    Nothing to do with your local equipment or connection.  There are local settings you could set or have changed that would prevent connecting to a specific web site, I'm going to assume that is not the case since you don't mention fiddling with the HOSTS file (for example).
    If the server that hosts that page is not "down" or over-loaded then the problem most likley lies with your ISP's network.
    To try and get a glimmer of what is wrong, open your Applications/Utilities folder and run "Network Utility".  Click on the TRACEROUTE tab and enter the host name for the page you want.
    For example, the Sakai page address is "http://www.longsight.com/longsight/sakai".  The name of the server hosting that page is "www.longsight.com".  I put that into the TRACEROUTE field, and press the TRACE button.
    What happens next is your computer attempts to figure out exaclty HOW all data between you and the target server are exchanged.  The internet is like a spider web, and at each junction there is a computer that handles (aka routes) traffic.
    For your web page attempts to work, you need a reliable "route" to the server that hosts the web page you want.  This utility will generate a list of all the internet nodes and networks your request has to travel through.  The list should end with the target server in under 15-20 "hops".  If the list is much longer - or if it keeps going and going - then you have a DNS routing problem.  Or rather, your ISP has one.
    Because the Internet is flexible, extensible, and self-healiing routing problems should go away on their own - it might take a day or two.  But shoddy maintenance or configuration of network equipment can create routing problems that don't go away until fixed.
    Another problem I have seen is intentional filtering or mis-directing of requests from a certain provider or geropgrahic region.  For example, a NYC based company offered a contest only for local residents, so they had thier ISP filter-out all connection attempts coming from outside of NYC.  Very sneaky.
    Another example would be companies trying to prevent access to Facebook.  They setup their network to drop any requests for that name or address - or re-direct to a corporate Internet use policy web page!
    For reference, here is my TRACEROUTE report for this server:
    Traceroute has started…
    traceroute to www.longsight.com (209.190.181.136), 64 hops max, 72 byte packets
    1  10.0.0.1 (10.0.0.1)  3.008 ms  0.910 ms  1.164 ms
    2  66.49.188.255 (66.49.188.255)  13.472 ms  13.399 ms  14.625 ms
    3  66.49.255.169 (66.49.255.169)  43.865 ms  12.877 ms  14.013 ms
    4  77.67.108.113 (77.67.108.113)  28.436 ms  25.109 ms  15.116 ms
    5  xe-4-3-0.nyc32.ip4.tinet.net (89.149.184.221)  35.873 ms  37.201 ms  36.777 ms
    6  te9-4-10g.ar8.nyc1.gblx.net (64.212.107.181)  41.319 ms  36.820 ms  37.815 ms
    7  continental-broadband.te6-2.ar5.chi1.gblx.net (207.138.128.70)  52.947 ms  50.436 ms  49.692 ms
    8  v4006.cr2.350ec.chcgil.e-xpedient.com (216.130.11.134)  55.085 ms  54.699 ms  69.256 ms
    9  v4005.cr1.strlng.clevoh.e-xpedient.com (216.130.11.130)  69.360 ms  79.594 ms  66.697 ms
    10  v4008.cs1.neoprk.clevoh.e-xpedient.com (216.130.12.194)  66.474 ms  66.767 ms  68.681 ms
    11  server17.longsightgroup.com (209.190.181.136)  66.319 ms  91.287 ms  68.452 ms
    As you can see, my route to the server is only 11 hops.
    Another test is PING:
    Ping has started…
    PING www.longsight.com (209.190.181.136): 56 data bytes
    64 bytes from 209.190.181.136: icmp_seq=0 ttl=49 time=67.923 ms
    64 bytes from 209.190.181.136: icmp_seq=1 ttl=49 time=66.202 ms
    64 bytes from 209.190.181.136: icmp_seq=2 ttl=49 time=69.237 ms
    64 bytes from 209.190.181.136: icmp_seq=3 ttl=49 time=68.239 ms
    64 bytes from 209.190.181.136: icmp_seq=4 ttl=49 time=66.509 ms
    64 bytes from 209.190.181.136: icmp_seq=5 ttl=49 time=68.771 ms
    64 bytes from 209.190.181.136: icmp_seq=6 ttl=49 time=68.318 ms
    64 bytes from 209.190.181.136: icmp_seq=7 ttl=49 time=67.339 ms
    64 bytes from 209.190.181.136: icmp_seq=8 ttl=49 time=68.175 ms
    64 bytes from 209.190.181.136: icmp_seq=9 ttl=49 time=68.549 ms
    --- www.longsight.com ping statistics ---
    10 packets transmitted, 10 packets received, 0.0% packet loss
    round-trip min/avg/max/stddev = 66.202/67.926/69.237/0.920 ms
    PING shows that it takes less than 70 milli-seconds for my computer to talk to the server hosting that page.  That is very fast.  If you get very large (>5000 ms) PING times then there is a good chance your web browser will "give up" before the data comes back.
    In such cases, what your doing (press REFRESH or otherwise try again) is the best wqy to recover.

Maybe you are looking for

  • Error message IN MARKETPLACE

    EVERYTIME I TRY TO DOWNLOAD AN APP FROM THE MARKETPLACE I GET AN ERROR MESSAGE -  SORRY THE APPLICATION MARKET HAS STOPPED UNEXPECTEDLY . PLEASE TRY AGAIN.  MY HUSBAND HAS NO ISSUES WITH THIS ON HIS PHONE.  DO I HAVE SOME SETTING WRONG ON MY PHONE??

  • Convert from sybase bcp to sql*loader

    I'm an oracle newbie. (Oracle 8i, HP Unix) Is there any way to convert sybase bcp format files into sql*loader control files? If not is there any way to take an existing table description and generate a sql*loader control file from it? If anyone has

  • KeyChain passwd not updated to the current Active Directory passwd

    Hey All, i recently changed my AD passwd from my domain member mac pc. Since then whenever i login, i get the following screens asking for my previous AD passwd- Any idea how can this be updated to my current AD passwd? Do comment.. -Alan.

  • People and group column become empty on EDIT ITEM

    Hi, I have 3 people and group columns(Peopleonly type) in my custom content type and list definition from the content type. When I EDIT an item from the list , the values in the 3 people and group column dissappear(meaning the fields are shown empty)

  • My iMac came with Snow Leopard installed

    I upgraded to OSX 10.8.2 but do not like it, how can I go back to my original Snow Leopard that came with my iMac?