Fuego studio BAM issue

I am seeing errors in the log when enabling BAM in fuego studio. No information is being stored in the BAM tables due to this issue. Anyone else have the same issue?
Schema 'GCAP_ENG' does not exist
ERROR 42Y07: Schema 'GCAP_ENG' does not exist
     at com.ihost.cs.iapi.error.StandardException.newException(Unknown Source)
     at com.ibm.db2cs.h.j.getSchemaDescriptor(Unknown Source)
     at com.ibm.db2cs.c.eg.getSchemaDescriptor(Unknown Source)
     at com.ibm.db2cs.c.eg.getSchemaDescriptor(Unknown Source)
     at com.ibm.db2cs.c.cj.bindTableDescriptor(Unknown Source)
     at com.ibm.db2cs.c.cj.bindNonVTITables(Unknown Source)
     at com.ibm.db2cs.c.ca.bindTables(Unknown Source)
     at com.ibm.db2cs.c.ap.bindNonVTITables(Unknown Source)
     at com.ibm.db2cs.c.n.bindExpression(Unknown Source)
     at com.ibm.db2cs.c.bz.bindUnaryOperator(Unknown Source)
     at com.ibm.db2cs.c.bz.bindExpression(Unknown Source)
     at com.ibm.db2cs.c.al.bindExpression(Unknown Source)
     at com.ibm.db2cs.c.bm.bindExpression(Unknown Source)
     at com.ibm.db2cs.c.eb.bindExpression(Unknown Source)
     at com.ibm.db2cs.c.cu.bindExpression(Unknown Source)
     at com.ibm.db2cs.c.ap.bindExpressions(Unknown Source)
     at com.ibm.db2cs.c.br.bindExpressions(Unknown Source)
     at com.ibm.db2cs.c.br.bind(Unknown Source)
     at com.ibm.db2cs.c.w.bind(Unknown Source)
     at com.ibm.db2cs.c.fj.bind(Unknown Source)
     at com.ibm.db2cs.x.n.prepMinion(Unknown Source)
     at com.ibm.db2cs.x.n.prepare(Unknown Source)
     at com.ibm.db2cs.f.b.prepareInternalStatement(Unknown Source)
     at com.ibm.db2cs.m.o.<init>(Unknown Source)
     at com.ibm.db2cs.bm.c.<init>(Unknown Source)
     at com.ibm.db2cs.be.b.<init>(Unknown Source)
     at com.ihost.cs.jdbc.EmbeddedDriver30.newLocalPreparedStatement(Unknown Source)
     at com.ibm.db2cs.m.d.prepareStatement(Unknown Source)
     at com.ibm.db2cs.m.d.prepareStatement(Unknown Source)
     at fuego.jdbc.FaultTolerantConnection.prepareStatement(FaultTolerantConnection.java:519)
     at fuego.analyzer.WorkloadLoader.loadActivities(WorkloadLoader.java:456)
     at fuego.analyzer.WorkloadLoader.load(WorkloadLoader.java:112)
     at fuego.analyzer.DailyWorkloadLoader.load(DailyWorkloadLoader.java:38)
     at fuego.analyzer.Updater.fillWorkload(Updater.java:846)
     at fuego.analyzer.Updater.fillWarehouse(Updater.java:835)
     at fuego.analyzer.Updater.update(Updater.java:271)
     at fuego.analyzer.DailyUpdater.update(DailyUpdater.java:44)
     at fuego.analyzer.UpdaterRunner.runUpdaterForEngines(UpdaterRunner.java:401)
     at fuego.analyzer.UpdaterRunner.run(UpdaterRunner.java:272)
     at fuego.analyzer.UpdaterRunner.runUpdater(UpdaterRunner.java:173)
     at fuego.server.service.BAMRunnerService.runUpdater(BAMRunnerService.java:62)
     at fuego.server.execution.BAMUpdater.execute(BAMUpdater.java:33)
     at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:290)
     at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:465)
     at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:543)
     at fuego.transaction.TransactionAction.start(TransactionAction.java:216)
     at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:116)
     at fuego.server.execution.DefaultEngineExecution.executeAutomaticWork(DefaultEngineExecution.java:56)
     at fuego.server.execution.EngineExecution.executeAutomaticWork(EngineExecution.java:42)
     at fuego.server.execution.ToDoItem.executeAutomaticWork(ToDoItem.java:265)
     at fuego.server.execution.ToDoItem.run(ToDoItem.java:536)
     at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:752)
     at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:732)
     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:138)
     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:130)
     at fuego.fengine.ToDoQueueThread$PrincipalWrapper.processBatch(ToDoQueueThread.java:429)
     at fuego.component.ExecutionThread.work(ExecutionThread.java:816)
     at fuego.component.ExecutionThread.run(ExecutionThread.java:395)

