Xml manipulation using xMII Logic Editor

Hi Friends,
I have an input xml file :-
<?xml version="1.0" encoding="UTF-8"?>
<CampaignDetails>
     <CampaignID> 1</CampaignID>
     <CampaignID> 2</CampaignID>
     <CampaignID> 3</CampaignID>
     <StartTime CampaignID="1"> st1</StartTime>
     <StartTime CampaignID="2"> st2</StartTime>
     <StartTime CampaignID="3"> st3</StartTime>
     <EndTime CampaignID="1">et1</EndTime>
     <EndTime CampaignID="2">et2</EndTime>
     <EndTime CampaignID="3">et3</EndTime>
     <Description CampaignID="1"> This is Campaign 1</Description>
     <Description CampaignID="2"> This is Campaign 2</Description>
     <Description CampaignID="3"> This is Campaign 3</Description>
</CampaignDetails>
I want to manipulate this xml file as per the following :-
<?xml version="1.0" encoding="UTF-8"?>
<CampaignDetails>
<Campaign>
     <ID>1</ID>
     <Description> This is campaign 1</Description>
     <StartTime> st1</StartTime>
     <EndTime> et1</EndTime>
</Campaign>
<Campaign>
     <ID>1</ID>
     <Description> This is campaign 2</Description>
     <StartTime> st2</StartTime>
     <EndTime> et2</EndTime>
</Campaign>
<Campaign>
     <ID>1</ID>
     <Description> This is campaign 3</Description>
     <StartTime> st3</StartTime>
     <EndTime> et3</EndTime>
</Campaign>
</CampaignDetails>
Can anybody please tell me as to how to proceed using xMII Logic Editor?? I have tried a lot but I am failing.
And Please explain the steps in detail.
Thanks in Advance.
Lipsa.

Hi Rick,
I tried but I am getting the following ouput.
<?xml version="1.0" encoding="UTF-8"?><Location><CampaignDetails> <Campaign> <ID>1</ID> <Description> This is Campaign 1</Description> <StartTime> st1</StartTime> <EndTime>et1</EndTime> </Campaign> <Campaign> <ID/> <Description/> <StartTime/> <EndTime/> </Campaign> </CampaignDetails><CampaignDetails> <Campaign> <ID>2</ID> <Description> This is Campaign 2</Description> <StartTime> st2</StartTime> <EndTime>et2</EndTime> </Campaign> <Campaign> <ID/> <Description/> <StartTime/> <EndTime/> </Campaign> </CampaignDetails><CampaignDetails> <Campaign> <ID>3</ID> <Description> This is Campaign 3</Description> <StartTime> st3</StartTime> <EndTime>et3</EndTime> </Campaign> <Campaign> <ID/> <Description/> <StartTime/> <EndTime/> </Campaign> </CampaignDetails><CampaignDetails> <Campaign> <ID>4</ID> <Description> This is Campaign 4</Description> <StartTime>st4</StartTime> <EndTime>et4</EndTime> </Campaign> <Campaign> <ID/> <Description/> <StartTime/> <EndTime/> </Campaign> </CampaignDetails></Location>
And not the desirable one.
Please help me out.
Output has to be in the following way:-
<?xml version="1.0" encoding="UTF-8"?>
<Location>
     <CampaignDetails>
          <Campaign>
               <ID>1</ID>
               <Description> This is Campaign 1</Description>
               <StartTime> st1</StartTime>
               <EndTime>et1</EndTime>
          </Campaign>
          <Campaign>
               <ID>2</ID>
               <Description> This is Campaign 2</Description>
               <StartTime> st2</StartTime>
               <EndTime>et2</EndTime>
          </Campaign>
     </CampaignDetails>
     <CampaignDetails>
          <Campaign>
               <ID>3</ID>
               <Description> This is Campaign 3</Description>
               <StartTime> st3</StartTime>
               <EndTime>et3</EndTime>
          </Campaign>
          <Campaign>
               <ID>4</ID>
               <Description> This is Campaign 4</Description>
               <StartTime> st4</StartTime>
               <EndTime>et4</EndTime>
          </Campaign>
     </CampaignDetails>
