Xcelsius error when export to sap business object platform (Infoview)

Dear Expert,
need your help to solve my problem, currently
currently i problem when export Xcelsius swf into BOE Platform, the export is run well, my swf is stored in infoview.
but the problem is when i try to access the swf file in infoview, it's always give me error :
{quote}
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: com/crystaldecisions/thirdparty/com/ooc/FSSL/TrustDecider
     org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:512)
     org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
     org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
     org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
root cause
javax.servlet.ServletException: com/crystaldecisions/thirdparty/com/ooc/FSSL/TrustDecider
     org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:843)
     org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:776)
     org.apache.jsp.jsp.Flash_005fView.view_jsp._jspService(view_jsp.java:236)
     org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
     org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
     org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
     org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
root cause
java.lang.NoClassDefFoundError: com/crystaldecisions/thirdparty/com/ooc/FSSL/TrustDecider
     com.crystaldecisions.enterprise.ocaframework.ServiceMgr.<init>(ServiceMgr.java:616)
     com.crystaldecisions.enterprise.ocaframework.ServiceMgrFactory.getServiceMgr(ServiceMgrFactory.java:64)
     com.crystaldecisions.sdk.occa.security.internal.SecurityMgr.<init>(SecurityMgr.java:120)
     com.crystaldecisions.sdk.occa.security.internal.SecurityFactory.makeSecurityMgr(SecurityFactory.java:155)
     com.crystaldecisions.sdk.framework.internal.SessionMgr.<init>(SessionMgr.java:240)
     com.crystaldecisions.sdk.framework.internal.CEFactory.makeSessionMgr(CEFactory.java:94)
     com.crystaldecisions.sdk.framework.CrystalEnterprise.getSessionMgr(CrystalEnterprise.java:121)
     com.businessobjects.webutil.clientaction.ActionHelper.getEnterpriseSession(ActionHelper.java:284)
     com.businessobjects.webutil.clientaction.ActionHelper.getEnterpriseSession(ActionHelper.java:234)
     org.apache.jsp.jsp.Flash_005fView.view_jsp._jspService(view_jsp.java:66)
     org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
     org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
     org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
     org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
note The full stack trace of the root cause is available in the Apache Tomcat/5.5.20 logs.
{quote}
tomcat stdout.log
{quote}
Jun 15, 2010 2:12:42 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet jsp threw exception
java.lang.NoClassDefFoundError: com/crystaldecisions/thirdparty/com/ooc/FSSL/TrustDecider
     at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.<init>(ServiceMgr.java:616)
     at com.crystaldecisions.enterprise.ocaframework.ServiceMgrFactory.getServiceMgr(ServiceMgrFactory.java:64)
     at com.crystaldecisions.sdk.occa.security.internal.SecurityMgr.<init>(SecurityMgr.java:120)
     at com.crystaldecisions.sdk.occa.security.internal.SecurityFactory.makeSecurityMgr(SecurityFactory.java:155)
     at com.crystaldecisions.sdk.framework.internal.SessionMgr.<init>(SessionMgr.java:240)
     at com.crystaldecisions.sdk.framework.internal.CEFactory.makeSessionMgr(CEFactory.java:94)
     at com.crystaldecisions.sdk.framework.CrystalEnterprise.getSessionMgr(CrystalEnterprise.java:121)
     at com.businessobjects.webutil.clientaction.ActionHelper.getEnterpriseSession(ActionHelper.java:284)
     at com.businessobjects.webutil.clientaction.ActionHelper.getEnterpriseSession(ActionHelper.java:234)
     at org.apache.jsp.jsp.Flash_005fView.view_jsp._jspService(view_jsp.java:66)
     at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
     at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
     at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
     at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Thread.java:595)
{quote}
i tried create a simple "hello word" swf and export to infoview, but still give me same error.
thanks in advance.
Luqman
Edited by: luqman hakim on Jun 15, 2010 9:17 AM

Sebastian Koeffer wrote:
Hi Gowda,
>
> an instance of the report did not solve our problems. Even if it does, this is not our preferred solution. Anyway we would like to prefer to use the direct universe connection (Create new universe query) instead of linking to a Webi or Crystal report.
>
> Best regards,
> Sebastian
Hi  Gowda Timma Ramu,
i create an instance of report by USER1...  and.....  dashboard is pointed to latest instance.
when i refresh a dashboard (by clicking on refresh button) it requires login to infoview ... i login to infoview by USER 2 not by USER1.....
it showing an error
_The current refresh option requires a report instance that does not exist. (LO 26301)_
Note:-But data is changing in dashboard
any solution for solving this error.
Its urgent...
Thank You.

