MAM Synchronization Error-Skip Container ID

Hi All
We have implemented MAM in one of the clients places.We are facing one issue which is troubling us for the last 2 months.
Few devices are throwing an error when it is synchronized.Initially we thought that this error occured when the data cable got disconnected whenever the Sync was on.But now, it doesn't seem to be the reason.
The error that we are getting is :
Skip container ID <Device GUID> because container has wrong sequence number 998( Expected 1168)
Skip container ID <Device GUID> because container has wrong sequence number 999( Expected 1168)
Skip container ID <Device GUID> because container has wrong sequence number 1000( Expected 1168)
Skip container ID <Device GUID> because container has wrong sequence number 1167( Expected 1168)
When we check in Merep_mon, we find that there is no data with the sequence number 1168 in any of the Sync BO's.
Also, we see few entries in 'O-waiting' in the Sync BO  "MAM30_031" which results in no sent data in Sync BO " MAM30_041".
MI Server Details are:
SAP_ABA     700     0014     SAPKA70014     Cross-Application Component
SAP_BASIS     700     0014     SAPKB70014     SAP Basis Component
PI_BASIS     2005_1_700     0014     SAPKIPYJ7E                          PI_BASIS 2005_1_700
SAP_BW     700     0016     SAPKW70016     SAP NetWeaver BI 7.0
Kindly Suggest.Thanks in advance.
Regards, Obish Kumar
Edited by: Obish Kumar on Sep 22, 2011 1:11 PM

Hi,
I'm not sure but check what the server "thinks" he needs to process for this device and what the device "sends" to the server as the next package to process. I think you'll see a lack in this sequence numbers.
I think that changing this last seq.num. well procesed by the server with the number that you see in the error message will work.
Regards.
Joan Estruch.

