Delete namespace and prefix with Seeburger X.400 receiver

Dear experts,
I have a problem deleting a namespace and prefixes "ns0" from an XML output. When testing I was using an FTP receiver adapter with the AnonymizerBean which worked perfectly. I referred to: /people/stefan.grube/blog/2007/02/02/remove-namespace-prefix-or-change-xml-encoding-with-the-xmlanonymizerbean
Now I have a Seeburger X.400 receiver adapter and the AnonymizerBean does not work anymore.
The output message looks like this:
<?xml version="1.0" encoding="UTF-8" ?>
<ns0:ORDERRESPONSE xmlns:ns0="http://www.opentrans.org/XMLSchema/1.0" version="1.0">
<ns0:ORDERRESPONSE_HEADER>
<ns0:ORDERRESPONSE_INFO>
<ns0:ORDER_ID>xxxxx</ns0:ORDER_ID>
So I need to get rid of the namespace and the prefixes "ns0". Does anyone know how to configure the module of the X.400 receiver adapter to do this?
Thank you very much for your help!
Best regards,
Peter

Hey Guys,
I am having issues with using anonymizer bean. Below is the data with namespaces I would like to strip:
  <?xml version="1.0" encoding="UTF-8" ?>
- <ns1:ExecuteXMLRequest xmlns:ns1="http://decisionintellect.com/inteport/">
- <ns1:_sRequestXML>
- <ns1:inteflow>
- <ns1:request cd_type="submit">
- <ns1:user>
  <ns1:id_oper>INTERFACE</ns1:id_oper>
  <ns1:tx_password>password</ns1:tx_password>
  </ns1:user>
  <ns1:cd_service>SUBMIT</ns1:cd_service>
  <ns1:cd_product>IFE</ns1:cd_product>
  <ns1:id_channel>INTEGATE</ns1:id_channel>
  <ns1:id_company>OFFICEWORKS</ns1:id_company>
  <ns1:id_merchant>OFFICEWORKS</ns1:id_merchant>
  <ns1:cd_country>61</ns1:cd_country>
  <ns1:cd_security>IFE</ns1:cd_security>
  </ns1:request>
- <ns1:application_details>
  <ns1:id_product_credit>COMMERCIAL DECISIONING</ns1:id_product_credit>
  <ns1:id_reference_internal>[APP-ID]</ns1:id_reference_internal>
  <ns1:id_reference_external>[customer ref here]</ns1:id_reference_external>
  <ns1:id_merchant_submit>OFFICEWORKS</ns1:id_merchant_submit>
  </ns1:application_details>
- <ns1:service>
- <ns1:application>
- <ns1:finance>
  <ns1:cd_type_finance>TERMS 30</ns1:cd_type_finance>
  <ns1:am_finance>4000</ns1:am_finance>
  </ns1:finance>
- <ns1:applicant cd_type="Principal" fg_new="0">
- <ns1:company>
  <ns1:cd_type_entity>SLTR</ns1:cd_type_entity>
  <ns1:tx_company_abn>41552470947</ns1:tx_company_abn>
  <ns1:nm_company_legal>WESTON, DEAN</ns1:nm_company_legal>
  <ns1:cd_type_industry>OTHER</ns1:cd_type_industry>
  <ns1:no_directors>1</ns1:no_directors>
  <ns1:no_employees>1</ns1:no_employees>
  </ns1:company>
  </ns1:applicant>
- <ns1:applicant cd_type="CoBorrower1" fg_new="0">
- <ns1:individual>
  <ns1:cd_title>Mr</ns1:cd_title>
  <ns1:nm_firstname>Dean</ns1:nm_firstname>
  <ns1:nm_surname>Weston</ns1:nm_surname>
  <ns1:dt_dob>1968-12-29</ns1:dt_dob>
  <ns1:cd_gender>M</ns1:cd_gender>
  <ns1:fg_act_privacy>1</ns1:fg_act_privacy>
  <ns1:cd_residence>61</ns1:cd_residence>
  </ns1:individual>
