How to Recover database from old backup and full archive log file

Hi Oracle expert!
I met problem when restore my oracle database.
In my case:
- My database version: 10.2.0.2
- I have a database full backup (01-Nov)
- I have all Archived log file from (01-Nov -> 05-Nov)
- My database drop in 05-Nov with disk error (no datafile, no redo..).
- I have no any RMAN backup from (01-Nov -> 05-Nov)
How can i restore my database to 05-Nov?
Thanks

user10280724 wrote:
Hi Chinar.
When i used RMAN flow as your step, but i met the problem!
- After recover database i select sequence#, applied from v$archived_log;
--> it apply newest archived log that i had.
- but when I select Data from table created between 01-Nov to 05-Nov, it not found!
Not the same way the step:
SQL> RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL?
It apply newest the same archived log i had table created between 01-Nov to 05-Nov.
How can i do with RMAN to recover my table?That is not possible,if your all available archive logs applied using rman or through sqlplus(recover database using backup controlfile until cancel) and one of these logs contain your table then there are not any problems.So there are not any difference between recovery using rman and user managed(using sqlplus),but there main matter is applying all archive logs.So first check through rman list copy of archivelog all or list backup of archivelog all and identify there in rman repository is any information or not about these logs.

Similar Messages

  • Recover database from cold backup and add ol archivelogs....

    Hello!
    Scenarion : I have create in 1 january cold backup of my database. I have from 1 to 4 January all archive logs generated by my database. My database gone in 4 January.
    Solution question : How can i restore database using cold backup a than add info from archivelogs to recovered database to do database consist from disaster day.
    Regards... Marcin

    1. Kill current instance with SHUTDOWN ABORT.
    2. Copy all control files and data files from your cold backup to original destination.
    3. Make sure all archived redo logs from 01-JAN to 04-JAN are available in the database archive destination (LOG_ARCHIVE_DEST or LOG_ARCHIVE_DEST_x).
    4. Run as SYSDBA:
    startup mount
    recover database using backup controlfile until cancel;When prompted for something like
    ORA-00279: change 864868 generated at 01/14/2010 09:30:10 needed for thread 1
    ORA-00289: suggestion :
    C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2010_01_15\O1_MF_1_22_%
    U_.ARC
    ORA-00280: change 864868 for thread 1 is in sequence #22enter:
    AUTOWhen you get something like:
    ORA-00308: cannot open archived log
    'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2010_01_15\O1_MF_1_29_
    %U_.ARC'
    ORA-27041: unable to open file
    OSD-04002: ouverture impossible du fichier
    O/S-Error: (OS 2) Le fichier spécifié est introuvable.run
    alter database open resetlogs;

  • Is RMAN only way to take backup and delete Archive Logs?

    On primary db:
    ===============
    OS: Windows 2003 server 32-bit
    Oracle: Oracle 10g (10.2.0.1.0) R2 32-bit
    On Physical standby db:
    ===============
    OS: Windows 2003 server 32-bit
    Oracle: Oracle 10g (10.2.0.1.0) R2 32-bit
    Data Guard just configured. Archive Logs are properly being shipped to standby db. Is RMAN only way to take backup and delete Archive Logs from both primary and standby db? What other command can be used?
    Thanks

    No, but anything else is way more work. Without using RMAN you would have to find another way to keep track of applied logs.
    RMAN make this very simple :
    RMAN> CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON ALL STANDBY;Using another method would be like using the handle of your screwdriver as a hammer.
    See "RMAN Recipes for Oracle Database 11g" ISBN 978-1-5959-851-1
    Best Regards
    mseberg

  • New iPhone restore from old backup and lost new photos

    Hi there
    I recently got a iphone 5 and from the excitement of seeing Obama in cape town, took pictures of his speech and even recorded my friends shaking his hand and have brief converstaions. Now when i connected the new phone into my mac, itunes requested a restore from old backup. So agreed, not knowing that all the new photos / movies of the US president would be deleted!!!
    Can i reftieve them or not. and why doenst Apple provide such informaition to users for new restorations?
    Please help!

    eh2756 wrote:
    Same problem.  My wife lost her iPhone 3Gs while on vacation.  Purchased iPhone 5 on the trip and took pictures with it.  When we got back home I clicked restore from a previous backup and all the pictures disappeared.
    I wonder if Apple is reading this thread. ?????????
    NO... What did you expect the phone to do when you restore from a backup.
    You should've imported the new pics to your computer as you would a digital camera..

  • How to recover datafile in Oralcle 10g...? No backups and No archive log

    All,
    I need to recover the datafile 2 which is for undo tablespace and it is in recover state and i need to recover the data files now .
    But the bad thing is We dont have backup at all and we dont have archive logs (Archive log disabled in the database)...
    In this situation how can i recover the datafile ...?
    SQL> select a.file#,a.name,a.status from v$datafile a,v$tablespace b where a.ts#=b.ts#;
    FILE# NAME STATUS
    1 /export/home/oracle/flexcube/product/10.2.0/db_1/oradata/bwfcc73/system01.dbf SYSTEM
    *2 /export/home/oracle/logs/bw/undotbs01.dbf RECOVER*
    3 /export/home/oracle/flexcube/product/10.2.0/db_1/oradata/bwfcc73/sysaux01.dbf ONLINE
    4 /export/home/oracle/datafiles/bw/bwfcc73.dbf ONLINE
    5 /export/home/oracle/datafiles/bw/bwfcc73_01.dbf ONLINE
    SQL> archive log list;
    Database log mode No Archive Mode
    Automatic archival Disabled
    Archive destination USE_DB_RECOVERY_FILE_DEST
    Oldest online log sequence 4940
    Current log sequence 4942

    Hi,
    First of all you must Open a ticket with oracle Support and explore the options
    You can use this note to fix it:
    RECOVERING FROM A LOST DATAFILE IN A UNDO TABLESPACE [ID 1013221.6]
    If you is Unable to Drop Undo tablespace Since Undo Segment is in Needs Recovery
    You can Upload the following trace file while opening the ticket
    SQL>Alter session set tracefile_identifier='corrupt';
    SQL>Alter system dump undo header "<new of undo segment in recover status>";
    Go to udump
    ls -lrt *corrupt*
    Upload this trace file
    Also upload the alert log fileRegards,
    Levi Pereira
    Edited by: Levi Pereira on Nov 29, 2011 1:58 PM

  • Trying to Recover Data From Old Backup Exec Tapes

    I have been tasked with recovering data from an old Windows XP machine with an HP C1537A DDS3 tape drive.  The machine used Backup Exec to create the tapes.  In trying to recover the data I constantly get an error that says the data on the tape is inconsistent.  I tried to run the HP analysis utility but it said the error log of the drive was full and it would be necessary to do a firmware load to clear it.  I therefore loaded the lastest firmware.
    I ran the HP analysis utilities using one of the tapes as a scratch tape (to write over):
    Test 'DDS Drive Assessment Test' started on device 'HP C1537A' at address '6/0.0.0'
    Please reload your media. Do you wish to continue?
    |__ Analysis Results
        ||__ DDS Drive Assessment Test version V08.11.2006
        ||__ Device Analysis for DDS Drives
        ||__ Firmware rev 'L411' is up-to-date for 'C1537A' as of Wed May 25 19:00:00 2005.
        ||__ You appear to have used tapes not designed for this drive.
        ||__ Please use tapes that are compatible with your product.
        ||__ Unsupported tapes have been inserted 6 times.
        ||__ You appear to be using very old tapes not designed for this drive.
        ||__ Non-MRS tapes tapes have been inserted 3 times.
        ||__ There were 9 rules checked.
        ||__ Testing has completed and no problems were found.
    The tape that was used in the analysis was a maxlell HS-4/125s DDS3 tape -- the same type that was used to create the backup tapes. 
    Why does the drive think I am using "very old tapes not designed for this drive"?  The tapes were witten to by this drive.
    What is a "Non-MRS" tape?
    The end results appears to be that "no problems were found" but Backup Exec reports that the tapes have inconsistent data. 
    Any suggestions on how to make the tapes readable by Backup Exec would be appreciated.
    I am using Backup Exec 9.1 Rev 4691.  Please do not suggest using a later version as this is the latest version that (1) will run on a Windows XP Pro box and (2) that supports the tape drive.

    Saberman,
    Have you tried the Enterprise/Business forum for this?  I doubt anyone here on the consumer section will be able to help you with Tape Storage.
    Here is the link to the Tape section of the forum.
    http://h30499.www3.hp.com/t5/Tape-Libraries-and-Drives/bd-p/itrc-198
    Good luck.

  • How to restore/duplicate from old backup

    Hi All,
    RMAN Version : 10.2.0.4
    Repository Version : 10.2.0.4
    OS : AIX 6.1
    Target Database : 10.2.0.4
    I have set the RMAN retention policy to 10 days for my database say "BCMT1". I have duplicated this database successfully to "RTEST", but i have restored from backup within the recovery window period.
    what if, i want to duplicate/restore backup which is older then 10days and which is marked obsoleted & deleted from RMAN repository but available on tape ?
    Below is script to detele the obsolete backup:
    run
    crosscheck backup;
    DELETE NOPROMPT EXPIRED BACKUP;
    DELETE NOPROMPT OBSOLETE RECOVERY WINDOW OF 10 days;
    }Script to duplicate the database:
    run
    allocate channel DSK1 type DISK;
    allocate auxiliary channel DSK2 type DISK;
    set until time  "to_date('09/24/10 17:00:00','MM/DD/YY hh24:mi:ss')";
    DUPLICATE TARGET DATABASE TO RTEST1;
    }Below are configuration parameters:
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 10 DAYS;
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/oraclebackup/BCMT1/%F';
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT   '/oraclebackup/BCMT1/%U' MAXPIECESIZE 4 G;
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/orapltp1/product/10.2/dbs/snapcf_BCMT1.f'; # defaultCan the catalog command be used to register the old backups with RMAN repository and then restore from those backups ?

    Thanks for quick response...
    Again one question.....
    Since i have deleted the obsolete backups, that means this information is also gone from RMAN repository too.
    Here is the Scenario:
    1) I have backups available on disk from 23rd Sep 2010 To 2nd OCT 2010, So, i can easily restore/duplicate my database with in this time period. (RMAN repository have this information)
    2) I have backups available on tape from 1st AUG 2010 To 1st 22nd Sep 2010. Now, if i need to restore/duplicate database to 26th Aug 2010. I have deleted the obsolete backups, so information gone from repository. How to proceed ?

  • How to recover information from old sync account?

    HDD died on me, but I didn't think it much of a problem, as I just thought I'd pair the new installation with my android phone. However, I should have noticed much earlier that there are new sync accounts, and migrated to them. Now I can access all tabs, passwords and so on from my phone, but cannot pair them up with the new installation. And, while the old drive does allow some amount of reading, C: is completely untouchable, so I cannot do a normal backup and restore of the profile.
    Now, to recover all that information, I have to load all 50+ sync tabs on my phone, then migrate to the new sync? Would that lose any information, like passwords or history? Is there any alternative?

    Windows doesn't even recognize the old disk, xubuntu helped me recover some of the data partition, but C: was completely corrupted. Tried my best there.
    Installing an old version of firefox did work, however, as I've saved my recovery key in a safe place. This way I've recovered bookmarks, preferences, at least most of my old tabs (not all, strangely), and, most importantly, the history, so I will just call this a job well done.
    Thanks for the answer, and for the tip about Android; that certainly saved me some headache before I figure it out myself.

  • Oracle Restore from Online backup without any archive logs

    Hi,
    May be a dumb question. If I have a good online backup (say it took 2 hours to do that. And there is database activity while backup is going on), and lost all the archive logs happened after the online backup, is it possible at all to do the restore using that backup? complete or incomplete? and bring back the database to normal operation mode? Some details on this.
    Thanks.

    Let us see the reasoning behind this.
    Database:WORLDDB
    WORLDDB configuration:-
    TBSP_WDB
    ->TBSP_WDB_01.dbf
    ->TBSP_WDB_02.dbf
    SYSTEM
    ->SYSTEM.dbf
    USERS
    and so on for the tablespaces.
    CASE 1:-
    User managed backup.
    You issue
    ALTER TABLESPACE TBSP_WDB BEGIN BACKUP;
    DB keeps working all transactions are recorded in the redo stream, the scn information is not updated in the file header.
    Also note that the other tablespaces were been continuously worked on hence their scn numbers are a moving target.
    http://download-east.oracle.com/docs/cd/B10501_01/server.920/a96572/osbackups.htm#10012
    So if you begin tablespace TBSP_WDB backup at time t1 and by the time you are done with your backups you are at time t2, you will need all of the archive log's between time t1 and t2.
    CASE 2:-
    If we do with rman, rman takes care of the file header update information and goes on its merry way, those details are hidden from the end user. If one of the tablespace is fractured, updated while backups are going on , rman knows about it and will re-read the affected blocks in question.
    My thinking would be that you might need archive logs, unless it is a cold backup, with switch logfiles in between.
    If you do hot backups you need archivelogs is my thought. The number of archivelogs required will be decreased considerably through rman.
    http://download-east.oracle.com/docs/cd/B10501_01/server.920/a96566/rcmconc1.htm#458821
    Summary:-
    Either way archivelogs are needed.

  • How to send output from SQL script to the specified log file (not *.sql)

    ## 1 -I write sql command into sql file
    echo "SELECT * FROM DBA_USERS;">results.sql
    echo "quit;">>results.sql
    ##2- RUN sqlplus, run sql file and get output/results into jo.log file
    %ORACLE_HOME/bin/sqlplus / as sysdba<results.sql>>jo.log
    It doesn't work please advise

    $ echo "set pages 9999" >results.sql ### this is only to make the output more readable
    $ echo "SELECT * FROM DBA_USERS;" >>results.sql
    $ echo "quit" >>results.sql
    $ cat results.sql
    set pages 9999
    SELECT * FROM DBA_USERS;
    quit
    $ sqlplus -s "/ as sysdba" @results >jo.log
    $ cat jo.log
    USERNAME                          USER_ID PASSWORD
    ACCOUNT_STATUS                   LOCK_DATE  EXPIRY_DAT
    DEFAULT_TABLESPACE             TEMPORARY_TABLESPACE           CREATED
    PROFILE                        INITIAL_RSRC_CONSUMER_GROUP
    EXTERNAL_NAME
    SYS                                     0 D4C5016086B2DC6A
    OPEN
    SYSTEM                         TEMP                           06/12/2003
    DEFAULT                        SYS_GROUP
    SYSTEM                                  5 D4DF7931AB130E37
    OPEN
    SYSTEM                         TEMP                           06/12/2003
    DEFAULT                        SYS_GROUP
    DBSNMP                                 19 E066D214D5421CCC
    OPEN
    SYSTEM                         TEMP                           06/12/2003
    DEFAULT                        DEFAULT_CONSUMER_GROUP
    SCOTT                                  60 F894844C34402B67
    OPEN
    USERS                          TEMP                           06/12/2003
    DEFAULT                        DEFAULT_CONSUMER_GROUP
    HR                                     47 4C6D73C3E8B0F0DA
    OPEN
    EXAMPLE                        TEMP                           06/12/2003
    DEFAULT                        DEFAULT_CONSUMER_GROUPThat's only a part of the file, it's too long :-)

  • How to recover database from .mdf file

    create a database of
    equal size to the one you're trying to attach
    shutdown the server (Stop)
    swap in the old mdf file (replace new .mdf file with .mdf file to be recovered )
    Location: C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA
    bring up the server (start) and let the database attempt to be recovered and then go into suspect mode
    put the database into emergency mode with ALTER DATABASE
    run DBCC CHECKDB (dbname, REPAIR_ALLOW_DATA_LOSS) which will rebuild the log and run full repair
    Your database will be available again but you'll have lost data and the data won't be transactionally consistent
    USE [master]
    GO
    ALTER DATABASE [RdmStoreInformation] SET EMERGENCY
    GO
    ALTER DATABASE [RdmStoreInformation] SET SINGLE_USER
    GO
    DBCC CHECKDB ([RdmStoreInformation], REPAIR_ALLOW_DATA_LOSS)
    GO
    ALTER DATABASE [RdmStoreInformation] SET MULTI_USER
    GO
    ALTER DATABASE [RdmStoreInformation] SET ONLINE
    GO
    This is a issue I had to fix and it's solution listed here for your reference(I gathered all the In-formations by surfing web)

    Interesting, did you get any errors trying to attach the .mdf file?
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • How to transfer music from old computer and itunes to new computer itunes

    How can i get all my music off my old windows xp version with itunes to my new vista with itunes

    I wonder if you might know how to answer this somewhat related question: I, unfortunately, copied my iTunes music library onto an external hard drive before I read about the consolidating option. Stupidly, I then did the consolidation. Now I have each song listed twice in my library and one of each is an orphan, so I have to manually locate each one. That's a lot of music! Is there a way to undo my stupidity?

  • How to restrict users from printing documents and exporting to local file

    Hi SAP gurus,
    I have two questions.
    1. How can I restrict users from printing a document? i.e. billdoc? I would like to know if I could block it though authorization. If yes, what auth obj to use?
    2. How to restrict certain users from exporting to local file? the System> List>Save-->Local File. I have tried restricting it using auth object S_GUI but it seems it is only applicable to older versions of SAP. im on ecc6.
    Thank you in advance.

    Hi,
    Check this:
    Create your own gui status and attach it to the list in the event START-OF-SELECTION.
    In the menu painter extra -> adjust template.
    Make it a list status and you will see all the standard list options appear including list->download
    Deactivate the ones you don't want. 
    If you just want to prevent users from downloading the list you can achieve this with authorization object S_GUI, activity 61. Menu option will still be there though.
    Please note that if you remove authorisation for S_GUI activity 61 then all downloads will not be possible. 
    If you just want to disable downloads only for a particular report, you can try this test program:
    Code:
    REPORT ztest. 
      DATA: PROGNAME LIKE SY-CPROG value 'Z_CHECK_AUTH', 
            FORMNAME LIKE SY-XFORM value 'F_CHECK_AUTH'.
    START-OF-SELECTION. 
        CALL FUNCTION 'SET_DOWNLOAD_AUTHORITY' 
             EXPORTING 
                  FORM    = FORMNAME 
                  PROG    = PROGNAME 
             EXCEPTIONS 
                  OTHERS  = 1.
      WRITE: / 'TEST'.
    You also need this:
    Code:
    PROGRAM z_check_auth.
    FORM f_check_auth USING pe_result TYPE i. 
      pe_result = 5. 
    ENDFORM.
    Also have a look at the exit SGRPDL00.
    Hope this helps you.
    Rgds,
    Raghu

  • How to recover the database when some of the archive log file get deleted.

    I am facing a problem with Oracle database, which is related to archivelogs.
    Our development database is running in archivelog mode, but we don't have backups scheduled and have no recovery catalog.
    When the database was in running condition, disk got full, so some archivelogs were deleted manually.
    After this they restarted the DB, and now DB is not coming up. Errors are as follows:
    SQL> startup
    ORACLE instance started.
    Total System Global Area 1444383504 bytes
    Fixed Size 731920 bytes
    Variable Size 486539264 bytes
    Database Buffers 956301312 bytes
    Redo Buffers 811008 bytes
    Database mounted.
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01113: file 1 needs media recovery
    ORA-01110: data file 1: '/export/home/oracle/dev/ADVFRW/ADVFRW.system'
    SQL> recover datafile '/export/home/oracle/dev/ADVFRW/ADVFRW.system'
    ORA-00283: recovery session canceled due to errors
    ORA-01610: recovery using the BACKUP CONTROLFILE option must be done
    SQL> recover database using backup controlfile;
    ORA-00279: change 215548705 generated at 09/02/2008 17:06:10 needed for thread
    1
    ORA-00289: suggestion :
    /export/home/oracle/dev/ADVFRW/ADVFRW.archivelog1/LOG_ADVFRW_1107_1.ARC
    ORA-00280: change 215548705 for thread 1 is in sequence #1107
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    /export/home/oracle/dev/ADVFRW/ADVFRW.archivelog1/LOG_ADVFRW_1107_1.ARC
    ORA-00308: cannot open archived log
    '/export/home/oracle/dev/ADVFRW/ADVFRW.archivelog1/LOG_ADVFRW_1107_1.ARC'
    ORA-27037: unable to obtain file status
    SVR4 Error: 2: No such file or directory
    Additional information: 3
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    CANCEL
    Media recovery cancelled.
    SQL>
    1. How to recover the database and bring it online
    Any help will be highly appreciated.
    With Regards
    Hemant Joshi
    Edited by: hem_Kec on Sep 7, 2008 9:07 AM

    Hi,
    Archive log files are the copies of redolog files.As redo log files are circularly overwritten,oracle generates archive log file of the corresponding redo logfiles being overwritten.So if you have a backup that dates back to 10 am in the morning and if your database creashed at 3 pm,you cannot use the redo log files alone as they have incomplete information.To completely recover the database upto 3 pm,you need archive log files generated between 10 am to 3 pm. In your case since you are missing one archive log file,you cannot perform complete recovery and hence would suffer data loss.

  • Recover database using cold backup

    Hi All,
    One of the table is delete by one of our DBA from PROD accidentally. We have a cold backup on one day before.
    Now we are trying to restore it from the cold backup. PROD DB is in archivelog and all the archive is in tact.
    The table got truncated today at 8 PM. Can we apply the database till 8 PM so that we can restore the truncated table using cold backup.
    Please find the below steps which we are using to restore.
    creating controlfile
    starting the db in mount state
    recover database;
    Will it ask for latest archive log when we try to recover it.
    ENV details -
    DB - 11.2.0.1
    Please suggest.
    Thanks

    Hi,
    If you have doubts about the procedure to use to restore a backup to a point in time, then please take a look at the documentation first: Performing Flashback and Database Point-in-Time Recovery - 11g Release 2 (11.2)
    After you specify the time when the recovery must end (UNTIL clause in rman), then the RECOVER command will try to use the archivelogs needed.
    Before starting with this PITR operation, you should check if your database has flashback active, because it will be much easier to recover using it.
    This is also explained on the same document linked above.
    Regards.
    Nelson

