JDBC---RFC will Support Sync?????????

Hi All,
Wil JDBC--RFC Senario supports for Sync Comunication with out using BPM???
Regards
Vamsi

Hi Vamshi,
For JDBC (Sender/Receiver )Scenario we have to Install the JDBC Drivers on XI Server.
Use those Driver name and Connection in JDBC Adapter to connect to the Database.
For RFC Sender Adapter we have to create the Program ID in SAP R/3 side.
For RFC Receiver no need of any Extra settings.
step by step RFC to JDBC scenario
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/step%2bby%2bstep%2brfc%2bto%2bjdbc%2bscenario
Tips and Tutorial for Sender JDBC Adapter
/people/yining.mao/blog/2006/09/13/tips-and-tutorial-for-sender-jdbc-adapter
http://help.sap.com/saphelp_nw04s/helpdata/en/22/b4d13b633f7748b4d34f3191529946/frameset.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/22/b4d13b633f7748b4d34f3191529946/content.htm
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-9644e49f1a10
Also you can look at this scenario --> File to JDBC:-
/people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30
/people/yining.mao/blog/2006/09/13/tips-and-tutorial-for-sender-jdbc-adapter
/people/sameer.shadab/blog/2005/10/24/connecting-to-ms-access-using-receiver-jdbc-adapter-without-dsn
/people/saravanakumar.kuppusamy2/blog/2005/01/19/rdbms-system-integration-using-xi-30-jdbc-senderreceiver-adapter
SENDER RFC
Registered server program name which is maintained in the ABAP should be called in the program ID.
for more information follow this links
/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step
/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009
How to test the RFC to Flat File scenario
Type 3 ABAP Connection :
ex 1) If we want to execute any function module from one SAP system in another , we need type 3.
We define an RFC destination say ECC6CLNT100 with required parameters.
and to test it go to SE37, select any common sap function module and when you execute that it will ask
for RFC destination. you provide this destination and the function module will be executed in the target
system.
ex2) when you create a partner profile, you need to create a port and for creating a port, we need to
specify an RFC destination. here also we use type 3.
Type H.
ex1) when we need to send xml messages from an SAP system to any other system, we need this.
For example when we send messages using proxy from SAP system to the integration engine of XI, we
need type H.
Type T.
ex1) To we make an RFC call from R/3 to XI , we use sender RFC adapter in XI.
In R/3 system we need to create an RFC destination of type T.
Different types of RFC are :-
Asynchronous RFC - aRFC
Synchronous RFC - sRFC
Transactional RFC - tRFC
Queue RFC - qRFC
Parallel RFC - pRFC
Chk this link also:
Link :http://help.sap.com/saphelp_nw04/helpdata/en/6f/1bd5b6a85b11d6b28500508b5d5211/content.htm
https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken]
Please go through the following links.
/people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step JDBC Receiver Adapter -- Synchronous Select – Step by Step
/people/yining.mao/blog/2006/09/13/tips-and-tutorial-for-sender-jdbc-adapter Sender JDBC adapter
/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
FILE- RFC-FILE Synchronous (Using BPM)
/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009 Trouble Shooting RFC and SOAP Scenario
Regards,
Vinod.

