Xcelsius Integration  with  BPC MS version - Error

Hi
I am trying to integrate xcelsius tool  with  BPC MS version.i am  getting below error when I try to check the configuration..can anyone help on this?
**Server Error in '/OSoft' Application.**
**Parser Error**
**Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.**
**Parser Error Message: Could not create type 'XcelsiusService.QueryResults'.**
**Source Error:**
**Line 1:  <%@ WebService Language="c#" Codebehind="QueryResults.asmx.cs" Class="XcelsiusService.QueryResults" %>**
**Source File: C:\BPC\Websrvr\Web\App\XcelsiusService\QueryResults.asmx Line: 1**

The SAP BusinessObjects EPM Connector add-on file is included in the SAP BusinessObjects
Extended Analytics Analyzer Support Package setup. The setup installs Extended Analytics
Analyzer and copies the EPMConnector.xlx file in the EPMConnector sub-folder of the Extended
Analytics Analyzer installation folder.
You can find the software here:
http://service.sap.com/swdc
Installations and Upgrades - Entry by Application Group --> SAP BusinessObjects Portfolio --> SBOP Extended Analytics -- > BOBJ Extended Analytics 7.5 --> Installation
You can find the user guide here -- note that it is confusingingly found under Financial Consolidation
http://service.sap.com/instguides
SAP Business Objects --> EPM --> Financial Consolidation --> 7.5 --> SAP BO EPM Connector User Guide 7.5
http://service.sap.com/~sapdownload/011000358700001297252009E/EPMConnector75_en.pdf
More information can be found in the BPC 7.5 NW Master Guide
http://service.sap.com/~sapdownload/011000358700001106942009E/SBOP_PC_75_NW_SP03_Master.pdf
Best regards,
[Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
SAP Labs, LLC
BusinessObjects Division
Americas Applications Regional Implementation Group (RIG)

Similar Messages

  • Xcelsius integration with BPC - MS Versions - Error

    Hi
    I am trying to integrate xcelsius tool  with  BPC MS version.i am  getting below error when i test teh webservice....
    can anyone  help on this?
    Server Error in '/OSoft' Application.
    Parser Error
    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
    Parser Error Message: Could not create type 'XcelsiusService.QueryResults'.
    Source Error:
    Line 1:  <%@ WebService Language="c#" Codebehind="QueryResults.asmx.cs" Class="XcelsiusService.QueryResults" %>
    Source File: C:\BPC\Websrvr\Web\App\XcelsiusService\QueryResults.asmx Line: 1

    The SAP BusinessObjects EPM Connector add-on file is included in the SAP BusinessObjects
    Extended Analytics Analyzer Support Package setup. The setup installs Extended Analytics
    Analyzer and copies the EPMConnector.xlx file in the EPMConnector sub-folder of the Extended
    Analytics Analyzer installation folder.
    You can find the software here:
    http://service.sap.com/swdc
    Installations and Upgrades - Entry by Application Group --> SAP BusinessObjects Portfolio --> SBOP Extended Analytics -- > BOBJ Extended Analytics 7.5 --> Installation
    You can find the user guide here -- note that it is confusingingly found under Financial Consolidation
    http://service.sap.com/instguides
    SAP Business Objects --> EPM --> Financial Consolidation --> 7.5 --> SAP BO EPM Connector User Guide 7.5
    http://service.sap.com/~sapdownload/011000358700001297252009E/EPMConnector75_en.pdf
    More information can be found in the BPC 7.5 NW Master Guide
    http://service.sap.com/~sapdownload/011000358700001106942009E/SBOP_PC_75_NW_SP03_Master.pdf
    Best regards,
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP Labs, LLC
    BusinessObjects Division
    Americas Applications Regional Implementation Group (RIG)

  • BOBJ BI Integration with BPC 5.x

    Hello experts
    I'm looking for documents/PPT on BOBJ BI integration with BPC 5.x (road map e.t.c). I look forward reading any information you may have on this subject.
    Many thanks in advance
    best regards
    Ben

    Hey Ben,
    The plans for BOBJ integration are targeted specifically for our BPC 7.5 release. We may get some of this stuff to be backwards compatible with BPC 7.0 or BPC 7.0M, but no promises yet as we haven't worked out the nature of integration yet. There are no plans to do direct BOBJ integration with BPC 5.x.
    Cheers,
    Prakash
    Product Manager - Financial Performance Management
    Business Objects, and SAP Company

  • JDeveloper integration with Serena PVCS Version Manager

    I have seen that Oracle JDeveloper 10.1.3 now supports Serena Dimensions for versioning. What about Serena PVCS Version Manager 8.1? Are there any plans to integrate JDeveloper with the PVCS Version Manager?

    Hi all,
    Ward - Brian is absolutely right. As I said in my first posting on this topic (above), we have
    not yet developed an extension for JDeveloper to enable users to work with PVCS Version
    Manager, which I believe is a specific product, rather than an interface.
    This is why I'd greatly appreciate it if you could possibly provide more details of this Interface
    and indeed what Oracle support for PVCS with JDeveloper Merant referred to. Please see my
    first posting above for more details.
    Brian - I'm sorry you do not agree with our approach of using the open published SCM Framework
    to build your own extensions for using JDeveloper with other source code control tools than those
    we support.
    In an ideal world, we would have been able to offer support for every source code control tool on
    the market with our first release of 9i JDeveloper. We were very keen to be able to achieve this and
    we still plan and are currently looking into supporting more tools going forward and as many tools as
    possible in the long term.
    Unfortunately, we only have limited time available for each release and based on the feedback we
    received, after our committment to support Oracle9i SCM, CVS and ClearCase were the most requested.
    Therefore, we tried to reach a compromise to enable users to provide their own support for a specific
    tool should they wish, if they did not use any of those tools supported. Indeed, our research suggests
    that the market for source code control tools is quite fragmented and that customers use a wide range
    ot tools. So, we decided to publish our own SCM Framework, the same one we used for the SCM, CVS
    and ClearCase support, in order to help users build their own extensions in a similar way to ours.
    Hope this helps,
    Regards,
    Dominic Battiston
    JDeveloper Product Management
    Oracle Corp

  • Urgent :-Need Help in DOtnet Dll integration with CFM 8. for error "java.lang.NullPointerException"

    Hi Everyone,
    I am trying to intergrate Dotnet DLL with coldfusion. The basic perpose of this DLL is putting value in cache.
    My code is working fine on my local machine but it giving me problem on live server.
    It is throwing "java.lang.NullPointerException" error.
    Description of task:-
    DLL:-
    made in : Dotnet 3.0
    Functions:-
    setCache:- setting a string into cache.
    getCache:- getting value from cache.
    ClearCache:- Clearing all value from Cache.
    Local Machine:-
    OS: window server 2003
    Coldfusion version :MX8
    coldfusion Product level:-Developer
    Result:-Task is working fine.No error what so ever.
    Live server:-
    OS: window server 2003
    Coldfusion version :MX8
    coldfusion Product level:-Standred
    Result:-Task is throwing error "java.lang.NullPointerException"

    Thanks for your response, but surely if the .NET Services was not running how can CF instantiate and dump the object with all the correct methods?
    Anyway for some strange reason there is no Coldfusion .NET service in my services control panel even though I am running CF8. I have since downloaded the .NET service installer, run it and done a restart but I can still see no such service and the error continues?
    I am running CF8 Dev on IIS 6 – Window XP pro and here is debug
    java.lang.NullPointerException
                   at com.jnbridge.jnbcore.clientTransports.d$b.close(Unknown Source)
                   at java.net.Socket.<init>(Socket.java:368)
                   at java.net.Socket.<init>(Socket.java:209)
                   at com.jnbridge.jnbcore.clientTransports.d$b.<init>(Unknown Source)
                   at com.jnbridge.jnbcore.clientTransports.d.if(Unknown Source)
                   at com.jnbridge.jnbcore.clientTransports.c.a(Unknown Source)
                   at com.jnbridge.jnbcore.clientTransports.f.a(Unknown Source)
                   at com.jnbridge.jnbcore.DotNetSideProxy.int(Unknown Source)
                   at com.jnbridge.jnbcore.DotNetSideProxy.getObjectStaticProperty(Unknown Source)
                   at System.Environment.Get_CurrentDirectory()
                   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                   at java.lang.reflect.Method.invoke(Method.java:597)
                   at coldfusion.runtime.java.JavaProxy.invoke(JavaProxy.java:87)
                   at coldfusion.runtime.dotnet.DotNetProxy.invoke(DotNetProxy.java:38)
                   at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2272)
                   at cftestDotNet2ecfm215937280.runPage(C:\Inetpub\wwwroot\his_clothing\testDotNet.cfm:20)
                   at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
                   at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
                   at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
                   at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:273)
                   at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
                   at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
                   at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)
                   at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
                   at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74)
                   at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
                   at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
                   at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
                   at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
                   at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
                   at coldfusion.CfmServlet.service(CfmServlet.java:175)
                   at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
                   at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
                   at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
                   at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
                   at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
                   at jrun.servlet.FilterChain.service(FilterChain.java:101)
                   at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
                   at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
                   at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
                   at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
                   at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
                   at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
                   at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
                   at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
                   at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

  • SAP Jam Integration with Cloud For Customer error

    Hello Experts,
    We are integrating SAP Jam with Cloud for Customer tenant. We have followed the instructions that are mentioned in 1311 guide for SAP Jam integration.
    But right now we are getting an error on SAP FEED work center and Account View.
    Error that we are getting is as follows:
    You are not authorized to access /c/C0000209652T.com/widget/v1/feed?wid=1&auth=single_use_token&skin=gr&faces=true&type=follows&num_items=30&avatar=true&live_update=true&mobile=false&post_mode=inline&reply_mode=inline&single_use_token=&locale=en
    Kindly help us understand the mistake or step that we might have skipped.
    Thanks & Regards,
    Chandan Bankar

    My example in the document deals with User ID as key_identifier.
    ie., we need a unique key which is common to both servers so that we can identify accounts. This is done through assertion attribute exchange.
    For eg, if I have an account with userID vatsav in C4C, then I must have an account with same userID in JAM (or vice versa) provided I set UserID for "Account Name Origin" in Step 10.
    Doing this way, I am telling JAM that I am using UserID as an assertion attribute which identifies both my accounts in C4c and JAM without any problem. When you login into C4C using vatsav as UserID, it automatically searches feeds for same userID in JAM and displays them in Mashup.
    It's a big concept actually. Implementation's already done by SAP.
    Hope, I am clear.

  • App-V 5 SP2 (RDS) application integration with multiple office versions - general question

    So I have been testing Office 2013 with app-V 5 SP2 and the package size is a hefty 1+GB with Visio and Project thrown in and I am not convinced by the speed and efficiency of delivering office 2013 this way (shared content mode) so I am thinking of
    pre-installing Office 2013 on my XenApp servers instead.
    However, we have some applications that integrate with office 2007 as they are not yet certified with Office 2013. Am I right in thinking that if I package Office 2007 and add it to a connection group with the other application, then that app will use Office
    2007 regardless of Office 2013 being installed on the local OS?
    Thanks

    Hello,
    This depends on how it technically integrates with Office 2007. Without knowing, or testing, how that is done it is not possible to state which version will be used.
    See this general article on howto nativelly  install and use multiple versions of Office;
    http://support.microsoft.com/kb/290576/en-us
    I suggest you test your scenario and try to understand how your specific application interacts with Office.
    Nicke Källén | The Knack| Twitter:
    @Znackattack

  • UCS integration with vSphere - invalid URI error

    Hi,
    I am struggling to integrate UCS Manager with vSphere vCenter.
    The vCenter extension is being exported from UCSM without any errors, but when trying to install the plugin via vCenter Plug-in Manager I am getting this error:
    "Invalid URI: The URI is empty"
    I've found this on the web, but this doesn't bring me any closer to resolving the problem:
    http://terenceluk.blogspot.com/2010/11/error-message-when-clicking-on-download.html
    Any hints?
    Regards,
    Radek

    Hi Radek,
    So as long as the file is registered in the plugins within vCenter, and they show up in the list of plugins, then that is all you need to do. You do NOT need to click the "Download and Install" button as it will not work, as you have experienced. This is because it is an XML document used to enable and validate communication between UCS/Nexus 1000v and your vCenter server. There is no actual application that is executed and needs to be installed.
    Hope that helps to clarify
    Thanks,
    Michael

  • ADF Mobile App integration with webservices, connection refused error

    I created an ADF application for department search with business components and exposed this as a webservice. I can access the WSDL locally from a browser. Then created an ADF mobile application and deployed it to android emulator. I am able to deploy the application to emulator and I can see the app on Android emulator. When I try to search for any department, I am getting "cannot connect to localhost on port 7101 : connection refused". My server is started already and the port number is also correct. Did any one came across this issue before? Even the WSDL URL is not accessible from the browser of android emulator.
    Edited by: adf_forum on Nov 16, 2012 2:16 PM

    Hi,
    One more thing to keep in mind is that Android emulator is itself a network host, and localhost will likely loop back into itself, i.e. emulator. Please try to set up the WLS to listen on an actual IP address for your development machine, create your WS DC using this real IP address, and then try to deploy/run the app.
    If you need to retrofit your app with an new IP address, please keep in mind there are several places you would need to manually fix up, including the connections.xml file.
    In general, if the device emulator's browser cannot hit a web service, then the ADF Mobile app will also not be able to hit a web service.
    The most reliable way is to treat the emulator like an actual device, then work out your application's connection accordingly.
    Thanks,
    Joe Huang

  • OIM 9.1.0 Integration with Active Directory 2008 R2

    Hi,
    My customer is running Root/Child AD structure based on windows 2003 w/SP2, OIM 9.1.0 deployed under one of the child domains, and integrated with child domains controllers which runs windows server 2003 as well.
    My customer has decided to upgrade his AD to Windows Server 2008 R2 domain controllers across the entire AD Forest and still wants to integrate the current OIM v9.1.0 with AD for all of his Users provisioning and password synchronizations.
    Am not sure if current OIM version of OIM 9.1.0 is compatible and supported by OIM v9.1.0 under active directory version 2008 / R2, and not sure if it can be integrated with such AD version.
    Any guidance is really appreciated.
    Also I was thinking of such scenario but also not sure of its support ability and if OIM will keep working on such scenario, the scenario is to upgrade only the AD root domain to Windows 2008 R2 while keeping the child domain holding the OIM 9.1.0 at Windows 2003 version.
    Is this a working and supported scenario by OIM v9.1.0 ?

    I believe you question should be if the connector supports this architecture. Check out the versions supported for the connector you are using and you should be good.
    -Bikash

  • BPC Xcelsius integration

    Hi All,
    I want to know whether BPC 7.0 version supports integration with Xcelsius if it is then how it is doner else  7.5 version only supports full integration.
    Thanks,
    Raghu.

    Hi,
    For 7.0 we have an integration with XCelsius but of course we have also some limitation.
    You can use the follow HTG from follow link http://wiki.sdn.sap.com/wiki/display/BPX/EnterprisePerformanceManagement%28EPM%29How-to+Guides.
    This can help you to use XCelsius with SAP BPC 7.0.
    Taking in consideration that 7.5 is able to use CMS authentication from BO we can say in 7.5 we have fully integration of SAP BPC 7.5 with Xcelsius and not only with Xcelisus. We ca say we have a fully integration with almost all BO interface like Voyager, Webi.
    We prepared an RKT material which will be distributed very soon providing details about integration with BO interface.
    I hope this will help you.
    Regards
    Sorin Radulescu
    Edited by: Sorin Radulescu on Nov 25, 2009 9:27 AM

  • Get error while Integrating with Oracle's Enterprise User Security

    Hi,
    I am trying to create an Oracle Enterprise User integrating with OVD and MS Active Directory.
    I am following all the steps in Integrating with Oracle's Enterprise User Security.
    In the documentation section: "Configuring Oracle Virtual Directory for the Integration"
    I have applied the steps successfully until:
    Update and load the entries into the Local Store Adapters by performing the following steps:
    I have successfully extended the Oracle Virtual Directory schema with the loadOVD.ldif
    However I am getting errors in the next step: Update realmRoot.ldif to use your namespaces
    The next step states the following:
    Update realmRoot.ldif to use your namespaces, including the dn, dc, o, orclsubscriberfullname,
    and memberurl attributes in the file. If you have a DN mapping between Active Directory and
    Oracle Virtual Directory, use the DN that you see from Oracle Virtual Directory.
    The realmRoot.ldif file is located in ORACLE_VIRTUAL_DIRECTORY_HOME/eus,
    where ORACLE_VIRTUAL_DIRECTORY_HOME represents the location where Oracle Virtual Directory is installed.
    The realmRoot.ldif file contains core entries in the directory namespace that Enterprise User Security queries. The realmRoot.ldif file also contains the dynamic group that contains the registered Enterprise User Security databases to allow secured access to sensitive Enterprise User Security related attributes, like the user's Enterprise User Security hashed password attribute.
    Load your domain root information in the realmRoot.ldif file into Oracle Virtual Directory using the following command:
    ldapmodify -h Oracle_Virtual_Directory_Host –p OVD_Port -D cn=admin -w Admin_Password -v -a –f realmRoot.ldif
    When I run the ldapmodify command I get the following error:
    add dc:
    testldap
    add objectclass:
    top
    domain
    domainDNS
    adding new entry DC=testldap,DC=local
    ldap_add: Operations error
    ldap_add: additional info: LDAP Error 1 : null
    The actual realmRoot.ldif looks like this:
    # Please uncomment the following one line if you are importing this
    # LDIF file via OVD Manager or OVD Server's ldapmodify tool.
    #version: 1
    #dn: dc=com
    #dc: com
    #objectclass: domain
    dn: DC=testldap,DC=local
    changetype: add
    dc: testldap
    #o: subarashii
    objectclass: top
    objectclass: domain
    objectclass: domainDNS
    #objectclass: orclSubscriber
    #orclsubscriberfullname: subarashii
    #orclVersion: 90400
    # If your domain structure has more layers than dc=subarashii,dc=com,
    # for example, it's dc=us,dc=subarashii,dc=com, you will need to load
    # the following ldif entry/entries too.
    # Uncomment out the following, if required.
    #dn: dc=us,dc=subarashii,dc=com
    #orclversion: 90400
    #orclsubscriberfullname: us
    #objectclass: domain
    #objectclass: top
    #objectclass: orclSubscriber
    #dc: us
    # Adding EUSDBGroup entry
    # Modify the memberurl attribute and replace it with your own domain name
    #dn: cn=EUSDBGROUP,dc=subarashii,dc=com
    #cn: EUSDBGROUP
    #memberurl:ldap:///dc=subarashii,dc=com??sub?(&(objectclass=orclService)(objectclass=orclDBServer))
    #objectclass:groupofuniquenames
    #objectclass:groupofurls
    #objectclass:top

    Did you ever get your questions answered about the realmRoot.ldif file? Did you manage to configure a successful integration of OVD with EUS? I am battling with trying to get Oracle Virtual Directory integrated with Enterprise User Security, but every step I take in Chapter 7 of the OVD manual fails in some way, and the instructions are often vague. I am not sure how to modify the realmRoot.ldif file. Is there any improved documentation on this? I have logged a Service Request, but not getting any help. Any resources or documentation you know of that provides better guidance would be much appreciated. I am way behind my schedule now and this is a very frustrating exercise.
    Thanks.

  • Error when running Dashboard with BPC 10 Connection

    Hello Experts,
    I am trying to preview my created Dashboard with BPC 10 Connection. Upon clicking Preview I encountered an "UnSupported Excel Function" error.
    When I clicked OK and tried to refresh my report, another error came up:
    Have you encountered these errors before?
    Thanks!
    Regards,
    Joana

    Hi Joana,
    Please refer knowledge base article 1741089 - Dashboard design error message: Unsupported Excel function EPMOlapMember - which says the same:
    Cause
    This is normal product behavior. Only native Excel functions which are
    supported by Xcelsius should be used for generating the dashboard.
    The embedded spreadsheet does not support all Excel functions. It does not
    support macros, conditional formatting, linking to other external spreadsheets,
    and some formula functions.
    Resolution
    Use only functions that are supported by Dashboard Design (Xcelsius).
    For a full list of supported functions, see the section Supported Excel
    functions in the Dashboards and Presentation Design User Guide available form http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_dashD_user_en.pdf.
    Hope this helps.
    Regards,
    Kalyan.

  • Which Ms office version works with BPC 5.1 sp3

    Hello, just as the subject says which office versions runs with BPC 5.1 sp3?
    Best Regards
    Jojo

    There are some issues with BPC 5.1 and Office 2007.  Some that I've experienced (I believe we're also on SP3)....
    You have to be careful when saving reports and input templates in BPC for Excel - make sure they are saved in the 2003 version, not 2007.
    Also, if you have Excel 2007 and you maintain dimension members within the BPC Admin console, you have to save the changes, get out of the member sheet, then go back into the member sheet and process the dimension.  If you try to process right after saving, you get an error.  But if you back out of the member sheet between the save and process, then the process works just fine.
    Search OSS for Search term Office 2007 and Application area EPM-BPC*to find additional information regarding BPC and Office 2007.

  • Error while running SSRS 2012 report integrated with SharePoint 2013

    Hi,
    Our reporting services environment has SSRS 2012 integrated with SharePoint 2013. The SharePoint 2013 farm has 2 web front ends, 1 app server and a separate server for reporting services i.e SSRS 2012 .
    We have created a https web application in SharePoint 2013 and all the SSRS 2012 reports are deployed into a "Report Library" residing in its root site collection.
    The simple reports are running well. But there is a report where we have 3 multi-value parameters. On running this report in IE or Chrome, we get the error "Sys.WebForms.PageRequestManagerParserErrorException: The message received from the
    server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled. Details: Error parsing near ' <!DOCTYPE html PUB'."
    Some of the forums suggested to add the below entry in the web config of the SharePoint web app where the SSRS reports are deployed. We did that too, still the error is appearing. Please can anyone help .
    <appSettings>
    <add key="aspnet:MaxHttpCollectionKeys" value="100000" />
    </appSettings>
    Thanks

    Hi Surendra,
    I have tested on my local environment and the issue can be caused by the session time out ,the time out of the report precessing, database timeout,DataSet query execution timeout and so on.
    I would like to confirm that the refresh you have mentioned is the page refresh or the report reloading?
    Please reference to the setting below to don't limit the timeout values if you got the report reloading:
    Point to a report in the library.
    Click the down arrow, and select Manage processing options.
    In Processing Time-out, select Do not time out report processing or
    Limit report processing in seconds if you want to override that value with no time-out or different time-out values.
    If you got the session timeout that refresh the page, please reference to the setting in below article:
    http://msdn.microsoft.com/en-us/library/gg492284.aspx#bkmk_session_settings_section
    Details information in the article below about the timeout setting for your reference:
    Set Processing Options (Reporting Services in SharePoint Integrated Mode)
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu
    If you have any feedback on our support, please click
    here.
    Vicky Liu
    TechNet Community Support

Maybe you are looking for