1 core VS multi core in a web application: performance issue

Hi,
I'm having trouble with a web application in a multi cpu server (w2ksp4, iis+wl9.2)
I have prepared a set of JMeter stress tests, and the application is only capable to finish 5 transactions in a multi cpu (2 cpus with 2 cores each) but if I bind the JVM of the weblogic process to only 1 core, then the application can handle more than 60 transactions without errors.
I'm in production side; developers tell me "hardware problem" but it seems more likely a poorly designed application (as per my previous experience with them)
The syntoms are lot of null pointers exceptions and threads stuck when in multi core scenario.
Althought I have not put lot of details, any of you have ever seen something similar?
If anybody needs further information please feel free to ask
Thanks,
Antonio

What operating system are you using?
make sure you are trying a certificated configuration JDK and OS.
Oracle Fusion Middleware Supported System Configurations
If using unix/Linux OS based you migh be hitting low entropy issue, you can add
-Djava.security.egd=file:/dev/./urandom to JAVA_OPTIONS and retest the issue
Best Regards
Luz

Similar Messages

  • Web Application Performance Issue (WLS 12)

    Hello guys,
    I am new to weblogic and i recently downloaded weblogic server 12.1.3.0 and i created a domain and successfully deployed my web application.
    My web app is Java Based (Mainly Servlets , DWR Requests ..), the problem is that it takes for ever to start and it is very slow .
    I deployed it on Tomcat 7 previously and had no problem it was very quick.
    I tried changing the JVM Arguments (xms , xmx and XX:MaxPermSize) but no luck with that .
    Kindly can anyone help me with this issue .
    Thanks in Advance.

    What operating system are you using?
    make sure you are trying a certificated configuration JDK and OS.
    Oracle Fusion Middleware Supported System Configurations
    If using unix/Linux OS based you migh be hitting low entropy issue, you can add
    -Djava.security.egd=file:/dev/./urandom to JAVA_OPTIONS and retest the issue
    Best Regards
    Luz

  • Web Application Deployment Issue in SOA Domain

    I have a web application war file which when deployed in Weblogic 10.3.6 separately works fine.
    When I deploy the same in a SOA domain (_Weblogic 10.3.6 + SOA 11.1.1.6 + OSB 11.1.1.6_), it's throwing the below error.
    In both the cases I am targeting the application to the Adminserver only.
    I am deploying the below files:
    Application war file, jsf-1.2.war and jstl-1.2.war.
    Error:
    <Dec 2, 2012 4:19:59 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Dec 2, 2012 4:19:59 AM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Dec 2, 2012 4:21:01 AM IST> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal
    ?_nfpb=true&_pageLabel=AppDeploymentsControlPage.>
    <Dec 2, 2012 4:22:15 AM IST> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal
    ?_nfpb=true&_pageLabel=LibraryOverviewPage&LibraryOverviewPortlethandle=com.bea.console.handles.AppDeploymentHandle%28%22com.bea%3AName%3Djsf%231.2%40
    1.2.9.0%2CType%3DLibrary%22%29.>
    <Dec 2, 2012 4:22:51 AM IST> <Warning> <HTTP> <BEA-101162> <User defined listener com.sun.faces.config.ConfigureListener failed: com.sun.faces.config.
    ConfigurationException: CONFIGURATION FAILED!
    Source Document: file:/C:/Oracle/Middleware/user_projects/domains/SOA_domain/servers/AdminServer/tmp/_WL_user/MI/nkgdo/war/WEB-INF/faces-config.xml
    Cause: Class 'org.springframework.web.jsf.DelegatingVariableResolver' is missing a runtime dependency: java.lang.NoClassDefFoundError: javax/faces/el/VariableResolver.
    com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED!
    Source Document: file:/C:/Oracle/Middleware/user_projects/domains/SOA_domain/servers/AdminServer/tmp/_WL_user/MI/nkgdo/war/WEB-INF/faces-config.xml
    Cause: Class 'org.springframework.web.jsf.DelegatingVariableResolver' is missing a runtime dependency: java.lang.NoClassDefFoundError: javax/faces/e
    l/VariableResolver
    at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:215)
    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:196)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    Truncated. see log file for complete stacktrace
    Caused By: com.sun.faces.config.ConfigurationException:
    Source Document: file:/C:/Oracle/Middleware/user_projects/domains/SOA_domain/servers/AdminServer/tmp/_WL_user/MI/nkgdo/war/WEB-INF/faces-config.xml
    Cause: Class 'org.springframework.web.jsf.DelegatingVariableResolver' is missing a runtime dependency: java.lang.NoClassDefFoundError: javax/faces/e
    l/VariableResolver
    at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:253)
    at com.sun.faces.config.processor.ApplicationConfigProcessor.addVariableResolver(ApplicationConfigProcessor.java:481)
    at com.sun.faces.config.processor.ApplicationConfigProcessor.process(ApplicationConfigProcessor.java:239)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:108)
    at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:119)
    Truncated. see log file for complete stacktrace
    >
    <Dec 2, 2012 4:22:51 AM IST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1354402363881' for task
    '4'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    Truncated. see log file for complete stacktrace
    Caused By: com.sun.faces.config.ConfigurationException:
    Source Document: file:/C:/Oracle/Middleware/user_projects/domains/SOA_domain/servers/AdminServer/tmp/_WL_user/MI/nkgdo/war/WEB-INF/faces-config.xml
    Cause: Class 'org.springframework.web.jsf.DelegatingVariableResolver' is missing a runtime dependency: java.lang.NoClassDefFoundError: javax/faces/e
    l/VariableResolver
    at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:253)
    at com.sun.faces.config.processor.ApplicationConfigProcessor.addVariableResolver(ApplicationConfigProcessor.java:481)
    at com.sun.faces.config.processor.ApplicationConfigProcessor.process(ApplicationConfigProcessor.java:239)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:108)
    at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:119)
    Truncated. see log file for complete stacktrace
    >
    <Dec 2, 2012 4:22:51 AM IST> <Error> <Deployer> <BEA-149202> <Encountered an exception while attempting to commit the 1 task for the application 'MI'.
    >
    <Dec 2, 2012 4:22:51 AM IST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'MI'.>
    <Dec 2, 2012 4:22:51 AM IST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: :com.sun.faces.config.ConfigurationException:
    Source Document: file:/C:/Oracle/Middleware/user_projects/domains/SOA_domain/servers/AdminServer/tmp/_WL_user/MI/nkgdo/war/WEB-INF/faces-config.xml
    Cause: Class 'org.springframework.web.jsf.DelegatingVariableResolver' is missing a runtime dependency: java.lang.NoClassDefFoundError: javax/faces/e
    l/VariableResolver
    at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:253)
    at com.sun.faces.config.processor.ApplicationConfigProcessor.addVariableResolver(ApplicationConfigProcessor.java:481)
    at com.sun.faces.config.processor.ApplicationConfigProcessor.process(ApplicationConfigProcessor.java:239)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:108)
    at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:119)
    Truncated. see log file for complete stacktrace
    >
    <Dec 2, 2012 4:22:51 AM IST> <Error> <Console> <BEA-240003> <Console encountered the following error weblogic.application.ModuleException: :com.sun.fa
    ces.config.ConfigurationException:
    Source Document: file:/C:/Oracle/Middleware/user_projects/domains/SOA_domain/servers/AdminServer/tmp/_WL_user/MI/nkgdo/war/WEB-INF/faces-config.xml
    Cause: Class 'org.springframework.web.jsf.DelegatingVariableResolver' is missing a runtime dependency: java.lang.NoClassDefFoundError: javax/faces/e
    l/VariableResolver
    at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:253)
    at com.sun.faces.config.processor.ApplicationConfigProcessor.addVariableResolver(ApplicationConfigProcessor.java:481)
    at com.sun.faces.config.processor.ApplicationConfigProcessor.process(ApplicationConfigProcessor.java:239)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:108)
    at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:119)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:108)
    at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:132)
    at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:205)
    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:196)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1868)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
    at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:44)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java
    :195)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    >

    Check this thread...
    Spring's JSF DelegatingVariableResolver cause InvocationTargetException

  • Bex Web Application Designer issue: portal communication error

    hi experts,
    I am working with Bex Web Application Designer in BI7. we are using SP9. When i try to use the Web template its giving below error.
    The Requested operation could not be performed due to portal communication error.
    its message class is RSBOPLAP and message number is 018 and description is Java System error: An unknown error occured During portal communication.
    when i double click the below error details given.
    Diagnosis
    An error occurred in the BI components on the SAP J2EE Engine.
    System Response
    Procedure
    Contact your system administrator to have the error analyzed in detail.
    Procedure for System Administration
    Start the Visual Administrator, log on to the SAP J2EE Engine and choose "<J2EE_SID>" ->"Server" -> "Services" -> "Log Viewer".
    The file "defaultTrace.trc" includes detailed information about the error that occurred. In Windows, you can find this file in the Log Viewer under "Cluster <computer name>" -> "Server <server number>" -> "<drive>:\usr\sap\<SID>\JC<INSTANCE>\j2ee\cluster\server<NUMBER>\log". ". In Unix, the file is located under "/usr/sap/<SID>/JC<INSTANCE>/j2ee/cluster/server<NUMBER>/log".
    If the file does not include enough detail about the error, you can increase the log level to obtain more information. To do this, choose "<J2EE_SID>" -> "Server" -> "Services" -> "Log Configurator". On the "Locations" tab page, choose "com" -> "sap" -> "ip" -> "bi" -> "webapplications". Using the selection list on the right side of the screen, you can increase the log level, whereby "DEBUG" represents the log level with the most information. You can save your settings by choosing the "Save" icon. The change to the log level is active immediately. Once you have successfully analyzed the error, you should set the log level back to its default value using the appropriate pushbutton; continuous writing to the log file negatively affects the overall performance of the system.
    please give solutions to resolve the issue.
    regards
    vadlamudi

    hi shambhu,
    thanks for the reply, yes its related to basis but they are unable to trace it out. is SP9 support Bex Report Designer and Bex WAD??
    regards
    vadlamudi

  • Webi Reports - Performance Issues

    Hi Experts,
           Right now we are using BO XI R2 version. We have 2 servers, server 1 is old and server 2 is new (AIX server u2013 new upgrade of old server).
          When I trying to schedule the report (webi) in both server, reports is running successfully. But problem is that the report scheduling time is more in new server (AIX) than old server (Server1).
    There is some performance issues
    Example:
    Old serve     : 1 hrs (time taken)
    New server  : 2 hrs (time taken)
    Could you please tell me how to increase the webi report performance in new server?
    Regards,
    Sridharan Krishnan

    Hi,
    How to enable Excel and Pdf option under Save as file in infoview.
    When i trying to click modify option under public folder reports ,Report is getting open but i am not able to save that report as excel or pdf , since those option is disabled in infoview.
    But it is enabled in user private folder Reports.
    Right now we have upgraded the objects from XI R2 to BO 3.1, Since there is some difference in security rights in 3.1, Please tell me how to fix it.
    BO Version u2013  3.1
    Regards,
    Sridharan

  • Web application performence issues

    Hi,
    i developed a mutli user web application..aproxmately used by around 4000 users.i used beans for business logic and jsps for GUI servlets for redirecting to approriate jsps.in this application i used ArrayLists and
    HashMaps most of the times.for decalring the beans i used jsp:useBean tags with session scope..I need some suggestions about using the arraylist and hashmaps in web application.will it effect the performence.what kind of precautions should i take for making more effective web application.
    Regards,

    I had a similar issue i enabled the smarttunnel checkbox, and this time i am getting different error.
    Microsoft Visual Basic
    Run-time error '1177'
    The document name or path is not valid.
    Try one or more of the following:
    According to the microsoft website i should install SSL certificate on both the server and the client. Does it mean that I should install certificate on ASA and the sharepoint server?

  • Web application performance monitoring

    I want to monitor performance of web application, running in java JVM(Java version 1.5.0_22) using tomcat web server , for a given functionality want to find, methods and sql queries how much time taking for execution. i am looking for setting and free tools available.

    I have to say that this seems like a little
    complicate, if you want to
    achieve this, you may contact CSS team.

  • Webi Report Performance issue as compared with backaend SAP BW as

    Hi
    We are having Backend as SAP BW.
    Dashboard and Webi reports are created with Backend SAP BW.
    i.e thru Universe on top of Bex query and then webi report and then dashboard thru live office.
    My point is that when we have created webi reprts with date range as parameter(sometimes as mandatory variable which comes as prompt in webi) or sometimes taking L 01 Calender date from Bex and creating a prompt in webi,  we are facing that reports are taking lot of time to open. 5 minutes 10 minutes and sometimes 22 minutes  to open.
    This type of problem never ocurred when Backened was Oracle.
    Also when drilling in webi report,it takes lot of time .
    So can you suggest any solution?

    Hi Gaurav,
    We logged this issue with support already, it is acknowledged.
    What happens is that whenever you use an infoobject in the condition
    (so pull in the object into condition and build a condition there,
    or use that object in a filter object in the universe and then use the filter)
    this will result in that object being added to the result set.
    Since the query will retrieve a lot of different calendar days for the period you selected,
    the resultset will be VERY big and performance virtually non-existent.
    The workaround we used is to use a BEX variable for all date based selections.
    One optional range variable makes it possible to build various types of selections
    (less (with a very early startdate), greater (with a very far in the future enddate) and between).
    Because the range selection is now handled by BEX, the calendar day will not be part of the selection...
    Good luck!
    Marianne

  • Accessing BPEL processes via a proxy web service performance issues

    Hello,
    I have more BPEL processes implemented, each such a process implementing business functionality in a certain domain (generally, a domain has more business processes).
    The request was to provide a single web service for each domain. It means that all the business methods (processes) in the same domain should be accessed through the same web service. This request doesn't make possible to expose the BPEL processes themselves as web services that could be directly consumed by different clients of the application.
    The alternative will be to implement the "domain" web services through a Java class, for instance. With this approach, the Java based domain web services will expose the needed business methods to the clients. And the Java class will get the request input parameters and will call the corresponding BPEL process via SOAP. This scenario would be fine, but... this approach would imply a supplementary marshalling/unmarshalling process at the domain web service level. The data returned by the BPEL processes could be very large and in such a situation the Java based domain web service will introduce an important performance drawback.
    Is there any other solution to this case that will allow the using of a "proxy" domain web services that will not introduce any important drawback via marshalling/unmarshalling?
    Many thanks in advance!
    Regards,
    Marinel

    Hello,
    First, thank you Sandor for your answer.
    I understand that it is possible to create a BPEL process that exposes multiple operations/messages. This would be exactly what I need: a single process (web service) that will expose many operations. Could anyone, please, point me to such an example?
    So far I thought that there is possible to have only one operation exposed with a BPEL process, what is delimited between the receive/reply blocks (in the synchronous case).
    Regards,
    Marinel

  • BPS Web Application performance

    Hi
    We are facing serious performance problems when opening a BPS planning web layout. This has been working fine until we compressed the planning cube accesed trough the layout. When monitoring the dialog processes it seems like the process i hanging without doing anything. There is onlye about 25k records in the cube an only about 10 characteristics so in general it is a very little transactional cube.
    Queries against the transactional cube is responding normal.
    We are using Oracle 10.2.0.2.0 and BI 7.0 SP13
    Has anybody experienced this? and do you know the solution.
    Chris

    Not sure if this helps
    Note 1056259 - Collective note: Performance of BI planning
    Hope it Helps
    Chetan
    @CP..

  • Web.ProcessBatchData performance issue - optimised way to insert 20000 records.

    Hi all,
    I am trying following code for inserting the 20000 items into sharepoint list.
    I have used the "Thread.Sleep(999999999)" for complete the processbatch inserting the items.
    But after some time I am getting error: "Thread was being aborted"
    I want to optimize the performance OR Is there any other way to use the thread with process batch.
    Can anyone please help me out here how to do ?
    Code:
    string BatchToInsertPRProducts = string.Empty;
    BatchToInsertPRProducts = BuildBatch(row, spPRProductList.ID);
    string BatchPRProductReturn = web.ProcessBatchData(BatchToInsertPRProducts);
    Thread.Sleep(999999999);
    Thanks,
    Harish Patil

    Hi Harish Patil:
    In a basic text editor such as Notepad, open the web.config file for example %SYSTEMDRIVE%\Inetpub\wwwroot -or- %SYSTEMDRIVE%\\Inetpub\wwwroot\wss\VirtualDirectories\80 folder
    ress CTRL + F to open the Find dialog box.
    Find the following tag:
    <httpRuntime maxRequestLength="51200" />
    Replace it with this tag:
    <httpRuntime executionTimeout="6000" maxRequestLength="51200" />

  • Web application designer issue

    hi expets,
    i have a template which has three drop down boxes,a table and a chart, when i select only the first two i should pass the url to query1,and when i select all three then i should be able to pass the url to query2,query3,etc depending upon the value i select in the third drop down, i am passing the filter values(drop down values) as an url(url1:="<SAP_BW_URL DATA_PROVIDER='*' multi="X" FILTER_COLLAPS=' '>)and i am concatinating the filter and its values to that string for the first case.for the second one i need to pass the values to a particular query(url2:'<SAP_BW_URL DATA_PROVIDER='DATAPROVIDER1' CMD='RESET_DATA_PROVIDER' INFOCUBE='infocubexx' QUERY='query1'>)the query1 changes depending upon the value i choose from the third drop down box,eg if i chosee a value 2 it would be query2, i tried to concatinate the filter values to second url but it gives me error can u let me know how to pass the filter values to a particular query depending upon the selection.
    and what is the difference between the following two:
    1):="<SAP_BW_URL DATA_PROVIDER='*' multi="X" FILTER_COLLAPS=' '>)
    2)<SAP_BW_URL DATA_PROVIDER='DATAPROVIDER1' CMD='RESET_DATA_PROVIDER' INFOCUBE='infocubexx' QUERY='query1'>).
    thanks in advance.

    ca some one help please

  • Tidal 6.1 Web GUI performance issues

    Hello,
    We are noticing significant delays in the Web GUI of Tidal 6.1.  We tried all usual suspects like hardware size, logs, etc, etc. and still no improvement in performance.  We have about 5000 jobs and our infrastructure is windows based.  Does any of you experienced this problem and how did you address it?
    thank you
    Raj

    We are a small shop (about 1,000 jobs) and we were extremely slow. I worked with one of the engineers and here are the changes we made that helped us a lot - we have 1 master (8 GB), one CM (12 GB), windows based, external Oracle DB. Pretty much these changes are based on size. Hope this helps somebody!
    tes-6.1.dsp
    *** changes made
    CacheSynchronizer.StreamCommitSize from 1000 to 3000
    DataCache.ReadConnectionsMin from 5 to 10
    DataCache.ReadConnectionsMax from 10 to 15
    DataCache.WriteConnectionsMin from 5 to 10
    DataCache.WriteConnectionsMax from 10 to 15
    DataCache.PageCacheSize from 16384 to 32768
    DataCache.ConnectionPoolMinSize from 5 to 10
    DataCache.ConnectionPoolMaxSize from 10 to 15
    DataCache.StatementCacheSize from 750 to 1500
    ClientNode.MinSessionPoolSize from 5 to 10
    ClientNode.MaxSessionPoolSize from 10 to 15
    Clientmgr.props
    *** changes made
    JVMARGS=-Xms8192m -Xmx8192m -XX:PermSize=128m -XX:MaxPermSize=128m to
    JVMARGS=-Xms10240m -Xmx10240m -XX:PermSize=1024m -XX:MaxPermSize=1024m
    ClientSession.MinSessionPoolSize from 5 to 10
    ClientSession.MaxSessionPoolSize from 10 to 15
    DataSource.MinSessionPoolSize from 5 to 10
    DataSource.MaxSessionPoolSize from 10 to 15
    Master.props
    *** changes made
    MessageBroker.MemoryLimit from 256 to 1024
    MessageBroker.StoreLimit from 4096 to 12288
    ClientConnection.MinSessionPoolSize from 5 to 10
    ClientConnection.MaxSessionPoolSize from 10 to 15

  • Web Reporting Performance issue

    Hello All,
    We have some webreports, which contains "Dropdown Boxes" for filters. When I execute the report it is taking very long time, and i realized it is due to filling the filter(characterstic) values with dropdown boxes... Query execution time is more..
    To solve this problem, I have removed all the "Dropdown boxes" for filters, and used "Navigation Block" with all the filters. After that the performance of the Webreport(initial screen) is improved by more than 50%.
    Now the issue is, when I click on one of the filters of the navigation block, to open filter values window, it is again taking long time.
    Is there anyway to improve the response time to open the filter values window of the Navigation block filter?
    Is my approach to improve the performance of a webreport is suggestable or is there any other way?
    Please suggest me.
    Thanks
    ravi

    Hi Ravi,
    try to use <param name="BOOKED_VALUES" value="Q"> in your Dropdown Box properties.
    If you use more than one DDB in your webtemplate, you can send the request to the
    server until all dropdown boxes with a sumbit button.
    Here is the code example for this solution:
    <form name="form_1" method="post" action="<SAP_BW_URL DATA_PROVIDER='DATAPROVIDER_1'
    FILTER_IOBJNM_1=’MYOBJ_1’ FILTER_IOBJNM_2='MYOBJ_2'>">
    <select name="FILTER_VALUE_1" size="1">
    <object>
    <param name="OWNER" value="SAP_BW">
    <param name="CMD" value="GET_ITEM">
    <param name="NAME" value="DROPDOWNBOX_1">
    <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_FILTER_DDOWN">
    <param name="DATA_PROVIDER" value="DATAPROVIDER_1">
    <param name="GENERATE_CAPTION" value="">
    <param name="IOBJNM" value="MYOBJ_1">
    <param name="ONLY_VALUES" value="X">
    <param name="BOOKED_VALUES" value="Q">
    ITEM: DROPDOWNBOX_1
    </object>
    </select>
    <select name="FILTER_VALUE_2" size="1">
    <object>
    <param name="OWNER" value="SAP_BW">
    <param name="CMD" value="GET_ITEM">
    <param name="NAME" value="DROPDOWNBOX_2">
    <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_FILTER_DDOWN">
    <param name="DATA_PROVIDER" value="DATAPROVIDER_1">
    <param name="GENERATE_CAPTION" value="">
    <param name="IOBJNM" value="MYOBJ_2">
    <param name="ONLY_VALUES" value="X">
    <param name="BOOKED_VALUES" value="Q">
    ITEM: DROPDOWNBOX_2
    </object>
    </select>
    <input type="submit" value="Submit ">
    </form>
    rgds Jens

  • Office Web Application access issue over SharePoint

    Hi All,
    I have installed OWA 2013 for SharePoint 2013 in a Farm and the same has been connected to the SP Farm. I'm able to access the OWA from all the SharePoint sites in the Farm, but the sites which are added to the Host header in the IIS causing this issue. 
    Note: All the sites are Internal and for few of the sites are IIS Host Header Mapped sites.. 
    Thanks in advance for your suggestions!
    Arun
    Arun Prakash

    Hi Arun,
    Best is to use SharePoint ULS log viewer to check the root cause. Furthermore, please make sure that the host named site collections are accessible on OWA node itself.
    Thanks.
    MachPanel - Premium Cloud Automation Solution

Maybe you are looking for