Hi Aditi,
Unfortunately, it's a bug.
Please install the latest hotfix.
Gaston Lodieu
Aditi Khan wrote:
I am seeing errors in the log when enabling BAM in fuego studio. No information is being stored in the BAM tables due to this issue. Anyone else have the same issue?
Schema 'GCAP_ENG' does not exist
ERROR 42Y07: Schema 'GCAP_ENG' does not exist
     at com.ihost.cs.iapi.error.StandardException.newException(Unknown Source)
     at com.ibm.db2cs.h.j.getSchemaDescriptor(Unknown Source)
     at com.ibm.db2cs.c.eg.getSchemaDescriptor(Unknown Source)
     at com.ibm.db2cs.c.eg.getSchemaDescriptor(Unknown Source)
     at com.ibm.db2cs.c.cj.bindTableDescriptor(Unknown Source)
     at com.ibm.db2cs.c.cj.bindNonVTITables(Unknown Source)
     at com.ibm.db2cs.c.ca.bindTables(Unknown Source)
     at com.ibm.db2cs.c.ap.bindNonVTITables(Unknown Source)
     at com.ibm.db2cs.c.n.bindExpression(Unknown Source)
     at com.ibm.db2cs.c.bz.bindUnaryOperator(Unknown Source)
     at com.ibm.db2cs.c.bz.bindExpression(Unknown Source)
     at com.ibm.db2cs.c.al.bindExpression(Unknown Source)
     at com.ibm.db2cs.c.bm.bindExpression(Unknown Source)
     at com.ibm.db2cs.c.eb.bindExpression(Unknown Source)
     at com.ibm.db2cs.c.cu.bindExpression(Unknown Source)
     at com.ibm.db2cs.c.ap.bindExpressions(Unknown Source)
     at com.ibm.db2cs.c.br.bindExpressions(Unknown Source)
     at com.ibm.db2cs.c.br.bind(Unknown Source)
     at com.ibm.db2cs.c.w.bind(Unknown Source)
     at com.ibm.db2cs.c.fj.bind(Unknown Source)
     at com.ibm.db2cs.x.n.prepMinion(Unknown Source)
     at com.ibm.db2cs.x.n.prepare(Unknown Source)
     at com.ibm.db2cs.f.b.prepareInternalStatement(Unknown Source)
     at com.ibm.db2cs.m.o.<init>(Unknown Source)
     at com.ibm.db2cs.bm.c.<init>(Unknown Source)
     at com.ibm.db2cs.be.b.<init>(Unknown Source)
     at com.ihost.cs.jdbc.EmbeddedDriver30.newLocalPreparedStatement(Unknown Source)
     at com.ibm.db2cs.m.d.prepareStatement(Unknown Source)
     at com.ibm.db2cs.m.d.prepareStatement(Unknown Source)
     at fuego.jdbc.FaultTolerantConnection.prepareStatement(FaultTolerantConnection.java:519)
     at fuego.analyzer.WorkloadLoader.loadActivities(WorkloadLoader.java:456)
     at fuego.analyzer.WorkloadLoader.load(WorkloadLoader.java:112)
     at fuego.analyzer.DailyWorkloadLoader.load(DailyWorkloadLoader.java:38)
     at fuego.analyzer.Updater.fillWorkload(Updater.java:846)
     at fuego.analyzer.Updater.fillWarehouse(Updater.java:835)
     at fuego.analyzer.Updater.update(Updater.java:271)
     at fuego.analyzer.DailyUpdater.update(DailyUpdater.java:44)
     at fuego.analyzer.UpdaterRunner.runUpdaterForEngines(UpdaterRunner.java:401)
     at fuego.analyzer.UpdaterRunner.run(UpdaterRunner.java:272)
     at fuego.analyzer.UpdaterRunner.runUpdater(UpdaterRunner.java:173)
     at fuego.server.service.BAMRunnerService.runUpdater(BAMRunnerService.java:62)
     at fuego.server.execution.BAMUpdater.execute(BAMUpdater.java:33)
     at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:290)
     at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:465)
     at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:543)
     at fuego.transaction.TransactionAction.start(TransactionAction.java:216)
     at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:116)
     at fuego.server.execution.DefaultEngineExecution.executeAutomaticWork(DefaultEngineExecution.java:56)
     at fuego.server.execution.EngineExecution.executeAutomaticWork(EngineExecution.java:42)
     at fuego.server.execution.ToDoItem.executeAutomaticWork(ToDoItem.java:265)
     at fuego.server.execution.ToDoItem.run(ToDoItem.java:536)
     at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:752)
     at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:732)
     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:138)
     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:130)
     at fuego.fengine.ToDoQueueThread$PrincipalWrapper.processBatch(ToDoQueueThread.java:429)
     at fuego.component.ExecutionThread.work(ExecutionThread.java:816)
     at fuego.component.ExecutionThread.run(ExecutionThread.java:395)