Maybe you are looking for

  • How to enable a printer which was offline for long time?

    Hi, One of our printers has not been used for a long time and was set to be permanently offline. Due to the need of printing, the printer was enabled. It is powered on (and can also be disabled and enabled) but is unable to print. Is there anything i

  • FTP server in EBI

    Hi all, I need to get a jpg image from a PDA, I never do it. And the folowing message appear: "==>  what is the specific message for which Fieldlink user id that should have the below mentioned JPG attached ? Please note that the JPG are not "in" SAP

  • Vendor Advance Adjustment

    There was an advance payment (30000 INR), Actual PO is 20000 INR ) made to the vendor against PO 1  as a result vendor send back the balance amount  (10000 INR). Now, can that advance (10000) be adjusted against the  PO 2 (New PO) for the same vendor

  • IKEv2 in MacOS 10.10 Yosemite

    According to this official document (slide 89) http://devstreaming.apple.com/videos/wwdc/2014/702xxvsjwkmhw2e/702/702_managing_ apple_devices.pdf Mac OS 10.10 Yosemite is capable of using IKEv2 connections. I have a working .mobileconfig file, that w

  • BPEL Integration with Mainframes

    HI I am integrating BPEL with mainframes which would generate a cobol copy book using an FTP adapter at a particular location in mainframe (NTACF.ICCMH.IC100810.IC19.TRANS<+1>).i am encountering a problem as when bpel is trying to create a file it's