Flashback questions for backup -Restore -Recovery

Hello,
We are planning to implement flashback on our database, and i have configured flashback on my development database, but i have some question before adopt backup/recovery solution using flashback.
(1) If i have configured flashback database, and any non-temp datafile will be lost, will flashback will do automatic restore or recovery or what?
(2) Can we do incomplete recovery or point in time recovery using flashback database?
(3) if i revert to one of restore point, then open resetlogs are mandatory or what ?
Thanks and Regards,
V.SINGH

Hi,
(1) If i have configured flashback database, and any non-temp datafile will be lost, will flashback will do automatic restore or recovery or what?
no. It will not do automatically.
(2) Can we do incomplete recovery or point in time recovery using flashback database?
yes. you can use the restore and recovery method, but you have to disable flashback database during restore and recover time.
(3) if i revert to one of restore point, then open resetlogs are mandatory or what ?
yes, it is required. other wise you can open database in readonly mode.
If you have the metalink access refer below note for more clarity.
Doc ID: 565535.1 Subject: Flashback Database Best Practices & Performance
Thanks,
Siva

Similar Messages

  • Kernel: PANIC! -- best practice for backup and recovery when modifying system?

    I installed NVidia drivers on my OL6.6 system at home and something went bad with one of the libraries.  On reboot, the kernel would panic and I couldn't get back into the system to fix anything.  I ended up re-installing the OS to recovery my system. 
    What would be some best practices for backing up the system when making a change and then recovering if this happens again?
    Would LVM snapshots be a good option?  Can I recovery a snapshot from a rescue boot?
    EX: File system snapshots with LVM | Ars Technica -- scroll down to the section discussing LVM.
    Any pointers to documentation would be welcome as well.  I'm just not sure what to do to revert the kernel or the system when installing something goes bad like this.
    Thanks for your attention.

    There is often a common misconception: A snapshot is not a backup. A snapshot and the original it was taken from initially share the same data blocks. LVM snapshot is a general purpose solution which can be used, for example, to quickly create a snapshot prior to a system upgrade, then if you are satisfied with the result, you would delete the snapshot.
    The advantage of a snapshot is that it can be used for a live filesystem or volume while changes are written to the snapshot volume. Hence it's called "copy on write (COW), or copy on change if you want. This is necessary for system integrity to have a consistent data status of all data at a certain point in time and to allow changes happening, for example to perform a filesystem backup. A snapshot is no substitute for a disaster recovery in case you loose your storage media. A snapshot only takes seconds, and initially does not copy or backup any data, unless data changes. It is therefore important to delete the snapshot if no longer required, in order to prevent duplication of data and restore file system performance.
    LVM was never a great thing under Linux and can cause serious I/O performance bottlenecks. If snapshot or COW technology suits your purpose, I suggest you look into Btrfs, which is a modern filesystem built into the latest Oracle UEK kernel. Btrfs employs the idea of subvolumes and is much more efficient that LVM because it can operate on files or directories while LVM is doing the whole logical volume.
    Keep in mind however, you cannot use LVM or Btrfs with the boot partition, because the Grub boot loader, which loads the Linux kernel, cannot deal with LVM or BTRFS before loading the Linux kernel (catch22).
    I think the following is an interesting and fun to read introduction explaining basic concepts:
    http://events.linuxfoundation.org/sites/events/files/slides/Btrfs_1.pdf

  • LIVE Video Tutorial! How to Prepare for Backup and Recovery - HP Expert Day "How-To" Video Series – Today at 2:00pm PST

    Join us at 2:00pm Pacific time for a LIVE video tutorial of how to prepare for system backup and recovery! The video features HP experts who work with the products every day!
    I am an HP employee.

    #test

  • How to do oracle  backup,restore,recovery using php?

    Is there anyone know how to do oracle backup,restore and recovery using php? any tips... is there any ways to do that?

    Are you referring to performing RMAN backup operations via the OSB web tool? RMAN operations are managed, not via the web tool, but through RMAN command line or Oracle Enterprise Manager (EM)
    Donna

  • Oracle9i job submission for backup & restore.

    Hi All,
    I am working on a utility for getting the backup,restore & sheduled the same as job to the oracle9i. i have created the script for taking the backup & restore but i don't have any idea to submit a job to the oracle9i jobs from my java application.
    Thanks for any help.
    Asim

    I'm feeling a little dense today, so I want to reiterate what I think you are saying. Please let me know where I am wrong or something is missing.
    1) You have written a Java program that executes an external O/S command.
    2) That external O/S command is an *.cmd or *.bat file that includes logic to backup your database (Oracle commands?).
    3) You want the external O/S command to run at some given time interval, but must be invoked through the Java program.
    If I have any of the above correct, then I am also assuming that there is a tight coupling of the Java program with the scripting (invokes the scripts with specific dates, times, files, tablespaces, etc).
    Again, if any of this is correct, then:
    a) You could compile the Java program into Oracle and run it using the Oracle internal JVM as a stored procedure or function. This would allow you to schedule the execution of the Java program using Oracle scheduling.
    However, I don't think I get it yet, because your concerns don't seem to match what I believe you are trying to do. I do have quite a bit of experience in these types of things, so I will try and help if I can.
    WFF

  • Question about backup/restores.

    I'm getting ready to backup my dev server and restore what i need on my production server for the first time. What I want to know is if I do a backup/restore  in the future to add more to the production server will the restore overwrite the content
    that has been add to the on the production server?
    Thanks
    James T.F
    Edit: What I'm trying to do is push the ground work to the production server from dev, and then add updates and modules along the way without losing content on the production server.

    Here is information about a farm solution:
    http://msdn.microsoft.com/en-us/library/office/aa543659(v=office.14).aspx
    Sandbox:
    http://msdn.microsoft.com/en-us/library/office/gg615450(v=office.14).aspx
    Apps:
    http://blogs.msdn.com/b/officeapps/archive/2013/06/13/upgrading-your-app-for-sharepoint.aspx
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • RMAN parameters - to use more CPU for Backup & Restore

    Hi Friends,
    I am using RMAN backup on 11g database on windows.
    RMAN is taking almost 1 hr to restore the database and i could see the CPU usage is very less - less than 10% during restore.
    so how can i make the RMAN backup and restore faster by using more CPU on windows.
    Regards,
    DB

    839396 wrote:
    Hi Friends,
    I am using RMAN backup on 11g database on windows.
    RMAN is taking almost 1 hr to restore the database and i could see the CPU usage is very less - less than 10% during restore.
    so how can i make the RMAN backup and restore faster by using more CPU on windows.Where is your bottleneck? ... On Storage? If yes, your CPU available are useless during backup/restore operation.
    Even better, check the wait events in your database and you'll know why the backup / restore is not as expected.
    See this example:
    http://levipereira.wordpress.com/2012/08/09/what-is-slow-rman-or-media-management-library/
    Regards,
    Levi Pereira

  • Allocate channel manually for RMAN restore/recovery

    How i can manually allocate channel for my backups going to tape?
    For disk backups i can do and it work...
    RUN
    ALLOCATE CHANNEL disk1 DEVICE TYPE DISK FORMAT 'J:\dbname\%U';
    restore database preview;
    }

    Hi,
    Sorry to say, on first impression "I would have fired the employee for posting the company/organization code to outside world with out any going through norms"
    Secondly, why can't you debug the code by your self ?
    I apologize if you felt bad... since it's not a professional way to discuss the issue
    - Pavan Kumar N
    Edited by: Pavan Kumar on Jun 27, 2012 11:29 PM
    Edited by: Pavan Kumar on Jun 27, 2012 11:32 PM

  • Backup and recovery questions

    Hi,
    I am a newbie in Oracle database 11g Release 11.2.0.1.0 and Oracle Linux and I have questions regarding backup and recovery.
    I used the “Schedule Oracle-Suggested Backup” and have it run nightly to back up to local disk. In the Backup Setting, on the Retention Policy, I selected “Retain backup that are necessary for a recovery to any time within the specified number of days (point-in-time recovery) day = 7”
    With the setting above, I checked the “Manage Current Backups” and I have many back sets for SPfiles, controlfiles, datafiles, and archivelogs for the last several days. However, for image copies, I have only one set and it get over write nightly. With the configuration above, is that true that I can only recover to any point in last 24 hours?
    My goal is to be able to recover any “point-in-time” in the past 5 days, should I change my Retention Policy to “Retain at least the specified number of full backups for each datafile” to 5 backups (each full daily backup)?  Please provide some advices. Thanks

    By looking the following, it looks like by default its 24 hours but it depends upon the recovery window you choose.
    Enterprise Manager makes it easy to set up an Oracle-suggested backup strategy for backups to disk that protects your data and provides efficient recoverability to any point in the a recovery window of your choosing. (In the simplest case, examined in this section, this window is 24 hours.) The Oracle-suggested strategy leverages Oracle's incremental backup and incrementally-updated backup features to provide faster backups than whole database backups, and faster recoverability than is possible through applying database changes from the archived log to your datafiles.
    The Oracle-suggested backup strategy is based on creating an image copy of your database. This copy is rolled forward by means of incrementally updated backups. Oracle Enterprise Manager schedules RMAN backups jobs for you to run during the overnight hours.
    For each datafile, the strategy calls for backups as follows:
    At the beginning of day 1 of the strategy (the time the first scheduled job actually runs), an incremental level 0 datafile copy backup. It contains the datafile's contents at the beginning of day 1. In a restore-and-recovery scenario, the redo logs from day 1 can be used to recover to any point during day 1.
    At the beginning of day 2, an incremental level 1 backup is created, containing the blocks changed during day 1. In a restore-and-recovery scenario, this incremental level 1 can be applied to quickly roll forward the level 0 backup to the beginning of day 2, and redo logs can be used to recover to any point during day 2.
    At the beginning of each day n for days 3 and onwards, the level 1 backup from the beginning of day n-1 is applied to the level 0 backup. This brings the datafile copy to its state at the beginning of day n-1. Then, a new level 1 is created, containing the blocks changed during day n-1. In a restore-and-recovery scenario, this incremental level 1 can be applied to the datafile rolled forward on day n-1 to the beginning of day n, and redo logs can be used to recover the database to any point during day n.
    The datafile copies used in the Oracle-suggested backup strategy are tagged with the tag ORA$OEM_LEVEL_0. The level 1 incremental backups for use in this strategy are created for use with datafile copies that are so labelled. You can safely implement other backup strategies without concern for interference from the backups for the Oracle suggested strategy.
    There are also Oracle-suggested strategies that use tape backups along with disk backups, but those are beyond the scope of this chapter.

  • I want to find any backup and recovery solution for SharePoint server 2013 enterprise

    Dear Expertise,
    Recent set up SharePoint server 2013 Enterprise, and looking for backup and recovery solution, does the built in Windows Backup can handle it, and how?
    KF

    Hi,
    According to your post, my understanding is that you wanted to know some backup and restore solution for SharePoint 2013.
    There are two Technet articles about the backup and restore, you can have a look at them.
    http://technet.microsoft.com/en-us/library/ee428315(v=office.15).aspx
    http://technet.microsoft.com/en-us/library/ee662536(v=office.15).aspx
    You can also use some third-part software tools to achieve the same scenario.
    http://www.avepoint.com/products/sharepoint-infrastructure-management/data-protection/
    http://www.sharepointreviews.com/sharepoint-reviews-articles/sharepoint-administration/254-sharepoint-backup-recovery-evaluation
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Lync Backup/Restore with SQL backup

    Is it possible to backup and restore the XDS database (Lync topology and configuration information) using SQL database tools?  Technet is very confusing, it describes in great detail how to use cmdletts to export the configuration then back it up with
    te regular backups.  But then at link for Backup - restore best practices  it states "The simplest and most commonly used backup type and rotation schedule is a full, nightly backup of the entire SQL Server database. Then, if restoration is necessary,
    the restoration process requires only one backup and no more than a day’s data should be lost."
    http://technet.microsoft.com/en-us/library/hh202184.aspx
    Best Practices for Backup and Restoration
    To facilitate your back up and restoration process, apply the following best practices when you back up or restore your data:
    Perform regular backups at appropriate intervals. The simplest and most commonly used backup type and rotation schedule is a full, nightly backup of the entire SQL Server database. Then, if restoration is necessary, the restoration process requires only
    one backup and no more than a day’s data should be lost.
    If you use cmdlets or the Lync Server Control Panel to make configuration changes, use the
    Export-CsConfiguration cmdlet to take a snapshot backup of the topology configuration file (Xds.mdf) after you make the changes so that you won't lose the changes if you need to restore your databases.
    Ensure that the shared folder you plan to use for backing up Lync Server 2010 has sufficient disk space to hold all the backed up data.
    Schedule backups when Lync Server usage typically is low to improve server performance and the user experience.
    Ensure that the location where you back up data is secure.
    Keep the backup files where they are available in case you need to restore the data.
    Plan for and schedule periodic testing of the restoration processes supported by your organization.
    Validate your backup and restoration processes in advance to ensure that they work as expected.
    Thanks for your help,
    Paul MacLean

    Take a look if this helps you out:
    http://designinglync.blogspot.com/2011/04/lync-backup-and-recovery.html
    and in detail:
    http://blogs.technet.com/b/uc_mess/archive/2011/03/17/lync_2d00_server_2d00_2010_2d00_backup_2d00_instructions.aspx
    +Say thanks and observe basic forum courtesy:
    +If this post answered your question, Mark As Answer
    +If this post was helpful, Vote as Helpful
    windowspbx blog: my thots/howtos
    see/submit Lync suggestions here: simple and public

  • Sapinst error backup/restore phase create controlfile

    Hello experts
    I am doing a homogeneous system copy using database specific tools backup/restore.Oracle 10.2.0.5, HP-UX, ECC 6.0
    Source = ZD1 and Target = ZD1 (Yes they are both same) Source was a fresh install with brand new Export data (SID = ZD1) and now we are replacing the database with a copy of our existing Dev system (also SID = ZD1)
    Restored the backup over target using OFFLINE backup. Have not run any "recover database ...." or "alter database open resetlogs" yet because sapinst is suppose to do this.
    My control script looks like this: filename = CONTROL.SQL
    STARTUP NOMOUNT
    CREATE CONTROLFILE REUSE SET DATABASE "ZD1" RESETLOGS ARCHIVELOG
        MAXLOGFILES 255
        MAXLOGMEMBERS 3
        MAXDATAFILES 254
        MAXINSTANCES 50
        MAXLOGHISTORY 23371
    LOGFILE
      GROUP 1 (
        '/oracle/ZD1/origlogA/log_g11m1.dbf',
    then all the data file paths (which I verified to be correct)
    ends with:
    '/oracle/ZD1/sapdata4/sr3_61/sr3.data61',
      '/oracle/ZD1/sapdata4/sr3_62/sr3.data62'
    CHARACTER SET UTF8
    Now here is the issue:
    1) When I manually run the CONTROL.SQL and then just do a alter database open resetlogs everything is fine. Database mounts and opens fine. However when I run the sapinst it tries to run the CONTROL.SQL again and messes up everything. I would like to skip this phase in sapinst and change ERROR to OK in keydb.xml file. Question is when should I do this ? Before starting sapinst so that it skips this or during the phase it stops and asks for backup/restore ?
    2) Instead creating files manually I also let sapinst do this. But it throws an error during control file creation. When I used the above CONTROL.SQL it says must use resetlogs to open database. Then I restored all over again and added the line alter database open resetlogs at the end of CONTROL.SQL
    '/oracle/ZD1/sapdata4/sr3_61/sr3.data61',
      '/oracle/ZD1/sapdata4/sr3_62/sr3.data62'
    CHARACTER SET UTF8
    ALTER DATABASE OPEN RESTLOGS;
    And then ran sapinst again from scratch and now it throws error file 1 needs media recovery.
    This is weird and I don't know why sapinst acting smart here and wont let me do it and when it does it by himself it messes up.
    Is my CONTROL.SQL scripts correct ? Whats the best approach here.
    Thank you

    Hello Nicholas
    Thank you. I have replaced the CONTROL>SQL in the installation directory itself. Its in /tmp/sapinst_instdir/ERP/LM/COPY/ORA/SYSTEM/CENTRAL/AS And yes it IS picking up the control.sql that I provided and not the default.
    DatabaseSAP
    Thank you. I have never commented  anything in keydb.xml before. But sounds like a good idea because if I can restore it myself I really want to skip this step. Should I just do it before start of sapinst  and what exact lines to comment ? Which keydb should I edit ? I found several but looks like ./ERP/LM/COPY/ORA/SYSTEM/CENTRAL/AS/keydb.xml is the right one.
    root@zepsapa1 # find . -name keydb.xml
    ./NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/keydb.xml
    ./NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/log_20_Apr_2011_05_48_52/keydb.xml
    ./NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB_backup/keydb.xml
    ./NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/SCS/keydb.xml
    ./NW04S/LM/PRC/keydb.xml
    ./NW04S/LM/UNINSTALL/AS/keydb.xml
    ./NW04S/LM/UNINSTALL/AS/log_05_Dec_2011_07_39_50/keydb.xml
    ./ERP/LM/USR/keydb.xml
    ./ERP/LM/USR/log_15_Dec_2011_15_43_02/keydb.xml
    ./ERP/LM/USR/log_14_Dec_2011_16_15_35/keydb.xml
    ./ERP/LM/PRC/keydb.xml
    ./ERP/LM/COPY/ORA/SYSTEM/CENTRAL/AS/keydb.xml
    ./ERP/LM/COPY/ORA/SYSTEM/CENTRAL/AS/log_19_Dec_2011_08_48_00/keydb.xml
    ./ERP/SYSTEM/ORA/CENTRAL/AS/keydb.xml
    ./ERP/SYSTEM/ORA/CENTRAL/AS/log_16_Dec_2011_12_41_11/keydb.xml
    ./ERP/SYSTEM/ORA/CENTRAL/AS/log_16_Dec_2011_13_03_45/keydb.xml
    ./ERP/SYSTEM/ORA/CENTRAL/AS/log_18_Dec_2011_08_05_17/keydb.xml
    Also what exactly am I commenting here ? I see step RunControlScript is the one causing problems and I dont want it to create any control files. Please advise what exactly I need to comment and when. And what about changing the ERROR to OK ?
    <strval><![CDATA[]]>
            </strval>
          </fld>
        </row>
        <row>
          <fld name="STEPKEY">
            <strval><![CDATA[|NW_Doublestack_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBOBR|ind|ind|ind|ind|1|0|NW_OraOBR|ind|ind|ind|ind|4|0|RunControlScript]]>
            </strval>
          </fld>
          <fld name="STATUS">
            <strval><![CDATA[ERROR]]>
            </strval>
          </fld>
          <fld name="STOP_BEFORE">
            <strval><![CDATA[]]>
            </strval>
          </fld>
          <fld name="STOP_AFTER">
            <strval><![CDATA[]]>
            </strval>
    Thank you

  • Using OEM to backup/restore DB using EMC Avamar (3rd party)

    Hi,
    I'm trying to find a solution for using OEM to backup and restore DB using EMC Avamar software.
    Normally, we can backup/restore DB using Avamar through RMAN CLI using scripts similar to the following:
    connect target /
    run {
    configure controlfile autobackup on;
    set controlfile autobackup format for device type sbt to 'CONTROLFILE.orcl.%F';
    allocate channel c0 type sbt PARMS="SBT_LIBRARY=c:\PROGRA~1\avs\bin\orasbt64.dll" format '%d_%U';
    send '"--prefix=11g/orcl/" "--flagfile=c:\flagfile\avtar-flags.txt" "--bindir=c:\PROGRA~1\avs\bin"';
    backup database plus archivelog delete input;
    release channel c0;
    Where orasbt64.dll is the name of Avamar's 64bit library and flagfile contains some internal flags necessary for backup/restore operations.
    Now, I want to use OEM for the same thing so, what I did was try to specify the Media Management Vendor Library Parameters under Backup Settings in OEM. I saved the following as the parameters:
    "SBT_LIBRARY=c:\PROGRA~1\avs\bin\orasbt64.dll";
    Even after this, the backup script generated by OEM does not contain this parameter. Naturally, backups to EMC Avamar fail.
    I would like answers to these 2 questions:
    1. How to correctly specify the Media Management Vendor Library Parameters?
    2. Is there a way to specify all the parameters (--prefix, flagfile, bindir, PARMS etc.) so that the script generated by OEM is same (or as close as possible) to the one I use for RMAN CLI backups.
    Thanks!

    Hi Anant,
    I'm also having the same issue. It fails because it doesn't understand the "send" command in OEM. Here is the output of the tape backup test:
    RMAN> run {
    2> allocate channel oem_sbt_backup type 'sbt_tape' format '%U' parms 'SBT_LIBRARY=/usr/local/avamar/lib/libobk_avamar64.so,
    3> ENV=(PATH=/bin:/usr/bin:/usr/local/avamar/bin);
    4> send "--flagfile=/home/oracle/scripts/backup/my-avtar-flags.txt"';
    5> backup as COMPRESSED BACKUPSET current controlfile tag '04302012033156';
    6> restore controlfile validate from tag '04302012033156';
    7> release channel oem_sbt_backup;
    8> }
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of allocate command on oem_sbt_backup channel at 04/30/2012 15:32:00
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27209: syntax error in device PARMS - unknown keyword or missing =
    RMAN> allocate channel for maintenance type 'sbt_tape' parms 'SBT_LIBRARY=/usr/local/avamar/lib/libobk_avamar64.so,
    2> ENV=(PATH=/bin:/usr/bin:/usr/local/avamar/bin);
    3> send "--flagfile=/home/oracle/scripts/backup/my-avtar-flags.txt"';
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of allocate command on ORA_MAINT_SBT_TAPE_1 channel at 04/30/2012 15:32:01
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27209: syntax error in device PARMS - unknown keyword or missing =
    When I use TSM it doesn't require the "send" command and it backs up successfully. I guess the other option would be to create an EM job to do the backups. However, this wouldn't populate the EM tables for backup reporting.

  • Can I use time machine for backup but also keep my itunes library on my external and not on my MacBook Pro?

    I have two 1TB external drives that I planned on using for backup of my MacBook Pro (Not actually sure how to use them both as duplicate backups but I'l have to figure that out later). What I'm wanting to do is use the external as a backup but I'd also like to keep the majority of my music on the external drive so I can keep the space free on my MacBook. Is this possible?

    Possible, but not advisable.
    You would be using the same drive for backup & normal (live) uses at the same time.  That pretty much negates the whole purpose of backup, at least as far as that single drive would be concerned.
    Better to devote 1 drive to backup (TM or otherwise) and a 2nd drive for online (live) usage.
    One more thing ... you don't really have effective backup until you have at least 2 separate backups on 2 separate drives, neither of which is connected to your Mac except for backup & restore operations.  Three is even better.

  • Tools of Backup and Recovery

    can any one tell me what are the tools of backup and recovery in the Oracle database?

    gqmallah wrote:
    Tools used for backup and recovery of an Oracle database are as follows:
    1. Export and Import Utilities
    2. Backup Mode Tablespace Copies
    3. RMAN (Recovery Manager)
    4. Oracle Enterprise Manager and the Database Control
    5. etcPlease note that #4 is not a tool for backup and recovery, but a web-based front end to the real tools listed in #1 through #3
    Edited by: EdStevens on Nov 19, 2009 9:00 AM

Maybe you are looking for

  • Can't install the sharepoint designer 2013 (32 or 64 bits) because of the "Office 15 click-to-run extensibility component"

    Hi there, I have a problem installing sharepoint designer 2013 which I downloaded . When I try to install the 64 bits installation program it it comes up with a popup that there are 32 bits programs found on my laptop. (Office 15 click-to-run extensi

  • To get Document content via RFC

    Hi forum, I have a small bsp-application to show documents for a material-number stored in the SAP-tresor (via ftp). The SAP-tresor is installed in the core-system, the WEB-AS is another server. I developed a remote-enabled function module called get

  • TS3090 Is there any good way for using a network account locally on the server?

    We have a bunch of macs at home. I want to be able to login to a laptop and have my account (home dir) in sync with de desktop account in a noninvasive way.  For achieving this I thought  promoting one imac to be a network profile server would be a g

  • DW CS won't start

    DW CS hung on shutdown. On restart it hung on a "white screen of death". I deleted the configuration folders. Repaired from control panel>add/remove program. It worked once, but has hung again. This time on Repair from control panel>add/remove progra

  • Cp278 for non-international JVM

    Hi All, I have a java applet that uses cp278, and so it needs the international version of JVM be installed on the client PC, for the app to work. Therefore, this prevents this app running on a US PC, unless I get the user to install the Internationa