Similar Messages

  • Difference between refresh of Report in Active Viewer and Active Studio BAM

    We use the Oracle SOA Suite with BAM (on Linux) 10.3.2.0.
    I have 2 questions:
    1. We have made a report with several items and in Active Studio --> Select Report --> Edit mode --> I see the correct values for my report. When I open my report in Active Viewer I see data from yesterday. The report is not being refreshed. How can I change this, what is causing this difference between Active Viewer and Active Studio in Edit mode??
    2. One of my items in my report always gives the message: opening (only in Active Viewer, in Active Studio/edit mode I can see the correct data).

    Is your popup blocker turned off? I can only imaging that the popup blocker may be keeping the Live Data window from appearing and updating the dashboard. Active Studio doesn't do a Live update, but an update on report load.

  • SQL Sever Management Studio intellisense issue in SQL Server 2008 R2 and in SQL Sever 2012

    Hi Team,
    Intellisense in sql server management studio is working fine when i am accessing the databases in my  local server.
    But Intellisense is not working when ever i am trying to connect to the remote servers with the client
    I tried different blogs and i tried to configure all the options i have upgraded to some patches upgraded for sql 2008 r2 client to sql 2012 client.
    But Intellisense is not working with the remote server databases in the sql management studio .
    Intellisense is working in the server but the same is not working when we are trying to access with client from our local machines.
    Please provide me help to fix this issue
    Regards
    Karthik Kattamudi

    Did you try to refresh the cache by hitting CTRL+SHIFT+R?
    Also, these remote servers, are they SQL Server 2008 R2 as well or different version?
    Please mark the answer as helpful if i have answered your query. Thanks and Regards, Kartar Rana

  • Essbase Studio- DTS Issue 11.1.2.1

    Hi Everyone,
    A few months ago, we built our cube through Essbase Studio so that we could allow drill through reports on the cube.
    We set Dynamic Time Series on our PERIOD dimension at the Year and Quarter Level.
    Our hierarchy looks like this:
    PERIOD
    |--BEGBALANCE
    |--YEARTOTAL
    |--|--H1
    |--|--|--Q1
    |--|--|--|--APR
    |--|--|--|--MAY
    |--|--|--|--JUN
    |--|--|--Q2
    |--|--|--|--JUL
    |--|--|--|--AUG
    |--|--|--|--SEP
    |--|--H2
    |--|--|--Q3
    |--|--|--|--OCT
    |--|--|--|--NOV
    |--|--|--|--DEC
    |--|--|--Q4
    |--|--|--|--JAN
    |--|--|--|--FEB
    |--|--|--|--MAR
    In Studio, we built this dimension as a recursive hierarchy and NOT level based.
    Our settings are Time (DTS) however we can only choose generation 1 or 2 and cannot put it at gen 2 and 4 where it should be.
    We set it as a dense dimension, no two pass, and label only and no formulas or UDAs.
    When we run a smart view query with dynamic time series for October (for example), we get an error message [cannot perform cube operation.null].
    My coworker then converted the recursive hierarchy to level based just for testing purposes (because we thought the issue was that we built a recursive hierarchy and could only set DTS at gen 1 or 2). After building the hierarchy as level based, we hit the same issue regardless of whether we set the DTS at level or generation.
    I am just wondering if anyone has run into this issue before and has a resolution. We are running 11.1.2.1 for version. We have an SR logged with Oracle as of a couple of months ago and they told us they would have a resolution in a week since they were able to duplicate the issue. We have escalated the SR numberous times and have not received a solution yet.
    I appreciate your help,
    Thanks,
    Daniel

    I have run into the exact same problem. Did you ever get a resolution? I have also logged a support call so would be interested to know if it is resolved.
    Thanks
    Steve

  • BizTalk Server BAM Issue

    Hi,
    We are unable to view applications transactions in BAM portal. few days we saw all transactions noe we getting error in BAM portal when I was trying to view all application transactions. already I am the member of that group.

    Hi,
    What is the error that you are getting??
    If you are not getting any error then try the following
    What is the activity windows set for the BAM activity?
    Are you archiving the data to BAM archive database?
    Use this command to get activity window 
    bm.exe get-activitywindow -Activity:<Give Name of your activity>
    Use below command to check if you are archiving the data?
    bm.exe get-archive -Activity:<Give Name of your activity>
    The reason is here that after the activity period if you do not archive the BAM data, it will be purged but if you archive it, the data will move to the archive database..but in any case the data will not be visible in the portal.
    Regards,
    Mandar Dharmadhikari
    If this helps You solve the issue please mark it as answer.

  • DB Studio Perspective Issues

    Hi,
    I am facing few problems with the Database Studio perspective. I have elaborated the issues below. Please do give your suggestions:
    I had installed the Java EE 5 server and NWDS together initially with instance id name being JEE. However i was facing some issues hence i uninstalled the application server only and left NWDS as it is. Next time i installed application server with instance id name being the default one i.e. JP1.
    However now i am not able to connect to my landscape using DB Studio perspective. I went to Windows -> Preferences -> DB Studio -> Usermanagement and changed all the relevant parameters. For User Name i am using SUPERDBA and for Local User my Windows user id.
    But whenever i click on Connect User i am getting an error message "Get first child object".
    Please do let me know i have done something wrong.
    Also in this version of NWDS whenever i go to Windows -> Preferences -> SAP AS Java there is not browse button against "SAP AS Java is installed local host" and hence no way to change the parameters. Currently i am using the option of remote host as the local host relevant fields all have the values of old app server path config (JEE).
    Regards
    Sidharth

    Hi Sidharth,
    As Robin has already mentioned, the NWDS in this edition comes with a default preconfigured workspace that connects you to your local server installed together with the NWDS. Hence, what you have noticed that the "localhost" option in the Preferences is set to read-only.
    BTW, if you go for installing a second instance of this Java EE 5 release on the same machine, it will check and not install a second NWDS - only a new server and a new DB instance will be created. Thus, if you want to change the connection of the NWDS to this new server, you can do that by means of the "remote host" option, as you have also already found.
    Finally, I don't know what issues you have been facing with your initial installation, but I would not worry that my server would stop working if I reinstall the whole landscape on clean. If that would bring only positive values to your daily work with it, just go for it confidently - and it's only a matter of few minutes
    Regards,
    Vladimir

  • Financial Reporting Studio Preferences Issue

    Hi all,
    I have small issue. when i loginto workspace, File -> preferences -> Financial Reporting -> General -> 'Setup Members...' for "Location of POV", I got the following error message.
    *"com.hyperion.reporting.util.HyperionReportException: Error Loading DatasourceList to Repository*
    *     com.hyperion.reporting.datasource.HrDatasourceManagerImpl.load(Unknown Source)*
    *     com.hyperion.reporting.datasource.HrDatasourceManagerImpl.getDatasources(Unknown Source)*
    *     com.hyperion.reporting.datasource.HrDsManagerBean.getDsComboList(Unknown Source)*
    *     org.apache.jsp.modules.com.hyperion.reporting.web.common.HRPrefsPOV_jsp._jspService(HRPrefsPOV_jsp.java:1229)*
    *     org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)*
    *     javax.servlet.http.HttpServlet.service(HttpServlet.java:802)*
    *     org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)*
    *     org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)*
    *     org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)*
    *     javax.servlet.http.HttpServlet.service(HttpServlet.java:802)*
    *     com.hyperion.reporting.webviewer.HRLocaleFilter.doFilter(Unknown Source)"*
    So Pls help me to resolve this issue.
    thanks in advance.

    Hi Seb L,
    As you suggest me, i restarted my PC. When again connected to FR studio -> It gives error. I opened the "FRClient.log" file, the content looks like this
    *"01-05 19:11:02 ERROR HrGlobalMethods     uncompressBytes()*
    *01-05 19:11:02 ERROR HrGlobalMethods     Exception occured: null*
    *01-05 19:11:02 ERROR HrGlobalMethods     java.lang.NullPointerException*
    *     at java.io.ByteArrayInputStream.<init>(Unknown Source)*
    *     at com.hyperion.reporting.util.HrGlobalMethods.uncompressBytes(Unknown Source)*
    *     at com.hyperion.reporting.datasource.HrDatasourceManagerImpl.load(Unknown Source)*
    *     at com.hyperion.reporting.datasource.HrDatasourceManagerImpl.getDatasources(Unknown Source)*
    *     at com.hyperion.reporting.datasource.HrDatasourceManagerImpl.getDatasources(Unknown Source)*
    *     at com.hyperion.reporting.javacom.HrDatasourceManagerComImpl.getAllDatasources(Unknown Source)*
    *01-05 19:11:02 ERROR HrDatasourceManagerImpl     Exception occured: null*
    *01-05 19:11:02 ERROR HrDatasourceManagerImpl     java.lang.NullPointerException*
    *     at java.io.ByteArrayInputStream.<init>(Unknown Source)*
    *     at com.hyperion.reporting.datasource.HrDatasourceManagerImpl.load(Unknown Source)*
    *     at com.hyperion.reporting.datasource.HrDatasourceManagerImpl.getDatasources(Unknown Source)*
    *     at com.hyperion.reporting.datasource.HrDatasourceManagerImpl.getDatasources(Unknown Source)*
    *     at com.hyperion.reporting.javacom.HrDatasourceManagerComImpl.getAllDatasources(Unknown Source)"*
    Pls guide me.
    thanks in advance.

  • FR Studio Login Issue

    Hi,
    I'm trying to login in to FR studio and facing a issue " *You are not authorized to use this functionality. Contact you Administrator*".
    All services are running in backend(R&A). I am using 11.1.2.1 version.
    Any suggestions to troubleshoot this issue...
    Thanks..!!
    Edited by: 805248 on May 19, 2013 1:51 PM

    Hello,
    Where are you trying to login from?
    Are the financial reporting studio and the Financial Reporting server on seperate servers?
    There are a lot of support documents on Oracle support. Try searching with the Keyword You are not authorized to use this functionality.
    FR studio pops up the same message for all the scenarios i.e. if you are not authorized user or FR studio is not able to resolve the host name or if the ports are not open.
    You can also try checking this link, see if it helps - Unable to connect to FR server using FR studio on client machines 11.1.2.2
    Thanks,
    hyperionEPM
    Please mark answers as helpful or correct for others to find them easliy.

  • FR Studio login issues

    I just installed FR Studio 11.1.2.1. I'm trying to connect to FR server 11.1.1.3. It throwed an error message saying "You're not authorized to use this functionality. Contact your administrator". Does this mean I can't connect to 11.1.1.3 using FR Studio 11.1.2.1?
    Thanks.

    Vivek is right. First I thought it was a security issue, but I got the same error message when I tried to login to FR Server 11.1.1.3 from FR Studio 11.1.2.1 and I have admin rights in both servers.
    Here is the supported platform matrices for future reference: http://www.oracle.com/technetwork/middleware/bi-foundation/hyperion-supported-platforms-085957.html
    Cheers,
    Mehmet

  • Final Cut Studio & Logic Studio upgrade issue

    I am mainly audio based but have been working on projects more recently with Final Cut Studio 2 to deal with the video. As I use both Logic Studio 8 and Soundtrack Pro 2 a lot, and Final Cut Pro less, I plumped for the upgrade to Logic Studio which also contains STP 3 and Compressor 3.5 which seemed the right thing to do.
    However the install info and dvd doesn't want you to install STP 3 or Compressor 3.5 if you have Final Cut Studio 2 as they "contain updated components that are incompatible with Final Cut Studio 2 or earlier. If the Logic Studio installer detects Final Cut Studio 2 or earlier on your system, it automatically deselects the checkboxes for Soundtrack Pro and Compressor in the Custom Install pane."
    Personally I didn't want to run to the expense of upgrading Final Cut as I don't use Motion, Colour or Cinema Tools and although I am working heavily in DVD Studio Pro they haven't done anything to upgrade that application (boo!)
    So what's the deal? Am I unable to upgrade ST Pro to version 3 and also unable to benefit from the upgraded Compressor even though I've actually paid for an upgrade that promised me these options, and no mention until I'd opened the package that there would be any incompatibility issues with Final Cut Studio 2!
    Anyone know what these 'incompatible components' are?
    Sounds like sharp practice and bad product integration to me...

    I just spoke with someone in Apple Reseller Channel Sales and he told me that what is shipping now is strictly the Universal version. So, if you order a Final Cut Studio Upgrade from FCP HD ($699 retail, IIRC), you will receive the FCS Universal version in the big box with all the docs.

  • Mac Pro and DVD Studio burner issues....

    Hello-
    We just got a new Mac Pro, installed Final Cut Studio 2 and for some reason when I go to burn a DVD in DVD Studio Pro I get the message of: No disc was found in the disc drive. Please insert acceptable DVD recordable media. I have tried 3 different brands of DVD's to make sure that it wasn't the brand we where using.
    We tried burning a DVD in iDVD and it worked fine. I can place a disc or a dvd in the drive and it works..... I called tech support and they had no idea.
    Has anyone else had this problem and/or a solution?
    Thanks!

    Hiya and good morning. Does the DVD Studio Pro (not running it myself) require a specific disk by any chance (anything in preferences?), such as -R OR +R or similar.
    I take it, otherwise, your Mac Pro DVD writer is performing well? I could be an issue with that? Have you updated all firmware via software update?
    Good luck.

  • ACER e700 DTS Studio Sound issue

    Hi e700 users,  i'm using e700 for almost a year now, and tried every possible tweaks to improve this 3 sim phone especially its audio. could somebody confirmed that DTS Studio Sound is not working properly after playing some mp4 or flash files? i thought this was caused of installed diff sound enhancement apps, but even after hard reset or flashing back to stock roms...DTS studio is not functioning properly. you can try it when you open the weather widget w/c will enable DTS sound. you will no longer hear changes when you adjust bass, treble andd EQ and the sound becomes awful.   im not sure if this issue is from my phone only, but hope somebody can provide me a solution for this.   thanks!

    I i'm still searching on how to fix this n my phone and I guess only few user experiences this. but for now i have no choice but to turn off completely the DTS Studio Sound and rely on DOLBY ATMOS and Maxxaudio to enhance the video and music listening via ear/headphone.   I'm just wishing  that somebody from ACER will look into this and and hoping this issue will not occur in their  next triple sim phone (Liquid x2) if they will include DTS.

  • Essbase Studio Performance Issue : Data load into BSO cube

    Hello,
    Having succesfully built my outline by member loading through Essbase Studio, I have tried to load data into my application again with Studio. However I was never able to complete the data load because it is taking forever. Each time I tried to work with Studio in streaming mode (hoping to increase the query speed), the load gets terminated due to the following error : Socket read timed out.
    In the Studio properties file, I typed in, oracle.jdbc.ReadTimeout=1000000000, but the result has not changed. Even if it did work out, I am also not sure the streaming mode is gonna provide a much faster alternative to working in non-streaming mode. What I'd like to know is, which Essbase settings I can change (either in Essbase or Studio server) in order to speed up my data load. I am loading into a Block Storage database with 3 Dense, 8 Sparse and 2 attribute dimensions. I filtered some dimensions and tried to load data to see exactly how long it takes to create a certain number of blocks. With ODBC setting in Essbase Studio, it took me 2.15 hours to load data into my application where only 153 blocks were created with the block size of 24B. Assuming that in my real application the number of Blocks created are going to be at least 1000 times more than this , I need to make some changes in settings. I am transferring the data from Oracle Database, with 5 tables joined to a fact table (view) from the same data source. All the cache settings in Essbase are in default mode. Would changing cache settings, buffer size or multiple threads help to increase the performance? Or what would you suggest that I should do?
    Thank you very much.

    Hello user13695196 ,
    (sorry I no longer remember my system number here)
    Before it comes to any optimisation attemps in the essbase (also Studio) environment you should definitily make clear that your source data query performs well at the oracle db.
    I would recommand:
    1. to create in your db source schema a View from your sql statement (these behind your data load rule)
    2. query against this view with any GUI (Sql Developer, TOAD etc.) to fetch all rows and measure the time it takes to complete. Also count the effected (returned) number of rows for your information and for future comparing of results.
    If your query runs longer then you think is acceptable then
    a) check DB statistiks,
    b) check and/or consider creating indexes
    c) if you are unsure then kindliy ask your DBA for help. Usually they can help you very fast.
    (Don't be shy - a DBa is a human being like you and me :-) )
    Only when your sql runs fast (enough for you; or your DBA says is the best you can achieve) at the database move your effort over to essbase.
    One hint in addition:
    We had often problems when using views for dataload (not only performance but rather other strange behavior) . Thats the reaons why I like more directly to set up on (persistence) tables.
    Just to keep in mind: If nothing helps create a table from your view and then query your data from this table for your essbase data load. Normaly however this should be your last option.
    Best Regards
    (also to you Torben :-) )
    Andre
    Edited by: andreml on Mar 17, 2012 4:31 AM

  • BEA AquaLogic BPM Studio BPEL issues

    I'm finding lots of issues with this product including the following:
    wsdl won't import schema files -- presumbably fixed in this version but still not working
    the graphical business process editor won't show multiple copies within a single assign
    xpath multiply and division operators not supported
    I'm using Version: 6.0.3 Build: #86775
    Is this the right forum to post threads on the BEA BPEL?

    I'm finding lots of issues with this product including the following:
    wsdl won't import schema files -- presumbably fixed in this version but still not working
    the graphical business process editor won't show multiple copies within a single assign
    xpath multiply and division operators not supported
    I'm using Version: 6.0.3 Build: #86775
    Is this the right forum to post threads on the BEA BPEL?

  • Jasc Paint Shop Pro 9/Jasc Animation Studio 3 Issues

    I have switched from a PC to a Mac not to long ago and I've been trying to install my Jasc Paint Shop Pro 9/Jasc Animation Studio 3 on my Mac. I have had no success. Does anyone know what I should do (other than get a new software)? Is there a place to get it converted or somewhere where I can at least legally download the Jasc Animation Studio 3?

    In addition, IE doesn't handle margin: 0 auto; on divs very well. So you have to also add "text-align: center" on the body element, which will center align all elements for IE, then "text-align: left;" on the #wrapper. (It will left justify all elements within the centered wrapper.)
    Here's a very trimmed example. Notice that I also put a border on the "wrap" div, this can be removed.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    body {
      text-align: center;
      margin: 0; 
    #wrap {
      border: solid 1px red; /* so that you can see the width */
      text-align: left;    
      margin: 0 auto;
      width: 700px; 
    </style>
    </head>
    <body>
    <div id="wrap">
    </div>
    </body>
    </html>

