What is repair request? when we use this?

Hi all,
what is repair request?
when actually we use this?
Thanks& Regards,
Ravi Alakuntla.

Hi Ravi,
When you find some records missing when deltas are running then instead of going for re-init and again deltas you can go for repair full request giving selection conditions for those missing records, without affecting your delta laods.
Hope it helps,
Sunil.

Similar Messages

  • What can I do when I get this message from my Time Machine?  The backup disk image "/Volumes/Data/Jeanne's iMac.sparsebundle" is already in use.

    What do I do when I get this message on my Time Machine?  "The backup disk image “/Volumes/Data/Jeanne’s iMac.sparsebundle” is already in use."

    See C12.
    Time Machine Troubleshooting

  • HT201514 Please can someone tell me what is going on when I get this message, The backup disk image "/Volumes/Data/Carole Wilson's MacBook.sparsebundle" is already in use.  Latest successful backup: Yesterday, 2:04 PM

    Please can someone tell me what is going on when I get this message for the Time Capsule?

    Yes, this is because Lion or ML which you are using have lousy networking.
    The trick is simply reboot the TC..
    Or on Lion use the 5.6 utility and disconnect all users.
    For ML sorry.. Apple decided you don't need that function any more!!.
    http://pondini.org/TM/Troubleshooting.html
    Read C12.. I think C17 is also related.

  • What do I do when I get this Time Machine message?  The backup disk image "/Volumes/Mark McConnell's Time Capsu/Mark's MacBook Pro.sparsebundle" is already in use.

    What do I do when I get this Time Machine error message?
    "The backup disk image “/Volumes/Mark McConnell's Time Capsu/Mark’s MacBook Pro.sparsebundle” is already in use."

    Unplug your Time Capsule from power. Wait 10 seconds and then power it on again. When the light goes green try backing up again.

  • HT201299 what does it mean when you get this message on the Iphone? "online maps consume data traffic"

    what does it mean when you get this message on the Iphone? "online maps consume data traffic"

    That means that if you use online maps, it will consume data. If you're on WiFi, no worries. If you are on cellular data, then it will eat into your cellular data plan.

  • Whenever i try and send an imessage to someone that has an iphone it gets stuck at times and won't go through. I then have to send it as a basic text and then it will respond message failed to send what should i do when it does this i need help

    Whenever i try and send an imessage to someone that has an iphone it gets stuck at times and won't go through. I then have to send it as a basic text and then it will respond message failed to send what should i do when it does this i need help

    The use of iMessage depends on both the sender and the receiver having an active data connection. If either of the two connections are interrupted, the message can fail. The sending of an iMessage differs from the sending of an SMS, and if you are having SMS failures, that would be a carrier concern.

  • When to use "this." when not to ?

    Hi, I know this will be a basic question, but can someone tell me the rule of when to use this.method/variable/etc and when not to ?
    If I have (And I'll cut down the code,leaving construtors, etc.)
    public abstract class DataStuff
    protected String message = null;
    protected void clearMessage()
    this.message = null; // Do I use this.
    message = null; // Or not ?
    } // End clearMessage()
    } // End Class ---------
    Lets get more complicated
    public class MoreStuff extends DataStuff
    public void someMethod()
    this.message = "Do I use This ?";
    message = "Or Do I not ?";
    this.clearMessage(); // or
    clearMessage();
    } // End someMethod()
    } // End Class ------
    I know this will be fairly simple, and I am sure there are lots of Tutorials I could not find that explain the difference between "this"
    thanks
    Paul

    Besides using the this reference for instance variables that have the same name as a local variable, it is also used when your class implements an interface and uses it in the class. Let me further explain. Lets pretend that you create a JFrame that has buttons on it. You want your buttons to handle events so you add an ActionListener to the buttons. You also want to code your event handling in the JFrame so you cause your JFrame to implement the ActionListener interface and implement the required method actionPerformed() in your JFrame class. Well, when you add and actionListener to the buttons, you have to use the this reference in the method signature. See code for example.import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
    public class ExampleJFrame extends JFrame implements ActionListener {
       public ExampleJFrame() {
          super("Example using 'this' reference!");
          Container c = getContentPane();
          JButton button = new JButton("Push Me");
          /* Here is the example of how the 'this' reference is
             used.  Since this class implements ActionListener,
             that means it is an ActionListener.  So, when
             we add the method addActionListener to the button,
             it requires that an ActionListener be put into
             the method signature.  So, I just pass a reference
             to this class into it (using the 'this' reference).
             Its actionPerformed method will be called.  There
             are 3 ways I could think of to handle the
             events for this button.  One is to do it the way
             I chose to do it; that is, have the originating
             class (ExampleJFrame) handle it.  That is where
             the 'this' reference comes into play.  Two is
             to use an anonymous inner class.  The second
             option is useful if the code is small and
             self contained.  Three is to have another
             class handle it, such as an Action. */
          button.addActionListener(this);
          c.add(button);
          /* incidentally, you could put the this keyword in
             front of each of these methods for readability,
             but most people don't. I used it on the first
             one to demonstrate it.  */
                   //cause the program to end when closing
          this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
          pack();
          setVisible(true);
       }//end constructor
       /*=**************************************************
       * actionPerformed(): required ActionListener method *
       public void actionPerformed(ActionEvent e) {
          /* the this reference is also used in here because
             the showMessageDialog() should have as its
             parent a component and we want the component to
             be this JFrame */
          JOptionPane.showMessageDialog(this,"You used the this pointer!");
       }//end actionPerformed
       public static void main(String args[]) {
          /* when you run this class, a small JFrame with
             a button will appear in the top left corner. */
          ExampleJFrame app = new ExampleJFrame();
       }//end main
    }//end ExampleJFrame classtajenkins

  • HT5568 what should I do when I get  this message ? (NSURLErrorDomain error -3001.)(102)

    what should I do when I get  this message ? (NSURLErrorDomain error -3001.)(102)

    Many poeple has the same problem. All you have to do is download and istall this update manually from here: http://swcdn.apple.com/content/downloads/53/02/041-8081/2jwp4wjrwygtm4lc608qy4h0 n4a9yyq37g/Safari6.0.2Mountain.pkg
    Hope this helps!

  • What is native sql when i use native sql

    what is native sql & when i use native sql plz give with me example

    I imagine you mean Native Dynamic SQL, NDS. An example would be:
    EXECUTE IMMEDIATE 'select count(*) from ' || v_tablename INTO v_count;
    i.e. you construct the SQL "dynamically" as a string and then execute it.
    You would use it in situations where you could not know the precise query when building the code - e.g. as above, if you don't know which table to count the rows from until run time.

  • What is a Factory method and when to use this concept?

    Could any one please describe what a factory method is and explain how I can use it by giving a simple example

    A Factory Method (sometimes called a "virtual constructor") is a way to avoid hard coding what class is instantiated. Consider:
    DataSource myDataSource = new DataSource();Now, if you want to use some other DataSource in your app, say, an XMLDataSource, then you get to change this code and all subsequent lines that use this, which can be a lot. If, however, you specified and interface for your DataSources, say, IDataSource, and you gave the DataSource class a static "create" method that would take some indication of what sort of DataSource to actually use, then you could write code like:
    IDataSource myDataSource = DataSource.create(dataSourceString);And be able to pass in a dataSourceString describing what DataSource you wanted to use - and not have to recompile. Check out the Java Design Patterns site ( http://www.patterndepot.com/put/8/JavaPatterns.htm )
    Make sense?
    Lee

  • What file was requested when play() is ran on the client

    I have been looking for a way to tell what file was requested from within a VOD app when a video is played.  I want to use the file name for something else but I dont want to have to send it with a second argument in connect().
    Is it possible to tell what file is requested??? If so how can I do this??

    well to do so you will have to write server side code to look at the stream and then request
    the name its in the serverside language refrence.....after you get the name you will have to call to the client with the name.....sending the name through oncConnect probably has the least over head.

  • What is it called when you do this?

    What is it called when you have something similar to a blog where you have your code say, let there be 5 posts, and after 5 posts create a new page to put the other posts on that page so there is only 5 per page?
    I'm not really sure how to search that so I can learn how it's done.
    I'm using Repeating Template Regions so if anyone can either tell me what it's called or link me to a good tutorial that would help me that would be great!
    Basically what I'm hoping is that I can press the little "+" on my Repeating Template Region and once there is more than a specific number of the regions, the excess will continue onto another page that I can link to.
    (Side Question... Anyway to organize these regions in Alphabetical order?)
    - Thanks!

    It's called pagination
    There are server behaviors in Dreamweaver to do this.
    MySQL queries use the ORDER BY argument to ORDER BY alphabetically or numberically either in ascending or descending order.
    example:
    SELECT table_column, table_column2
    FROM table_name
    WHERE table_column = 'something'
    ORDER BY table_column ASC
    best,
    Shocker

  • What is it called when you use typography to make a design?

    What is the name of the style of design when you use typography to make a design such as in this example?
    http://walyou.com/darth-vader-typography/
    Thanks.

    I do not believe there is an official name for this, but searching for type art will give you plenty of samples.
    You could say this style evolved from ascii art but using typefonts to create mosaics.  I would use Type Mosaic if I had to describe this to someone.
    http://www.wordle.net/
    http://www.phombo.com/art-photography/amazing-type-faces-pictures/page-1/

  • When to use 'this' keyword

    Hi,
    I saw some code for a class which extended JFrame
    at the end of the constructor it says:
    this.setVisible(true);
    but of course it works when we have just:
    setVisible(true);
    I know how to use 'this' in other ways but what is the point of having it here
    Cheers
    Jim

    'this' is used for making differences between class variables and local variables.
    public class Test {
    private int value;
    public void setValue(int value) {
    this.value=value;
    regards
    Stas

  • Changing Domain Administrator Password : How can I find out what all servers / services are currently using this?

    Good morning all,
    I took over as IT director for the school district in my town about 2 years ago, and we've had some techs come and go, all of which have had the domain administrator password (not my call, but my fault for not changing it by now).  I am about to change
    it, but before doing so I want to know how I can make sure what all this will break so I can quickly change the cached/saved password on whatever supporting services use this user/pass.
    Can anyone help here?
    Thank you!

    Hello,
    In my point of view if I were in this situation I would Change the domain administrator password. By
    Resetting the domain administrators all the services which use domain administrator as their logon user, will lose their functionality. I had this experience and I did change the domain administrator password with no problem. However do not
    forget to have a account lockout tool or script for locating the place where the account was locked out.
    But to keep it short most of the time. lockout problems are arise from mapped drives, credential manager and saved RDP sessions and etc.
    Regards.
    Mahdi Tehrani   |  
      |  
    www.mahditehrani.ir
    Please click on Propose As Answer or to mark this post as
    and helpful for other people.
    This posting is provided AS-IS with no warranties, and confers no rights.
    How to query members of 'Local Administrators' group in all computers?

Maybe you are looking for

  • 6.0.2 exe .vs. 6.1 exe

    Greetings ... I have some compiled EXE's (compiled under both 6.0.2 and 6.1) up on a network drive. The 6.1 apps all work: I installed the 6.1 runtime up on the network drive. However, on a number of PC's the 6.0.2 apps don't work (their icons are ge

  • Can we option or property to remove xml prolog ?xml version="1.0" encoding="UTF-8"? )  in atg server

    Hi i have a doubt if any one knows please let me know. in atg rest service(POST Request) i am sending request as xml and also i am expecting response as xml i have configured to get response as xml,but i want to delete xml prolog<?xml version="1.0" e

  • How do you set a button to unselectable?

    How do you set a button so it us unselectable?

  • Japanese backslash problem

    Hi all, I am storing Japanese characters in MySQL database, the database encoding is Shitf_JIS. All characters are working fine except �\�� this character. I made a Google search and found out that this character has a backslash in trailer byte. Whil

  • IPod Touch won't talk to MacBook 10.4.9.

    When I plug my IPod touch into my MacBook Pro X 10..4.9 I get the message that I it will not work, I need to upgrade to XX 10.5. Is there any way around it. This is a company machine, so I can not change the OSX without company support. Is there anot