Restore/recover SAP application

hi
One of our ABAPer's made a change in SAP application  & transported the changes to PRD
Now payroll cannot run. Is it possible to restore the application to its original state from backup ?
regarda

Hi,
Sunil, Audun, and Nick is proposing the right way. All you need is to ask your ABAP-er to find the old version of its program and transported again.
Just hope it worked. Since sometimes user exit doesn't provide backward versioning.
I have this experience before.
ardhian
http://sapbasis.wordpress.com

Similar Messages

  • Process for restoring an HTMLDB application

    Hello,
    What is the process for restoring an HTMLDB application if there is no export .sql file for it? Can it be recovered from the flows_files / flows_010500 schemas -- if so, how is this done?
    Thanks,
    Nora

    Thanks Scott,
    I have backups set automatically, and I know that everything in my database is being backed up.
    But when the server crashed, htmldb and oracle were gone anyway. I had no choice but to re-install both from the CDs.
    But, when I restored my database, it put my old flows_files and flows_010500 schemas in. Could I have just installed htmldb with those schemas already there, or do you have to drop them first before doing a fresh install? I'm assuming that if I left the old schemas there, my applications still be there? (I apologize if I'm being unclear)
    Thanks much,
    Nora

  • Restore of an application without having an OLAP database backup

    Hello,
    Could you tell me if there is a means (manually or through the server manager) to restore a working application-set if I have not a backup of the OLAP database ?
    Thanks in advance,
    Lionel

    Hi,
    There is a way :
    On the server hosting BPC Server Manager :
    1. Create a new folder named "MyAppSet" where MyAppSet is the exact name of your appset.
    2. Create 3 sub-folders, in the previous one, named WebFolder, FileDB and SQL
    3. In \MyAppset\Webfolder put a zip file contening all the files and subdirectory of the appset webfolder
    4. In \MyAppset\FileDB put a zip file contening all the files and subdirectory of the appset fileDB
    5. in \MyAppSet\SQL put the .BAK file of your DB (full backup of your appset.
    6. Run SAP BPC server manager => AppSet => Restore AppSet
    7. Open \MyAppSet directory.. This will automatically find the correct filedb zip, webfolder zip and DB .BAK file
    SSAS DB will be recreated but you will have to reprocess application / dimensions and security from the Admin client.

  • By mistake I ran Windows Backup/Restore with SAP services on  URGENT

    Dear all
    What I did by mistake I ran Windows Backup/Restore with SAP services on (I stopped win sql services and SAP instance).
    After restore under same circumstances I could not start istance (actually it started but after connect with saplogon dispetcher stopped).
    When trying to restore 2nd time(with deleted AFGDATA1,AFGDATA2, AFGDATA3 , AFGLOG and usr under c:\ I realized I can not delete C:/usr directory (with subdrectories) as SAP services were locking some files. (i stopped services and deleted those files I have them in rcycle bin),
    Can I somehow restore the system

    Hello Tina,
    - what is the status of SAP service? can you start it? If not, what is written in application event log?
    - If service can be started, are you able to start SAP system? If not, what is written in sapstartsrv.log, dev_disp and dev_w0, could you put output of them?
    - which files exactly have you deleted?
    I afraid that the locked files were not backup and they will not be restored in this case. Further steps depend on what the files you have deleted.

  • How sap application connect oracle database

    The gurus,
    I just to known how sap application connect to oracle database. Where or what the configuration files at SAP level and oracle level.
    Thank you
    Edited by: Muzaidi Marjuki on Apr 28, 2011 8:58 AM

    existing database to other database that also running on oracle ( right now we testing for recovery server) in case the existing server going down or have a problem that cannot been restore
    Its similar to DR setup, then why don't you install application at time of initial installation of DR?
    *Explain in  detial with a clear query
    Regards,
    Nick Loy

  • Recovering an application from time machine

    Hi
    I inadvertantly deleted an apllication. I have kept my time machines backups up-to-date. How do I recover the application?

    Open Time Machine from the dock on your Mac and wait a few minutes for the Time Machine "Star Wars" interface to load
    Using the scale at the far right of the screen, locate a date when the application was still on your Mac
    Click on the date and Time Machine will display it at the bottom of the window to confirm
    Click on Applications on the left side of the Finder window
    Locate the application that you want and click on it to highlight it
    Click Restore at the lower right of the window

  • Will the 10.8.3 combo restore my Mail application which has disappeared completely from my IMac

    Will the 10.8.3 combo restore my Mail application which has disappeared completely from my IMac?
    Is there any way that my Mail application can be restored?

    If you are using OS X Mountain Lion, the 10.8.3 Combo is the first step you have to take in order to recover Mail in the computer. Theoretically, it should work, but it's possible that it doesn't. If, after installing the Combo, you haven't recovered Mail, reinstall OS X, holding Command and R keys while your computer is starting and following the steps to reinstall Mountain Lion. You won't lose anything doing it

  • Custom error message in SAP application log

    Is there a way to add a custom error message to the SAP application log without passing the message variables MSGV1, MSGV2, MSGV3, MSGV4 and the Message class and number. 
    We want to pass a custom message from the BAPIRET2-MESSAGE without giving it a Message class and number.  The reason for this is that  we are using class based exceptions instead of the traditional message class with errors.  When we catch the class based exception, we take the error text of the exception and put in in the BAPIRET2-message and set the BAPIRET2-TYPE as 'E'.  Now we want to add this to the SAP application log.
    The call to 'BAL_LOG_MSG_ADD' takes a structure BAL_S_MSG which is just like BAPIRET2.  However this function builds the entry to the application log use the message variables MSGV1, MSGV2, MSGV3, MSGV4.  There is no provision to pass in the BAPIRET2 message.
    Add message to application log
      CALL FUNCTION 'BAL_LOG_MSG_ADD'
        EXPORTING
         i_log_handle              = app_log_handle
         i_s_msg                   = log_message
    Thanks,
    Jay

    Hi Jay,
    Did you see <b>BAL_LOG_EXCEPTION_ADD</b>?
    This FM is represented by the structure <b>BAL_S_EXC</b>. This can have various versions as described below:
    <b>Data of BAL_S_EXC Structure  /     Use</b>
    <b>EXCEPTION</b>  /                              Exception class from which an exception text 
                                                       is added to the log. This field must be filled.
    <b>MSGTY</b>  /                                     Message type (MSGTY) of a T100 message.
                                                       This field must also be filled for exceptions.
    <b>PROBCLASS,
    DETLEVEL,
    ALSORT, TIME_STMP</b>  /                Message or exception attributes, such as
                                                        problem class (PROBCLASS, for
                                                        example, "very important"), level of detail
                                                        (DETLEVEL, from 1 to 9), sort criterion
                                                        (ALSORT, unrestricted) and timestamp
                                                        (TIME_STMP). These fields can be displayed
                                                        in the log (except TIME_STMP).
    <b>MSG_COUNT</b>   /                            This attribute is not used for exceptions.
    Follow the link below for more details:
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/d6/5d7f38f52f923ae10000009b38f8cf/frameset.htm">SAP Help DOc</a>
    Hope this helps.
    Thanks
    Sanjeev

  • SSO to non SAP Application (ASP)

    We have followed the sample steps for SSO to non SAP Applications in ASP, but we're receiving the following results:
    Start SSO2TICKET main
    Version: SAPSSOEXT 2
    Ticket verifying failed. Return codes error=1 and ssf error=0
    Does anyone know what the problem is and how to solve it?
    Thanks!

    hi ive,
    u cn refer to this links.......these r  some of    the blogs that u cn go throu.its useful.
    <b>User Mapping-based Single Sign On,
    SAP Logon Ticket-based Single Sign-On>
    regards
    bhargava

  • SSO to non SAP Application using SAP Logon Ticket

    Hi Experts,
    I Have EP 7 SP 15 using SPNego Wizard to SSO with Active Directory and SSO between EP and ECC using SAP Certificates.
    Now I have a demand to SSO some JAVA based applications (non SAP) to my portal using the SAP Logon Ticket.
    I Have followed some blogs that directed me to use SAPSSOEXT (some libs) to read the MYSAPSSO2 cookie. The problem is that I didn't found this cookie, I even executed the command javascript:document to look for this cookie but the browser just show me the JSESSIONID info.
    Does anybody knows where I can find this cookie or if there's a better way to set up this SSO? It´s necessary to say that I cannot SSO these application to the kerberos protocol because some security reasons on my company.
    Thanks
    Armando

    Hi,
    I dont have much info related but i can giv u hint
    refer OSS Notes 442401 and 723896.
    When using SAP logon tickets for non-SAP applications, two different implementation options are available. The difference lies in where the ticket verification takes place.
    In the first case,  the SAP logon ticket is submitted to the web server filter located on the web server. The web server filter verifies the portal serveru2019s public key
    certificate using its local Personal Security Environment (PSE) and then populates the HTTP header field with the user ID for SSO to the non-sap web application.
    In the second case,  the SAP logon ticket is sent to the non-SAP application, which then verifies it using the ticket verification DLL and submits the user ID to the application for SSO.
    You can refer following link :-
    http://help.sap.com/saphelp_nw70/helpdata/EN/89/6eb8deaf2f11d5993700508b6b8b11/frameset.htm
    user authentication and SSO
    http://help.sap.com/saphelp_nw70/helpdata/EN/8f/ae29411ab3db2be10000000a1550b0/frameset.htm
    Authentication Using a Directory with SSO Integration Using Logon Tickets
    http://help.sap.com/saphelp_nw70/helpdata/EN/f8/3b514ca29011d5bdeb006094191908/frameset.htm
    SSO
    SAP Logon Ticket-based Single Sign-On
    http://help.sap.com/saphelp_nwce10/helpdata/en/45/b6af743753003ae10000000a11466f/frameset.htm

  • How to link SAP Application to Digital Signature

    Dear all,
    As per the sap note 593041,594010 and 827417 we have done the config setting and executed program DSIG_BOOKING_EX
    in tcode DSAL we are getting the message "Signature process was successfully completed by user" please suggest us
    how to link this to any SAP application ( Ex. Check printing ,PO Printing.) we r using script for printing these application.
    Regards,
    Nikhil

    Hi Nikhil,
    please refer to this document:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e0fbaa71-cd8d-2910-5982-e30626035400&overridelayout=true
    Best wishes,
    Jan

  • How to catch SAP application errors in BPM.

    Hi,
    I have a IDOC to Soap Sync Scenario where I send the message to a Webservice. I have used a BPM since we need to catch the resposne of this message and map it to a RFC. For ex if I get a success resposne I need to map success if not than I need to catch the error and map it to the RFC. Now here in some cases like if the target system (webservice) is down than XI raises a sap application error:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Inbound Message
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIAdapterFramework</SAP:Category>
      <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: Connection refused (errno:239)</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Normally XI stops the process in these cases and does not proceed to the next step but I need to catch this message and map the content in the AdditionalText to the target RFC. Can anyone let me know how to catch this SAP Application Error in BPM and map it to the RFC.
    Thanks,
    Bhargav

    Hi Gaurav,
    As I have mentioned I need to catch the application error in the BPM. If you see the discussion that is mentioned after the blog you have mentioned it is stated that the fault messages or the application error cannot be caught in BPM.
    In the blog that you stated we can catch the fault message and map it to a message structure but only to that extent after that it would stop the BPM process at that step but would not proceed further as shown in the screenshot given in the blog it would fail as "application error restart not possible".
    I need to proceed further and capture this error to an RFC Structure and call a proxy.
    Here after the error it does not proceed to the next step.
    Thanks,
    Bhargav

  • SSO from non sap application server to SAP systems

    Mysapsso2 cookie has been generated after we are login into the portal https://FQDN/irj/portal for all the backend systems in client browser. Since it is working fine. After login into the portal , while clicking the URL iview of external JBoss application sever in portal home page and it is shows the new windows pop up login page. After login into this external JBoss application server, we have configured work item for SAP ITS WEBGUI login page of the backend system inside this JBoss appliaction. Here we need to pass the mysapsso2 cookie information in SAP WEBGUI, so that login page is bypassed using SSO. Kindly do give some suggestion for fixing this issue. Kind Regards, R Rajavelu

    Try to use it Appsintegrator to access the non sap application from SAP Application

  • SSO from non-SAP application to EP system

    Hi all,
    Is it possible to configure the Single sign-on from non-SAP application to SAP Enterprise portal?
    My requirement is
    I have a link to "Enterprise Portal" in my company's website home page. If I click on the link, it should directs to EP portal with out asking for logon.
    Please suggest, is it possible??
    Regards,
    Sujoy

    Hi Sujoy,
    SSO implementation to non-browser applications i.e non-SAP systems is possible in 3 ways which are listed .Can find useful info in the below links.
    http://help.sap.com/saphelp_nw70/helpdata/EN/12/9f244183bb8639e10000000a1550b0/frameset.htm
    among the non-browser applciation if it is an MS dotnet system then the below article will give a clear understanding of SSO implementation.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f05ae0f0-bf93-2b10-ed9e-a7320c012841
    Regards
    Supraja

  • SSO for SAP and Non-SAP applications without Enterprise Portal

    Dear all,
    Is it possible to implement SSO for both SAP and non-SAP applications without involvement of EP at all?
    I have gone through this link.
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/e5/4344b6d24a05408ca4faa94554e851/frameset.htm">http://help.sap.com/saphelp_nw04s/helpdata/en/e5/4344b6d24a05408ca4faa94554e851/frameset.htm</a>
    But I still i am not able to get the precise answer on how to enable SSO for both  SAP and non-SAP applications without EP.
    We have decided not to implement EP in first phase of SAP implementation. But we need to enable SSO for other SAP and Non-SAP applications.
    A detailed description on how to deal this kind of scenarios will be helpful.
    Thanks.

    A client of our's uses <b>SAP Enterprise Portal</b>, and is using the SAP SSO, which is implemented with tickets, and requires the use of SAPSECULIB.  My company provides an application for this client, and our application in hosted in our data center for the client, as a Software as a Service application, obviously across the internet.  Our client, which owns a SAP license, has asked that we support the SAP SSO as a non-SAP SSO application.  The client user's SSO ticket will be created from SAP EP, and then passed across the internet to our application, and we are to use that SSO ticket as an authentication ticket to our application.  I beleive I know how to do this work technically, having reviewed the SAP document named: "Dynamic Library for Verifying SSO Tickets in Third-Party Software"   Specification   Version 2.00  December 2005.
    My question is, does my company have the right to use the SAPSECULIB?  Where is the official download and <b>license</b> download, that indicates we can download this library, and use it to support a SAP customer?  We do not own a SAP license.  Thank you for your help.  I have searched many places in SAP support.<b></b>

Maybe you are looking for

  • How do I get back my Itunes library after it suddenly disappeared?

    Looked at my ITunes library last week to try and make a new playlist but all my years of music/videos etc has disappeared without me doing anything? I have had very bad luck with Time Machine as well and realised not long ago that for 4 years it has

  • Adobe Flash Player Installer repeatedly giving a "Download Timeout" error

    Adobe Flash Player 11.5.502.135 Multiple attempts to download and install on Dec 15 and Dec 16, 2012 Windows 7 Version 6.1 Firefox 17.0.1 The installers hangs at 0% for about 10 secs, jumps to 7% and hangs there for 5 to 10 seconds, then jumps to 47%

  • Connecting Samsung Blu Ray BD-D6700 to wireless network

    I got the Samsung BD-D6700 Blu Ray for Xmas and have not been able to set it up wirelessly, it doesn't see my network. Tried contacting Samsung support but they seem to think it is my Fios Router. Has anybody else had this issue and if so how did you

  • LSNRCTL output question

    Hi all, I am using 10.2.0.3 on solaris 5.8 On one of my prod database, i got below output from LSNRCTL> LSNRCTL> status Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(Host=etdhub-ds3-q.dev.etsd.ml.com)(Port=1527)(Queuesize=1024))) STATUS of the L

  • Regarding date formatt

    Hi   Can anyone give me sample code to fetch the date as: YYYYMMDD. Points are assured for correct answers. Regards, Sreeram