Request for "AggegrateCollectionMapping" example.

Dear all,
Did you try aggegrateCollectionMapping? Would you mind to share some example for me?
I have modified the example from the developer guide. When I execute the test program, I get the following error message:
ocal Exception Stack:
Exception [TOPLINK-0] (OracleAS TopLink - 10g (9.0.4.4) (Build 040627)): oracle.toplink.exceptions.IntegrityException
Descriptor Exceptions:
Exception [TOPLINK-153] (OracleAS TopLink - 10g (9.0.4.4) (Build 040627)): oracle.toplink.exceptions.DescriptorException
Exception Description: The reference descriptor for [com.oocl.frm.persistence.poc.test.DataValue] should be set to be an Aggregate Collection descriptor.
Mapping: oracle.toplink.mappings.AggregateCollectionMapping[dataValueList]
Descriptor: Descriptor(com.oocl.frm.persistence.poc.test.AggObject1 --> [DatabaseTable(AGGOBJECT1), DatabaseTable(AGGOBJECT1)])
Exception [TOPLINK-93] (OracleAS TopLink - 10g (9.0.4.4) (Build 040627)): oracle.toplink.exceptions.DescriptorException
Exception Description: The table [DATAVALUE] is not present in this descriptor.
Descriptor: Descriptor(com.oocl.frm.persistence.poc.test.AggObject1 --> [DatabaseTable(AGGOBJECT1), DatabaseTable(AGGOBJECT1)])
Exception [TOPLINK-41] (OracleAS TopLink - 10g (9.0.4.4) (Build 040627)): oracle.toplink.exceptions.DescriptorException
Exception Description: A non-read-only mapping must be defined for the sequence number field.
Descriptor: Descriptor(com.oocl.frm.persistence.poc.test.AggObject1 --> [DatabaseTable(AGGOBJECT1), DatabaseTable(AGGOBJECT1)])
Runtime Exceptions:
     at oracle.toplink.publicinterface.DatabaseSession.initializeDescriptors(DatabaseSession.java:425)
     at oracle.toplink.publicinterface.DatabaseSession.initializeDescriptors(DatabaseSession.java:356)
     at oracle.toplink.publicinterface.DatabaseSession.login(DatabaseSession.java:532)
     at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(SessionManager.java:250)
     at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(SessionManager.java:192)
     at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(SessionManager.java:149)
     at com.oocl.frm.persistence.poc.pal.TopLinkSessionManager.login(TopLinkSessionManager.java:24)
     at com.oocl.frm.persistence.poc.pal.TopLinkSessionManager.getServerSession(TopLinkSessionManager.java:44)
     at com.oocl.frm.persistence.poc.pal.BasicAccessServiceProvider.addOrUpdateObject(BasicAccessServiceProvider.java:242)
     at com.oocl.frm.persistence.poc.test.PersistentArrayListTester.objCreation(PersistentArrayListTester.java:137)
     at com.oocl.frm.persistence.poc.test.PersistentArrayListTester.main(PersistentArrayListTester.java:23)
Do you have idea of them?
Thanks and regards,
William