</Location>
and the input is :
<?xml version="1.0" encoding="UTF-8"?>
<CampaignDetails>
     <CampaignID> 1</CampaignID>
     <CampaignID> 2</CampaignID>
     <CampaignID> 3</CampaignID>
     <CampaignID>4</CampaignID>
     <StartTime CampaignID="1"> st1</StartTime>
     <StartTime CampaignID="2"> st2</StartTime>
     <StartTime CampaignID="3"> st3</StartTime>
     <StartTime CampaignID="4">st4</StartTime>
     <EndTime CampaignID="1">et1</EndTime>
     <EndTime CampaignID="2">et2</EndTime>
     <EndTime CampaignID="3">et3</EndTime>
     <EndTime CampaignID="4">et4</EndTime>
     <Description CampaignID="1"> This is Campaign 1</Description>
     <Description CampaignID="2"> This is Campaign 2</Description>
     <Description CampaignID="3"> This is Campaign 3</Description>
     <Description CampaignID="4"> This is Campaign 4</Description>
</CampaignDetails>
Please help.
Thanks in Advance,
Lipsa.

Similar Messages

  • XMII 11.5 SR02 b63 Logic Editor won't run

    One of our QA members is having problems running the Business Logic Editor in xMII.  He and another QA person have the same setup:
    xMII 11.5 SR02 b63
    JDK/JRE 1.4.2_07 and 1.3.something
    same IIS
    The second QA person has no problem running the BLE, but the first one describes this behavior:
    1. Open XMii and log in.
    2. Click Business Logic Services > Logic Editor. A Java Web Start
    1.4.2_07 window opens that indicates XMII SAP is Downloading Java
    libraries descriptor (0 remaining) with a flashing status bar. It
    stays here for 20 to 30 minutes before the application actually can be
    started up. At that point as long as I don/t close XMII then I can use
    the Logic Editor with no problem. If I close it down (i.e. close the
    browser) then the same problem occurs the next time I try to start the
    Logic Editor.
    Where could I begin looking to debug this?
    -tim

    Hi Tim,
    try to open the Java Web Start program (should be in C:\Program Files\Java\j2re1.4.2_07\javaws\javaws.exe), go to File > Preferences and under the 'Proxies' section in the  'General' tab, select 'None'.
    Then close all open browser windows and try again...
    Note that disabling proxy servers in the Java Web Start tool will not affect normal Java Applets, which are handled by the Java browser plugin which comes with its own proxy configuration screen. If you company uses a proxy between its LAN and the net, the above setting will stop your uses from running any Java Web Start applications, such as BLE, but  not very many people use these anyways, so the impact should be minimal.
    Good luck,
    Sascha
    P.S. If your users also have the JDK, then the javaws.exe binary is also found in C:\j2sdk1.4.2_07\jre\javaws.
    Message was edited by:
            Sascha Wenninger

  • Business Logic Editor with Complex Transasctions

    I'm starting to have some serious problems using the Business Logic Editor with reasonably large (but by no means huge) transactions. These transactions also have nested transaction calls down a few layers. The main symptoms are:
    1)  When opening the Link Editor on the first action it is somewhat sluggish. Opening the Link Editor on the last action can take over 60 seconds.
    2)  If adding a new Transaction Call action, selecting the called transaction in the Configure window doesn't work. The transaction can be selected OK, but the browse window will not close. It has to be cancelled. The Link Editor does not show the transaction's input, even though the Configure window will now show the selected transaction's path OK.
    3)  If the transaction is Saved after 2), that transaction will not open again in the Logic Editor, even after a reboot.
    Memory seems to be part of the formula. The above is on a notebook with 1Gb of RAM. On a dual core with 2 Gb, the problems are less, but not much. On a server with 8Gb, the symptoms disappear.
    Does anyone know if there is a recommended minimum system config for using the Logic Editor?
    What is actually happening when a transaction with nested Transaction Call actions is loaded in the Editor and for exection? I have many transactions that don't have the above problems, but they take a long time to open in the Logic Editor, and up to 1.5 seconds to load when executing the transaction (this is as per the F5 timings).
    Thanks,
    Bill

    Rick,
    These days I'm very careful about large embedded reference docs in my transactions. I actually go through the .trx files with notebook looking for any large chunks of that sort of XML and make sure they are eliminated.
    In the case of this transaction, by the time I get to the actual SQL query action (and remember it's a few layers of nested transaction calls down), it can't run the query anyway. The Query Template name in the configure window is blank. That and any params are set dynamically in Links at run time (the Query Template name actually comes from a config file). If I try Limit Rowcount or Yes when I close the configure window, it just gives an error because it has no idea what query template to run.
    Given this, the problem just doesn't seem related to fetching data. And how would this cause the Links window to take so long to open in the Logic Editor?
    Bill

  • Manipulating  XML file using flex 2.0

    Hi,
    how to add contents in to xml file using flex 2.0, ie i
    actually wants to write data in to a xml file, so that data to be
    appended at the end of the file.
    Kumar

    You can't! Well, at least Flex cannot do this. All Flex can
    do is send this data -- any data -- to the server and it's up to
    you how you want to append this data to a file on the server.
    You see, flex can't write to local files. If you looking for
    client side file manipulation, take a look at Flex's desktop
    brother call AIR!
    ATTA

  • Xml file manipulation using XI file adapter

    my requirement is to change an attribute value in an xml file using XI.
    example
    <County InternalID="24581" Action="None">
    should be changed to
    <County InternalID="24581" Action="Insert">
    I have used Adapter specific attributes to get thesame file name, which is looking at the target folder,
    but the problem is
    once it reached the target foelder
    it looks like this
    <ns0:County InternalID="24581" Action="Insert">
    I donot need ns0:
    Any thoughts please.

    I have single xsd which I uploaded as External defintion, with names ED_source and ED_target in Repository
    after that directly I created Message interfaces( no Message Type, no DataType)
    I tried to remove namespace in repository, do I need to remove name space in the XSD itself and then upload it in repository.

  • Connecting XML files with xMII

    Hi,
      i want to connect xml file (say one.xml having table name and price) with xMII. how can i do it? by using TAG query? what is the simulatorTag.xml?
    - senthil

    Senthil,
    Save your .xml file in your local system
    Open Business Logic Editor and under WEB you can find xmlLoader.
    Right Click and configure the path of the xml file in source URL.
    This will load your xml file and all the rowsets will be available for further manipulation...
    Tag Query is normally used to query a Tag type database like simulator..
    Hope this helps,
    Ajitha

  • How to Display Multiple Rows in Business Logic Editor

    Hi Friends, I took the standard BAPI:   BAPI_MATERIAL_GETLIST and followed the SAP- xMII documentation. It is not showing any records. Does any one have good example. Please let me know.
    If I run the same BAPI from R3 system, it is showing 7 records.
    Can I display the data in Business Logic editor? Please help.

    Hi Dilip
              I have gone through your post and I think that the info provided by yu is not sufficent to answer yur question exactly but i would suggest yu the following solutions :-
    1. It may be the case that yu are not looping on the Response XML from the BAPI. You need to loop on the repeating node of the Response XML of the BAPI and on each loop yu need to append the record read to a xMII Output XML document using Row structure. Finally Yu can assign the document to the Output variable.
    2. Check for the type of Output Variable. I guess that it's String type. In that case, convert it to xml type.
    Hope it helps.
    Amit

  • Error in Logic Editor

    Hi,
    I want to create transactions using Logic editor of SAP xMII.
    Whenever i click on 'Link' option it gives error saying 'Exception has been occured'
    null.
    Same is case when i work on existing transacttions.
    Can anyone please help me in resolving this.
    Thanks in advance
    Regards,
    Shalaka

    Shalaka,
    Can you please confirm the version of xMII you are using? Also, can you tell me which version of the Sun JDK you are running on both the xMII server and the workstation you are working with the Logic Editor?
    Regards,
    Michael Teti

  • Problem with Business Logic Services Logic Editor

    Hi,
    I am trying to go to Logic Editor under Business Logic Services. I'm getting error that "Unable to launch xMII"
    Is there any java related problem in my machine?
    Regards,
    Amalesh

    Amalesh,
    What version of xMII are you using 12.0 by chance.  If so goto the Java Web Start -> File -> Preferences -> and set your proxy to "None".  I would not recommend reinstalling Java as this will not solve your problem and if you are on xMII 12.0, the recommended version is 1.4.2_13 as a minimum.
    Regards,
    Erik

  • Not able to login in CMS Logic editor

    Hi,
    I'm using older version of sap xMII 11.0. I'm not able to login CMS Logic editor using my user name and password but able to login to the other xMII pages. Do we need to modify any system properties?
    regards
    Bala

    I think you should talk to your colleague who messed up the server environment:  Changing Lighthammer Home in BLS (xMII 11.5)
    Once it is solved I assume you'll be able to login as well.

  • Error while calling BAPI in BLS(Logic Editor)

    Hi all,
    I am using a RFC(BAPI_OBJCL_CHANGE) in XMLL logic editor. I have configured in SAP JCO interface. While executing that transaction, it shows error like ACTION FAILED: End Action SAPJCOInterface_0 : (SAP JCO Interface).  But, when I try with other BAPI's its working fine. At the same time when I execute the RFC(BAPI_OBJCL_CHANGE) in SAP logon its working fine. What could be the problem?
    Help in this regard, it's urgent.
    Thanks & Regards,
    Hemalatha

    Did you try to execute the BAPI from SAP in BAPI Explorer?  If you are not familiar with the behavior of a particular BAPI, that is a good place to do testing.  By using BAPI Explorer, you have bypassed any impact xMII may have on the execution of the BAPI. 
    Once you have the parameters set correctly there and the BAPI executes without error, then try it in xMII.  A couple of other things to keep in mind.  SAP often adds leading zeroes to various ID's (material, production order, batch, etc.).  BAPI's often do not.  So make sure you know the configuration of the object and check to make sure you have leading zeroes where appropriate.
    Hope this helps,
    Mike
    Also make sure you check the Automatically Commit Transaction since you are performing an action upon SAP rather than simply retrieving information.
    Edited by: Michael Appleby on Feb 11, 2008 4:17 PM

  • Error opening a transaction in Logic Editor

    Hi,
    Using 11.5 SR3.
    I have a transaction which some 20 sequences and 30 action blocks. I configured it as a listener. For some strange reason, I just cannot open the transaction in the Logic editor.
    Another issue, though not sure if its related to the same thing is that some of the transactions say 'executing' even though the last sequence in the transaction is executed (the last sequence is a file write and the file is already created) when running from the Logic Editor. I also feel that the performance of the transaction execution has gone down recently. Not sure if all these issues are related or each one is a separate issue.
    Any clues from the gurus?
    Ravi.

    Hi Ravi,
    Found a SAP Note on the transaction loading issue.
    Note: 960362
    Title: Large Transactions can crash server
    URL: [Click Here|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_xap/~form/handler]
    It mentions increasing the heap size as an option.
    Cheers,
    Jai.
    Edited by: Jai Tamhane on Feb 7, 2008 12:23 PM

  • Suggestion for a drum pad interface to use in Logic 7.2

    Hello all. I'm looking for suggestions for a drum pad interface to use with logic 7.2. I was very interested with the Korg PadKontrol but unfortunately it is not UB compliant. According to my understanding it will only work in Rosetta. Can anyone else let me know what pad interface you use (UB compliant) and your experiences with it. I am doing alot of research on what to get but I really believe in Feedback from "real life" users. Thank you very much in advance for your time!!

    the pad itself uses MIDI to communicate with the Mac. They bundle software with the pad that is not UB. So if you are not intending to use the editor software, it is irrelevent.

  • Creating XML File Using xmldom Package

    How can I create an XML file from scratch using the PL/SQL xmldom package?
    I want to create an XML file using the xmldom package instead of building the individual tags as strings of VARCHAR2 character data. There is quite a bit of documentation regarding manipulating input XML files using DOM -- but not for creating XML files from scratch given known "tagnames" (<lastName>) and retrieved database "values" ("Smith").
    <person>
    <lastName>Smith</lastName>
    </person>
    Is there any documentation that you can recommend?
    Thank you.

    Here is an example.
    The create_file procedure creates the file.
    The other procedures are generic procs that can be used with any XML.
    PROCEDURE create_file_with_root(po_xmldoc OUT xmldom.DOMDocument,
    pi_root_tag IN VARCHAR2,
                                            po_root_element OUT xmldom.domelement,
                                            po_root_node OUT xmldom.domnode,
                                            pi_doctype_url IN VARCHAR2) IS
    xmldoc xmldom.DOMDocument;
    root xmldom.domnode;
    root_node xmldom.domnode;
    root_element xmldom.domelement;
    record_node xmldom.domnode;
    newelenode xmldom.DOMNode;
    BEGIN
    xmldoc := xmldom.newDOMDocument;
    xmldom.setVersion(xmldoc, '1.0');
    xmldom.setDoctype(xmldoc, pi_root_tag, pi_doctype_url,'');
    -- Create the root --
    root := xmldom.makeNode(xmldoc);
    -- Create the root element in the file --
    create_element_and_append(xmldoc, pi_root_tag, root, root_element, root_node);
    po_xmldoc := xmldoc;
    po_root_node := root_node;
    po_root_element := root_element;
    END create_file_with_root;
    PROCEDURE create_element_and_append(pi_xmldoc IN OUT xmldom.DOMDocument,
    pi_element_name IN VARCHAR2,
                                            pi_parent_node IN xmldom.domnode,
                                            po_new_element OUT xmldom.domelement,
                                            po_new_node OUT xmldom.domnode) IS
    element xmldom.domelement;
    child_node xmldom.domnode;
    newelenode xmldom.DOMNode;
    BEGIN
    element := xmldom.createElement(pi_xmldoc, pi_element_name);
    child_node := xmldom.makeNode(element);
    -- Append the new node to the parent --
    newelenode := xmldom.appendchild(pi_parent_node, child_node);
    po_new_node := child_node;
    po_new_element := element;
    END create_element_and_append;
    FUNCTION create_text_element(pio_xmldoc IN OUT xmldom.DOMDocument, pi_element_name IN VARCHAR2,
    pi_element_data IN VARCHAR2, pi_parent_node IN xmldom.domnode) RETURN xmldom.domnode IS
    parent_node xmldom.domnode;                                   
    child_node xmldom.domnode;
    child_element xmldom.domelement;
    newelenode xmldom.DOMNode;
    textele xmldom.DOMText;
    compnode xmldom.DOMNode;
    BEGIN
    create_element_and_append(pio_xmldoc, pi_element_name, pi_parent_node, child_element, child_node);
    parent_node := child_node;
    -- Create a text node --
    textele := xmldom.createTextNode(pio_xmldoc, pi_element_data);
    child_node := xmldom.makeNode(textele);
    -- Link the text node to the new node --
    compnode := xmldom.appendChild(parent_node, child_node);
    RETURN newelenode;
    END create_text_element;
    PROCEDURE create_file IS
    xmldoc xmldom.DOMDocument;
    root_node xmldom.domnode;
    xml_doctype xmldom.DOMDocumentType;
    root_element xmldom.domelement;
    record_element xmldom.domelement;
    record_node xmldom.domnode;
    parent_node xmldom.domnode;
    child_node xmldom.domnode;
    newelenode xmldom.DOMNode;
    textele xmldom.DOMText;
    compnode xmldom.DOMNode;
    BEGIN
    xmldoc := xmldom.newDOMDocument;
    xmldom.setVersion(xmldoc, '1.0');
    create_file_with_root(xmldoc, 'root', root_element, root_node, 'test.dtd');
    xmldom.setAttribute(root_element, 'interface_type', 'EXCHANGE_RATES');
    -- Create the record element in the file --
    create_element_and_append(xmldoc, 'record', root_node, record_element, record_node);
    parent_node := create_text_element(xmldoc, 'title', 'Mr', record_node);
    parent_node := create_text_element(xmldoc, 'name', 'Joe', record_node);
    parent_node := create_text_element(xmldoc,'surname', 'Blogs', record_node);
    -- Create the record element in the file --
    create_element_and_append(xmldoc, 'record', root_node, record_element, record_node);
    parent_node := create_text_element(xmldoc, 'title', 'Mrs', record_node);
    parent_node := create_text_element(xmldoc, 'name', 'A', record_node);
    parent_node := create_text_element(xmldoc, 'surname', 'B', record_node);
    -- write the newly created dom document into the buffer assuming it is less than 32K
    xmldom.writeTofile(xmldoc, 'c:\laiki\willow_data\test.xml');
    EXCEPTION
    WHEN xmldom.INDEX_SIZE_ERR THEN
    RAISE_APPLICATION_ERROR(-20120, 'Index Size error');
    WHEN xmldom.DOMSTRING_SIZE_ERR THEN
    RAISE_APPLICATION_ERROR(-20120, 'String Size error');
    WHEN xmldom.HIERARCHY_REQUEST_ERR THEN
    RAISE_APPLICATION_ERROR(-20120, 'Hierarchy request error');
    WHEN xmldom.WRONG_DOCUMENT_ERR THEN
    RAISE_APPLICATION_ERROR(-20120, 'Wrong doc error');
    WHEN xmldom.INVALID_CHARACTER_ERR THEN
    RAISE_APPLICATION_ERROR(-20120, 'Invalid Char error');
    WHEN xmldom.NO_DATA_ALLOWED_ERR THEN
    RAISE_APPLICATION_ERROR(-20120, 'Nod data allowed error');
    WHEN xmldom.NO_MODIFICATION_ALLOWED_ERR THEN
    RAISE_APPLICATION_ERROR(-20120, 'No mod allowed error');
    WHEN xmldom.NOT_FOUND_ERR THEN
    RAISE_APPLICATION_ERROR(-20120, 'Not found error');
    WHEN xmldom.NOT_SUPPORTED_ERR THEN
    RAISE_APPLICATION_ERROR(-20120, 'Not supported error');
    WHEN xmldom.INUSE_ATTRIBUTE_ERR THEN
    RAISE_APPLICATION_ERROR(-20120, 'In use attr error');
    WHEN OTHERS THEN
    dbms_output.put_line('exception occured' || SQLCODE || SUBSTR(SQLERRM, 1, 100));
    END create_file;

  • Using Strut Logic Iterate tag in JavaScript

    Has anyone tried this or experienced this problem.
    I have JSP pages with JavaScript imbedded. Not my web page but an out of the box portal we bought from a vendor. The JavaScript uses the Logic Iterate Strut tag but gives an error in Nitro:
    "feature is not resolved" on the lines where getLink() and getID() are called. I have put the code in other editors and it does not give me any error. Does any one have a clue to why this error occurs or is this something that NitroX can not handle?
    Thanks,
    Zim 8)
    Some of Code:
    function selectFolder(folderName,doExpandPath)
                        if (typeof(doExpandPath) == 'undefined')
                             doExpandPath = true;
                        var form = document.forms['TreeForm'];
                        // unselect old one
                        var cell = document.getElementById(selectedId);
                        if (null != cell)
                             cell.className = '';
                        // select new one
                        if ('/' == folderName.charAt(folderName.length-1))
                             folderName = folderName.substring(0,folderName.length-1);
                        var targetCellId = 'cellLabel./Documents'+folderName;
                        var isContentFolderBrowser = true;
                        try {
                             var sideBarSelected = top.frames['main'].window.sideBarSelected;
                             isContentFolderBrowser = '/getfolderitems.do' == sideBarSelected;
                             if (!isContentFolderBrowser) {
                             <logic:iterate id="feature" name="userinfobean" property="sideBarFeatures"
                                       type="com.actuate.activeportal.functionality.config.Feature">
                                       if (sideBarSelected == '<%= feature.getLink()%>' )
                                            targetCellId = 'cellLabel./<%= feature.getID()%>';
                                  </logic:iterate>
                        } catch (e) {
                        cell = document.getElementById(targetCellId);

    May I ask why have you done it?
    If it is related to printing of the list then it is of no use.But it IS of use. The objects compEmployees is in scope.
    It has the list we want to print out.
    With logic:iterate:
    <table>
         <tr>
           <th>Number</th>
           <th>Employee</th>
         </tr>
         <logic:iterate name="compEmployees" property="totalEmps" id="emp">
              <tr>
                <td>
                  <bean:write name="emp" property="empNo"/>
                </td>
                <td>
                  <bean:write name="emp" property="empName"/>
                </td>
              </tr>
         </logic:iterate>
    </table>or alternatively with JSTL and c:forEach
    <table>
         <tr>
           <th>Number</th>
           <th>Employee</th>
         </tr>
         <c:forEach items="${compEmployees.totalEmps}" var="emp">
              <tr>
                <td>
                  <c:out value="${emp.empNo}"/>
                </td>
                <td>
                  <c:out value="${emp.empName}"/>
                </td>
              </tr>
         </c:forEach>
    </table>Cheers,
    evnafets

Maybe you are looking for

  • External Hard drive does not show up on Disk Utility

    I have a External Hard Drive that I used to use on a PC. Recently, I just bought a new Macbook Pro 13'' and want to transfer my documents from the old PC to the Macbook. My External HD requires a password that you need to type in in order to access t

  • Double space after apostrophe in iMessage

    Ever since I updated to Mavericks, iMessage on my MacBook Pro (mid 2012) adds a double space after I use an apostrophe! It also doesn't save my background color preference (but it does save font color, font, and other user's font and color). It only

  • Logic 9 crashes when saving - "Bad access"

    Hi guys, this has been discussed numerous times before, I know. But none of the remedies that have been used to fix this seem to work except in some individual cases. I am in the middle of a sound design project and can't afford to not have this work

  • Why does my ipad play louder music than my phone through my headphones?, I have the beats solo hd

    When I am listening to music from my iPad and I switch to my iPhone listening to the same songs with the same headphones it is noticeably quieter when coming from my iPhone, I have the iPad 3 and the iPhone 5. Please someone help

  • Would like to delete stolen iPhone backup from ICloud

    I have 4 devices listed on my iCloud acct.  1 of which was stolen. Since then have replaced and restored info to new phone.  I would like to delete the stolen one but hesitate that I don't have all info 'pulled' off of it...how do I make sure I do? I