Is possible to restore with another data base ?

Hi,
I want to restore my DEV database with PRD database in TESTserver through SQL enterprise manager. I have backup of PRD, which is taken from DB13.
Is that possible to restore like this?
Gayathry.

Hi,
1. Does the database ALREADY exist on the target server?
2. If so, does the directory structure where the MDF/LDF match where the MDF/LDF reside on the live server. In this I mean if the files on the live server were located in the C:\MyDir\Data folder, do they also reside like that on the target serverr?
IF NOT ... you need to use the WITH MOVE option to place the MDF and LDF in the folder(s) that are being used on your target  server. If you are using the Restore wizard, you need to change the file path on the Options tab of the wizard. Change the path in the "Move to physical file name" option to the desired location.
if this not work
try to restore database with same SID on target server i.e PRD than after you can change the dtabse from PRD to PSD using following sap note
151603
regards,
Kaushal

Similar Messages

  • How to switch from  one Data base to another data base

    Hi,
    How to switch from one Data base to another data base if first data base server like in restoring,blocking,network disconnected state.
    Please help out for the same.
    Regards,
    Anilkumar

    Sounds like a problem for forums/support from the DB provider, as this problem is normally solved through some form of HA provided by the DB (or some cluster software, but still not Java) with, normally, a shared (virtual) IP address.

  • Comparing a MaxDate with another Date field

    Hi there,
    I am trying to create a report that has  components on it, ReportDate, MaxReportDate, and JobID. I want to compare a max date with another date in my Web Intelligence report. For example, I have a field called Report Date. I have applied the Max() function to find the most recent date in the list of Report Dates. Therefore, I used this:
    Max([ReportDate]) --> MaxReportDate
    Then I want to compare the original Report Date field with the MaxReportDate and return the JobID if the ReportDate = MaxReportDate. Therefore, I used this for the JobID2 formula:
    = [JobID] where (ReportDate = MaxReportDate)
    This is not working. Am I doing somehting wrong? By the way, I am using SAP Business Objects BI Platform 4.0 Client Tools (version 14.0.2.364).
    Please help! Thanks!
    -Janice

    I did create a variable called MaxReportDate with the formula Max(ReportDate). When I test this variable, it works perfectly fine. However, when I use it to compare against ReportDate, there's where it gets tricky. 
    So it looks like the If ReportDate=MaxReportDate then JobID works. However, if I try to replace JobID with any other Measure variable, it does not return accurately. For example, say I have the following data:
    ReportDate Price
    11/30/2011  10
    13/30/2011  15
    I put it the following formula to get the price for the max report date:
    If [Report Date] = [MaxReportDate] then [Price]
    It should give me 15. Instead, it sums the numbers and I get 25.  Why is that?

  • Only a connection with the data base

    I have an application MDI - opening of some windows at the same time.
    I use framework ADF Oracle - Swing/ADF JClient.
    For each new JInternalFrame a BindingContext (bootstrap) is servant, with this a new connection in the data base is created. Already I tried to use the same, but generally an action in a screen intervenes with the other.
    How I can make this (application MDI - ADF) only having a connection in the database?
    Thank you!!!

    If I have only one connection with
    the Data Base, two threads can't to request the data
    in the same time?.If two threads use the same database connection at the same time, bad things will happen. That is why each thread must use its own database connection. The easiest way to make that happen is to have a pool of connections.
    This site will do translations for you:
    http://world.altavista.com/
    It is not very good but it knows Spanish better than I do.

  • How can i return my data on my iphone 6 after restoring with another iphone user from itunes?

    I have restored my iphone 6 with another iphone instead of selecting an option "start with a new iphone" . Now all my datas have been removed and they are replaced with another iphone which was backed up previously in my itunes. My question is how can i return my previous data ?

    Restore it using a backup made of your current phone.

  • BPEL with TWO data base polling adapters????

    Hi,
    Can some one tell, Is it possible to have two data base polling adapters in one BPEl process??
    What I am trying to do is , simultaneoulsy polling two independent data base tables in one bpel with two receive activities, but it did not work as BPEl should have only one start activity.
    Please post your ideas , if we can achive this.
    Thanks,
    Kumar

    So, are you trying to detect the fact that two different rows in two different tables were both inserted? If so are they related some how? Are they parent child? Is one guaranteed to appear before the other?
    I'm thinking two processes with database adapters that in turn call a third process which has two receives which are connected via a correlation set.
    Another solution would be database triggers that look for the existence of both rows before inserting into a third table -- this third table would drive the database adapter.

  • To compare date with another date in string in siebel bip report

    Hi,
    In my rtf I am comparing a Date1 with a date in string i.e. '10-NOV-14'. If Date1 is less than '10-NOV-14' I am dispalying a certain text and if not another text.
    This condition is working fine if Date1 have 2014 values but if  Date1 cointains 2015 date than the mentioned condition is falling.
    Kindly suggest any solutions.
    Regards,
    Siddhika

    This example may help:
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    version="1.0">
    <xsl:param name="currentDate"/>
        <xsl:variable name="firstDate" select="concat(substring($currentDate, 1,4),substring($currentDate, 6,2),substring($currentDate, 9,2))"/>
        <xsl:template match="/">
            <xsl:apply-templates select="//item"/>
        </xsl:template>
        <xsl:template match="item">
            <xsl:variable name="secondDate" select="concat(substring(submissionDeadline, 1,4),substring(submissionDeadline, 6,2),substring(submissionDeadline, 9,2))"/>
            <xsl:choose>
            <xsl:when test="$firstDate &gt; $secondDate">
                <xsl:call-template name="late"/>
                </xsl:when>
                <xsl:when test="$firstDate &lt; $secondDate">
                    <xsl:call-template name="ontime"/>
                </xsl:when>
                <xsl:when test="$firstDate = $secondDate">
                    <xsl:call-template name="same"/>
                </xsl:when>
                <xsl:otherwise>Monkeys<br /></xsl:otherwise>
            </xsl:choose>
        </xsl:template>
        <xsl:template name="ontime">
            This is on time
        </xsl:template>
        <xsl:template name="late">
            This is late
        </xsl:template>
        <xsl:template name="same">
            This is on time
        </xsl:template>
    </xsl:stylesheet>

  • Report generation from BI with HUGE data base.

    Dear All
    Can anyone gimme solution for problem given below ?
    I am trying to generate Customer / Vendor related report from BI.  Data base is too too big.  Whenever i try to generate report, system gets hanged and report does not get generated.
    Need help in this.
    Regards
    Ramesh Barve

    Hi Ramish,
    Not enough info...
    What verison of Crystal Reports are you using?
    Are you sure it's hanging and you simply have to wait for the report to generate? If there are millions of records being returned and client side  or second pass filtering/formatting it can take time to render that report.
    Are there any errors being reported? CR will apeear to be hung, it's simply waiting for the database to start streaming the data back and appears to be not responding.
    If you add record selection filtering does that retunr data?
    WHY are you returning that much data? It can't possibly be of any use to anyone. Do not use CR as a database archiving tool.
    Don

  • Possible to restore without losing data?

    Hi. My 30GB iPod comes up with the message, "Connect to your computer. Use iTunes to restore." However, when I connect the iPod to my computer, and click the option to restore, the following message comes up, "Are you sure you want to restore the iPod to it's factory settings? All of your songs and other data will be erased." As I have music on my iPod which is not in my iTunes library, and I would prefer not to lose this music, is there any way I can restore the iPod without losing all my music? Any help would be greatly appreciated. Thanks.

    Sorry, no. A restore will wipe out all of your iPod content, there is no way around it. This is EXACTLY why it is STRONGLY SUGGESTED that you regularly backup your library by burning data discs, using an external hard drive, etc. Relying on the iPod as your only backup is a recipe for disaster, as you have now discovered.

  • ITunes won't recognize iPhone (3G), restored with another pc and worked once but not anymore, help please

    - I changed a new case, battery and a headphone jack, after that iTunes didn't really wanna recognize my iPhone
    - I've had the same problem earlier too, before ^that
    - I have the latest version of iTunes
    - I've tried to remove all USBs and reconnect iPhone many times, and rebooted both PC and phone
    - I had the error 1611 while trying to restore on my PC -> I tried on another computer, worked
    - my PC's iTunes recognized my iPhone once after restoring but not anymore
    This is really annoying, I would be so thankful if you can help me.

    + I have reinstalled my iTunes.

  • How syncronize with the data base after pre-loading the data

    Hi,
    I have pre-loaded the data from the database table into the cache.
    If the key is not found in the cache i want to it to connect to database and get the value from the table. How to achieve this?

    Hi JK,
    I have pasted my cache loader code, config file and the main class in the other post but i m not sure what is the issue with it. Its not working. Please can you tell me what might be the issue with that piece of code. I m not getting any exception either but the load() or loadAll() method is not at all getting triggered on invoking cache.get() or cache.getAll() method. What might be the cause for this issue?
    Can you give me the coherence-cache-config.xml contents?
    I m not sure whether its the issue with the config file because i have read some where that refreshaheadfactor is required to trigger the loadAll() method.
    Edited by: 943300 on Jul 4, 2012 9:57 AM

  • Ipad restore with loosing data

    I just download io7 on my ipad and now it is not working.  It telling me to connect to itunes, however, I don't want to restore.  Help!!

    You need to restore/recover your iPad before you can use it.
    Data will be lost if you do not have backup.

  • Call a pkg of another data base via dblink

    call a package from another database by dblink oracle
    call a package from another database by dblink oracle , i got one pkg in DB A and i got dblink in DB 2 to DB A
    now i wnt to call the pkg og DB A from DB 2
    Thanks
    Raj

    Hi Raj ,
    1. Check you DB link is function properly.
    select * from dual@dblink_name
    2. Create a synoynm on DB2 like below;
    Create synoynm synonym_pkg for pkg@db_link
    3. Now you can access the pkg via synonynm
    Cheers,
    Kanchana

  • Urgent! PSJ. WORKING with Logistic Data Base.

    I use PSJ. and need to get out some spp elemnts from there.
    so on the selection screen I set down spp elements "11" AND "12".  So i need to work with <b>only these</b> spp elements.
    But the command <b>GET PRPS_R</b> gives out other spp elements as well (<b>the ones that are situated upper in them hierarchy</b> ) . why is that and what can i do with it?

    >>pls any one help regarding this we need the urgent solutions .
    Then you are wasting precious time... This is an Oracle forum.

  • How to put condition for one date range should not interfear with another ?

    hi friends,
    how to put condition for one date range should not interfear with another  date range.
    my data base table has two fields
    from date
    to date.
    when we enter the date range in the data base , new date range means from date and to date should not interfear.
    can  anybody help me.
    thanks &Regards,
    Revanth
    Edited by: rk.kolisetty on Jul 1, 2010 7:18 PM

    Do it the SAP way....
    First entry...from is today, to is 99991231.
    New dates entered, now we have two rows...:
        from is original date  to becomes yesterday.
        From is today          to is 99991231

Maybe you are looking for

  • Email to be sent on execution of Process chain

    Hi, I have a requirement as follows. On successful execution of process chain an email must be sent to a group of users. I have made a distribution list using Tcode SO23 and included the message in the last step of process chain. But no messsge is be

  • Excel macro error after deploying in Weblogic

    Halo, I have written excel macros and it is working fine. but if the same file if i try to open from hyperlink after deploying in Weblogic server , I get the error "error occured initializing the VBA libraries. If Microsoft Visual Basic for Applicati

  • The decimal place is wrong in GR55

    Dear Expert: We are using currency JPY We now creating a new report using report painter, but unfortunately the decimal place is wrong, the result is only one percentage of the real amount, how can I get this issue solved? notice that we are using re

  • Product hierarchy query

    i have to fetch materials from mara based on Product hierarchy but with one condition If the user specify product hierarchy as ‘1000Y’ (2 levels) , it should pull all the materials with product hierarchy as ‘1000Y*’ for example – either ‘1000Y’ OR ‘1

  • GAP's in the Implementation Phase

    Hi ! What would be the general gap's  we will be facing in the implementation phase and how they are going to fix it. Please answer this question. It's urgent and necessary. Regards, Ben