RMAN error when restoring controlfile from tape

Hi,
We have a Production database with instance name PROD.
We use Symantec Netbackup software to backup this database to tape library.
We want to test some recovery scenarios on a test server. So we want to restore the production backups from Tape to this test server.
We did the following:
Cloned the ORACLE Home to the Test Server.
Changed the db_name parameter to PROD and also set ORACLE_SID to PROD.
then we connected to RMAN and ran the following command to restore the control files:
RMAN> run {
set dbid 4155532403
set controlfile autobackup format for device type 'sbt_type' to '%F';
set until time "to_date('16/12/2012:10:13:37','dd/mm/yyyy:hh24:mi:ss')";
allocate channel t1 device type 'sbt_tape';
SEND 'NB_ORA_SERV=riysvbkp-001,NB_ORA_CLIENT=lh-erp';
restore controlfile to '/testerp/dbexec/tmp/cf1.ctl' from autobackup;
executing command: SET DBID
database name is "PROD" and DBID is 4155532403
executing command: SET CONTROLFILE AUTOBACKUP FORMAT
executing command: SET until clause
allocated channel: t1
channel t1: SID=171 device type=SBT_TAPE
channel t1: Veritas NetBackup for Oracle - Release 7.1 (2011082510)
sent command to channel: t1
Starting restore at 17-DEC-12
channel t1: looking for AUTOBACKUP on day: 20121216
channel t1: AUTOBACKUP found: c-4155532403-20121216-01
channel t1: restoring control file from AUTOBACKUP c-4155532403-20121216-01
released channel: t1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 12/17/2012 08:34:41
ORA-19870: error while restoring backup piece c-4155532403-20121216-01
ORA-19507: failed to retrieve sequential file, handle="c-4155532403-20121216-01", parms=""
ORA-27029: skgfrtrv: sbtrestore returned error
ORA-19511: Error received from media manager layer, error text:
Failed to process backup file <c-4155532403-20121216-01>
Here you can see that AUTOBACKUP is found but RMAN is unable to process the backup piece.
I am not able to see any errors in the log files. Please advise.
Thanks,
Muneer.

Thanks.
The earlier error is gone and now I am getting the following error:
channel t1: looking for AUTOBACKUP on day: 20121216
channel t1: AUTOBACKUP found: c-4155532403-20121216-01
channel t1: restoring control file from AUTOBACKUP c-4155532403-20121216-01
released channel: t1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 12/17/2012 14:34:25
ORA-19870: error while restoring backup piece c-4155532403-20121216-01
ORA-19507: failed to retrieve sequential file, handle="c-4155532403-20121216-01", parms=""
ORA-27029: skgfrtrv: sbtrestore returned error
ORA-19511: Error received from media manager layer, error text:
Backup file <c-4155532403-20121216-01> not found in NetBackup catalog

Similar Messages

  • Restore controlfile from tape backup without autobackup setting on

    I am testing a scenraio of restoring control file if we loose all control files.
    My RMAN settings for CONTROLFILE AUTOBACKUP is OFF. But, I have taken a backup of controlfile using 'BACKUP CURRENT CONTROL FILE' .
    When I tried to restore control file. I am receiving following error:
    RMAN> run {
    2> allocate channel c101 type sbt_tape;
    3> restore controlfile ;
    4> }
    allocated channel: c101
    channel c101: sid=153 devtype=SBT_TAPE
    channel c101: VERITAS NetBackup for Oracle - Release 6.0 (2006110304)
    Starting restore at 24-MAY-2007 13:44:59
    using channel ORA_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 05/24/2007 13:44:59
    RMAN-06563: control file or SPFILE must be restored using FROM AUTOBACKUP
    My question is, How can I restore control file from tape backup without CONTROLFILE AUTOBACKUP setting ON.
    It sounds like, There is no way we can restore control file from tape backup if you've not set the CONTROLFILE AUTOBACKUP is ON.
    Please advice

    When all controlfiles are lost and a recovery catalog is NOT used, RMAN has no information , where to find the controlfile backup. It's not enough to specify the channel, such a channel could hold many different backups from many different databases. You have tell , which database and which backupset. Modify your run block:
    SET DBID <DBID of the database,for which you want to restore the controlfile>;
    RESTORE CONTROLFILE FROM <name_of_backupiece_which_contains_the_controlfile backup>';
    Werner

  • FOR EXPERTS!! How to restore controlfile from tape using TSM??

    Hi ,
    I have a backup of my database (controlfiles, datafiles and archives) on tapes (TSM).
    I'm doing some tests and i delete all my controlfiles.
    Now i'm trying to restore the control file using the following:
    RMAN>set DBID=1489198124;
    RMAN>run{
    allocate channel t1 device type sbt_tape parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo_capdb15p.opt)';
    restore controlfile from autobackup;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 05/10/2007 16:25:30
    RMAN-06172: no autobackup found or specified handle is not a valid copy or piece
    The autobackup is OFF now (i will put this ON later and become a production enviroment).
    How can i get the controlfile backup from tape. I have this backup on tape made by RMAN using TIVOLI STORAGE MANAGER.
    Tks,
    Paulo.

    This is the command:
    run {
    allocate channel t1 device type sbt_tape parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo_capdb15p.opt)';
    backup current controlfile;
    This is my backups!!!
    RMAN> list backup of controlfile;
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    5234 Incr 0 7.25M SBT_TAPE 00:00:06 10-MAY-07
    BP Key: 5236 Status: AVAILABLE Compressed: NO Tag: SEMANAL
    Handle: BKP_HOT_SEMANAL_02ihckld_1_1 Media: 35240
    Control File Included: Ckp SCN: 215589 Ckp time: 10-MAY-07
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    5254 Incr 1 7.25M SBT_TAPE 00:00:04 10-MAY-07
    BP Key: 5260 Status: AVAILABLE Compressed: NO Tag: SEMANAL
    Handle: BKP_HOT_SEMANAL_05ihcksm_1_1 Media: 35240
    Control File Included: Ckp SCN: 215769 Ckp time: 10-MAY-07
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    5315 Incr 0 7.25M SBT_TAPE 00:00:05 10-MAY-07
    BP Key: 5327 Status: AVAILABLE Compressed: NO Tag: SEMANAL
    Handle: BKP_HOT_SEMANAL_0aihcld9_1_1 Media: 35212
    Control File Included: Ckp SCN: 216284 Ckp time: 10-MAY-07
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    5454 Incr 0 7.25M SBT_TAPE 00:00:04 10-MAY-07
    BP Key: 5459 Status: AVAILABLE Compressed: NO Tag: SEMANAL
    Handle: BKP_HOT_SEMANAL_0gihcmjn_1_1 Media: 35240
    Control File Included: Ckp SCN: 217433 Ckp time: 10-MAY-07
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    5553 Incr 0 7.11M DISK 00:00:01 10-MAY-07
    BP Key: 5556 Status: AVAILABLE Compressed: NO Tag: SEMANAL
    Piece Name: /oracle/product/10.2.0/db/dbs/BKP_HOT_SEMANAL_0nihcv0m_1_1
    Control File Included: Ckp SCN: 260191 Ckp time: 10-MAY-07

  • [HELP] : error when restore data from server A to server B

    Hello,i have troubles when restore FULL BACKUP from server A to Server B Please help me
    when i Backup Full from server A ,i copy that Backup files to Server B (aa new server),i restore spfile và control file from BK files,then i mount (alter database mount ) to restore database , it show error message ORA-01103: database name 'ORCL' in control file is not 'DUMMY' , i tried to shutdown immediate and then startup mount again , but it show other error message RMAN-04014: startup failed: ORA-00845: MEMORY_TARGET not supported on this system
    Please help me
    Thank a lot

    Filesystem 1K-blocks Used Available Use% Mounted on
    shmfs 2097152 157532 1939620 8% /dev/shm
    please give me answer a question : now , i have pfile initDUMMY.ora
    DUMMY.__db_cache_size=13287555072
    DUMMY.__java_pool_size=134217728
    DUMMY.__large_pool_size=67108864
    DUMMY.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    DUMMY.__pga_aggregate_target=13757317120
    DUMMY.__sga_target=20602421248
    DUMMY.__shared_io_pool_size=0
    DUMMY.__shared_pool_size=6845104128
    DUMMY.__streams_pool_size=67108864
    *._controlfile_enqueue_timeout=1800
    *._kill_controlfile_enqueue_blocker=FALSE
    *._kill_enqueue_blocker=1
    *.audit_file_dest='/u01/app/oracle/admin/DUMMY/adump'
    *.audit_trail='db'
    *.compatible='11.2.0.0.0'
    *.control_files='/u01/app/oracle/product/11.2.0/db_1/dbs/control01.ctl'
    *.db_block_checking='TRUE'
    *.db_block_checksum='TRUE'
    *.db_block_size=8192
    *.db_domain=''
    *.db_flashback_retention_target=10080
    *.db_lost_write_protect='NONE'
    *.db_name='DUMMY'
    *.db_recovery_file_dest='/u01/app/oracle/fast_recovery_area'
    *.db_recovery_file_dest_size=1099511627776
    *.db_ultra_safe='DATA_AND_INDEX'
    *.diagnostic_dest='/u01/app/oracle'
    *.disk_asynch_io=TRUE
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=DUMMYXDB)'
    *.log_archive_dest_2='SERVICE=svrhst LGWR SYNC AFFIRM DELAY=0 OPTIONAL REOPEN=5 MAX_FAILURE=3'
    *.log_archive_dest_3='SERVICE=exthst LGWR SYNC AFFIRM DELAY=0 OPTIONAL REOPEN=5 MAX_FAILURE=3'
    *.log_archive_dest_state_2='ENABLE'
    *.log_archive_dest_state_3='DEFER'
    *.log_archive_format='%t_%s_%r.dbf'
    *.memory_target=34359738368
    *.open_cursors=5000
    *.os_roles=FALSE
    *.processes=1024
    *.recyclebin='ON'
    *.remote_login_passwordfile='EXCLUSIVE'
    *.session_cached_cursors=256
    *.sessions=2048
    *.sql92_security=TRUE
    *.undo_retention=2700
    *.undo_tablespace='UNDOTBS1'
    but i don't know why ? before i shutdown immediate (database states is nomount) , i show parameter MEMORY_TARGET , the value is 0 ?
    Thank

  • Problem when restoring Backup from Tape...

    Hi
    I am getting the following error when I am trying to restore a backup from Tape on AIX system:
    BR0279W Return code from 'LANG+C cd /oracle/RSD/sapbackup && LANG=C cpio -iuvB .tape.hdr0 < /dev/rmt0': 0
    BR0359W Restore of /oracle/RSD/sapbackup/.tape.hdr0 from /dev/rmt0 failed due to previous errors
    BR0218W Checking label on volume in device /dev/rmt0 failed
    BR0236I Perfhaps volume initialization with option '-i force' required
    I have initialized the tape before backup to label RSDB05 which I used while taking the backup.
    When I initialized the tape as mentioned above with '-i force' then while restoring there is problem of timestamp.
    How to restore the backup from tape now.
    Regards
    Chin2

    Dear Ahamad,
    In this command " brrestore -b xxxx.anf -m all -p /oracle/TRG/102_64/dbs/initSRC.sap " you are calling parameter file of source system initSRC.sap in which system is checking parameter/option 'compress_dir'. Please check if its same. Why you have replaced the SSID with TSID its not required at all.
    Please follow these steps....
    Place xxxxx.anf file in backup directory. check for parameters in initSID.sap file of TRG system. It should be the same as of SRC system.
    Try again and post result if you are getting any error.
    Regds
    Anil

  • PSE 7 catalog error when restoring backup from PSE 5

    I am attempting to move from PSE5 on XP to PSE7 on Vista using the backup-restore method, . Catalog is about 75 MB, data set is 56 GB, all stored on external USB drive. Tried restoring in new folder using both with and without restoring folder arrangement.
    On PSE 5, most images were online, scattered across E: partition and external USB disk. Restoring to PSE7, files are all restored to a new directory OK, but new catalog lists all files in E: as offline. Let me repeat... the images are moved into a new folder on the new system, but are shown in the organizer as still on a non-existent E: drive on the new computer.
    I am left with thousands of untagged images, all of them ther newest and most important in my system.

    Mahlon,
    First, some additional questions:
    1. Did you do File > Catalog > Recover and File > Catalog > Reconnect before doing the backup? Thats very important.
    2. On the old computer, was E: a partition on an internal drive, an external USB drive, or a network drive?
    3. In the restored PSE 7 catalog, are the suspect thumbnails shown with a yellow question icon in their corner or a red circle icon with a line through it (like the international power symbol)?
    4. When you say files are still recorded in the catalog as being on the E: drive, is that as shown in Folder Location view in the left-hand folder heirarchy pane, in the center Folder Location pane, in the Properties pane, or all three? (Check all three, because sometimes PSE will show different drive letters.)
    > This will take a dozen hours on the old system, and I'm skeptical that it will work. PSE7 already converts the PSE5 database in or out of the restore. But it can't correct the pathname on the old system to indicate that the files are local and not offline.
    Recovering the PSE 5 catalog, reconnecting missing files, installing PSE 7, and converting the catalog to PSE 7 on the old computer should take about 30-45 minutes (doing a second backup will take much longer).
    Converting the catalog on the old computer is different than converting it on the new computer. PSE 7 has a different catalog format than PSE 5 PSE 5 uses drive letters to identify hard drives, whereas PSE 7 relies on serial numbers, and the internal database format is completely different. When you restore to the new computer and try to convert the catalog at the same time, the conversion needs to both update the new paths of all the files
    and convert from the old catalog format to the new one, changing drive letters to serial numbers. But when you convert to PSE 7 on the old computer, the locations of files and drives havent changed its just changing the database format. So its entirely possible that conversion will go correctly. Then when you backup the PSE 7 catalog and restore it on the new computer, backup/restore is just changing the paths of files, not converting from drive letters to serial numbers or changing database formats.
    So thats why its quite possible (though not at all guaranteed) that converting to PSE 7 on the old computer and then doing backup/restore could produce different results different process, different results.
    You have two other options, both of which might lose tags or other catalog information:
    1. On your new computer in its current state, reconnect all the files in the catalog to their new locations. Because they are marked as offline (assuming they actually are offline, based on the answers to my questions above), the Reconnect command will tell there is nothing to reconnect. However, you can force PSE to reconnect offline files using a trick described in step 4 of this FAQ:
    http://www.johnrellis.com/psedbtool/photoshopelements-6-7-faq.htm#_Quickly_reconnecting_la rge
    This may or may not work, because its likely that the buggy conversion process has left your catalog in an inconsistent, unknown state, and there may be other problems still lurking. Also, persuading PSE to quickly reconnect whole folder hierarchies of files takes some patience (as youll see in the FAQ).
    2. You can merge the PSE 5 catalog into a fresh PSE 7 catalog using this procedure: In PSE 5, save the tag definitions to a file, use File > Write Keyword Tag to write the keyword tags to the photos, copy the tag-definitions file and all the photos to the new computer using Windows Explorer, import the tag definitions into a fresh PSE 7 catalog, import the copied photos, and finally have PSE 7 automatically stack photos that used to be in version sets into stacks. These steps are described in detail in this FAQ:
    http://www.johnrellis.com/psedbtool/photoshopelements-6-7-faq.htm#_Merging_Catalogs
    This FAQ is written assuming the source catalog is in PSE 6 or 7, but I think it should also apply to a source catalog in PSE 5.
    There are a number of problems with this. First, its time consuming. Second, youll lose version sets, stacks of photos that are *not* visually very similar or taken close together in time, collections (albums), and projects. The PSE File > Write Keyword Tag command has numerous bugs (in all versions), and youll most likely lose at least some, and perhaps much, of your tags, star ratings, captions, notes, dates/times, and GPS/map locations. If you have raw files in particular, youll very likely lose much or all of the metadata, but depending on the source of your JPGs and other file formats, those files could lose much information too. See the end of this FAQ for more details on the known bugs:
    http://www.johnrellis.com/psedbtool/#_Writing_File_Metadata

  • RMAN-06172 error when restoring to a DR system

    Hello,
    I am not a trained DBA, I only have some basic understandings and what I can figure out from the manuals and googling.
    I have a production 10G R2 database, on Red Hat 5, that I backup using Backup Exec 2010.
    I perform weekly live Full backups followed by 6 days of incrementals. I also perform a month offline backup once a month.
    Archive logs are used.
    RMAN setting are at the default.
    In getting my Disaster Recover site up and tested I performed a restore of the cold last coldl backup and a live full.
    Both where successful except for a minor issue that was fixed with restoring the Archive logs
    recently I was testing my procedures again and ran into this error
    RMAN-03002
    RMAN-06172
    I have attempted to research this issue but I am having issues understanding what I need to do?
    I have looked into these MetaLink articles 351826.1, 735115.1, 369680.1, 274237.1, 261426.1, 292835.1
    I am confused as to why I was able to restore one full live backup but not the next one.
    Thank you for any insight you can give.

    Here is the RMAN log from one of the restore attempts.
    All restores are done as if the production server had been lost and I had only the tapes to restore with.
    ===========================================================
    # RMAN command section
    RUN {
    ALLOCATE CHANNEL ch0
    TYPE 'SBT_TAPE';
    SEND 'BSA_SERVICE_HOST=10.1.1.35,NBBSA_TOTAL_STREAMS=1,NBBSA_JOB_COOKIE={C5D98C8E-5E64-4587-97EB-DDD9351E13B5},NBBSA_DB_DEVICE_NAME=Oracle-Linux::\\server.domain\SID';
    RESTORE CONTROLFILE FROM 'BE_bulsuqdc_1_1';
    RELEASE CHANNEL ch0;
    connected to target database: webct (not mounted)
    using target database control file instead of recovery catalog
    allocated channel: ch0
    channel ch0: sid=483 devtype=SBT_TAPE
    channel ch0: Symantec/BackupExec/1.1.0
    sent command to channel: ch0
    Starting restore at 22-NOV-10
    released channel: ch0
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 11/22/2010 15:00:16
    RMAN-06172: no autobackup found or specified handle is not a valid copy or piece
    Recovery Manager complete.
    ===========================================================
    Thanks,
    William

  • Restore controlfile from leagato tape backup

    I am using legato tool to perform rman tape backup.
    I use the following script on legato to get the controlfile backup.
    "backup current controlfile format '%d_%s_%p.ctrl'; "
    If I lost the controlfile how do i restore controlfile from the tape. Assume that the DB in nomount stage.

    Hi,
    backing up autobackup controlfiles to legato is possible. All you have to do is to configure autobackup accordingly. By default autobackup controlfiles will get written to disk.
    However i strongly recommend to use a rman backup catalog. This will save you a lot of time consuming trouble if you need to restore your database.
    The rman catalog database itself does not need any license and is rather small (5 GB on disk, 512 MB memory).
    Restoring the control file will be something like this:
    set controlfile autobackup format for device type sbt to '%F';
    restore controlfile from autobackup;
    Ronny Egner
    My Blog: http://blog.ronnyegner-consulting.de

  • Restoring controlfile from rman

    Hi
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0
    on OEL4
    I have lost all the control files (infact deleted knowingly to simulate ). i have a full database backup in recovery catalog. I do not know the dbid of database.
    I am not able to connect to target database from rman it shows.
    RMAN> connect target sys/prod@PROD
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    ORA-12528: TNS:listener: all appropriate instances are blocking new connectionsIs there anyway i can restore controlfiles from rman ? or i need to create controlfiles manually.
    Thanks
    Edited by: user8896122 on Jan 3, 2010 6:03 AM

    You can try on the machine hosting the database:
    C:\Users\Pierre>rman target /
    Recovery Manager: Release 10.2.0.1.0 - Production on Sun Jan 3 15:29:02 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    connected to target database (not started)
    RMAN> startup nomount
    Oracle instance started
    Total System Global Area     805306368 bytes
    Fixed Size                     1289996 bytes
    Variable Size                213909748 bytes
    Database Buffers             587202560 bytes
    Redo Buffers                   2904064 bytes
    RMAN>and then you can try to connect to recovery catalog.

  • Getting an "installer failed to initialize" error when installing CS5 from CD

    Getting an "installer failed to initialize" error when installing CS5 from CD
    Mac OS X Version 10.7.5

    Try using the Adobe Creative Suite Cleaner Tool
    helps resolve installation problems for CS3 thru CS6 and for Creative Cloud
    http://www.adobe.com/support/contact/cscleanertool.html
    If you continue to have problems getting the CD installation to work you can download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site or else the download will not work properly.
    CS5:
    http://prodesigntools.com/all-adobe-cs5-direct-download-links.html

  • Error when reading data from socket

    Hi,
    I am getting the error 'NiRawReadError: An error occured when reading data from socket.' when using the ABAP API  'mo_core_service->invoke_matching'.
    And I get this error only when I pass ABAP_TRUE to the paramter 'iv_wait_for_invocation' .
    Can anybody help me in correcting this?

    Hi Narasa,
    The following error is already in discussion in the below forum.Plz consult the forum link you will find the error solution.
    Problem in ABAP API - NiRawReadError: error when reading data from socket
    Rgds
    Ankit

  • How can I get rid of a 1202 error when downloading products from itunes

    How can I get rid of an 1202 error when downloading products from itunes?

    You have probably downloaded the Norton program which is one of the least desirable helpmates you can invite in.
    Read this thread and follow the suggestions by Thomas R, one of our gurus in this field.
    https://discussions.apple.com/message/20005609#20005609

  • Restore NDS from Tape

    I need to restore NDS from tape.
    There is not NDS backup (Arcserve 9.01).
    Can it be restored from files ?

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1
    Ah, well, maybe with SBS it is an option (no idea, never used that
    product) and if it's a single-server tree you at least shouldn't be
    corrupting your tree by doing so but the hardest part will be your backup.
    If it does that, go for it but if not you'll need to recreate the tree or
    find another backup. If you ever ran `dsrepair -rc` you may have a backup
    in sys:/system/dsr_dib as I recall that can be restored by Novell.
    Good luck.
    rvincenty wrote:
    > Thanks for the reply. It is a SBS so only one server on the tree.
    > I will need to review the backup tapes for the /_netware
    >
    > [email protected];1800440 Wrote:
    > Probably best-asked in the eDir forums, along with exactly what you
    > have
    > as far as a backup. Does Arcserve backup the sys:/_netware directory?
    > Also are there other servers in the tree? This type of restoration is
    > completely unsupported.
    >
    > Good luck.
    >
    >
    >
    >
    >
    > rvincenty wrote:
    >>>> I need to restore NDS from tape.
    >>>> There is not NDS backup (Arcserve 9.01).
    >>>> Can it be restored from files ?
    >>>>
    >>>>
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v2.0.9 (GNU/Linux)
    Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
    iQIcBAEBAgAGBQJKJCrNAAoJEF+XTK08PnB5am0QALRZF97kUj ELOF1Wt97CqNYF
    /GYXOCdO2z1bMplrauT+nF/8Oufvu1fGGtr6E6+19Ona44Pb6X2d5l/XVkSnenvu
    fI9vdOzgzGBZ5W+1ZUVxLJwMHR6wiAsmQUeFnwL6ABWcojIZWH Hxve7VOz7WFKuM
    ZqEAP+GW4fPb1AO6JjKKk46JwT4ICxYJUZq6W5I9bC2q1g7AZ6 1HAxyxydBUbmCp
    bAhtC2QBL0kHnXjd+dHBlFsUaaApe1ADGmGfuQCeTQi4Pps+Bh vZ7t5Rl5vKaDW9
    L9ZW9f0FCMEt9/79jVb1BAQzavmKQKoRj1hxvu31bDnGGP/78d7TvYzWMHd94TX+
    53aFJunzPA1BviX2RCsnMucH1xTsT4UEHRz2L81PKBs9VI4mdr 8+86pyvGUUNLYh
    efHIqAkPE8T7qeWTtmMgLbz79Rppv9oM3nwBfR+8tcohtWch8M XrTYgfihcexV/h
    70fcMDxJnr77NSNVELxhFUm5FMhhsLhCdyPDbq/Abqyj4h/N8q2n6xXsv6zFuVCS
    pz6YFtQNXILFKccCo4iyt0i16zhk3iZ7yQKAJrYP9vOU7xGrFR F/SapdIbf3DeJT
    pl4xeQe7GS1CD3lxS4ULQHdNf7zqUfx7Yf+GNUe99tS3Rd+v9Z uP3gpKyPK+llRP
    Xra28iHja3CQYU4YzHfi
    =Eums
    -----END PGP SIGNATURE-----

  • Error when generating IDoc from MC document - workitem to all the SAP users

    A workflow item with the subject of “Error when generating IDoc from MC document” is sent to all the SAP users' inbox. Is it possible to stop the generation of this work item? If that is not possible, can we limit sending the work item to a specific user/agent instead of all the users in the system?
    It appears that these work item or error message are generated when one of the developers reopen the POs and add line items. Moreover, during that time the procurement team blocked the IDOCs from going out to the vendors when changing and resaving the POs. Therefore, we need stop the generation of error message/work item when the IDOCs generation blocked.

    Please check Rule 70000141which is the default rule for this task. Inside this rule a FM is attcahed which is reading table EDO13 and EDPP1 where agent is retrieved Probably this table entries are not maintained. This Workflow is getting triggered from Message cOntrol I think.
    Please check this link for
    http://help.sap.com/saphelp_47x200/helpdata/en/c5/e4aec8453d11d189430000e829fbbd/frameset.htm
    <b>Reward points if useful and close thread if resolved</b>

  • Error when generating IDoc from MC document

    Hi,
    Our Workflow administrator is getting the following error  in his inbox daily for a particular IDOC type.
    Error when generating IDoc from MC document
    Please let me know how to disable this message.
    Regards
    Elini.P

    Hi  experts,
                i got the error msg when generating idoc from mc document
    this error msg goes to all sap users inbox,how to resolve this problem
    pl give me solutions
    regards
    kumar

Maybe you are looking for