Similar Messages

  • Jdbc-rfc synchronous scenario

    Hi...All,
    we r plaing to do JDBC-RFC Synchronous Scenario with out BPM,please tell me any settings are required for this scenario.any body is having any links regarding this type of scenario pls share with me...that is helpfull for me...
    thanks in advance,
    Pasi.

    Hello Pasi,
    JDBC-RFC Synchronous Scenario with out BPM,
    Go through this links...
    JDBC Sync - RFC Sync Scenario without BPM
    File - RFC - File without a BPM - Possible from SP 19.
    JDBC-RFC-File
    Re: jdbc-rfc synchronous
    /people/yining.mao/blog/2006/09/13/tips-and-tutorial-for-sender-jdbc-adapter
    /people/siva.maranani/blog/2005/09/16/xi-how-to-on-jdbc-receiver-response
    /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible
    http://help.sap.com/saphelp_nw04s/helpdata/en/22/b4d13b633f7748b4d34f3191529946/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/22/b4d13b633f7748b4d34f3191529946/content.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-9644e49f1a10
    JDBC-RFC Scnario mapping problem
    Thanks,
    Satya Kumar
    JDBC---RFC will Support Sync?????????

  • I have an iPod Classic 160GB and now it will not sync.  I have restored to factory settings multiple times.  It freezes during sync, gives -50 error code and says video is not supported on iPod.  Please help.

    I have an iPod Classic 160GB and now it will not sync.  I have restored to factory settings multiple times.  It freezes during sync, gives -50 error code and says video is not supported on iPod.  Please help.

    This is the iPod touch forum. I requested the moderators to move your post to the iPod classic forum.

  • Need Clarification on JDBC--RFC Sync

    Hi All,
    in JDBC----RFC Sync scenario, do we use BPM to get the response from the RFC??
    Why because JDBC is not having the Sync nature.
    Regards
    Vamsi

    Hi,
    its not necessary to use BPM to get response with out BPM also we can get the response. Better try to avoid BPM because of the performance issue.
    Please refer this link
    http://help.sap.com/saphelp_nw70/helpdata/en/b0/676b3c255b1475e10000000a114084/content.htm
    Thanks
    Vikranth
    Edited by: Khimavath Vikranth on Jun 4, 2008 11:31 AM
    Edited by: Khimavath Vikranth on Jun 4, 2008 11:39 AM

  • MessageExpiredException error in JDBC - RFC scenario using BPM.

    <b>Scenario:</b> JDBC( Asynch)- RFC( Synch)- JDBC (Asyc)
          We are using XI to read oracle table records to insert the records in R/3 and after the insert in R/3 we return a sap code to update in oracle db.
    When we try to process 10 or less rows from db, the process is successfully running, but when we try processing more records we are getting the following error. We tried increase the timeout setting in RFC adapter as per the SAP note and forum. 
    <u>Detailed error: </u>
    <b>com.sap.aii.af.ra.ms.api.MessageExpiredException: Message 443jdjsd-e432-2ec8-e100-000046eb2e5f(INBOUND) expired.</b>
    If I use correlation in asynchronous RFC instead of synchronous RFC, will this solve the problem or is there any better solution for this ?
    Any useful steps to change the synchronous RFC to asynchronous RFC in BPM would be great.
    Thanks
    Steve

    Hi,
    <i>1. Any suggestions to meet this requirement in XI ?</i>
    >>>One option is using ABAP Proxy . Instead of calling Sync. RFC, call synchronous Proxy. So your client proxy, should receive all 200-300 rows at a time, and inside the proxy, and call the RFC. Once all the reocrds are processed, send the response back to BPM
    You can try out this.
    I think, probably you may require to do looping for each Row.i.e For each row the call the RFC.. As of now try to go with Proxy.
    Also try to findout, why the RFC is taking that much of time.. So check for the provision of  tuning in the RFC side..
    Hope this helps,
    regards,
    Moorthy
    Message was edited by: Krishna Moorthy P

  • RFC to Soap Sync with attachment

    I have an interface RFC u2013 SOAP Sync, PI 7.1 and SAP is R/3, without proxy connection.
    The SOAP message returned the value in this format: <return href=u201Dcid:XXXXXXXXXXXu201D >. I think this is an attachment.
    Anybody knows how can I read this attachment and return the values back to RFC?
    I found some threads here, but sincerely, none helped me. If necessary custom adapter Module, what will be necessary to put in this module? Is there an example?
    Best Regards,
    Maicon

    Hi,
    RFC Adapter does not support attachments.
    However you may try this link for soap adapter:
    [http://help.sap.com/saphelp_nwpi711/helpdata/en/cd/5af7c0c994e24fb0d0088443513de2/frameset.htm]
    Regards,
    Beena.

  • Ipod not found - will not sync; restored and lost everything. Please help.

    To whom it may concern,
    My iPod Classic has worked perfectly for the few years I've had it. I only use it a few times a month on average so it's still in really nice shape.
    Earlier today, I went to sync it like I do every couple of weeks whenever I add new songs, and something strange occurred. At first, it seems to say "Syncronizing..." but quickly stops and displays the "Connected" status instead - not long enough to sync even one song.
    Sure enough, I checked it and it had not updated.
    After using the "Run Diagnostics" option, it tells me "Device Sync Tests Results: No iPod touch, iPhone or iPad found."
    Yet - under "Device Connectivity Tests", it does say "iPod Found" and it shows up as a device in my iTunes - but not in my Devices (under Preferences).
    I followed every step in the troubleshooting guide that iTunes directed me to, each with the same results. As a last resort, I used a Factory Restore, which was what the website told me to do.
    To my horror, the problem STILL persists - and I just cleared out not only all of my songs, but photos that were very important to me that I only had on my ipod. I even tried to do a backup first, but my device would not show up under the "Preferences/Devices" category, I could not even save them before I restored it.
    Now I am stuck with an ipod that will not sync with my itunes library, and an ipod that has absolutely nothing on it. At least before I restored it, it had all of my old music and photos on it.
    This is very frustrating and upsetting. If there is anything that might be able to be done, please help - and please, do not send me back to the same webpage - I already tried everything there at least twice now.
    I also borrowed a different cable to make sure it wasn't my adapter, and there was no difference.
    To make matters worse, as I am trying to find someone to assist me, I received this message after entering my serial number;
    "It looks like your product is not covered for complimentary technical support, so you may need to purchase a single incident of support."
    This iPod already cost me $250.00 and that was steep in and of itself. I really do not feel that it would be fair to have to pay even more just to get some help when it malfunctions.
    If absolutely anything can be done, please help me. I would be very grateful.
    Thank you in advance for any assistance.
        P.S.- This is a copy of the error message I received;
    Microsoft Windows 8 x64 Home Premium Edition (Build 9200)
    ASUSTeK COMPUTER INC. X202EV
    iTunes 11.1.3.8
    QuickTime 7.7.4
    FairPlay 2.5.16
    Apple Application Support 2.3.6
    iPod Updater Library 11.1f5
    CD Driver 2.2.3.0
    CD Driver DLL 2.1.3.1
    Apple Mobile Device 7.0.0.117
    Apple Mobile Device Driver 1.64.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number 007DB9C80C439708
    Current user is not an administrator.
    The current local date and time is 2013-11-28 22:05:46.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    **** External Plug-ins Information ****
    No external plug-ins installed.
    Genius ID: e38663b94f826b3f535ae2a59ada9fea
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:    {F0006950-D07F-4649-AD41-A38C48C0B9DA}
    Description:    Microsoft Wi-Fi Direct Virtual Adapter
    IP Address:    0.0.0.0
    Subnet Mask:    0.0.0.0
    Default Gateway:    0.0.0.0
    DHCP Enabled:    Yes
    DHCP Server:   
    Lease Obtained:    Wed Dec 31 16:00:00 1969
    Lease Expires:    Wed Dec 31 16:00:00 1969
    DNS Servers:   
    Adapter Name:    {4CD83EC0-97FE-4E11-9DC2-0A1A28338772}
    Description:    Qualcomm Atheros AR8162/8166/8168 PCI-E Fast Ethernet Controller (NDIS 6.30)
    IP Address:    0.0.0.0
    Subnet Mask:    0.0.0.0
    Default Gateway:    0.0.0.0
    DHCP Enabled:    Yes
    DHCP Server:   
    Lease Obtained:    Wed Dec 31 16:00:00 1969
    Lease Expires:    Wed Dec 31 16:00:00 1969
    DNS Servers:   
    Adapter Name:    {C6056BBC-55CD-40AC-85EA-86167FEDB5D0}
    Description:    Qualcomm Atheros AR9485 Wireless Network Adapter
    IP Address:    192.168.1.112
    Subnet Mask:    255.255.255.0
    Default Gateway:    192.168.1.1
    DHCP Enabled:    Yes
    DHCP Server:    192.168.1.1
    Lease Obtained:    Thu Nov 28 21:26:04 2013
    Lease Expires:    Fri Nov 29 21:26:04 2013
    DNS Servers:    192.168.7.254
    Active Connection:    LAN Connection
    Connected:    Yes
    Online:        Yes
    Using Modem:    No
    Using LAN:    Yes
    Using Proxy:    No
    Firewall Information
    Windows Firewall is on.
    iTunes is NOT enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was successful.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was successful.
    Connection attempt to firmware update server was successful.
    Connection attempt to Gracenote server was successful.
    Last successful iTunes Store access was 2013-11-28 22:05:29.
    **** Device Connectivity Tests ****
    iPodService 11.1.3.8 (x64) is currently running.
    iTunesHelper 11.1.3.8 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    No Universal Serial Bus Controller found.
    No FireWire (IEEE 1394) Host Controller found.
    Connected Device Information:
    FLUKE (E:\), iPod classic running firmware version 2.0.1
    Serial Number:    8N837N2A2C7
    Bus Speed:    61440
    **** Device Sync Tests ****
    No iPod, iPhone, or iPad found.

    This issue has been resolved - my Support Advisor, Edgar, was able to discern what was causing the problem.
    It appears that, despite years of never experiencing this, one of the latest ipod updates actually altered my device's personal settings and changed it to "Manual" for all synchronizing; even performcing Factory Restores did not change it back to being automatic.
    My ipod is working as good as ever now thanks to Edgar. If anyone else is having this problem, please make sure you check your device's settings in iTunes and see if "Manual" is checked - even if you never changed the settings yourself and have no reason to suspect that to be the problem, as was the case here. If it is checked - uncheck it to enable automatic syncing.
    So relieved this was not a much more serious problem. I've missed having my music on the go. Thanks, Edgar!

  • Movie content will not sync with Apple TV (1st Gen)

    I have some iTunes purchased movies which refuse to be sync'd with my Apple TV (1st Gen).  Storage for the ATV is external using FireCore (latest release), and I have added content since this issue began, but the same movies still will not sync.
    I have tried syncing as 'Playlists' - my preferred, also ticking the 'boxes' for these items within the 'Movie List' on iTunes, finally selecting 'All Movies' - none work.
    My iTunes Library lists 98 items.  Apple TV lists 90 items.  Both include iTunes Extras
    This question/problem is also listed (incorrectly) under Apple TV and Photo's

    I am also experiencing major sync issues with my recently purchased Apple TV which will NOT transfer any content (purchased or otherwise) over from my iMac (27" 2.66 GHz Intel i5 Core). I am running iTunes 9.03, and Apple TV OS 3.02.
    All content plays on my Apple TV fine and I've had no trouble transferring purchased TV shows back to the iMac.
    I was on the phone with Apple support for well over an hour about this yesterday: failed solutions included factory restores and direct iMac-ATV Ethernet connection. They decided that the Apple TV might be defective, so it was returned and exchanged. New Apple TV=same problem.
    Incidentally, the first Apple TV was initially synced with a Windows XP machine running iTunes 9.01. No problems with syncing content from the PC.
    I spoke with Apple support again this morning: we tried 2 factory restores, but could not get any content to sync from the iMac to ATV.
    I also tried to sync from an older iMac G3 (OS X 10.4 and iTunes 9.03) with the same unsuccessful result.
    Still waiting for Apple support to call back with more ideas. In the meantime, I've synced the ATV back to iTunes 9.01 running on Windows XP without any problems.
    Very frustrating: there must be a major ATV sync issue that affects Macs running iTunes 9.03. I hope that Apple will address the problem and offer a fix.

  • My music from my itunes will not sync to my iphone

    I recently dropped my phone in the toilet (it was in my back pocket), I purchased a new iphone (3G) unlocked and have downloaded the new IOS software on my macbook pro and iphone. My music is on my iMac and I've synced my contacts, calender and aps but my ringtones and music will not sync for some reason... I am not sure why... Can someone help me with this? I've done a software update on my imac and it says it's up to date... I can't seem to get the IOS 5 to download on my Imac... is this what I need to do in order to get my music to sync?

    Hey there 2Chainz,
    It sounds like youre being prompted that there is not enough space. I would use the following article to help resolve the issue named:
    iOS: "Not enough free space" alert when trying to sync
    http://support.apple.com/kb/ts1503
    Try disconnecting and reconnecting your device, then syncing again to solve this issue.
    Orphaned files may remain on your iOS device if it is physically disconnected while syncing music, podcasts, videos, or photos. This can prevent iTunes from syncing the iOS device on subsequent sync sessions. When this happens, the Capacity indicator in iTunes may report a large amount of "Other" disk usage for the iOS device. To resolve this issue:
    Turn off the music or photo sync option in iTunes for the device.
    Click Apply to sync the changes to the device.
    Turn the music and photo sync options for the device on again.
    Click Apply again to try to sync the device to iTunes.
    If the 'Not enough free space' alert appears, continue to step 5.
    Turn off the automatic syncing functions for the iOS device. To do this:
    Select the iOS device from the iTunes window and click the Summary tab.
    Deselect "Automatically sync when this device is connected" and select the "Sync only checked songs and videos" checkbox.
    Click Apply to sync the changes to the device.
    Reduce the amount of data that is being synced to the device and resync the device. For example, if syncing your Music library exceeds the memory capacity of the device, choose "Selected playlists" to transfer rather than "All songs and playlists" under the Music tab in iTunes.
    If the 'Not enough free space' alert appears, continue to step 6.
    Restore using iTunes.
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • An Album (CD) I have imported in my iTunes, and is on my iPod, will not sync over to my iPad. Why not?

    An Album  (CD) that I have successfully imported into iTunes, and synced with my iPod, will NOT sync with my iPad, even though I have done everything I know how to do so. When viewing the music in "On This iPad" mode, I can actually see the album there, but it is grayed out, and in the left hand column there is a circle with dotted lines, as if it is an incomplete download--which in essence it is. But I have the album (CD) in my iTunes and on my iPod, just like hundreds of other CD's--what's up with this one?
    Another characteristic is that since trying to import this CD into my iPad, I cannot get a successful sync of the iPad now; the syncing process hangs up in "Waiting for changes to be applied" for 3 or 4 minutes, and then it just stops.  No message that "The syncing process is complete. Please eject before disconnecting." The sync just quits on its own, so I take it that the syncing process was unsuccessful.
    Now what?
    Message was edited by: Padretimoteo

    Make sure that your music is in the format supported by the iPhone. I use either MP3 or AAC.
    A friend had the same problem a while back. All his music was in the WMA format and is therefore not playable on the iPhone and would not copy. Once he converted his songs to MP3 they copied to his iPhone without problem.

  • My new purchases will not sync into my playlist and get and will not show up on my iphone playlist of the same name, and I just tried to sync a new cd into my library and it is not showing up on my iphone.

    My new purchases will not sync into my playlist and get and will not show up on my iphone playlist of the same name, and I just tried to sync a new cd into my library and it is not showing up on my iphone.

    Hello there, Capricious13.
    There are great pointers in the following Knowledge Base article. Depending on where you see the content and where you want to get it to, this should guide you to putting it in the right place:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/ht2519
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

  • FIXED (for me at least): iPhone 3gs will not sync with Gateway NV79

    I’ve spent months trying to fix this miserable problem with getting my iPhone 3gs to sync with my new Gateway NV79. Gateway will not help. Their technical support is genuinely worthless. Microsoft blames Apple and Apple blames Gateway.
    My old iPod Nano syncs to my Gateway NV79 without a problem. I’ve tried all of the proposed fixes but other posters with no success.
    But I do believe I’ve discovered a real fix (for me at least). Here’s my setup:
    • Gateway NV79 running Windows 7 64 bit edition
    • iTunes 10
    • iPhone 3gs running OS 4.02
    The USB ports needs tweaking to get the iPhone 3gs to sync to the Gateway NV79. Follow these steps without your iPhone 3gs connected to the Gateway NV79:
    Step 1: Go to Control Panel
    1. Open Control Panel
    2. Click Hardware & Sound
    3. Click Power Options
    4. Make sure Balanced is selected and click Change Plan Settings
    5. Click Change advanced power settings
    6. Expand USB Settings
    7. Expand USB selective suspend setting
    8. Change On Battery setting to Disabled.
    9. Change Plugged in setting to Disabled
    10. Click OK
    Step 2: Go to Windows Explorer
    1. Open Windows Explorer
    2. Right-Click Computer (not your computer name)
    3. Click Properties
    4. Click Device Manager
    5. Expand Universal Serial Bus Controllers
    6. Right-click first Generic USB Hub
    7. Click Properties
    8. Click Power Management
    9. Uncheck Allow the computer to turn off this device to save power
    10. Click OK
    11. Right-click second Generic USB Hub
    12. Click Properties
    13. Click Power Management
    14. Uncheck Allow the computer to turn off this device to save power
    15. Click OK
    16. Restart your computer
    After your computer restarts, login and connect your iPhone.
    You must complete both steps. Step 1 is required for Step 2 to stick.
    There are a few things that may happen. iTunes may start syncing immediately and fail with an error. Don’t worry. If the sync fails the first time, restart the computer with the iPhone still connected. Now, iTunes will either take you to setup screen to connect your iPhone or the sync may restart. In my case, the setup screen came up and I DID NOT CHOOSE TO RESTORE. Pick the first option to add your iPhone. The sync will restart and may or may not finish. Don’t worry, if the sync fails, restart your computer again with the iPhone still connected and this time the sync will work.
    Here’s the problem: the iPhone 3gs will not sync with the power management enabled for the USB ports on the Gateway NV79.
    Good luck.

    If you cannot update your computer, you will not be able to sync your phone. The requirements are:
    Mac system requirements
    Mac computer with USB 2.0 port
    Mac OS X v10.5.8 or later
    iTunes 10.1 or later (free download from www.itunes.com/download)
    iTunes Store account
    Internet access

  • My computer died rather rapidly so i had no chance to do a backup or anything. now i want to put itunes on my new computer but it will not sync with my ipod. i got my purchased music but not the playlists and it does not sync when i plug it in.

    my computer hard drive died rather suddenly so i had no chance to do a back up or any thing. i put itunes on my new computer and got my purchased music but my ipod will not sync and i cannot get my playlists onto the computer. is there any way to get my playlists on my new computer and also get my ipod to sync. it is a waste of time to purchase new music and i do not want to purchase a new ipod since i have so much memory left on this one.

    Thank you all for your replies. Here is what i ended up doing. I cannot afford any 3rd party software so i went to itunes and manually entered all my playlists. As I had indicated my purchased music was on my new computer just not the playlists  and I could not sync my ipod. After I rebuilt all my playlists I tried to restore my ipod to factory defaults/new. All of the steps called for in apple support and elsewhere were not available to me. I connected my ipod, went to my computer, right clicked my ipod, and formatted. That wiped my ipod so when I connected to itunes it then gave me a restore option. I did the restore and all is good in the empire again. I can now buy new music and sync my ipod so I am a happy camper.
    Thanks to all.

  • IPod Touch (4th gen) will not sync music after the latest iTunes update

    I'm using iTunes on a PC with Windows 7 and after the latest update (iTunes 11.2.2), it will not sync with my iPod touch 4 (also updated to the latest possible version - iOS 6.1.6).
    Before the update there was no problem with the sync. And this iPod has always been synced only with this computer, and this iTunes library.
    After the iTunes update, several songs on my iPod were greyed out and unplayable (the library plays fine in iTunes).
    Now, when I try to sync, iTunes goes through all the steps, saying it finished syncing, without any error message but there is no actual change on the iPod.
    I've tried deleting all the music on the iPod, to resync the entire music library anew.
    Again, iTunes went through all the steps, finished "syncing" and nothing - and, of course, all the music on my iPod is now missing.
    When I check the "On this iPod" option in iTunes, the entire song list shows up there but appears greyed out and unplayable.
    On the actual iPod device, there is absolutely nothing in the Music app - no songs, no playlists.
    The iPod always shows "no data" in the Music app.
    Sometimes iTunes shows that I have 18GB of music on the device, sometimes it shows 0GB ...at one point it showed "no space available". But it has plenty of space - 23.5 GB of available space out of 32GB.
    To fix this I've tried the following:
    - automatic sync, manual sync, manually adding/deleting songs on the iPod, autofilling and replacing songs;
    - resetting my iPod by holding the (on/off and home buttons) and resetting through the "reset all settings" option on my iPod;
    - reset and restore from backup;
    - uninstalled and re-installed iTunes on my PC.
    - I've run the diagnostics tool in iTunes - all tests passed;
    ...plus various other suggested solutions I have found in the similar topics around here.
    (I've checked and there are no restrictions to the songs, the computer is authorized, etc.)
    Absolutely nothing works and it is very frustrating, as I usually only use the iPod for the music.
    Please help.
    Violet

    Hello, VvioletT. 
    Thank you for visiting Apple Support Communities.
    I see you are experiencing issues syncing your iOS device.  Here are a couple articles that I would recommend going through when experiencing this issue.
    iOS: Troubleshooting USB-related alerts when syncing
    http://support.apple.com/kb/TS5254
    Resolve issues between iTunes and security software
    http://support.apple.com/kb/ts3125
    Cheers,
    Jason H.

  • My iPhone 5 will not sync i keep getting an error code (-50)?

    hi,
    my iPhone 5 will not sync i keep getting an error code (-50) all iOS and Itunes are up to date.
    this ***** cause i just spent $$$ on itunes and i want to sync my phone!!
    Cheers

    Read here:
    http://support.apple.com/kb/TS1583

Maybe you are looking for

  • Looking for a music player app for the ipad

    Musician looking for music player app to play my sound library Folders, set lists......ect..... Must be able to automatically pause between songs, not like iTunes where you have to manually pause I have to time to manually pause between tracks since

  • Problem With Offclye Payroll Records

    HI Experts.... I Already Created a report to Display Regular Payroll Payments of Each Employee for a Month. Now i want to add the Off cycle Payroll Payments values into this Existing Report. I Already Fetched the regular Pay roll Payments into Intern

  • How come I have to off my Cellular Data for my Wi-Fi to work??

    How come I have to off my Cellular Data for my Wi-Fi to work??

  • Transition causing colors to be off in transition

    I'm trying to recreate a transition/fade of an image from a flash file that I only have the swf to. It looks great on my box, but once live a viewed through Firefox, the colors get almost pschycodelic during the transition. I am using a tween between

  • How to repair this error code hs_err_pid4368

    # An unexpected error has been detected by Java Runtime Environment: # EXCEPTION_FLT_STACK_CHECK (0xc0000092) at pc=0x0725d069, pid=4368, tid=4980 # Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing) # Problematic frame: # v ~Runt