Similar Messages

  • SWF exported to SAP Business objects Platform doesn't refresh

    Hi Expert,
                       I have exported the XLF file to Sap Business Objects Platform.
    Can anyone please help me in  suggesting , why it is not refreshing? I scheduled the reports and am trying to get the latest instance of the webi reports.
    I am using live office connection. So I was suggested to use this way of exporting for automatic refreshing of data from the webi reports.
    My Built:
    Xcelsius Enterprise 2008 SP3  with hot fix 3.1,3.2,3.3
    Business Objects Live office XI 3.1 SP2
    Regards,
    Anamika.

    Hi Stratos,
                      I have already installed Fix Pack 2.5 in live office client .
    The situation is that I  have a bar chart  plotted  where KPI values are there against the dates(on X-axis). So, suppose I
    exported the SWF on 2nd Dec . I have  the date starting from 1st Nov to till date on the X axis of bar chart.
       I scheduled the webi reports on 7th dec where i changed the start date in the query filter to 28 nov
    and then observed the SWF in Infoview.
    Results:
    1. Dates on X -axis are changed . Starts from 28 Nov instead of 1 nov.
    2. The data values are not coming for the dates after 2nd Dec.
    It means I am not getting the values for the dates after I exported the SWF
    Can you suggest me something.
    regards,
    Anamika

  • I have error while testing the system created from a sap business objects template in SAP portal

    I have error while testing the system created from a sap business objects template in SAP portal. Error text:
    com.sapportals.connector.connection.ConnectionFailedException: Connection Failed: A nested exception occurred. Could not initialize physical connection. Connection Failed: A nested exception occurred. Could not initialize physical connection. Connection Failed: A nested exception occurred. Could not create JCO connection. 'mshost' missing
    I configure integration SAP portal and SAP BW system. All system requirements are complied.
    Environment
    SAP Business Objects 4.0
    SAP BW 7.31
    1.     I configure SSSO between SAP BW and SAP Business Objects Enterprise 4.0
    2.     Next I setting integration SAP PORTAL with SAP BW system
    3.     I download certificate from portal. Select Certificates and key (http://sapserver:port/nwa) – See scren_
    4.     In next window selected Ticketkeystore and Saplogonticketpair-cert( near part window form)
    5. Select Export entry button and binary format file certificate for download. Press download.
    6.     Save certificate file in local PC folder
    In next step need export certificate file to SAP system. Sequence of step:
    1.       Run STRUSTSS02 transaction .
    2.       Chose certificate ->import.
    3.       Select downloaded certificate file
    4.       Select Add to certificate list button and Add to ACL button
    5.       Inter System ID and Client(000)
    6.       In next I download iview sap business objects template into sap portal: System administration->transport->Import. And select and download sap business Objects iview template in .epa format into sap portal.
    7.       Result – downloaded iview.
    8.       In next step I create system from template. System administration->system landscape.
    9. In next step I input parameters for my system in Connector category, Sap business objects and user management categories: See screen _2
    10.   When I created the system and test the connection error occurred: See screen_3
    This issue is important enough. I would be grateful for opinions and ideas. Thanks in advance.

    Did you find a solution?

  • Xcelsius (SWFfile) performance after exporting to Business objects platform

    Hello,
    I am facing a problem wherein the SWF file takes time (almost 1-2min) to load the refreshed data in Infoview portal
    i.e. after exporting the xlf file to Business Objects platform.
    Following are the system details:
    1) Business Objects XI Release 3.1
    2) Xcelcius Engage/Enterprise 2008 SP3 Windows (file name: 51038212.ZIP) version 5.3.0.0 build number 12,3,0,670.
    Following are the dashboard details:
    1)2 tab sets
    2)column charts
    3)combo boxes
    4)spreadsheet tables
    5)quite a few images and logos embeded
    In the xlf file, we have used the Refresh on load option in
    Data manager so that the dashboard (SWF File) takes the latest WebI report instance when opened in Infoview portal.
    The SWF file is approximately 2MB in size and it uses 42 live office connections.
    Also I had read in few blogs that vlookup function is not the ideal function to be used in the excel datasheet and instead INDEX/MATCH
    can be used to improve performance. Is it true? I have tried using INDEX/MATCH function for few charts but doesn't show any performance improvement.
    Please suggest solution as to how to decrease the time it takes to refresh the live office connections and display the SWF file in Infoview portal.
    Cheers
    Lee

    Hi Lee,
    2 MB is quite heavy for a swf file. I think you should split this file in different parent-child flash files using the swf loader component and opendoc.
    Look at this forums:
    [http://www.forumtopics.com/busobj/viewtopic.php?t=85926]
    For "parent-child" on XI 3.1 with parameters and LiveOffice refresh in the child swf:
    [Calling Dashboards from Dashboards in Xcelsius 2008;
    You can have more information about pareht-child xcelsius at the official documentation in SAP markeplace.
    I hope this helps.
    Alejandro

  • Error when exporting a pdf in SAP

    She sends me the error when exporting a pdf from the SAP system, this is the message:
    X Object reference not set to an instance of an object.
    I hope I can support.
    Annex image

    See your other thread.

  • Error while connecting microsoft Excel to sap business objects

    Hi,
    I am trying to connect sap business objects to Microsoft Excel using Power Query add in but i am getting  Proxy time out connection error  when adding
    Credentials, As per the SAP documents i am using SAP Restful Web service URL when connecting to Business objects
    Details are as follows:
    Opearting System-:Windows 7
    SAP BO Platform-:BO 4.0 SP 6 (OS-Windows server 2008 R2)
    Excel Version-:Microsoft Excel 2013
    ADD IN-:Power Query
    Please check attach  Error Screen-Shot for Detail information
    Regards,
    Rupesh

    Hi,
    please be aware that you need SAP BI 4.1 SP2 at least for using Power Query
    So maybe this error results in a non suported Environment.
    Regards
    -Seb.

  • Work book save error in SAP business objects in bi platform

    Hi,
    We are facing issue for saving workbook in SAP Business objects in bi platform.
                             While saving work book it's asking user id and passowrd and webservice URL. after entering this it's asking to enter proxy user and passowrd.
    Please suggest what is the proxy id and password we need to give here or any configuration we need to do to connect workbook with sap business objects.
    Error: Proxy error 407 and Authorization failure.
    ##Screen shot attached##
    Thanks & Regards,
    Sreekanth Reddy

    Atul,
    Check if you are able to login into Manage Servers through Central Configuration Manager.
    If thats successful, the issue is either with Krb5.ini or bscLogin.conf file.
    You can check http://service.sap.com/sap/support/notes/1631734 and download the white paper to go through the settings.
    Make sure there are no white spaces in Krb5.ini and the format is correct.

  • Error while exporting/transporting the Business system from Dev to Quality

    Hi,
    We are getting the following error whil exporting/trsnporting the Business system from development(SLD) env to quality(SLD) environment. The error is
      404   Not Found
      The requested resource does not exist.
      Details:   Go to main page of this application!
    We have followed the following procedure to export :
    1. opened the business system.
    2. Clicked on export option
    3. tried to download
    then we got the above error message.
    Please provide your precious inputs to resove our problem.
    Thanks
    Ramesh

    Go through the following links for transporting XI objects.
    https://service.sap.com/~sapdownload/011000358700001684302005E/HowToSLDandXI.pdf
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0fa2c490-0201-0010-61b4-df12869c4753
    ere's a good link for what you are looking.
    Re: Transport design and configuration objects
    Here are some blogs.
    /people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi
    /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation
    Pls reward if useful

  • SAP Business Objects Analysis for Office 1.4 on Microfost Office 64-Bit Version

    Hello,
    Has anyone installed SAP Business Objects Analysis for Office 1.4 SP6 on Microsoft Office (Excel) 64-Bit Version. I am getting message "The launcher was not able to connect Analysis Add-In. Make sure that Analysis Add-In is not disabled by Office Application".
    When I activated the Analysis Add-In, I am getting below Error: "Excel experienced a serious problem with the 'analysis' add-in." and it is forcing to disable the add-in and asking to check for if any update is available. It was working fine on 32-bit Excel version.
    Thanks,
    Ram

    Hi Tammy,
    Thanks for the response. It is working fine on 32-bit Office version (with OS 64-bit). I checked the compatibility (OSS 1466118 ) and it supports Microsoft 64-bit office version. Just wanted to see if anyone had successful installation.
    Thanks,
    Ram

  • SAP Business Object Methodology

    Hi Experts,
    I'd like to know which are the methodologies to implement SAP Business Object, excluding SAP BW and includin SAP BW. I know for SAP the ASAP methodology is used, but I don´t know for SAP BO.
    Greetings & regards,
    Leonel

    >
    Leonel Massiccioni wrote:
    > I'm going to implement Xcelsius, Web Intelligence, Crystal Report and Live Office on  Windows.... But I need to konw the ways or methodologies to implement BO....
    Hi leonel, that's good. But once again, you need to indentify the following first...
    1. Who are the target audience (i.e. the end-users)?
    2. Who are going to develop the reports using those tools? Is it centralized (by BI developers or IT developers) or self-service (by the end-users themselves)?
    3. What skill set do you have in-house? Do they know know how to use those tools? Do they need training?
    4. Where are the data sources? Are you going to build a reporting data mart? Do you have the in-house resources to do so?
    5. Do you have the in-house resources to build the semantic layer (i.e. the universe which is the heart-and-soul of BusinessObjects)?
    These are just the initial questions. More will come up when you get deeper into the process. Not until you can answer all these questions, you cannot proceed. I also would like to emphasize that, while you can have a general guideline, there is really no cookie-cutter, one-size-fits-all implementation plan. It varies from company to company. You need to sit down with all the stakeholders to come up with a good plan. And once again, you should consider bringing in hire-gun to help you out. It is very important to do it right at the beginning.
    If you are using the BusinessObjects tool, you should join [ASUG|www.asug.com]

  • Runtime error when exporting to Excel

    Hi
    I'm new to this so pardon my mistakes.
    When i try to export a report (viewed in cystal reports in SAP) to excel, a runtime error occurs and forces SAP business one to close.
    In some reports, the export to excel icon on the menu bar is active, but in some it is grayed out.
    Please Help with this issue
    Win XP
    SAP 8.82 PL 15
    Crystal reports 2008 runtime engine sp3

    Hi Nagarajan,
    Sorry i do not have the screenshot but this is what the error says:
    " Runtime error !
    Program  : C:\Program Files (x86)\SAP\SAP Business One\SAP Business One.exe
    This application has requested to Runtime to terminate in an unusual way
    Please, contact the application's suport team fore more information. "
    The excel version is 2007.
    Export using other formats (pdf,word, xls data only) work fine. Its only xls with full formatting that generates the error.
    The report being exported is viewed in crystal reports within SAP.
    Thanks,
    Aziz

  • Exporting to Business Object platform - Issue

    Hi,
    For me suddenly the export-> Business Object Platform got disabled.  I am using Xcelsius 2008.  Other export options are working fine for me.
    Help me in resolving this issue.
    Thanks & Regards,
    Subbu S

    I am facing the same issue. I already upgraded from XCelsius 4.5 WorkGroup Edtion to XCelsius 2008 but my BO Platform icon is still disabled. I remember it correctly when i build the live office model with XCelsius 4.5 it was working correctly and now i am not able to push my dashboard to the BO Platform becuase the icon is disabled.
    I have noticed one thing, when you start the XCelsius 2008, the icon was still appearing and enabled but once it loaded fullly the icon gets disabled.
    Regards
    Adil
    BI Architect

  • SAP Business Objects Add-ins

    Hello,
    I have a computer with SAP Business Objects 4.1 SP2 and SAP PowerDesigner 16.5.3.2 (4343).
    When I try to enable SAP BusinessObjects Add-ins I get the error message "Add-in SAP BusinessObjects license check failed".
    Anyone can help ?
    Kr,
    Thierry

    Hello Marc,
    As ex-Sybase customer, I wasn't aware about a version "Standard Edition" vs another one.  I just made a control about which version is installed.
    I made a control and I confirm the following elements:
    - It isn't PowerDesigner "Standard Edition"
    - Client platform is Windows 8.1
    - I noticed a problem with "gacutil.exe" during initial installation of version 16.5.
    - Associated license is "EnterpriseArchitect"'
    - I confirm I cannot activate several add-ins such as "SAP Business Objects", "SAP HANA" and "SAP ERP"
    - I see all add-ins mentioned before in PowerDesigner add-ins menu (General options)
    Kr,
    Thierry

  • Error when exporting reports using MAPI

    We created a .NET class that wraps CR 2010 .NET Crystal Reports functions and made it COM visible. This class is used to create a COM object in a js script which in turn used to export reports to a PDF file with the destination MAPI.
    It exports reports just fine without any errors however if prior to instantiation the exporting class we instantiate a class that has nothing to do with the Crystal Reports functions, our exporting object throws u201CExternal component has thrown an exception.u201D error when exporting. It appears that it has something to do with the SideBySide feature. I was wondering if somebody knows what causes this and if there is a way to fix this problem.
    Thanks for your help!
    <br>
    <br>
    Below are 2 procmon.exe outputs, the first when exporting works and the second when it doesnu2019t
    <br>
    <br>
    <br>
    1) Procmon.exe output when exporting works fine
    <br>
    <br>
    <br>HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion     SUCCESS     Desired Access: Read
    <br>HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion     SUCCESS     KeySetInformationClass: KeySetHandleTagsInformation, Length: 0
    <br>HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\CommonFilesDir     SUCCESS     Type: REG_SZ, Length: 72, Data: C:\Program Files (x86)\Common Files
    <br>HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion     SUCCESS     
    <br>C:\Program Files (x86)\Common Files\microsoft shared\OFFICE12\MSO.DLL     FAST IO DISALLOWED     
    <br>C:\Program Files (x86)\Common Files\microsoft shared\OFFICE12\MSO.DLL     SUCCESS     Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened
    <br>7:16:30.7403615 AM     test.exe     4396     FASTIO_QUERY_INFORMATION     C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     Type: QueryBasicInformationFile, CreationTime: 9/17/2010 10:50:22 AM, LastAccessTime: 11/10/2010 5:47:02 PM, LastWriteTime: 9/17/2010 10:50:22 AM, ChangeTime: 2/17/2011 11:04:53 AM, FileAttributes: A
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     
    <br>C:\Program Files (x86)\Common Files\microsoft shared\OFFICE12\MSO.DLL     SUCCESS     Desired Access: Read Data/List Directory, Execute/Traverse, Synchronize, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, Delete, AllocationSize: n/a, OpenResult: Opened
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     FILE LOCKED WITH ONLY READERS     SyncType: SyncTypeCreateSection, PageProtection:
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     SyncType: SyncTypeOther
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     
    <br>C:\Program Files (x86)\Common Files\microsoft shared\OFFICE12\MSO.DLL     SUCCESS     Image Base: 0x79260000, Image Size: 0x1073000
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     Type: QueryNameInformationFile, Name: \Program Files (x86)\Common Files\microsoft shared\OFFICE12\MSO.DLL
    <br>C:\Program Files (x86)\Common Files\microsoft shared\OFFICE12\MSO.DLL     SUCCESS     Desired Access: Generic Read, Disposition: Open, Options: Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     
    <br>HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\SideBySide     SUCCESS     Desired Access: Read
    <br>HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\SideBySide     SUCCESS     KeySetInformationClass: KeySetHandleTagsInformation, Length: 0
    <br>HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\SideBySide\PreferExternalManifest     NAME NOT FOUND     Length: 20
    <br>HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\SideBySide     SUCCESS     
    <br>C:\Program Files (x86)\Common Files\microsoft shared\OFFICE12\MSO.DLL     SUCCESS     Desired Access: Generic Read, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, Delete, AllocationSize: n/a, OpenResult: Opened
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     Type: QueryBasicInformationFile, CreationTime: 9/17/2010 10:50:22 AM, LastAccessTime: 11/10/2010 5:47:02 PM, LastWriteTime: 9/17/2010 10:50:22 AM, ChangeTime: 2/17/2011 11:04:53 AM, FileAttributes: A
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     
    <br>
    <br>
    <br>//////////////////////////////////////////////////////////////////////
    <br>2) Procmon.exe output when exporting doesnu2019t work, notice that it tries to open MSO.dll at the same location as in the output above but fails, it tries then to open it at several other locations and fails
    <br>
    <br>
    <br>HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion     SUCCESS     Desired Access: Read
    <br>HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion     SUCCESS     KeySetInformationClass: KeySetHandleTagsInformation, Length: 0
    <br>HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\CommonFilesDir     SUCCESS     Type: REG_SZ, Length: 72, Data: C:\Program Files (x86)\Common Files
    <br>HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion     SUCCESS     
    <br>C:\Program Files (x86)\Common Files\microsoft shared\OFFICE12\MSO.DLL     FAST IO DISALLOWED     
    <br>C:\Program Files (x86)\Common Files\microsoft shared\OFFICE12\MSO.DLL     SUCCESS     Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     Type: QueryBasicInformationFile, CreationTime: 9/17/2010 10:50:22 AM, LastAccessTime: 11/10/2010 5:47:02 PM, LastWriteTime: 9/17/2010 10:50:22 AM, ChangeTime: 2/17/2011 11:04:53 AM, FileAttributes: A
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     
    <br>C:\Program Files (x86)\Common Files\microsoft shared\OFFICE12\MSO.DLL     SUCCESS     Desired Access: Read Data/List Directory, Execute/Traverse, Synchronize, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, Delete, AllocationSize: n/a, OpenResult: Opened
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     FILE LOCKED WITH ONLY READERS     SyncType: SyncTypeCreateSection, PageProtection:
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     SyncType: SyncTypeOther
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     
    <br>C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE12\MSO.DLL     SUCCESS     
    <br>C:\Users\Paul\projects\temp\test\Debug\MSO.dll     FAST IO DISALLOWED     
    <br>C:\Users\Paul\projects\temp\test\Debug\MSO.dll     NAME NOT FOUND     Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
    <br>C:\Program Files (x86)\Microsoft Office\Office12\MSO.dll     FAST IO DISALLOWED     
    <br>C:\Program Files (x86)\Microsoft Office\Office12\MSO.dll     NAME NOT FOUND     Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
    <br>C:\Windows\SysWOW64\MSO.dll     FAST IO DISALLOWED     
    <br>C:\Windows\SysWOW64\MSO.dll     NAME NOT FOUND     Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
    <br>C:\Windows\system\MSO.dll     FAST IO DISALLOWED     
    <br>C:\Windows\system\MSO.dll     NAME NOT FOUND     Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
    <br>C:\Windows\MSO.dll     FAST IO DISALLOWED     
    <br>C:\Windows\MSO.dll     NAME NOT FOUND     Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a

    I tried to run exporting code in a .net application and got the same error. I first created the COM object that causes the problem and then ran exporting CR functions. It works fine if I run the code without creating the COM object.
    Below is the code I used.
                Type objClassType = Type.GetTypeFromProgID("ebms.main");
                object objMain = Activator.CreateInstance(objClassType);
                try
                    object[] p = new object[4];
                    p[0] = "C:\\ebms\\co1";
                    p[1] = "C:\\ebms\\co1";
                    p[2] = "Administrator";
                    p[3] = "";
                    objClassType.InvokeMember("LoginToCompany", System.Reflection.BindingFlags.InvokeMethod, null, objMain, p);
                catch (Exception ex)
                this.RPTDoc = new ReportDocument();
                this.RPTDoc.Load(@"C:\\Users\\Paul\\Desktop\\AR Customer List.rpt");
                PdfRtfWordFormatOptions pdfOpts = ExportOptions.CreatePdfRtfWordFormatOptions();
                MicrosoftMailDestinationOptions mailOpts = ExportOptions.CreateMicrosoftMailDestinationOptions();
                ExportOptions exportOpts = new ExportOptions();
                pdfOpts.UsePageRange = false;
                exportOpts.ExportFormatOptions = pdfOpts;
                mailOpts.MailMessage = "something";
                mailOpts.MailSubject = "something";
                mailOpts.MailToList = "emailaddress";
                exportOpts.ExportDestinationOptions = mailOpts;
                exportOpts.ExportDestinationType = ExportDestinationType.MicrosoftMail;
                exportOpts.ExportFormatType = ExportFormatType.PortableDocFormat;
                try
                    this.RPTDoc.Export(exportOpts);
                catch (Exception ex)
                    MessageBox.Show(ex.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);

  • Error when determining  a number from object BI_ODS

    Error When determining a number from object BI_ODS and number 01  when flat file source system is assigned to transfer rules of infosource , when activating this error occured .
    plz need solution.

    Hi,
    Number ranges can be maintained through the transaction SNRO. For details check:
    http://help.sap.com/saphelp_nw70/helpdata/EN/2a/fa02e3493111d182b70000e829fbfe/frameset.htm
    Rgds-
    Sonal

Maybe you are looking for