Building & deploying cubes in OWB (can we do these by using XML scripts)

Hi Guys,
Building & deploying cubes in OWB (can we do these by using XML scripts).
Is it possible in OWB?
Please help me ASAP..

Hi, i managed to work out a solution with my web host.
The problem was that they are using Apache to process all incoming http requests then only forwarding specific requests to tomcat.
So by entering the port number after the domain ie www.mydomain.com:8080/ the http request went directly to tomcat and was processed correctly.
Furthermore my web host configured apache so all requests go straight to tomcat so now the port number isn't even required and all is well with the world again!
except... navigating to different pages in my site does not update the url correctly.
For example the site loads index.jsp when entering www.mydomain.com/ but when navigating to another page (i.e. photo.jsp) the photo.jsp page loads ok but the url is updated to www.mydomain.com/faces/index.jsp which is not correct. When refreshing the photo.jsp page it reloads the index.jsp page because of the incorrect url.
any ideas...

Similar Messages

  • How can we prevent back button  using java script

    how can we prevent back button using java script

    Would be quicker for you to google for javaScript
    javascript:window.history.forward(-1);

  • Azure WebJob - can it take parameters and can be it be created using a script

    Hi,
    I have seen videos on Azure Webjobs and the scenario there is that an exe is taken and transformed into an Azure Webjob. If the exe takes parameters, is it possible that the webjob take parameters?
    Also, I see that the Azure webjob is being created through the Azure portal, is it possible to create it using a script on the fly?
    Thanks

    Hi
    Azure webjobs scripts or programs can be one of the following types:
    The following file types are accepted:
    .cmd, .bat, .exe (using windows cmd)
    .ps1 (using powershell)
    .sh (using bash)
    .php (using php)
    .py (using python)
    .js (using node)
    .jar (using java)
    you dont need to create them from Azure portal always. you can create your program in Visual studio and publish your code to Azure to be executed.
    About the parameter, you can have scheduled webjobs which will trigger at certain time and then they can read from different resourced (database, azure service bus, file etc) and that can be considered as input I guess.
    Regards
    Aram

  • How can i deploy sandboxed solution .wsp file to sharepoint 2013 online using powershell script?

    Is there any way to deploy the Sandbox solution .wsp file to sharepoint 2013 online publishing site using powershell or CSOM or any other way?

    Hi,
    According to your post, my understanding is that you wanted to deploy sandboxed solution .wsp file to sharepoint 2013 online.
    "Add-SPSolution" command is not available in SharePoint Online management shell. So, we cannot use PowerShell to update and deploy a solution in SharePoint Online environment. Meanwhile, here is index of Windows PowerShell for SharePoint Online
    cmdlets for your reference:
    http://technet.microsoft.com/en-us/library/fp161364.aspx
    You can CSOM to deploy solution using helper class from CodePlex. The activation code is as follows: SandboxSolutions.ActivateSolution(siteCollectionURl, cookies, "solution_name.wsp");
    About the Client Side Object Model (CSOM), it is a development related issue, we have a specific support channel for the SharePoint developers, so I recommend you go to our MSDN forum for further assistance.
    Here is a similar thread for you to take a look at:
    http://community.office365.com/en-us/forums/156/t/197404.aspx
    In addition, if you would like to upload and activate sandbox solution manually, you can refer to:
    http://community.office365.com/en-us/forums/154/p/64010/244496.aspx#244496
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How to deploy MOLAP cube with OWB?

    Hi.
    I'm having some questions about MOLAP in OWB.
    1. Why OWB puts everything in snowflake? Every new dimension level will be in new table... Is this ok if I use 'level-based hierarchy'? If I use value-based-hierarchy will I have only one table per dimension?
    2. When I try to deploy dimension an error occured:
    Name
    Action
    Status
    Log
    DEMO_CUBE
    Create
    Error
    ORA-20101: 10:20:14 ***Error Occured: Can not Create Aggregation Solve [b]SOLVE_DEMO_CUBE_MY_MEASURE2E29A0.SOLVE1.AGGREGATIONSOLVE. Solve Definition DEMO_CUBE.DEMO_CUBE_MY_MEASURE.AGGREGATIONDEFINITION does not Exist.
    ORA-06512: at "MY_MOLAP_USER.OWB$XMLCLOB_MY_MOLAP_USER", line 311
    ORA-06512: at "MY_MOLAP_USER.OWB$XMLCLOB_MY_MOLAP_USER", line 337
    ORA-06512: at line 3
    Cube have 3 dimension, what I need to set correctly?
    3. Why I can't use multiple reference to a same dimension? For example in ROLAP (in fact table) I have 4 different dates (4 foreign key-s) and everything was ok, but how to do this in MOLAP?
    4. How to store some text data in MOLAP cube. For example in ROLAP (fact) I had some text data. Do I need to create dimension (text dimension with domain value) in MOLAP, for every text data that was in ROLAP (fact).
    Thanks.
    Deep

    1. For ROLAP OWB can create star or snowflake implemented dimensions. By default the wizard creates a star style implementation table (a single table).
    2. Not sure why you are seeing this.
    3. Need a different dimension for each dimension role (its an AW/ MOLAP restriction for now)
    4. You can have a measure that has data type VARCHAR2 for example and define no aggregation for that measure.
    Cheers
    David

  • Can't resolve ORABPEL-04096 Build/Deploy issue

    I have three subversion passes in my cruise control build of the BPEL. One is the trunk. The other two are branches and all three build fine on the
    old Linux BPEL build server. I just installed a new Linux BPEL Build server with OC4J 10.1.3.1 and everything seemed to be going OK, until it
    attempts to build the oldest branch. The trunk and the most recent branch builds all BPEL processes. Each build is a sequence using the Oracle
    ANT build and deploy sequence.
    The third and oldest branch builds the first few processes, but on one process the build is stopped because of the ORABPEL-04096 exception.
    I have compared the second branch's BPEL project with the third and they are identical except for the version number. Also, the two ANT build
    scripts for each branch are identical in the area of failing.
            <exec dir="${util.dir}/UTIL_ReplaceContentExpressions" executable="${ant.exec}" failonerror="true"
                output="${bpel_build_logs}/UTIL_ReplaceContentExpressions.log"
            >
                <arg value="-Djar.target=${jar.target}/${util.domain}"/>
                <arg value="-Dhttp.hostname=localhost"/>
                <arg value="-Dj2ee.hostname=localhost"/>
                <arg value="-Dhttp.port=${http.port}"/>
                <env key="CLASSPATH" value="/home/oracle/cruisecontrol-bin-2.8.2/apache-ant-1.7.0/lib/xalan_2.7.0.jar:... jars ...."/>
            </exec>
            <!-- Give the server time to update its cash for the GetWooConfiguration wsdl -->
            <sleep seconds="25"/>
            <exec dir="${util.dir}/UTIL_NotificationEmail" executable="${ant.exec}" failonerror="true"
                output="${bpel_build_logs}/UTIL_NotificationEmail.log"
            >
                <arg value="-Djar.target=${jar.target}/${util.domain}"/>
                <arg value="-Dhttp.hostname=localhost"/>
                <arg value="-Dj2ee.hostname=localhost"/>
                <arg value="-Dhttp.port=${http.port}"/>
            </exec>
            <exec dir="${util.dir}/UTIL_WaitForCompletedActivity" executable="${ant.exec}" failonerror="true"
                output="${bpel_build_logs}/UTIL_WaitForCompletedActivity.log"
            >
                <arg value="-Djar.target=${jar.target}/${util.domain}"/>
                <arg value="-Dhttp.hostname=localhost"/>
                <arg value="-Dj2ee.hostname=localhost"/>
                <arg value="-Dhttp.port=${http.port}"/>
            </exec>
            ..... The UTIL_NotificationEmaill fails with the ORABPEL-04096 exception in the third branch. The exception is shown below. I'm at loss to figure out
    what to change since the two UTIL_NotificationEmail processes in the other passes build & deploy, and they are identical except for the version number in their respective BPEL project's build.xml files.
    Any suggestion would be deeply appreciated.*
    [deployProcess] Deploying process /home/oracle/cruiseControl/projects/WOO_B2_4_1_1/bpel/GRC_UTIL/src/UTIL_NotificationEmail/output/bpel_UTIL_NotificationEmail_2.3.jar
    BUILD FAILED
    /home/oracle/cruiseControl/projects/WOO_B2_4_1_1/bpel/GRC_UTIL/src/UTIL_NotificationEmail/build.xml:79: A problem occured while connecting
    to server "localhost" using port "7777": bpel_UTIL_NotificationEmail_2.3.jar failed to deploy. Exception message is:  ORABPEL-04096
    Cannot update process metadata.
    The process domain was unable to insert/update the process metadata for process "UTIL_NotificationEmail" with revision tag "2.3" in the datastore.
    The exception reported is: javax.resource.ResourceException: RollbackException: Transaction has been marked for rollback: Timed out
    Please check that the machine hosting the datasource is physically connected to the network.  Otherwise, check that the datasource connection
    parameters (user/password) is currently valid.
    sql statement: SELECT process_guid, process_id, revision_tag, suitcase_id, state, lifecycle, deploy_user, deploy_timestamp FROM process WHERE
    domain_ref = ?  AND process_id = ?  AND revision_tag = ?  FOR UPDATE
    at com.collaxa.cube.engine.adaptors.common.BaseProcessPersistenceAdaptor.storeProcess(BaseProcessPersistenceAdaptor.java:458)
    at com.collaxa.cube.engine.adaptors.common.BaseProcessPersistenceAdaptor.storeProcess(BaseProcessPersistenceAdaptor.java:312)
    at com.collaxa.cube.engine.data.ProcessPersistenceMgr.storeProcess(ProcessPersistenceMgr.java:76)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:815)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:670)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:445)
    at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:620)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:317)
    at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:339)
    at _deployHttpClientProcess._jspService(_deployHttpClientProcess.java:376)

    make sure you are using JDev 10.1.3.1 same version of SOA Suite.
    This is an old version, I would recommend upgrading to 10.1.3.5 if possible as there are a number of known issues with that version and all patches have to be applied individually, e.g. no MLR patch.
    cheers
    James

  • HPCM errors when deploying cubes to Essbase

    Hello all,
    I'm trying to deploy cubes into Essbase from Profitability application (Bikes sample app).
    But I'm still getting following errors in hpm.log:
    2010-02-08 12:49:27,227 [Thread-20] ERROR com.hyperion.profitability.data.mdb.essbase.EssbaseAPI: Error creating dimension: OPSActivities
    2010-02-08 12:49:27,227 [Thread-20] ERROR com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator: building Dimension and hierarchy failed
    com.hyperion.profitability.data.mdb.essbase.MDBException: Error creating dimension: OPSActivities
         at com.hyperion.profitability.data.mdb.essbase.EssbaseAPI.createDimension(EssbaseAPI.java:641)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:702)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createOutline(CubeGenerator.java:402)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.deployCube(CubeGenerator.java:197)
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:60)
         at com.hyperion.profitability.business.service.ServiceFacade.deployCube(ServiceFacade.java:717)
         at com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob.start(DeployCubeJob.java:35)
         at com.hyperion.profitability.business.integration.ces.TaskHandler$AgentThread.run(TaskHandler.java:128)
    Caused by: com.essbase.api.base.EssException: Cannot add dimension. Essbase Error(1290002): Network Error [10061]: Unable To Connect To [h11:32768]. The client timed out waiting to connect to the Essbase Server using TCP/IP. Make sure that the client machine has sufficient number of ports available.
         at com.essbase.server.framework.EssOrbPluginDirect.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.essOtlAddDimension(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect.essOtlAddDimension(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeOutlineMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod2(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect._invokeProtected(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin.essOtlAddDimension(Unknown Source)
         at com.essbase.api.metadata.EssDimension.<init>(Unknown Source)
         at com.essbase.api.metadata.EssDimension.<init>(Unknown Source)
         at com.essbase.api.metadata.EssCubeOutline.createDimension(Unknown Source)
         at com.hyperion.profitability.data.mdb.essbase.EssbaseAPI.createDimension(EssbaseAPI.java:631)
         ... 7 more
    2010-02-08 12:49:27,243 [Thread-20] ERROR com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator: createOutline failed with CubeGenerationException
    com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:874)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createOutline(CubeGenerator.java:402)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.deployCube(CubeGenerator.java:197)
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:60)
         at com.hyperion.profitability.business.service.ServiceFacade.deployCube(ServiceFacade.java:717)
         at com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob.start(DeployCubeJob.java:35)
         at com.hyperion.profitability.business.integration.ces.TaskHandler$AgentThread.run(TaskHandler.java:128)
    Caused by: com.hyperion.profitability.data.mdb.essbase.MDBException: Error creating dimension: OPSActivities
         at com.hyperion.profitability.data.mdb.essbase.EssbaseAPI.createDimension(EssbaseAPI.java:641)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:702)
         ... 6 more
    Caused by: com.essbase.api.base.EssException: Cannot add dimension. Essbase Error(1290002): Network Error [10061]: Unable To Connect To [h11:32768]. The client timed out waiting to connect to the Essbase Server using TCP/IP. Make sure that the client machine has sufficient number of ports available.
         at com.essbase.server.framework.EssOrbPluginDirect.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.essOtlAddDimension(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect.essOtlAddDimension(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeOutlineMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod2(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect._invokeProtected(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin.essOtlAddDimension(Unknown Source)
         at com.essbase.api.metadata.EssDimension.<init>(Unknown Source)
         at com.essbase.api.metadata.EssDimension.<init>(Unknown Source)
         at com.essbase.api.metadata.EssCubeOutline.createDimension(Unknown Source)
         at com.hyperion.profitability.data.mdb.essbase.EssbaseAPI.createDimension(EssbaseAPI.java:631)
         ... 7 more
    2010-02-08 12:49:27,664 [Thread-20] WARN com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator: Can't close outline
    com.essbase.api.base.EssException: Cannot close cube outline. Essbase Error(1290002): Network Error [10061]: Unable To Connect To [h11:32768]. The client timed out waiting to connect to the Essbase Server using TCP/IP. Make sure that the client machine has sufficient number of ports available.
         at com.essbase.server.framework.EssOrbPluginDirect.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.closeOutline(Unknown Source)
         at com.essbase.server.framework.EssOtlConnectionContext.close(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect.closeOutline(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeOutlineMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod2(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect._invokeProtected(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin.closeOutline(Unknown Source)
         at com.essbase.api.metadata.EssCubeOutline.close(Unknown Source)
         at com.essbase.api.metadata.EssCubeOutline.close(Unknown Source)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.closeOutline(CubeGenerator.java:449)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createOutline(CubeGenerator.java:428)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.deployCube(CubeGenerator.java:197)
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:60)
         at com.hyperion.profitability.business.service.ServiceFacade.deployCube(ServiceFacade.java:717)
         at com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob.start(DeployCubeJob.java:35)
         at com.hyperion.profitability.business.integration.ces.TaskHandler$AgentThread.run(TaskHandler.java:128)
    2010-02-08 12:49:27,680 [Thread-20] ERROR com.hyperion.profitability.business.service.CubeDeployer:
    com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:874)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createOutline(CubeGenerator.java:402)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.deployCube(CubeGenerator.java:197)
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:60)
         at com.hyperion.profitability.business.service.ServiceFacade.deployCube(ServiceFacade.java:717)
         at com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob.start(DeployCubeJob.java:35)
         at com.hyperion.profitability.business.integration.ces.TaskHandler$AgentThread.run(TaskHandler.java:128)
    Caused by: com.hyperion.profitability.data.mdb.essbase.MDBException: Error creating dimension: OPSActivities
         at com.hyperion.profitability.data.mdb.essbase.EssbaseAPI.createDimension(EssbaseAPI.java:641)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:702)
         ... 6 more
    Caused by: com.essbase.api.base.EssException: Cannot add dimension. Essbase Error(1290002): Network Error [10061]: Unable To Connect To [h11:32768]. The client timed out waiting to connect to the Essbase Server using TCP/IP. Make sure that the client machine has sufficient number of ports available.
         at com.essbase.server.framework.EssOrbPluginDirect.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.essOtlAddDimension(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect.essOtlAddDimension(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeOutlineMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod2(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect._invokeProtected(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin.essOtlAddDimension(Unknown Source)
         at com.essbase.api.metadata.EssDimension.<init>(Unknown Source)
         at com.essbase.api.metadata.EssDimension.<init>(Unknown Source)
         at com.essbase.api.metadata.EssCubeOutline.createDimension(Unknown Source)
         at com.hyperion.profitability.data.mdb.essbase.EssbaseAPI.createDimension(EssbaseAPI.java:631)
         ... 7 more
    2010-02-08 12:49:27,680 [Thread-20] ERROR com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob: Error deploying cubes
    com.hyperion.profitability.business.service.ServiceException: com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:70)
         at com.hyperion.profitability.business.service.ServiceFacade.deployCube(ServiceFacade.java:717)
         at com.hyperion.profitability.business.integration.ces.jobs.DeployCubeJob.start(DeployCubeJob.java:35)
         at com.hyperion.profitability.business.integration.ces.TaskHandler$AgentThread.run(TaskHandler.java:128)
    Caused by: com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerationException
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:874)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createOutline(CubeGenerator.java:402)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.deployCube(CubeGenerator.java:197)
         at com.hyperion.profitability.business.service.CubeDeployer.deployCube(CubeDeployer.java:60)
         ... 3 more
    Caused by: com.hyperion.profitability.data.mdb.essbase.MDBException: Error creating dimension: OPSActivities
         at com.hyperion.profitability.data.mdb.essbase.EssbaseAPI.createDimension(EssbaseAPI.java:641)
         at com.hyperion.profitability.business.mdb.deployment.cubegeneration.CubeGenerator.createDimensionAndMembers(CubeGenerator.java:702)
         ... 6 more
    Caused by: com.essbase.api.base.EssException: Cannot add dimension. Essbase Error(1290002): Network Error [10061]: Unable To Connect To [h11:32768]. The client timed out waiting to connect to the Essbase Server using TCP/IP. Make sure that the client machine has sufficient number of ports available.
         at com.essbase.server.framework.EssOrbPluginDirect.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOlapMetaDataService.essOtlAddDimension(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect.essOtlAddDimension(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeOutlineMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod2(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect._invokeProtected(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin.essOtlAddDimension(Unknown Source)
         at com.essbase.api.metadata.EssDimension.<init>(Unknown Source)
         at com.essbase.api.metadata.EssDimension.<init>(Unknown Source)
         at com.essbase.api.metadata.EssCubeOutline.createDimension(Unknown Source)
         at com.hyperion.profitability.data.mdb.essbase.EssbaseAPI.createDimension(EssbaseAPI.java:631)
         ... 7 more
    Could anyone tell me what am I doing wrong and how to fix this? I have changed my account to be an administrator in Essbase (I also have selected ALL available rights in Shared Services), but still without any success.
    Thank you very much in advance!
    Regards,
    Vlado

    Hi,
    You could increase the number of connections windows can create, it means updating the registry and rebooting.
    Have a read of :- Re: HPCM Error(During the calculation cube i am getting the error)
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Issue with Building OLAP Cubes in Project Server 2010

    Hi
    There is some issue with while building OLAP cubes. 
    I have created OLAP cube then successfully cube has builded. When i add resource level custom field which has lookup tables values in ASSIGNMENT CUBE  then getting cube failure meesage.
    I deleted and recreated custom field and lookup table but no luck
    Below error message from manage queue jobs
    General
    CBS message processor failed:
    CBSOlapProcessingFailure (17004) - Failed to process the Analysis Services database <DB NAME> on the 10.3.66.12 server. Error: OLE DB error: OLE DB or ODBC error: 
    Warning: Null value is eliminated by an aggregate or other SET operation.; 01003. Errors in the OLAP storage engine: An error occurred while processing 
    the 'Assignment Timephased' partition of the 'Assignment Timephased' measure group for the 'Assignment Timephased' cube from the <DB NAME> database. 
    Internal error: The operation terminated unsuccessfully. Server:  Details: id='17004' name='CBSOlapProcessingFailure' uid='f2dea43a-eeea-4704-9996-dc0e074cf5c8'
     QueueMessageBody='Setting UID=afb5c521-2669-4242-b9f4-116f892e70f5 
    ASServerName=10.3.66.12 ASDBName=<DB NAME> ASExtraNetAddress= RangeChoice=0 PastNum=1 PastUnit=0 NextNum=1 NextUnit=0 FromDate=02/27/2015 02:10:15 
    ToDate=02/27/2015 02:10:15 HighPriority=True' Error='Failed to process the Analysis Services <DB NAME> on the 10.3.66.12 server. Error:
     OLE DB error: OLE DB or ODBC error: Warning: Null value is eliminated by an aggregate or other SET operation.; 01003. Errors in the OLAP storage engine: An error 
    occurred while processing the 'Assignment Timephased' partition of the 'Assignment Timephased' measure group for the 'Assignment Timephased' cube from the 
    <DB NAME> database. Internal  
    Queue:
    GeneralQueueJobFailed (26000) - CBSRequest.CBSQueueMessage. Details: id='26000' name='GeneralQueueJobFailed' uid='b7162f77-9fb5-49d2-8ff5-8dd63cc1d1d3' 
    JobUID='76837d02-d0c6-4bf8-9628-8cec4d3addd8' ComputerName='WebServer2010' GroupType='CBSRequest' MessageType='CBSQueueMessage' MessageId='2' Stage=''.
     Help me to resolve the issue
    Regards
    Santosh

    Is the SQL Server and Analysis Server are running on different servers and not on default ports? 
    If yes, then check if the same alias’s name added in Project Server is added on the Analysis Server.
    Cheers! Happy troubleshooting !!! Dinesh S. Rai - MSFT Enterprise Project Management Please click Mark As Answer; if a post solves your problem or Vote As Helpful if a post has been useful to you. This can be beneficial to other community members reading
    the thread.

  • Constraints need to consider to build Inventory CUBE in ECC 6.0

    Hi,
    I am new to ECC. Can any one help me on
    what are all the details (or) required constraints need to consider , to generate inventory cube?
    If my Manager asked me to generate INVENTORY CUBE.What questions can i shoot to my manager.
    Early Responce is Ariciated.
    Thanks in Advance.
    ~bharath

    Inventory Cube : 0IC_C03  
    Suggest you to explore with above search to get more details. would like to share below links for your ready reference.
    http://wiki.sdn.sap.com/wiki/display/BI/StepbyStepLoadingDatatoInventory+Cube
    http://help.sap.com/saphelp_nw04/helpdata/EN/5b/8dc73cee4fb55be10000000a114084/content.htm
    Once you search on the forum, you will observed constraints / issues faced by consultant on building inventory cube and sdn experts would have suggested ways to resolve it.
    all the best.

  • Versioning, Deployment, Execution in OWB 9.2

    For the warehouse created using OWB versions 9.0.3, my company used a versioning tool. All the PLS generated using OWB were moved to Source control system and from there deployed to Target Schema.
    Now in 9.0.4 generated code contains location information that gets replaced by physical location only when code is deployed using OWB. So the old system of versioning and deployment doesnt work. We need to deploy using OWB only. In this case we loose all the versioning of mappings.
    Question 1 :
    Will you please suggest a solution how can we do versioning of our code now ? Versioning is very important for us. In case it is not possible then can we go back to old system of deployment and execution by doing some manual workarounds.
    Question 2 :
    Is it necessary to deploy thru OWB only because of Location factor. In that case if we design such that source and target tables are in the same then these mappings will not contain location information and we should be able to deploy them without using OWB ? What are the other disadvantages of using this approach.
    Question 3 :
    When executing mapping using the template provided by OWB, we need to provide location name and execute it from Runtime Repository owner. I guess, When I deploy outside OWB I will not be able to use this method of execution. Default parameters and custome parameters of the mapping are stored in run time repository under the location name at the time of deployment . This information is accessed by the template to execute mapping. ( is it true ??)
    We are not going to use multiple physical configuration for the same mapping, so if we deploy not using owb, can we execute directly in Target schema, without using template. How can we provide the input parameter to Main function in this case ?
    Question 4 :
    Will we be able to get Audit information if we do not use OWB's recommended way of deployment and execution.
    Vibha

    Vibha,
    Question 1:
    What you can do, is store the entire deployment script using the deploy to file option and version control that file. The format will be an ASCII-based XML file that versions exactly the same as you would version the files that OWB generated in previous releases.
    Also, you may be interested in the version control you can do inside of OWB. That is, as of 9.0.4 we enable you to create snapshots of your design, which you could compare and restore at any point in the future. In 9.0.4, we provided a beta UI on top of this feature (scripting would be the other way to go), but in 9.2 we provide a production quality UI. To enable the UI in 9.0.4, close the product, locate preference.properties in <owb home>\owb\bin\admin and change the setting for MCMUIEnabled from false to true. Please do consider migrating to OWB92...
    Question 2:
    The locations were also introduced to support multi deployment (e.g. development, test, production) with potentially different physical setups of the machines, but no design changes necessary. Also, execution uses the location concepts. Did you already read http://otn.oracle.com/products/warehouse/pdf/OWB_RuntimeChanges.pdf, which contains more information about the changes and why these are there?
    Question 3:
    To execute directly from the database, I recommend you download http://otn.oracle.com/sample_code/products/warehouse/files/run_my_owb_stuff.sql and use that as the basis for your execution. The entire architecture changed from 9.0.3 to 9.0.4... and the runtime platform now manages the execution. Via the script above you get a wrapper around the script that OWB provides out of the box (minimum version 9.0.4.10).
    Question 4:
    The generated code contains all the calls to log the audits, so in principle yes. Having said that, if you do not deploy through OWB... it will be difficult to get the correct references that OWB will use during its logging to be resolved. I hope that with the explanation above you will be able to deploy and run inside the OWB context and make the entire environment work for you.
    Thanks,
    Mark.

  • Peculiar Deployment Error in OWB

    Hi All,
    I have a mapping (M_TEST_PROCEDURE) which has the following sequence of operators.
    Source Table -> Mapping Transformation (Procedure) -> Expression -> Pivot -> Target Table.
    The mapping validates without any errors. But when tried to deploy this mapping it gives me the following error.
    OWB Error MappingGenerator.generate WBGeneratedObject[] in null or length 0 for M_TEST_PROCEDURE.
    The detailed error message is:
    oracle.wh.repos.sdk.exceptions.WBException
    oracle.wh.repos.sdk.exceptions.WBException
         at oracle.wh.ui.runtime.application.WHRuntimeProgress.notifyInternalError(WHRuntimeProgress.java:180)
         at oracle.wh.ui.runtime.application.WHRuntimeGeneration.run(WHRuntimeGeneration.java:111)
    \nCMPException message and stack trace:\njava.lang.NullPointerException
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler.actionPerformed(WHRuntimeCommandHandler.java:277)
         at oracle.wh.ui.common.OWBConsumer.dataItemAvailable(OWBInfoBus.java:380)
         at javax.infobus.DefaultController.fireItemAvailable(DefaultController.java:90)
         at javax.infobus.InfoBus.fireItemAvailable(InfoBus.java:989)
         at oracle.wh.ui.common.OWBInfoBus.produce(OWBInfoBus.java:159)
         at oracle.wh.ui.common.OWBInfoBus.produce(OWBInfoBus.java:76)
         at oracle.wh.ui.runtime.application.WHRuntimeProgress.showResults(WHRuntimeProgress.java:84)
         at oracle.wh.ui.runtime.application.WHRuntimeGeneration.run(WHRuntimeGeneration.java:107)
    If the mapping sequence is
    Source Table -> Expression -> Pivot -> Target Table.
    The mapping works fine and gets deployed without any errors.
    Also if the mapping sequence is
    Source Table -> Mapping Transformation (Procedure) -> Expression -> Target Table.
    The mapping works fine and gets deployed without any errors.
    The problem occurs only when the Mapping Transformation (using a procedure) is used with a pivot operator.
    Has anybody experienced such problems before ??? If yes, can you please throw some light as to why is this happening. There is one more thread in this forum regarding the same problem, I have seen that but the problem still persists..
    All your valued suggestions are welcome.
    Regards
    -AP

    The target table loading type is INSERT, and match by constraint is set to 'No constraints'.
    There is no INSERT/UPDATE or UPDATE/INSERT anywhere in the mapping.
    This really seems to be a awkward problem.
    You can try yourself. Make a stored procedure (doing a very simple thing ... taking an input value adding a constant value and then returning that value back).
    The sequence of operators used in the mapping:
    Source Table -> Mapping Transformation (using the above procedure) -> Expression Operator -> Pivot Operator -> Target Table.
    Try to deploy the code ... u will get a deployment error which OWB itself does not understand.
    Any more hints of help ?
    Regards
    -Arnab

  • Deployment location in OWB 10.2.1.

    Hi ,
    I have installed the OWB 10.2.1 on Windows XP Platform successfully. I had an export file done in the previous version 10.1.4 and import it - migrating beforehand the import- to the new version. Everything was OK , except for just a warning about the difference between the base language on the export file and the new OWB installation.
    When i try to deploy a mapping , i get the error message RTC-5272: There are invalid target locations DEPLOYMENT LOCATION.
    There are one or more locations specified as deployment locations that are either of type database or are source locations.
    Where are defined these deployment locations.... as this new OWB version is slightly to much different to the previous version.... Is it under the Configurations directory...in thw OWB client Tool environment????
    I haven't found any property value database or source location regarding the deployment location.
    What can I do in order to disassociate the deployment locations from the objects - as OWB points out...?????
    Regards,
    Simon

    I got this same error after importing projects. This is what I did to resolve:
    My "location" was brought over when I did the import. But the properties were not set on the "location". I had to go to the "Connection Center" and set the properties for my "location". Basically, I had to set the username/pwd, node, port, service name, etc. After this, I was able to deploy.

  • Essbase Studio Error during deployment cube into Essbase

    Hi all,
    I'm using Essbase studio11 and trying to deploy my cube into essbase using the deployment wizard. But I keep getting this error:
    Failed to deploy Essbase cube
    Caused By: Cannot begin incremental build. Essbase Error(1007151): Wrong incremental dimension build sequence
    Please help and advise.
    thanks in Advance.
    -Avishek Sarkar.

    Hi John,
    Trying BSO deployment.
    I tried to deploy now with the "Delete and Restore database".
    Now getting a different error:
    Failed to deploy Essbase cube
    Caused By: Failed to build Essbase cube dimension: (RegionHierarchy)
    Caused By: Cannot incremental build. Essbase Error(-1): null
    Thanks for your reply.
    Avishek

  • Dimensions & Cubes in OWB

    I was just involved in the project of data warehouse using OWB-OBIEE, though in general I was often involved in data warehouse projects over the last few years. And, I am also new in this forum.
    I have several questions related to development using the OWB tools:
    1. In general, is it a best practices to use dimensions and cubes in OWB?
    2. Is it common to use just tables (without dims & cubes)?
    3. In the context of the OWB-OBIEE, can OBIEE directly use the Oracle dims & cubes that have been made through OWB? If not, does it mean that using dims & cubes is not a standard in OWB?
    Thanks in advance
    Prat

    About "2. Is it common to use just tables (without dims & cubes)?"
    Yes, it is. Regretfully. Many customers don't feel at ease / don't want to use DB features and they simply call tables xxx_dim, xxx_fact and fill them like that. While it works you're missing the advantages on defining those objects inside the DB. For a comparisson immagine that you're trying to fill a table via OWB and the table doesn't have a primary key defined on the DB level. You can still connect the columns and perform the load, but you're missing out on enforcing referential integrity and a bit on documentation (no key icon next to the column in OWB).
    So in the same way, you can flatten cubes into relational tables, it is common, but it isn't best practice.

  • Version control, build, deploy and release management of eBS applications?

    Hi All
    I am setting up a standard configuration management, build & deployment automation and change & release management process for all types of applications including Oracle eBS, Informatica, Siebel, Cognos, Java etc. As you know, SCM for Java and .Net types of applications are very matured, but not for other types of applications such as Oracle eBS.
    Can you give me some hint or point me to some documents on how to manage Oracle eBS applications from SCM's perspective? For example,
    1. How to version control eBS artifacts? e.g. what kind of eBS artifacts need to be version controlled?
    2. How to build eBS artifacts and then deploy to a new environment? How to move an eBS application from one environment (DEV) to test environment?
    3. How to manage changes?
    We have a standard SCM tool called RTC from IBM, which has version control, build and change control functions.
    Thanks
    Jirong

    hujirong wrote:
    Hi All
    I am setting up a standard configuration management, build & deployment automation and change & release management process for all types of applications including Oracle eBS, Informatica, Siebel, Cognos, Java etc. As you know, SCM for Java and .Net types of applications are very matured, but not for other types of applications such as Oracle eBS.
    Can you give me some hint or point me to some documents on how to manage Oracle eBS applications from SCM's perspective? For example,
    1. How to version control eBS artifacts? e.g. what kind of eBS artifacts need to be version controlled?
    2. How to build eBS artifacts and then deploy to a new environment? How to move an eBS application from one environment (DEV) to test environment?
    3. How to manage changes?
    We have a standard SCM tool called RTC from IBM, which has version control, build and change control functions.
    Thanks
    JirongPlease do not create duplicate threads -- Software Configuration Management of Oracle eBS

Maybe you are looking for

  • J1ih- Other adjustment balances are negative.....

    Hi , We are  getting one problem and in J1IH - Other adjustment Display balances it is showing negative balance and hence it is changing the GL to PLA when saving the document. OK But we have sufficient balances in GL becaz in J2i9 and J2iern it is s

  • Coding Block

    Hi all, Can anyone explain me with an example how do we add a coding for G/L and how to change the standard program RFBIBL00 program to populate those fields in Coding Block. Plase advise on how to go about in terms of Configuration of Coding Block f

  • Where is my downloaded rented movie?

    First I downloaded a movie onto my iPhone5 and thought that I could later watch it on my MacBook Air, but I couldn't find it there so I had to watch it on my iPhone5.  Then I rented another movie and this time I used my Macbook Air to do it. It succe

  • EPSON L558 Driver Can't install

    I have recently bough a new EPSON L558 and I will not install the driver. I downloaded the drive from EPSON.com Can anyone help me with this issue.

  • HT204053 how can i change my iCloud id to match my new apple id on my iPhone?

    How can I change my iCloud id to match my new apple id on my iphone?