Restore oracle DB from different SAP server

Hi Experts,
Our SAP PROD Server is down at the moment, we would like to restore the backup DB from QA server. Its a temporary solution for the users to transact. My issues are:
1. How to restore a DB from a cluster prod server to a central instance server (different in directory structure)?
2. Is it also possible that when we need the new DB from QAS it can be restored again to PROD cluster server (different in directory structure)?
Server Specs
1. windows 2003
2. oracle 10.2G
3. SAP ECC6.
Thank you in advance.
Joel

Hi
Couple of things, 1st certainly its not advisable to restore the QA system content into PROD environment. because...PROD contains the latest transactional data rather QA box.
2ndly...YES it's possible in general case to restore from non-cluster system data into cluster system. but procedure is very long and require complete database knowledge. I can hellp you but it will be beyond the scope of this forum post (content wise)
3rdly, If you have DR (disaster recory) system try to active the DR or
The best alternative menthod...that i would prefer is ...recover your PROD system at the earliest and I hope you have all that backups of datafiles, archivelogs ready for to recover the system.
I hope this suggestions will help you.
Regards
Sekhar

Similar Messages

  • Access SAP database table from different SAP server

    Hi,
    May i know is that possible to access the SAP database table from server A to server B without write a program on server A? Is it possible for direct access the SAP database table.
    Best regards,
    Gan

    Hello,
    you could use the RFC-Modules RFC_READ_TABLE or RFC_GET_TABLE_ENTRIES on server A.
    Precondition: you need a RFC-Destination from B to A.
    And a little drawback: you get only the first 512 byte of each table entry.
    Regards Wolfgang

  • How to call TRFC from diff SAP server?

    hi all,
            i have created one rfc enabled FM on a SAP server, and i am calling that FM from different SAP server using TRFC. I am calling using this statement,
    CALL FUNCTION 'ZMKV_RFC' IN BACKGROUND TASK
      DESTINATION 'zmkv'
    But it doesnt show me any output neither showing any errors? suggest me step by step procedure to do this...i will reward points if i get the requried answer.

    hI Mayank..
    Note: RFC destinations are maintained in Tcode SM59. Test this RFC Destination. And one more thing these RFC Destination names are CASE SENSITIVE.
    So in this statement.
    CALL FUNCTION 'ZMKV_RFC' IN BACKGROUND TASK
    DESTINATION 'zmkv'  "Check the CASE of the RFC Destination and give
    <b>REWARD IF HELPFUL.</b>

  • What permission is needed for a login to access the restored database(backup from different server)

    what permission is needed for a login to access the restored database(backup from different server)
    frequently reach the situation, when vendor restores a database, but he cannot access it unless I remap or add his login to the restored database. What permssion can grant the vendor so that he can but only can access the database he restored, not all other
    databases.

    Hi George,
    According to your description, When you move a database from one server that is running SQL Server to another server that is running SQL Server, a mismatch may occur between the security identification numbers (SIDs) of the logins in the master database
    and the users in the user database. As other post, you can use the sp_change_users_login stored procedure to map SQL Server logins. Also , you can use the following statement after doing the restore database. It will
     fix the mis-mapped SID inside the restored DB.
    ALTER USER <username> WITH LOGIN = <username>
    For more information, you can review the following article.
    http://blogs.lessthandot.com/index.php/DataMgmt/DBAdmin/MSSQLServerAdmin/do-you-still-use-sp_change_users_login/
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • How to copy a Module Pool Program from one SAP server to another SAP server

    Hi Experts,
    My requirement is to copy some Module pool programs from one SAP server to another SAP server which do not have any link.
    Please advise on this.
    Regards
    Dipak

    put all relevant objects inside a transport request and release it. this will generate two files, a control file in /usr/sap/trans/cofiles/ and a data file in /usr/sap/trans/data/
    you can take these two files, zip'em up and e.g. email them to your destination. There they have to be put into the same directories of that other server and can then be added to the import queue and finally imported.
    These last steps would usually be done by an administrator.
    Both systems should be on the same release, as far as I know.
    Cheers
    Thomas

  • Open Data Set Error while trying to read file from non SAP server

    Hi all,
    is it possible to read data from non-SAP application Sever?
    I'm using OPEN DATASET p_filin FOR INPUT IN LEGACY TEXT MODE CODE PAGE '1504',
    Where p_filin is other Windows server.Our applicition server is under Unix.Is it a problem?
    I make test to read file from SAP application server and it was ok.So how to call other server?
    Thanks!

    Hi,
    Yes it is possible to read data from a non SAP server through the statement OPEN DATASET.
    The important thing to check is that the SAP Server got enough access to the non SAP server so it can perform a reading/writing process depending on your needs.
    You should contact your network administrator and BASIS to help you check the permissions. This can be pretty tricky, specially if the servers are in different domains.
    Regards,
    Gilberto Li

  • Error : Restore oracle database from TSM

    Hi ,
    we have the RAMN backups of database in TSM.
    presently that database is droped in USNODE1.
    now we are trying to restore database from USSERVR23.
    i am getting below error,i think its TSM error. related to hostname changes.(ANS1302E (RC2) )
    http://publib.boulder.ibm.com/infocenter/tivihelp/v1r1/index.jsp?topic=/com.ibm.itsmm.doc_5.3.3/update/ANS1302E.htm
    Plz suggest me
    RMAN> run{
    2> ALLOCATE CHANNEL c1 DEVICE TYPE sbt PARMS "ENV=(TDPO_OPTFILE=/u02/oracle/admin/tdpo.opt)";
    3>
    4> restore controlfile ;
    5> }
    allocated channel: c1
    channel c1: sid=1641 devtype=SBT_TAPE
    channel c1: Tivoli Data Protection for Oracle: version 5.2.0.0
    Starting restore at 29-MAY-09
    channel c1: starting datafile backupset restore
    channel c1: restoring control file
    channel c1: reading from backup piece HOT1-20090424_1600-5fkd9nr6_1_1
    ORA-19870: error reading backup piece HOT1-20090424_1600-5fkd9nr6_1_1
    ORA-19507: failed to retrieve sequential file, handle="HOT1-20090424_1600-5fkd9nr6_1_1", parms=""
    ORA-27029: skgfrtrv: sbtrestore returned error
    ORA-19511: Error received from media manager layer, error text:
    ANS1302E (RC2) No objects on server match query
    failover to previous backup
    Thanks,
    VIJ

    May I ask a couple of questions?
    Is the original backup from a RAC instance?
    Are you using a Catalog for backup/restore?
    What happens if you just use the control file backup, can the restore find the file?
    See my question posted in this forum RMAN RAC and TSM features
    Robert

  • Access oracle database from different classes in desktop / standalone app.

    I am a bit confused as to what way to go. I am building a desktop application that needs to access an oracle database. I have done this in the past using code similar to the following:
            try {             DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());             Connection conn = DriverManager.getConnection(                     "jdbc:oracle:thin:@111.111.111.111:oracledb",                     "username", "password" );             // Create a Statement             Statement stmt = conn.createStatement();             ResultSet rs = stmt.executeQuery(                     "select ... from ...");             while (rs.next()) {                 ReportNumberCombo.addItem(rs.getString(1));             } // end of rs while             conn.close();         } //  end of try         catch( Exception e ) {             e.printStackTrace();         }
    The problem I would like to resolve is that I have this code all over the place in my application. I would like to have it in one objects method that i can call from other classes. I can't easily see how to do this, or maybe at this point I'm just too confused.
    I want to be able to change this connection info from a properties file which I have already done, not sure if this bit of information would change the answer to my question. I was also looking at the DataSource api, this looks like it is close to what I should use, what are your thoughts?
    I would also like to if JNDI is only for web applications or would be appropriate for a desktop app.
    Thank you for your help, I realize this is all over the place but I really need these topics cleared up!

    I have tried exactly that and am getting an error which let me to believe it couldn't be done that way. Here is my code and error message:
    public class readPropsFile {
        String getURL() throws IOException {
            // default values for properties file
            String Family = "Family:jdbc" + ":oracle:" + "thin:@";
            String Server = "Server:111.111.111.111";
            String Port = "Port:1521";
            String Host = "Host:oradb";
            String Username = "Username:username";
            String Password = "Password:password";
            try {          
                new BufferedReader(new FileReader("C:\\data\\Properties.txt"));
            } catch (FileNotFoundException filenotfound) {
                System.out.println("Error: " + filenotfound.getMessage());
                // displays to console if file DOES NOT exist
                System.out.println("The file DOES NOT exist, now creating...");
                FileWriter fileObject = null;
                fileObject = new FileWriter("c:\\data\\Properties.txt");
                BufferedWriter out = new BufferedWriter(fileObject);
                // writes to output as simple text.
                out.write(Family);
                out.newLine();
                out.write(Server);
                out.newLine();
                out.write(Port);
                out.newLine();
                out.write(Host);
                out.newLine();
                out.write(Username);
                out.newLine();
                out.write(Password);
                out.newLine();
                out.close();
            // displays to console if file exists
            System.out.println("The file exists, or was created sucessfully");
    //      creates the properties object, assigns text file.
            Properties props = new Properties();
            FileInputStream in = new FileInputStream("c:\\data\\Properties.txt");
            props.load(in);
            Family = props.getProperty("Family");
            Server = props.getProperty("Server");
            Port = props.getProperty("Port");
            Host = props.getProperty("Host");
            Username = props.getProperty("Username");
            Password = props.getProperty("Password");
    //      prints properties to a file for troubleshooting
            PrintStream s = new PrintStream("c:\\data\\list.txt");
            props.list(s);
            in.close();
            String URL = "\"" + Family + Server + ":" + Port + ":" + Host + "\"" +
                    "," + "\"" + Username + "\"" + "," + "\"" + Password + "\"";
            System.out.println("This is the URL:" + URL);
            return URL;
    }And here is where I try to call the method:
    public class connWithProps1 {
        public static void main(String[] args) {
            readPropsFile callProps = new readPropsFile();
            try {
                callProps.getURL();
                String url = callProps.getURL(); // not needed
                System.out.println("The URL (in connWithProps1) is: " + csoProps.getURL());
                DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
                Connection conn = DriverManager.getConnection(url);
                // Create a Statement
                Statement stmt = conn.createStatement();
                ResultSet rs = stmt.executeQuery("select .... WHERE ....'");
                while (rs.next()) {
                    System.out.println(rs.getString(1));
                } // end of rs while
                conn.close();
            } catch (SQLException sqle) {
                Logger.getLogger(connWithProps1.class.getName()).log(Level.SEVERE, null, sqle);
            } catch (IOException ioe) {
                Logger.getLogger(connWithProps1.class.getName()).log(Level.SEVERE, null, ioe);
    }The error I get is:
    SEVERE: null
    java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    111.111.111.111:1521:oradb","username","password"
            at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
            at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:112)
            at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:173)
            at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:460)
            at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:411)
            at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:490)
            at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:202)
            at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)
            at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:474)
    {code}
    Although the URL prints out correctly and when I tried plugging in the URL manually, it works just fine. One other thing I noticed was the line "The file exists, or was created sucessfully" is output 3 times.
    I will go back and change my code to properly close the resultset, thanks for catching that. Id rather use what I have instead of JNDI unless it's nesessary.
    Edited by: shadow_coder on Jun 19, 2009 2:16 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Help!!!! I'm trying to restore my ipad from scratch. activation server unavailable or device is not eligible

    1. (over wifi) Your ipad could not be activated because the activation server is temporarily unavailable. Try connecting your ipad to itunes to activate it, or try again in a couple of minutes.  (did this 12 times over several days.)
    2. (through itunes) This device isn't eligible for the requested build.
    I've tried builds for both 6.1.2 and 6.1.3 even tried the 7 beta 4
    here is one attempt
    here is an event log from the 6.1.2 attempt. Had the same result with the 6.1.3 attempt. Please help
    2013-08-12 19:48:05.000 iTunes[38660:207]: restore library built Dec  6 2012 at 11:45:21
    2013-08-12 19:48:05.000 iTunes[38660:207]: iTunes: iTunes 11.0.4
    2013-08-12 19:48:05.000 iTunes[38660:207]: iTunes: Software payload version: 10B146 (option key)
    2013-08-12 19:48:05.000 iTunes[38660:207]: iTunes: Using iTunes state machine
    2013-08-12 19:49:47.000 iTunes[38660:16343]: iTunes: Specifying UOI boot image
    2013-08-12 19:49:47.000 iTunes[38660:16343]: requested restore behavior: Erase
    2013-08-12 19:49:47.000 iTunes[38660:16343]: requested variant: Erase
    2013-08-12 19:49:47.000 iTunes[38660:16343]: *** UUID 3E229118-86CE-40C6-BB12-E0057A22AE67 ***
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: withApTicket is True
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreLogo" Digest = "<CFData 0x1b3cc3b0 [0xa0ab1ec0]>{length = 20, capacity = 20, bytes = 0x0bcede5c3afc01b76181745848caa2b6091826d6}"
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreDeviceTree" Digest = "<CFData 0x1b3a9180 [0xa0ab1ec0]>{length = 20, capacity = 20, bytes = 0x32676f65409556d0054672eecc6fcb3544af8647}"
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreKernelCache" Digest = "<CFData 0x1b3cf380 [0xa0ab1ec0]>{length = 20, capacity = 20, bytes = 0x7395cd4de6e3e8a0f2913240e3a8f322bdc6e73e}"
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreRamDisk" Digest = "<CFData 0x1bf18330 [0xa0ab1ec0]>{length = 20, capacity = 20, bytes = 0xbc3a4b15d35396346a16ed012c80ec4d1a0a1c76}"
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "iBEC" Digest = "<CFData 0x1b38abc0 [0xa0ab1ec0]>{length = 20, capacity = 20, bytes = 0x04609faa23fbc17cd93db8248f15b8a44074c637}"
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "iBSS" Digest = "<CFData 0x1caa61a0 [0xa0ab1ec0]>{length = 20, capacity = 20, bytes = 0xcdd7f0479565a44fb5b94dabe05207bcbcc33ed3}"
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "KernelCache" Digest = "<CFData 0x1b38eff0 [0xa0ab1ec0]>{length = 20, capacity = 20, bytes = 0x7395cd4de6e3e8a0f2913240e3a8f322bdc6e73e}"
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryLow1" Digest = "<CFData 0x1de76b00 [0xa0ab1ec0]>{length = 20, capacity = 20, bytes = 0x977efcff6b32d1f16e25f9fc10515c8d874e4622}"
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryLow0" Digest = "<CFData 0x1bf00040 [0xa0ab1ec0]>{length = 20, capacity = 20, bytes = 0x82b76051d0b75422ccca57ef51d01502fed923a0}"
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "LLB" Digest = "<CFData 0x1deacbd0 [0xa0ab1ec0]>{length = 20, capacity = 20, bytes = 0x955475c4c6a8bed89e7e75ceabb34ad044877fe2}"
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "iBoot" Digest = "<CFData 0x1b3ad6e0 [0xa0ab1ec0]>{length = 20, capacity = 20, bytes = 0x4354232c86d99fa32c560c1b629d8c404ef8c64e}"
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "DeviceTree" Digest = "<CFData 0x1b3f1b00 [0xa0ab1ec0]>{length = 20, capacity = 20, bytes = 0x32676f65409556d0054672eecc6fcb3544af8647}"
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryCharging1" Digest = "<CFData 0x1b3a2050 [0xa0ab1ec0]>{length = 20, capacity = 20, bytes = 0xacfca63ce964a873818419739c9ebd0213889173}"
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryCharging" Digest = "<CFData 0x1b3aad50 [0xa0ab1ec0]>{length = 20, capacity = 20, bytes = 0x1c23a3f5602560d28a5b5df1ba23849e9531c953}"
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "AppleLogo" Digest = "<CFData 0x1bf166a0 [0xa0ab1ec0]>{length = 20, capacity = 20, bytes = 0x0bcede5c3afc01b76181745848caa2b6091826d6}"
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryPlugin" Digest = "<CFData 0x1b3f4ab0 [0xa0ab1ec0]>{length = 20, capacity = 20, bytes = 0xb35ecbcdd2d1667b4339093821b63c77ecccd4e0}"
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryFull" Digest = "<CFData 0x2432160 [0xa0ab1ec0]>{length = 20, capacity = 20, bytes = 0xda15e959f6c7f612a44587075ac5728866b6767b}"
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryCharging0" Digest = "<CFData 0x1b3a6fc0 [0xa0ab1ec0]>{length = 20, capacity = 20, bytes = 0xdbcd09dfe8c7f8bb7caa0deba2d86a5f32f9fbb6}"
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RecoveryMode" Digest = "<CFData 0x1b3ebc10 [0xa0ab1ec0]>{length = 20, capacity = 20, bytes = 0xfdd30fce0e52e9d326ac679b64abd3baf1052ffb}"
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: using UniqueBuildID <CFData 0x1b3d6cb0 [0xa0ab1ec0]>{length = 20, capacity = 20, bytes = 0x5eaba27d6c41bd3313ba44d5d4b32be6b63049b9}
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: AMAuthInstallRequestSendSync: SSO function returned NULL, SSO disabled.
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: tss_submit_job: error from server=94 (This device isn't eligible for the requested build.)
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: kAMAuthInstallRequestCacheLocalizedTssError: cached server error text: (3194) This device isn't eligible for the requested build.
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: AMAuthInstallRequestSendSync: failed tss submission: This device isn't eligible for the requested build.
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: AMAuthInstallApCreatePersonalizedResponse: server request error: This device isn't eligible for the requested build.
    2013-08-12 19:49:47.000 iTunes[38660:16343]: amai: AMAuthInstallBundlePersonalizePartial: failed to create ap ticket
    2013-08-12 19:49:47.000 iTunes[38660:16343]: failed to personalize the restore bundle: This device isn't eligible for the requested build.
    2013-08-12 19:49:47.000 iTunes[38660:16343]: AMRAuthInstallDeletePersonalizedBundle
    2013-08-12 19:49:47.000 iTunes[38660:16343]: AMRecoveryModeDeviceCopyAuthInstallPreflightOptions: failed to personalize bundle
    2013-08-12 19:49:47.000 iTunes[38660:19207]: iTunes: Restore error 3194
    2013-08-12 19:49:48.000 iTunes[38660:207]: device disconnected (isDFU = 0)

    Because it says it's incompatible when it can't be, I got hope. I get error messages all the time with my iPod and iPhone that it cannot sync and that 'this device is not capapble of connecting to iTunes' stuff. I literally forget that happened, plug it in again and it works, I later realize that iTunes made a mistake, they do that.

  • How to get UserId by WD from different EP server

    Hey guys:
                   I deploy my WD application to EP1, and I need to use WD iview to show the same application on the other server, EP2.
    Everything goes fine on EP1, but the web dynpro iview on EP2 cannot get UserID. Is there any solution to get userid when the application and iview are not on the same EP server?
    Any suggestion, please.
    ps. I cannot just deploy the application on both EP to solve this problem. Don't ask me why, that's the command from my boss.

    The problem is that when a text file is sent to a browser, it will generally display the text file in the browser, depending on the type of browser of course.
    You need to set the Content-disposition header that tells the browser to dowload the file, this will open the typical "File Save As" dialogue in the browser. See the following link for more detailed information, or search the JDCs for "Content-disposition".
    http://www.javaworld.com/javaworld/javatips/jw-javatip94.html
    -Derek

  • How to update 1 Event Handler from different SAP systems?

    Hi experts.
    I created an Event Handler via SAP 4.7 Purchase Order.
    I now need to update this same Event Handler with a control parameter from SAP 6.0.
    I was surprised to see that when I updated the Purchase Order in 6.0, EM created a new Event Handler!
    Guess I'm missing something obvious...
    Thanks.
    Zenon.

    Hello Berthold, Steffen,
    Yes it's the same PO in 4.7 and 6.0.  We implemented (upgraded) the ERP system to 6.0.  The Event Handler was orginally created from 4.7, but now we need to update it from 6.0.
    So the Event Handler (tracking id, control parms, EE etc)  can only be updated from the logical system the Eh was created in (4.7), and I can only send Event Messages (Events) from 6.0.  Correct?
    Any thought about how to approach this situation and any future upgrades?  Maybe I need to write a conversion program...
    Thanks.
    Zenon.

  • Linking PM Notification to SAP Objects from different SAP Modules

    Hi All,
    I have a requirement to link notification to three follow on actions namely:
    1.     Work order creation (IW31?)
    2.     PPM to create project
    3.     Change request to review document (CC31?)
    These activities are actions required from Root Cause Analysis. RCA is being done by an external system. An interface is to be used to create a notification in SAP PM. The notification is to be configured with an Action Box containing these three activities as follow on actions.
    Is this possible to achieve? And if so, what FM can be used for each of the three SAP Objects?
    Will there be a link between the three created objects and the Notification?
    Will it be possible to update the Notification with the statuses of any one of these three objects automatically?
    Your response would be very much appreciated.
    Kash

    Hi Maheswaran,
    Thank for your response.
    I am looking beyond work order. I know this is standard from PM Notification screen. However, any possible linkage with other objects like Change Request, Project etc.
    Regards.
    Kash

  • Linking PM Notification to different SAP Objects from different SAP Components

    Hi All,
    I have a requirement to link notification to three follow on actions namely:
    1.     Work order creation (IW31?)
    2.     PPM to create project
    3.     Change request to review document (CC31?)
    These activities are actions required from Root Cause Analysis. RCA is being done by an external system. An interface is to be used to create a notification in SAP PM. The notification is to be configured with an Action Box containing these three activities as follow on actions.
    Is this possible to achieve? And if so, what FM can be used for each of the three SAP Objects?
    Will there be a link between the three created objects and the Notification?
    Will it be possible to update the Notification with the statuses of any one of these three objects automatically?
    Your response would be very much appreciated.
    Kash

    Kash
    Not sure this helps, but we managed to link a notification to multiple objects using a development in Services for Object.
    You were then able to see these links as follows:
    Useful info
    Useful info 2
    I used function module BINARY_RELATION_CREATE_COMMIT with the following:
    OBJ_ROLEA-OBJKEY = full notification number
    OBJ_ROLEA-OBJTYPE = BUS2038 (for notification)
    OBJ_ROLEB-OBJKEY = full plan number
    OBJ_ROLEB-OBJTYPE = BUS1020 (for maintenance plan)
    RELATIONTYPE = ASGN
    PeteA

  • Our MacbookPro began running very slow a few days ago. I ran disk repair, permissions repair, and restored the OS from the Apple server. Kernal_Task appears to be using excessive CPU.

    EtreCheck version: 1.9.11 (43) - report generated June 15, 2014 at 7:45:12 AM CDT
    Hardware Information:
              MacBook Pro - model: MacBookPro8,2
              1 2 GHz Intel Core i7 CPU: 4 cores
              4 GB RAM
    Video Information:
              Intel HD Graphics 3000 - VRAM: 384 MB
              AMD Radeon HD 6490M - VRAM: 256 MB
    System Software:
              OS X 10.9.3 (13D65) - Uptime: 0 days 6:20:35
    Disk Information:
              TOSHIBA MK5065GSXF disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) / [Startup]: 499.25 GB (294.57 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              MATSHITADVD-R   UJ-898 
    USB Information:
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Computer, Inc. IR Receiver
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Gatekeeper:
              Mac App Store and identified developers
    Kernel Extensions:
              [not loaded] com.intego.Family-Protector.safe-boot (10.7.5 - SDK 10.8) Support
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist Support
              [running] com.intego.commonservices.daemon.integod.plist Support
              [running] com.intego.commonservices.daemon.taskmanager.plist Support
              [loaded] com.intego.commonservices.icalserver.plist Support
              [loaded] com.intego.commonservices.metrics.kschecker.plist Support
              [running] com.intego.Family-Protector.daemon.plist Support
              [running] com.intego.netbarrier.daemon.logger.plist Support
              [running] com.intego.netbarrier.daemon.monitor.plist Support
              [running] com.intego.netbarrier.daemon.plist Support
              [running] com.intego.netupdate.daemon.plist Support
              [running] com.intego.PersonalBackup.daemon.plist Support
              [loaded] com.intego.virusbarrier.daemon.emlparser.plist Support
              [running] com.intego.virusbarrier.daemon.logger.plist Support
              [running] com.intego.virusbarrier.daemon.plist Support
              [running] com.intego.virusbarrier.daemon.scanner.plist Support
              [running] com.intego.WashingMachine.service.plist Support
              [loaded] com.microsoft.office.licensing.helper.plist Support
    Launch Agents:
              [running] com.intego.commonservices.integomenu.plist Support
              [loaded] com.intego.commonservices.taskmanager.plist Support
              [loaded] com.intego.commonservices.uninstaller.plist Support
              [running] com.intego.Family-Protector.agent.plist Support
              [loaded] com.intego.netbarrier.alert.plist Support
              [running] com.intego.netupdate.agent.plist Support
              [loaded] com.intego.personalbackup.agent.plist Support
              [loaded] com.intego.virusbarrier.alert.plist Support
    User Launch Agents:
              [loaded] com.adobe.ARM.[...].plist Support
              [failed] com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist
    User Login Items:
              VirusBarrier X6
              Antispam Engine
              iTunesHelper
              Activity Monitor
              Dropbox 1.40.07 PM
              AdobeResourceSynchronizer
    Internet Plug-ins:
              JavaAppletPlugin: Version: Java 7 Update 51 Check version
              FlashPlayer-10.6: Version: 14.0.0.125 - SDK 10.6 Support
              Default Browser: Version: 537 - SDK 10.9
              AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 Support
              AdobePDFViewer: Version: 11.0.06 - SDK 10.6 Support
              Flash Player: Version: 14.0.0.125 - SDK 10.6 Support
              QuickTime Plugin: Version: 7.7.3
              SharePointBrowserPlugin: Version: 14.3.9 - SDK 10.6 Support
              iPhotoPhotocast: Version: 7.0 - SDK 10.8
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 2.0 - SDK 10.9
              AppleAVBAudio: Version: 203.2 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins:
              WebEx64: Version: 1.0 - SDK 10.5 Support
    3rd Party Preference Panes:
              Flash Player  Support
    Time Machine:
              Skip System Files: NO
              Mobile backups: OFF
              Auto backup: NO - Auto backup turned off
              Volumes being backed up:
                        Macintosh HD: Disk size: 464.96 GB Disk used: 190.62 GB
              Destinations:
                        My Passport [Local] (Last used)
                        Total size: 464.98 GB
                        Total number of backups: 19
                        Oldest backup: 2012-07-22 00:08:58 +0000
                        Last backup: 2014-06-14 17:10:32 +0000
                        Size of backup disk: Too small
                                  Backup size 464.98 GB < (Disk used 190.62 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                   3%          WindowServer
                   1%          Activity Monitor
                   1%          sysmond
                   0%          ps
                   0%          aosnotifyd
    Top Processes by Memory:
              217 MB          mds_stores
              152 MB          com.apple.IconServicesAgent
              111 MB          Safari
              94 MB          softwareupdated
              49 MB          WindowServer
    Virtual Memory Information:
              1018 MB          Free RAM
              1.41 GB          Active RAM
              604 MB          Inactive RAM
              1021 MB          Wired RAM
              1.65 GB          Page-ins
              0 B          Page-outs

    I uninstalled all of the Intego products. I restarted the laptop, also ran disk repair and permissions repair again. Then allowed the machine to run with no apps active, just in case the OS was perfroming cleanup funtions. Results: No discernible improvement in performance. The kernal_task shows 500+% and the CPU graph shows 70%-80%.
    There is one hardware issue: The magsafe battery port stopped charging the battery, so the laptop must be plugged in all the time.
    Stan
    EtreCheck version: 1.9.12 (48)
    Report generated June 16, 2014 at 8:05:11 AM CDT
    Hardware Information:
              MacBook Pro (15-inch, Early 2011) (Verified)
              MacBook Pro - model: MacBookPro8,2
              1 2 GHz Intel Core i7 CPU: 4 cores
              4 GB RAM
    Video Information:
              Intel HD Graphics 3000 - VRAM: 384 MB
                        Color LCD 1440 x 900
              AMD Radeon HD 6490M - VRAM: 256 MB
    System Software:
              OS X 10.9.3 (13D65) - Uptime: 0 days 21:8:4
    Disk Information:
              TOSHIBA MK5065GSXF disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) / [Startup]: 499.25 GB (293.77 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              MATSHITADVD-R   UJ-898 
    USB Information:
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Computer, Inc. IR Receiver
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Gatekeeper:
              Mac App Store and identified developers
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist Support
              [loaded] com.microsoft.office.licensing.helper.plist Support
    User Launch Agents:
              [loaded] com.adobe.ARM.[...].plist Support
              [failed] com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist
    User Login Items:
              VirusBarrier X6
              Antispam Engine
              iTunesHelper
              Activity Monitor
              Dropbox 1.40.07 PM
              AdobeResourceSynchronizer
    Internet Plug-ins:
              JavaAppletPlugin: Version: Java 7 Update 51 Check version
              FlashPlayer-10.6: Version: 14.0.0.125 - SDK 10.6 Support
              Default Browser: Version: 537 - SDK 10.9
              AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 Support
              AdobePDFViewer: Version: 11.0.06 - SDK 10.6 Support
              Flash Player: Version: 14.0.0.125 - SDK 10.6 Support
              QuickTime Plugin: Version: 7.7.3
              SharePointBrowserPlugin: Version: 14.3.9 - SDK 10.6 Support
              iPhotoPhotocast: Version: 7.0 - SDK 10.8
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 2.0 - SDK 10.9
              AppleAVBAudio: Version: 203.2 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins:
              WebEx64: Version: 1.0 - SDK 10.5 Support
    3rd Party Preference Panes:
              Flash Player  Support
    Time Machine:
              Skip System Files: NO
              Mobile backups: OFF
              Auto backup: NO - Auto backup turned off
              Volumes being backed up:
                        Macintosh HD: Disk size: 464.96 GB Disk used: 191.37 GB
              Destinations:
                        My Passport [Local] (Last used)
                        Total size: 464.98 GB
                        Total number of backups: 19
                        Oldest backup: 2012-07-22 00:08:58 +0000
                        Last backup: 2014-06-14 17:10:32 +0000
                        Size of backup disk: Too small
                                  Backup size 464.98 GB < (Disk used 191.37 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                   5%          WindowServer
                   3%          Activity Monitor
                   3%          com.apple.WebKit.WebContent
                   1%          hidd
                   0%          sysmond
    Top Processes by Memory:
              168 MB          softwareupdated
              139 MB          com.apple.IconServicesAgent
              123 MB          Safari
              119 MB          installd
              115 MB          mds_stores
    Virtual Memory Information:
              498 MB          Free RAM
              1.62 GB          Active RAM
              927 MB          Inactive RAM
              998 MB          Wired RAM
              1.18 GB          Page-ins
              400 KB          Page-outs

  • Importing Objects from Different Server

    Hi,
       I would like to know is there is any way to import
    the objects (like tables , progams) from a different sap server to my sap system without establishing STMS(Transport Management System).
    Looking for your views..............
    Regards,
    K Vijayasekar.

    Hi Vijayasekar,
    I'm not an authority on this, but I can think of one good reason why it cannot be done.
    If you do not have the TMS between the two SAP systems, then how can the system resolve the possible naming conflicts and perform the consistency shecks?
    For example, let us say you want to import a database table (some 'Z' table) into your target system. Now there are quite a few things that have to be ascertained before the import can be done - does a table with the same name already exist in the target system? are all the data-elements and domains used by this table available in the target system? etc.,
    There might be some other checks required, but I'm not certain of the specifics.
    In summary, I don't think it is possible to import without passing through the TMS. May be it should not be possible to do so unless there is a very strong alternative.
    Regards,
    Anand Mandalika.

Maybe you are looking for

  • Fact Sheet in UI CRM 7.0

    Hi I have a query, Is it possible to view factsheet in UI, instead of IC WebClient? If we want to see factsheet in UI, then how can we pass value (BP Number) to it. I think I had read in some document that Factsheet is currently not supported for UI.

  • X1 Carbon Windows 8 Partition Layout - What is it all about ?

    Hey, Have a Windows 8 X1 Carbon and along with WWAN issues and a dud camera (screen got replaced entirely) I am now wondering about the partition layout. I have a 240gb Intel SSD with this layout : 1000mb Recovery Partition 260mb Healthy (EFI System

  • Can't open photo in Elements 9

    I am unable to open the edit page after not saving the last photo I worked on in elements 9 can anyone please advise

  • Cost center group language in report

    Dear all, In the Cost centers: Actual/Plan/Variance report (S_ALR_87013611), for one cost center group the description language of the accounts has changed from ES to FR. Unfortunately I am not able to understand why. How can I switch the language to

  • MailMerge Directory - Split one Excel Data column into three Seperate columns in Word MailMerge

    This seems like something so simple to accomplish but I am having extreme issues just getting this correct. Here is what my Data looks like Name                      ClassID Jeff Probst                Intro Kevin Douglas           Intro Jen Taylor