Deleting imports from client 800

Hi,
I had imported few transports into my system.I cannot change these objects as I do not have the license to do so and they were only for reference purposes.Now I want to delete these objects completely from my client 800.Is that possible ?
I also have one more question : Whenever I make changes to the 800 client (any new implementation) , it reflects in client 000 as well.Why is that so ? Isn't 000 the SAP source client and should not have the new SAP implementations ? It does not however contain the SAP transaction data from client 800.
Kindly suggest. _

1. If I have the license installed in my SID I01 , 46 C IDES , can i install the same license in my 47 E , SID DRS system ?
No
2. When I installed the IDES 47 E in my Win2003 server m/c , i see that the temp license has a validity upto 10th March , 2012. Is it possible to go ahead with development in this system in the customer z workspace? Does the validity date point that after this date I would be unable to access or work with this system ?
Ideally you have to install another license before expiry.  But you may be able to work on temp license for 2 weeks.
[http://help.sap.com/saphelp_nw04/Helpdata/EN/a7/512c95407a11d1893b0000e8323c4f/content.htm]
3. If I have to obtain a fresh license , how should I go about it and how much does it cost for this license ?
Note 94998 - Requesting license keys and deleting systems. For costing you may contact SAP directly as it is not available online anywhere.
[https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=94998]

Similar Messages

  • How to delete file from client machine

    Hi all,
    we are using the DataBase: oracle:10g,
    and forms/reports 10g(developer suite 10g-10.1.2.2).
    can anybody help me how to delete the file from client machine in specified location using webutil or any
    (i tried with webutil_host & client_host but it is working for application server only)
    thank you.

    hi
    check this not tested.
    PROCEDURE OPEN_FILE (V_ID_DOC IN VARCHAR2)
    IS
    -- Open a stored document --
    LC$Cmd Varchar2(1280) ;
    LC$Nom Varchar2(1000) ;
    LC$Fic Varchar2(1280);
    LC$Path Varchar2(1280);
    LC$Sep Varchar2(1) ;
    LN$But Pls_Integer ;
    LB$Ok Boolean ;
    -- Current Process ID --
    ret WEBUTIL_HOST.PROCESS_ID ;
    V_FICHERO VARCHAR2(500);
    COMILLA VARCHAR2(4) := '''';
    BOTON NUMBER;
    MODO VARCHAR2(50);
    URL VARCHAR2(500);
    Begin
    V_FICHERO := V_ID_DOC;
    LC$Sep := '\';--WEBUTIL_FILE.Get_File_Separator ; -- 10g
    LC$Nom := V_FICHERO;--Substr( V_FICHERO, instr( V_FICHERO, LC$Sep, -1 ) + 1, 100 ) ;
    --LC$Path := CLIENT_WIN_API_ENVIRONMENT.Get_Temp_Directory ;
    LC$Path := 'C:';
    LC$Fic := LC$Path || LC$Sep || LC$Nom ;
    If Not webutil_file_transfer.DB_To_Client
    LC$Fic,
    'TABLE_NAME',
    'ITEM_NAME',
    'WHERE'
    ) Then
    Raise Form_trigger_Failure ;
    End if ;
    LC$Cmd := 'cmd /c start "" /MAX /WAIT "' || LC$Fic || '"' ;
    Ret := WEBUTIL_HOST.blocking( LC$Cmd ) ;
    LN$But := WEBUTIL_HOST.Get_return_Code( Ret ) ;
    If LN$But 0 Then
    Set_Alert_Property( 'ALER_STOP_1', TITLE, 'Host() command' ) ;
    Set_Alert_Property( 'ALER_STOP_1', ALERT_MESSAGE_TEXT, 'Host() command error : ' || To_Char( LN$But ) ) ;
    LN$But := Show_Alert( 'ALER_STOP_1' ) ;
    LB$Ok := WEBUTIL_FILE.DELETE_FILE( LC$Fic ) ;
    Raise Form_Trigger_Failure ;
    End if ;
    If Not webutil_file_transfer.Client_To_DB
    LC$Fic,
    'TABLE_NAME',
    'ITEM_NAME',
    'WHERE'
    ) Then
    NULL;
    Else
    Commit ;
    End if ;
    LB$Ok := WEBUTIL_FILE.DELETE_FILE( LC$Fic ) ;
    Exception
    When Form_Trigger_Failure Then
    Raise ;
    End ;sarah

  • Error while deleting DC from client

    In NetWeaver Developer Studio, while i try to remove a Development Component from Client using Delete option, I get the following error. I have synched the DC, built it and deployed + ran it once. However, there are no open activities. This happens for some DCs sometimes, but not always. Any help/inputs/suggestions will be appreciated.
    Thanks in advance.
    Here are the error details
    <i><i>Error: Action failed.
    Problems encountered while deleting resources.
    org.eclipse.core.internal.resources.ResourceException: Problems encountered while deleting resources.
         at org.eclipse.core.internal.resources.Resource.delete(Resource.java:656)
         at org.eclipse.core.internal.resources.Project.delete(Project.java:288)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.DeleteProjectActionImpl.run(DeleteProjectActionImpl.java:80)
         at com.sap.ide.eclipse.component.provider.actions.dc.AbstractDcMultiAction$1.run(AbstractDcMultiAction.java:127)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at com.sap.ide.eclipse.component.provider.actions.dc.AbstractDcMultiAction.run(AbstractDcMultiAction.java:93)
         at com.tssap.selena.model.extension.action.SelenaActionCollector$GenericElementActionWrapper.run(SelenaActionCollector.java:229)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.saveRunAction(MenuFactory.java:1425)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.run(MenuFactory.java:1391)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.processInternal(MenuFactory.java:616)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.access$100(MenuFactory.java:586)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction$BusyProcessWorker.run(MenuFactory.java:716)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.process(MenuFactory.java:610)
         at com.tssap.util.ui.menu.internal.MenuListenerFactory$ProcessAdapter.widgetSelected(MenuListenerFactory.java:172)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
         at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:286)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:795)</i></i>

    Do you really mean "Delete DC" or do you mean "Remove from client"?
    A Remove from client just removes the DC from your local system, while a Delete DC removes the DC from the DTR!
    In case you really want to delete the DC from the DTR, try just syncing the sources <b>without</b> performing a build.

  • How to delete values from extension collection field through importer?

    Hi Experts,
    We have created one extension collection field in Master Agreement.
    We are able to add values to that collection field using Extension collection template CSV file through importer.
    Now we have a requirement to delete values from the Extension collection field through importer using CSV file.
    If anyone have template or idea please share with us.
    Thanks in advance!!
    Regards,
    Lava.

    Hi Agrawal,
    Thanks for you helpful information.
    Regards,
    Lava.

  • How to pick up file to Import from server instead of client PC??

    I have this code that picks up a file from client machine and processes the file . The code works fine when deployed on local tomcat deployment. But on remote server deployment , behaves differently . its looking for the file on the server How can I change the below code to look for the file on the client ??
    Please help .. any suggetion will be greately appreciated..
    Java code :
    public String importProdCredit() throws Exception {
    FileReader in = null ;
    StringTokenizer st = null;
    String record = null;
    String[] fieldValue = new String[30];
    BufferedReader br = null;
    int x = 0 ;
    FacesContext ctx = FacesContext.getCurrentInstance();
    //HttpServletResponse response = (HttpServletResponse) ctx.getExternalContext().getResponse();
    HttpServletRequest request = (HttpServletRequest) ctx.getExternalContext().getRequest();
    Date currentDatetime = new Date(System.currentTimeMillis());
    String StartTime = formatter.format(currentDatetime);
         int maxMemSize = 900000;
         long maxReqSize = 1000000000;
         //String fileDir = "/home/working/tmp/";
         boolean writeToFile = true;
         //String fileName = "deals.txt";
         String from = "";
         String files = "";
         String tmpStr = "";
         String comment = "";
         int num = 0;
         //     Check that we have a file upload request
         boolean isMultipart = FileUpload.isMultipartContent((HttpServletRequest) request);
         ServletOutputStream out = null;
    //     OPEN FILE
         fileName = fileName.replaceAll("\"", "\\") ;
    //     added code for export pc_
         File inputFile = new File( fileName );     
    try{     
              in = new FileReader(inputFile);
              br = new BufferedReader(in);          
         } catch (FileNotFoundException ex ) {     
              ex.printStackTrace();
              genUtils.displayError("Invalid file name or file does not exists");          
              return "-1";
    JSP:
    <%@ taglib uri="/WEB-INF/fmt-1_0.tld" prefix="fmt" %>
    <%@ taglib uri="/WEB-INF/jsf_core.tld" prefix="f" %>
    <%@ taglib uri="/WEB-INF/html_basic.tld" prefix="h" %>
    <%@ taglib uri="/WEB-INF/c-1_0.tld" prefix="c" %>
    <%@taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
    <html>
         <head>
              <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
              <META name="GENERATOR" content="IBM WebSphere Studio">
              <META http-equiv="Content-Style-Type" content="text/css">
              <LINK href='<%= request.getContextPath() + "/theme/Master.css" %>' rel="stylesheet" type="text/css">
              <link type="text/css" rel="stylesheet" href='<%= request.getContextPath() + "/theme/prodcredit.css" %>'>
              <title>Trade Ledger Ajustment Import</title>
         </head>      
    <body>
    <script language="JavaScript">
         <!--
         javascript:window.history.forward(1);
         //-->
    </script>
    <f:view>
    <h:form id="TradeAdjustmentImportForm" >
    <table width="900" class="tableform" >
    <caption class="searchcaption" > Production Credits Deals File Import : <h:messages id="Messages" errorClass="errors" globalOnly="false"/> </caption>                
    <tbody>               
         <tr class="formtr" >
              <td class="td" style="color: red"><strong>Enter File to Import</strong></td>
         </tr>
         <tr class="formtr">
              <td nowrap align="left">           
                   <h:outputText id="fileImportTxt" value="File Name : " />           
                   <h:inputText id="fileName" value="#{ProdCreditUtilities.fileName}" styleClass="field-value" />           
    </td>
         <td nowrap align="left">                          
                   <h:commandButton id="importFile" image="images/import.gif" styleClass="commandButton" action="#{ProdCreditUtilities.importProdCredit}" type="Submit" immediate="false" />               
         </td>
    <tr><td> </td></tr>                         
    </tbody>     
    </table>

    BufferedReader br = null;
    int x = 0 ;
    FacesContext ctx = FacesContext.getCurrentInstance();
    //HttpServletResponse response = (HttpServletResponse) ctx.getExternalContext().getResponse();
    HttpServletRequest request = (HttpServletRequest) ctx.getExternalContext().getRequest();
    Date currentDatetime = new Date(System.currentTimeMillis());
    String StartTime = formatter.format(currentDatetime);
    int maxMemSize = 900000;
    long maxReqSize = 1000000000;
    //String fileDir = "/home/working/tmp/";
    boolean writeToFile = true;
    //String fileName = "deals.txt";
    String from = "";
    String files = "";
    String tmpStr = "";
    String comment = "";
    int num = 0;
    // CHECK THAT WE HAVE A FILE UPLAOD REQUEST
    boolean isMultipart = FileUpload.isMultipartContent((HttpServletRequest) request);
    ServletOutputStream out = null;
    // OPEN FILE TO DO PROCESSING
    fileName = fileName.replaceAll("\"", "\\") ;
    // added code for export pc_
    File inputFile = new File( fileName );
    try{
    in = new FileReader(inputFile);
    br = new BufferedReader(in);
    } catch (FileNotFoundException ex ) {
    ex.printStackTrace();
    genUtils.displayError("Invalid file name or file does not exists");
    return "-1";
    JSP file
    <f:view>
    <h:form id="TradeAdjustmentImportForm" >
    <table width="900" class="tableform" >
    <caption class="searchcaption" > Production Credits Deals File Import : <h:messages id="Messages" errorClass="errors" globalOnly="false"/> </caption>
    <tbody>
    <tr class="formtr" >
    <td class="td" style="color: red"><strong>Enter File to Import</strong></td>
    </tr>
    <tr class="formtr">
    <td nowrap align="left">
    <h:outputText id="fileImportTxt" value="File Name : " />
    <h:inputText id="fileName" value="#{ProdCreditUtilities.fileName}" styleClass="field-value" />
    </td>
    Can you help me change this code to work with <input type="file">
    I am not that familiar with JSP and HTML . I am a database coder trying to get this fixed.
    Your help is greatly appreciated.
    Thanks
    Ricky

  • How Can I Delete Originals I Don't Care to Keep When Importing From SD Card?

    Hi All,
    Just installed LR3 thanks to Santa. Have been going thru the video tutorials as well as the Lightroom_3_Help PDF and Lightroom-GettingStarted_Lo PDF but I can't figure out how to simply delete files from the gitgo when importing from SD Card or from my HDD (files already moved to HDD but not yet culled or imported into LR3). I was hoping I could, in LIBRARY, just r/c on a file that is plainly not worth keeping and just delete it so I dont have to do it later. Seems like I could, this way, be able to concentrate more on the shots requiring editing.
    Also, need suggestions as to how I should import my files using DNG, Copy, Move, or Add. First off, I am not a working pro but am an occasional serious amateur. I'm picky and I like things to look good the first time and I like options.  The pix already on my HDD are in the PICTURES folder; those imported from SD card get moved to that PICTURES folder. I have, in the past, moved the processed verssions to a different DESTINATION folder - now I still have the originals and I have processed copies to post and share.
    I understand that LR3 does ND editing but I assume that if I only keep a DNG then any time I want a JPEG or PNG of a picture I have to open LR3 to make one. Since I only have been shooting a few hundred pix a year (though with my new D5000 this will change) I am not gonna load up my HDD any time soon. So, is there a way I can make a DNG file, keep the original RAW or JPEG file AND save a processed JPEG or PNG copy in my DESTINATION folder in one swell foop?
    Thanks in advance,
    Phil in San Diego

    Phil,
    PhilipCWells wrote:
     I understand that LR3 does ND editing but I assume that if I only keep a DNG then any time I want a JPEG or PNG of a picture I have to open LR3 to make one. Since I only have been shooting a few hundred pix a year (though with my new D5000 this will change) I am not gonna load up my HDD any time soon. So, is there a way I can make a DNG file, keep the original RAW or JPEG file AND save a processed JPEG or PNG copy in my DESTINATION folder in one swell foop?
    The LR Exchange site has three plug-ins that allow you to keep a "mirror" copy of your DNG/RAW images in JPG format for use by others without having to go into LR and generate them when needed.  The link is:
    http://www.adobe.com/cfusion/exchange/index.cfm?searchfield=tree&search_exchange=25&search _category=-1&search_license=&search_rating=&search_platform=0&search_pubdate=&num=25&start num=1&event=search&sticky=true&sort=0&rnav_dummy_tmpfield=&Submit=
    One of them should help you with this.
    Jeff (in San Diego as well)

  • How do I delete photos from my ipad that have been imported directly from a memory card.

      I have searched loads of forums and they all talk about using itunes to delete photos, but this seems to only apply to photos that orginated from a PC. The photos I am trying to delete were loaded directly on to my ipad from a memory card and don't appear in itunes. I know I can delete photos individually on my ipad but I have hundreds of them, The only option I have found that comes close to what I want to do is back-up ipad, delete photos I don't want to restore (not sure where to find back up or how to delete), rebuild ipad and restore -  this seems a long winded way of doing something that would take less than a minute in windows. I have an ipad1 and am running windows 7 on a standards Windows PC.
    Many Thanks in anticipation that someone will be able to help me
    Regards
    Keith

    Photos copied to the iPad via the camera connection kit (and those taken with the iPad or saved from emails/websites etc) should appear in Windows Explorer on a PC so you should be able to delete them from there - those types of photos should make the iPad appear as a camera to your computer. You should also be able to delete them at the end of the photo import process via, for example, the camera wizard.

  • I have the new macbook pro from late 2011. when i try plugging my cannon gl2 into the mac via firewire 800 it does not show up in iMovie as an option to import from. i even have gone into my settings on the camera and changed it to vcr.

    I have the new MacBook Pro from late 2011. "the one before the new ritina display" i have a cannon gl2 video camera which is mini dv. when i plug it into my mac via firwire 800 it does not show up in the iMovie. i have set the settings on the camera to vcr mode and changed it to av->dv out. when i click on the import from camera on imovie it doesnt even show my camera in it. it just gives me the option to import video from my facetime camera. the camera is turned on the wires are connected i know for fact that its a firewire and not a usb. i know what they each look like. i bought the firewire cable and it was marked down cause it was an opened and used item. would it be possible that it could be deffected and if that is not the reason what other options do i have?

    I would say that odds are high that you have a bad cable. Maybe that is why they returned it.
    I would suggest trying a different firewire cable.
    You can find Firewire cables inexpensively at monoprice.com. You need a 4 pin to 9 pin firewire cable.
    Here is a link.
    http://www.monoprice.com/products/subdepartment.asp?c_id=102&cp_id=10301
    Other things to check:
    Is your camera plugged in to wall power (not to batteries only). Must be hooked to an AC power source to import.

  • I need to make space on my Mac. If I copy a folder from iPhoto on to a hard drive, then delete it from iphoto then import it again, does it retain all my editing? It does not seem to retain Faces info and I have spent hours and days naming people :(

    I need to make space on my Mac. If I copy a folder from iPhoto on to a hard drive, then delete it from iphoto then import it again, does it retain all my editing? It does not seem to retain Faces info and I have spent hours and days naming people

    There is no way to export Faces information.
    I'm not sure why you would do this:
    If I copy a folder from iPhoto on to a hard drive, then delete it from iphoto then import it again,
    If space is an issue then move the whole Library to an external drive:
    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    Regards
    TD

  • Delete an SCA which is already imported from Development to Consolidation

    Hi all,
    I have a higher version of SCA wrongly imported into a track (from Development to Consolidation). Now when I try to import a lower version (correct version), it throws an error. Is there a way to delete the higher version file from the track and then import my actual version (lower version) into the track. Please let me know the procedure ASAP.
    I have tried to delete it from Consolidation queue, but it did not work (it is still existing in the track). Any help is appreciated.
    Thanks for the help,
    Hari

    HI,
    you said
    have a higher version of SCA wrongly imported into a track
    what you mean by higher version of sca.
    1. is it in terms of sp level,(like version 7.0 sp 12 and version 7.0 sp 15)
    2. in terms of version like version 7.0 and version 7.1.
    You wont be able to remove/delete that sca from the consolidation, unless you delete the track.
    instead of that  get a good new sca of higher version and import it your track. it will work as there is always backward compatibilty.
    and if have the second problem  i.e instead of 7.0 you imported 7.1, then get and 7.0 of higher version of sp level than that of 7.1.
    means a 7.1 sp3 always get replaced by 7.0 sp15

  • When importing from camera into aperture, photo's are also copied to my desktop, if i delete from desktop i am unable to edit photo in aperture. Must have done something, but what?

    When importing from camera into aperture, photo's are also copied to my desktop, if i delete from desktop i am unable to edit photo in aperture. Must have done something, but what?

    Have a look at your import setting specifically Store Files:
    Make sure it is set to where you want the originals to go.
    Message was edited by: Frank Caggiano - Don;t empty the system trash. The originals that you deleted from the Desktop are in there and are the only copies you have unless they are still in the camera.

  • How do i delete a thousand pictures from my ipad that were imported from CF card?

    I carried my ipad on trip instead of my laptop, used the ipad to store photos as i filled up my camera's cards.  worked well.  have copied them all the my HD and an external back-up drive.  but, there's seems to be no way to bulk delete all those photos (45GB worth) from the ipad.  i tried creating an album, putting all the photos in there and deleting the album... doesn't delete the photos, just to pointers to them for that album.  The only way it seems to be able to delete is one picture at a time, and there's over 2800 pics.. I've tried unchecking all the 'synch' folder in Iphoto but that doesn't removed the ones on the ipad that were imported there w/o using Iphoto... i've added and updated a lot of things to my ipad since i took those pics and don't want to do a restore. (which would also mean revert to IOS4)  Any suggestions would be most welcome
    TIA

    The links below have instructions for deleting photos.
    iOS and iPod: Syncing photos using iTunes
    http://support.apple.com/kb/HT4236
    iPad Tip: How to Delete Photos from Your iPad in the Photos App
    http://ipadacademy.com/2011/08/ipad-tip-how-to-delete-photos-from-your-ipad-in-t he-photos-app
    Another Way to Quickly Delete Photos from Your iPad (Mac Only)
    http://ipadacademy.com/2011/09/another-way-to-quickly-delete-photos-from-your-ip ad-mac-only
    How to Delete Photos from iPad
    http://www.wondershare.com/apple-idevice/how-to-delete-photos-from-ipad.html
    How to: Batch Delete Photos on the iPad
    http://www.lifeisaprayer.com/blog/2010/how-batch-delete-photos-ipad
    (With iOS 5.1, use 2 fingers)
    How to Delete Photos from iCloud’s Photo Stream
    http://www.cultofmac.com/124235/how-to-delete-photos-from-iclouds-photo-stream/
     Cheers, Tom

  • How can I delete albums and photos I imported from my Mac?

    Hi,
    I have a whole bunch of albums and photos on my iPad 1, which I have imported from my son's Mac. Since I am not satisfied with all the pictures an albums anymore I repeatedly tried to delete them, which I could not proceed. Is there any way to do so without using my son's Mac again?

    The links below have instructions for deleting photos.
    iOS and iPod: Syncing photos using iTunes
    http://support.apple.com/kb/HT4236
    iPad Tip: How to Delete Photos from Your iPad in the Photos App
    http://ipadacademy.com/2011/08/ipad-tip-how-to-delete-photos-from-your-ipad-in-t he-photos-app
    Another Way to Quickly Delete Photos from Your iPad (Mac Only)
    http://ipadacademy.com/2011/09/another-way-to-quickly-delete-photos-from-your-ip ad-mac-only
    How to Delete Photos from iPad
    http://www.wondershare.com/apple-idevice/how-to-delete-photos-from-ipad.html
    How to: Batch Delete Photos on the iPad
    http://www.lifeisaprayer.com/blog/2010/how-batch-delete-photos-ipad
    (With iOS 5.1, use 2 fingers)
    How to Delete Photos from iCloud’s Photo Stream
    http://www.cultofmac.com/124235/how-to-delete-photos-from-iclouds-photo-stream/
     Cheers, Tom

  • Using Firefox 3.6.20 and Windows XP Home SP3. Firefox sporatically deletes bookmarks from the bookmarks toolbar. Additionally, when I try to import from a saved HTML file, Firefox does not import the complete file. Results are inconsistent.

    Using Firefox 3.6.20 and Windows XP Home SP3. Firefox sporatically deletes bookmarks from the bookmarks toolbar. Additionally, when I try to import from a saved HTML file, Firefox does not import the complete file. Results are inconsistent.

    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox

  • I have just imported my photos on my iPad to my mac book. can i now delete them from the iPad to create more space without losing them on the mac book?

    i have just imported my photos on my ipad to my new mac book pro. can i now delete them from my ipad to create more space without losing them on my laptop?

    Yes you can delete them. Removing them from the iPad has no effect at all on the Mac.

Maybe you are looking for

  • Attaching Invoice document in MIRO

    Hi, Our customer want to attach the Invoice scanned copy during MIRO to avoid dispute of misplacing by departments. How do we go with this? Points will be awarded. Regards

  • Keyboard failing intermittently using Numbers '09 in Lion

    Since upgrading to Lion today, my keyboard is cutting out in Numbers. It has become completely unusable. I have reinstalled and deleted plists to no avail. I have updated the iWork Suite through Software Update to get the newest update released yeste

  • FI module(General Ledger) business documentation- any material?

    Hi, I am in SAP-ABAP development, I would like to learn about FI business process in SAP(high level process not configuration level. I am in technical development side), Can any one please let me know where I can get FI module documentation(mainly Ge

  • Right Justify string value in Transformation

    Hi need help I have a transform like this.. I need to add 4 spaces before the String "MARKED" <ns0:dest> <xsl:value-of select='concat(" ","MARKED")'/> </ns0:dest> but I always get result as <dest>MARKED</dest> instead of <dest> MARKED</dest> How do I

  • Is the "show interface brief" command 100% safe?

    I am planning on performing a health check on multiple Cisco SAN switches. This check will be performed five or more times a day. I know that the "show" commands are usually safe commands, but I have seen instances where "show tech-support" has cause