Cannot create dimensions in AWMv11

Hello:
I´ve a problem with AWM 11.1.0.6.0A client and Oracle 11.1.0.6.0
I´m using the Oracle® OLAP User's Guide 11g Release 1 (11.1) B28124-02
guide.
I insatall Oracle --> OK
I created the sample schema global_11g_schema --> OK
I launch AWM, connect to GLOBAL schema and created the AW --> OK
Then, when i try to create my first dimension for the PRODUCT table i get the following exception (sorry, it´s in spanish. How could i set AWM in english?):
La transacción no se puede confirmar: "Se ha producido un error en el servidor
Clase de error: Fallo de Oracle Express
Descripciones de error del servidor:
DPR: No se ha podido crear el cursor del servidor, Genérico en TxsOqDefinitionManager::generic<CommitRoot>
INI: No se ha podido analizar la cadena XML enviada desde el cliente al servidor, Genérico en XML Parser Errors:
Error processing subelement: <StandardDimension><Attribute><BaseAttribute><Classification>
Error processing tag: Classification:
Error returned by xsOqXmlParserExecute.
at oracle.olap.awm.dataobject.dialog.PropertyViewer.doCreateAction(Unknown Source)
at oracle.olap.awm.dataobject.dialog.CreateDialogHostActionThread.doAction(Unknown Source)
at oracle.olap.awm.ui.dialog.ThreadedDialogActionThread.run(Unknown Source)
After this first error, I retry it and it begins to give me always the next exception:
ava.lang.RuntimeException: org.xml.sax.SAXParseException: <Line 3, Column 15>: XML-20210: (Fatal Error) Unexpected EOF.
at oracle.olap.awm.dataobject.dialog.PropertyViewer.doCreateAction(Unknown Source)
at oracle.olap.awm.dataobject.dialog.CreateDialogHostActionThread.doAction(Unknown Source)
at oracle.olap.awm.ui.dialog.ThreadedDialogActionThread.run(Unknown Source)
I enabled the AWM´s log system and this is the XML it generate:
REM Generated by the Oracle Analytic Workspace Manager version: 11.1.0.6.0A on 2008-04-04 09:36:18:0953 AM
declare
xmlCLOB clob;
begin
dbms_lob.createtemporary(xmlCLOB,TRUE);
dbms_lob.open(xmlCLOB, DBMS_LOB.LOB_READWRITE);
dbms_lob.writeappend(xmlCLOB, 9, '<Metadata');
dbms_lob.writeappend(xmlCLOB, 16, ' Version="1.0">');
dbms_lob.writeappend(xmlCLOB, 20, ' <StandardDimension');
dbms_lob.writeappend(xmlCLOB, 14, ' Name="POI"');
dbms_lob.writeappend(xmlCLOB, 19, ' Owner="GLOBAL">');
dbms_lob.writeappend(xmlCLOB, 14, ' <Attribute');
dbms_lob.writeappend(xmlCLOB, 19, ' Action="ADD">');
dbms_lob.writeappend(xmlCLOB, 20, ' <BaseAttribute');
dbms_lob.writeappend(xmlCLOB, 31, ' Name="LONG_DESCRIPTION"');
dbms_lob.writeappend(xmlCLOB, 30, ' IsVisibleForAll="True"');
dbms_lob.writeappend(xmlCLOB, 31, ' SQLDataType="VARCHAR2">');
dbms_lob.writeappend(xmlCLOB, 20, ' <Description');
dbms_lob.writeappend(xmlCLOB, 22, ' Action="ADD"');
dbms_lob.writeappend(xmlCLOB, 43, ' Language="SPANISH_SPAIN.AL32UTF8"');
dbms_lob.writeappend(xmlCLOB, 33, ' Type="ShortDescription"');
dbms_lob.writeappend(xmlCLOB, 36, ' Value="Descripción Larga">');
dbms_lob.writeappend(xmlCLOB, 22, ' </Description>');
dbms_lob.writeappend(xmlCLOB, 20, ' <Description');
dbms_lob.writeappend(xmlCLOB, 22, ' Action="ADD"');
dbms_lob.writeappend(xmlCLOB, 43, ' Language="SPANISH_SPAIN.AL32UTF8"');
dbms_lob.writeappend(xmlCLOB, 32, ' Type="LongDescription"');
dbms_lob.writeappend(xmlCLOB, 36, ' Value="Descripción Larga">');
dbms_lob.writeappend(xmlCLOB, 22, ' </Description>');
dbms_lob.writeappend(xmlCLOB, 20, ' <Description');
dbms_lob.writeappend(xmlCLOB, 22, ' Action="ADD"');
dbms_lob.writeappend(xmlCLOB, 43, ' Language="SPANISH_SPAIN.AL32UTF8"');
dbms_lob.writeappend(xmlCLOB, 28, ' Type="Description"');
dbms_lob.writeappend(xmlCLOB, 36, ' Value="Descripción Larga">');
dbms_lob.writeappend(xmlCLOB, 22, ' </Description>');
dbms_lob.writeappend(xmlCLOB, 23, ' <Classification');
dbms_lob.writeappend(xmlCLOB, 22, ' Action="ADD"');
dbms_lob.writeappend(xmlCLOB, 24, ' Value="STAR"/>');
dbms_lob.writeappend(xmlCLOB, 22, ' </BaseAttribute>');
dbms_lob.writeappend(xmlCLOB, 16, ' </Attribute>');
dbms_lob.writeappend(xmlCLOB, 14, ' <Attribute');
dbms_lob.writeappend(xmlCLOB, 19, ' Action="ADD">');
dbms_lob.writeappend(xmlCLOB, 20, ' <BaseAttribute');
dbms_lob.writeappend(xmlCLOB, 32, ' Name="SHORT_DESCRIPTION"');
dbms_lob.writeappend(xmlCLOB, 30, ' IsVisibleForAll="True"');
dbms_lob.writeappend(xmlCLOB, 31, ' SQLDataType="VARCHAR2">');
dbms_lob.writeappend(xmlCLOB, 20, ' <Description');
dbms_lob.writeappend(xmlCLOB, 22, ' Action="ADD"');
dbms_lob.writeappend(xmlCLOB, 43, ' Language="SPANISH_SPAIN.AL32UTF8"');
dbms_lob.writeappend(xmlCLOB, 33, ' Type="ShortDescription"');
dbms_lob.writeappend(xmlCLOB, 36, ' Value="Descripción Breve">');
dbms_lob.writeappend(xmlCLOB, 22, ' </Description>');
dbms_lob.writeappend(xmlCLOB, 20, ' <Description');
dbms_lob.writeappend(xmlCLOB, 22, ' Action="ADD"');
dbms_lob.writeappend(xmlCLOB, 43, ' Language="SPANISH_SPAIN.AL32UTF8"');
dbms_lob.writeappend(xmlCLOB, 32, ' Type="LongDescription"');
dbms_lob.writeappend(xmlCLOB, 36, ' Value="Descripción Breve">');
dbms_lob.writeappend(xmlCLOB, 22, ' </Description>');
dbms_lob.writeappend(xmlCLOB, 20, ' <Description');
dbms_lob.writeappend(xmlCLOB, 22, ' Action="ADD"');
dbms_lob.writeappend(xmlCLOB, 43, ' Language="SPANISH_SPAIN.AL32UTF8"');
dbms_lob.writeappend(xmlCLOB, 28, ' Type="Description"');
dbms_lob.writeappend(xmlCLOB, 36, ' Value="Descripción Breve">');
dbms_lob.writeappend(xmlCLOB, 22, ' </Description>');
dbms_lob.writeappend(xmlCLOB, 23, ' <Classification');
dbms_lob.writeappend(xmlCLOB, 22, ' Action="ADD"');
dbms_lob.writeappend(xmlCLOB, 24, ' Value="STAR"/>');
dbms_lob.writeappend(xmlCLOB, 22, ' </BaseAttribute>');
dbms_lob.writeappend(xmlCLOB, 16, ' </Attribute>');
dbms_lob.writeappend(xmlCLOB, 30, ' <ValueDescriptionAttribute');
dbms_lob.writeappend(xmlCLOB, 31, ' Name="LONG_DESCRIPTION"/>');
dbms_lob.writeappend(xmlCLOB, 35, ' <ShortValueDescriptionAttribute');
dbms_lob.writeappend(xmlCLOB, 32, ' Name="SHORT_DESCRIPTION"/>');
dbms_lob.writeappend(xmlCLOB, 18, ' <Organization>');
dbms_lob.writeappend(xmlCLOB, 37, ' <AWPrimaryDimensionOrganization');
dbms_lob.writeappend(xmlCLOB, 34, ' AddUniqueKeyPrefix="True">');
dbms_lob.writeappend(xmlCLOB, 11, ' <AW');
dbms_lob.writeappend(xmlCLOB, 25, ' Name="GLOBAL"/>');
dbms_lob.writeappend(xmlCLOB, 30, ' <AttributeOrganization');
dbms_lob.writeappend(xmlCLOB, 22, ' Action="ADD"');
dbms_lob.writeappend(xmlCLOB, 39, ' Attribute="LONG_DESCRIPTION">');
dbms_lob.writeappend(xmlCLOB, 32, ' </AttributeOrganization>');
dbms_lob.writeappend(xmlCLOB, 30, ' <AttributeOrganization');
dbms_lob.writeappend(xmlCLOB, 22, ' Action="ADD"');
dbms_lob.writeappend(xmlCLOB, 40, ' Attribute="SHORT_DESCRIPTION">');
dbms_lob.writeappend(xmlCLOB, 32, ' </AttributeOrganization>');
dbms_lob.writeappend(xmlCLOB, 39, ' </AWPrimaryDimensionOrganization>');
dbms_lob.writeappend(xmlCLOB, 19, ' </Organization>');
dbms_lob.writeappend(xmlCLOB, 16, ' <Description');
dbms_lob.writeappend(xmlCLOB, 18, ' Action="ADD"');
dbms_lob.writeappend(xmlCLOB, 39, ' Language="SPANISH_SPAIN.AL32UTF8"');
dbms_lob.writeappend(xmlCLOB, 28, ' Type="LongDescription"');
dbms_lob.writeappend(xmlCLOB, 18, ' Value="Poi">');
dbms_lob.writeappend(xmlCLOB, 18, ' </Description>');
dbms_lob.writeappend(xmlCLOB, 16, ' <Description');
dbms_lob.writeappend(xmlCLOB, 18, ' Action="ADD"');
dbms_lob.writeappend(xmlCLOB, 39, ' Language="SPANISH_SPAIN.AL32UTF8"');
dbms_lob.writeappend(xmlCLOB, 29, ' Type="ShortDescription"');
dbms_lob.writeappend(xmlCLOB, 18, ' Value="Poi">');
dbms_lob.writeappend(xmlCLOB, 18, ' </Description>');
dbms_lob.writeappend(xmlCLOB, 16, ' <Description');
dbms_lob.writeappend(xmlCLOB, 18, ' Action="ADD"');
dbms_lob.writeappend(xmlCLOB, 39, ' Language="SPANISH_SPAIN.AL32UTF8"');
dbms_lob.writeappend(xmlCLOB, 24, ' Type="Description"');
dbms_lob.writeappend(xmlCLOB, 18, ' Value="Poi">');
dbms_lob.writeappend(xmlCLOB, 18, ' </Description>');
dbms_lob.writeappend(xmlCLOB, 22, ' </StandardDimension>');
dbms_lob.writeappend(xmlCLOB, 2, ' ');
dbms_lob.writeappend(xmlCLOB, 11, '</Metadata>');
dbms_lob.close(xmlCLOB);
dbms_cube.import_xml(xmlCLOB);
end;
I also installed awm111060A_DBClient in %ORACLE_HOME%/olap, wich has a few jars, and restarted the instance, but nothing happended.
My NLS settings are:
NLS_LANGUAGE --> SPANISH
NLS_TERRITORY --> SPAIN
NLS_CHARACTERSET --> AL32UTF8
NLS_DATE_LANGUAGE --> SPANISH
NLS_NCHAR_CHARACTERSET --> UTF8
Any idea? May i configure anymore alse on server side?
Thanks for all in advance.

