Avoid Upload of U01 SyncBO in MI 7.0

Hi all,
due to business reasons we want to somehow avoid the upload i.e. synchronization of a U01 SyncBO.
This means that we want to create SyncBOs in the mobile application, but to avoid the synchronization of exactly this SyncBO up to a certain point.
Is this possible to somehow control within the MI client API?
Best regards and thanks in advance
Dietmar

Hi Dietmar
From a Mobile application usage point of view, I really don't understand why you wish to prevent the upload since this has its own advantages.  But your business needs might want to do it.  You can achieve this by modifying the meRepMeta.xml file(Sync BO definition file).  Open this file for edit and go to you SynBO tag for which you wish to preven the upload and append the following tag
suppressUpload="true"
For example
<SyncBO id="TestSyncBO" version="1" type="timedTwoWay" allowCreate="true" allowModify="true" allowDelete="true" reqDirectSync="false" suppressDownload="false" suppressUpload="true" downloadOrder="1">
But once you do these changes, you will have to Reset the client data so that the new model gets defined in the DB.  This approach should work but this means that every time you change the definition of the xml file, you will have to reset the client data and trigger download of initial data again and again.  Apart from this approach there is no means by which user can decide whether upload should be stopped or not.  But this same is not true for download.  You can prevent the download for data during every sync by using the Suppress data download option (This is just FYI.)
Best Regards
Sivakumar