Maybe you are looking for

  • [solved] problem with libc and eggdrop

    After the last packages update eggdrop don't work anymore prob with libc.so.6 how can i downgrade to the previous libc version ? edit : tried to downgrade glibc (ver 14 and 13) and same problem Thank you [phoenix@styx eggdrop]$ ./eggdrop Eggdrop v1.8

  • Can anyone help me eject a stuck CD?

    I've tried keyboard buttons, Cmd+e, terminal: /usr/bin/drutil eject etc but the CD will not eject.  Also, possibly related I guess, Disk Utility freezes and I'm out of ideas.  Thank you in advance.

  • HFM Reports - Export Query Ready Grids

    I don't work with this too much, but shouldn't POV info come through when you export a report to Excel in the Query Ready format? For example, we export a Workspace (FR) report to Excel and choose the Query Ready Grids & Text option. The grid is crea

  • BB Tour doesn't have recent email in inbox on phone

    First  - I am no BB expert, I don't have a lot of experience but I'm trying to help a customer out who has a Tour Second - This issue happened around the same day and time that the user changed their windows domain password (I doubt this matters but

  • Why did apple replace 15 inch mbp with 2.93 over 2.8ghz?

    i have the mbp with 2.8ghz processor and recently discovered that the 2.93 ghz processor has replace the 2.8. does anyone have any information as to why they did this? is this a sign that there is something wrong with the 2.8 models regarding heat?