I had an error snap shot of the error is below please guide me

I am Using
Visual Studio 2012 Ultimate
sql server 2012
Windows 7 ultimate 32 bit
sap crystal report service pack 5
I got the following error

You are correct, add RAS. Somethign youa re doing requires it.

Similar Messages

  • My iPad stuck and start working after a few seconds ....I have tried the rest option( home and sleep button press at the same time) but this didn't resolve the issue ...please guide me as I don't know much about all this..

    I have tried reset option but to no avail .......

    one more try with the reset.  hold those buttopns until you see the apple logo.  ignore the red slider.  
    Then you are going to need to describe some symptoms so we can help you out.

  • What is the advantage of doing a database snap-shot

    What advantage/disadvantage of doing a database snap-shot via the command:
    configutil -o local.store.snapshotinterval -v number
    configutil -o local.store.snapshotpath -v path
    Thanks,
    DRT sends

    Jred wrote:
    Well in my specific case, "loyal" is determined by the fact that I have been with this service since it was "Airtouch Cellular".  I have never vascillated on the possibility of jumping to another provider, until now. 
    Well if one stays with a company even though one could get equal or better service for cheaper sure one is being loyal but( and no offense personally meant )one is also not being too bright. And one should be rewarded for this? Why stay "loyal" and pay more for years an years on the assumption one day you'd be rewarded with some kind of deal? Also if one only stays because they receive special favors that's not really being loyal by definition.

  • How to get my Command-SHIFT-3 back to snap shot desktop???

    Is there a way to set this?
    I installed a video free-war/shareware program and change it to command (Apple) Shift 4, the default is the same except commandshift3, the same used to snapshot the desk. I can no longer take snap shots of the desktop, although I am glad I learned about COMMANDSHIFT4 (size of what you want, now I don't have to edit images), but would like to have my defaults back.
    The program is SnapZ Pro, captures audio/video. Not as smooth as iSHOWu but IshowU for some reasons DOES NOT capture audio from programs (FCP, DVD Pro, Garage Band, etc...). just the mic works. Trying to solve that too as iSHOWu seems to render quicker and is a tad bit smoother and easier to use.
    Thanks!
    If there are others out there (trials), I would like to try them.
    I don't like the big GREEN TRIAL on the video from iSHOWu, that is lame, makes me want to look for one for free, but its only $20.00 but it doesn't work (capturing program sounds) whereas SnapZ Pro does. Are there others I can try?
    Anyway, how to I get my AppleShift3 back to capture screens (dual). Thanks you guys!

    First things first!
    I don't think I asked correctly!
    I installed it, made the changes to APPLESHIFT2, now my APPLE+SHIFT=3 no longer, as in IT NOT LONGER SNAP SHOTS MY DESKTOP is not working, so is there a way to fix this?
    Also, with all the codecs and compressions I am wondering why iSHOWu which is located here:
    http://www.shinywhitebox.com/home/home.html
    And am having some problems capturing PROGRAM sounds NOT mic, but anyway, once you are down the file renders even if its 3-6 minutes long.
    This program, the one you like TAKES forever to render!
    What compressions are they using at lynda.com for there training modules?!?!
    How can they have something that is 15.03 minutes, looks great and is 26.2 MB whereas my test files....at 45 seconds is 86 MB?
    Yeah, something definitely up with that!
    Any ideas to the two thins? Getting my AppleSHIFT3 to work as well as why is ynda training files at 15 + minutes on 26 MB and my 45 second test file is 86MB?!?!
    Thanks!

  • Please guide me on the issue of private key

    Hi All
    I am working on application that requires to do encryption and decryption using public and public key. I need some guidance on how to implement this functionality. The only requirement is to have public key and private key in two different files. For public key i can get it from .cer certificate file but i do not have much idea of what feature in java is provided to read private key from file. The file is definately not the keystore file. Please guide me as to in what format the private key should be so that my java program could read it and do decryption.
    Another thing is that the private and public key file will be provided by the client. I do not have any control on creating them. I will be given a location where i could find public and private key and passphrase for private key.
    Basically i do not have any clue on what class or technique to use to read those
    Thanks and Regards
    Pankaj Tiwari

    This is how i create the private and the public key files (Not the certificate file) :
    KeyPairGenerator kpg = KeyPairGenerator.getInstance("RSA");
    kpg.initialize(2048); // 2048 is the keysize.
    KeyPair kp = kpg.generateKeyPair();
    PublicKey publicKey = kp.getPublic();
    PrivateKey privateKey = kp.getPrivate();
    // Serialize to a file
    ObjectOutput outPK = new ObjectOutputStream(new FileOutputStream("C:/Temp/PrivateKey.ser"));
    outPK.writeObject(privateKey);
    outPK.close();
    This is how i verify the signature of a file :
    File fileKey = new File("C:/Temp/KeyPair/publicKey.ser");
    ObjectInputStream inPK = new ObjectInputStream(new FileInputStream(fileKey));
    PublicKey publicKey = (PublicKey) inPK.readObject();
    inPK.close();
    // C:/Temp/myfile.zip.sign is the file that was generated when i signed my file C:/Temp/myfile.zip
    String algorithm = "SHA1withRSA";
    String myFile = "C:/Temp/myfile.zip";
    File fileSign = new File("C:/Temp/myfile.zip.sign");
    ObjectInputStream inSign = new ObjectInputStream(new FileInputStream(fileSign));
    byte[] signature = (byte[]) inSign.readObject();
    inSign.close();
    Signature verif = Signature.getInstance(algorithm);
    verif.initVerify(pubKey);
    FileInputStream in = new FileInputStream(myFile);
    int chVerif = 0;
    while ((chVerif = in.read()) != -1) {
    verif.update((byte)chVerif);
    if (verif.verify(signature))
    System.out.println("OK");
    else
    System.out.println("Error");

  • Please Guide me to complete the Database installation.

    I have Installed Oracle9i Client in my machine as Administrator
    Now that I am trying to Install the Oracle9i Server in the same machine either as administrator or network User, But I am not able to install it. The system is not reading the CD dump that is available in my local Dump.
    Do I have to uninstall the client Version and remove the entries in the registry before installing the Server Version.
    Please Guide me to complete the Database installation.
    Thanks in advance...

    For installing the Oracle Server you have to install it in a different Oracle Server and the fact that you have a client install does not stop what you are doing
    Joel Pérez
    http://www.oracle.com/technology/experts

  • Oracle 9i Snap shot too old error

    Hello All,
    We are using Oracle 9i. When I refresh M Views manually they are executing fine.
    Initionally while creating M Views. I did a auto refresh for every 4 hours. After a week of sucessfull execution they error out giving snap shot too old error.
    Upon my DBA request We have increased UNDO space from 500 MB to 2 GB.
    And also removed AUTO refresh of M Views and created a procedure to refresh M View one after the other and scheduled to run 4 times a day.
    Logic is to avoid parallel M View refresh.
    However, non this helped to resolve snap shot too old error.
    Now My DBA is asking increase the space by 2 more GB. I think the issue is some thing else.
    Similar jobs are running perfectly in my Dev environment (DATA is almost same 10% varience) with UNDO size 500 MB.
    Can you please help me here.
    Thanks,
    Ravi.

    There are some questions,
    first is about undo parameters, what is the value of undo retention and how many time execute the refresh.
    second. Can you modify your undo to autoextend?
    third. Who is using the undo?
    This can be found in my friend Google:
    http://oracledisect.blogspot.com/2008/05/who-is-using-your-undo-space.html
    V$UNDOSTAT: histogram-like view that shows statistics for 10-minute intervals.
    V$TRANSACTION: present time view providing information on current transactions.
    V$SESSTAT: individual session statistics, which includes one for undo usage.

  • Oracle 9i: Snap Shot too old error while refreshing MV

    Hello All,
    We are using Oracle 9i. When I refresh M Views manually they are executing fine.
    Initionally while creating M Views. I did a auto refresh for every 4 hours. After a week of sucessfull execution they error out giving snap shot too old error.
    Upon my DBA request We have increased UNDO space from 500 MB to 2 GB.
    And also removed AUTO refresh of M Views and created a procedure to refresh M View one after the other and scheduled to run 4 times a day.
    Logic is to avoid parallel M View refresh.
    However, non this helped to resolve snap shot too old error.
    Now My DBA is asking increase the space by 2 more GB. I think the issue is some thing else.
    Similar jobs are running perfectly in my Dev environment (DATA is almost same 10% varience) with UNDO size 500 MB.
    Can you please help me here.
    Thanks,
    Ravi.

    There are some questions,
    first is about undo parameters, what is the value of undo retention and how many time execute the refresh.
    second. Can you modify your undo to autoextend?
    third. Who is using the undo?
    This can be found in my friend Google:
    http://oracledisect.blogspot.com/2008/05/who-is-using-your-undo-space.html
    V$UNDOSTAT: histogram-like view that shows statistics for 10-minute intervals.
    V$TRANSACTION: present time view providing information on current transactions.
    V$SESSTAT: individual session statistics, which includes one for undo usage.

  • How to face snap shot too old error

    HI,
    I'm trying to get ORA-1555(snap shot too old error) how i'm doing is
    i kept my undo tablespace in retention guarantee of 15 min;
    user1--> inserted rows into emp table-(1,20,200)---commited---doing update operation in loop
    user2-> select *from user1.emp;
    i'm implementing this type of scenario but unable to get snap shot too old error.instead it is giving ora-6512(unable to extend undotbs) .please help to get snap shot too old error
    Thanks in advance

    >
    please help to get snap shot too old error
    >
    Here is an AskTom blog that shows how to do it.
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:895410916429
    He linked here from the bottom of this blog where he said this
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:275215756923
    >
    Followup March 12, 2011 - 5pm Central time zone:
    depends on the size of your rollback segments, this was written way before automatic undo management - you'll probably have to configure manual undo to see this in a controlled demo.
    something like this:
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:895410916429

  • While i was updating my ipod touch it had an error and froze at the apple logo with a loading bar underneath.How do I fix it? Its stuck there,  tried everything, turn off button home screen button even the volume buttons, nothing is working.

    I was updating my ipod touch and the updation had an error and it froze at the apple logo with the loading bar underneath. How do I fix it? I tried the turn off button home screen button and even the volume buttons. I cant get anything to work. Please help me.

    Connect to itunes and retore.

  • After downloading the mac os x 10.6.8 I can't open safari. It first told me that I could not run it with Safari 5.1 so I downloaded safari 6 because I had read that that would solve the problem. However I am still getting an error message. HELP!!

    After downloading the mac os x 10.6.8 I can't open safari. It first told me that I could not run it with Safari 5.1 so I downloaded safari 6 because I had read that that would solve the problem. However I am still getting an error message. HELP!!

    I see this on Apple's support page:
    Available for: OS X Lion v10.7.5, OS X Lion Server v10.7.5, OS X Mountain Lion v10.8 and v10.8.1

  • I backed up my movies and rebuild my computer, and after making sure i'm using the latest version of itunes and quicktime and and making sure i still had spare computer authorizations, i still get error 23132.  Please help.

    I backed up my movies and rebuild my computer, and after making sure i'm using the latest version of itunes and quicktime and and making sure i still had spare computer authorizations, i still get error 23132.  Please help.

    I had this exact issue.  Spent over an hour on the phone with apple support, they couldn't resolve.  Here is what I ended up doing, that worked.
    1.  Turned iTunes match off on all my iOS devices
    2.  Deleted the offending playlists from the iOS device they originated on
    3.  Started iTunes, let it run (literally) for an hour before it became responsive.  First thing I did, before clicking anywere else was disable iTunes match.  If I clicked anywhere, it would clock for another hour.
    4.  Let iTunes run overnight, by morning it had cleaned out the repeating play lists.  This got my Mac/iTunes back to an operable state.
    5.  Restore iPhones from backup in iTunes.
    What was causing my issue was a single playlist that was created on an iPhone, then suddenly showed up with several thousand duplicates on my other iPhone.  The culprit playlist did not, for some reason, duplicate itself on my two iPads.  Apple support seemed to think it was because the problem iPhone tried to sync the playlist to iCloud over and over again unsuccessfully, then it finally went through and populated the thousands of blank/failed playlists which then tried to propigate to iTunes and my other iOS devices.  Seems like a reasonable theory.
    I have not yet re-enabled iTunes match.  So, no idea what will happen if I decide to go back down that rabbit hole.

  • HT201272 I want to download a previously purchased album that had an "error" and isn't complete. I have an older Mac and don't have iCloud. Surely there is some way to get the music I paid for!

    I want to download a previously purchased album that had an "error" and isn't complete. I have an older Mac and don't have iCloud. Surely there is some way to get the music I paid for!

    Hi,
    See this http://support.apple.com/kb/ht2519
    Jim

  • Hello.I wanted to upgrade my iPad 1 to iOS 5.1 Over the Air.I was running iOS 5.0.1.It said it had an error connecting to server.It is already 5 hours i cant install this update.I also have an iPhone 4 with iOS 5.0.1 with the same issues.Help please!

    Hello.I wanted to upgrade my iPad 1 to iOS 5.1 Over the Air.I was running iOS 5.0.1.It said it had an error connecting to server.It is already 5 hours i cant install this update.I also have an iPhone 4 with iOS 5.0.1 with the same issues.Help please!

    You're probably running into the servers simply being swamped. Thousands of people are all going for the software update at the same time. Give it a try again and if that doesn't work, then try plugging it into your computer and trying it that way.
    I didn't get a notion of the size, it doesn't seem to be as big as the 700 meg 5.0 update, but it did take me 20+ minutes to download via cable internet so it's a large file. That in and of itself takes a while.
    If you're trying to download it directly to your iPhone, you'll need to be on wifi since I'm sure it's well over the 20 meg file size limit for 3G.

  • I recently downloade Firefox v6.0 but had to remove it via the Control Panel Add/Remove Program. When I tried to re-install it I keep getting an error messsage that said that I had to reboot to fully remove the previous copy of v6.0.

    I recently downloade Firefox v6.0 but had to remove it via the Control Panel>Add/Remove Program. When I downloaded v6.0 again and tried to re-install it I keep getting an error messsage that said that I had to reboot to fully remove the previous copyof v6.0. However when I did reboot I get the same error message. I'm sort of stuck in a loop and can't figure out how I can re-install v6.0. I am running Windows XP on a Dell Inspiron 9300 laptop.

    Please do the following.
    Click '''Help '''| '''Check For Updates'''. The option to update should appear and version 3.6.17 should download and install.
    However, sometimes things go pear-shaped and you get version 3.5.19. If that happens, repeat the same steps to update to 3.6.17.
    Once you have 3.6.17 installed, you'll get the opportunity to update to the current version which is 4.0.1 ''Please don't do that for the moment because you first of all have to update your plugins''. To do the latter, please do the following.
    Go to http://www.java.com/en/ and install the latest version of Java.
    Update Adobe Shockwave for Director via http://get.adobe.com/shockwave/
    Update Adobe Flash via http://get.adobe.com/flashplayer/
    Update Adobe Reader via http://get.adobe.com/reader/?promoid=BUIGO
    For security details regarding the Adobe updates, see: http://www.adobe.com/support/security/advisories/apsa11-02.html
    Once you've updated all those, go to '''Help '''| '''Check For Updates '''again to update to version 4.0.1

Maybe you are looking for

  • What do I need to travel to S.E Asia and Europe?

    Wondering if any one can help me here, I'm not the most tech savvy person and I've looked over allot of information and none of it is concise. I'm totally confused as to what EXACTLY I need in order to charge and run my 2012 Macbook air and an Iphone

  • Want to use TC as external hard drive

    Just bought Time Capsule, and configured it to be my Time Machine drive. That works fine. But I also want to store some large folders on there that aren't on my hard drive (as a way of keeping my hard drive from filling up.) So I moved the folders on

  • Problem in File Adapter jca.file.FileName

    Hello, I have problem in sending variable data to the file adapter property I have defined Variable FlowData of Type Element from a XSD When I am trying to assign the variable data to the File adapter it is throwing error *<bpelx:inputProperty name="

  • ED not capturing properly while posting IR

    Hi I am facing problem when creating Invoice with ref to GR. In PO ED is capturing properly, in PartII also it is capturing ED properly,  But when I am trying to POST IR, if I go to simulate invoice it is showing wrong ED ie lesser than the actual am

  • Printing- multiple sections and no comments

    Hi, This problem has occured only since upgrading to Lion. I have been trying to print a document from Word 2011, with reviewer's comments included. When I send directly to the USB connected printer, reviewer's comments are not printed and the docume