Similar Messages

  • Download errors from SyncBo

    Hi, we have a U01 SyncBo. Sometimes when we upload data the middleware throw an error in merep_mon, can we catch this error in the Tablet ? with Java code ? Thanks and regards.

    Hi Julian,
    I am not sure I got you question, still...
    It is not the middleware which throws the error, it the backend which does that. The backend validates the data, if correct it updates the backend tables, else raises a error which is logged by the middleware.
    The error check is done against the validation rules set in the backend. Middleware does not have any mechanism to explicitly sent it back to the client.
    Simply, I don't it possible to catch the error in the client, unless you set the same validation rules as you have in the backend.
    Some client -errors are updated in the trace file on the client device.
    Regards,
    Rahul
    PS:
    A tip which can help your users - As long the id is not generated for the records, eg OrderId for an order, they can assume, some thing his definitely wrong with the data.
    A tip for application developers - An application developer must take care that the user must be provided with possible inputs wherever chekcs are done in the backend.
    Message was edited by:
            Rahul Gavande

  • Upload file dynamic

    Hi to all,
    I have a question for you.
    There is a method to upload some files automatically from some fixed folder without authorization or a method for upload a folder?
    The normal method to upload file need a human file selection and we want a method to avoid uploading files one by one.
    Great regars,
    Giampaolo.

    Hi
    (To avoid File Download UI ) try this
    During run time we can provide path of the folder(which will static always) for file to be downloaded and  set the path with context (Address for file ), further It require parsing to make data available inside our Context.
    Best Regards
    Satish Kumar

  • 5 Steps in Avoiding Social Media Blackmail

    It is very common for people these days to become blackmail victims online. Social media services are not to be blamed but the way they are being used. Here are 5 steps avoiding social media blackmail:If you do not want something to be known avoid putting it online. Do not write your personal thoughts about anybody in your social media account as it is read not only by your friends but others who know their way around the Internet.Avoid uploading pictures of yourself and what valuables you have as it is the easiest way to invite blackmailers, stalkers, hijackers, kidnappers and scammers in your life. You will be easily identified wherever you go.Adjust your social networking so only your friends can see private information about you. Do not post your phone number, mobile number, email address, street address and any personal information in the Internet. You real friends know your phone number and where you live.Avoid communicating with anyone other than legitimate, bonafide friends; at least verify communication from new people. Even in the Internet, do not talk to strangers.If a message looks dubious, delete it. Do not click on links unless you are absolutely sure what they are.Now that you know the risk involved in social networking, you will keep in mind the 5 steps avoiding social media blackmail. Source: Frank Anderson works on the web and with bloggers.  He is also an expert in virtual web hosting and other hosting solutions.

    CDpy wrote:
    Thanks, other OS X and iOS devices in the house don't have this issue, so I'm not sure the router is the problem.
    Did you reboot your router anyway? Your router is responsible for delivering correct settings to each device. It might do ok for some but it could have some problems with other devices.
    If after rebooting router problems still appears, try to change DNS's.
    Go to System Preferences > Network. If you are using WiFi connection, then select on the left panel Airport connection and then click on Advanced settings. Go to DNS, and add to entries:
    Before testing, make sure that you have applied changes.

  • Import only one SyncBO of a SynbBO definition file

    Hello,
    do I have the possiblity to upload a single SyncBO (MAM30_018) only and irgnore the rest. Is this possible?
    Greetings
    Andreas Dommes

    hi andreas,
    it's possible. but MAM doesn't have the UI to do this so you have to create your
    own. prior to sync, retrieve all your delta data thru the API.
    SyncBoOutDeltaFacadegetAllDelta():MeIterator
    then iterate on this SyncBoOutDelta collection and suppress their upload by using
    SyncBoOutDelta.setSendType(SyncBoOutDeltaSendType.NO_SEND)
    and only specifying
    SyncBoOutDelta.setSendType(SyncBoOutDeltaSendType.SEND)
    to the SyncBoDelta instance which you would like to upload.
    hope this helps.
    regards
    jo

  • Adding data to HealthVault from Withings Device

    How do I upload data from my Withings Device to my HealthVault account?

    The nice people from Sinovo have developed a driver for Microsoft HealthVault Connection Center that will allow uploading CSV files downloaded from the Withings dashboard into HealthVault. Some restrictions do apply:
    only weight measurements work at the moment.
    you must download your CSV from the OLD version of the Withings Healthmate website, the CSV files from the new version DO NOT WORK with Sinovo's driver.
    the CSV file must not be opened and saved in Excel before uploading, Excel will change some formatting in the file rendering it useless for uploading.
    You can select a date range before downloading your CSV file from the Withings Healthmate website to avoid uploading duplicates.

  • To extract null Values from the source in Infopackage selections - Very Urg

    Hi All,
    I need to pull the data which has null values from source. I tried to write routine by giving l_t_range-low = '' , space. nothing is working.
    Please guide me with sample code.
    Very Urgent.
    Regards
    Mano

    Hi Mario.
    Assuming that you want to avoid uploading of records having
    zero for a keyfigure:
    Create a startroutine for transfer rules and add this coding:
    DELETE DATAPAK WHERE VALUE = '0'.
    OR
    LOOP AT DATAPAK.
    IF DATAPAK-VALUE = 0..
    DELETE DATAPAK.
    ENDIF.
    ENDLOOP.
    'VALUE' represents the fieldname in transferstructure
    Please let me know if i misundersttod the issue.
    Regards
    Joe

  • How can i do it with JSP -  dealing with multipart/form-data?

    Hi guys,
    i have a form in which one of its components is a optional file that can be uploaded to the server. Up here, no matter...
    I thought that i could evaluate the file size, so i would avoid upload process which size was bigger than something, like 10kBytes. Of course, i wouldnt like to do something like: post to servlet and then, dispatcher an error page. If the browser could stay with the same page( and form), it would be very good!
    Thanks in advance, Euclides.

    My doubt is: is there a
    way to evaluate the file size before posting it? Is it
    Javascript? Hard to do it? How?http://www.experts-exchange.com/Web/Web_Languages/JavaScript/Q_20765620.html
    scroll down about 1/2 down the page.
    -Rob

  • Multiple sites, publish one at a time?

    I have multiple sites, but when I publish them they all publish together. Can I just publish one at a time??? If not, this program is not very good..

    I just want to select one SITE and
    upload it, not have all the others upload too. Anyway
    to get aroud that?
    It should not upload a site that has no changes. But there is no way to avoid uploading changes, unless you want to start using separate Users/username/Library/Application Support/iWeb/Domain files for each site.

  • 10G dbconsole:  A remote host refused an attempted connect operation.

    We have 10.2 running on AIX. I previously had dbconole running fine, however, something was changed and now when I log into dbconsole I get the error "IOException in sending Request :: A remote host refused an attempted connect operation.". I can still administer database stuff (user, tablespaces) but any operation that tries to access the host fails. For instance I can't schedule a job nor change the operating system credentials. What's really wierd is that on the home page it shows database down, listener down, and agent failed. Obviously, the database and the listener are not down or I wouldn't even be able to get in.
    Help appreciated.
    Kirk

    emagent.trc
    07-03-26 15:50:43 Thread-1026 ERROR fetchlets.oslinetok: Process stderr = /u01/app/oracle/product/10.2.0/db_1/bin/emctl[333]: /tmp/sh401660.13: 0403-005 Cannot create the specified file.
    2007-03-26 15:50:43 Thread-1026 ERROR engine: [oracle_emd,fcotaix2.mccnet.mccneb.edu:3938,EMDUploadStats] : nmeegd_GetMetricData failed : em_error=failed to get upload statistics:
    /u01/app/oracle/product/10.2.0/db_1/bin/emctl[333]: /tmp/sh401660.13: 0403-005 Cannot create the specified file.
    2007-03-26 15:50:52 Thread-1280 ERROR pingManager: nmepm_pingReposURL: Error in request response. code = 400. text =
    2007-03-26 15:50:56 Thread-1027 ERROR http: 11: snmehl_read: error on read: The network is not currently available. (error = 69)
    2007-03-26 15:50:56 Thread-1027 ERROR upload: FxferSend: HTTP Error=-1 reading request response from: http://fcotaix2.mccnet.mccneb.edu:1158/em/upload/
    2007-03-26 15:50:56 Thread-1027 ERROR upload: Failed to upload file B0006595.xml, ret = -2
    2007-03-26 15:50:56 Thread-1027 ERROR http: snmehl_connect: Failed to get address for fcotaix2.mccnet.mccneb.edu: Authoritive Answer Host not found (error = 1)
    2007-03-26 15:50:56 Thread-1027 ERROR upload: FxferSend: Cannot connect to: http://fcotaix2.mccnet.mccneb.edu:1158/em/upload/. retStatus=-32
    2007-03-26 15:50:56 Thread-1027 ERROR upload: Failed to upload file B0006595.xml, ret = -2
    2007-03-26 15:50:56 Thread-1027 ERROR http: snmehl_connect: Failed to get address for fcotaix2.mccnet.mccneb.edu: Authoritive Answer Host not found (error = 1)
    2007-03-26 15:50:56 Thread-1027 ERROR upload: FxferSend: Cannot connect to: http://fcotaix2.mccnet.mccneb.edu:1158/em/upload/. retStatus=-32
    2007-03-26 15:50:56 Thread-1027 ERROR upload: Failed to upload file B0006595.xml, ret = -2
    2007-03-26 15:50:56 Thread-1027 ERROR upload: 3 Failures in a row for B0006595.xml, we give up
    2007-03-26 15:50:56 Thread-1027 ERROR upload: Error in uploadXMLFiles. Trying again in 86.00 seconds.

  • Performance Light Framework page and R/3 transactions

    Hello,
    I have a customer running an enterprise portal 6.0 containing basically R/3 transaction iViews.
    Some of the users of this solution are using fairly low bandwidth and are complaining about performance problems.
    My question is whether there is anything to gain from switching to the light framework page, or is the loading of the R/3 transaction the main bottleneck.
    Has anyone made an estimate of the performance gains obtained by using the light framework page over the standard ones?
    I have just found one such estimate on this forum, indicating a size improvement of almost a magnitude of 8 (100K vs 800K) (thread: portal performance optimization over low speed links)

    Here is the text that explains the disappointing restriction in the release of External Facing Portal with KM in NW04s SP5 and NW04 SP14.
    NOTE 709354 relevant snippet below>>>>>>>>>>>>>>>>>
    Release with restrictions
    Knowledge Management in external facing portals
    Knowledge Management is released in a restricted way for scenarios where the external facing portal capabilities of NW'04 SP 14 are used (i.e. reducing the network load by using the 'light framework page' concept of the portal): - KM iViews will work within the light framework page without erros. However, the network load will not be decreased since the navigation within the KM iViews requires the full range of scripts to be downloaded  from the portal. - Browser Back/Forward navigation within KM will not work in all cases - Indexing of KM content by external search engines (Google, etc.) will not work on all content In addition, the general usage of KM in scenarios where untrusted (e.g. with a self-registered user ID) or anonymous users are accessing an external facing portal is recommended in a restricted way only to avoid upload of malicious files or code (e.g. disable file upload or discussion forum entries). This recommendation is true even if the 'light framework page' concept of NW'04 SP14 is NOT used. For more information on how to enable KM (and Collaboration) for anonymous users, please refer to the following notes. SAP NetWeaver '04 SP11 and below: Note 728106. SAP NetWeaver '04 SP12 and higher: Note 837898.
    ( Changed at 23.12.2005 )

  • Top activity chart on Enterprise manager

    Hi,
    The Top activity chart is not empty on the Enterprise manager of a 2 node 11gR2 RAC DB,
    the statistics_level is set to "typical".
    NAME                   TYPE     VALUE
    optimizer_use_pending_statistics     boolean FALSE
    statistics_level                     string TYPICAL
    timed_os_statistics                  integer 0
    timed_statistics                     boolean TRUE
    $emctl status dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.3.0
    Copyright (c) 1996, 2011 Oracle Corporation.  All rights reserved.
    https://xx.xx.xx:1158/em/console/aboutApplication
    Oracle Enterprise Manager 11g is running.
    Logs are generated in directory /u01/app/oracle/product/11.2.0/db_1/xxx01_orcl/sysman/log
    $emctl status agent
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.3.0
    Copyright (c) 1996, 2011 Oracle Corporation.  All rights reserved.
    Agent Version     : 10.2.0.4.4
    OMS Version       : 10.2.0.4.4
    Protocol Version  : 10.2.0.4.4
    Agent Home        : /u01/app/oracle/product/11.2.0/db_1/xxx01_orcl
    Agent binaries    : /u01/app/oracle/product/11.2.0/db_1
    Agent Process ID  : 815
    Parent Process ID : 801
    Agent URL         : https://xxx.xx.xx:3938/emd/main
    Repository URL    : https://xx.xx.xx:1158/em/upload/
    Started at        : 2013-09-20 06:39:57
    Started by user   : oracle
    Last Reload       : 2013-12-09 19:37:51
    Last successful upload                       : 2013-12-26 09:47:31
    Total Megabytes of XML files uploaded so far :  3257.08
    Number of XML files pending upload           :        0
    Size of XML files pending upload(MB)         :     0.00
    Available disk space on upload filesystem    :    54.07%
    Data channel upload directory                : /u01/app/oracle/product/11.2.0/db_1/xxxx01_orcl/sysman/recv
    Last successful heartbeat to OMS             : 2013-12-26 09:49:41
    Agent is Running and Ready
    How can I enable the Top Activity chart on the Enterprise manager console.
    Thanks in advance.

    There is no pending upload in the EM Agent,
    STATISTICS_NAME                ACTIVATION_LEV SYSTEM_STATUS    STATISTICS_VIEW_NAME           SESSIO
    Buffer Cache Advice            TYPICAL        ENABLED          V$DB_CACHE_ADVICE              NO
    MTTR Advice                    TYPICAL        ENABLED          V$MTTR_TARGET_ADVICE           NO
    Timed Statistics               TYPICAL        ENABLED                                         YES
    Timed OS Statistics            ALL            DISABLED                                        YES
    Segment Level Statistics       TYPICAL        ENABLED          V$SEGSTAT                      NO
    PGA Advice                     TYPICAL        ENABLED          V$PGA_TARGET_ADVICE            NO
    Plan Execution Statistics      ALL            DISABLED         V$SQL_PLAN_STATISTICS          YES
    Shared Pool Advice             TYPICAL        ENABLED          V$SHARED_POOL_ADVICE           NO
    Modification Monitoring        TYPICAL        ENABLED                                         NO
    Longops Statistics             TYPICAL        ENABLED          V$SESSION_LONGOPS              NO
    Bind Data Capture              TYPICAL        ENABLED          V$SQL_BIND_CAPTURE             NO
    Ultrafast Latch Statistics     TYPICAL        ENABLED                                         NO
    Threshold-based Alerts         TYPICAL        ENABLED                                         NO
    Global Cache Statistics        TYPICAL        ENABLED                                         NO
    Active Session History         TYPICAL        ENABLED          V$ACTIVE_SESSION_HISTORY       NO
    Undo Advisor, Alerts and Fast  TYPICAL        ENABLED          V$UNDOSTAT                     NO
    Ramp up
    Streams Pool Advice            TYPICAL        ENABLED          V$STREAMS_POOL_ADVICE          NO
    Time Model Events              TYPICAL        ENABLED          V$SESS_TIME_MODEL              YES
    Plan Execution Sampling        TYPICAL        ENABLED          V$ACTIVE_SESSION_HISTORY       YES
    Automated Maintenance Tasks    TYPICAL        ENABLED                                         NO
    SQL Monitoring                 TYPICAL        ENABLED          V$SQL_MONITORING               YES
    Adaptive Thresholds Enabled    TYPICAL        ENABLED                                         NO
    V$IOSTAT_* statistics          TYPICAL        ENABLED                                         NO
    23 rows selected.

  • Suspended on agent

    Hello
    I have got rac system and when i try to schedule a backup at enterprise manager ,status of backup job change to "Suspended on Agent Unreachable".
    I check agent and dbconsole on both system it is working. And also agent page at enterprise manager it seems okey too.What can i do to fix this problem?

    [oracle@name ~]$ emctl status agent
    Oracle Enterprise Manager 11g Database Control Release 11.1.0.7.0
    Copyright (c) 1996, 2008 Oracle Corporation. All rights reserved.
    Agent Version : 10.2.0.4.0
    OMS Version : 10.2.0.4.0
    Protocol Version : 10.2.0.4.0
    Agent Home : /u01/app/oracle/product/11.2.0/db/name1
    Agent binaries : /u01/app/oracle/product/11.2.0/db
    Agent Process ID : 30000
    Parent Process ID : 29934
    Agent URL : https://name1:3938/emd/main
    Repository URL : https://name1:1158/em/upload/
    Started at : 2010-07-12 12:57:53
    Started by user : oracle
    Last Reload : 2010-07-12 12:57:53
    Last successful upload : (none)
    Last attempted upload : (none)
    Total Megabytes of XML files uploaded so far : 0.00
    Number of XML files pending upload : 0
    Size of XML files pending upload(MB) : 0.00
    Available disk space on upload filesystem : Unknown
    Data channel upload directory : /u01/app/oracle/product/11.2.0/db/name1/sysman/recv
    Last successful heartbeat to OMS : 2010-07-12 15:02:37
    Agent is Running and Ready
    Edited by: user12879921 on 12.Tem.2010 05:02
    Edited by: user12879921 on 12.Tem.2010 05:13

  • Images Not showing up like they should on published site...

    Ok so here is my problem. I have a site that I upload to a host via fetch. When I first create pages, I upload and check it out and everything looks great. But, as soon as I edit one of the pages and upload, that page's images is all screwed up. Its like when I publish to a folder, it cache's the files or something so old files images I don't even have anymore are stretched on the new ones. I delete the files of previously published sites before I publish to folder every time i update it. I don't know how to explain it, its like it has both files same name and so it looks messed up. ::sigh:: Anyone have any ideas?
    Here is the page on my site thats messed up....
    http://www.luckykitty.biz/BookaDate.html
    as you can see the picture file names are wrong or something. refresh it and the shapes stay pretty much the same but the images change. Keep refreshing and it keeps changing!!
    I can fix it by making a whole new page with a different name but its such a pain because I am contantly updating things. There are many aspects to the site, for instance I have had to redo every single page of every girl on there before from scratch because of this.
    Also for some reason if you click "live cam" at the top then the live cam pinkish blue page in the center doesn't go all the way to the top. It us to! now it doesn't
    Any ideas? Anyone? Is there some folder I'm missing or setting I'm missing here?

    You have to be fairly well organized when you are uploading to a server via FTP.
    I publish my site, first to a folder on the desktop. This way it doesn't get confused with any previous published versions.
    To avoid uploading my whole site if I just have a few alterations to one page, I then drag the page folder, along with any other supporting files, to an Input folder.
    I then run the files through Web Site Maestro to optimize and upload them. This application has a "Smart handling" feature which ignores any files that haven't changed.
    If you use this method with any good FTP application that can "recognize" changed files, it makes life a lot easier. If I don't need to optimize, I use the FTP application Yummy.
    If you are publishing to a folder it doesn't make sense not to optimize your files. This will give you a far faster downloading website and even give it a chance to actually load in Internet Explorer.

  • Record not getting created at backend

    Hi all,
    I have a U01 type syncbo for creating a record in the backend.
    After the submission of record from my application i checked the worklist in the middleware using merep_sbuilder.The worklist is showing one Waiting entry,and when I checked the data its the same record that i have created from the app.
    After many synchronizations too the waiting state is not getting changed to Success/Sent  state.
    Because of this the record is not reaching the backend.
    Similar application(type U01 syncbo) with differnt tables and syncbo's is working fine in my environment.
    Can anybody suggest something?
    thanks..

    Hi Juhi,
    Go to transaction RZ20 and check out if the corresponding BAPI is executed. And also check the traces
    Regards,
    Kalyan