Hi William,
I managed to get it to work with TopLink 10g Developer Preview 3.
There are two objects in my example, VoCsm - header, VoCsmLine - child, (similar to Invoice - Invoice Line).
First step is to create a mapping in Mapping workbench as if it would be normal 1:n relation, don't forget to specify all needed infos, like foreign key fields and so on.
Second step is to create one additional class as follows:
public class RelationsAdjuster {
     public static void adjustVoCsmLine(oracle.toplink.descriptors.ClassDescriptor pDescriptor) {
     pDescriptor.descriptorIsAggregateCollection();
     public static void adjustVoCsm(oracle.toplink.descriptors.ClassDescriptor pDescriptor) {
          OneToManyMapping vCsmLineListMapping = (OneToManyMapping) pDescriptor.getMappingForAttributeName("mCsmLineList");
          AggregateCollectionMapping vNewMapping = new AggregateCollectionMapping();
          vNewMapping.setAttributeName(vCsmLineListMapping.getAttributeName());
          vNewMapping.setUsesIndirection(vCsmLineListMapping.usesIndirection());
          vNewMapping.privateOwnedRelationship();
          vNewMapping.setSourceKeyFields(vCsmLineListMapping.getSourceKeyFields());
          vNewMapping.setTargetForeignKeyFields(vCsmLineListMapping.getTargetForeignKeyFields());                         
          vNewMapping.setReferenceClass(vCsmLineListMapping.getReferenceClass());
          pDescriptor.getMappings().remove(vCsmLineListMapping);
          pDescriptor.addMapping(vNewMapping);
Sorry for missing comments in the above code, You will have to go through it line by line and check API description for corresponding methods.
Third is to go back to Mapping Workbench and click "Select Advanced Properties" with the right mouse botton on each of these two objects. Then select "After Load" check-box and You will see one additional tab "After Load" appearing in these two mapping descriptors.
Finally go to that new tab, select the above RelationsAdjuster class and the corresponding static method. There is one more pitfall there, it's not enough to have this additional class on the classpath, You have to add it to Your mapping as if it would be a class, You want to persist, than You will be able to select the corresponding static methods from the drop-down list. After that You can remove RelationsAdjuster class from Your mapping. Hopefully this is just because of "Developer Preview".
Please note, this is just an example, it works, but this is not a production code,we don't use TopLink in production environment.
So, have fun, don't hesitate to ask me if You have some further questions.
Regards
Oleg

Similar Messages

  • Request for an example of the instance.properties file

    Hi everyone,
    Somebody can give me an example of the file <b>instance.properties</b> ? : When I installed sap netweaver 2004s SP 9 , this file was not created in its place It caused me a problem (the SAP J2EE engine does not working).
    I want to solve the problem by creating this file manually into its place, and then try to see if it works or not.
    Thanks in advance.

    ID16574800.ClassPath=./bin/boot/boot.jar:./bin/system/bytecode.jar:.
    ID16574800.Debuggable=no
    ID16574800.JLaunchParameters=
    ID16574800.JavaParameters=-Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Xms15M  -XX:NewSize=5M  -XX:MaxNewSize=5M  -XX:PermSize=10M  -XX:MaxPermSize=20M  -verbose:gc  -XX:DisableExplicitGC -verbose:gc -XX:UseConcMarkSweepGC
    ID16574800.JavaPath=C:/java/j2sdk1.4.2_15
    ID16574800.LogName=dispatcher
    ID16574800.MainClass=com.sap.engine.boot.Start
    ID16574800.MaxHeapSize=170
    ID16574800.Name=dispatcher
    ID16574800.Parameters=
    ID16574800.RootPath=C:/usr/sap/J2E/JC01/j2ee/cluster/dispatcher
    ID16574800.Type=dispatcher
    ID16574850.ClassPath=./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    ID16574850.DebugMode=no
    ID16574850.DebugPort=50121
    ID16574850.Debuggable=yes
    ID16574850.JLaunchParameters=
    ID16574850.JavaParameters=-Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -XX:MaxPermSize=256M -XX:PermSize=128M -Xms100M -XX:NewSize=30M -XX:MaxNewSize=30M -XX:DisableExplicitGC -verbose:gc -Xloggc:GC.log -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    ID16574850.JavaPath=C:/java/j2sdk1.4.2_15
    ID16574850.LogName=server0
    ID16574850.MainClass=com.sap.engine.boot.Start
    ID16574850.MaxHeapSize=1023
    ID16574850.Name=server0
    ID16574850.Parameters=
    ID16574850.RootPath=C:/usr/sap/J2E/JC01/j2ee/cluster/server0
    ID16574850.Type=server
    bootstrap.ClassPath=./bootstrap/launcher.jar
    bootstrap.JavaParameters=-Djco.jarm=1 -Djco.jarm=1
    bootstrap.JavaPath=C:/java/j2sdk1.4.2_15
    bootstrap.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap.MaxHeapSize=512
    bootstrap.Name=bootstrap
    bootstrap.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0165748
    bootstrap.RootPath=C:/usr/sap/J2E/JC01/j2ee/cluster
    bootstrap.Type=bootstrap
    bootstrap_ID16574800.ClassPath=./bootstrap/launcher.jar
    bootstrap_ID16574800.JLaunchParameters=
    bootstrap_ID16574800.JavaParameters=-Djco.jarm=1
    bootstrap_ID16574800.JavaPath=C:/java/j2sdk1.4.2_15
    bootstrap_ID16574800.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap_ID16574800.MaxHeapSize=256
    bootstrap_ID16574800.Name=dispatcher bootstrap
    bootstrap_ID16574800.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID016574800
    bootstrap_ID16574800.RootPath=C:/usr/sap/J2E/JC01/j2ee/cluster
    bootstrap_ID16574800.Type=bootstrap
    bootstrap_ID16574850.ClassPath=./bootstrap/launcher.jar
    bootstrap_ID16574850.JLaunchParameters=
    bootstrap_ID16574850.JavaParameters=-Djco.jarm=1
    bootstrap_ID16574850.JavaPath=C:/java/j2sdk1.4.2_15
    bootstrap_ID16574850.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap_ID16574850.MaxHeapSize=256
    bootstrap_ID16574850.Name=server0 bootstrap
    bootstrap_ID16574850.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID016574850
    bootstrap_ID16574850.RootPath=C:/usr/sap/J2E/JC01/j2ee/cluster
    bootstrap_ID16574850.Type=bootstrap
    instance.box.number=J2EJC01georgilf
    instance.en.host=GeorgiLF
    instance.en.port=3200
    instance.enabled=yes
    instance.install.dir=C:/usr/sap/J2E/JC01/j2ee
    instance.ms.host=GeorgiLF
    instance.ms.port=3900
    instance.osLibsPath=C:/usr/sap/J2E/JC01/j2ee/os_libs
    instance.runAction=NONE
    instance.runMode=normal
    instance.system.id=1

  • Request for example KM content structure

    I am looking for an example of an existing portal structure as we speak about the KM folder structure and KM content area. Any example is valuable and helps me thinking in the right direction for developing our own structure for the brand new global website.
    The next question which relates to the above is: what is the most critical thing to take into consideration when developing the km structure?
    any other tips and tricks to this subject are welcome.
    thanks
    Jaap

    Hello Ruturaj,
    Please check the Mobile monitor MEREP_MON for the status of data coming from the backend to the MI server and then to the MI client on Synchronisation and vice-versa.
    On Inserting data via Client and Synchronisation , the corresponding BAPI Wrapper is triggered on the backend and data is updated in SAP.
    Reagrds,
    Himanshu Limaye

  • Unable to securely request for a page

    Question:
    a) I'm unable to securely request for my webpage : https://127.0.0.1:8443/Blah , instead I get the following Error:
    Firefox can't establish a connection to the server at localhost:8443.
    The site could be temporarily unavailable or too busy. Try again in a few
    moments.
    If you are unable to load any pages, check your computer's network
    connection.
    If your computer or network is protected by a firewall or proxy, make sure
    that Firefox is permitted to access the Web.
    On Internet Explorer I simply get:
    Internet Explorer cannot display the webpage
    b) How do I know which SSL Implementation my tomcat is making use of: JSSE/APR
    Details:
    web.xml
    <?xml version="1.0"?>
    <!DOCTYPE web-app PUBLIC
    "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="http://java.sun.com/xml/ns/javaee"
    xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
    id="Your_WebApp_ID"
    version="2.5">
    <description>The standard web descriptor for the email client</description>
    <servlet>
    <servlet-name>AuthenticateUser</servlet-name>
    <servlet-class>MailBoxController</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>AuthenticateUser</servlet-name>
    <url-pattern>/ControlPanel</url-pattern>
    </servlet-mapping>
    <welcome-file-list>
    <welcome-file>login.jsp</welcome-file>
    </welcome-file-list>
    <error-page>
    <error-code>401</error-code>
    <location>/authenticationFailed.jsp</location>
    </error-page>
    <context-param>
    <param-name>serverName</param-name>
    <param-value>Gmail</param-value>
    </context-param>
    <context-param>
    <param-name>port</param-name>
    <param-value>993</param-value>
    </context-param>
    <context-param>
    <param-name>ip</param-name>
    <param-value>imap.gmail.com</param-value>
    </context-param>
    <session-config>
    <session-timeout>30</session-timeout>
    </session-config>
    <listener>
    <listener-class>Logger</listener-class>
    </listener>
    <security-constraint>
    <web-resource-collection>
    <url-pattern>/*</url-pattern>
    <http-method>POST</http-method>
    </web-resource-collection>
    <auth-constraint>
    <role-name>administrator</role-name>
    </auth-constraint>
    <user-data-constraint>
    <transport-guarantee>CONFIDENTIAL</transport-guarantee>
    </user-data-constraint>
    </security-constraint>
    <login-config>
    <auth-method>BASIC</auth-method>
    </login-config>
    <security-role>
    <role-name>administrator</role-name>
    </security-role>
    </web-app>
    tomcat-users.xml :
    <tomcat-users>
    <role rolename="administrator"/>
    <user username="admin" password="system123#" roles="administrator"/>
    </tomcat-users>
    Following tag was added in web.xml in conf of tomcat :
    <-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
    <Connector
    protocol="org.apache.coyote.http11.Http11NioProtocol"
    port="8443" maxThreads="200"
    scheme="https" secure="true" SSLEnabled="true"
    keystoreFile="C:/Users/.keystore" keystorePass="changeit"
    clientAuth="false" sslProtocol="TLS"/>
    Can anybody please help me with my problem. Am I going wrong with configuring SSL?
    Thanks
    Krutika

    I did add these lines:
    <Connector
         protocol="org.apache.coyote.http11.Http11NioProtocol"
         port="8443" maxThreads="200"
         scheme="https" secure="true" SSLEnabled="true"
         keystoreFile="C:/Users/Krutika Ravi/.keystore" keystorePass="changeit"
         clientAuth="false" sslProtocol="TLS"/>
    to the web.xml contained in conf folder of tomcat.
    But didn't fiddle with server.xml -
    After un-commenting
    <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
    maxThreads="150" scheme="https" secure="true"
    clientAuth="false" sslProtocol="TLS" />
    in server.xml contained in conf folder I get the following exceptions
    Jul 25, 2012 11:11:41 PM org.apache.catalina.core.AprLifecycleListener init
    INFO: Loaded APR based Apache Tomcat Native library 1.1.24 using APR version 1.4
    .6.
    Jul 25, 2012 11:11:41 PM org.apache.catalina.core.AprLifecycleListener init
    INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], ra
    ndom [true].
    Jul 25, 2012 11:11:43 PM org.apache.catalina.core.AprLifecycleListener initializ
    eSSL
    INFO: OpenSSL successfully initialized (OpenSSL 1.0.1c 10 May 2012)
    Jul 25, 2012 11:11:43 PM org.apache.coyote.AbstractProtocol init
    INFO: Initializing ProtocolHandler ["http-apr-8080"]
    Jul 25, 2012 11:11:43 PM org.apache.coyote.AbstractProtocol init
    INFO: Initializing ProtocolHandler ["http-apr-8443"]
    Jul 25, 2012 11:11:43 PM org.apache.coyote.AbstractProtocol init
    SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-ap
    r-8443"]
    java.lang.Exception: Connector attribute SSLCertificateFile must be defined when
    using SSL with APR
    at org.apache.tomcat.util.net.AprEndpoint.bind(AprEndpoint.java:484)
    at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.jav
    a:610)
    at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:429)
    at org.apache.catalina.connector.Connector.initInternal(Connector.java:9
    81)
    at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
    at org.apache.catalina.core.StandardService.initInternal(StandardService
    .java:559)
    at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
    at org.apache.catalina.core.StandardServer.initInternal(StandardServer.j
    ava:814)
    at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:624)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:649)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:281)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:450)
    Jul 25, 2012 11:11:43 PM org.apache.catalina.core.StandardService initInternal
    SEVERE: Failed to initialize connector [Connector[HTTP/1.1-8443]]
    org.apache.catalina.LifecycleException: Failed to initialize component [Connecto
    r[HTTP/1.1-8443]]
    at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:106)
    at org.apache.catalina.core.StandardService.initInternal(StandardService
    .java:559)
    at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
    at org.apache.catalina.core.StandardServer.initInternal(StandardServer.j
    ava:814)
    at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:624)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:649)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:281)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:450)
    Caused by: org.apache.catalina.LifecycleException: Protocol handler initializati
    on failed
    at org.apache.catalina.connector.Connector.initInternal(Connector.java:9
    83)
    at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
    ... 12 more
    Caused by: java.lang.Exception: Connector attribute SSLCertificateFile must be d
    efined when using SSL with APR
    at org.apache.tomcat.util.net.AprEndpoint.bind(AprEndpoint.java:484)
    at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.jav
    a:610)
    at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:429)
    at org.apache.catalina.connector.Connector.initInternal(Connector.java:9
    81)
    ... 13 more
    Jul 25, 2012 11:11:43 PM org.apache.coyote.AbstractProtocol init
    INFO: Initializing ProtocolHandler ["ajp-apr-8009"]
    Jul 25, 2012 11:11:43 PM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 2945 ms
    Jul 25, 2012 11:11:43 PM org.apache.catalina.core.StandardService startInternal
    INFO: Starting service Catalina
    Jul 25, 2012 11:11:43 PM org.apache.catalina.core.StandardEngine startInternal
    INFO: Starting Servlet Engine: Apache Tomcat/7.0.29
    Jul 25, 2012 11:11:43 PM org.apache.catalina.startup.HostConfig deployWAR
    INFO: Deploying web application archive C:\Junkyard\apache-tomcat-7.0.29\webapps
    \Blah.war
    Jul 25, 2012 11:11:44 PM org.apache.catalina.loader.WebappClassLoader validateJa
    rFile
    INFO: validateJarFile(C:\Junkyard\apache-tomcat-7.0.29\webapps\Blah\WEB-INF\lib\
    javax.servlet-5.1.12.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2.
    Offending class: javax/servlet/Servlet.class
    Logger Contructor
    Servlet Context has been initialized
    Jul 25, 2012 11:11:45 PM org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Deploying web application directory C:\Junkyard\apache-tomcat-7.0.29\webap
    ps\docs
    Jul 25, 2012 11:11:45 PM org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Deploying web application directory C:\Junkyard\apache-tomcat-7.0.29\webap
    ps\examples
    Jul 25, 2012 11:11:46 PM org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Deploying web application directory C:\Junkyard\apache-tomcat-7.0.29\webap
    ps\host-manager
    Jul 25, 2012 11:11:46 PM org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Deploying web application directory C:\Junkyard\apache-tomcat-7.0.29\webap
    ps\manager
    Jul 25, 2012 11:11:46 PM org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Deploying web application directory C:\Junkyard\apache-tomcat-7.0.29\webap
    ps\ROOT
    Jul 25, 2012 11:11:46 PM org.apache.coyote.AbstractProtocol start
    INFO: Starting ProtocolHandler ["http-apr-8080"]
    Jul 25, 2012 11:11:46 PM org.apache.coyote.AbstractProtocol start
    INFO: Starting ProtocolHandler ["ajp-apr-8009"]
    Jul 25, 2012 11:11:46 PM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 2728 ms
    Edited by: 948555 on Jul 25, 2012 10:42 AM

  • When I try entering a new event in iCal on my MacBook Air, I get an error message popping up on my screen that says: The request for account "iCloud" failed.  The server responded with "502" to operation CalDAVSetPropertyQueueableOperation. Help!!??

    When I try entering a new event in iCal on my MacBook Air, I get an error message popping up on my screen that says:
    The server responded with “502”
    The request for account “iCloud” failed. 
    The server responded with “502” to operation CalDAVSetPropertyQueueableOperation.
    The request for account “iCloud” failed.
    I am then given the option of staying Online or going Offline.
    Can anyone help me?
    thanks

    Hello b.krushel,
    Thank you for using Apple Support Communities
    Any number of things could cause this issue, so I would recommend this article named iCloud: Troubleshooting iCloud Calendar found here http://support.apple.com/kb/TS3999.
    These sections in particular:
    General Troubleshooting
    Make sure there are no current issues listed on the System Status that affect iCloud Calendar. The System Status is located on the iCloud Support webpage.
    Make sure you have fully enabled iCloud Calendar for the client you are using (for more setup and troubleshooting information on iOS, OS X, Windows and iCloud.com, see the additional details below).
    Check to see if the issue you are seeing is covered in iCloud Help. To search iCloud Help, visit help.apple.com/icloud.
    Check your settings and preferences as something may not be set up correctly. For example, having incorrect date and time settings can cause issues which are easily resolved by entering the appropriate settings.
    Troubleshooting Calendar on OS X Mountain Lion (iCal on OS X Lion)Note: For instructions on setting up iCloud Calendar with Calendar or iCal on your Mac, see iCloud Setup.If you are having trouble with Calendar or iCal on a Mac and you are using iCloud Calendar, try each of these steps, testing after each to see if the issue is resolved:
    Make sure you are using OS X Lion v10.7.2 or later. Click here for help verifying the version of OS X you are using.
    Make sure your computer is online. Attempt to view www.apple.com and iCloud.com. If you can't connect to the Internet, your iCloud calendars and events will not update in iCal. Click here for more information about troubleshooting your Internet connection.
    Verify that your iCloud member name is entered into the iCloud Preference pane in System Preferences. See iCloud Setup for more information about setting up iCloud on a Mac.
    Make sure you enter and update calendar information in the iCloud section of Calendar or iCal. Only calendars and events in the iCloud section of the Calendar or iCal Calendar list will be pushed to iCloud. Both Calendar and iCal for the Mac support the display of and interaction with multiple accounts and datastores, for example, iCloud, On My Mac, Exchange, Google, and so on. This makes it easy to create or modify events or calendars in a section of  Calendar or iCal that may not be updating iCloud. Learn more about moving local calendars to iCloud.
    In some cases, you may find that you have data duplicated in both the local On My Mac and the iCloud sections of Calendar or iCal. Learn more about resolving this issue.
    You can make the iCloud calendar your default calendar for all new events. In Calendar on OS X Mountain Lion, choose Calendar > Preferences > General, or in OS X Lion, choose iCal > Preferences > Generaland under the Default Calendar heading, select one of the Calendars under the iCloud heading. Close the Preferences window to save this change.
    If recent changes simply don't appear, try forcing Calendar or iCal to refresh by selecting Refresh All from theCalendar menu.
    Make sure your account was successfully created in Calendar on your Mac (or iCal). After upgrading to iCloud Calendar, you may need to quit and reopen Calendar (or iCal). To confirm your account is configured correctly in iCal:
    Open Calendar (or iCal).
    Open Calendar (or iCal) Preferences.
    Click Accounts. You should see an account with your iCloud member name entered.
    Turn iCloud Calendars off and back on
    Quit Calendar (or iCal).
    Choose Apple () menu > System Preferences > iCloud.
    Remove the checkmark in the checkbox next to Calendars.
    Close System Preferences and wait about a minute.
    Open System Preferences and choose iCloud.
    Replace the checkmark next to Calendars.
    Close System Preferences.
    Open Calendar (or iCal) and test to see if the issue has been resolved.
    Restart your computer. This may sound simple, but it does reinitialize your network and application settings and can frequently resolve issues.
    Take care,
    Sterling

  • Payment request for GL account

    Hi All,
    I'm using SAP ECC.6.
    I want to create payment request for GL account, e.g expense accounts.
    I try to use FIBLFFP, but it only allows me to create payment request for 1 GL at one time. My requirement is to have multiple GL account in 1 request.
    For example, we have F-47 to create down payment request for vendor, which is also can be more than 1 line per entry.
    Is there any idea how to do this for GL accounts ?
    Thanks.

    Hi,
    The reason why I need this payment request for GL account is for the adhoc payment we paid to the people name or a company name without an invoice issue to us.
    We cannot be always create a new vendor for all this type of adhoc request.
    We also can't post to one-time vendor becasue no invoice involve.
    Is something like expenses claim but this guy is not our employee.
    The name on the payment voucher could be a merchandiser or dealer who claim the expenses from us.
    Any respond ?

  • Request for a change

    Hi all. A request for a change in the toolbar. Every time I do something the toolbar always changes to the last tool used. Maybe an option to have the toolbar always in the "normal" view, i.e., display all the tools? It gets annoying to keep having to tap the top icon to show the complete toolbar rather than the last tool used. Also, as I've posted previously, we need an exit button! And a question: Is there a way to center a selection? For example, when making a rectangular selection for, say, a frame, centering the selection by eye is a challenge to say the least. Is there a simple way to do that? Other than these items, I'm enjoying PS Touch a lot (although more tools would certainly be welcomed). Thanks!

    Sharon: Yes, I realised that after I posted.
    Alec: I know about the arrow you're referring to. There's also a back key on my tablet which will get me to the home screen (most of the apps I have on my tablet use that key to exit). So, yes, we can get to the home screen, but PS Touch will continue to run in the background.
    So far, the only way I've found to actually shut it down is to use the task manager.
    As for centering a selection, I've posted in the request forum.
    Thank you both very much for the replies
    Jack

  • Request for Credit Card krrps happening every 30 mins

    I receive a request for credit card information every hour at least which my Trend virus blocker kills. This only happens when Firefox is open.

    I believe i can fix this for a some of you out there. The problem is that Apple forces you to have the exact same address the USPS has one file. They do an address verification with the information you submit and they change your city and zip code to match 100 percent.
    The problem is that most people do not change their billing zip code on their credit card when their zip code changes. For example, my zip code was 84088 up until about 3 years ago when it was change to 84081. I have never change my zip code or my city name with my credit card company so when i put in my billing address i always put 84088. Apple decided that they want to force people to change their credit card billing address to match EXACTLY what the USPS has.
    Most credit card transactions can get a better rate if the billing address of the transaction matches the billing address of the card. That is why they always ask for it. However, it makes no sense for Apple to force you to change it to the USPS address because only the credit card billing address and the credit card transaction billing address need to match.
    So, on to my fix. Do not put the whole street address, only put in the first set of numbers. If your address is "1000 Elm Street" then just put in "1000" ino the street address. Then put your proper credit card billing address zip code in. Because apple can't do the USPS database search without the full street address they will not change your city/zip but you credit card validation will work just fine because credit card address validation only cares about the first set of numbers.
    SERIOUSLY APPLE?!? Get a clue! There is no need for you to force us to match the USPS address 100%.

  • Request for Reverse Posting

    Hi,
    Request for Reverse Posting - can anyone explain me this in detail with example.
    Regards,RAMU.

    Hi Ramu,
    In an Infocube we can delete data in three ways,
    1) Entire Data deletion
    2) Selective data deletion
    3) Deletion based on request ID.
    After compression of Infocube, request ids become zero and data gets aggregated and moves from F fact table to E fact table, so we can delete data only in two ways
    1) Entire Data deletion
    2) Selective data deletion.
    But if it is required  to delete data in Infocube after compression based on Request Id, we can go for Reverse Posting. We can reverse post the data only when we process the data through PSA.
    If u  reverse post the data for a compressed request, the data for the compressed request is taken from PSA multiplying with
    -1 for the key figure values and loaded into the data target. Now the data in the data target  is available in F table with negative key figure values. By Compression of Info Cube, data moves from F table to E table and nullifies the data in Infocube for the request ID.
    Note: Since records with zero key fig values are of no use, to delete these records while compression check mark  zero elimination option in collapse tab.
    Hope It helps u
    Cheers....
    Sk Babu

  • Request for feature of Next Version of Indesign Middle Eastern Version

    For Adobe Team,
    Request for Feature of Next Version of Indesign Middle Eastern Version
    About Character and Paragraph Style Sheet in Next Version of Adobe Indesign Middle Eastern Version
    Make an option for Latin Font style and Unicode/arabic font style.
    We have work in both language English and Arabic or Urdu with same document or same paragraph.
    For Guidence see this image of InPage Urdu Programme.
    Thanks
    Safwan

    Ooh, InPage! I'm so glad that I don't have to work in InPage anymore.
    However, that feature that you're looking for was actually a good one. It won't do you any good to ask for it here, though; you want to go straight to WinSoft. They make the ME edition, not Adobe.
    However: World Tools suite from in-tools.com has the feature "Apply Latin Character Style" which does what you want, more or less. The main paragraph style would be an Urdu RTL style, unlike your InPage example. Unfortunately, going in "the other direction" World Tools only has "apply Hebrew character style." It's still worth a look for you, I think.

  • DownloadOK,installingOK, rebooting has no effect and a request for it keeps reacurring, no way to open Firefox?

    I've downloaded Firefox version 9.While running setup a request for rebooting was observed. After having finished the setup another reboot followed, thereafter an "Unpack" icon appeared in the taskbar. Upon pressing it I was requested to reboot again ... and again, and again... . The same request came up whether I push the "Unpack- icon" on the desk top, or start menu. I cannot find a way to finish the installation, nor to uninstall the newly obtained upgrade. Neither I was able to open any version of the Firefox application. Also all tries to installed ver. 9 over the existing (previous or newly upgraded) versions fail.
    I am using Windows 7 Ultimate 64 bits with ample reserves of memory.

    Found a working around to the problem. After updating from version 8.0.1, it keep bugging me to rebut, to no use what so ever. Here a solution I found:
    1. To those in need to save their bookmarks, password saved, etc, you need first of all to save your profile folder, witch can be found on Windows 7 on the location
    C:\Users\user name\AppData\Roaming\Mozilla\Firefox\Profiles
    Copy the hole directory Profiles to what ever location to keep safe.
    Those ho have no need to backup, skip this steep.
    2. Manual delete the whole directories:
    C:\Users\user name\AppData\Roaming\Mozilla
    and
    C:\Users\user name\AppData\Local\Mozilla
    3. If still have links in Start Menu please delete them (mine has gone away when I try to update to 9 version)
    4. Go to Control Panel / Programs and Features and click uninstall Mozilla Firefox, a small message will ask you if you want to remove the link because the program cant be found, click yes.
    5. Download and install Firefox 9 from Mozilla.org using Internet Explorer or other browser of your choice (Chrome, Opera, etc)
    6. In order to have your data back, copy the content of the Profile folder over the new installment, but be careful to copy only the content, because the name of the folder that literally contain the Profile data, is every time another, by example:
    original mozilla 8 was 9um78jwe.default and the new one is skfwyddf.default
    so copy only the content to another, meaning the directories
    bookmarkbackups
    chrome
    extensions
    icons
    minidumps
    weave
    and off course all the other files.
    When asked to overwriting say yes.
    This is it, you can now start your new mozilla 9 installment.
    Good luck.

  • Invalid request for a change in window state

    Ok...
    Creating a JSR168 portlet and it works fine in Pluto, but I get the following when I deploy to P7:
    ERROR: Content not available. REASONE: Invalid request for a change in window state
    Here is what the portlet is supposed to do:
    * Display a form
    * User clicks find
    * Lookup is performed
    * Window state in processAction() method of portlet is changed to MAXIMIZED
    * I'm guessing this is where the error is occuring
    I also think that for the TableContainer, I have some sort of attribute incorrect having to do with one of the channelsIs values.
    I tried toggling them one way or another without any effect.
    Suggestions?

    Ive run into this issue also. I need a way for a portlet to change to its maximized state for the purposes of user registration. Is there anyway this can be done? I know that sun jsp "Providers" which are shown on their example desktop, have some sort of maximized state that they can go into, but im not sure how to use this in a portlet.
    There seems to be very inconsistent support between the proprietary sun provider api, and the portlet api.

  • Request For Quotation: Changes to the standard smartform YBUS_MMRFQ

    Hi Friends,
    I need to do changes in standard smart form of "Request For Quotation". Can any body please explain me how to do changes to the standard smart form with examples. This is my first object on smart forms. Please help me out.
    Thanks and regards,
    Linchon.
    Moderator message: these forums are no subsitute for proper training, please search for avaibable information or attend classes.
    Edited by: Thomas Zloch on Feb 27, 2012

    hello,
    I have created new posting period and series for financial year 2011-12.
    In previous year I have created 600 voucher. My issue is that when I am creating new
    voucher, voucher number is showing 601. I want that for new series voucher number should be
    start from 1. but it seems like numbering series doesn't affect the voucher number.
    Because there are no series creation for journal voucher. In this case how can I solve my problem.
    Please help me on this.
    thanks
    Annu

  • Portforwarding 3389 requests for more than one pc

    I have 2 computers that I want to acces through internet using Remote desktop.
    On my WRT54G I have forwarded port 3389 to internal ip 10.0.0.100.
    for the second pc I thought of using port 3390 external to ip 10.0.0.99 3389 internal.
    I have done so on other routers before, by using portforwarding 3390 to ip 10.0.0.99 port 3389 but how do I set this on this router?
    Could someone help me out?

    In the Port range forward I have set external request for Remote destop being port 3389 to be forwarded to my desktop pc #1 with static IP 10.0.0.100.
    Now I have a second desktop with static IP 10.0.0.99 that I also want to use externally. But all 3389 requests are set to go to pc #1.
    How do you arrange that I can use pc#2 externally? In other routers I saw, there was the option to set for example external request for port 3390 to internal 10.0.0.99 port 3389.
    So when I want to use my pc#1 through internet I use remote desktop to my home ipadres. When I want to use my home pc#2 I enter my home ipadres 122.123.123.123:3390 (ipadress is fake
    Do you understand my problem? In the port triggering settings I can't set the internal ipadress to forward it to

  • HTTPService request for each View inside a ViewStack

    Can someone point me in the right direction to have a
    httpservice request for each view inside my viewstack?
    <mx:ViewStack id="views">
    <mx:Canvas id="view0">
    </mx:Canvas>
    <mx:Canvas id="view1">
    </mx:Canvas>
    </mx:ViewStack>
    Can someone whip together a quick example or just point me in
    the right direction?
    Thanks

    Ahh, don't do that.
    Use a central HTTPService instance, and use AsyncToken to
    keep track of which result goes where. Some code snippets below.
    Tracy
    Sample code using HTTPService, e4x, handler function to
    populate a list item.
    Also shows usage of AsyncToken.
    The DataGrid tag:
    <mx:DataGrid id="dg" dataProvider="{_xlcMyListData}"
    .../>
    The HTTPService tag:
    <mx:HTTPService id="service" resultFormat="e4x"
    result="onResult(event)" fault="..../>
    Script block declaration:
    import mx.rpc.Events.ResultEvent;
    [Bindable]private var _xlcMyListData:XMLListCollection;
    Invoke send:
    var oRequest:Object = new Object();
    oRequest.Arg1 = "value1";
    var callToken:AsyncToken = service.send(oRequest);
    token.callId = "myQuery1";
    Result Handler function:
    private function onResult(oEvent:ResultEvent):void {
    var xmlResult:XML = XML(event.result); //converts result
    Object to XML. can also use "as" operator
    var xlMyListData:XMLList = xmlResult.myListData; //depends
    on xml format, is row data
    _xlcMyListData = new XMLListCollection(xlMyListData); //wrap
    the XMLList in a collection
    trace(_xlcMyListData.toXMLString()); //so you can see
    exactly how to specify dataField or build labelFunction
    var callToken:AsyncToken = oEvent.token;
    var sCallId = callToken.callId; //"myQuery1"
    switch(sCallId) {
    case "myQuery1":
    doQuery2();
    break;
    }//onResult

Maybe you are looking for

  • PCMCIA firewire card for G4 laptop (follow-up to excessive timecode breaks)

    1.) It was recommended that I get a new firewire bus to resolve excessive timecode breaks when importing from a Canon camcorder to an external hard drive. I've been reading through posts on this topic...and saw getting a new firewire port mentioned a

  • Xcompmgr: no composit extension

    Hello, I have Arch with Openbox on my laptop with Nvidia GT240M. The problem appears when I want to add some transparency to windows, and to tint2, especially. I decided to use xcompmgr, but when starting it gives me an error: "no composit extension"

  • WinSafari + Virtual PC 7.0.2

    Does not work under MicrosSoft Virtual PC 7.0.2 on a PPC G5 dual 2.5ghz with 4.5gb of ram Did a complete new virtual machine instaall with only the native VPC install and then installed WinSafari. It crashes when try to open and wants to send error r

  • I need a replacement key for left shift, DV4 2106tx.

    This model is new and i can't find a spare key for the left shift key , the retainer broke and i can't do anything about it right now except asking for help, please tell me where and how can i get the spare key with retainers (i am also ready to buy

  • Page breaks inside repeating frame

    Hi, I am developing a statutory report for India Localisation. In this report there is a repeating frame which has three sections inside. I want to ensure that each of these section prints on a new page all the time. Of course there will be some page