NWDS adding prefix without namespace

Hi,
I'm facing an issue with a prefix without namespace.
I'm calling a webservice defined on XI from EP through a Service built in NWDS.
<?xml version="1.0" encoding="utf-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wn3="http://www.w3.org/1999/XMLSchema" xmlns:wn2="http://www.w3.org/2000/10/XMLSchema" xmlns:wn1="http://www.w3.org/2001/XMLSchema" x ... "http://www.w3.org/2001/XMLSchema-instance" xmlns:wn4="http://iwaysoftware.com/iwaf/XI/System" xmlns:tns="http://iwaysoftware.com/iwaf/XI/System">
<SOAP-ENV:Body>
<wn4:EPSiebelActionMT>
<prt0:select/>
</wn4:EPSiebelActionMT>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Prefix 'prt0' is not mapped to a namespace but is added to the <select> node.
The call to XI leads to an error since XI seems to dislike undefined prefix.
What should be done ?
Thx,
mejj

Hello,
I have the same problem.
Does someone know how to solve the problem?
Thanks.

Similar Messages

  • XML without namespace and prefix, modified package-info.java, JAX-WS option

    Hello
    I have created a consumer business service which will be called from JDEdwards EOne, pulls data from database and send it to Fusion Middleware.
    SO, I have created proxy using JAX-WS option. And suggested in oracle doc, I created proxy outside OMW and then copied it to my project. XML payload is getting generated without namespace and prefix. After some research, I modified package-info.java. Now, I am able to send the payload and if test it locally from Jdeveloper and take xml output using marshaller I can see it has namespace and prefix as well. BUt, when I run this from server it does not have namespace and prefix.
    Please help.
    Thanks
    TK

    Just to clerify,
    The common complex types are StatusInfo, IdcProperty and IdcPropertyList. I ahve 3 more WSDL's with the exact same entires for those 3.

  • Axis Web Service SOAP Response without namespace

    Hi folks,
    I use the Axis Framework and eclipse to create a Webservice. I wrote a Method which returns a List of customers(complex Element). When I execute the method I get the following result:
    <soapenv:Body>
    <getAllCustomersResponse>
    <ns1:getAllCustomersReturn>
    <ns1:email>[email protected]</ns1:email>
    <ns1:id>5</ns1:id>
    <ns1:name>Hendrik</ns1:name>
    </ns1:getAllCustomersReturn>
    <ns2:getAllCustomersReturn>
    <ns2:email>[email protected]</ns1:email>
    <ns2:id>6</ns1:id>
    <ns2:name>Masen</ns1:name>
    </ns2:getAllCustomersReturn>
    </getAllCustomersResponse>
    </soapenv:Body>
    How can I configure Axis that I get the result without namespace  like this: ?
    <soapenv:Body>
    <getAllCustomersResponse>
    <getAllCustomersReturn>
    <email>[email protected]</ns1:email>
    <id>5</ns1:id>
    <name>Hendrik</ns1:name>
    </getAllCustomersReturn>
    <getAllCustomersReturn>
    <email>[email protected]</ns1:email>
    <id>6</ns1:id>
    <name>Masen</ns1:name>
    </getAllCustomersReturn>
    </getAllCustomersResponse>
    </soapenv:Body>
    Thanks for your help
    Edited by: Heno on Apr 27, 2009 1:28 AM

    I just had the same problem and solved it like this: I modified the WSDL slightly by removing the prefix from the reference to the element of the response message, as well as the "targetNamespace" in the xsd:schema segment of the WSDL. Like this, SAP is able to parse the response.
    Philippe

  • Error: Error writing stream: Could not find prefix for namespace:

    Hi all,
    I am getting this error while doing topdownAssemble using WSA. The error seems as if the name space definitions do not have proper prefixs, but I have prefixes for all the name spaces.
    Any idea what else might be causing the problem ?
    Thanks,
    --venkat
    + java -jar /opt/oc4j_extended_101310/webservices/lib/wsa.jar -topDownAssemble -wsdl parlayx_third_party_call_service.wsdl -unwrapParameters false -className oracle.sdp.parlayx.ThirdPartyCallImpl -input classes -output gen -ear dist/tpcall.ear -mappingFileName src/ThirdPartyCallService-java-wsdl-mapping.xml -packageName oracle.sdp.parlayx -fetchWsdlImports true -debug
    FINE: OWS-11015 Trying to Access Resource at URL: file:/home/vayyagar/IdeaProjects/ParlayX/parlayx_third_party_call_service.wsdl
    FINE: OWS-11015 Trying to Access Resource at URL: file:/home/vayyagar/IdeaProjects/ParlayX/parlayx_third_party_call_interface.wsdl
    FINE: OWS-11015 Trying to Access Resource at URL: file:/home/vayyagar/IdeaProjects/ParlayX/parlayx_common_faults.wsdl
    FINE: OWS-11015 Trying to Access Resource at URL: file:/home/vayyagar/IdeaProjects/ParlayX/parlayx_third_party_call_service.wsdl
    FINE: OWS-11015 Trying to Access Resource at URL: file:/home/vayyagar/IdeaProjects/ParlayX/parlayx_third_party_call_interface.wsdl
    FINE: OWS-11015 Trying to Access Resource at URL: file:/home/vayyagar/IdeaProjects/ParlayX/parlayx_common_faults.wsdl
    FINE: OWS-11015 Trying to Access Resource at URL: file:/home/vayyagar/IdeaProjects/ParlayX/parlayx_third_party_call_interface.wsdl
    FINE: OWS-11015 Trying to Access Resource at URL: file:/home/vayyagar/IdeaProjects/ParlayX/parlayx_common_faults.wsdl
    FINE: OWS-11015 Trying to Access Resource at URL: file:/home/vayyagar/IdeaProjects/ParlayX/parlayx_common_faults.wsdl
    Error: Error writing stream: Could not find prefix for namespace: http://www.csapi.org/wsdl/parlayx/common/v2_0/faults
    Error writing stream: Could not find prefix for namespace: http://www.csapi.org/wsdl/parlayx/common/v2_0/faults: java.io.IOException: Could not find prefix for namespace: http://www.csapi.org/wsdl/parlayx/common/v2_0/faults
    at oracle.j2ee.ws.wsdl.xml.WSDLWriterImpl.writeAttValFromQName(WSDLWriterImpl.java:660)
    at oracle.j2ee.ws.wsdl.xml.WSDLWriterImpl.writeFault(WSDLWriterImpl.java:577)
    at oracle.j2ee.ws.wsdl.xml.WSDLWriterImpl.writeOperation(WSDLWriterImpl.java:563)
    at oracle.j2ee.ws.wsdl.xml.WSDLWriterImpl.writePortType(WSDLWriterImpl.java:422)
    at oracle.j2ee.ws.wsdl.xml.WSDLWriterImpl.writeDefinition(WSDLWriterImpl.java:186)
    at oracle.j2ee.ws.wsdl.xml.WSDLWriterImpl.writeWSDL(WSDLWriterImpl.java:93)
    at oracle.j2ee.ws.wsdl.xml.WSDLWriterImpl.writeWSDL(WSDLWriterImpl.java:83)
    at oracle.j2ee.ws.common.wsdl.WSDLImportLocalizer.writeOutWSDL(WSDLImportLocalizer.java:637)
    at oracle.j2ee.ws.common.wsdl.WSDLImportLocalizer.writeOutTo(WSDLImportLocalizer.java:568)
    at oracle.j2ee.ws.common.wsdl.WSDLImportLocalizer.localize(WSDLImportLocalizer.java:278)
    at oracle.j2ee.ws.common.wsdl.WSDLImportLocalizer.localize(WSDLImportLocalizer.java:162)
    at oracle.j2ee.ws.tools.wsa.Assembler.topDownAssemble(Assembler.java:828)
    at oracle.j2ee.ws.tools.wsa.cli.Processor.execute(Processor.java:320)
    at oracle.j2ee.ws.tools.wsa.cli.Processor.execute(Processor.java:169)
    at oracle.j2ee.ws.tools.wsa.Main.mainNoSystemExit(Main.java:83)
    at oracle.j2ee.ws.tools.wsa.Main.main(Main.java:48)
    at oracle.j2ee.ws.wsdl.xml.WSDLWriterImpl.writeWSDL(WSDLWriterImpl.java:95)
    at oracle.j2ee.ws.wsdl.xml.WSDLWriterImpl.writeWSDL(WSDLWriterImpl.java:83)
    at oracle.j2ee.ws.common.wsdl.WSDLImportLocalizer.writeOutWSDL(WSDLImportLocalizer.java:637)
    at oracle.j2ee.ws.common.wsdl.WSDLImportLocalizer.writeOutTo(WSDLImportLocalizer.java:568)
    at oracle.j2ee.ws.common.wsdl.WSDLImportLocalizer.localize(WSDLImportLocalizer.java:278)
    at oracle.j2ee.ws.common.wsdl.WSDLImportLocalizer.localize(WSDLImportLocalizer.java:162)
    at oracle.j2ee.ws.tools.wsa.Assembler.topDownAssemble(Assembler.java:828)
    at oracle.j2ee.ws.tools.wsa.cli.Processor.execute(Processor.java:320)
    at oracle.j2ee.ws.tools.wsa.cli.Processor.execute(Processor.java:169)
    at oracle.j2ee.ws.tools.wsa.Main.mainNoSystemExit(Main.java:83)
    at oracle.j2ee.ws.tools.wsa.Main.main(Main.java:48)

    HI,
    Seems known issue. I would suggest to raise an Service Request with the test case.
    GD,
    Ashish

  • Message Mapping Issue with data without namespace

    Hi,
    I have a common xsd imported which has its own target namespace into my SWC namespace. Based on this xsd I have generated a Message Interface and webservice and given the wsdl to third party system for invoking my webservice.
    The problem is I have done the message mapping based on xsd which has namespace but whereas the third party system which is consuming my webservice is sending the xml data without any namespace and because of which my mapping is failing (target structure is not getting generated as expected). I have tested the mapping with namespace and without namespace from IR already. I have explained this below with example.
    I cannot change the xsd as it is a common and even cannot ask the end system to change the data format they are sending as they are sending the same data to some other systems also, which are not complaining.
    How to resolve this issue in XI?
    Actual xml data generated from my imported xsd (with namespace)
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:Root xmlns:ns0="http://employee/types">
       <ns0:EmployeeDetails>
          <ns0:EmployeeId>12</ns0:EmployeeId>
            <ns0:EmployeeName>XYZ</ns0:EmployeeName>
    </ns0:EmployeeDetails>
    </ns0:Root>
    Actual Data coming from third party system (without namespace)
    <?xml version="1.0" encoding="UTF-8"?>
    <Root>
       <EmployeeDetails>
          <EmployeeId>12</EmployeeId>
            <EmployeeName>XYZ</EmployeeName>
    </EmployeeDetails>
    </Root>
    Thanks
    Amit

    Just  wild guess:)
    I am not 100% sure but i guess XSLT mapping does not checks the incoming payload against the sender message type.Within XSLT mapping you can add/remove namespace as you would like,use this XSLT mapping before your actual message mapping in interface mapping.
    I am saying this coz recently i was able to generate XSLT mapping(in altova Map Transform) without even specifying any sender or receiver Message type and it worked just fine.
    Thanx
    Aamir

  • JMS Adapter getting xml without namespace

    Hello,
    We're using BPEL 10.1.3.4 and we need to integrate a legacy system with a new one. The legacy system writes in a JMS queue a simple xml message without namespaces (following although a specific schema). When in BPEL I try to get this xml I cannot access its elements and I'm getting errors like the following:
    variable/ expression is empty
    Which seems normal as bpel tries to access the element using namespaces.
    I found this thread which seems to be the same issue Re: writing XML without namespace? but I cannot actually understand the approach.
    Any help will be really usefull!
    Thank you!

    Hi,
    Did the solution mentioned in the other thread worked for you? I am having the exact problem.
    Thanks.

  • Splitting XML Files without namespaces

    Hello,
    I have a file that looks similar to this:
    <?xml version="1.0" encoding="UTF-8"?>
    <File>
     <Header>
      <Location>Phoenix</Location>
      <Date>052214</Date>  
     </Header>  
     <Bill></Bill>
     <Trailer>
      <Total>1076</Total>
     </Trailer>
    </File>
    What I would like to do is split the file (<Bill> is repeating) and I understand I should be able to do this with an envelope schema. I've done some research and every example I'm coming across happens to have a namespace in the sample schema.
    How can I accomplish the same thing without the namespace?
    Do I need to add the namespace using the ESB Toolkit, and if so, am I supposed to add a namespace to the repeating element? I looked into that solution and couldn't understand how to add a namespace to the Bill element, only the root. Unfortunately I trashed
    that approach and went with an orchestration. While that is working, it just doesn't seem right if I can accomplish this task in the receive stage.
    Any help/encouragement would be appreciated.

    The problem is that if you split the message on an element that has no namespace, you will need a Schema without namespace (in your case with a root element of "Bill" and no namespace).
    Having Schemas without namespaces in BizTalk is bad practice and should, in general and if possible, be avoided.
    So what I would do is create a custom Pipeline Component that (either using XDocument, XMLDocument or Regular Expression) appends a namespace to all "Bill" elements and also a namespace to the Root. 
    Apply the Component in the Decode Stage on your Receive Pipeline so that it is applied BEFORE the disassemble stage, and then create your "Bill" Schema with the newly appended Namespace, and also Apply the Batch namespace to your Envelope Schema.
    An Example:
    <?xml version="1.0" encoding="UTF-8"?>
    <b:File xmlns:b="http://Batch">
    <Header>
    <Location>Phoenix</Location>
    <Date>052214</Date>
    </Header>
    <c:Bill xmlns:c="http://namespace"></c:Bill>
    <c:Bill xmlns:c="http://namespace"></c:Bill>
    <c:Bill xmlns:c="http://namespace"></c:Bill>
    <c:Bill xmlns:c="http://namespace"></c:Bill>
    <Trailer>
    <Total>1076</Total>
    </Trailer>
    </b:File>
    Morten la Cour

  • Change prefix of namespace to ns3 from ns1 WS Req

    Hi,
    We have the below scenario: IDoc  --> Web Service (Sync back to a file). Whole scenario works fine, but WS provider came back said that we need to change namespace prefix WS request to ns3 from ns1. I believe, PI adds by defaukt ns1 as prefix to the namespace. What is the best possible way to just change the prefix of namespace? We are using XSD and WSDL, not data type/message type.
    Your help is appreciated.
    Regards,
    N@v!n
    Edited by: N@v!n Kumar on Jan 8, 2011 6:40 AM

    > Thanks, we can always count on you. I am not sure why they are requesting us to change the prefix to ns3. I know its not a technical question, but what is the best way to convince them or show evidence that we dont require to change it?
    Maybe you ask them, why they want to change the prefix. I have heard about some specific prefixes where parsers insist on, like pidx, but I never heard this for ns3.
    For is the specification for namespaces, you can see that there is nothing mentioned about the naming of the prefixes. The prefix just connect the namespaces to the XML elements and nodes.
    http://www.w3.org/TR/REC-xml-names/#scoping-defaulting
    > Another case, if they insist on change, how could we achieve it? I mean does the XML Anomylize bean work?
    Yes, it will work.

  • Writing XML without namespace?

    Hi,
    I have a "strange" xml schema in a system I need to export data to. It lacks any forms of namespace (possibly a converted DTD) and it seemd the FTP adapter (from BPEL) cant handle XML-types without namespaces.
    Is there a way to do this without using an opaque adapter and writing the data as "text"?
    The schema the file uses can be found here: http://services.agresso.com/schema/ABWSupplierCustomer/2004/07/02/ABWSupplierCustomer542.xsd
    // Michael Medin

    This works for both BPEL & ESB:
    1. Build an XSD for the source system adapter/process with no XSD.
    2. Build another XSD which acts like wrapper of original XSD.
    3. In the Wrapper XSD include the actual xsd.This one is sample xsd which has the piece of code
          <?xml version="1.0" encoding="windows-1252" ?>
           <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.example.org" targetNamespace="http://xmlns.oracle.com/BPELProcess2"
          xmlns:nxsd="http://xmlns.oracle.com/pcbpel/nxsd" nxsd:version="DTD"
          elementFormDefault="qualified">
          <include schemaLocation="actual.xsd"/>
          </xsd:schema>The Target Namespace can be of any URL and this could be of anything.While polling the file or any JMS queue the adapter should include the wrapper xsd instead of actual xsd.This would read the file or any queue even if there is no namespace and the values can be transformed or assigned inside the process.
    Peace,
    G.

  • Same Custome HR infotype twice once without namespace and with namespace

    Hello all i just want to know can we create same custom infotype (eg 9060) two times once with namespace (eg /companyname/9060) and also withoutname space (eg 9060).
    those who dont know what is namespace, we can reserve a namespace in accordance with SAP so that we can develop all our development component in ourname space instead of initiating with Z or Z. it starts with "/"  (eg "/namespace name/ object name")
    I tried it but Infotype attributes are same for both infotype but i have different other components eg. DDIC structurea and table name and screen name. i also tried to see in PA30 after creating it but it not able to see 2 infotype infact 1 only.
    So my question is it possible to create Custome infotype twice once without namespace and also with namespace???
    Any reply will be appreciated.
    Mani

    Well i am able to create two infotype component but when i am trying to access them then i am getting on first on. explaination below will give  u more light
    Infotype without namespace : 9060
    other component:
    P9060
    PA9060
    PS9060             
    etc
    Infotype with namespace : 9060
    /namespace/P9060
    /namespace/PS9060
    /namespace/PA9060      
    etc      
    But i dont need frontend of infotype so i am still confused can i go with this or not.
    the requirement arises as we developed an package previously with infotype without namespace but ow we have our own namespace and want to transfer all the stuff to our namespace.
    Mani

  • XmlBean to plain xml without namespaces

    I want to call a service wich takes a string as input
    But the string must contain plain xml like :
    "<quote><address>12 Springs</address></quote>"
    I did write a xsd file, and generated a xmlBeans, but
    how to get the plain xml in a string without the namespaces from the xmlBean
    Regards,
    reimer

    "David Baer" <[email protected]> wrote:
    >
    "RajeshRao" <[email protected]> wrote:
    Even I am trying but no luck,
    can somebody help !!
    ThanksThis works in my testing so far. Feedback on any malfunctions appreciated.
    This
    does not attempt to "namespace-unqualify" attribute names, only element
    names,
    but that's easily added.
    import com.bea.xml.XmlCursor;
    import com.bea.xml.XmlObject;
    import javax.xml.namespace.QName;
    private void localizeXmlFragment(XmlObject x)
    String s;
    XmlCursor c = x.newCursor();
    c.toNextToken();
    while (c.hasNextToken())
    if (c.isNamespace())
    c.removeXml();
    else
    if (c.isStart())
    s = c.getName().getLocalPart();
    c.setName(new QName(s));
    c.toNextToken();
    c.dispose();
    Don't know why the line breaks disappeared with the previous reply. Let's try
    it one more time.
    import com.bea.xml.XmlCursor;
    import com.bea.xml.XmlObject;
    import javax.xml.namespace.QName;
    private void localizeXmlFragment(XmlObject x)
    String s;
    XmlCursor c = x.newCursor();
    c.toNextToken();
    while (c.hasNextToken())
    if (c.isNamespace())
    c.removeXml();
    else
    if (c.isStart())
    s = c.getName().getLocalPart();
    c.setName(new QName(s));
    c.toNextToken();
    c.dispose();

  • Import .par file into NWDS and Run without deployment ?

    Hello All,
          I'm new to the NWDS and the Portal.
    I've many Qns on my Requirement. Hope u guys can help me out in resolving my Issues.
    My Requirement is like this :-
    1. I need to create a Portal Application which calls an URL.
    2. But before developing this, my Client gave me one 2 options :
         a. He gave me a par file and asked me to make  changes in it.
         b. Create a new Portal Project which calls the URL ( Predefined ).
    3. I wanted to check the 1rst option i.e  " a ".
    4. I tried to Import the .par file into NWDS like this :
    * Windows --> Open Perspective --> Enterprise Portal .
    * File --> Import --> Par FIle.
    * I gave the name of the Project as PortalLogon.
    5. I searched in the forum on this scenario and I found that the libraries for this project are not automatically imported.
    <b>A .Can any one tell me how to import the libraries and which are all the libraries to be imported ?</b>
    <b>B. How to test my PortalLogon Project without deploying ?</b>
    Is it possible to test this Project without deploying ?
    If yes can anyone tell me hoe to do this ?
    Regards,
    Deepu.K

    hi Deepu,
    for simply displaying a URL, you can use the commonly available URL iView.
    your folder->new->create iView->iView from template->URL iView and then enter your URL
    for the other think.......
    you can create an iView from PAR file.
    your folder->new->create iView->Iview from PAR->then select your PAR and create an iView for that.
    and the last one.......to see the effect without deploying it on the portal......refer the link
    http://help.sap.com/saphelp_nw2004s/helpdata/en/23/c0e240beb0702ae10000000a155106/content.htm
    and the usual libraries to be associated are
    <b>htmlb.jar</b>  and
    <b>com.sap.portal.htmlbbridge.zip</b>
    Cheers........

  • Adding prefix 'E' to BP Number of Role 'Employee' while creation

    Hi,
    I have a requirement wherein I have to add prefix 'E' to the BP Number of Employee role while creation. For this I am using a method 'CHANGE_BEFORE_UPDATE' of BADI 'PARTNER_UPDATE'. I am pasting the code below. While debugging, I am checking the value in internal table 'lt_but000_new' and I can see that prefix 'E' is getting added in BP Partner Number. But, the same is not happening when it is getting saved. Can anyone suggest me what should I do to achieve this functionality.
    method IF_EX_PARTNER_UPDATE~CHANGE_BEFORE_UPDATE.
      DATA: lt_but000_old           TYPE STANDARD TABLE OF but000,
            lt_but000_new           TYPE STANDARD TABLE OF but000,
            ls_but000_new           TYPE but000,
            lv_partner_guid         TYPE bu_partner_guid,
            lv_emp(10)              TYPE C,
            lv_role                 TYPE BOOLE_D,
            ls_role                 TYPE bup_bprole,
            lt_role                 TYPE STANDARD TABLE OF BUP_BPROLE initial size 0.
    business partners ************************************************
      CALL FUNCTION 'BUPA_GENERAL_CALLBACK'
        TABLES
          et_but000_old = lt_but000_old
          et_but000_new = lt_but000_new
        EXCEPTIONS
          OTHERS        = 0.
    CALL FUNCTION 'BUP_BUPA_BPROLES_GET'
    IMPORTING
       E_ROLESET       = lv_role
      TABLES
        T_BPROLES       = lt_role
    READ TABLE lt_role into ls_role with key role = 'BUP003'.
    if sy-subrc = 0.
    LOOP AT lt_but000_new into ls_but000_new.
      SHIFT ls_but000_new-partner LEFT DELETING LEADING 0.
      CONCATENATE 'E' ls_but000_new-partner into lv_emp.
      ls_but000_new-partner = lv_emp.
      MODIFY lt_but000_new from ls_but000_new TRANSPORTING partner.
    ENDLOOP.
    endif.
    endmethod.

    Hi,
    You can do this particular scenario in SPRO settings itself.
    Only thing is you need to check in the SPRO settings in number ranges as well as groupings that you define as external. (Tick the check box present there).
    Number assignment: The business partner number range object is BU_PARTNER. Generally, there are three types of number assignment when business partners are created from the R/3 system.
    01 = This is the internal interval of BU_PARTNER.
    02 = External number assignment, the system uses the number from a specific internal interval of the object.
    03 = The number is transferred from HR and a prefix is added. In this case, a specific external interval, which must be defined as XX00000000 (up to XX99999999), is used (where XX denotes any two letters).
    Any one of the three intervals can be set up for HR integration.
    You can use 02, so that when a business partner is created from employee data, the partner number will be identical to the employee. The value of this interval will equal that of the employee number range interval in R/3.
    Also, not all the business partners will be employees from R/3, there would likely to be external partners of various types under various roles other than Employee (for e.g. u2013 Vendor, Bidder, Sold-To, Ship-To etc). These business partners would be present only in the CRM system, and not in the R/3 system. Thus, we require an internal interval as well to create these business partners on the fly.
    And then this is the exact definition for External number grouping.
    It means that this external grouping is used as the standard grouping.
    The BDT selects this standard grouping if a business partner number was assigned to a business partner when the latter was created, but not a grouping.
    Hope your problem is resolved with this.
    - Venkat

  • HT1751 if i back up my itunes library to an external hard drive and then add subsequent music and want to back that up a few days later, can i backup the only newly added music without backing up the entire library again?

    hello,
    if i back up my itunes library to an external hard drive and then add subsequent music and want to back up the newly added music a few days later, can i do it without backing up the entire library again? or do i need to back up the entire library each and every time i back up to the external hard drive?

    Just copy Users/yourusername/Music/iTunes (containing your library-files) to your external drive as well as that (extaernal) folder that contains all your audio-tracks.

  • Adding videos without iTunes!

    I have a 30GB iPod and I want link from where I can download a software that can be used for adding videos in iPod without iTunes.
    I need that software because whenever I try to add videos to my iPod using iTunes, it displays the error like this:-
    " iTunes has encountered a problem and needs to be closed.We are sorry for inconvenience."
    So, please send me any link from where I can download such software free!
    Thank You.

    Same Here.
    iTunes doesn't work for me, I need software that will allow me to sync Videos DIRECTLY to my iPod.