- <ns1:address>
- <ns1:current_address>
  <ns1:tx_no_unit>1</ns1:tx_no_unit>
  <ns1:tx_no_street>1</ns1:tx_no_street>
  <ns1:nm_street>Test</ns1:nm_street>
  <ns1:cd_type_street>Rd</ns1:cd_type_street>
  <ns1:nm_suburb>Testerville</ns1:nm_suburb>
  <ns1:cd_state>VIC</ns1:cd_state>
  <ns1:cd_postcode>3000</ns1:cd_postcode>
  <ns1:ct_address_at_time>21</ns1:ct_address_at_time>
  <ns1:cd_country>61</ns1:cd_country>
  </ns1:current_address>
  </ns1:address>
- <ns1:address>
- <ns1:previous_address>
  <ns1:tx_no_street>2</ns1:tx_no_street>
  <ns1:nm_street>Wayback</ns1:nm_street>
  <ns1:cd_type_street>Crs</ns1:cd_type_street>
  <ns1:nm_suburb>Sydney</ns1:nm_suburb>
  <ns1:cd_state>NSW</ns1:cd_state>
  <ns1:cd_postcode>2000</ns1:cd_postcode>
  <ns1:ct_address_at_time>117</ns1:ct_address_at_time>
  <ns1:cd_country>61</ns1:cd_country>
  </ns1:previous_address>
  </ns1:address>
- <ns1:identification>
- <ns1:drivers_license>
  <ns1:id_number>123456789</ns1:id_number>
  <ns1:fg_verified>1</ns1:fg_verified>
  </ns1:drivers_license>
  </ns1:identification>
- <ns1:contact>
- <ns1:home_phone>
  <ns1:tx_area>03</ns1:tx_area>
  <ns1:tx_number>99998888</ns1:tx_number>
  </ns1:home_phone>
  </ns1:contact>
- <ns1:contact>
- <ns1:work_phone>
  <ns1:tx_area>03</ns1:tx_area>
  <ns1:tx_number>88887777</ns1:tx_number>
  </ns1:work_phone>
  </ns1:contact>
- <ns1:contact>
- <ns1:other_phone>
  <ns1:tx_number>0400123123</ns1:tx_number>
  <ns1:cd_type>Mobile</ns1:cd_type>
  </ns1:other_phone>
  </ns1:contact>
- <ns1:contact>
- <ns1:other_phone>
  <ns1:tx_area>03</ns1:tx_area>
  <ns1:tx_number>77776666</ns1:tx_number>
  <ns1:cd_type>Other</ns1:cd_type>
  </ns1:other_phone>
  </ns1:contact>
  </ns1:applicant>
  </ns1:application>
  </ns1:service>
  </ns1:inteflow>
  </ns1:_sRequestXML>
  </ns1:ExecuteXMLRequest>
Anonymizer bean is stripping the namespace prefix ns1 but it is also stripping the address http://decisionintellect.com/inteport/.
Below is my anonymizer bean config in PI:
Processing seq:
1                    AF_Modules/XMLAnonymizerBean               local enterprise bean            0
Module config:
0                   anonymizer.acceptNamespaces                    http://decisionintellect.com/inteport ''
0                    anonymizer.quote                                          '
Can someone please suggest how to keep the http://decisionintellect.com/inteport and remove rest of namespace prefixes

