Setting up Rules in CAF application ?

I have a scenario that i have to implement using CAF... I wil give a small example to explain that
Mine is a global company and I have to distribute bonus to employees in different countries. Now the %age of bonus distributed is different in different countries,
which keeps changing every year.
Now i want a way to implement this in CAF. A way where i could store a list of countries along with their "%age bonus" values, which i can easily update every year. Also i can add new countries as well when required.
I feel that this could be done using Entity Services ? Is there some other standard way in CAF to implement this ?
Thanks
Ashutosh Rastogi

Hi Ashutosh,
You can use the following entity design:
1. Create "Country" business entity with the following attribute:
  name - com.sap.caf.core.shortText
2. Create "ageBonuses" complex attribute for your "Country" business entity with the following attributes:
  age - com.sap.caf.core.long
  bonus - com.sap.caf.core.value
So, build and deploy the CAF project. After create CAF Object Selector configuration for "Country" entity, then create CAF Object Editor configuration for "Country" entity too, and finally create CAF Relation Tab configuration for Country_ageBonuses aspect and add this tab to the object editor configuration.
So, after that you will be able to execute object selector, search conuntries by defined criteria, open existing Country or create new one. After Object editor is opened you will see country details with bonuses tab where you can change/edit/remove bonuses in very user friendly way.
Check the <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b6d5a7ea-0c01-0010-64aa-eb46784a7b7b">Create a Local Entity Service and UI Maintanance</a>
Best regards,
Aliaksei