Maybe you are looking for

  • How to encrypt the text in password field in Oracle Forms version 6i

    Need help! How to encrypt the text in password field in Oracle Forms version 6i? one way is to change the settings in the property palette. Can somebody provide me some script to be run while the form is running which will enable the password to be e

  • WRT54G for computer internet gaming

    I just bought a RC aircraft game that has a multiplayer online game mode. I have to use a Static IP address and have a port range between 61234 and 61241. Simple enough I guess, if you know what you"re doing. Here are the prolbems I am running into.

  • How to create Alternate Apple Id?

    how to create Alternate Apple?I think usually have 3 email accounts ( Apple ID,Alternate ID,Alternate Address) but my I account only 2 email account added ( Apple ID, Alternate Address) How to create Alternate Apple ID?

  • I have been getting a lot of pop ups since I have upgraded to lion. How do I stop the pop ups?

    I have been getting a lot of pop ups every time I get on the internet and especially if I do any kind of searches.  I never used to get any on my mac and now all of a sudden, since I upgraded to OSX Lion 10.7.4 I am getting them every time. This is m

  • ARD Task Server gathering reports even when reporting is disabled

    We have noticed lately that at 2am each morning there is a considerable amount of network usage initiated by my task server presumably gathering reports from machines at different sites. I had recently deleted all my computers in ARD, disabled report