Maybe you are looking for

  • Did you get an Internet connection?

    Hi: I read ur posting, and I have the same exact set-up, ie, same Belkin router, iBook, and PC (Dell), and have a iMac. I cant get the Expander to work with my iBook--like you the airport card picks up the network but I cant get an internet connectio

  • How do I receive a mobile number?

    I have just received a new iphone 4 after accidentaly damaging my other one, but this iphone has not given me a mobile number. It has given me the sim card and its ID number but no mobile number. How can I find out what this is? Also, it says it is c

  • Stuck at grey Apple screen / login window at startup

    hello, recently a friend of mine offered to update my 2009 MacBook to Mac osx Lion. when I received the computer back from him, it required a rather large update that has put my MacBook in a terrible state. upon rebooting from the update, it froze at

  • My ipod nano's battery died and now won't turn back on... help? =]

    Okay so I was listening to my ipod in the car and it died. I tried to charge it at my friend's house with her iphone charger and it wouldn't turn back on. I plugged it in at home and it still won't start and itunes shows that it's not even plugged in

  • PUNE:INDIA:: people trying hands on Oracle 11i  apps  in Pune , India

    (Not very sure if this is a valid post in OTN but any way will give a try ) Are there any people who are trying to learn/share about 11i in Pune India Pls post in this thread Sunil