You should upgrade your database to a minimum of 11.1.0.7 plus the latest Windows patchset
You can find all of the information you need here:- http://www.oracle.com/technology/products/bi/olap/collateral/olap_certification.html
Thanks,
Stuart Bunby
OLAP Blog: http://oracleOLAP.blogspot.com
OLAP Wiki: http://wiki.oracle.com/page/Oracle+OLAP+Option
OLAP on OTN: http://www.oracle.com/technology/products/bi/olap/index.html
DW on OTN : http://www.oracle.com/technology/products/bi/db/11g/index.html

Similar Messages

  • Cannot create Dimensions

    Hello Expert
    I am not able to create dimensions under the Data source --> Amounts.
    When trying to create Domensions under reference tables, the system shows a message that "it is recommended to be in exclusive mode"
    Please advise if there are any settings which needs to be done.
    Thanks

    Hi Chintusap
    Did you have created a TOP-database or a child one? You can find information in installation guide from page 51 on.
    Click on the OK-button in the popup which tells recommands the exclusive mode. Then you can create your values.
    Regards
    Udo

  • EAS cannot create dimension

    Hi There,
    I just finish 11.1.2.2 installation and configuratin using rapid deployment in two boxes -windows 2008 r2 (database server-sql server and the rest of components in another box) for dev, it went through without issue, EAS is launched fine, and I can see all sample.basic, I can create new applicaiton and database fine, however, when I go to Outline, then add child, it just hang up on me forever, essentially I have to go to task manager to kill it.
    I am not using EAS web console, I am using client tool to install EAS.
    This is the first time I see this, any suggestion?

    Hi Donny. No, Java 7 is not supported. You aren't the first person to see this problem and find that it was related to Java version, either - Outline Editor is getting hung when I am adding a member in the outline
    Good news is both 6 and 7 can be installed at the same time, and you can choose (through Control Panel | Java) to disable one or other version at different times.

  • Cannot create MOLAP dimension - already exists

    Hi, I am trying to deploy a dimension but OWB seems to think it still exists.
    I get the following error :-
    "Cannot create dimension STOCK_CODE.DIMENSION. AW dimension with logical name STOCK_CODE alredy exists in schema DW."
    If I try to drop the dimension using Control Centre it says it doesnt exist.
    The dimension did exist a while back but has been deleted.
    How can I fix the metadata in OWB as it seems to have it's knickers in a twist at the moment.
    Thanks
    Paul

    It may not be OWB that is causing the problem. The OLAP option will only allow a dimension name to be used once within a schema. What you might find is that the OLAP catalog thinks there is already a dimension with this name deployed somewhere.
    You will need to check the view ALL$_OLAPDIMENSIONS to see if you have any relational dimensions that have the same name within your schema. Use the CWM2_OLAP_DIMENSION.DROP_DIMENSION to remove the dimension.
    Then check the view ALL$OLAP2_AWS to see if the schema contains any AWs you were not expecting or thought were delete. If there are any rogue AWs within your schema then delete them.
    I suspect you may have changed the name of your AW during the deployment and, therefore, the old AW actually still exists and this AW contains a copy of the dimension.
    Hope this helps
    Keith Laker
    Data Warehouse Solution Architect
    Oracle EMEA Consulting
    BI Blog : http://oraclebi.blogspot.com
    DM Blog : http://oracledmt.blogspot.com

  • Essbase Analytics Link cannot create data synchronization server database

    When I try to create data synchronization server database using Essbase Analytics Link, the below error occur, anyone can help?Thnaks
    dss.log:
    19 Oct 2011 17:28:55] [dbmgr] ERROR: last message repeated 2 more times
    [19 Oct 2011 17:28:55] [dbmgr] removed "C:\oracle\product\EssbaseAnalyticsLink\oem\hfm\Comma\Default\Comma.hdf"
    [19 Oct 2011 17:28:55] [dbmgr] removed "C:\oracle\product\EssbaseAnalyticsLink\oem\hfm\Comma\Default\PERIOD.hrd"
    [19 Oct 2011 17:28:55] [dbmgr] removed "C:\oracle\product\EssbaseAnalyticsLink\oem\hfm\Comma\Default\VIEW.hrd"
    [19 Oct 2011 17:28:55] [dbmgr] removed "C:\oracle\product\EssbaseAnalyticsLink\oem\hfm\Comma\Default\YEAR.hrd"
    [19 Oct 2011 17:28:58] [dbmgr] Create metadata: "C:/oracle/product/EssbaseAnalyticsLink/oem/hfm/Comma/Default/Comma.hdf"
    [19 Oct 2011 17:28:59] [dbmgr] WARN : HR#03826: Directory "C:\oracle\product\EssbaseAnalyticsLink/Work/XOD/backUp_2" not found. Trying to create
    [19 Oct 2011 17:29:15] [dbmgr] ERROR: ODBC: HR#01465: error in calling SQLDriverConnect ([Microsoft][ODBC SQL Server Driver][Shared Memory]Invalid connection. [state=08001 code=14]).
    [19 Oct 2011 17:29:15] [dbmgr] ERROR: HR#00364: Cannot open source reader for "ACCOUNT"
    [19 Oct 2011 17:29:15] [dbmgr] ERROR: HR#00627: Cannot create dimension: "ACCOUNT".
    [19 Oct 2011 17:29:16] [dbmgr] ERROR: HR#07722: Cube 'main_cube' of application 'Comma' is not registered.
    eal.log:
    [2011-Oct-19 17:28:56] http://localhost/livelink/Default.aspx?command=readYear&server=TestEss64&application=Comma&domain=
    [2011-Oct-19 17:28:56] http://localhost/livelink/Default.aspx?command=readPeriod&server=TestEss64&application=Comma&domain=
    [2011-Oct-19 17:28:57] http://localhost/livelink/Default.aspx?command=readView&server=TestEss64&application=Comma&domain=
    [2011-Oct-19 17:28:57] http://localhost/livelink/Default.aspx?command=getVersion&server=TestEss64&application=Comma&domain=
    [2011-Oct-19 17:28:58] DSS Application created
    [2011-Oct-19 17:28:58] http://localhost/livelink/Default.aspx?command=getICPWeight&server=TestEss64&application=Comma&domain=
    [2011-Oct-19 17:29:15] (-6981) HR#07772: cannot register HDF
    [2011-Oct-19 17:29:15] com.hyperroll.jhrapi.JhrapiException: (-6981) HR#07772: cannot register HDF
    [2011-Oct-19 17:29:15]      at com.hyperroll.jhrapi.JhrapiImpl.updateMetadata(Native Method)
    [2011-Oct-19 17:29:15]      at com.hyperroll.jhrapi.Application.updateMetadata(Unknown Source)
    [2011-Oct-19 17:29:15]      at com.hyperroll.hfm2ess.bridge.HyperRollProcess.updateMetadata(Unknown Source)
    [2011-Oct-19 17:29:15]      at com.hyperroll.hfm2ess.bridge.ws.BridgeOperationManagerImpl.createAggServerApp(Unknown Source)
    [2011-Oct-19 17:29:15]      at com.hyperroll.hfm2ess.bridge.ws.BridgeOperationManager.createAggServerApp(Unknown Source)
    [2011-Oct-19 17:29:15]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [2011-Oct-19 17:29:15]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [2011-Oct-19 17:29:15]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [2011-Oct-19 17:29:15]      at java.lang.reflect.Method.invoke(Method.java:597)
    [2011-Oct-19 17:29:15]      at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.invoke(WLSInstanceResolver.java:92)
    [2011-Oct-19 17:29:15]      at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.invoke(WLSInstanceResolver.java:74)
    [2011-Oct-19 17:29:15]      at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:151)
    [2011-Oct-19 17:29:15]      at com.sun.xml.ws.server.sei.EndpointMethodHandlerImpl.invoke(EndpointMethodHandlerImpl.java:268)
    [2011-Oct-19 17:29:15]      at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:100)
    [2011-Oct-19 17:29:15]      at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:866)
    [2011-Oct-19 17:29:15]      at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:815)
    [2011-Oct-19 17:29:15]      at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:778)
    [2011-Oct-19 17:29:15]      at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:680)
    [2011-Oct-19 17:29:15]      at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:403)
    [2011-Oct-19 17:29:15]      at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:532)
    [2011-Oct-19 17:29:15]      at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:253)
    [2011-Oct-19 17:29:15]      at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:140)
    [2011-Oct-19 17:29:15]      at weblogic.wsee.jaxws.WLSServletAdapter.handle(WLSServletAdapter.java:171)
    [2011-Oct-19 17:29:15]      at weblogic.wsee.jaxws.HttpServletAdapter$AuthorizedInvoke.run(HttpServletAdapter.java:708)
    [2011-Oct-19 17:29:15]      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    [2011-Oct-19 17:29:15]      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    [2011-Oct-19 17:29:15]      at weblogic.wsee.util.ServerSecurityHelper.authenticatedInvoke(ServerSecurityHelper.java:103)
    [2011-Oct-19 17:29:15]      at weblogic.wsee.jaxws.HttpServletAdapter$3.run(HttpServletAdapter.java:311)
    [2011-Oct-19 17:29:15]      at weblogic.wsee.jaxws.HttpServletAdapter.post(HttpServletAdapter.java:336)
    [2011-Oct-19 17:29:15]      at weblogic.wsee.jaxws.JAXWSServlet.doRequest(JAXWSServlet.java:98)
    [2011-Oct-19 17:29:15]      at weblogic.servlet.http.AbstractAsyncServlet.service(AbstractAsyncServlet.java:99)
    [2011-Oct-19 17:29:15]      at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    [2011-Oct-19 17:29:15]      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    [2011-Oct-19 17:29:15]      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    [2011-Oct-19 17:29:15]      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    [2011-Oct-19 17:29:15]      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
    [2011-Oct-19 17:29:15]      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3717)
    [2011-Oct-19 17:29:15]      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    [2011-Oct-19 17:29:15]      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    [2011-Oct-19 17:29:15]      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    [2011-Oct-19 17:29:15]      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    [2011-Oct-19 17:29:15]      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    [2011-Oct-19 17:29:15]      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    [2011-Oct-19 17:29:15]      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    [2011-Oct-19 17:29:15]      at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    [2011-Oct-19 17:29:15] LiveLinkException [HR#09746]: Data Synchronization Server database cannot be created

    What version of EAL have you installed, what OS + 32bit/64bit are you installing it on.
    What version of the OUI did you use.
    Have you gone through all the configuration steps successfully.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Cannot find object after creating dimension and cube.

    I need to develop a project using olap api to get olap data.
    My db release is 10.1.0.2, owb is 10.1.0.4.
    After i create dimension and cube in owb, I cannot find any object i have created in owb. Except that in OEM, after i click the button dimension, there comes an message as that the dimension does not have complete metadata or was created by old release and OEM will create a metadata for it. After that, I can find the dimension in AWM and get the imformation using olap api.
    However, there is no measure button in OEM, I cannot find the measures in measure folder. So that i cannot get the information of the MdmMeasureDimension using olap api.
    Can somebody help me with this issue? Thanks!

    With OWB 10.1 and prior releases to get OLAP metadata for a dimension or cube you must have used the OWB transfer wizard to deploy the OLAP metadata. This bridge basically creates and executes a script with all of the CWM calls to create the OLAP dimension and cube metadata.
    When you deployed the dimension from OWB in 10.1 it only created the 'create dimension DDL' for the object.
    Cheers
    David

  • Is it possible to create dimension roles in AWM?

    Hi,
    Is it possible to create dimension roles in AWM like the way we have in OWB ?
    If yes, please direct on the way to do this.
    Many thanks in advance for your kind inputs.
    Piyush

    I think what you need is to use the ALIAS option that is part of the DEFINE DIMENSION statement
    DEFINE DIMENSION ALIASOF
    The DEFINE DIMENSION ALIASOF command defines a dimension alias for a simple dimension. An alias dimension has the same type and values as its base dimension. Typically, you define an alias dimension when you want to dimension a variable by the same dimension twice.
    Additionally, You can use a LIMIT statement to limit alias dimensions and define variables and relations using an alias dimension. However, you cannot maintain an alias dimension directly; instead you maintain its base dimension using MAINTAIN.
    Syntax
    DEFINE name DIMENSION ALIASOF dimension [TEMP] [AW workspace] [SESSION]
    Arguments
    name
    The name of the object you are defining. For general information about this argument, see the main entry for the DEFINE command.
    DIMENSION ALIASOF
    If you look at this example if provides a great example of how to use this feature:
    http://download.oracle.com/docs/cd/B19306_01/olap.102/b14346/dml_x_decimal006.htm#ABC1485326
    But of course the main issue here is how to generate the standard form metadata required to support this feature and make the dimension alias avaliable and visible within AWM. That is the difficult (and I would say impossible) part of the process since this feature is not supported by the AW XML API (at least I don't think it is, you could check the API docs to see if this is supported). if it is not supported then the management of this feature would all have to be controlled via OLAP DML commands (load dimension members etc) but you would still not be able to include it within a cube definition and then maintain that cube using AW XML API.
    Does that help?
    Keith

  • Error Opening Reports (Cannot find Dimension Scenario, Error executing query: the member null doesn't exist in this application)

    Hello,
    two of our users get the following error message, when opening two specific reports:
    First Report: Cannot find Dimension Scenario.
    Second Report: Error executing query: the member null doesn't exist in this application.
    Other users can access these reports, and the same users where the problem occurs can access other reports in the same folder.
    I set the same rights for me, but i can access the reports without problems.
    Somebody encountered the same problem before?

    Hi there,
    I had the same issue a few weeks ago... not sure how it happened but it was related only with my username.
    In order to fix it:
    1. I created a report which does not require to select the scenario in advance. Try to use the default data-grid that you get when you first create a report for example.
    2. When the user runs the report, try to see if he can see the dimension. Do not use the missing dimension on rows or columns. If he can see the dimension, ask him to select one scenario. This will solve the issue.
    3. If he cannot see the dimension, try to change the layout of the report.
    Regards,
    Thanos

  • "The system cannot create journal template"

    While creating the journal template for my legalapplication using wizard i get the following error
    "The system cannot create journal template"
    am using category, group and time as my header dimension --
    group dimension contains the LC.
    please suggest what steps can be taken. Also while trying to access journal from etools we get the message journal not found.
    Thanks

    Hi Andy,
    Please check how many sheets are in a default excel workbook on your client. If less than three, BPC fails to create the journal template. If that's the case, try setting default number of worksheets to 3, then retry journal template creation.
    If the above is not the issue, then you'll have to check that reporting services is working correctly. As a first step, go to http://<app server name>/reportserver (or reportserver$<instancename> if you are using a reporting services instance and left it with the default name)
    If that page compiles and shows without error, then try http://<app server name>/ reports (or reports$<instance name>) If that one also compiles/doesn't give errors, then reporting services is working.

  • Users cannot process dimensions

    Hi everybody,
    We are working on SAP BPC NW version 7.0, SP05 and we cannot process dimensions, unless we use a specific user (the only one that appears at UJA_SVR_DEFAULT table). If we try to process a dimension with another user, the following message appears: Unexpected error in application server
    What do we have to change in order a user created at BPC Admin can process dimensions?
    Any idea out there?
    Thanks a lot in advance for your support,
    Albert Mas

    Hi Nilanjan,
    We have created users with the following roles:
    TEAMS -
    > ADMIN
    TASK PROFILES -
    > FULL_TSK
    where FULL_TSK has enabled AccessContentLib,WebAdmin,AdminJournal,Application,Appset,Business Rules, VreateJournal,DefineSecurity,Dimension, Execute, GeneralAdmin,LiveReport,Lockings,ManageAudit,ManageContentLib,ManageDistributor,CreateWebpage,ManageTemplate, Misc, PostJournals,PrimaryAdmin,PublishOffline,ReviewJournals,SetWorkStatus,SubmitData, TeamLeadAdmin,UnpostJournals,eAnalyze,Update to company folder, ManageLiveReport,ManageComments,AddComment,AuditReport,CommentReport,WorkStatusReport,SecurityReport
    MEMBER ACCESS PROFILES --> AdminMbrAccPrf, FULL_MBR
    As there is no protected dimension for the application, the table at the second step when you modify each Member Access Profile, is empty.
    Any suggestion?
    Thanks in advance,
    Albert Mas

  • CREATE DIMENSION SKIP WHEN NULL Syntax

    I noticed in Oracle 11GR2 that the CREATE DIMENSION has been enhanced to include a SKIP WHEN NULL option. Do anyone know the behaviour of this option as the documentation is relatively light?
    Thanks John

    I thought it was quite well described in the documentation...
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/statements_5006.htm#SQLRF01206
    >
    level_clause
    The level_clause defines a level in the dimension. A level defines dimension hierarchies and attributes.
    level Specify the name of the level.
    level_table . level_column Specify the columns in the level. You can specify up to 32 columns. The tables you specify in this clause must already exist.
    SKIP WHEN NULL  Specify this clause to indicate that if the specified level is NULL, then the level is to be skipped. This clause lets you preserve the hierarchical chain of parent-child relationship by an alternative path that skips over the specified level. See hierarchy_clause .
    Restrictions on Dimension Level Columns Dimension level columns are subject to the following restrictions:
    All of the columns in a level must come from the same table.
    If columns in different levels come from different tables, then you must specify the dimension_join_clause.
    The set of columns you specify must be unique to this level.
    The columns you specify cannot be specified in any other dimension.
    Each level_column must be non-null unless the level is specified with SKIP WHEN NULL. The non-null columns need not have NOT NULL constraints. The column for which you specify SKIP WHEN NULL cannot have a NOT NULL constraint).

  • Question about Create Dimension

    Good morning,
    I am reading the Oracle Concepts document and on page 4-22 it presents a "CREATE DIMENSION" statement used to create the "customers_dim" dimension in the sample schema SH.
    The statement presented is:
    CREATE DIMENSION customers_dim
       LEVEL customer IS (customers.cust_id)
       LEVEL city IS (customers.cust_city)
       LEVEL state IS (customers.cust_state_province)
       LEVEL country IS (countries.country_id)
       LEVEL subregion IS (countries.country_subregion)
       LEVEL region IS (countries.country_region)
       HIERARCHY geog_rollup (
         customer CHILD OF
         city CHILD OF
         state CHILD OF
         country CHILD OF
         subregion CHILD OF
         region
      JOIN KEY (customers.country_id) REFERENCES country )
      ATTRIBUTE customer DETERMINES
        (cust_first_name, cust_last_name, cust_gender,
        cust_marital_status, cust_year_of_birth,
        cust_income_level, cust_credit_limit)
      ATTRIBUTE country DETERMINES (countries.country_name);When I issued the above statement (verbatim from the document), I got the following error:
    SQL> @customers_dim
    LEVEL customer IS (customers.cust_id)
    ERROR at line 2:
    ORA-30371: column cannot define a level in more than one dimensionI found the following using Google:
    Cause:     A column was used in the definition of a level after it had already
            been used to define a level in a different dimension.But, I don't see how the cust_id is defining a level in more than one dimension. There is probably a trivial error someplace but, I don't know enough yet about dimensions to figure it out.
    Help is appreciated, thank you,
    John.

    SB and Hoek,
    Thank you both. :)
    I will give Dion Cho's version in PL/SQL a try :)
    For those that might be interested, Dion Cho posted this link:
    http://yong321.freeshell.org/freeware/Windowsoerr.htmlwhere you can get the *nix version which is a perl script.  If you are on Windows and don't want to depend on perl and/or CIGWIN, the script can be compiled using perl2exe (as Yong Huang - the author - suggests on his web page).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Error(1012016) Cannot calculate Dimension Member [CYG_BILAN] with restricted Member [CYG_BILAN].

    Hello,Below is a validated script, with generate a run time error :Error(1012016) Cannot calculate Dimension Member [CYG_BILAN] with restricted Member [CYG_BILAN].See the script below (with the error message in comment).Why can't' I calculate a member which is fixed ? Where is it documented ? How should I modify this script to make it runable ? Thanks for help Philippe Cuisset SCRIPT======/* Basculement des comptes d'actif de solde négatif vers les comptes de dettes *//* Philippe Cuisset 31/05/03 */SET MSG INFO;FIX ( @DESCENDANTS(&organisation, 0), @LEVMBRS(dev,0), @DESCENDANTS(&annee, 0), ind_financier,     @LEVMBRS(cra, 0), @LEVMBRS(geo, 0), @LEVMBRS(clifa, 0), @LEVMBRS(ana, 0), @LEVMBRS(nc, 0) )     /* Copie des données du cycle réel dans le cycle bilan */     FIX( flu_ouv, flu_mensu )          DATACOPY cyg_reel TO cyg_bilan;     ENDFIX     /* Pour le flux solde, et (chaque nature comptable (d'actif circulant) ayant un attribut bilan,                               ou chaque nature comptable de dettes financieres) */     FIX( cyg_bilan, flu_solde, @ATTRIBUTE( BILAN ), @DESCENDANTS( NC7_FINANCIERES, 0 ) )          /* Initialisation du solde mensuel du compte d'actif */          VAR var_solde_actif = 0;          /* Initialisation du solde mensuel du compte de dettes */          VAR var_solde_dettes = 0;/***** ERROR ON FOLLOWING LINE *****//***** Local/buedmt2/buedmt2/Essadm/Error(1012016))Cannot calculate Dimension Member [CYG_BILAN] with restricted Member [CYG_BILAN] *****/          cyg_bilan (                /* Si nature comptable (d'actif) avec attribut bilan */                IF ( @ATTRIBUTESVAL( BILAN ) != "" )                    /* Calcul du solde mensuel de la nature comptable d'actif */                    var_solde_actif = flu_ouv + @ACCUM( flu_mensu );                     /* Si le solde mensuel est < 0 */                    IF ( var_solde_actif < 0 )                         /* Raz du solde dans le compte d'actif */                         cyg_bilan = 0;                         /* Ajouter la valeur du compte de bilan depuis l'actif vers les dettes */                         var_solde_dettes = @MEMBER( @SUBSTRING( @ATTRIBUTESVAL( bilan ), 3) ) ;                         cyg_bilan = var_solde_dettes + var_solde_actif;                    ENDIF               ENDIF          );     ENDFIXENDFIX

    Not sure where it is documented, but you can not calculate what you are fixing on. To me it seems a bit odd, but I believe the logic is, if it is sparese and you are fixing on it, how can you fix on what might not be there? If it is sparse, fix on all the other sparse dimensions thenFix (....) CYG_BILAN ( CYG_BILAN = ....; )EndFiX;Also, if it sparse, make sure the block exists (either datacopy data into it or set 'CREATE BLOCK ON EQUATION' on - I tend to copy data into it).If it is dense, you wouldn't want to fix on it anyway.Rich SullivanBeacon Analytics

  • Cannot create your bootable usb stick

    Hi all,
    I'm new to bootcamp and I have the following problem:
    When I'm creating a Windows 7 usb drive, it gives me an error "Cannot create your bootable usb stick there was a problem copying files".
    I've tried searching google for the problem, but the only possible solutions I've got was to unmount the iso image and try again, but when I do that I still get the same error and when I check the disk utility I find the iso image is mounted again.
    Does anyone haven an idea about what to do.
    Specs:
    OS X Yosemite 10.10.2
    MacBook Pro Retina 13-inch Mid 2014
    2,6Ghz Core i%
    8 GB 1600 MHz ddr3
    Thanks in advance!

    Please see the Microsoft reference and the second link has an example.
    https://support.microsoft.com/en-us/kb/841290?wa=wsignin1.0
    Bootcamp Windows 8.1 "No Images Are Available"

  • Cannot create recovery disk after update to Win 8.1 on G580

    Friends
    I have a Lenovo G580 that came with Win 8.0 preinstalled. I upgraded it to Win 8.1 over the Internet.
    When I try to run the "Create recovery disk" I get the error that states that "We cannot create a recovery drive for this PC. Some required files are missing..."
    I found out that the winre.wim file that is supposed to be in the C:\Windows\System32\Recovery folder is not there. I cannot locate it anywhere on the C or D drives either. I believe there is a copy on one or more of the recovery partitions but I do not know how to get that file from those partitons.
    I am confused as to why there are seven partitions on that one drive:
    1 Recovery partition 1000 MB
    2 EFI system partition 260 MB
    3 OEM partition 1000 MB
    4. Recovery partition 350 MB
    5. Recovery partition 20 GB
    6. Lenovo D: 25 GB
    7. Windows 8 C: 250 GB
    Can someone help me and give me some instructions on how I can fix the system to find the winre.wim file?
    Thanks for any good input.
    Calle

    Hi Calle,
    Welcome to Lenovo Community Forums!
    I’m sorry to hear that the error message is displayed in your G580 Laptop, as the OS (Operating System) installed is Windows 8.1 or Windows 8. Recovery discs cannot be created only a “Recovery Media” can be created using USB Flash drive, below is the link to create USB recovery drive.
    Create a USB Recovery Drive
    Do post us back if the issue persists.
    Best Regards
    Shiva Kumar
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

Maybe you are looking for

  • Multiple Contacts into a group?

    I would like to create a "group" contact of 9 members who are also individual contacts in the iphone. I want to be able to just click one entry in the contact list to send text messages to. Any ideas on how to do this? I tried to just add all of the

  • Field with a default value from another field

    I need to populate a field as the default value from another field that the user inputs. I've tried the scripting that I found from the below Topic in the Archived Forums, but I'm not able to make it work. I've tried numerous variations and still to

  • 10.5.3: Email sub-groups not working

    Hi Everyone, I upgraded my server to 10.5.3 the other day, and I have discovered a problem. In the workgroup manager I have groups that "mailing list" feature enabled. In these groups I have members that are both individual users, and also other grou

  • String Letter Count

    I must create a program that reads in a string from the user then prints out the occurance of each letter of the alphabet using the charAt() method. Can I get a little help starting?

  • Can I project Keynote from my iPad 1

    Hello all, I would like to use a AV projector to project a Keynote presentation from my original ipad. What do I need to do? What accesories do I need? thx s