MFC CDialog domodal throws unhandled exception in WEC 2013

Hi,
We have Smart device MFC based application working fine in WEC 7.
Now we are porting the Smart device MFC application into WEC 2013 platform(Visual Studio 2012).
As We did not find smart device project in WEC 2013, We converted smart device project into platform builder subproject.
We are able to build it for WEC 2013  but when we try to run on the platform application throws unhandled exception
on calling CDialog::domodal method. 
I tried to display dialog with CreateDialog API and that is working fine; But only domodal throws exception.
Let me know where I have gone wrong.
Thanks in advance,

Hi Andreas,
Thank you for marking my reply as the answer, I hope that solved your problem. I'm curious -- what version of Power Query did you install and what operating system are you running? Normally both the Power Query installer and the add-in itself
has checks to let you know when your Internet Explorer version is not supported, I'm wondering why those checks did not work for you.
Thanks,
David

Similar Messages

  • Ai::UnicodeString.as_Platform throwing Unhandled exception

    Hi
    I'm trying to read layer titles from an AI file using the following code, but the application keeps on throwing an Unhandled exception Access violation reading location error.
    Here's the code. This code populates a list box with the layers in the AI file, the line with throws an error is in bold.
         ADMItemRef objLayersLB = sADMDialog->GetItem(dlg, kLayersListBox);
        ADMListRef objLayersListRef = sADMItem->GetList(objLayersLB);
        long count = 0;
        int intLayerIndex;
        int intTempSize;
        AILayerHandle currentLayer;
        ai::UnicodeString layerTitle;
        //Set the list box to be multi select
        sADMItem->SetItemStyle(objLayersLB, kADMMultiSelectListBoxStyle);
        // add each layer to the list
        sAILayer->CountLayers (&count);
        //Firstly we need to clear the list
        while(sADMList->NumberOfEntries(objLayersListRef)>0)
            sADMList->RemoveEntry(objLayersListRef, 0); //Remove the first entry
        for (intLayerIndex = 0; intLayerIndex < count; intLayerIndex++)
            IADMEntry objListEntry(sADMList->InsertEntry(objLayersListRef, intLayerIndex));
            sAILayer->GetNthLayer (intLayerIndex, &currentLayer);
            sAILayer->GetLayerTitle(currentLayer, layerTitle);
            // calling this function with NULL as the second param gets you the length of the name
            char buffer[255];
            char * temp = &buffer[0];
            intTempSize = layerTitle.as_Platform(temp, NULL); //error thrown on this call
            // using the above we can make sure we only copy the correct num of chars
            //layerTitle.as_Platform(temp, intTempSize);
            objListEntry.SetID(intLayerIndex);
            objListEntry.SetText(temp);
    This code works correctly against the CS4 SDK, but not against the CS3 SDK.
    Is the ai::UnicodeString a valid parameter type for the CS3 SDK; I've seen some examples of char arrays being passed in, however I've not been able to get that working as it expects a UnicodeString type.
    This is the error that is thrown after executing that line of code:
    Unhandled exception at 0x5e887a5e in Illustrator.exe: 0xC0000005: Access violation reading location 0x5e887a5e.
    The error is thown if I use the CS3 SDK compliled plug-in against Illustrator CS3 and CS4, however the CS4 SDK compiled plug-in works without error against Illustrator CS4 (it does not load at all against Illustrator CS3 which is understandable).
    Any help would be appreciated.
    Thank you.

    Hi
    After hours of digging about, I finally tracked down the problem. In my aquiring of the suites, i had:
    kAILayerSuite, kAILayerSuiteVersion9, &sAILayer,
    The normal kAILayerSuiteVersion in CS3 SDK refers to kAILayerSuiteVersion10. Seems I was referencing an older suite version. Changing it to:
    kAILayerSuite, kAILayerSuiteVersion, &sAILayer,
    has solved the problem.

  • Building CS4 Virtual App throws Unhandled exception

    I've done a snapshot of CS4 on a VM (no tools installed).
    When I try to build the app I get a Unhandled exception has occurred.
    Exception type "SystemOutofMemory was thrown"
    My VM has 2GB ram. I am using no vmtools on this occasion since I read in
    the forums someone had success with that. It makes no difference with the
    error whether I have vmtools installed or not.
    Thomas

    Thomas,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • AxAcroPDF throws unhandled exception on click of TAB

    I am using VB and call the method AxAcroPDF.loadfile. File loads into the viewer in the form and just after the load if I click TAB, I get the below error and VB6 just closes.

    Es ist doch gut Möglich, dass ein Kunde im PDF-Viewer (acropdf.dll)
    Die Tabulator-Taste drückt.
    Wir sind Software-Hersteller und nutzen innerhalb von VB6 den
    PDF-Viewer.
    Die komplette Anwendung stürzt nach Eingabe der Tabualtor-Taste ab.
    Ich habe festgestellt, dass viele andere das gleiche Problem haben.

  • Unhandled Exception in BO 6.5.2 report(.rep) while save as Excel

    Post Author: birinder
    CA Forum: Desktop Intelligence Reporting
    Hi everyone, I have a report created in BO 6.5.1 and i can save the report as excel file. Now I have installed SP2 and while I try to save the same report in excel, its throwing 'Unhandled Exception c000005 EXCEPTION_ACCESS_VIOLATION'. I'm not able to figure out the problem..... Please help me in this regard......
    Thanks,
    Birinder

    Post Author: Wes
    CA Forum: Desktop Intelligence Reporting
    Hi,There is a fix for excel crashing included in CHF11, or MHF1.  You could try applying that and see if it fixes that error.Regards,Wes

  • Oracle State Session Store throws an Unhandled Exception with Xml

    I wish to use the Oracle.Net Session Store to store a value to session. The value or object if you prefer is marked as serializable in order to be placed within the store.
    Unfortunately, when running the code I get an unhandled exception error being displayed to the screen. The code itself does not fail at any point in debug. The actual error message in full is "An unhandled exception occurred 'Type 'System.Xml.XmlDocument' in Assembley 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is not marked as serializable"
    Now, we have xml fields in our classes, and we have tried all sorts things, but I would like to know whether there is a far simpler way of saving xml documents to session when using Oracle.Net Session Store. We have also tried saving sessions using the ASP.Net State Server and hit exactly the same error.
    Does anyone have any good ideas/solutions?

    Hi Muthuraja,
    The warning in error log is caused by the error you mentioned above. Based on my search, the error message can be caused by various reasons.
    To troubleshooting the issue, please refer to the following steps:
    Check the "Idle Time-out" option of the application pool, if its value is not zero, set it to a larger integer value such as 120.
    Check the "Virtual Memory Limit" option of the application tool, if its value is not zero, set it to 0 instead.
    Set the "Maximum Worker Processes" option of the application tool to 1.
    In the web.config of the Web Application, set the “cookieless” to “true” like below:
    <sessionState mode="InProc" cookieless="true" timeout="120"/>
    Modify the httpRuntime settings like below:
    <httpRuntime maxRequestLength="20000" executionTimeout="600"/>
    Reference:
    sessionState Element
    httpRuntime Element
    AspNetSessionExpiredException
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.

  • U201CAn unhandled exception win32 occurred in Xcelsius.exeu201D

    I am working on Reporting tool Xcelsius. I am facing an error whenever I make a click on Manage connection tab it throws an unhandled exception u201CAn unhandled exception win32 occurred in Xcelsius.exeu201D and ask me for debug in Visual Studio and finally the error remains the same.
    Can someone help me?
    Thank you in advance
    Warm Regards,
    Sandeep

    Do you mean that you usr the menu Data->Connections?
    Do you have SQL server 2008 installed?
    This is caused by change introduced by Microsoft in the new version of MFC dlls, 1833.
    This is a known bug that is scheduled to be fixed in the next Fix Pack (FP2).
    To work around the issue, you can do the following:
    find the folder
    C:\WINDOWS\WinSxS\x86_Microsoft.VC80.MFC_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_3bf8fa05
    Copy all files from this directory to Xcelsius installation directory.
    If it does not fix the problem, please let me know.
    Margaret

  • Post-form trigger raised unhandled exception

    I have enabled TRANSLATION and ATTACHMENTS menu on my oracle form(form customization).
    but if i click on attachment menu the window opens for attachments but when i am going to close a window it throws an exception as
    **FRM-40735: POST_FORM trigger raised unhandled exception ORA-06502**
    and it is not allowing to close an window i have to terminate application every time.
    what shall i do in this situation ????????

    Hello,
    There is a related known issue for the Qualifications form of Oracle Human Resources -
    PERWSQUA Cannot add Attachments to the Qualification Form - FRM-40735: POST-FORM trigger raised unhandled exception ORA-06502 (Doc ID 1470386.1)
    Reference the solution steps and search on your form name as opposed to the PERWSQUA.
    If still not resolved, please open an SR with the owning application of the form or for Forms Developer.
    Thank you,
    Deborah Bourgeois
    Oracle Customer Support

  • Unhandled Exception

    Hi I am getting following error while using Import Wizard... error is coming at the last point ..means after selecting all options..when I click on finish to start the import process it throws an error..can any one suggest any solution ?
    1 processor x Family 15 Model 0 Stepping 0
    Windows 2000 Server (Terminal Server) v5.2 build 3790 (S)
    Physical Total/Avail: 3.669.496 Kb / 2.800.920 Kb
    Temp directory C:\DOCUME1\LOCALS1\Temp\3\ (3 Kb available)
    'Unknown' video card
       1024 x 768 with 65536 colors
    Unhandled Exception
      Code: c0000005
      Description: EXCEPTION_ACCESS_VIOLATION
    Call stack:
    Module  at   0x00400000: E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\ImportWiz.exe  v 11.5.8.1030 [E]
        address: 0x0045a30e
    Module  at   0x00810000: C:\WINDOWS\system32\MFC71U.DLL  v 7.10.3077.0 [E]
        address: 0x00823102
    Module  at   0x77380000: C:\WINDOWS\system32\USER32.dll  v 5.2.3790.4033 [E]
        address: 0x77395f82
        address: 0x77395e22
        address: 0x77395ffa
        address: 0x7739b6e3
        address: 0x7739b874
        address: 0x7739bfce
        address: 0x7739bf74
    Module  at   0x00810000: C:\WINDOWS\system32\MFC71U.DLL  v 7.10.3077.0 [E]
        address: 0x0083abda
        address: 0x0083c6dd
        address: 0x0083b27d
        address: 0x0083b31c
        address: 0x0083b385
        address: 0x0083b3c3
    Module  at   0x77380000: C:\WINDOWS\system32\USER32.dll  v 5.2.3790.4033 [E]
        address: 0x7739b6e3
        address: 0x7739b874
        address: 0x7739c2d3
        address: 0x77388c01
        address: 0x77387910
        address: 0x7739fb5b
    Module  at   0x00810000: C:\WINDOWS\system32\MFC71U.DLL  v 7.10.3077.0 [E]
        address: 0x0082331b
        address: 0x00816e03
    Module  at   0x00400000: E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\ImportWiz.exe  v 11.5.8.1030 [E]
        address: 0x00415143
    Module  at   0x00810000: C:\WINDOWS\system32\MFC71U.DLL  v 7.10.3077.0 [E]
        address: 0x008b08d5
        address: 0x0083b27d
        address: 0x0083b31c
        address: 0x0083b385
        address: 0x0083b3c3
    Module  at   0x77380000: C:\WINDOWS\system32\USER32.dll  v 5.2.3790.4033 [E]
        address: 0x7739b6e3
        address: 0x7739b874
        address: 0x7739bfce
        address: 0x7739bf74
    Module  at   0x77530000: C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.82.3790.3959_x-ww_78FCF8D0\COMCTL32.dll  v 5.82.3790.3959 [E]
        address: 0x7755721d
        address: 0x7755756f
        address: 0x77557713
        address: 0x7754bd8b
        address: 0x7755756f
        address: 0x77557773
    Module  at   0x77380000: C:\WINDOWS\system32\USER32.dll  v 5.2.3790.4033 [E]
        address: 0x7739b6e3
        address: 0x7739b874
        address: 0x7739c2d3
        address: 0x7739c337
    Module  at   0x77530000: C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.82.3790.3959_x-ww_78FCF8D0\COMCTL32.dll  v 5.82.3790.3959 [E]
        address: 0x77537910
        address: 0x7754390c
        address: 0x7754b074
        address: 0x7754e923
        address: 0x7754ee34
    Module  at   0x77380000: C:\WINDOWS\system32\USER32.dll  v 5.2.3790.4033 [E]
        address: 0x7739b6e3
        address: 0x77395f82
        address: 0x77395e22
        address: 0x77395ffa
        address: 0x7739b6e3
        address: 0x7739b874
        address: 0x7739bfce
        address: 0x7739bf74
    Module  at   0x00810000: C:\WINDOWS\system32\MFC71U.DLL  v 7.10.3077.0 [E]
        address: 0x0083abda
        address: 0x0083b294
        address: 0x0083b31c
        address: 0x0083b385
        address: 0x0083b3c3
    Module  at   0x77380000: C:\WINDOWS\system32\USER32.dll  v 5.2.3790.4033 [E]
        address: 0x7739b6e3
        address: 0x7739b874
        address: 0x7739c2d3
        address: 0x7739c337
        address: 0x773ace63
        address: 0x773ace1c
        address: 0x773ace0f
        address: 0x773ae713
        address: 0x7739b6e3
        address: 0x7739b874
        address: 0x7739bfce
        address: 0x7739bf74
    Module  at   0x77530000: C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.82.3790.3959_x-ww_78FCF8D0\COMCTL32.dll  v 5.82.3790.3959 [E]
        address: 0x7755721d
        address: 0x7755756f
        address: 0x77557713
        address: 0x7754af0a
        address: 0x7755756f
        address: 0x77557773
    Module  at   0x77380000: C:\WINDOWS\system32\USER32.dll  v 5.2.3790.4033 [E]
        address: 0x7739b6e3
        address: 0x7739b874
        address: 0x7739ba92
        address: 0x7739bad0
        address: 0x77395d78
    Module  at   0x00810000: C:\WINDOWS\system32\MFC71U.DLL  v 7.10.3077.0 [E]
        address: 0x00823449
    Application:
    6680 "
      current thread 0x3A0
    started: Friday, October 31, 2008 at 13:55 PM
    ends:    Friday, October 31, 2008  at 13:57 PM
      User mode: 750 ms   Kernel mode: 1421 ms
    Loaded modules:
        0x00320000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\thread-vc-mt.dll         v 0.0.0.0
        0x00340000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\file-vc-mt.dll         v 0.0.0.0
        0x00360000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\io-vc-mt.dll         v 0.0.0.0
        0x00370000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\ldap_connector.dll         v 11.5.8.826         [English (United States)]
        0x003B0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\helper-vc-mt.dll         v 0.0.0.0
        0x003D0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\streaming-vc-mt.dll         v 0.0.0.0
        0x00400000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\ImportWiz.exe         v 11.5.8.1030         [English (United States)]
        0x00590000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\btuc320vc71.dll         v 3.2.0.0         [English (United States)]
        0x006C0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\libxml2.dll         v 2.6.19.0         [English (United States)]
        0x00780000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\wstkCommon.dll         v 11.5.8.1030         [English (United States)]
        0x00810000        C:\WINDOWS\system32\MFC71U.DLL         v 7.10.3077.0         [English (United States)]
        0x00A10000        C:\Program Files\Citrix\system32\CtxSbxHook.dll         v 4.0.2750.1         [English (United States)]
        0x00AB0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\pdflib.dll         v 6.0.3.0         [English (United States)]
        0x01070000        C:\Program Files\Citrix\system32\Twnhook.dll         v 4.0.2750.1         [English (United States)]
        0x011A0000        C:\Program Files\Citrix\system32\wdmaudhook.dll         v 4.0.2198.1         [English (United States)]
        0x012E0000        C:\Program Files\Citrix\system32\cxinjime.dll         v 4.0.2198.1         [English (United States)]
        0x01960000        C:\WINDOWS\system32\MSCTF.dll         v 5.2.3790.3959         [English (United States)]
        0x01CF0000        C:\Program Files\Citrix\system32\tzhook.dll         v 4.0.2750.1         [English (United States)]
        0x01F30000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\log_xn_system.dll         v 11.5.8.826         [English (United States)]
        0x023C0000        C:\WINDOWS\system32\ntshrui.dll         v 6.0.3790.3959         [English (United States)]
        0x02730000        C:\WINDOWS\system32\xpsp2res.dll         v 5.2.3790.3959         [English (United States)]
        0x02DD0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\InfoStor.dll         v 11.5.8.1030         [English (United States)]
        0x03650000        c:\windows\assembly\gac\businessobjects.enterprise.sdk\11.5.3300.0__692fbea5521e1304\businessobjects.enterprise.sdk.dll         v 11.5.8.1030         [English (United States)]
        0x03690000        c:\windows\assembly\gac\businessobjects.enterprise.sdk\11.5.3300.0__692fbea5521e1304\businessobjects.enterprise.sdk.ziplib.netmodule         v 11.5.8.1030         [English (United States)]
        0x036B0000        c:\windows\assembly\gac\crystaldecisions.enterprise.infostore\11.5.3300.0__692fbea5521e1304\crystaldecisions.enterprise.infostore.dll         v 11.5.8.826         [English (United States)]
        0x036E0000        c:\windows\assembly\gac\crystaldecisions.enterprise.framework\11.5.3300.0__692fbea5521e1304\crystaldecisions.enterprise.framework.dll         v 11.5.8.826         [English (United States)]
        0x03910000        c:\windows\assembly\gac\businessobjects.enterprise.sdk\11.5.3300.0__692fbea5521e1304\businessobjects.enterprise.sdk.netmodule         v 11.5.8.1030         [English (United States)]
        0x03C00000        c:\windows\assembly\gac\log4net\1.2.9.0__b32731d11ce58905\log4net.dll         v 1.2.9.0         [Language Neutral]
        0x03C90000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.QaaWS\qaaws.dll         v 11.5.8.826         [English (United States)]
        0x03CD0000        C:\WINDOWS\system32\NSLDAPSSL32V50.dll         v 0.0.0.0
        0x03CE0000        C:\WINDOWS\system32\NSLDAP32V50.dll         v 0.0.0.0
        0x03D10000        C:\WINDOWS\system32\NSLDAPPR32V50.dll         v 0.0.0.0
        0x03D20000        C:\WINDOWS\system32\plds4.dll         v 4.1.2.0         [English (United States)]
        0x03D30000        C:\WINDOWS\system32\ssl3.dll         v 3.3.2.0         [English (United States)]
        0x03F50000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.Folder\Folder.dll         v 11.5.8.1030         [English (United States)]
        0x04080000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.User\User.dll         v 11.5.8.1030         [English (United States)]
        0x04240000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.UserGroup\UserGroup.dll         v 11.5.8.1030         [English (United States)]
        0x043D0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\BusinessObjects.AFDashboardPage\AFDashboardPage.dll         v 11.5.8.1030         [English (United States)]
        0x04540000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.Publication\Publication.dll         v 11.5.8.1030         [English (United States)]
        0x04740000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.PDF\PDF.dll         v 11.5.8.1030         [English (United States)]
        0x048A0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.Powerpoint\Powerpoint.dll         v 11.5.8.1030         [English (United States)]
        0x04A20000        C:\WINDOWS\system32\nss3.dll         v 3.3.2.0         [English (United States)]
        0x04AC0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\network-vc-mt.dll         v 0.0.0.0
        0x06BE0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.Excel\Excel.dll         v 11.5.8.1030         [English (United States)]
        0x06D40000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\Flash\Flash.dll         v 11.5.8.1030         [English (United States)]
        0x06EC0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.FullClient\FullClient.dll         v 11.5.8.1030         [English (United States)]
        0x07380000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.Agnostic\Agnostic.dll         v 11.5.8.1030         [English (United States)]
        0x074C0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\Xcelsius\Xcelsius.dll         v 11.5.8.1030         [English (United States)]
        0x07640000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\dest\CrystalEnterprise.Smtp\CrystalEnterprise_SMTP.dll         v 11.5.8.826         [English (United States)]
        0x07710000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\Webi\Webi.dll         v 11.5.8.1030         [English (United States)]
        0x07B30000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.RTF\RTF.dll         v 11.5.8.1030         [English (United States)]
        0x07C90000        E:\Program Files\Business Objects\common\3.5\bin\datadefmodel.dll         v 11.5.8.826         [English (United States)]
        0x07E40000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.XCelsiusDMTemplate\XCelsiusDMTemplate.dll         v 11.5.8.1030         [English (United States)]
        0x080E0000        C:\WINDOWS\system32\stringres115_en.dll         v 11.5.8.1030         [English (United States)]
        0x08180000        C:\WINDOWS\system32\W03A2409.dll         v 5.2.3790.4043         [English (United States)]
        0x10000000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\ent6bridge-2-d.dll         v 11.5.8.1030         [English (United States)]
        0x11000000        c:\windows\assembly\gac\businessobjects.enterprise.biar\11.5.3300.0__692fbea5521e1304\businessobjects.enterprise.biar.dll         v 11.5.8.1030         [Language Neutral]
        0x12000000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\xerces-c_2_1_0.dll         v 2.1.0.0         [English (United States)]
        0x25910000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.MetaData\MetaDataPlugins.dll         v 11.5.8.826         [English (United States)]
        0x29EA0000        C:\WINDOWS\system32\plc4.dll         v 4.1.2.0         [English (United States)]
        0x30000000        C:\WINDOWS\system32\nspr4.dll         v 4.1.2.0         [English (United States)]
        0x45230000        E:\Program Files\Business Objects\Common\3.5\bin\prompt.dll         v 11.5.8.1030         [English (United States)]
        0x47EB0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\importwiz_res_en.dll         v 11.5.8.826         [English (United States)]
        0x48070000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\ImportSDK.dll         v 11.5.8.1030         [English (United States)]
        0x480E0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\ImportSDK_res_en.dll         v 11.5.8.826         [English (United States)]
        0x49AA0000        C:\WINDOWS\system32\cxlib-3-1.dll         v 11.5.8.826         [English (United States)]
        0x49C00000        C:\WINDOWS\system32\cxlibw-3-1.dll         v 11.5.8.1029         [English (United States)]
        0x4A800000        C:\WINDOWS\system32\icuuc30.dll         v 3.0.0.0         [Language Neutral]
        0x4A900000        C:\WINDOWS\system32\icuin30.dll         v 3.0.0.0         [Language Neutral]
        0x4AD00000        C:\WINDOWS\system32\icudt30.dll         v 3.0.0.1         [Language Neutral]
        0x51A70000        C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\diasymreader.dll         v 7.10.3052.4         [English (United States)]
        0x53000000        C:\WINDOWS\system32\fssl-1-2-1-2.dll         v 1.2.1.2         [English (United States)]
        0x53120000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\cs_tools.dll         v 11.5.8.826         [English (United States)]
        0x531B0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\ct_xml.dll         v 11.5.8.826         [French (France)]
        0x53390000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\cs_helpers.dll         v 11.5.8.826         [English (United States)]
        0x53400000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\ct_error.dll         v 11.5.8.826         [French (France)]
        0x53430000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\cube.dll         v 11.5.8.1030         [English (United States)]
        0x536D0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\unvtools.dll         v 11.5.8.826         [English (United States)]
        0x537C0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\resource_exchange.dll         v 11.5.8.826         [English (United States)]
        0x53A20000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\ct_serialize.dll         v 11.5.8.826         [French (France)]
        0x53A40000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\drv_sec.dll         v 11.5.8.826         [English (United States)]
        0x53A90000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\cdzcl.dll         v 11.5.8.826         [French (France)]
        0x53B90000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\ctxmlutils.dll         v 11.5.8.826         [French (France)]
        0x53BD0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\cplib.dll         v 11.5.8.826         [English (United States)]
        0x53D80000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\bo_storage.dll         v 11.5.8.1030         [English (United States)]
        0x53F60000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\cnxsrv.dll         v 11.5.8.1030         [English (United States)]
        0x54110000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\TraceLog.dll         v 11.5.8.826         [English (United States)]
        0x542C0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\sessmgr.dll         v 11.5.8.1030         [English (United States)]
        0x54430000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\cpcoll.dll         v 11.5.8.1030         [French (France)]
        0x544F0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\uitools.dll         v 11.5.8.1030         [English (United States)]
        0x546C0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\rptdisp.dll         v 11.5.8.1030         [English (United States)]
        0x547A0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\drv_res.dll         v 11.5.8.826         [English (United States)]
        0x54810000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\wiReposit.dll         v 11.5.8.826         [English (United States)]
        0x54860000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\dlg1.dll         v 11.5.8.826         [English (United States)]
        0x548F0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\i18n.dll         v 11.5.8.826         [English (United States)]
        0x54960000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\drv_authen.dll         v 11.5.8.826         [English (United States)]
        0x549E0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\cpxml.dll         v 11.5.8.826         [English (United States)]
        0x54AB0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\category.dll         v 11.5.8.826         [English (United States)]
        0x54AF0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\dlgdll.dll         v 11.5.8.826         [English (United States)]
        0x54CA0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\legacy_kagtux.dll         v 11.5.8.826         [English (United States)]
        0x54D40000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\RepAttr.dll         v 11.5.8.826         [English (United States)]
        0x54E30000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\boDeploy.dll         v 11.5.8.1030         [English (United States)]
        0x55030000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\BOCP_1252.dll         v 11.5.8.826         [English (United States)]
        0x55060000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\cpi18n.dll         v 11.5.8.1030         [English (United States)]
        0x55290000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\kquery.dll         v 11.5.8.1030         [English (United States)]
        0x55620000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\msgsrv.dll         v 11.5.8.826         [English (United States)]
        0x55660000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\boconfig.dll         v 11.5.8.826         [English (United States)]
        0x556E0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\vartools.dll         v 11.5.8.1030         [English (United States)]
        0x56970000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\FCRepoProxy.dll         v 11.5.8.1030         [English (United States)]
        0x57620000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\repo_proxy.dll         v 11.5.8.1030         [English (United States)]
        0x57880000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\wqyconv.dll         v 11.5.8.1030         [English (United States)]
        0x59620000        C:\WINDOWS\system32\libOCAHelperw-3-1.dll         v 11.5.8.1029         [English (United States)]
        0x597C0000        C:\WINDOWS\system32\libOCASecurityw-2-0.dll         v 11.5.8.826         [English (United States)]
        0x598A0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\EnterpriseFramework.dll         v 11.5.8.826         [English (United States)]
        0x5A280000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\PluginManager.dll         v 11.5.8.826         [English (United States)]
        0x5A650000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\BusinessObjects.AppFoundation\AppFoundation.dll         v 11.5.8.826         [English (United States)]
        0x5A6A0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.Calendar\Calendar.dll         v 11.5.8.1030         [English (United States)]
        0x5A870000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\Category\CorporateCategory.dll         v 11.5.8.826         [English (United States)]
        0x5A900000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.CMC\CMC.dll         v 11.5.8.826         [English (United States)]
        0x5A950000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.Connection\Connection.dll         v 11.5.8.826         [English (United States)]
        0x5A9A0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\BusinessObjects.Designer\Designer.dll         v 11.5.8.826         [English (United States)]
        0x5A9F0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.Discussions\Discussions.dll         v 11.5.8.826         [English (United States)]
        0x5AAD0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.Event\Event.dll         v 11.5.8.1030         [English (United States)]
        0x5ACB0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.Favorites_Folder\Favorites_Folder.dll         v 11.5.8.1030         [English (United States)]
        0x5AED0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.LicenseKey\LicenseKey.dll         v 11.5.8.826         [English (United States)]
        0x5AF30000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.ObjectPackage\ObjectPackage.dll         v 11.5.8.826         [English (United States)]
        0x5B220000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.Report\Report.dll         v 11.5.8.1030         [English (United States)]
        0x5BB20000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.Server\Server.dll         v 11.5.8.1030         [English (United States)]
        0x5BC60000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.ServerGroup\ServerGroup.dll         v 11.5.8.826         [English (United States)]
        0x5BD20000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.Shortcut\Shortcut.dll         v 11.5.8.1030         [English (United States)]
        0x5BE30000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.Txt\Txt.dll         v 11.5.8.1030         [English (United States)]
        0x5C2F0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\BusinessObjects.WebIntelligence\WebIntelligence.dll         v 11.5.8.826         [English (United States)]
        0x5C340000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.Word\Word.dll         v 11.5.8.1030         [English (United States)]
        0x5C5E0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.Hyperlink\Hyperlink.dll         v 11.5.8.1030         [English (United States)]
        0x5C9B0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.Overload\Overload.dll         v 11.5.8.1030         [English (United States)]
        0x5CAA0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\Universe\Universe.dll         v 11.5.8.826         [English (United States)]
        0x5CC30000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\PersonalCategory\PersonalCategory.dll         v 11.5.8.1030         [English (United States)]
        0x5CCA0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\Inbox\Inbox.dll         v 11.5.8.1030         [English (United States)]
        0x5CE20000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.MyInfoView\MyInfoView.dll         v 11.5.8.1030         [English (United States)]
        0x5CFC0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.Program\Program.dll         v 11.5.8.1030         [English (United States)]
        0x5D1E0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.Profile\Profile.dll         v 11.5.8.826         [English (United States)]
        0x5D360000        C:\WINDOWS\system32\MFC71ENU.DLL         v 7.10.3077.0         [English (United States)]
        0x5D8A0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\dest\CrystalEnterprise.Ftp\ftp.dll         v 11.5.8.826         [English (United States)]
        0x5D950000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\dest\CrystalEnterprise.DiskUnmanaged\DiskUnmanaged.dll         v 11.5.8.826         [English (United States)]
        0x5DA80000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\dest\Managed\Managed.dll         v 11.5.8.826         [English (United States)]
        0x5E880000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\auth\secEnterprise\secEnterprise.dll         v 11.5.8.826         [English (United States)]
        0x5E9B0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\auth\secLDAP\secldap.dll         v 11.5.8.1030         [English (United States)]
        0x5F120000        C:\WINDOWS\System32\ntlanman.dll         v 5.2.3790.3959         [English (United States)]
        0x5F270000        C:\WINDOWS\system32\hnetcfg.dll         v 5.2.3790.3959         [English (United States)]
        0x5F400000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\BusinessObjects.Analytics\AFDPlugin.dll         v 11.5.8.1030         [English (United States)]
        0x5F860000        C:\WINDOWS\System32\NETUI1.dll         v 5.2.3790.0         [English (United States)]
        0x5F8A0000        C:\WINDOWS\System32\NETUI0.dll         v 5.2.3790.0         [English (United States)]
        0x60420000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\BusinessObjects.InfoView\InfoView.dll         v 11.5.8.826         [English (United States)]
        0x606C0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.Program\Program_res_en.dll         v 11.5.8.826         [English (United States)]
        0x60780000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\security-vc-mt.dll         v 0.0.0.0
        0x60970000        C:\WINDOWS\system32\mslbui.dll         v 5.2.3790.3959         [English (United States)]
        0x61290000        E:\Program Files\Business Objects\common\3.5\bin\rptdefmodel.dll         v 11.5.8.826         [English (United States)]
        0x61C40000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\Encyclopedia\Encyclopedia.dll         v 11.5.8.826         [English (United States)]
        0x61D30000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\Encyclopedia\Encyc.dll         v 11.5.8.826         [English (United States)]
        0x61E40000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.busobjReporter\busobjReporter.dll         v 11.5.8.826         [English (United States)]
        0x62200000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.ReportConvTool\ReportConvTool.dll         v 11.5.8.826         [English (United States)]
        0x622A0000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.FullClientAddin\FullClientAddin.dll         v 11.5.8.1030         [English (United States)]
        0x62660000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.FullClientTemplate\FullClientTemplate.dll         v 11.5.8.1030         [English (United States)]
        0x63000000        C:\WINDOWS\system32\etc-1-0-12-4.dll         v 1.0.12.21         [English (United States)]
        0x63520000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\tools.dll         v 11.5.8.1030         [English (United States)]
        0x64000000        C:\WINDOWS\system32\ebus-3-3-2-5.dll         v 3.3.2.24         [English (United States)]
        0x66AF0000        C:\Program Files\Citrix\System32\sehook20.dll         v 4.20.2750.1         [English (United States)]
        0x66F00000        C:\Program Files\Citrix\system32\mmhook.dll         v 4.0.2750.1         [English (United States)]
        0x67230000        C:\Program Files\Citrix\system32\mfaphook.dll         v 4.0.2198.1         [English (United States)]
        0x67EC0000        C:\Program Files\Citrix\system32\cdmprov.dll         v 4.0.2750.1         [English (United States)]
        0x68000000        C:\WINDOWS\system32\rsaenh.dll         v 5.2.3790.3959         [English (United States)]
        0x6BE00000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\it_ifc5_vc71.dll         v 0.0.0.1         [English (United States)]
        0x6C5B0000        C:\Program Files\Citrix\system32\scardhook.dll         v 4.0.2750.1         [English (United States)]
        0x6CA00000        E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\it_art5_vc71.dll         v 0.0.0.1         [English (United States)]
        0x6D580000        C:\WINDOWS\system32\dbghelp.dll         v 5.2.3790.3959         [English (United States)]
        0x6E220000        C:\Program Files\Citrix\system32\RMProcessLink.dll         v 4.0.0.0         [English (United States)]
        0x71AE0000        C:\WINDOWS\System32\wshtcpip.dll         v 5.2.3790.3959         [English (United States)]
        0x71B20000        C:\WINDOWS\System32\mswsock.dll         v 5.2.3790.4318         [English (United States)]
        0x71B70000        C:\WINDOWS\system32\UxTheme.dll         v 6.0.3790.3959         [English (United States)]
        0x71BB0000        C:\WINDOWS\system32\WSOCK32.dll         v 5.2.3790.0         [English (United States)]
        0x71BD0000        C:\WINDOWS\system32\MPR.dll         v 5.2.3790.3959         [English (United States)]
        0x71BF0000        C:\WINDOWS\system32\WS2HELP.dll         v 5.2.3790.3959         [English (United States)]
        0x71C00000        C:\WINDOWS\system32\WS2_32.dll         v 5.2.3790.3959         [English (United States)]
        0x71C20000        C:\WINDOWS\system32\tsappcmp.dll         v 5.2.3790.3959         [English (United States)]
        0x71C40000        C:\WINDOWS\system32\NETAPI32.dll         v 5.2.3790.4392         [English (United States)]
        0x73070000        C:\WINDOWS\system32\WINSPOOL.DRV         v 5.2.3790.3959         [English (United States)]
        0x745E0000        C:\WINDOWS\system32\msi.dll         v 3.1.4000.3959         [Language Neutral]
        0x75360000        C:\WINDOWS\system32\CRYPTUI.dll         v 5.131.3790.3959         [English (United States)]
        0x75DA0000        C:\WINDOWS\system32\sxs.dll         v 5.2.3790.3959         [English (United States)]
        0x75E60000        C:\WINDOWS\system32\apphelp.dll         v 5.2.3790.3959         [English (United States)]
        0x75E90000        C:\WINDOWS\System32\drprov.dll         v 5.2.3790.3959         [English (United States)]
        0x75EA0000        C:\WINDOWS\System32\davclnt.dll         v 5.2.3790.3959         [English (United States)]
        0x75EB0000        C:\WINDOWS\ ystem32\browseui.dll

    Hi,
    Generally the unhandled exception comes when you don't have rights set on some folder will suggest to go ahead and try with the administrator login on machine also.
    Also it happens because of some user rights on specific inbox or public folders.
    Are you migrating the document from two different versions like from 6.5 to XIR2.
    You need to check on the security rights of the users on folders you are migrating.
    Regards,
    gaurav

  • Unhandled exception in SOAP call

    I get this exception when I try to add a provider for the samples for inlineRendering.
    I recently installed the August 2002 version of the JPDK.
    Any help will be appreciated.
    -NP
    STACK::: start
    8/30/02 10:53 AM default-app: [id=(null), instance=(null)] Unhandled exception in SOAP call
    java.lang.NullPointerException
         at oracle.portal.utils.xml.v2.XMLUtil.parseStylesheet(Unknown Source)
         at oracle.portal.provider.v2.http.DefaultProviderLoader.parseRegistry(Unknown Source)
         at oracle.portal.provider.v2.http.DefaultProviderLoader.getProviderDefinition(Unknown Source)
         at oracle.portal.provider.v2.http.DefaultProviderLoader.init(Unknown Source)
         at oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.init(Unknown Source)
         at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.locateService(Unknown Source)
         at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.processInternal(Unknown Source)
         at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.process(Unknown Source)
         at oracle.webdb.provider.v2.adapter.SOAPServlet.doSOAPCall(Unknown Source)
         at oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:684)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:243)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    STACK::: end

    Amjad,
    Thank you. I had to remove some comments from the provider.xml that were throwing the parser off. The SOAP error seems fixed.
    I am getting this new error:-
    STACK:::::
    An unexpected error occurred: ORA-29532: Java call terminated by uncaught Java exception: java.net.SocketException: Invalid argument
    Invalid argument (WWC-43000)
    An unexpected error occurred: java.net.SocketException: Invalid argument
    Invalid argument
    at java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:125)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:112)
    at java.net.Socket.<init>(Socket.java:269)
    at java.net.Socket.<init>(Socket.java:125)
    at HTTPClient.HTTPConnection$EstablishConnection.run(HTTPConnection.java)
    (WWC-43000)
    STACK::::
    Any input on this one?
    Rgds,
    -NP

  • Unhandled Exception thrown

    hi,
    running on W2003 SP 2, CRXI's java and activex viewers throw an exception (over the obligatory white screen). First time running on this particular box.  The activex add-in does show as enabled in IE6.
    Actual error:
    Unhandled exception at 0x33dbf8e7 in iexplore.exe: 0xC0000005
    access violation reading location 0x0000004c.
    this appears when VS2005 is allowed to attempt a debug.
    Tried the same routine on a different W2003 SP2 machine earlier this week without incident.
    Any ideas on what gives?
    thanks.

    If you're using the CR Java SDK, post your query to the Java Development - Crystal Reports forum:
    SAP Crystal Reports, version for Eclipse
    Else, provide more info on what CR SDK you are using
    Also, exact version of CR (Help | About)?
    Ludek

  • Unhandled exception for uploading BW roles into portal

    Hi experts:
    I  got the following warning in the log viewer when I uploade 2 BW roles, ZB_SAP_BW_DEVELOPER
    ZB_SAP_BW_WEB_ADMINISTRATOR, into portal (7.3). They are copies of the standard SAP roles.  I succcessfully uploaded other BI roles. These are the only ones that can not be uploaded. There is no error on the portal. Upload completed 100% but these 2 roles are not in the uploaded role list.  I checked sm12 and they are not locked. Wonder if anyone has had the same issue and solution?
    Log viewer warning:
    The following unhandled exception: [java.lang.NullPointerException: while trying to load from an object array loaded from local variable 'templateUrlArr'] was detected in [Thread[RoleUpload_1312911561066,5,Dedicated_Application_Thread]]
    Thanks

    Hi Tiberiu,
    I am also getting the same while uploading the BW 3.5 role to Portal 6.0, Role gets created but iviews throws the same error as you are getting.
    Please help if you have found the solution for the problem.
    Thanks in advance.
    Bhuvnesh Goel

  • FRM-40735: ON-POPULATE-DETAILS trigger raised unhandled exception ORA-06508

    Dear All,
    I checked this forum before i post this thread. But i didn't get any solutions.
    Recently we have migrated our production database from 10gR2 to 11g EE R11.2.0.1.0 - 64bit.
    We are continuing 10gR2 version as our oracle application server after migration.
    Now we are facing a problem - When we open a screen and query the records we are getting an error as
    FRM-40735: On-Populate-Details trigger raised unhandled exception ORA-06508.
    Then the details are not populating.
    We are getting this error indefinitely. In the same screen if we close it and open then its not throwing an error.
    After some times it shows the same error. may be in any form. Due to this we can't even debug the code part.
    Command used to compile all plls
    for %%i IN (*.pll) do frmcmp module=%%i userid=userid/pw@connectstg batch=yes module_type=LIBRARY compile_all=yes window_state=Minimize
    Same way we compiled the forms mmbs. OLBS no change.
    We tried manually compilation of plls too.
    We didn't made any change in the On-Populate-Details. Frequently irregular indefinite
    Thanks in Advance,
    Regards
    Balaji M

    The "ORA-06508: PL/SQL: could not find program unit being called" error is caused when Forms can't find the program unit being called or the status of the program unit is "Invalid." Have you checked the particular program unit being called to ensure it's status is "Valid?"
    Also, the On-Populate-Details triggers is system generated. You might need to drop and recreate the related Releationship in order to fix the issue.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Main thread isAlive() after an unhandled exception

    It appears that the main thread is "magic" in some way; after main() dies from an unhandled exception, isAlive() still reports true and join() waits forever for the (now moribund but apparnetly undead) main thread to die.
    Is there any way to detect (reliably) whether main() is really alive, as opposed to being some sort of zombie?
    Some code which demonstrates the problem:
    public class Termination {
    public static void main (String args[]) {
    Waiter w = new Waiter();
    w.start();
    try {
    Thread.currentThread().sleep(1000);
    catch (InterruptedException e) { }
    throw new RuntimeException("Bang!"); // the thread is still
    } // alive after this???
    class Waiter extends Thread {
    Thread t;
    public Waiter () {
    t = Thread.currentThread();
    public void run () {
    while (t.isAlive()) {
    System.out.println("Waiting for " + t);
    try {
    t.join(500);
    catch (InterruptedException e) {
    System.out.println("Interrupted");
    System.out.println("Joined " + t);
    System.out.println("Terminated: " + t);
    }

    This is not necessarially a solution or answer to your question, but an observation.
    The scope from whence the thread was spawned is main, main itself executes to completion. When the exception is caught, main is no longer executing once finally() is called. However, the Thread that is spawned is still alive and well, it continues to interact with itself. The thread needs to be destroyed. Check out my changes.
    Main is "dead" when the exception is thrown, and caught is called or if finally is defined it is called, I believe.
    public class Termination {
        public static void main (String args[]) {
            Waiter w = new Waiter();
            w.start();
            try {
                Thread.currentThread().sleep(1000);
            } catch (InterruptedException e) {
                w.destroy();  //destroy child thread
                //throw new RuntimeException("Bang!");
        class Waiter extends Thread {
            Thread t;
            public Waiter () {
                t = Thread.currentThread();
            public void run () {
            while (t.isAlive()) {
                System.out.println("Waiting for " + t);
                try {
                    t.join(500);
                } catch (InterruptedException e) {
                    System.out.println("Interrupted");
                    System.out.println("Joined " + t);
            System.out.println("Terminated: " + t);
    }

  • Debugger - unhandled exception trapping?

    3.1.681
    Can someone explain to me how to set up a Debugger trap for any unhandled exception?
    I use Debug | Run | Exception Breakpoint (lit) | Unhandled Exception Throw (lit ) but it doesn't seem to save (When I come back it is unlit again)? Is there something more that needs to be done?
    grin Is was fun looking at the documentation like "Step Over to Step Over the method" and then determining that "Step Over==Step" in other debuggers, and I can't find a "Step Over" ( or Skip ) function? sigh If each new town incorporated makes its own vocabulary, changing definitions while using the same words as another town.... well, I guess that's a really common issue in computer application tools.

    You make me smile! Ok, the terms are confusing. I'm not going to lash anyone with a wet noodle, but hopefully the docs will get better, without any tortellini torture.
    Ok, Step Over does execute the method without stopping (unless it encounters a real breakpoint somewhere). What you want is to NOT execute the method. Ok, we have such a feature (starting with JDev 3.1 I think), but it is only available with OJVM, which hopefully you are using! (Unless you specify -classic or -hotspot in the Java VM Parameters field of the Run/Debug tab in the project properties dialog box, then you are probably using OJVM).
    Click in the editor and place the text cursor on the line that you want to skip to. Don't put the text cursor on the line you want to skip over, but do put it on the line where you want to end up. Then go to the main menu and choose Debug -> Set Next Statement. That will move the execution point of the current thread to the line where the text cursor is, without executing any code.
    If the menu item is grayed, check the following:
    1. You are using ojvm. You can verify this by looking in the message view while you are debugging. The message view shows the command which was used to start your program in debug mode. After the "...\jre\bin\java" part, there should be a -XXdebug. Note that there are two Xs. If -XXdebug is present, it means that you are using OJVM. If you see -classic or -hotspot or -Xdebug (only one X), then you are not using OJVM.
    2. The text cursor in the code editor is on a valid and executable line of java code. Make sure it is not on a comment.
    3. The text cursor is within the same method as the execution point. We don't let you "jump" into a different method.
    Be very careful using this feature. We call it a buyer-beware feature. If you skip over initialization of local variables, you are likely to get into trouble very quickly, especially if the uninitialized variable is not a primitive type. If you skip over code which is "necessary" to the rest of you program, you are going to get into trouble.
    You can also use this feature to repeat the execution of a statement. For example, if you pressed Step Over but you meant to Trace Into, you can put the cursor BACK on the line you wanted to trace into, do Set Next Statement, and then do Trace Into. Again, buyer-beware: if the code you are repeating causes side effects, then it may not be safe to repeat it.
    About the exception breakpoint stuff. The problem arises from mixing old and new debugger architectures, which happened when we started supporting JDK 1.2 (new) and continued to support JDK 1.1 (old). The user interface was mostly written when we only supported JDK 1.1, and the UI basically matched the underlying debugging support. However, the debugging support we have in JDK 1.2 is a little different, so we try our best to match an old user interface to the new underlying debugging support.
    Did you happen to go to Oracle Open World and check out JDev 5, which was shown at the "campground"? With JDev 5, we can all look forward to a better product, where the UI can be re-designed (where necessary) to better match the underlying capabilities.
    Liz
    null

Maybe you are looking for

  • HT1408 how do I transfer drivers from a disc on my pc to my mac mini?

    I could REALLY use some help here.... I'm trying to transfer my "mobile pre" installer disc from my pc to mac but the migration assistance will only tranfer emails, contacts etc. I need the drivers in order to run my pro tools.

  • Problem unzipping downloaded Solaris 10 from oracle site

    Hi All, I have a serious problem downloading solaris 10 from the official oracle site. Whenever i want to unzipped the downaloaded zipped file containg the iso DVD solaris the file gets corrupted after a successful downlaod. Is it a problem from the

  • Need help with Premiere Pro 2.0

    I have a very old labtop that was running out of disk space.  I opened up the "Preview" folder of Adobe Premiere Pro 2.0 and deleted all the preview files.  Now Adobe Premiere Pro 2.0 will not open.  When it gets to "Loading Write_on.aex", I get this

  • Had a bad IPS SSM-20 RMA for new one now license needs to be transfered?

    Now the licence for the IPS on my account service contract is different from the one installed. the serial numbers are different? How can I get the one I returned via RMA and have a license for the new serial number?

  • IGMP Snooping IPTV SG200-08

    For having 3 settopboxes for iptv I have setup vlan 3 for iptv. IGMP snooping is enabled for vlan 3 with the default settings and port 5 (incoming iptv) is enabled as IGMP Mrouter. In the multicast forwarding table vlan 3 is set to filter unregistere