Similar Messages

  • Need information about synchronization error of stat file in BW system

    Since we registered an IFS file named stat in /usr/sap/<SID>/DVEBMGS00/ as a part of object replication for MIMIX, we frequently experience a synchronization error by CPI3728:object has been changed.  We need to solve this issue not to occur an object synchronization error in production operation point of view. I'd very much appreciate if someone could provide a hint or tips to avoid this situation.
    Sincerely,

    Hi Yuhko,
    The stat file contains info for performance/monitor used in Tcodes like STAD. Do you really need it? We are using Mimix for ECC 5.0. And we configure the following:
    /USR/SAP/PRD/DVE*                           *EXCLD
    As long as the directory structures are same on both sides, it should work. (Not 110% sure of /sec subdirectory because we just configured a temp SSL certificate)
    Thank you,
    Victor

  • E skipping container: missing TRANSACT_ID in the downsync reply ?

    Hi All,
    I have the following:
    SAP ME 2.1 SP03 on the Web AS 6.20 server
    SAP CRM 4.0
    SAP ME 2.1 SP03 on the Handheld client
    CRM HH SALES SP 08
    Error:
    E skipping container: missing TRANSACT_ID in the downsync reply
    I have not any data from CRM to display on the Handheld device.
    Can somebady help me?
    Thanks.
    Marius

    Hi,
    This problem occurs because the request container going from ur MI client did not contain the line numbers & was not sorted. Line numbers are needed by the middleware. Hence the client is not processing the response container because it is corrupted.
    Please add the following 2 parameters in the config file. It will solve the problem.
    MobileEngine.Security.SynchronizationPasswordHandlingOption=local
    MobileEngine.Sync.ContainerWideLineNumbers=true
    The second parameter adds the line numbers into the request container & hence the containers are sorted in the right order on the middleware.
    Please let me know if this solves ur problem.
    Regards,
    Nameeta

  • Synchronization Error Redemption is not installed.

    I have recently installed Microsoft Office Professional Plus 2013 in its 64 bit version on my computer (Windows 7 professional, Service Pack 1). When trying to synchronize my BlackBerry (Bold 9900) I am getting the following message:
    Synchronization Error Redemption is not installed.
    I am running on the BB OS 7.1 Bundle 2807; the BlackBerry Desktop Software is version is 7.1.0.14, released 07 March 2013 (Bundle 42).
    Running the 32-bit version of Office does not produce the error message.
    My provider is T-online, they called me and told me that they can’t help.

    Hi and Welcome to the Community!
    Here is a KB that discusses that error:
    KB31987 "Synchronization Error Redemption is not installed." occurs when synchronizing organizer data
    Unfortunately, it contains nothing more useful than recognition by BB that the problem exists, but no workarounds or solutions are offered. However, I do notice that it states to be applicable to earlier Desktop Software versions...
    In any event, I suggest this thread:
    http://supportforums.blackberry.com/t5/Desktop-Software-for-PC/Cleanly-quot-Starting-Over-quot-with-...
    It starts with a process for cleanly starting over, and there is some discussion, and there is also a post (15) with links to older Desktop Software versions, if those are needed. Note that this is not, by any means, guaranteed to work...but it has worked for many to resolve issues they are having.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Version 4 Error: Expected Container, found Object Reference

    We're in the process of upgrading our sequences from 3.5 to
    4.0 and for the most part, everything is seamless.  However, there is one situation I’ve found
    that throws a RTE in 4.0 but works fine in 3.5. 
    When calling SetPropertyObject on an object reference, the following
    error is thrown:
    Parameter 'newValue': Expected Container, found Object Reference.
    -17308; Specified value does not have the expected type.
    Attached is a sequence snippet illustrating this
    behavior.  The last step should assign
    the variable in Parameters with the name in TempStr (“Fred” in this example) to
    the first element in the TraceObjRefs array (an array of object references).  
    What is really confounding is that this works as expected in
    3.5.  Any insight as to what changed or
    what’s the best way to work around this?
    Attachments:
    AliasBreak35.seq ‏46 KB

    We are seeing something similar in TS 4.1.
    We have a container with subproperties which are also containers (of the same type actually). Technically, this is an array, we are using the container to be able to address by name. When I extract one of the sub-properties either by GetPropertyObject or by GetNthSubproperty and then try to assign it to a container of the same type, I get the error "Expected container, found object reference".
    I attached a sequence with some experiments, using the NI_Limits type  and found a solution: the Evaluate method seems to actually copy the values from the source container to the target; but only when it is not called as "PropertyObject.Evaluate()" but stand alone.
    But I did not quite understand the mechanics of the aliases. In the sequence, I create an alias, as indicated in the previous posts. Then I can apparently not change that alias again. I used the "Data" member in the NI_Limits container to differentiate between the individual containers.
    After the second SetPropertyObject, the value stays the same as before. But when I then change the value in one of the source objects, the other changes with it.
    So I am not quite clear what an alias actually is and what its effects are.
    Regards
    Peter
    Attachments:
    TestObjRef.seq ‏6 KB

  • I have re-installed Adobe Reader on to my Windows 7 PC. When I open a PDF I was getting an error message containing  . . . .Acrord32.exe application error . . . . I now cannot open any PDF's. Adobe seems to be unresponsive.

    I have re-installed Adobe Reader on to my Windows 7 PC. When I open a PDF I was getting an error message containing  . . . .Acrord32.exe
    I now cannot open any PDF's and Adobe seems unresponsive. I have tried to follow a step by step guide on how to fix this but Adobe won't stay open long enough for me to complete the steps. When I open Adobe it stays open for a matter of seconds then minimises to the task bar and when I click on it again I can't do anything with it and have to close it via task manager
    Please help!?

    Disabling Protected Mode should fix the problem.  But since you cannot even open Adobe Reader by itself, you need to do it via the Windows registry.  If you tell me your installed Reader version, I can give you a registry script to do that.

  • Synchronization error after latest Blackberry Storm Upgrade

    Hi from North Carolina!   
    I recently upgraded the OS on my Storm using the Desktop Manager.  Since then I get a synchronization error as follows:
    "Intellisync
    Error encountered. Error code - 0x8004fceb.
    Check documentation.
    OK"
    and it aborts the "processing device calendar".
    I downloaded the desktop manager from Blackberry and reinstalled it, but continue to get the same error.
    Can anyone help.  It is greatly appreciated  
    Solved!
    Go to Solution.

    Hi and welcome to the forums!
    You have a corrupt record in the calendar:
    Thanks,
    Bifocals
    This issue may be caused by one of the following:
    One or more contacts in the Contacts application is missing information or has invalid characters in the First, Last, or Company name fields.
    There are attachments in the Calendar application
    http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB14818&sliceId=SAL_Pub...
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Device error "sequence contains no matching element"

    Hallo,
    I just received the VirtualBench and I could use it as I connect it for the first time. I then downloaded and run the program for Window7, so that I would be able to run the program from my PC.
    Since then, I cannot work anymore more with the virtualbench. It always give the same error: device error: sequence contains no matching element.....
    What it wronf what shall I do?
    Note: I read a similar question, but it seemed that the error disppeared somehow for unexplained reason. So, there were actually no solution mentionned for this problem.
    Thanks in advance for any support.
    Solved!
    Go to Solution.

    For anybody that has this problem in the future, we'd really like to get to the root of the problem.  To help with that I have created a small utility that will pull the configurations from your device and save them to files.  These configurations appear to be corrupted in these situations.
    The easiest way to use the utility is to run it from the command line.  It will find the first USB VirtualBench on your system and save any configuration files it has to your temporary directory.  For example:
    C:\Users\User\Desktop>nivb_cfgutil.exe
    Saving files to C:\Users\User\AppData\Local\Temp\
    Connecting to device 'vbzach'
    Found config: ni-virtualbench-preferences.vbconfig
    Wrote config to file C:\Users\User\AppData\Local\Temp\ni-virtualbench-p​reference
    s.vbconfig
    Found config: test_cfg.vbconfig
    Wrote config to file C:\Users\User\AppData\Local\Temp\test_cfg.vbconfig
    Found config: test_cfg2.vbconfig
    Wrote config to file C:\Users\User\AppData\Local\Temp\test_cfg2.vbconfi​g
    It also has some options that allow  you to specify the device to connect to (either by name, IP address, or hostname), where to put the files, and whether or not to overwrite existing files on your PC.  For example:
    C:\Users\User\Desktop>nivb_cfgutil.exe --help
    Usage: nivb_cfgutil.exe [options]
    Main options:
      -h, --help
          Shows help.
      -d, --dev=device
          Device name to target.
      -o, --out=directory
          Output directory to save config files.  If not specified, the temporary di
    rectory is used.
      -w, --overwrite
          Overwrite existing files.
    What we would like is that when people run into this issue they perform the following steps:
    Attach the application preferences files:
    Open a file explorer
    In the address bar, enter this path (copy/paste can help):
    XP: %USERPROFILE%\Local Settings\Application Data\National Instruments\NI-VirtualBench
    Vista, 7, 8: %USERPROFILE%\AppData\Local\National Instruments\NI-VirtualBench
    Attach the file ni-virtualbench-preferences.vbconfig to a post here so we can inspect it.
    Run the nivb_cfgutil.exe utility attached to this post, and post any *.vbconfig files it creates to a post here so that we can inspect it.
    Once you have done that, you should be able to fix the issue by doing the following:
    Use the reset button on the back. The application also uses information stored on the PC when it starts. If the problem is there, then resetting the device alone won't help.
    NI VirtualBench Help :: Reset Button http://zone.ni.com/reference/en-XX/help/371526A-01/vbhelp/wirelessbutton/
    Launch the app.  If it works, you're done.
    If the issue was not resolved, you may also need to delete the file mentioned above.
    Open a file explorer
    In the address bar, enter this path (copy/paste can help):
    XP: %USERPROFILE%\Local Settings\Application Data\National Instruments\NI-VirtualBench
    Vista, 7, 8: %USERPROFILE%\AppData\Local\National Instruments\NI-VirtualBench
    Delete the file ni-virtualbench-preferences.vbconfig
    Zach Hindes
    NI R&D
    Attachments:
    nivb_cfgutil.zip ‏991 KB

  • SCCM 2012 SP1 WSUS/Software Update Point Synchronization error on CAS.

    Hi All, 
    Good day to all you. 
    I would like to seek all your help on this issue that i have encountering. 
    My SCCM 2012 SP1 CAS are having a synchronization error in WSUS/Software update point. The CAS have intergrated WSUS role in it. The last good synchronization was on July 16, 2014. No error log found on WCM.log and WSUSctrl.log
    Error: 
    Sync failed: UssNotFound: WebException: The request failed with HTTP status 404: Not Found.~~at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall).
    Source: Microsoft.SystemsManagementServer.SoftwareUpdatesManagement.WsusSyncAction.WSyncAction.SyncWSUS
    SMS_WSUS_SYNC_MANAGER  7/22/2014 3:05:32 PM 5776 (0x1690)
    STATMSG: ID=6703 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_SYNC_MANAGER" SYS=MYHQKUL990707S.sdb.com SITE=C01 PID=6948 TID=5776 GMTDATE=Tue Jul 22 07:05:32.796 2014 ISTR0="Microsoft.SystemsManagementServer.SoftwareUpdatesManagement.WsusSyncAction.WSyncAction.SyncWSUS"
    ISTR1="UssNotFound: WebException: The request failed with HTTP status 404: Not Found.~~at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)"
    ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0
    SMS_WSUS_SYNC_MANAGER  7/22/2014 3:05:32 PM 5776 (0x1690)
    Sync failed. Will retry in 60 minutes
    SMS_WSUS_SYNC_MANAGER  5776 (0x1690)
    below are wsyncmgr.log:
    Setting sync alert to active state on site C01  SMS_WSUS_SYNC_MANAGER (0x1690)
    Sync time: 0d00h01m14s SMS_WSUS_SYNC_MANAGER
    5776 (0x1690)
    Wakeup for a polling cycle SMS_WSUS_SYNC_MANAGER
    5776 (0x1690)
    Starting Sync SMS_WSUS_SYNC_MANAGER
    5776 (0x1690)
    Performing sync on retry schedule SMS_WSUS_SYNC_MANAGER
    5776 (0x1690)
    Read SUPs from SCF for MYHQKUL990707S.sdb.com  SMS_WSUS_SYNC_MANAGER 5776 (0x1690)
    Found 1 SUPs SMS_WSUS_SYNC_MANAGER
    5776 (0x1690)
    Found active SUP MYHQKUL990707S.sdb.com from SCF File.
    SMS_WSUS_SYNC_MANAGER 5776 (0x1690)
    STATMSG: ID=6701 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_SYNC_MANAGER" SYS=MYHQKUL990707S.sdb.com SITE=C01 PID=6948 TID=5776 GMTDATE=Tue Jul 22 07:04:20.750 2014 ISTR0="" ISTR1="" ISTR2="" ISTR3=""
    ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0
    SMS_WSUS_SYNC_MANAGER 7/22/2014 3:04:20 PM
    5776 (0x1690)
    Synchronizing WSUS server MYHQKUL990707S.sdb.com  SMS_WSUS_SYNC_MANAGER 5776 (0x1690)
    STATMSG: ID=6704 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_SYNC_MANAGER" SYS=MYHQKUL990707S.sdb.com SITE=C01 PID=6948 TID=5776 GMTDATE=Tue Jul 22 07:04:21.763 2014 ISTR0="" ISTR1="" ISTR2="" ISTR3=""
    ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0
    SMS_WSUS_SYNC_MANAGER 7/22/2014 3:04:21 PM
    5776 (0x1690)
    Using account sdb\SCCM-Admin to connect to WSUS Server
    SMS_WSUS_SYNC_MANAGER 5776 (0x1690)
    Synchronizing WSUS server myhqkul990707s.sdb.com ...
    SMS_WSUS_SYNC_MANAGER 440 (0x01B8)
    sync: Starting WSUS synchronization SMS_WSUS_SYNC_MANAGER
    440 (0x01B8)
    Sync failed: UssNotFound: WebException: The request failed with HTTP status 404: Not Found.~~at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall). Source:
    Microsoft.SystemsManagementServer.SoftwareUpdatesManagement.WsusSyncAction.WSyncAction.SyncWSUS
    SMS_WSUS_SYNC_MANAGER 7/22/2014 3:05:32 PM
    5776 (0x1690)
    STATMSG: ID=6703 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_SYNC_MANAGER" SYS=MYHQKUL990707S.sdb.com SITE=C01 PID=6948 TID=5776 GMTDATE=Tue Jul 22 07:05:32.796 2014 ISTR0="Microsoft.SystemsManagementServer.SoftwareUpdatesManagement.WsusSyncAction.WSyncAction.SyncWSUS"
    ISTR1="UssNotFound: WebException: The request failed with HTTP status 404: Not Found.~~at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)"
    ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0
    SMS_WSUS_SYNC_MANAGER 7/22/2014 3:05:32 PM
    5776 (0x1690)
    Sync failed. Will retry in 60 minutes SMS_WSUS_SYNC_MANAGER
    5776 (0x1690)
    All response is much appreciated
    Thank You

    Hi,
    I recommend you look at the IIS log. Maybe it can give us some clues.
    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.

  • == ERROR: arch contains invalid characters: ','

    I been using GNU/Arch Linux for few weeks now. One program I liked for Ganoo/Leenox was "screencloud", it let me bind hotkeys to draw a square then snap a screenshot and upload it to my FTP server.
    So I typed 'yaourt screencloud',
    It fails to install the 'libqxt' dependency every time I try. This is what happens:
    ==> Downloading libqxt PKGBUILD from AUR...
    x PKGBUILD
    libqxt 0.6.2-3 (Sat Sep 1 10:18:04 EDT 2007)
    ( Unsupported package: Potentially dangerous ! )
    ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
    ==> ------------------------------------
    ==> n
    ==> libqxt dependencies:
    - qt4 (already installed)
    - openssl (already installed)
    - db (already installed)
    - qt4 (already installed)
    ==> Continue building libqxt ? [Y/n]
    ==> --------------------------------
    ==>
    ==> Building and installing package
    ==> ERROR: arch contains invalid characters: ','
    ==> ERROR: Makepkg was unable to build libqxt.
    ==> Restart building libqxt ? [y/N]
    ==> -------------------------------
    ==>
    So what is wrong with it and how do I fix it? Thanks

    AbaddonOrmuz wrote:Edit the PKGBUILD to remove the comma "," in the arch array, just that.
    A really odd thing happens when I press Y to edit the PKGBUILD
    The terminal just dies, nothing appears, and I cant ctrl+C to escape
    Heres a lil screencapture I encoded as webm to show what happens
    http://webmup.com/La22v/
    EDIT: sorry for the uploading to that host, if anyone knows a better place to upload, or public ftp server let me know
    Last edited by Untracable (2015-01-13 08:32:04)

  • ActiveSync reporting generic "Synchronization error", anyone have any ideas?

    I am using my Treo 700wx on my Windows XP Home desktop computer, and have in the past been able to sync with Outlook 2003.  My wife recently purchased a new windows mobile smartphone and began using ActiveSync under her computer profile, and since then ActiveSync reports a generic "Synchronization error" message in the Activesync window when I place my Treo in the USB cradle.  It does indicate that I am connected just fine.  I redownloaded the most recent ActiveSync files from Microsoft (4.5.0) and used the repair option without success.  I also upgraded my Treo Phone software to v. 1.22 - VZW also without any change in my ability to sync my data.  Does anyone have any suggestions as to the next step?
    Thanks.
    Post relates to: Treo 700wx (Verizon)

    I have only seen a generic syncrhronization error when trying to do remote synchronization, so pretty much sounds like your device is trying to sync to a diff computer than that one it is connected to.
    First simple check is to delete the partnership the device has with your computer and see if that helps
    1. With the mobile device disconnected from your computer, start ActiveSync, click Delete Partnership on the File menu, and then click the partnership you want to delete.
    2. Soft reset the mobile device. For information about how to do so, view the documentation that is included with your the mobile device.
    3. IMPORTANT: When you perform this step, if you have data on your mobile device that is not yet on your computer, you should choose Combine when you receive a message that asks what you want to do with existing data on the mobile device.
    Connect your mobile device to your computer, and then modify your initial settings by using the New Partnership Wizard. Note that the New Partnership Wizard automatically starts after you connect your mobile device.
    Message Edited by HardBeatZ on 07-06-2008 10:21 PM

  • RMAN-10011: synchronization error while polling for rpc 8, action=startdefa

    Could anybody explain what is this error message caused by?
    TIA
    The entire spool below:
    051107064744: NetBackup RMAN Backup Started
    ORACLE_SID=db02
    backup_type=cold
    number_of_channels=2
    Started by: Oracle
    051107064745: Checking database status
    051107064745: Database status: OPEN
    051107064745: Getting database password
    051107064746: Checking database password
    051107064746: Database password: Valid
    051107064746: Checking Database mode
    051107064746: Database mode: NOARCHIVELOG
    051107064746: Shutdown no archive
    051107064838: RMAN BACKUP STARTED
    Recovery Manager: Release 10.1.0.4.0 - 64bit Production
    Copyright (c) 1995, 2004, Oracle. All rights reserved.
    connected to target database: db02 (DBID=3504436532)
    RMAN> connect catalog *
    2> run
    3> {
    4> sql 'alter session set sort_area_size=12582912';
    5> sql 'alter session set sort_area_retained_size=1048576';
    6> allocate channel t1 type 'SBT_TAPE' parms="ENV=(NB_ORA_POLICY=ORA_solcdi02, NB_ORA_SERV=sun4)"
    7> format 'df_%d_%p_%u_%t';
    8> set limit channel t1 maxopenfiles=1;
    9> allocate channel t2 type 'SBT_TAPE' parms="ENV=(NB_ORA_POLICY=ORA_solcdi02, NB_ORA_SERV=sun4)"
    10> format 'df_%d_%p_%u_%t';
    11> set limit channel t2 maxopenfiles=1;
    12> backup database filesperset=64
    13> include current controlfile;
    14> sql 'alter database open';
    15> release channel t1;
    16> release channel t2;
    17> }
    18>
    connected to recovery catalog database
    starting full resync of recovery catalog
    full resync complete
    sql statement: alter session set sort_area_size=12582912
    sql statement: alter session set sort_area_retained_size=1048576
    allocated channel: t1
    channel t1: sid=160 devtype=SBT_TAPE
    channel t1: VERITAS NetBackup for Oracle - Release 5.1 (2004122521)
    allocated channel: t2
    channel t2: sid=159 devtype=SBT_TAPE
    channel t2: VERITAS NetBackup for Oracle - Release 5.1 (2004122521)
    Starting backup at 11-MAY-07
    channel t1: starting full datafile backupset
    channel t1: specifying datafile(s) in backupset
    input datafile fno=00005 name=/oradata/10gid/u01/grid102/grid102/mgmt.dbf
    input datafile fno=00006 name=/oradata/10gid/u01/grid102/grid102/mgmt_ecm_depot1.dbf
    input datafile fno=00007 name=/oradata/10gid/u01/grid102/grid102/system02.dbf
    input datafile fno=00004 name=/oradata/10grid/u01/grid102/grid102/users01.dbf
    channel t1: starting piece 1 at 11-MAY-07
    channel t2: starting full datafile backupset
    channel t2: specifying datafile(s) in backupset
    input datafile fno=00008 name=/oradata/10ggrid/u01/grid102/grid102/mngmecm02.dbf
    input datafile fno=00001 name=/oradata/10ggrid/u01/grid102/grid102/system01.dbf
    input datafile fno=00002 name=/oradata/10ggrid/u01/grid102/grid102/undotbs01.dbf
    input datafile fno=00003 name=/oradata/10ggrid/u01/grid102/grid102/sysaux01.dbf
    channel t2: starting piece 1 at 11-MAY-07
    channel t2: finished piece 1 at 11-MAY-07
    piece handle=df_GRID102_1_19ihecmm_622277334 comment=API Version 2.0,MMS Version 5.0.0.0
    channel t2: backup set complete, elapsed time: 00:06:05
    channel t2: starting full datafile backupset
    channel t2: specifying datafile(s) in backupset
    including current controlfile in backupset
    channel t2: starting piece 1 at 11-MAY-07
    channel t2: finished piece 1 at 11-MAY-07
    piece handle=df_GRID102_1_1aihed24_622277700 comment=API Version 2.0,MMS Version 5.0.0.0
    channel t2: backup set complete, elapsed time: 00:00:35
    channel t1: finished piece 1 at 11-MAY-07
    piece handle=df_GRID102_1_18ihecmm_622277334 comment=API Version 2.0,MMS Version 5.0.0.0
    channel t1: backup set complete, elapsed time: 00:06:48
    Finished backup at 11-MAY-07
    Starting Control File and SPFILE Autobackup at 11-MAY-07
    piece handle=c-3404436532-20070511-00 comment=API Version 2.0,MMS Version 5.0.0.0
    Finished Control File and SPFILE Autobackup at 11-MAY-07
    sql statement: alter database open
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-10010: error while checking for RPC completion
    RMAN-10011: synchronization error while polling for rpc 8, action=startdefault
    Recovery Manager complete.
    051107065708: RMAN BACKUP FAILED, RMAN exit status=1
    051107065708: Cleaning log file (removing passwords)
    051107065709: Error Log Check
    051107065837: Rman Stat Generator
    051107065956: Backup Html Generator
    051107065956: NetBackup RMAN Backup Finished
    ######################################################

    Check on metalink:
    RMAN-10011: synchronization error while polling for rpc 3, action=startdefault
    Note:429572.1
    Werner

  • I tried to download a book I bought but failed. The error message contains "The operation couldn't be completed. (Product Integrity error 9918). Anyone can help?

    I tried to download a book I bought but failed. The error message contains "The operation couldn't be completed. (Product Integrity error 9918)". Anyone can help?

    If this is something you attempted to purchase and download through the iTunes store, then contact iTunes support. http://www.apple.com/emea/support/itunes/contact.html

  • Has anyone had a opf parse error with container.xml missing, when it is actually present plz ?

    Has anyone had a opf parse error with container.xml missing, when it is actually present plz ?

    Has anyone had a opf parse error with container.xml missing, when it is actually present plz ?

  • VETS100A - Error - "Call contained error(s):ADS(2)

    Hi,
               When I executed the standard VETS report using VETS 100A form, I got the error "Call contained error: ADS(2)
    Message No. FPRUNX003
    When I executed it with VETS 100 form, it didn't display the job codes 00 and 01
    Any help is much appreciated
    Thanks

    Hi,
    Please check the OSS note 1372977.

Maybe you are looking for

  • Ipod is disabled and is not recognized by itunes

    Ipod is saying that it is disabled, trying to restore in itunes but itunes is not seeing it

  • Folder Listings in Lightroom 3

    In LR3, if I close up all of the folders in the library module, shut down LR3, and then reopen LR3, all of those folders open up again, along with their subfolders. This is unlike LR2.7 where if I have the folders all closed, or have some opened and

  • How to configure java

    I'm using a smartcard to log in to a Citrix environment. I can configure Safari setting it to translate to IE 7, works okay. Want to use Google Chrome, seems faster, but I get a general authentication error when logging in through Citrix. For what I

  • Reporting accuracy, and OS requirements for updates?

    Maybe I am not doing "Software Updates" or "Device Collections" right, but I have a collection of computers I'm deploying Software Updates to.  The Software Update package currently only consist of Windows 7 updates.  The collection I'm deploying to,

  • HP Pavillion G4 - Key 2,w,s,x not working

    Hi My laptop key are not working at all. The key not working are  2 w s x Any kind of help would be apreciatted Thanks