MI 7.0 T51  when sync data not filtered

Hi Experts,
we have a synbo t51 in mi 7.0 and when we sync with the middelware whe got all the data of the syncbo , not filter by the user of the mobile client who perform the sync?
has somebody this problem?
Thanks in advanced.
Some help..some point....

Hi,
Peform this and set a user based filter criteria on syncBO.
1. Go to transaction merep_sbuilder.
2. Give the syncBO name and click on Environment and click on filtering criteria.
3. And then set a filtering criteria for the header field "user" as "ME-SYNC_USER".
   It should look like this:
   FieldName: Userbased Field in header
   Option: EQ
   Value: ME-SYNC_USER.
4. Enable the syncbo and enable the filter.
5. Then perform the sync and check if you are getting data only for the sync user.
But for setting this filtering criteria, your T51 syncbo's header should have a field called "USER" and this value should be filled from the backend. Only then when you sync this filtering of data based on user will happen.
Hope this helps.
Best Regards,
Siva.

Similar Messages

  • Voice Memos older than last Sync date not copying from iPhone to PC after sync, even though "Include voice memos" is checked

    I am trying to copy over my voice memos from my iPhone to my PC. I have "Include voice memos" checked under the Music tab.
    I had an issue with voice memos being duplicated on my iPhone after a sync (I got two versions of each memo on my phone for some reason), so after deleting the extra copies on my phone I deleted all voice memos from within iTunes and chose the option to move the files to the Recycle Bin. So the Music\iTunes\Itunes Music\Voice Memos folder is empty, and there are no voice memos showing up in iTunes.
    But now when I sync, it isn't copying over the older memos that are on my iPhone to my computer. If I record a new voice memo then that memo transfers successfully, but any voice memos with a recording date older than my last sync date do not transfer.
    How can I get these older voice memos (with dates older than my last sync date) transferred over from my phone onto my PC?

    Does anyone know of a way that I can access the voice memos with dates older than my last sync date...?

  • FIXED - Desktop manager crashes when syncing with Notes 8

    Hi - first post, so be kind!
    Have installed desktop manager 5.0.1, and trying to sync with Notes 8 calender. When reading the calender, desktop manager always crashes with the following error:
    AppName: desktopmgr.exe     AppVer: 5.0.1.28     ModName: lnsections.dll
    ModVer: 7.1.1.129     Offset: 001a32ed
    Have looked through forum and not seen a fix that seems obvious to fix this. Any help would be greatful!
    thanks.
    ***** seems I had a corrupted old calendar entry - after archiving all old entries, the sync now works *******

    Connected to the USB, can you do a Restore > Advanced and select the critical databases?
    Are you connected to the PC via USB to a rear PC USB port--not a USB hub, or front monitor port?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Need more Info about "Load transactional data when master data not loaded"

    Hi,
    Can you please explain me this option in the infopackage " Load transactional data when master data is not loaded"....
    Say i load a transactional data record which has a material no. AAAXX.
    In the fact table, the material no. is replaced with the corresp. DIM ID.
    Now, assume that there is no entry for this Material no.
    AAAXX in the master data table...so no DIM ID for it..
    How is it then stored in the fact table ?
    Hope i have managed to explain the scenario..
    Thanks in advance,
    Punkuj

    Hello Punkuj K,
    How r u ?
    No, if the entry for that Material Number "AAAXX" is not there in the Master Data then it will create a SIDs & DIMs ID for that & Transaction Data will be loaded.
    Use
    Choose this indicator if you want to always update the data, even if no master data for the navigation attributes of the loaded records exists. The master data is generated from the loaded transaction data. The system draws SIDs. You can subsequently load the master data.
    Dependencies
    The texts, attributes, and hierarchies are not recognized by the system. Load the texts / attributes / hierarchies for the corresponding InfoObjects separately.
    This function corresponds to the update. Possible errors when reading the master data into the update rules are not associated with this indicator.
    Recommendation
    We recommended loading the master data into the productive systems in advance. Select this indicator especially in test systems.
    Best Regards....
    Sankar Kumar
    +91 98403 47141

  • TS1702 An app has disappeared from my ipad, how do I get it back on when syncing did not do it?

    I downloaded the cooking light app but it has disappeared from my ipad, how do I get back?  I have already tried syncing did not work.

    Use your iPad's Search screen to locate it. If it's truly no longer present, then just download it from the App Store again.

  • File Adapter: Fixed length file read fails when all data not present

    Hi
    We have a BPEL process that reads fixed length data files. It works fine when all the data elements are available in the file but fails with 'rejected:10002' when even a single data is missing.
    How to handle this situation in BPEL file adapter?
    Are we doing something wrong or is this a normal functionality.
    If yes, then is there any work around for this as this is a very usual business condition which may occur, where all data elements are not mandetory.
    fixedLength
    ==========
    2,3,3,2
    Data - Successful
    ============
    1234567890
    2345678901
    3456789012
    Data - Failed
    ===========
    1234567890
    2345678901
    345678901
    Thanks in advance
    Buddhadev

    Hi Naveen,
          Do check the following things,
    >>Note : I have been asked to give the Transport Protocol as "NFS" (Whether this is the problem???) I have summarized the complete details below. Please help me
           1.If your file resides on your local network/local computer give NFS(Network file system). if your file resides on a FTP location give FTP and also give the FTP log on parameters.
    Additional Parameters
    File_MT.fieldFixedLengths 10,10,5
    File_MT.fieldNames VendorNumber,VendorName,City
    File_MT.fieldSeparator
    File_MT..processFieldNames fromConfiguration 
           2.If this structure does not match with the input file structure the file adapter wont pick up the file. So check for the help document provided by SAP in the following path.
    help.sap.com  --> Documentation  --> SAPNetWeaver --> SAPNetWeaver '04 --> English --> process integration --> SAP Exchange Infrastructure --> connectivity --> Adapters --> File Adapter
           Your file contains three records
    V123456789 A123456789 Bosto
    V234567890 B123456789 Atlan
    V334587900 C123456789 Austi
    You have mentioned the fieldSeperator as space but there is no File_MT.endSeparator '/n'  which differentiates between each and every row (record).
            Parameters for Record set Structures mentioned in the sender adapter configuration does not match with the actual file structure .
            Try giving exact structures in the configuration of sender file adapter.
    regards,
    Aravindh.

  • After Prism scandal: Urge to sync data (Notes / Reminders) over USB and NOT with iCloud

    Hello!
    After the PRISM scandal I even want so much more  to sync ALL relevant data between iOS and Mountain Lion Apps over iTunes (USB or WLAN).
    I am very disappointed in the (still) missing choice of means of sync for some data.
    Or am I missing something?
    Is there a possiblity to sync notes and reminders between a Mac and an iPhone over iTunes (USB)?
    If there isn't any:
    I don't understand, why you can choose for most of the data,
    but not for notes and reminders.
    Here the data you have the choice to sync over iTunes (USB or WLAN):
    > apps
    > calendar
    > contacts
    > music
    > playlists
    > movies
    > videos
    > podcasts
    > books
    > photos
    Here the Data you don't have a choice. If you want to sync them,
    you have to do it over the Internet and iCloud:
    > notes
    > reminders
    I am the only one, using my Mac Pro and my iPhone.
    I don't need over the air / Internet syncing for most personal data.
    I don't want to share more informations than necessary over the Internet or / and iCloud because of
    > Security,
    > my data cap of my mobile provider and
    > control of my data.
    > PRISM
    Many big companies like Amazon, Sony, Valve and others had problems with hackers.
    And even I trust Apple very much, Apple can't promise absolute security of data saved in iCloud.
    To have the choice to sync things over iCloud is fantastic.
    To be forced to sync things only over iCloud / Internet is worrying and disturbing.
    Greetings from Germany
    Matthias B.

    The PRISM-Scandal is proof to me, that my wish isn`t dated at all ...
    To have the choice to sync things over iCloud is fantastic.
    To be forced to sync things only over iCloud / Internet is worrying and disturbing.
    Especially now with PRISM
    Greetings from Germany
    Matthias B.

  • Problem in date not filtering the To value in Ranges

    I have to BEDNR flieds BEDNR! and BEDNR2, i have kept them in range  R_BEDNR, but when applying the selection criteria, its not working, please advice.

    Can you please specify a little more? Any code sample?

  • Dashboard prompt calendar date not filtering results

    I have a report with a date value. I custom formatted the date to MM/dd/yy and the report shows it correctly. I created a dashboard prompt with a calendar control and "is between" operator. However, the date never gets filtered. All values are shown. Do I have to change anything in the prompt because I custom formatted the date?
    Ahh.. forgot to add "is prompted" to column filter

    Hi Subbu,
    Thanks, but my question is a bit different.
    I want to have 2 'Dashboard' Prompts:
    1) Country - The default value for which should be set to the logged in User's Country. Later the user can choose to select a different country.
    2) Calendar Year/Month - For this I want to limit the restrict the values that are displayed, i.e. they should start from 2010 / 01 and end at Current Month. So I need the variable that would work with this field.
    I am unable to get solution for both of the above.
    Regards,
    Ady

  • When syncing my IPOD, all of a sudden my podcasts are not being downloaded to my IPOD. Any Idea's why?

    When syncing my Ipod. I now do not get the Podcasts that I have had in the past. They are on my computer but when syncing do not download to the IPOD. Any Idea's?

    I have a 4th gen nano that periodically has this problem.  First, try disconnecting it from the car and forcing it to reboot (by pressing and holding the menu and center button simultaneously until the apple logo appears if it is a click wheel version... Sorry, don't know how to do it on the 6G touch nano).  Once it finishes, reconnect it to the car.
    If it still does not recognize it (only once out of a dozen or so times has the above not worked on mine), connect the iPod to iTunes and reset the settings and re-sync it, then reconnect to the car.

  • HT4236 syncing data to iPhone

    have been syncing data from iMac to iphone without problems..
    however, jus a couple of days ago - when syncing data on the "waiting for items to copy" step, nothing is happening and it jus stays that way with the sync arrows jus rotating on n on.... anyone can help??

    Since you can't sync her iphone4 to your OSX10.4, back up the old 3G manually to the PC and use this backup to restore from after you synced the new iphone for the first time using the PC.
    To back up manually, disable autosync in iTunes on the PC, set up the iTunes account, connect the 3G and choose "backup" from the File menu or right click on it in the device list and hit backup. Save your purchases the same way by choosing "transfer purchases" this time.
    Make sure to set up at least one contact and event on the PC to be able to merge contacts and calendars after the first sync of the 3G or the new iphone4. If you think about switching computers again some time in the future, you'll have to do this again in reverse with your new PC/Mac.
    About backups and what is saved: http://support.apple.com/kb/HT1766

  • I can't figure out how to log off of my daughter's iTunes account that has been loaded to my PC.  When I want to sync my iPhone, I get her data, not mine.

    I can't figure out how to log off of my daughter's iTunes account that has been loaded to my PC.  When I want to sync my iPhone, I get her data, not mine.

    Hi, Abril_Perez17.
    This may be related to a new feature embedded in iOS7 that shows all purchased music by default.  Go to Settings > Music, then turn off Show All Music.  See if the issue ceases once the feature has been disabled.  This information is located on page 63 of the user guide below. 
    iPhone User Guide
    Regards,
    Jason H. 

  • TS2634 My problem - when syncing and error messages  comes up:  iTunes could not sync calendars to the iPhone because an error occurred while margin data."  I've tried turning the phone off and back on, & tried both USB ports but get the same thing.  What

    My problem - when syncing and error messages  comes up:  iTunes could not sync calendars to the iPhone because an error occurred while margin data."  I've tried turning the phone off and back on, & tried both USB ports but get the same thing.  What can I do next since it doesn't give me even one clue as to what the error would be?

    Before I started to resync calendars one by one as suggested in the troubleshooting article, I remembered something that came up in a sync when I first attempted :  a 'which one do you want to keep' message about a repeating calendar event, which came up with three options, one from Calendar, and two from iCal on the phone.  I deleted that event, then went through the calendar resync one by one, and all seems OK now.
    In Music there is a way to find 'ghost' items that show up as grayed-out on the menus, so that you can try to reassociate or delete them.  It would be nice to have a similar way to work with Calendar!
    Thanks for pointing me to the right article.

  • When syncing my iphone i get a msg, "itunes could not sync calendars to the iphone because an error occurred while merging data"   I sync my calendar to outlook.  My iphone calendar has all and the most updated information.  Outlook shows only recurringMY

    I'm at a loss as to what to do. Any help is appreciated.  When syncing my iphone I get an message, "itunes could not sync calendars to the iphone because an error ocurred while merging data" I sync my calendar to outlook.  My iphone calendar has all and the most updated information.  Outlook calendar only shows my recurring events. 

    hi there,
    i've found a great & simple solution for this problem
    just open your iCloud acc on iPhone
    turn off calendars (it wil ask you to keep info or not - KEEP IT!)
    and turn back on (MERGE!)
    now SYNC it..
    and that's it
    PS in my case it was contacts so the procedure is the same..

  • When I try to sync my iPod iCal with my MBP iCal via WiFi I get a message saying "Safari Downloading Safe Browsing Data" but I am connected to a local network and thus the syncing does not complete"

    When I try to sync my iPod iCal with my MBP (OS 10.7) iCal via iTunes and WiFi I get a message saying "Safari Downloading Safe Browsing Data" but I am connected to a local network and thus the syncing does not complete because the downloading never completes because I am not connected to the internet.
    Why does syncing iCal need Safari Safe Browsing Data?  How can I turn this off?

    See:
    iTunes 10.5 and later: Troubleshooting iTunes Wi-Fi Syncing
    "Safari Downloading Safe Browsing Data" is just some data that is synce with the computer. To turn off on the Mac go to System Preferencs>iCloud and turn off Safari

Maybe you are looking for

  • After 10.4.8 Upgrade: "Login Application crashed"

    I upgraded to 10.4.8, but since the upgrade installed I am not able to boot: I get past the grey screen/spinning wheel successfully to the Login Window with the status bar; then I get a blue screen and in 1s intervals the spinning wheel comes up and

  • Can't access Aperture Library

    All of my images/projects have disappeared when I go into aperture. However My Aperture Library appears to be there (I can see that it's 250gb). how can I get aperture to delink to the library?

  • Creating database in unix

    Hi experts, One of the unix server already has database i.e orcl, if i want to create new database do i have to configure the semophores and share segment again. Please help creating new database which already has a database in it, what are measures

  • I have an 100 infopath forms, but next month all infopath forms certifications get expires.

    Hi All, i have an 100 infopath forms, but next month all infopath forms certifications get expires. For re-certification i want to re-publish all the infopath forms. Now, is there any way to re-certification all the forms with out re-publish. Thanks

  • Ragged/Jagged Arrays

    hey guys i was wondering if you guys could help me a bit^^. http://bingweb.binghamton.edu/~cs140/Homework/assignment06.html this is the assignment that i have to do and i am stuck on #3. here is my code for ArrayDataVer2 package assig6; public class