Similar Messages

  • [svn:fx-trunk] 5899: Re: Sparkified this example with latest namespaces and prefixes.

    Revision: 5899
    Author: [email protected]
    Date: 2009-04-02 17:36:40 -0700 (Thu, 02 Apr 2009)
    Log Message:
    Re:Sparkified this example with latest namespaces and prefixes.
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/asdoc/en_US/mx/components/examples/ListExample.m xml

    I am not sure what's happening with IE9 (no live site) but I had real problems viewing your code in Live View - until I removed the HTML comment marked below. Basically your site was viewable in Design View but as soon a I hit Live view, it disappeared - much like IE9. See if removing the comment solves your issue.
    <style type="text/css">
    <!-- /*Remove this */
    body {
        margin: 0;
        padding: 0;
        color: #000;
        background:url(Images/websitebackgroundhomee.jpg) repeat scroll 0 0;
        font-family: David;
        font-size: 15px;
        height:100%;

  • 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.

  • XML Payload does not have namespace and prefix.

    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

    Hi Naresh,
    The "rejectedMessage" property is for 10G, I am not 100% sure about its implementation in 11G.
    In 10G the faulted XML file moves to this location "Oracle_Home\bpel\domains\domain_name\jca\project_directory\rejectedMessages".
    This property is used to move the files which are not valid XML or which are not schema compliant. For DB polling I don't think this property is used.
    -Yatan

  • PI 7.4 - AF_Modules/XMLAnonymizerBean - remove namespace and prefix

    Hi,
    In my receiver SOAP adapter I would like to remove the namespace and prefix. To do this I have configured the receiver SOAP adapter to include AF_Modules/XMLAnonymizerBean:
    The message log shows "Anonimizer: successfully anonymized" but when I look at the message payload (after message mapping) it still contains the namespace and prefix. Is this because message monitoring does not show the payload after the Anonimizer has been processed? Is it only possible to see the Anonimized payload at the receiver party?
    Thanks
    Che

    Hi Che,
    Yes, you can only see the final result at the receiver's side.
    What you can do is temporarily use a receiver file adapter and write an XML on disk to verify.
    Kind regards,
    Dimitri

  • HT1386 My contacts keep deleting themselves and syncing with someone else?

    My contacts keep deleting themselves and syncing with someone else?

    Well, if you no longer sync contacts with iCloud, that means that anyone else using your Apple ID for iCloud will no longer have access to your contacts.

  • Namespace and prefix are not coming up in xml payload created from BSSV

    Hello
    I am facing this issue that when I am creating xml payload from BSSV, payload does not have namespace and no prefix. I googled on this and made code change in package-info. java file. Now, when I test BSSV locally from Jdeveloper xml gets created with namespace but when I run it from server, there's no namespace.
    Does this file package-info.java gets deployed on server? is it ok to make change to it? If not, then what is the other way to resolve this issue?
    Please suggest.
    Thanks
    TK

    Hi Peter,
    Thanks for the valuable input.
    We have already implemented note 378648 i.e these all parameters are already there under sidadm user in DB node.
    BR_OFS=1
    BR_OFS_RESOURCE=< database_resource_name>
    BR_OFS_CLUSTER=< cluster_name>
    BR_OFS_USER=<user_name>
    BR_OFS_DOMAIN=<domain>
    BR_OFS_PWD=<password>
    registry HKEY_LOCAL_MACHINE/Software/Oracle/HomeX ORA_<SID>_AUTOSTART is having value false.
    Please guide what could be the other possible reason?
    Regards
    Praveen

  • Client Auth  and SSL with Seeburger AS2 adapter

    Hello All,
    We are using the Seeburger AS2 adapter in our landscape and I am in the process of setting the same up and have made quite some progress in all my issues.
    and I  hope that you will be able to help me out.
    1. Server SSL on Receiver AS2 adapter
    I am sending a message from XI using the Receiver AS2 adapter to my AS2 test tool using Server SSL.
    This is working perfectly fine. In my AS2 adapter I have selected HTTPS as the protocol and the message goes via SSL to the target test tool, is processed and the MDN comes back to XI perfectly.
    The issue here is :
    Irrespective of what is provided in the Server Certificate ( Keystore) , the message goes to my target test tool. I even left this field blank with no certificate entry and still the SSL connection was established and the message went to the target system.
    Is there no validation that XI does here? I am lost what is the use of this entry Server Certificate if XI blindly accepts all SSL connections.
    I am using a Decentral Adapter Engine with LoadBalancer.
    2. Client Auth on Receiver AS2 Adapter
    I tried to perform Client Authentication by proving my Server's private key in the AS2 adapter. The corresponding public key is loaded in my partner's Keystore.
    XI error's with the error "SSL handshake failed - Bad Certificate" .
    I am not sure why XI is erroring out here and I have a feeling that I have misunderstood the use of the fields in the AS2 adapter,
    Server Certificate ( Keystore) and Private Key for Client Authentication.
    Has anyone tried this? If further details are needed, I will be able to furnish the same.
    Regards,
    Bhavesh

    Hello Jens,
    Thanks for your reply.
    1. The Encryption and Signature part of the Interface is working absolutely fine and I use the same concept highlighted by you - The Sender always signs the message with his private key and encrypts with message with the partner's public key in the corresponding agreement.
    2. Server SSL is also working perfectly fine, i.e, when XI initiates the connection the SSL connection is established to the partner.
    3. Mutual Auth was the issue where I was getting the bad certificate issue.
    To investigate further I moved the same setup to my Central Adapter Engine and all the issues I had described above seem to have vanished and things work exactly as I was expecting, ie.
    The field : Server Certificate (Keystore) is used to provide the Target System's Server SSL's public Certificate.
    The field : Private Key for Client Authentication is used where XI provides its own Server SSL's private key for Mutual / Client Authentication.
    The problem seems to be with my Decentral Adapter engine and not my central adapter engine and so I guess,
    1. I either have the incorrect certificates on my Decentral Adapter Engine.
    2. I also have 2 instances of a Decentral Adapter Engine with a Webdispatcher and so maybe the 2 Visual Admin's of the 2 Decentral AE are inconsistent.
    3. Maybe it was just a long day and I did something wrong
    Will investigate further for the root cause but I am glad that my concepts remain intact and things do work as I expected them to work.
    A blog on all this is on the cards sometime soon.
    Cheers,
    Bhavesh

  • Msi k7n2 delta2-FSR and problems with memories(ddr 400);help me!!!

    hello!!!!.
    I am very frustrated because is imposible that memories work fine to 200*2.I´ve tried twinmos and now ocz premier ddr-400.When i used memtest i have a lot of errors and frozen in windows.
    If i choose vdim 3.30 memtest no errors but this is a voltage very high.I don´t now what can I do.
    Is a bug of this motherboard?
    In other forum tell me that this motherboard don´t work good with memory to 400 but the motherboard has dual channel.
    i need help.
    thanks!
    pos data=sorry for my english

    Quote from: Stu on 26-March-06, 01:48:25
    how can you have a stable OC if you have memory errors?
    i don´t Know but prime no errors.
    Quote from: Stu on 26-March-06, 01:48:25
    forget about the OC for now, and get it working properly at stock speeds, then you can worry about getting an OC right
    I have tell than 166 cpu(default values in bios),there are a lot of errors(more of one hundred and froozen in windows) in memtest.

  • I seem to have two email accounts with my service provider and they are receiving the same email as far as I can see.  Can I delete one and feel safe that I am receiving all of my email.

    I have three separate email accounts showing up in my Mail program on my MacBook Pro.  Two of them are my local email provider one showing up as SaskTel Email and the other showing up as sasktel.net.  The third one is ICloud.  Can I delete one of the SaskTel ones, as they seem to get the same mail.

    What do you tell your friends to use to send you email?
    Are they going to the same "Incoming Mail Server", logging in with the same "User Name" ? If so, they are two instances of the same account, and one can certainly be deleted with impunity.
    This detailed information is in
    Mail > Preferences > Accounts > ...
    ... click on the accountname and inspect those fields.

  • Word 2013 and documents with more than 400 pages

    Hi,
    we have the Problem that Word 2013 need terrible long to load or save documents with a large number of pages (>400). Ther are no Images or Links inside the document nor are there references to any templates. The File size is not so large, its about 2.5-3MB.
    The User says that this was faster with Office 2010. I could not beleave this, cause on a test mashine with Word 2010 it wasn't faster. 
    Now my question. Are ther any Options, registry keys ore something else, we can use to speed up this behaviour? Someone has an idea on how to solve this issue? This user is killing my nerves, every 10mins he gives me a call or write an email to me, why its
    not working and why we can not solve the problem. ;-)
    Thanks for any ideas
    Micha

    If, in your testing you've confirmed the document is, in fact, no faster to load or save, then that's what matters insofar as Word is concerned. Without knowing what else might have changed, it's impossible to give a definitive answer. Possibilities that
    wouldn't show up on a stand-alone PC include documents that are attached to templates whose location no longer exists on the network, or if Windows is using a printer driver that is located on a network print server or the user's workstation has damaged/missing
    fonts. See: http://support2.microsoft.com/kb/280821
    All these issues are easily resolved - the template one can even be resolved by the user. To attach a different template:
    1. Open the document
    2.Choose Devloper|Document Template.
    3.If anything other than 'Normal' is listed, click Attach.
    4.In the Attach Template dialog box, select the template that you want, and then click Open.
    5.In the Templates and Add-ins dialog box, click OK.
    In the meantime, report the user to management for harassment! Pestering about the issue every 10mins is unreasonable.
    Cheers
    Paul Edstein
    [MS MVP - Word]

  • !!! Statements of Logic Deleting Files and messing with System are True !!!

    This morning I answered some guys post about Logic deleting everything in the same level as the project folder under certain circumstances. I Tried trouble shooting for him but could not recreate it.
    Then this happened to me today:
    When working in Logic 8 in Leopard all of a sudden it stopped communicating with my Unitor8 via USB. I restarted but the Unitor 8 Which I reset twice would NOT communicate with L8 anymore. It would remain in patch mode (red light lit though CPU is running)
    I've had this erratic behavior many times since the past years on many computers so it wasn't really new. All one needs to do is reinstall the Unitor Family driver.
    So I decided to do so:
    I inserted my Logic Studio DVD and opened the installer and checked ONLY the Unitor family Drivers. After completed install I restarted the Mac. Everything went fine. So I booted L8. While booting I saw my hardrives on the right side of the desktop flash once. I thought that to be strange and took closer look.
    Now my boot drive was missing from all the drives on the desktop and in the sidebar window...
    I tried to Apple+Click on a Application in the dock. The finder opened the applications folder and showed me the app I had clicked on. But I could not navigate to the root of my System Drive even via the "path" sysmbol in the toolbar. So I hit shiftappleg and entered /Volumes/MySystemVolume - it showed my volume "Grayed Out" in the finder window...
    I tried repairing the disk and permissions but nothing was wrong with my boot drive apparently besides the fact that the finder (and all other applications when wanting to open or save) could not "see" my system drive... I could launch all the apps normally that were residing on the SystemDrive in the AppFolder... So this kept getting weirder...
    So I opened my favorite application Tinkertool System and went to the Tab Files and chose the underlying tab "Attributes" which shows me Macintosh HFS and Finder Attributes... I pulled my SystemDrive onto the Drop Area and discovered something VERY amazing: The Display in Finder option had mysteriously been altered to "INVISIBLE"
    I changed it to Visible and there it was - My System Drive... Showing up in the finder...
    I made a restart to make sure everything was OK....
    After the restart the following settings had VANISHED:
    1) Pixadex = ALL ICONS (I had 230 MB) of sorted icons stored in my Application Support Folder
    2) All my Safari Book marks were gone - They were still in ~/Library/Safari - but the Bookmarks.plist was UNREADABLE even with a text editor and XML editor
    3) Numerous other applications had LOST their authorization preferences so I had to re-authorize many of my Audio Unit plug-ins...
    4) My Dock had been reset
    5) My Monitor arrangement had been reset...
    6) My date and time had been reset
    7) My energy settings had been reset.... (I had NOT zapped the P-RAM)
    Since installing Leopard 2 weeks ago - I have CAREFULLY monitored ANY activity after INSTALLING anything in order to be able to troubleshoot - and this problem definitely occurred right after installing the USB Family Drivers and launching L8....
    There was really NO HARM done other than the sweating that I did troubleshooting but if L8 is capable of doing what happened to this other guy loosing his whole folder and now doing this to me - where are the limits? When is someone going to get REAL hurt.
    Please Apple - I am sending you this post as a BUG report as well - could you PLEASE look into this as there has to be some kind of VERY dangerous MALFUNCTION within Logic or its Installers.

    Wow, I was just joking with the medication thing. I didn't actually think it was seriously a mental health issue. Sorry.
    In any case, though, if he has full access to the Mac, mental health issues or no, there's not a whole lot to do about it. If it is possible to take away administrative privileges without causing a huge fuss, then you can limit his access to certain things. However, you can't mess with privileges on a Time Machine backup (doing so breaks it), and that means he's going to have access to at least parts of the backup. Which means he can trash at least some of the backup data, and if he deletes files from the TM backup using the Finder, he'll have essentially trashed the whole backup. He might as well have the ability to delete all the files on the machine if he has the power to delete backups.
    Honestly, in this situation, he should either only be allowed to use an account with Parental Controls on, which may not be an option (I don't know how offended he would be at such a suggestion), or he should be using a different computer entirely and have no access at all to his wife's computer. Alternately, have his wife keep a backup that is hidden - ie, connect the backup drive periodically and then remove it and hide it so he can't mess with it. That will at least secure the backup.

  • Classifier, BIC and MessageSplitter with Seeburger

    Hi,
    Anybody have a example to use the Classifier, BIC and MessageSplitter from Seebubrger with SAP XI comminication channel?. I try with the example scenario from documentation Seeburger, but the
    classifierMappingID it does not recognize the map and the value is NULL, and the process of the MessageSplitter don´t work. 
    Any idea from this error?.
    Greetings,
    Hervey P.

    HI,
    Please see the below blogs
    /people/bla.suranyi/blog/2006/06/08/sap-xi-supports-edifact
    /people/william.li/blog/2006/03/17/how-to-get-started-using-conversion-agent-from-itemfield
    /people/paul.medaille/blog/2005/11/17/more-on-the-sap-conversion-agent-by-itemfield
    http://www.stylusstudio.com/edi/XML_to_X12.html
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b0b355ae-0501-0010-3b83-8f2bb566fa47
    Details on XI EDI adapter from seeburger
    Check this for Conversions-
    /people/bla.suranyi/blog/2006/06/08/sap-xi-supports-edifact
    http://www.seeburger.it/fileadmin/it/pdf/2005_04_sapphire_Ferrero_transcript.pdf
    http://www.seeburger.com/fileadmin/com/pdf/Butler_Group_SEEBURGER_Technology_Audit.pdf
    http://www.seeburger.com/fileadmin/com/pdf/AS2_General_Overview.pdf
    SAP Adapters
    EDI with XI
    http://www.seeburger.com
    http://www.seeburger.com/fileadmin/com/pdf/AS2_General_Overview.pdf
    http://www.seeburger.it/fileadmin/it/pdf/2005_04_sapphire_Ferrero_transcript.pdf
    http://www.seeburger.com/fileadmin/com/pdf/SEEBURGER_SAP_Adapter_engl.pdf
    http://www.seeburger.com/fileadmin/com/pdf/Butler_Group_SEEBURGER_Technology_Audit.pdf
    http://www.sap.com/france/company/events/2006/02-01-Automotive-Seeburger.pdf
    http://h41123.www4.hp.com/presentations/ISUG/XISeeBurger.ppt
    http://www.sap.com/asia/company/events/nwtechdays/presentation/australia-slides/Pre-Built_Integration.pdf
    http://www.seeburger.com
    http://www.seeburger.it/fileadmin/it/pdf/2005_04_sapphire_Ferrero_transcript.pdf
    http://www.seeburger.com/fileadmin/com/pdf/Butler_Group_SEEBURGER_Technology_Audit.pdf
    http://www.sap.com/france/company/events/2006/02-01-Automotive-Seeburger.pdf
    http://h41123.www4.hp.com/presentations/ISUG/XISeeBurger.ppt
    Regards
    Chilla..

  • Deleting songs and syncing with ipod.

    There was too much music in my library to fit on my ipod. Deleted several songs down to 1590.  When syncing it says 1997 songs. Why is it showing more songs to download than what I have in library?

    If your iPod was set to manually sync you could do that by ripping to the old computer and then dragging those tracks onto the iPod with the other stuff on the iPod left alone. Problem is, to set to manual, you have to plug it into your non-working computer. You could take all the stuff off the iPod, put it on the old computer, then let the old computer resync the iPod to its library.
    Copying from iPod to Computer threads...
    http://discussions.apple.com/thread.jspa?threadID=926222&tstart=0
    http://discussions.apple.com/thread.jspa?threadID=893334&tstart=0
    http://discussions.apple.com/thread.jspa?messageID=797432&#797432
    Also these useful internet articles...
    http://www.engadget.com/2004/11/02/how-to-get-music-off-your-ipod/
    http://playlistmag.com/help/2005/01/2waystreet/
    iPod: Frequently Asked Questions
    http://docs.info.apple.com/article.html?artnum=60920
    Patrick

  • I have windows vista home premium phot shop elements 6 recent repairs deleted program and even with now I can not even find a p. elements that can be used with w.vista..... HELP

    Any ideas??? Have windows vista home premuim and can not find a phot shop that will work with it.

    You can download a free trial version for PSE 10, 11 or 12 from this link:
    <Download Photoshop Elements products | 13, 12, 11, 10>
    You can use this trial version for 30 days after which you will need to buy a boxed version from Amazon and use the serial number from the box to activate your trial version.
    If, however, you complete your project in the next 30 days then you don't need to buy anything.  Money saved for something else.
    Good luck.

Maybe you are looking for