Error log in to livecycle workflow designer

Hello,
I can't log in wokflow designer, i've got this message :
error
com/ibm/CORBA/IIOP/ObjectURL
My installation of livecycle on the server (websphere 6) is good (forms 7.2.2 + assembler 7.2.2 + workflow 7.2.2), the connection to the database work fine too.
need help :(

Hi Kevin
I suspect the Websphere Client is incorrectly installed.
You will have to uninstall and then re-install.
When installing the client, you MUST choose a custom install and install the "Pluggable Application Client".
Diana@adobe

Similar Messages

  • LiveCycle Workflow Designer 7.1

    I have successfully installed:
    Adobe Live Cycle Form Manager 7.02
    Adobe Live Cycle WorkFlow 7.0
    Adobe Live Cycle Reader Extensions
    They are installed on the server. I installed:
    Adobe Live Cycle WorkFlow 7.0 Designer
    It is on my workstation. This is sometimes connected to the
    server and most of the time it is not. I can not login to the
    Adobe Live Cycle WorkFlow 7.0 Designer on the workstation.
    I have tried to login as Administrator, password but, it does
    not allow me to sign in.
    How do I set privliges for the Adobe Live Cycle WorkFlow 7.0
    Designer on the workstation?
    What do I need to use the Adobe Live Cycle WorkFlow 7.0
    Designer by itself on the workstation?
    Can Workflow Designer run dis-connected from the server?
    Sincerely,
    Frank Burns
    Consultant
    RockwellCollins/Cedar Rapids
    (319) 295-9486

    Hello -
    It is entirely possible that you have a version mis-match on the client and the server you are pointed to. The 'context' object which identifies a logged in user must be of the exact same version in the client and server software.
    A trick you can use to try and identify problem you are having using the Workflow deisgner is to turn on the JavaConsole for the designer session. On windows you can do this by modifying the shortcut to start designer. Add the following parameter to the end of the path:
    "c:\wf\adobe_livecycle_workflow_7_0_designer.exe" -is:javaconsole
    Note the Quotes around the path, and the parameter after the quotes.
    This will open a console window along with workflow designer - any exceptions thrown will print a stack trace here (as well as any System.out lines you use in a QPac Dialog etc.) I would recommend using this option all the time as it may help diagnose issues.
    In the case if mis-matched versions on the server and client you can expecct errors like "InAuthenticPrincipalException", "InvalidClassException" or SerialVersionUID mis-match.
    Hope this helps,
    Will

  • Urgent Help needed in loggin to Workflow designer

    Hi there,
    I have a written a program from which a workflow get triggered automatically. The programs runs file in my machine. When i deploy it in my server machine it doesn't work. The server machine has a sandbox installed. But my machine doesn't have a sandbox. I have installed all tools separately in my machine.
    When i run my application in the server machine the following error comes:
    java.lang.reflect.UndeclaredThrowableException
    at $Proxy1.login(Unknown Source)
    at com.adobe.workflow.client.QLCSessionImpl.login(QLCSessionImpl.java:11
    6)
    at TriggerWorkflow.main(TriggerWorkflow.java:50)
    Caused by: java.io.InvalidObjectException: inauthentic principal assertion
    at com.adobe.idp.Context.getValidatedAuthResultFromAssertion(Unknown Sou
    rce)
    at com.adobe.idp.Context.readResolve(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at java.io.ObjectStreamClass.invokeReadResolve(ObjectStreamClass.java:92
    5)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1
    655)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
    at java.rmi.MarshalledObject.get(MarshalledObject.java:135)
    at org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvo
    kerProxy.java:136)
    at org.jboss.invocation.MarshallingInvokerInterceptor.invoke(Marshalling
    InvokerInterceptor.java:67)
    at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.
    java:46)
    at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:5
    3)
    at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessi
    onInterceptor.java:100)
    at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:85)
    ... 3 more
    com.adobe.workflow.client.QLCException: Login failed, or you do not have permiss
    ions to login to this application
    at com.adobe.workflow.client.QLCSessionImpl.login(QLCSessionImpl.java:12
    6)
    at TriggerWorkflow.main(TriggerWorkflow.java:50)
    I am seriously bugged by this error. I am giving the correct user name and password but still the error comes. I dont know how to solve this. This might be some small settings change. But i am not sure. Also when i try to connect the workflow designer through Eclispe in that server machine, even there the login failure message still comes.
    Can anyone please advise on this as it is very urgent.
    Suraj

    Hi Suraj
    Since you're getting this with Workflow Designer as well as your code, it doesn't look like it's anything with your code.
    It looks very much to me like you're specifying an invalid username and/or password.
    - Can you log into fm or adminui using the same username and password?
    - Can you log in to either Workflow Designer or your custom application using a different username and password?
    - Does your username or password contain non-USAscii characters?
    One thing I have seen is where there is a user in LDAP whose login name is "administrator". This can conflict with the LiveCycle local "administrator" account, and prevent you from logging in.
    I hope this is of some help...
    Howard
    http://www.avoka.com

  • Problem logging into Workflow Designer

    Hi,
    here is my problem. Workflow 7.0 is installed on W2k3 EE (with Forms and Form Manager) via turnkey installation ( and is on Jboss of course). I've got four other computers in domain. All with XP. And only from one i can login into Workflow Designer. All computers has access to server (with workflow installed), and to server with AD. Workflow is integrated with LDAP (i see new users added in AD after synchronization). And the problem is: that i can log into workflow designer only from one computer. And on all users that have process developer rights i can also log (on that one and only computer). On all other computers i got the following error:
    java.lang.reflect.UndeclaredThrowableException
    at $Proxy1.login(Unknown Source)
    at com.adobe.workflow.client.QLCSessionImpl.login(QLCSessionImpl.java:116)
    at com.adobe.workflow.saf.SAFLoginDialog$3.run(SAFLoginDialog.java:122)
    Caused by: java.io.InvalidObjectException: inauthentic principal assertion
    at com.adobe.idp.Context.getValidatedAuthResultFromAssertion(Context.java:291)
    at com.adobe.idp.Context.readResolve(Context.java:246)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at java.io.ObjectStreamClass.invokeReadResolve(Unknown Source)
    at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
    at java.io.ObjectInputStream.readObject0(Unknown Source)
    at java.io.ObjectInputStream.readObject(Unknown Source)
    at java.rmi.MarshalledObject.get(Unknown Source)
    at org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProxy.java:136)
    at org.jboss.invocation.MarshallingInvokerInterceptor.invoke(MarshallingInvokerInterceptor.j ava:67)
    at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46)
    at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:53)
    at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:1 00)
    at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:85)
    ... 3 more
    com.adobe.workflow.client.QLCException: Login failed, or you do not have permissions to login to this application
    at com.adobe.workflow.client.QLCSessionImpl.login(QLCSessionImpl.java:126)
    at com.adobe.workflow.saf.SAFLoginDialog$3.run(SAFLoginDialog.java:122)
    I've tryied reinstalling system, jdk, workflow designer and nothing helped.
    Maybe someone has any clue.
    Regards

    Hi,
    Howard's first post:
    1 - i can't log as administrator/password from any other machine than my
    2 - all the machines can ping server by name and by ip
    3 - i don't know anything about that patch (so didn't install)
    4 - yes
    5 - yes, they are identical
    Howard's second post:
    that is from where i took the error message
    Mr. Style's post:
    i compared the size of workflow designer on my machine and on other and
    EUREKA, they are different, also i got some extra directories in workflow designer directory (but this is because of using janel trick), so i copy all extra directories and workflow designer exe to other machines and now it's working.
    Thank You Mr. Styles.
    ps. still don't know how to check workflow designer version and from where i got different version on my machines (i was sure that i installed from one archive)

  • Terminate:Activity failed; there is no back end error log. - Query Designer

    Hello all,
    Has anyone encountered this erro before while using query Designer. I am trying to drag an infoobject in the rows section and I get this STOP error in message section at the bottom.
    Terminate: Activity failed; there is no back-end error log [A006(R9E)]
    Diagnosis
    An error occurred in the back end.
    System Response
    An error occurred in the back end for which there is no error message. You cannot continue to work.
    Procedure
    Exit the Query Designer and correct the error on the back end.
    Then start the query designer again.
    Procedure for System Administration
    I dont get what is going wrong here,
    Thanks,

    hi,
         There may be some problems with the connectivity in the box which you have logged in or in the excel properties itself. Try to login again and see if the problem is resolved else contact the BASIS or admin.
    Thanks,
    vrrp.

  • Errors were found when compiling workflow in SharePoint Designer 2010

    Hello there,
    I've run into a interesting issue in SharePoint Designer 2010 when publishing a workflow. I now get the below error
    Normally when I get this message I simply clear the SharePoint Designer 2010 cache described in this
    article, however, in this case the issue still continued. Hence I started the process of trial and error and quickly realized that the Update Item action was the culprit. In this action I am updating approximately 70 columns. Currently, I have two such
    actions running in sequence. When I added the third Update Item action to do the same, I started getting this error.
    Has anyone else experienced this before? In the workflow I am currently working on I am going to have to using the Update Item action several times and update approximately 70 columns hence I am open to other ideas to do the same.
    Thanks in advance.

    Hi Entan Ming,
    Thanks for your reply, Hope you are aware that while we create any new workflow using SharePoint Designer 2013. There are two ways (We can say Platforms) to create the new workflow 1. SharePoint
    2010 and 2. SharePoint 2013.
    If I choose second one I. e SharePoint 2013, and try to create, save and publish workflow it`s working fine. But whenever I select option no. 1  i.e. SharePoint 2010  Platform to create
    the workflow, I am able to Create it , save it , but while I try to publish it I got an error:
    Errors were found when compiling the workflow. The workflow files were saved but cannot be run.
    When I click on Advance I got message:
    Unexpected error on server associating the workflow
    My question is that, I am not able to publish any workflow in SharePoint 2010 Platform, using SharePoint Designer 2013.  
    Before publishing a workflow, I click on ‘Check for errors’ button, there was no any error found.
    Thanks & Regards Mr. Bajirao Shinde

  • BODS 4.0 Issue - job ends before reaching workflow - blank error logs

    Greetings Experts!  Though I have made great use of these forums for the last year, I have finally encountered an issue that I have not found documented and has prompted me to make my first post.
    I have been working on a stack utilizing MySQL v5.0 on VMWare Suse Linux 10.  The host machine is a Windows 7 laptop.  In this build, I am using the VMWare machine as a server for BOE and Data Services XI 4.0. Client Tools are installed on the Windows side.
    At this point, CMC is functional, as is the Data Services Management Console and Designer.  Local and Central Repositories are set up and I have some new test tables created for a test job.
    I have created a very simple test job that simply moves one record from source to target.  In Designer, I am able to preview the data.  However, when I run the job, it stops running immediately upon getting to the "Processing Job" step.  No Data moves to the target, no error messages are posted, the Monitor remains grayed out and the job monitor changes to red almost immediately, indicating it is done.
    On the server side, I have checked the error logs, but the log files are blank!
    Any thoughts or suggestions here would be very helpful.
    Cheers,
    Will Allaway

    As a quick follow-up, here are the trace logs of the attempted job run, hoping it sheds some light on the issue:
    "The initial environment locale <eng_us.utf-8> has been coerced to <Unicode (UTF-16)> ().
    Reading job <47baa1df_46ff_4888_b6c0_a1c7b718fb1e> from the repository; Server version is <14.0.1.142>; Repository version is <14.0.0.0000>.
    Current directory of job <47baa1df_46ff_4888_b6c0_a1c7b718fb1e> is </home/will/Desktop/SAP_BOE/dataservices/bin>.
    Starting job on job server host <linux-sznw>, port <3010>.
    Job <HelloData_job> of runid <2012010510554183221371637152> is initiated by user <will>.
    Processing job <HelloData_job>."
    Cheers,
    Will Allaway

  • Workflow Designer: template url problem

    Hi all,
    I successfully installed:
    Forms/Form Manger 7.0.1 on w2k3_box1;
    Workflow Server 7.0.1 on w2k3_box2;
    Using:
    Jboss 3.2.5,
    MSS 2K,
    JDK 1.4.2_11
    with manual options. Adminui appears fine, FormsIVS appears fine.
    In Workflow Desginer, I tried to define a new workflow. In initform, when I clicked on "browse" botton next to "template url" field, I got error msg:
    com.adobe.appstore.AppstoreException
    Can anyone give a clue of how to resolve it? I have uploaded a test form into forms repository, and trying to refer to it in the workflow designer.
    Thanks!
    Scott Jiang

    Hi all,<br /><br />Thanks for the response. I have tried WF designer on both client and WF server side. Same result. <br /><br />If anyone can point me to the documention where it says Form Manager and Workflow have to be installed in the same box that's great. I'm told to install them on separate boxes because version 6, has been done in that way, and due to transaction volume we'd like to install them separately. Has any customer done in this kind of configuration? <br />BTW, I already checked "Integrating LiveCycle Products" doc.<br /><br />There is the log from java console. Seems like JNDI lookup failed on the client side code when I click the "template url" button.<br />===================================================================<br />com.adobe.appstore.AppstoreFactoryException: com.adobe.appstore.AppstoreException<br />        at com.adobe.ebxml.registry.appstore.AppstoreFactory.getAppstore(Unknown<br /> Source)<br />        at com.adobe.workflow.saf.SAFApplication.getAppstore(SAFApplication.java<br />:827)<br />        at com.adobe.workflow.saf.SAFApplication.browseAppstore(SAFApplication.j<br />ava:837)<br />        at com.adobe.workflow.tools.processdesigner.JUrlCellEditor$1.actionPerfo<br />rmed(JUrlCellEditor.java:104)<br />        at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)<br />        at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknow<br />n Source)<br />        at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)<br />        at javax.swing.DefaultButtonModel.setPressed(Unknown Source)<br />        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour<br />ce)<br />        at java.awt.Component.processMouseEvent(Unknown Source)<br />        at java.awt.Component.processEvent(Unknown Source)<br />        at java.awt.Container.processEvent(Unknown Source)<br />        at java.awt.Component.dispatchEventImpl(Unknown Source)<br />        at java.awt.Container.dispatchEventImpl(Unknown Source)<br />        at java.awt.Component.dispatchEvent(Unknown Source)<br />        at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)<br />        at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)<br />        at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)<br />        at java.awt.Container.dispatchEventImpl(Unknown Source)<br />        at java.awt.Window.dispatchEventImpl(Unknown Source)<br />        at java.awt.Component.dispatchEvent(Unknown Source)<br />        at java.awt.EventQueue.dispatchEvent(Unknown Source)<br />        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)<br /><br />        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)<br />        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br />        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br />        at java.awt.EventDispatchThread.run(Unknown Source)<br />Caused by: com.adobe.appstore.AppstoreException<br />        at com.adobe.ebxml.registry.appstore.AppstoreDelegate.lookup(Unknown Sou<br />rce)<br />        at com.adobe.ebxml.registry.appstore.AppstoreDelegate.<init>(Unknown Sou<br />rce)<br />        ... 27 more<br />Caused by: javax.naming.NameNotFoundException: com not bound<br />        at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)<br />        at org.jnp.server.NamingServer.getBinding(NamingServer.java:503)<br />        at org.jnp.server.NamingServer.getObject(NamingServer.java:509)<br />        at org.jnp.server.NamingServer.lookup(NamingServer.java:253)<br />        at sun.reflect.GeneratedMethodAccessor163.invoke(Unknown Source)<br />        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces<br />sorImpl.java:25)<br />        at java.lang.reflect.Method.invoke(Method.java:324)<br />        at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)<br />        at sun.rmi.transport.Transport$1.run(Transport.java:148)<br />        at java.security.AccessController.doPrivileged(Native Method)<br />        at sun.rmi.transport.Transport.serviceCall(Transport.java:144)<br />        at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:4<br />60)<br />        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport<br />.java:701)<br />        at java.lang.Thread.run(Thread.java:534)<br />        at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknow<br />n Source)<br />        at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)<br />        at sun.rmi.server.UnicastRef.invoke(Unknown Source)<br />        at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)<br />        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:530)<br />        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:509)<br />        at javax.naming.InitialContext.lookup(Unknown Source)<br />        ... 29 more

  • EAI Error logging  - Log input/output XML to table

    Hi Gurus,
    In our project we are designing error handling mechanism for our EAI workflows.
    Along with the common fields, generally we use in such scenarios (Object type, Row_id, User Login, Workflow Process,Error Code, Error Message..etc) we would like to save the input and output XML to the EAI log table.
    Here I have couple of questions.
    1) Is it a best approach to store all I/O messages to the table, ofcourse XML message size is not hude, it is just customer profile information without any child objects.
    2) Which data type will support in Siebel and Oracle DB of the table column to store the XML message. Do we need any conversion from XML to normal string to store the XML.
    3) How others (other projects) make use of this kind of error log table. Do I need to design BC, BO, Applet and view for this?
    Please provide me your valuable suggestions.
    Regards
    user4619223

    Please have a look at Metalink(metalink3.oracle.com) HowTo:
    Are there vanilla tables existing in Siebel schema that log system errors? (Doc ID 860443.1)
    If you are looking into doing this.
    Axel

  • Exception Type:  EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x000000010c8b2ff0 Error Log

    Hello All,
    I've been running into an issue periodically when I run the program "slicy" the program crashes and I get an error log. See error log below. I'm looking to find out if it is the program or my computer. It seems to be my computer becasue my coworkers run the same software and have no run into this problem.
    Thanks in advance.
    Process:         Slicy [3776]
    Path:            /Applications/Slicy.app/Contents/MacOS/Slicy
    Identifier:      com.macrabbit.LayerCake
    Version:         1.1.6 (1.1.6)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [183]
    Responsible:     Slicy [3776]
    User ID:         501
    Date/Time:       2014-05-21 10:54:02.917 -0400
    OS Version:      Mac OS X 10.9.3 (13D65)
    Report Version:  11
    Anonymous UUID:  8E54E7F7-3A28-6B16-C13C-75817C618B44
    Sleep/Wake UUID: CEFCE6C8-B49A-462D-B332-881860CC29CF
    Crashed Thread:  3  Dispatch queue: com.apple.root.default-priority
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000010c8b2ff0
    VM Regions Near 0x10c8b2ff0:
        Stack                  000000010c830000-000000010c8b2000 [  520K] rw-/rwx SM=COW  thread 2
    --> STACK GUARD            000000010c8b2000-000000010c8b3000 [    4K] ---/rwx SM=NUL  stack guard for thread 3
        Stack                  000000010c8b3000-000000010c935000 [  520K] rw-/rwx SM=COW  thread 3
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff96be6a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff96be5d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff919f4fc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff919f45e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff919f3f25 CFRunLoopRunSpecific + 309
    5   com.apple.HIToolbox                     0x00007fff91f91a0d RunCurrentEventLoopInMode + 226
    6   com.apple.HIToolbox                     0x00007fff91f917b7 ReceiveNextEventCommon + 479
    7   com.apple.HIToolbox                     0x00007fff91f915bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    8   com.apple.AppKit                        0x00007fff8b87026e _DPSNextEvent + 1434
    9   com.apple.AppKit                        0x00007fff8b86f8bb -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    10  com.apple.AppKit                        0x00007fff8b8639bc -[NSApplication run] + 553
    11  com.apple.AppKit                        0x00007fff8b84e7a3 NSApplicationMain + 940
    12  com.macrabbit.LayerCake                 0x000000010c5abd14 0x10c5aa000 + 7444
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff96beb662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff91d37421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff91d37136 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff96beae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9702af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9702dfb9 start_wqthread + 13
    Thread 3 Crashed:: Dispatch queue: com.apple.root.default-priority
    0   com.macrabbit.LayerCake                 0x000000010c699736 0x10c5aa000 + 980790
    1   com.macrabbit.LayerCake                 0x000000010c69a1fa 0x10c5aa000 + 983546
    2   com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    3   com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    4   com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    5   com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    6   com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    7   com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    8   com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    9   com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    10  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    11  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    12  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    13  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    14  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    15  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    16  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    17  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    18  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    19  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    20  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    21  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    22  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    23  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    24  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    25  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    26  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    27  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    28  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    29  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    30  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    31  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    32  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    33  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    34  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    35  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    36  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    37  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    38  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    39  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    40  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    41  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    42  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    43  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    44  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    45  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    46  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    47  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    48  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    49  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    50  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    51  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    52  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    53  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    54  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    55  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    56  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    57  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    58  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    59  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    60  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    61  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    62  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    63  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    64  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    65  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    66  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    67  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    68  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    69  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    70  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    71  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    72  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    73  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    74  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    75  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    76  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    77  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    78  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    79  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    80  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    81  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    82  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    83  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    84  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    85  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    86  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    87  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    88  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    89  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    90  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    91  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    92  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    93  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    94  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    95  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    96  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    97  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    98  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    99  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    100 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    101 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    102 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    103 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    104 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    105 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    106 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    107 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    108 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    109 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    110 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    111 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    112 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    113 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    114 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    115 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    116 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    117 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    118 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    119 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    120 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    121 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    122 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    123 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    124 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    125 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    126 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    127 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    128 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    129 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    130 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    131 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    132 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    133 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    134 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    135 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    136 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    137 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    138 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    139 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    140 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    141 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    142 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    143 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    144 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    145 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    146 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    147 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    148 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    149 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    150 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    151 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    152 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    153 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    154 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    155 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    156 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    157 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    158 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    159 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    160 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    161 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    162 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    163 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    164 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    165 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    166 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    167 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    168 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    169 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    170 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    171 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    172 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    173 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    174 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    175 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    176 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    177 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    178 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    179 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    180 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    181 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    182 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    183 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    184 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    185 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    186 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    187 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    188 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    189 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    190 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    191 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    192 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    193 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    194 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    195 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    196 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    197 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    198 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    199 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    200 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    201 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    202 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    203 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    204 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    205 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    206 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    207 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    208 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    209 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    210 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    211 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    212 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    213 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    214 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    215 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    216 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    217 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    218 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    219 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    220 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    221 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    222 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    223 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    224 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    225 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    226 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    227 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    228 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    229 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    230 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    231 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    232 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    233 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    234 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    235 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    236 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    237 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    238 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    239 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    240 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    241 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    242 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    243 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    244 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    245 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    246 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    247 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    248 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    249 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    250 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    251 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    252 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    253 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    254 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    255 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    256 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    257 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    258 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    259 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    260 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    261 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    262 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    263 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    264 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    265 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    266 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    267 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    268 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    269 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    270 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    271 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    272 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    273 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    274 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    275 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    276 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    277 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    278 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    279 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    280 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    281 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    282 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    283 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    284 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    285 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    286 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    287 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    288 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    289 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    290 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    291 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    292 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    293 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    294 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    295 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    296 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    297 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    298 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    299 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    300 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    301 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    302 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    303 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    304 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    305 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    306 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    307 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    308 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    309 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    310 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    311 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    312 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    313 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    314 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    315 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    316 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    317 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    318 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    319 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    320 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    321 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    322 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    323 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    324 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    325 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    326 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    327 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    328 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    329 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    330 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    331 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    332 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    333 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    334 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    335 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    336 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    337 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    338 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    339 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    340 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    341 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    342 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    343 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    344 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    345 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    346 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    347 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    348 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    349 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    350 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    351 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    352 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    353 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    354 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    355 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    356 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    357 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    358 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    359 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    360 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    361 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    362 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    363 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    364 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    365 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    366 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    367 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    368 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    369 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    370 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    371 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    372 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    373 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    374 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    375 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    376 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    377 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    378 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    379 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    380 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    381 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    382 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    383 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    384 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    385 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    386 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    387 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    388 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    389 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    390 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    391 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    392 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    393 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    394 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    395 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    396 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    397 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    398 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    399 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    400 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    401 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    402 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    403 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    404 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    405 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    406 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    407 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    408 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    409 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    410 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    411 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    412 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    413 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    414 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    415 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    416 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    417 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    418 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    419 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    420 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    421 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    422 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    423 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    424 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    425 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    426 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    427 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    428 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    429 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    430 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    431 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    432 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    433 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    434 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    435 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    436 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    437 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    438 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    439 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    440 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    441 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    442 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    443 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    444 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    445 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    446 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    447 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    448 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    449 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    450 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    451 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    452 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    453 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    454 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    455 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    456 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    457 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    458 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    459 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    460 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    461 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    462 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    463 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    464 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    465 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    466 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    467 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    468 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    469 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    470 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    471 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    472 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    473 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    474 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    475 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    476 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    477 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    478 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    479 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    480 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    481 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    482 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    483 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    484 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    485 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    486 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    487 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    488 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    489 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    490 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    491 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    492 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    493 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    494 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    495 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    496 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    497 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    498 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    499 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    500 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    501 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    502 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    503 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    504 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    505 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    506 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    507 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    508 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    509 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    510 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    511 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff96beae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9702af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9702dfb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff96beae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9702af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9702dfb9 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff96beae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9702af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9702dfb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff96beae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9702af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9702dfb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff96beae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9702af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9702dfb9 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff96beae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9702af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9702dfb9 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff96beae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9702af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9702dfb9 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff96be6a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff96be5d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff919f4fc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff919f45e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff919f3f25 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff8ba1005e _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff97029899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff9702972a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff9702dfc9 thread_start + 13
    Thread 12:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff96be6a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff96be5d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff919f4fc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff919f45e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff919f3f25 CFRun

    You installed the "Genieo/InstallMac" rootkit. The product is a fraud, and the developer knowingly distributes an uninstaller that doesn't work. I suggest the tedious procedure below to disable Genieo. This procedure may leave a few small files behind, but it will permanently deactivate the rootkit (as long as you never reinstall it.)
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data. You must know how to restore from a backup even if the system becomes unbootable. If you don't know how to do that, or if you don't have any backups, stop here and ask for guidance.
    Step 1
    In the Applications folder, there should be an item named "Genieo". Select it and open the Finder Info window. If it shows that the Version is less than 2.0, download and install the current version from the genieo.com website. This may seem paradoxical, since the goal is to remove it, but you'll be saving yourself some trouble as well as the risk of putting the system in an unusable state.
    There should be another application in the same folder named "Uninstall Genieo". After updating Genieo, if necessary, launch "Uninstall Genieo" and follow the prompts to remove the "newspaper-style home page." Restart the computer.
    This step does not completely inactivate Genieo.
    Step 2
    Don't take this step unless you completed Step 1, including the restart, without any error messages. If you couldn't complete Step 1, stop here and ask for instructions.
    Triple-click anywhere in the line below on this page to select it:
    /Library/Frameworks/GenieoExtra.framework
    Right-click or control-click the line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.
    If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    A folder should open with an item named "GenieoExtra.framework" selected. Move that item to the Trash. You'll be prompted for your administrator password.
    Move each of these items to the Trash in the same way:
    /Library/LaunchAgents/com.genieo.completer.update.plist
    /Library/LaunchAgents/com.genieo.engine.plist
    /Library/LaunchAgents/com.genieoinnovation.macextension.plist
    /Library/LaunchDaemons/com.genieoinnovation.macextension.client.plist
    /Library/PrivilegedHelperTools/com.genieoinnovation.macextension.client
    /usr/lib/libgenkit.dylib/usr/lib/libgenkitsa.dylib
    /usr/lib/libimckit.dylib
    /usr/lib/libimckitsa.dylib~/Library/Application Support/com.genieoinnovation.Installer~/Library/LaunchAgents/com.genieo.completer.download.plist
    ~/Library/LaunchAgents/com.genieo.completer.update.plist
    If there are other items with a name that includes "Genieo" or "genieo" alongside any of those listed above, move them as well. There's no need to restart after each one. Some of these items will be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    Restart and empty the Trash. Don't try to empty the Trash until you have restarted.
    Step 3
    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including ones called "Genieo" or "Omnibar," and any that have the word "Spigot" or "InstallMac" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    Your web browser(s) should now be working, and you should be able to reset the home page and search engine. If not, stop here and post your results.
    Make sure you don't repeat the mistake that led you to install this software. Chances are you got it from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad has a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If youever download a file that isn't obviously what you expected, delete it immediately.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the Genieo developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. It must be said that this failure of oversight is inexcusable and has seriously compromised the value of Gatekeeper and the Developer ID program. You cannot rely on Gatekeeper alone to protect you from harmful software.
    Finally, be forewarned that when Genieo is mentioned on this site, the developer sometimes shows up under the name "Genieo support." If that happens, don't believe anything he says, but feel free to tell him what you think of his scam.

  • DML Error Logging for underlying tables autocreated for dimensions

    Hi,
    I have problems with logging errors during mapping for underlying tables that are automatically generated for creating dimensions. I know that DML Error Logging is supposed to work only on tables, views and materialized views, and I have tried it out using a pure table in a mapping without any reference to a dimension and specifying the error table name for it. This works perfectly. The error rows were captured correctly in the error table and the correct rows were also loaded successfully to the target table.
    However when it comes to mapping to a dimension, I have some issues with that. I specified the shadowtable name for the underlying table(right clicking on the table in design center and then choosing configure), and after deploying I did check that the error table/shadow table and also the target table were indeed created in the database.
    The problem lies now in the mapping because I am actually mapping to a dimension and not the underlying table the dimension references to. It seems that the mapping did not manage to capture details of the error table for the underlying table that the dimension was referencing to and thus were unable to capture the errors. Only the corrected rows get loaded and there were no error messages during the loading that suggests that the incorrect rows were detected.
    Would appreciate some assistance here.
    Thanks!
    WY

    Hi
    The DML error logging feature in 10gR2 and 11gR1 was restricted purely to tables, so the dimension operator did not support it. This is now supported in OWB 11gR2 (plus there is the orphan management functionality).
    Cheers
    David

  • DML ERROR LOGGING - how to log 1 constraint violation on record

    Hi there
    We are using DML error logging to log records which violate constraints into an error table.
    The problem is when a record violates > 1 constraint it logs the record but details only 1 constraint violation - is there a way to get it to record all constraint violations on an individual record.
    Many Thanks

    In the Netherlands several years ago a framework called CDM RuleFrame was introduced that did just this. Their main thought was that it is desirable to collect all error messages from one transaction and display them all at the end of the transaction.
    [url http://www.dulcian.com/papers/ODTUG/2001/BR%20Symposium%202001/Boyd_BR.htm]Here is an article that explains the concept.
    In short: it involves coding every single business rule as a database trigger using transaction management of CDM RuleFrame.
    I would not recommend it however, because I think [url http://rwijk.blogspot.com/2007/09/database-triggers-are-evil.html]database triggers are evil. However, it may appeal to first time users of an application.
    Hope this helps.
    Regards,
    Rob.
    Message was edited by:
    Rob van Wijk
    But if cannot be "turned on" by some switch: you have to design your system this way. So the short answer to your question is: no, it is not possible.

  • Error logging approaches

    I would like to hear how people have implemented various error
    logging approaches in Forte applications.
    Forte produces log files automatically for service partitions in
    $FORTE_ROOT/log and pops up dialog boxes with uncaught exceptions
    for client partitions.
    Some of the current problems with the existing Forte error logging
    include the famously painfull task of determining which log file
    in the $FORTE_ROOT/log pertains to your partition and how to
    correctly log client errors.
    We have taken the approach of opening our own error file for each
    Forte project containing a start class method. All exceptions are
    then caught and written to the application error file. This takes
    the guess work out of finding the correct error file but raises
    some interesting design questions:
    1) Should service objects maintain their own error files or should
    all problems just be handled as exceptions to be logged by the
    calling method. ( In some cases the calling method may not care
    that a service object is having a problem. In this case the service
    object may try an alternative approach. If the request is finally
    filled an error with the service object's functioning has occurred
    but not with the calling method's functionality ).
    2) Should all error messages be handled by a central message
    logger operating as a service object. In this case if various clients
    are running on different platforms all error message from an
    application are centralized. This saves the effort of checking error
    files for the same application on multiple platforms. It also means
    that a separate error file does not need to be created for each
    client that is instantiated. The message logger service in this
    case could be accessed by reference among several applications.
    Paul Buchkowski
    Merrill Lynch Canada
    [email protected]

    Never mind...my password to access file server contained a character that was not acceptable. Once changed, access restored.

  • Reg. Bex Error while opening query in query designer!!!!!

    Hi Guys!!
    Can any one help me in getting out of this issue.
    I am getting BEx Error while opening query in query designer as below.
    3:45:00 PM.400: Info: Query Designer Start. Revision: 500
    3:45:06 PM.728: DEBUG ASSERT ### False - QDbCommandManager::.ctor - Method not called from CommandManager
    -CALLING-FROM- 3:45:06 PM.728: DEBUG ASSERT ### False - QDbCommandManager::.ctor - Method not called from CommandManager ---
       at com.sap.bi.et.common.appl.Log.Debug.WriteTraceToFile(Level lLevel, String lString, Exception ex)
       at com.sap.bi.et.common.appl.Log.Debug.Assert(Boolean iExpectedCondition, String iAdditionalInformation, String iDetailedMessage)
       at com.sap.bi.et.QueryDesigner.QDfForm.InitFromCommandManager(QDbCommandManager iCommandManager)
       at com.sap.bi.et.QueryDesigner.QDbCommandManager..ctor(QDbApplicationData iApplicationData, QDfForm iWindow)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.Init()
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDbQueryDesigner.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDStarter.QDStartup.Main()
    3:45:07 PM.337: DEBUG ASSERT ### False - QDbCommandManager::DoViewCommand - Method not called from CommandManager
    -CALLING-FROM- 3:45:07 PM.337: DEBUG ASSERT ### False - QDbCommandManager::DoViewCommand - Method not called from CommandManager ---
       at com.sap.bi.et.common.appl.Log.Debug.WriteTraceToFile(Level lLevel, String lString, Exception ex)
       at com.sap.bi.et.common.appl.Log.Debug.Assert(Boolean iExpectedCondition, String iAdditionalInformation, String iDetailedMessage)
       at com.sap.bi.et.QueryDesigner.QDbCommandBase.Execute()
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.DoViewCommand(QDeAreaType iAreaType, QDeViewOpenMode iOpenMode)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.OutputInvoke()
       at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
       at System.Delegate.DynamicInvokeImpl(Object[] args)
       at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
       at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
       at System.Threading.ExecutionContext.runTryCode(Object userData)
       at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
       at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.ContainerControl.WndProc(Message& m)
       at System.Windows.Forms.Form.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       at System.Windows.Forms.NativeWindow.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.CommandBarController.AppMainFormWnd.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       at System.Windows.Forms.NativeWindow.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.XPMenus.MenuActivationControl.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       at System.Windows.Forms.NativeWindow.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.XPMenus.FormNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.Run(Form mainForm)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDbQueryDesigner.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDStarter.QDStartup.Main()
    QDbCommandManager::DoViewCommand  - Table View
    3:45:07 PM.368: DEBUG ASSERT ### False - QDbCommandManager::DoViewCommand - Method not called from CommandManager
    -CALLING-FROM- 3:45:07 PM.368: DEBUG ASSERT ### False - QDbCommandManager::DoViewCommand - Method not called from CommandManager ---
       at com.sap.bi.et.common.appl.Log.Debug.WriteTraceToFile(Level lLevel, String lString, Exception ex)
       at com.sap.bi.et.common.appl.Log.Debug.Assert(Boolean iExpectedCondition, String iAdditionalInformation, String iDetailedMessage)
       at com.sap.bi.et.QueryDesigner.QDbCommandBase.Execute()
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.DoViewCommand(QDeAreaType iAreaType, QDeViewOpenMode iOpenMode)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.OutputInvoke()
       at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
       at System.Delegate.DynamicInvokeImpl(Object[] args)
       at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
       at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
       at System.Threading.ExecutionContext.runTryCode(Object userData)
       at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
       at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.ContainerControl.WndProc(Message& m)
       at System.Windows.Forms.Form.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       at System.Windows.Forms.NativeWindow.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.CommandBarController.AppMainFormWnd.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       at System.Windows.Forms.NativeWindow.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.XPMenus.MenuActivationControl.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       at System.Windows.Forms.NativeWindow.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.XPMenus.FormNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.Run(Form mainForm)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDbQueryDesigner.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDStarter.QDStartup.Main()
    QDbCommandManager::DoViewCommand  - Rows/Columns
    3:45:07 PM.431: DEBUG ASSERT ### False - QDbCommandManager::DoViewCommand - Method not called from CommandManager
    -CALLING-FROM- 3:45:07 PM.431: DEBUG ASSERT ### False - QDbCommandManager::DoViewCommand - Method not called from CommandManager ---
       at com.sap.bi.et.common.appl.Log.Debug.WriteTraceToFile(Level lLevel, String lString, Exception ex)
       at com.sap.bi.et.common.appl.Log.Debug.Assert(Boolean iExpectedCondition, String iAdditionalInformation, String iDetailedMessage)
       at com.sap.bi.et.QueryDesigner.QDbCommandBase.Execute()
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.DoViewCommand(QDeAreaType iAreaType, QDeViewOpenMode iOpenMode)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.OutputInvoke()
       at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
       at System.Delegate.DynamicInvokeImpl(Object[] args)
       at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
       at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
       at System.Threading.ExecutionContext.runTryCode(Object userData)
       at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
       at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.ContainerControl.WndProc(Message& m)
       at System.Windows.Forms.Form.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       at System.Windows.Forms.NativeWindow.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.CommandBarController.AppMainFormWnd.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       at System.Windows.Forms.NativeWindow.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.XPMenus.MenuActivationControl.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       at System.Windows.Forms.NativeWindow.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.XPMenus.FormNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.Run(Form mainForm)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDbQueryDesigner.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDStarter.QDStartup.Main()
    QDbCommandManager::DoViewCommand  - Cells
    3:45:07 PM.446: DEBUG ASSERT ### False - QDbCommandManager::DoViewCommand - Method not called from CommandManager
    -CALLING-FROM- 3:45:07 PM.446: DEBUG ASSERT ### False - QDbCommandManager::DoViewCommand - Method not called from CommandManager ---
       at com.sap.bi.et.common.appl.Log.Debug.WriteTraceToFile(Level lLevel, String lString, Exception ex)
       at com.sap.bi.et.common.appl.Log.Debug.Assert(Boolean iExpectedCondition, String iAdditionalInformation, String iDetailedMessage)
       at com.sap.bi.et.QueryDesigner.QDbCommandBase.Execute()
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.DoViewCommand(QDeAreaType iAreaType, QDeViewOpenMode iOpenMode)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.OutputInvoke()
       at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
       at System.Delegate.DynamicInvokeImpl(Object[] args)
       at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
       at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
       at System.Threading.ExecutionContext.runTryCode(Object userData)
       at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
       at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.ContainerControl.WndProc(Message& m)
       at System.Windows.Forms.Form.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       at System.Windows.Forms.NativeWindow.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.CommandBarController.AppMainFormWnd.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       at System.Windows.Forms.NativeWindow.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.XPMenus.MenuActivationControl.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       at System.Windows.Forms.NativeWindow.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.XPMenus.FormNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.Run(Form mainForm)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDbQueryDesigner.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDStarter.QDStartup.Main()
    QDbCommandManager::DoViewCommand  - Conditions
    3:45:07 PM.446: DEBUG ASSERT ### False - QDbCommandManager::DoViewCommand - Method not called from CommandManager
    -CALLING-FROM- 3:45:07 PM.446: DEBUG ASSERT ### False - QDbCommandManager::DoViewCommand - Method not called from CommandManager ---
       at com.sap.bi.et.common.appl.Log.Debug.WriteTraceToFile(Level lLevel, String lString, Exception ex)
       at com.sap.bi.et.common.appl.Log.Debug.Assert(Boolean iExpectedCondition, String iAdditionalInformation, String iDetailedMessage)
       at com.sap.bi.et.QueryDesigner.QDbCommandBase.Execute()
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.DoViewCommand(QDeAreaType iAreaType, QDeViewOpenMode iOpenMode)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.OutputInvoke()
       at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
       at System.Delegate.DynamicInvokeImpl(Object[] args)
       at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
       at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
       at System.Threading.ExecutionContext.runTryCode(Object userData)
       at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
       at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.ContainerControl.WndProc(Message& m)
       at System.Windows.Forms.Form.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       at System.Windows.Forms.NativeWindow.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.CommandBarController.AppMainFormWnd.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       at System.Windows.Forms.NativeWindow.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.XPMenus.MenuActivationControl.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       at System.Windows.Forms.NativeWindow.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.XPMenus.FormNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.Run(Form mainForm)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDbQueryDesigner.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDStarter.QDStartup.Main()
    QDbCommandManager::DoViewCommand  - Exceptions
    3:45:07 PM.446: DEBUG ASSERT ### False - QDbCommandManager::DoViewCommand - Method not called from CommandManager
    -CALLING-FROM- 3:45:07 PM.446: DEBUG ASSERT ### False - QDbCommandManager::DoViewCommand - Method not called from CommandManager ---
       at com.sap.bi.et.common.appl.Log.Debug.WriteTraceToFile(Level lLevel, String lString, Exception ex)
       at com.sap.bi.et.common.appl.Log.Debug.Assert(Boolean iExpectedCondition, String iAdditionalInformation, String iDetailedMessage)
       at com.sap.bi.et.QueryDesigner.QDbCommandBase.Execute()
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.DoViewCommand(QDeAreaType iAreaType, QDeViewOpenMode iOpenMode)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.OutputInvoke()
       at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
       at System.Delegate.DynamicInvokeImpl(Object[] args)
       at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
       at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
       at System.Threading.ExecutionContext.runTryCode(Object userData)
       at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
       at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.ContainerControl.WndProc(Message& m)
       at System.Windows.Forms.Form.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       at System.Windows.Forms.NativeWindow.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.CommandBarController.AppMainFormWnd.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       at System.Windows.Forms.NativeWindow.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.XPMenus.MenuActivationControl.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       at System.Windows.Forms.NativeWindow.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.XPMenus.FormNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.Run(Form mainForm)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDbQueryDesigner.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDStarter.QDStartup.Main()
    QDbCommandManager::DoViewCommand  - InfoProvider
    3:45:07 PM.446: DEBUG ASSERT ### False - QDbCommandManager::DoViewCommand - Method not called from CommandManager
    -CALLING-FROM- 3:45:07 PM.446: DEBUG ASSERT ### False - QDbCommandManager::DoViewCommand - Method not called from CommandManager ---
       at com.sap.bi.et.common.appl.Log.Debug.WriteTraceToFile(Level lLevel, String lString, Exception ex)
       at com.sap.bi.et.common.appl.Log.Debug.Assert(Boolean iExpectedCondition, String iAdditionalInformation, String iDetailedMessage)
       at com.sap.bi.et.QueryDesigner.QDbCommandBase.Execute()
       at com.sap.bi.et.QueryDesigner.QDbCommandManager.DoViewCommand(QDeAreaType iAreaType, QDeViewOpenMode iOpenMode)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.OutputInvoke()
       at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
       at System.Delegate.DynamicInvokeImpl(Object[] args)
       at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
       at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
       at System.Threading.ExecutionContext.runTryCode(Object userData)
       at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
       at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.ContainerControl.WndProc(Message& m)
       at System.Windows.Forms.Form.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       at System.Windows.Forms.NativeWindow.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.CommandBarController.AppMainFormWnd.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       at System.Windows.Forms.NativeWindow.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.XPMenus.MenuActivationControl.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       at System.Windows.Forms.NativeWindow.WndProc(Message& m)
       at Syncfusion.Windows.Forms.Tools.XPMenus.FormNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.Run(Form mainForm)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDbQueryDesigner.Run(Boolean iAsApplication)
       at com.sap.bi.et.QueryDesigner.QDStarter.QDStartup.Main()
    QDbCommandManager::DoViewCommand  - Filter
    QDbCommandManager::CommandExecute  - Properties
    QDbCommandManager::DoViewCommand  - Properties
    QDdEventDispatcher::MenuItemClickedHandler - Bar clicked: OpenQuery
    QDbCommandManager::CommandExecute  - Open...
    OSDialogForm caught Exception: GetNodes: RFC Exception
    -EXCEPTION-START- 3:45:19 PM.24: TRACE EXCEPTION  ---
    Exception Name: ObjectDisposedException
    Exception Message: Cannot access a disposed object.
    Object name: 'OSDialogForm'.
    Exception    at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
       at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
       at System.Windows.Forms.Control.Invoke(Delegate method)
       at com.sap.bi.et.BExOpenSaveServices.OSDialogForm.mController_CurrentFolderNodesUpdated(Object sender)
       at com.sap.bi.et.BExOpenSaveServices.OSDlgController.EndReadFolderNodes(OSFolderInfo piFolderInfo)
       at com.sap.bi.et.BExOpenSaveServices.OSDlgController.OSRequestFolderNodes.Callback(IAsyncResult ar)
       at System.Runtime.Remoting.Messaging.AsyncResult.SyncProcessMessage(IMessage msg)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
       at System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.ThreadPoolCallBack(Object o)
       at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
    Full Stack:   at com.sap.bi.et.common.appl.Log.Debug.WriteTraceToFile(Level lLevel, String lString, Exception ex)
       at com.sap.bi.et.common.appl.Log.Trace.Exception(Exception ex, String iAdditionalInformation)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.AppDomainUnhandledException(Object iSender, UnhandledExceptionEventArgs iEventArgs)
       at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
       at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
       at System.Windows.Forms.Control.Invoke(Delegate method)
       at com.sap.bi.et.BExOpenSaveServices.OSDialogForm.mController_CurrentFolderNodesUpdated(Object sender)
       at com.sap.bi.et.BExOpenSaveServices.OSDlgController.EndReadFolderNodes(OSFolderInfo piFolderInfo)
       at com.sap.bi.et.BExOpenSaveServices.OSDlgController.OSRequestFolderNodes.Callback(IAsyncResult ar)
       at System.Runtime.Remoting.Messaging.AsyncResult.SyncProcessMessage(IMessage msg)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
       at System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.ThreadPoolCallBack(Object o)
       at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
    -EXCEPTION-END----
    -CALLING-FROM- 3:45:19 PM.24: TRACE EXCEPTION  ---
       at com.sap.bi.et.common.appl.Log.Debug.WriteTraceToFile(Level lLevel, String lString, Exception ex)
       at com.sap.bi.et.common.appl.Log.Trace.Exception(Exception ex, String iAdditionalInformation)
       at com.sap.bi.et.QueryDesigner.QDbApplicationData.AppDomainUnhandledException(Object iSender, UnhandledExceptionEventArgs iEventArgs)
       at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
       at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
       at System.Windows.Forms.Control.Invoke(Delegate method)
       at com.sap.bi.et.BExOpenSaveServices.OSDialogForm.mController_CurrentFolderNodesUpdated(Object sender)
       at com.sap.bi.et.BExOpenSaveServices.OSDlgController.EndReadFolderNodes(OSFolderInfo piFolderInfo)
       at com.sap.bi.et.BExOpenSaveServices.OSDlgController.OSRequestFolderNodes.Callback(IAsyncResult ar)
       at System.Runtime.Remoting.Messaging.AsyncResult.SyncProcessMessage(IMessage msg)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
       at System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.ThreadPoolCallBack(Object o)
       at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
    Thanks in advance
    Peter

    Hi
    If I got your question properly, you have SAP GUI Installation issues , Try to install relevant Excel version too.
    http://help.sap.com/saphelp_nw70/helpdata/en/9c/03a042b443c56ae10000000a155106/frameset.htm
    BASIS Team can help you in this.
    Hope it helps

  • Custom Library 'Adobe LiveCycle Workflow Fields'

    Hello,
    I'm just reading through the document 'creating_workflows.pdf' of Workflow 7.0. In the chapter about designing forms for workflow it says that the custom library is available with the SDK, however I was not able to locate the library. There are also some workflow fields in Adobe Designer 7.0, but I think they are for older workflow versions, because the field names don't match the ones in the documentation ('creating_workflows.pdf'). Can somebody help me locate the library or tell me which fields to use for my forms?
    Thanks!
    Regards, Karin Garreis

    Hi Karin
    The library is actually in a file called Adobe LiveCycle Workflow Field.xfo which is part of the Workflow SDK. You will find it in:
    \LiveCycleWorkflow7_SDK\Misc
    See:
    Mike J. Potter, "Adobe LiveCycle Workflow 7.0 SDK (38.3 M file)" #5, 20 Sep 2005 12:48 pm for info on how to get the SDK.
    In order to install this library, you need to create a new Group in the library palette, and then add this file to the directory that gets automatically created to hold this group. The usual location for new groups is:
    C:\Program Files\Adobe\Acrobat 7.0\Designer 7.0\EN\objects\[grpname]
    I hope this helps...
    Howard
    Howard Treisman
    Avoka Technologies
    Specializing in LiveCycle Components and Solutions
    http://www.avoka.com/avoka/qpac_library.shtml

Maybe you are looking for

  • Error while posting asset in PY-ABZON

    Hi Expert, Im trying to post asset acquisition through T-code-ABZON and am facing the error that For the K4 Fiscal year Variant, no period is defined for XX period I've checked my fiscal year variant Its not K4 have checked the Posting period Variant

  • Why do my external hard drives no longer show up on my desktop?

    I have three external harddrives all of which are connected through different ports, all show up in finder, all show up in disk utility, but none of them will show up on my desktop. I looked at a few other posts similar to mine but the answers given

  • Adding days to a date object

    I am retreiving a date field from the database. i am retrieving that with getDate() method on the result set object. that is am retrieving as java.sql.Date object. on that date object i have to add 30 days and store it back in the database as a date

  • Why do global variables have a .vi extension?

    Hi, While cleaning up some code the other day, it occured to me that although Virtual Instruments and Global Variables are distinct entities with separate roles in the LabVIEW environment, they share the same file extension .vi. It seems much more lo

  • ¿Version de prueba Adobe CS5 Design Premium en Español?

    Hola a todos Tengo una pregunta sencilla. Ya para estas fechas han salido las versiones de prueba de los programas de la CS5 en la mayoría de idiomas, pero para la versión de la Design Premium no ha salido aún. He estado revisando y sólo aparecen par