Similar Messages

  • Business Rules in CAF Application

    I want to implement Java Rules API into CAF Application in NWDS 7.0 ? Can anyone help me regarding this

    Hi Ashutosh,
    You can use the following entity design:
    1. Create "Country" business entity with the following attribute:
      name - com.sap.caf.core.shortText
    2. Create "ageBonuses" complex attribute for your "Country" business entity with the following attributes:
      age - com.sap.caf.core.long
      bonus - com.sap.caf.core.value
    So, build and deploy the CAF project. After create CAF Object Selector configuration for "Country" entity, then create CAF Object Editor configuration for "Country" entity too, and finally create CAF Relation Tab configuration for Country_ageBonuses aspect and add this tab to the object editor configuration.
    So, after that you will be able to execute object selector, search conuntries by defined criteria, open existing Country or create new one. After Object editor is opened you will see country details with bonuses tab where you can change/edit/remove bonuses in very user friendly way.
    Check the <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b6d5a7ea-0c01-0010-64aa-eb46784a7b7b">Create a Local Entity Service and UI Maintanance</a>
    Best regards,
    Aliaksei

  • Your Application Set does not match the applications in your Retrieval Rule

    Hi,
    While creating the time card iam getting the error:Your Application Set does not match the applications in your Retrieval Rule Group.
    Please Suggest the solution.
    Thanks

    In Our case, we created a new PERSON TYPE in HR and we forgot to add this type to OTL Preferences.
    So in the above scenario:
    Go to US OTL Application Developer -> Preferences ->
    In the Eligibility Tab. add new row
    Name of Rule => any unique name
    Name of Branch => enter the name of an existing branch which the time card preferences are going to be the same.
    Link By => We use Person Type... You can choose PERSON here but i would not know why you would want to do that
    Linked To => Person Type you want to have this for
    Precedence => Unique Number
    From => make sure to enter an earlier date especially when people are required to enter older than todays timecard since this field defaults to today.
    If you totally dont have or want to build a new preference, then you will have to go to the Preference Tab and create a new branch.
    in ours, we have Timekeeper and TimeStore and Employees
    in Timekeeper -> we have timekeeper timecard layout
    in TimeStore -> we have approval style, entry level processing rule, time entry rule groups, timestore retrieval rule group
    in Employees -> all we have is really those preferences we;d like to see. Date Format, Enter Negative Hours, Enter Override Approver, Number of Empty Rows, Timecard Delete Allowed, Timecard Layout, Number of Recent Timecards displayed, timecard status allowing edits.
    Hope the above helps

  • Error while executing RFC in CAF application

    Hi All,
    I have a CAF application in which i make use of one of the BAPI to get the result from ECC. The BAPI is executed in CAF in a custom method with the statement:
    BAPI_SO_GET_DETAILS_Output bapiOutput =BAPI_SO_GET_DETAILS(material, null, fromDate, toDate, plant);
    where material, plant, fromDate and toDate are the inputs to BAPI and the output is returned in a table by the BAPI.
    When i test the BAPI as well as the custom method in WSNavigator, the result is retrieved as per the expectation. However, when i call this method from my WebDynpro application, it is giving the following exception:
    Exception com.sap.engine.services.dbpool.exceptions.BaseSQLException: ResourceException occurred in method ConnectionFactoryImpl.getConnection(): com.sap.engine.services.connector.exceptions.BaseResourceException: The resource "SAPXAQDB" does not support two-phase commit and cannot be enlisted in the current transaction, because another non supporting two-phase commit resource is already enlisted for component "ejbContexts/wipro.com/dcisdps_reporting_moduleear/wipro.comdcisdps_reporting_moduleejbmodule.jar/com.wipro.dc.isdps_reporting_module.modeled.appsrv.reporting_module_as.Reporting_Module_AS" in application "wipro.com/dcisdps_reporting_module~ear". Only one of the enlisted resources is allowed to be non two-phase commit compliant.
    at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:59)
    at com.sap.caf.rt.connectivity.base.db.ConnectionPoolCafRT.getConnection(ConnectionPoolCafRT.java:96)
    at com.sap.caf.rt.connectivity.util.EndpointMappingUtils.getMapping(EndpointMappingUtils.java:79)
    at com.sap.caf.rt.connectivity.rfc.RFCExecuteManager.executeRFC(RFCExecuteManager.java:214)
    at com.sap.caf.rt.connectivity.ExecutionManager.executeRFC(ExecutionManager.java:52)
    at com.sap.caf.rt.connectivity.ExternalOperationExecutor.execute(ExternalOperationExecutor.java:82)
    at com.sap.caf.rt.connectivity.ExternalOperationExecutor.execute(ExternalOperationExecutor.java:55)
    at com.sap.caf.rt.bol.da.remote.GenericOperationExecutor.execute(GenericOperationExecutor.java:53)
    at com.wipro.dc.isdps_reporting_module.modeled.appsrv.reporting_module_as.Reporting_Module_ASBean._WIPROXAP_BAPI_SO_GET_DETAILS(Reporting_Module_ASBean.java:140)
    at com.wipro.dc.isdps_reporting_module.modeled.appsrv.reporting_module_as.Reporting_Module_ASBeanImpl.getSOQuantityFromBAPI(Reporting_Module_ASBeanImpl.java:1278)
    at com.wipro.dc.isdps_reporting_module.modeled.appsrv.reporting_module_as.Reporting_Module_ASBeanImpl.reportingModuleDate(Reporting_Module_ASBeanImpl.java:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:43)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_WS.invoke(Interceptors_WS.java:31)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext$InvocationContextImpl.proceed(AbstractInvocationContext.java:131)
    at com.sap.caf.rt.interceptors.LogInterceptor.aroundInvoke(LogInterceptor.java:61)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Application.invoke(Interceptors_Application.java:37)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
    at com.sap.engine.services.ejb3.webservice.impl.DefaultImplementationContainer.invokeMethod(DefaultImplementationContainer.java:180)
    at com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment.process0(RuntimeProcessingEnvironment.java:353)
    at com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment.preProcess(RuntimeProcessingEnvironment.java:329)
    at com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment.process(RuntimeProcessingEnvironment.java:211)
    at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPostWOLogging(ServletDispatcherImpl.java:155)
    at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPostWithLogging(ServletDispatcherImpl.java:96)
    at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:66)
    at SoapServlet.doPost(SoapServlet.java:51)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:66)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:32)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:431)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:289)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:376)
    at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:85)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:160)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:309)
    at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)
    Caused by: com.sap.engine.services.connector.exceptions.BaseResourceException: The resource "SAPXAQDB" does not support two-phase commit and cannot be enlisted in the current transaction, because another non supporting two-phase commit resource is already enlisted for component "ejbContexts/wipro.com/dcisdps_reporting_moduleear/wipro.comdcisdps_reporting_moduleejbmodule.jar/com.wipro.dc.isdps_reporting_module.modeled.appsrv.reporting_module_as.Reporting_Module_AS" in application "wipro.com/dcisdps_reporting_module~ear". Only one of the enlisted resources is allowed to be non two-phase commit compliant.
    at com.sap.engine.services.connector.resource.impl.ResourceSetImpl.checkEnlist(ResourceSetImpl.java:377)
    at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:327)
    at com.sap.engine.services.connector.jca.ShareableConnectionManager.allocateConnection(ShareableConnectionManager.java:54)
    at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:51)
    ... 79 more
    I even setting the debugging mode in the Backend for the BAPI, but it is not getting invoked. The other BAPI's are getting invoked.
    Please let me know what needs to be done to resolve this error?
    Regards,
    Poojith MV

    HI Poojith,
    Are you able to resolve it out? I am facing same problem.
    Regards
    Rajeev

  • Mail doesn't show a new mail icon when you set up rules

    I've just transfered over to Mail from entourage and love it, apart from one thing.
    I set up rules so all my emails go into folders ie work, friends and now when I get a new email which goes into one of these folders I don't get the little red circle on the mail application icon in my dock.
    I do however get it when a mail comes in which isn't part of my rules and goes into my inbox, normally someone who I'm not waiting for an email.
    It's not the end of the world but does mean if I forget to check my emails I might miss something important.
    Any ideas?

    I'm now able to see when i've got new emails after your pointer. It is however telling me I have 10 new mails which aren't there?
    Do you know why it would do this, I thought perhaps it was thinking a draft was an email but i've only got 3 in there not 10.
    Thanks

  • How to configure rules in J2EE application

    Please tell me how to configure rules in J2EE application. Configure rules in the sense before a page gets loaded a set of rules has to be fired automatically. A general idea how you would have been configured set of rules using java classes.
    If any one would have worked on rules. Please post the code snippets as well to get the idea on how to configure rules. Thnx a lot in advance.

    user13490100 wrote:
    ya I know wht am I doing..jt asking for suggestions on using hibernate and configuration files...rules generally on load of the page for example the update address page..the user is elibigible to edit this page only on certain conditions depends on the policy..is there any other ways of doing these?
    suggestion from side not necessary to take if u dont understand the question dont pass on the comments or type wht ever you want..You are not going to get an answer unless you clearly explain in standard English what your problem is.
    Things you might want to cover:
    --What these rules are (i.e. are they business rules, for example to check if a trade is fraudulent, or to decide if a plane has radar coverage in a particular location)
    --Where these rules are currently stored, if anywhere
    --What you're trying to do with these rules.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Can I set a rule to move outgoing messages?

    Hi all
    Mail rules (Tiger) seem to only apply to incoming mail automatically. I want the mail in the Sent folder for a POP account to automatically move to a folder that belongs to an IMAP account (.mac), so I have access to those messages on all my computers. I know I can manually move the messages, and that you can manually apply a rule to selected messages, but I want it to happen whenever a message is sent from that account. Have I overlooked something obvious?
    I suppose I could send everything from my .mac account and use the Reply-To field, but I'd have to choose that on a message-by-message basis. Too much mousing.
    Thanks for any ideas.

    Hi,
    We are now on version 3.0 of the Mail application... I am using Leopard and have just checked out Mail.
    I too want to be able to set a rule to move outgoing messages to the Mailbox of my preference.
    We can do it in Entourage. We can do it in Eudora. Why, oh why, can't we do it in Mail? This is the reason I cannot switch to Mail. Why would anybody want to keep thousands of unorganized messages in the Sent Mailbox?
    Or am I missing some hidden function of Mail that does something similar to this?
    Anyone with experience using Mail have a suggestion?

  • How to log Exceptions raised in CAF Application Services

    Hi All,
    When there is an Exception rasing in CAF Application Service custom method implementation what are the steps need to follow for send that exception details to log files & where those log files will be generated i.e either in server, local system, etc.
    If we use following 2 different lines please explain me where that trace is going to written:
    1) System.out.println(e);
    2) e.printStackTrace();
    Thanks in Advance,
    Uday.

    Hi Uday,
    Try this (in my case I'm using that in Background CO that implements IGPBackgroundCallableObject ):
         public static Location logger =
              Location.getLocation(<yourClass>.class);
    Catch block:
              } catch (GPInvocationException e) {
                   throw new GPTechnicalCallableObjectException(
                        logger,
                        resourceAccessor,
                        "ERROR_PARAMETERS",
                        e);
              } catch (GPEngineException e) {
                   throw new GPTechnicalCallableObjectException(
                        logger,
                        resourceAccessor,
                        e.getMessage(),
                        e);
    Reward points if it's helpful.

  • How to set up FSCM 9.0 Application for Customers to use ?

    Folks,
    Hello. I have just installed FSCM 9.0 ( all of its modules) and run the application in Browser successfully. The Database is a clean System Database without any Demo data (Production Database).
    In order for Customers to type in their data into the application, we need to set up CharFiled, SpeedType, SetID, common data in Controls Tables in the Database. In Menu, there is "Setup Financial/Supply Chain", and under PeopleTools, there is "Setup Manager". But I don't understand where to start to set up the application FSCM 9.0 application.
    Do any folks understand the procedure to set up FSCM 9.0 application for Customers to use step by step ?
    Thanks.

    Folks,
    Hello. Thanks a lot for replying.
    I have installed FSCM 9.0 all of 50 modules. I just want to implement General Ledger module. Thus, I create a project named "General Ledger" in Setup Manager under PeopleTools as follows:
    PeopleTools -> Setup Manager -> Manage Implementation Project -> Create New Project by Product -> select "General Ledger" ->View Summary -> Save -> Type in "General Ledger" in Project Name Box -> Click ok -> click "generate setup tasks" -> click "setup task generation status"
    It has been for a long time, I still see "Run Status" is always "Queued". The button "View Setup Task" does not become clear. This means the process is not completed.
    Do we need to configure Process Scheduler at first before run Setup Manager ? If yes, how to configure Process Scheduler for Setup Manager to generate a list of setup tasks of a project ?
    Thanks.

  • How to set up rules/conditions on a drop down box to ensure its been filled if a value in a text box is selected.

    Hi, I am in midst of creating a form in infopath. I have a text box field in which the user will enter the number of issues he has. if the user has entered the number of issues he has, then he will need to select the type of issues from a multi selection
    box. Thus i need to know how to set up rules/conditions to ensure that the user has to complete the multi selection box if he enters a value in text box for the number of issues. 

    I assume what you are asking is to make multi selection box as mandatory. If not please explain with a example
    Try below:
    http://webcache.googleusercontent.com/search?q=cache:ItIYeZ8K2gEJ:sharepointkings.blogspot.com/2013/06/make-multi-select-list-box-required-in.html+&cd=4&hl=en&ct=clnk&gl=in&client=firefox-beta
    If this helped you resolve your issue, please mark it Answered

  • How to set up rules for emails to go to junk on iphone 4

    i have an iphone4 that i use for work and a coworker sent out over 40,000 emails which has now overloaded my email to where i cannot send or recieve emails can i set up rules for his emails to go straight to junk? and how my email address is linked to iphone4s and ipad as well.
    ps i did set up the rules on my desktop but it didnt seem to work or flow over to the iphone or ipad or maybe i just need to delete the emails? however theres literally 30,000 of them who do i do that quickly? please

    The Mail app on the iPhone doesn't support filters. You'd need to do that on the server side (not desktop). There is just no quick way to delete 30,000 emails.  At this point, I would remove the email account from your phone, delete the offending emails from your account, then add the account back to the iPhone.
    I would also report the co-worker to your IT department (if they haven't already noticed) for sending that many emails. I'm surprised that it didn't cause issues.
    Best of luck.

  • Where do I set up rules for conflict resolution when syncing iTunes with Outlook?

    I just got an iPhone 5 and I'm coming from a Blackberry.  I've been syncing Outlook Calendar and Contacts to a portable device for over 10 years, even back in the day of the pocket pc and more recently the Blackberry.  My iPhone 5 syncs great and seemlessly with Outlook using iTunes.  I've had no issues as of yet.  The problem for me is, it just seems "too" easy.  I didn't see anywhere where I could set rules for conflict resolutions.  For example, if your pc says one thing but your iPhone says another, who wins and supercedes the other?  What if by accident your iPhone loses all of its data, then iTunes syncs with your pc - will it delete all the Outlook data on your pc because it thinks it's syncing with updated data from your iPhone?  (in my case data I've had for over 10 years) 
    With the Blackberry software it asked you to set up rules for conflict resolution when first connecting the phone (including an option to ask you first).  In my case, I chose to have it ask me whenever it discovered a conflict.  So whenever I synced, it specifically alerted me exactly how many items are being synced, and then if there were any conflicts, it'd stop and then ask me which device I want to supercede the other.  This gave me a lot of piece of mind.  Now after getting my iPhone and using iTunes to sync, it's been great so far but I have to say that I don't have as much piece of mind.  Does anyone have any feedback on how to set up conflict resolution with iTunes and Outlook or does it not exist at all?  Again, what would happen if there was a conflict between the two devices? 

    Yes! Thankyou for that. I had of course put the context.xml file in the web-inf directory.
    I followed your example to the letter and it still wouldn't work. Or rather, I followed to the letter expect for the difference between "WEB" and "META".
    Once I worked that out, it started working like a dream.
    Note to anyone else who has a similar problem, make sure you REALLY look at the answer given. Make sure you REALLY do have all the files in the suggested places. It will save you time.
    Thanks again.

  • I am trying to set up rules in iCloud and gmail on my server, does anyone know how?

    I am trying to set up rules in iCloud and gmail on my server, does anyone know how?

    Thanks for the advice King, but my newly bought iPad2 still isn't showing what the manual (downloaded from the iPad site) says. Also, when you say that there should be a "More" button in the music app (I assume you mean the item under Settings) I am afraid there isn't anything like that either. The page has iTunes Match, Sound Check,EQ,Volume Limit, Group by Album Artist and then the Home Sharing section with my Apple ID and Password. That is all. Maybe I need to find a better User Guide for 5.0.1? Your further input will be much appreciated.
    APS Csontos

  • Acrobat 9.5.5 does not keep preferences Setting Page & Ruler Units to Centimeters on Win7

    Hi,
    I have Win7 Pro x64 and i have problem with Acrobat 9.5.5 Standard Polish.
    Units and Guides: Setting Page & Ruler Units default option is Inches
    I change option to Centimeters or Milimeters.
       => After restart program (close and open) settings are back to Inches.
    My default language is Polish.
    I tried to repair my installation, and change default language to another, it doesn't work.
    Maybe can i make some changes in registry?
    Please help !
    Regards

    Hi Rafal .
    Please refer to the following link once
    http://help.adobe.com/en_US/acrobat/X/pro/using/WS58a04a822e3e50102bd615109794195ff-7f9d.w .html
    Try Updating it to the latest version.
    Launch Acrobat>Navigate to Help>Check for Updates
    See if that helps.
    Regards
    Sukrit Dhingra

  • Error while setting up enviroment for the application

    Hi,
    Im getting a popup box displaying the error message
    C:\WINDOWS\system32\ntvdm.exe
    Error while setting up enviroment for the application. Choose 'Close' to terminate the application.
    When I try to excute an external exe, why am I getting this error? and is there a way of getting this exe to execute properly without the error?
    Here my code for excuting the external exe
    String[] cmd = {"C:/gen.exe", "C:/a.zip"};
    Process p = Runtime.getRuntime().exec(cmd);
    p.waitFor(); "gen.exe" is the program i wish to execute and "a.zip" is the parameter i wish to excute it with.

    class ExecRuntime {
    public static void main(String args[]) throws Exception {
    String[] cmd = {"C:\\gen.exe", "C:\\a.zip"};
    Process p = Runtime.getRuntime().exec(cmd);
    p.waitFor();
    } Here we need to use backslashes, because the command is passed to the OS as is.
    If you need to be in C:\ to execute from command line, you will also need to use the
    exec() version that allows you to specify the 'current directory'
    Edited by: baftos on Mar 7, 2008 12:13 PM

Maybe you are looking for