EIS + template SQL

Hi,
Can any EIS (11) expert could confirm what CHM doc says regarding building drill-through reports using template SQL.
"(...) you cannot use the $$ substitution variables in template SQL when (...) the dimension is built from a *parent/child* table."
Which means that if my dimension tables in my EIS model are built on a parent-child way then the $$ substitution variables won't work?
I'm cursed
Edited by: sroux on Jun 7, 2011 3:39 PM

Thanks Glenn,
So you mean that YES I can implement drill with parent child based fact tables using $$ variables.
However and as I said in the prevoithis is what I can read in the doc :
+"Integration Services template SQL uses the "$$" syntax as the variable delimiter. All text contained within the "$$" syntax is replaced with actual column or data values during drill-through execution. However, you cannot use the $$ substitution variables in template SQL when the intersection level of the dimension is defined at Generation 1 and the dimension is built from a parent/child table."+
Now I've been in the EIS doc regarding these blooding $$ substitution variables and cannot make it work.
What is the difference between :
$$dimension-*$$COLUMN$$* & $$dimension-VALUE$$
$$dimension-*$$MEMBERCOLUMN$$* & $$dimension-MEMBERVALUE$$
For instance this is not working :
SELECT DISTINCT aa.ANNEES as ANNEES, aa.CLIENTS AS CLIENTS, aa.RESPONSABLES as RESPONSABLES, m.ALIAS as MOIS, i.ALIAS as NATURES, SUM(aa.MONTANT) as MONTANTS
FROM RPNDBO.FACT aa, RPNDBO.MOIS m, RPNDBO.INDICATEURS i
WHERE
*$$MOIS-COLUMN$$ = $$MOIS-VALUE$$ and $$INDICATEURS-COLUMN$$ = $$INDICATEURS-VALUE$$* and aa.ANNEES = 'A2010'
GROUP BY aa.ANNEES, aa.CLIENTS, aa.RESPONSABLES, m.ALIAS, i.ALIAS
ORDER BY 1 ASC, 4 ASC, 6 ASC, 5 ASC, 2 ASC, 3 ASC

Similar Messages

  • EIS Template SQL Drill through

    Has anyone been able to successfully use the template SQL drill through option in EIS? It seems that any modification to the default code only results in the error message "No display columns defined for a selected report". Maybe I'm missing something fundamental but can't get anything from the limited documentation. Without the paramaterization clauses, the SQL executes fine in a native query tool.

    Maybe I could state my issue another way.
    The reason I wanted to pass a data value to the drill through report is to utilize the Filter security defined in Essbase. If the user has access to an intersection point that has data, then the drill through should execute.
    The security hole is when a user doesn't have access to an intersection point, they can still execute a drill through report and get to the detail. This does require a sophisticated user. I know you can apply security to the SQL data source and require a log in with the drill through, but I was hoping to avoid that mess.
    Thanks,
    Scot

  • How to filter records in EIS drill through using template SQL

    Hi,
    I'm looking for an option to filter records in EIS drill through using Template SQL.
    For eg: If we user runs drill through on 2011, it should restrict display of Jan & Feb and should display records for other months.
    I tried using NOT IN clause, but got an error.
    Can any one help me in understanding how this needs to be defined in template SQL
    Thanks in advance

    Hi Glenn,
    I'm able to filter the records for specific periods.
    However, I'm facing another problem now.
    When I try to run drill through I get 'OLAP_error (1192025): Unknown Error: Not a valid Entry' error.
    This is happening when I include condition as ((($$ab.ACCOUNT_CODE-COLUMN $$) IN ($$Account-VALUE$$)))
    Here, ACCOUNT_CODE is field from Account dimension table and 'Account' is the name of the dimension.
    If I remove this statement and run drill through, it runs but shows data for all accounts (irrespective of the Account selected)resulting in incorrect data.
    Our RDBMS is Oracle. Can you please help me with this
    Thanks

  • Template SQL for EIS Drill-Through

    I am trying to figure out the command that I need to add to my template SQL in an EIS drill-through report that will exclude all rows that have a 0 value in my data column when the report is executed. Does anyone have an example of how this can be done?

    The $$dimension-COLUMN$$ represents the column that contains your member name in your table and the $$dimension-MEMBERCOLUMN$$ represents the member.
    When you run the drill-through report the $$dimension-MEMBERCOLUMN$$ will be replaced by the member referenced in the cross-section.
    e.g. if you launch your drill-though on a cell where the product ID is 100-10 then the drill-though will only pull out data for product 100-10
    SELECT......WHERE SKU IN (100-10)
    Gee

  • Does Less Than ( ) operator works in the data template SQL within CDATA ??

    All,
    I am trying to use <= operator (<= sysdate) in the data template sql query and it's throwing Java exceptions.
    I have CDATA around my sql and XML parser should ignore '<' symbol. Query works fine if I use 'ampersandlt;=' operator. Here is my query
    <sqlStatement name="Q_1" dataSourceRef="">
    <![CDATA[select * from table where date_column <= sysdate]]>
    </sqlStatement>
    Just want to know if this is a bug.
    Thanks
    Problem was solved. Use 'ampersandlt;' where ampersand is '&' for less than

    Try this..
    select * from table where date_column <= sysdate

  • EIS 6.5.2 - Template SQL Error

    Essbase 6.5.1/EIS 6.5.2/SQL Server 2000/Windows2000 ServerI have customized SQL that works in SQL Server2000. This SQL produces an accurate drill report.I then replace the customized SQL with the $$ variable delimiter: $$Cedant-COLUMN$$ IN ( $$Cedant-VALUE$$ )All Dimensions but one (the BIG one 15K mbrs) are drillable. The large dimension (cedant) requires Gen2 intersection point.The first verify error I get is 'cannot find alias or column 'al'.So I replace the cedant alias name with 'al'.The next error received is SQL #1: Error -1: Syntax error in DT SQLODCB Error[Microsoft][ODBC SQL SERVER DRIVER] [SQL Server]Invalid column name 'cedant_level0'cedant_level0 is the Gen2 intersection point, but is not located anywhere in the SQL statement.Any help w/b appreciated. Can send the SQL stmt.

    For questions 1 & 2, if you cannot find a way to concatenate in EIS, depending on your SQL engine, you could concatenate and store in column in database.

  • Templated SQL

    I have a query that works perfectly in Oracle (8i) but failes
    when run through the ColdFusion server, though I think this is more
    of a Dreamweaver related question.
    The below query gives out the following errors when run
    through my app.
    ODBC Error Code = 37000 (Syntax error or access violation)
    [Microsoft][ODBC driver for Oracle][Oracle]ORA-00936: missing
    expression
    The first bit of code is what dreamweaver or cf interprets
    the query as, and when run through Oracle, is correct. The second
    bit of code is what is actually written in dreamweaver.

    Hi
    my target or replicated universe has to point to Oracle DB.
    You need to create  TNS entire on BO servers,
    Provide the below info while creating.
    Connection Type: Relational connection
    DB middleware: Oracle 11, Oracle client.
    Authentication mode: users specified username and pw
    Unser name:
    PW:
    Service: Oracle server name.

  • EIS Drill-Through to Transactional Data

    Hi!Is there a quick way to retrieve transactional fact data(non-summarized)from the fact table when drilling through in the Essbase Spreadsheet Add-in ? Have set up a drill through report through EIS, but it doesn't retrieve fact table columns even though the Template SQL was modified. Thanks in advance

    We have two SQL tables, Detail and Summary. In EIS, our Model has both tabels joined as the fact table. When you create the Drill Thru report you select the fields from the Detail table but the SQL logic still looks at the summary table. Note for excel, when you drill thru make sure each record in detail is unique or excel will suppress. we had to add a field to get all record to display in excel.

  • SQL Query works in SQL Developer, but not always in MII

    Hi all,
    I encountered a strange behaviour with a query in MII 12.0.2. Maybe someone has a guess what happens.
    I have created a SQL query which runs against Oracle 10g tables. I have tested the query using SQL Developer, and it throws a couple of lines, depending on the contents of the where clause.
    Next I have copied the query to a MII SQL Query (FixedQuery). However, the output is empty most of the time, without showing any errors. After some testing I got the impression that older data are not displayed, but there is no time or date setting in MII.
    As the SQL Developer always returns rows, I am unsure where to search for the error.
    Regards
    Michael

    Michael,
    I would imagine that you have sub-select statements in your FixedQuery, all which will fall subject to the RowCount property of the query template (SQL defaults to 100), which is issued through the driver and typically honored by the database when returning the data from your request.
    Most of the native database query tools allow you to make unbound query requests with no limit on rows, which would probably account for the difference between SQL Developer and the query template.
    For SQLServer it's ROWCOUNT:  http://msdn.microsoft.com/en-us/library/ms188774.aspx
    For Oracle it's ROWNUM:  http://www.oracle.com/technology/oramag/oracle/06-sep/o56asktom.html
    So the answer would be not to make the query template row count some rediculous number, but more appropriately refine the way that the database request is issued.
    Regards,
    Jeremy

  • Link in my customized Report Template doesn't work – Apex 3.1

    I created a report template based on columns of my report
    My query report is:
    SELECT MEM_NAS ID, MEM_NOM NAME, MEM_DATE_NAIS BIRTH
    FROM ACMT_MEMBRE;
    My customized report template have this Row Template definition:
    <tr onclick="redirect('f?p=&APP_ID.:6:&SESSION.:::6:P6_NAS:#ID#');">
    <td #ALIGNMENT# class="t16data_edit">#NAME#</td>
    <td #ALIGNMENT# class="t16data_edit">#BIRTH#</td>
    </tr>
    This would redirect to the page 6 when user click anywhere on a row but it doesn’t work.
    I have this error message:
    CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');">
    I realized that problem is caused by #ID# because if I hardcode this ID, it works.
    How can my report template get the “ID” from my query report ?
    Apex version: 3.1
    Edited by: mario_romero77 on Jun 8, 2012 10:06 AM

    mario_romero77 wrote:
    I created a report template based on columns of my reportAlways post code wrapped in <tt>\...\</tt> tags to prevent the forum software mangling it.
    My query report is:
    SELECT MEM_NAS ID, MEM_NOM  NAME, MEM_DATE_NAIS  BIRTH
    FROM ACMT_MEMBRE; My customized report template have this Row Template definition:
    &lt;tr onclick="redirect('f?p=&APP_ID.:6:&SESSION.:::6:P6_NAS:#ID#');"&gt;
    <td #ALIGNMENT# class="t16data_edit">#NAME#</td>
    <td #ALIGNMENT# class="t16data_edit">#BIRTH#</td>
    </tr>
    Is the report template definitely of type Named Column (row template) (defined on App Builder page 4000:4654) and not Generic Columns (column template) (defined on page 400:258)?
    Note that the <tt>#ALIGNMENT#</tt> substitution string is not supported in named column templates. Set column alignment explicitly using HTML attributes in the template, or use CSS.
    This would redirect to the page 6 when user click anywhere on a row but it doesn’t work.
    I have this error message:
    CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');"> CHECK$01');">
    {code}Where do you see this? It looks like there's a mismatch between the report columns returned by the query and those referenced in the report template. Or the data contains unsafe HTML characters that aren't being escaped.
    Yes, my report query has a column called ID and it's set as Hidden. This could be the problem. In a report based on a named column template any columns referenced in the template must be +shown+ in the report, even if (as in this case) the column value is not visible to the user: the positioning of the <tt>#ID#</tt> column placeholder in the <tt>onclick</tt> attribute rather than in a table cell is what makes it "hidden". *The Show checkbox for the ID column must be checked.*
    From the gobbledygook being generated it looks like there could be a row selector checkbox column in this report as well? Named column row templates must include substitution placeholders for every shown column. It's also advisable to keep the columns in the same order in the SQL, report column attributes and row template.
    Something like
    {code}
    &lt;tr onclick="redirect('f?p=&APP_ID.:6:&SESSION.:::6:P6_NAS:#ID#');"&gt;
    <td class="t16data_edit">#CHECK$01#</td>
    <td class="t16data_edit">#NAME#</td>
    <td class="t16data_edit">#BIRTH#</td>
    </tr>
    {code}
    I realized that problem is caused by #ID# because if I hardcode this ID, it works.
    How can my report template get the “ID” from my query report ?If the above doesn't help then the easiest way to troubleshoot this would be for you to upload the app to apex.oracle.com and post guest developer credentials for the workspace so we can see the whole thing: template, SQL, and report attributes. Otherwise we're likely to and up with a lot of tedious to and fro here posting bits of code and attribute values.

  • How to create Data Template for creation of BI Pulisher Report

    Hi,
    I m having all the steps for creation of BI Pulisher report using Data Template, like 1st create Data Template, Add new Data Definition, upload Data Template, Create Concurrent Program and run the request, save o/p and create rtf layout, upload Template and again run Concurrent program to view output.
    All steps are working fine.. but my simple question is every time we need to write code for Data Template i.e. xml file ? is there is tool or something which will create this Data template for us using rdf? or is there any other way ?
    Please guide ..
    Regards,
    Priyanka.

    Hi;
    Please see below note which could be helpful for your issue:
    NOTE:367394.1 - About Oracle XML Publisher Release 5.6.2
    Also see:
    http://www.adivaconsulting.com/adiva-blog/item/5-datatemplate
    http://apps2fusion.com/at/51-ps/262-xml-publisher-and-data-template-sql-query-to-develop-bi-publisher-reports
    http://blogs.oracle.com/xmlpublisher/data_extraction/data_templates/
    Regard
    Helios

  • Date issue - Data Template

    Hi,
    I am using a data template plus CP combination to generate XMLP reports. From CP i am passing a standard date parameter to the data template. The issue is that there seems to be a problem accesing this variable in the data template SQL where conditions.
    for ex:-
    The value that CP passes => "2007-05-11 00:00:00.0"
    In data template the parameter is like <parameter name="endDate" dataType="date"/>
    The where condition is like h.end_date <= nvl(:endDate,h.end_date)
    Here :endDate is always null. Interestingly in the XML output the date value is displayed properly for the parameter endDate like <endDate>2007-05-11 00:00:00.0</endDate>
    What is the issue here. Pls. suggest on how to handle dates.
    Thanks,
    Suresh.

    Hi,
    I am using a data template plus CP combination to generate XMLP reports. From CP i am passing a standard date parameter to the data template. The issue is that there seems to be a problem accesing this variable in the data template SQL where conditions.
    for ex:-
    The value that CP passes => "2007-05-11 00:00:00.0"
    In data template the parameter is like <parameter name="endDate" dataType="date"/>
    The where condition is like h.end_date <= nvl(:endDate,h.end_date)
    Here :endDate is always null. Interestingly in the XML output the date value is displayed properly for the parameter endDate like <endDate>2007-05-11 00:00:00.0</endDate>
    What is the issue here. Pls. suggest on how to handle dates.
    Thanks,
    Suresh.

  • Error : Query Templates

    hi all,
    In Query Templates(SQL and TAG), while selecting server name, its not displaying "modes" for it.
    In Java console it is showing error as
    <b>ERROR - Server is currently disabled (IDBC).
    ERROR - The execution mode (CurrentWrite) is not supported with this Server or Content-Type.</b>
    The connection is enabled in xMII. And i have also checked the connection status and it is showing success.
    Where can i check the status for IDBC server?
    Please help me
    Thanks in advance
    Muzammil

    Hi Jamie,
    Below given the log details from Java console . I have tried opening SQL Query Template. I cant understand why it is showing error in mode CurrentWrite even i am trying to  open SQL Query Template...
    ConsoleLogger::Creating NEW instance...
    ConsoleLogger::Creating NEW instance...
    ConsoleLogger::Debug is true
    ConsoleLogger::Debug is true
    Attempting to read localization information
    execute(http://locolhost/Lighthammer/Illuminator,null,Language=&FileName=Messages&Service=Localization&Content-Type=raw/binary) called
    Localization information has been loaded.
    execute(http://locolhost/Lighthammer/Illuminator,application/x-www-form-urlencoded,Service=PropertyAccessService&Mode=Retrieve&Content-Type=raw/binary&PropName=IllumLoginName) called
    Username is muzammil
    execute(http://locolhost/Lighthammer/Illuminator,application/x-www-form-urlencoded,Content-Type=raw/binary&Service=PingToken&Token=TemplateEditor&ObjectName=SystemPermissionMaps) called
    Attempting to read localization information
    execute(http://locolhost/Lighthammer/Illuminator,null,Language=&FileName=Applet&Service=Localization&Content-Type=raw/binary) called
    Localization information has been loaded.
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/ServerListQuery) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/ServerBrowser) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/ModeListQuery) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/ModeBrowser) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/TimePeriodListQuery) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/TimePeriodBrowser) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/ScheduleListQuery) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/ScheduleListBrowser) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/GroupListQuery) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/GroupBrowser) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/TagListQuery) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/TagBrowser) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/TableListQuery) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/TableBrowser) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/ColumnListQuery) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/ColumnBrowser) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/AlarmColumnListQuery) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/AlarmColumnBrowser) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/TransactionFolderListQuery) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/TransactionFolderBrowser) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/TransactionListQuery) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/TransactionBrowser) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/TransactionOutputListQuery) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/TransactionOutputBrowser) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/TransactionInputListQuery) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/TransactionInputBrowser) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/FolderListQuery) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/FolderBrowser) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/TemplateListQuery) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/TemplateBrowser) called
    execute(http://locolhost/Lighthammer/Illuminator,application/x-www-form-urlencoded,&Service=TemplateService&Mode=FolderList&RowCount=250&Content-Type=raw/binary&ApplyTZOffset=true) called
    SuccessCode = 0
    execute(http://locolhost/Lighthammer/Illuminator,application/x-www-form-urlencoded,&Service=TemplateService&Mode=TemplateList&Folder=&DocType=Query&RowCount=250&Content-Type=raw/binary&ApplyTZOffset=true) called
    SuccessCode = 0
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&TemplateName=Defaults/AggregateQuery) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/CubeListQuery) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/CubeBrowser) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/SAPVariableListQuery) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/SAPVariableBrowser) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/DimensionListQuery) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/DimensionBrowser) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/MeasureListQuery) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Predefined/MeasureBrowser) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Defaults/SQLQuery) called
    execute(http://locolhost/Lighthammer/Illuminator,null,Service=TemplateService&Mode=Load&Content-Type=raw/binary&IncludeDocType=true&TemplateName=Defaults/TagQuery) called
    execute(http://locolhost/Lighthammer/Illuminator,application/x-www-form-urlencoded,Connector=&Server=&Service=Admin&Mode=RoleList&Method=&CacheDurationUnits=M&CacheDuration=0&IsCachable=false&Param.1=&Param.2=&Param.3=&Param.4=&Param.5=&Param.6=&Param.7=&Param.8=&Param.9=&Param.10=&Param.11=&Param.12=&Param.13=&Param.14=&Param.15=&Param.16=&Param.17=&Param.18=&Param.19=&Param.20=&Param.21=&Param.22=&Param.23=&Param.24=&Param.25=&Param.26=&Param.27=&Param.28=&Param.29=&Param.30=&Param.31=&Param.32=&Group=muzammil&Mask=&RowCount=60&Content-Type=raw/binary&ApplyTZOffset=true) called
    SuccessCode = 0
    User role: Administrators
    User role: Developers
    User role: Everyone
    User role: Security
    execute(http://locolhost/Lighthammer/Illuminator,application/x-www-form-urlencoded,Connector=Illuminator&Server=&Service=SystemInfo&Mode=ServerList&Method=SQL&CacheDurationUnits=M&CacheDuration=0&IsCachable=false&Param.1=&Param.2=&Param.3=&Param.4=&Param.5=&Param.6=&Param.7=&Param.8=&Param.9=&Param.10=&Param.11=&Param.12=&Param.13=&Param.14=&Param.15=&Param.16=&Param.17=&Param.18=&Param.19=&Param.20=&Param.21=&Param.22=&Param.23=&Param.24=&Param.25=&Param.26=&Param.27=&Param.28=&Param.29=&Param.30=&Param.31=&Param.32=&Group=&Mask=&RowCount=250&Content-Type=raw/binary&ApplyTZOffset=true) called
    SuccessCode = 0
    execute(http://locolhost/Lighthammer/Illuminator,application/x-www-form-urlencoded,Connector=&Server=IDBC&Service=&Mode=CurrentWrite&Method=&CacheDurationUnits=M&CacheDuration=0&IsCachable=false&Param.1=&Param.2=&Param.3=&Param.4=&Param.5=&Param.6=&Param.7=&Param.8=&Param.9=&Param.10=&Param.11=&Param.12=&Param.13=&Param.14=&Param.15=&Param.16=&Param.17=&Param.18=&Param.19=&Param.20=&Param.21=&Param.22=&Param.23=&Param.24=&Param.25=&Param.26=&Param.27=&Param.28=&Param.29=&Param.30=&Param.31=&Param.32=&Group=&Mask=&StartDate=&EndDate=&Time=&TimePeriod=&Schedule=&AllowFuture=true&Duration=60&DurationUnits=M&IntervalCount=1&NumberFormat=0.00&DateFormat=MM%2Fdd%2Fyyyy+HH%3Amm%3***&RowCount=250&Content-Type=raw/binary&ApplyTZOffset=true) called
    SuccessCode = -100
    ERROR - Server is currently disabled (IDBC).
    execute(http://locolhost/Lighthammer/Illuminator,application/x-www-form-urlencoded,Connector=Illuminator&Server=&Service=SystemInfo&Mode=TimePeriodList&Method=&CacheDurationUnits=M&CacheDuration=0&IsCachable=false&Param.1=&Param.2=&Param.3=&Param.4=&Param.5=&Param.6=&Param.7=&Param.8=&Param.9=&Param.10=&Param.11=&Param.12=&Param.13=&Param.14=&Param.15=&Param.16=&Param.17=&Param.18=&Param.19=&Param.20=&Param.21=&Param.22=&Param.23=&Param.24=&Param.25=&Param.26=&Param.27=&Param.28=&Param.29=&Param.30=&Param.31=&Param.32=&Group=&Mask=&RowCount=250&Content-Type=raw/binary&ApplyTZOffset=true) called
    SuccessCode = 0
    execute(http://locolhost/Lighthammer/Illuminator,application/x-www-form-urlencoded,Connector=Illuminator&Server=&Service=SystemInfo&Mode=ScheduleList&Method=&CacheDurationUnits=M&CacheDuration=0&IsCachable=false&Param.1=&Param.2=&Param.3=&Param.4=&Param.5=&Param.6=&Param.7=&Param.8=&Param.9=&Param.10=&Param.11=&Param.12=&Param.13=&Param.14=&Param.15=&Param.16=&Param.17=&Param.18=&Param.19=&Param.20=&Param.21=&Param.22=&Param.23=&Param.24=&Param.25=&Param.26=&Param.27=&Param.28=&Param.29=&Param.30=&Param.31=&Param.32=&Group=&Mask=&RowCount=250&Content-Type=raw/binary&ApplyTZOffset=true) called
    SuccessCode = 0
    execute(http://locolhost/Lighthammer/Illuminator,application/x-www-form-urlencoded,Connector=&Server=&Service=Admin&Mode=RoleList&Method=&CacheDurationUnits=M&CacheDuration=0&IsCachable=false&Param.1=&Param.2=&Param.3=&Param.4=&Param.5=&Param.6=&Param.7=&Param.8=&Param.9=&Param.10=&Param.11=&Param.12=&Param.13=&Param.14=&Param.15=&Param.16=&Param.17=&Param.18=&Param.19=&Param.20=&Param.21=&Param.22=&Param.23=&Param.24=&Param.25=&Param.26=&Param.27=&Param.28=&Param.29=&Param.30=&Param.31=&Param.32=&Group=&Mask=&RowCount=60&Content-Type=raw/binary&ApplyTZOffset=true) called
    SuccessCode = 0
    execute(http://locolhost/Lighthammer/Illuminator,application/x-www-form-urlencoded,Connector=&Server=Local_Oracle&Service=&Mode=CurrentWrite&Method=&CacheDurationUnits=M&CacheDuration=0&IsCachable=false&Param.1=&Param.2=&Param.3=&Param.4=&Param.5=&Param.6=&Param.7=&Param.8=&Param.9=&Param.10=&Param.11=&Param.12=&Param.13=&Param.14=&Param.15=&Param.16=&Param.17=&Param.18=&Param.19=&Param.20=&Param.21=&Param.22=&Param.23=&Param.24=&Param.25=&Param.26=&Param.27=&Param.28=&Param.29=&Param.30=&Param.31=&Param.32=&Group=&Mask=&StartDate=&EndDate=&Time=&TimePeriod=&Schedule=&AllowFuture=true&Duration=60&DurationUnits=M&IntervalCount=1&NumberFormat=0.00&DateFormat=MM%2Fdd%2Fyyyy+HH%3Amm%3***&RowCount=250&Content-Type=raw/binary&ApplyTZOffset=true) called
    SuccessCode = -100
    ERROR - The execution mode (CurrentWrite) is not supported with this Server or Content-Type.
    Regards
    Muzammil

  • EIS Catalog

    Hi All,
    I am using EIS 7.1.2 and SQL Server 2005 as RDBMS.
    I have Created one DSN to connect to Essbase and SQL Server. I have created one Catalog using the Created DNS to connect the EIS and SQL Server.
    Now i wanted to know where the Catalog will be stored.
    I read some documents that says Catalog will be stored in RDBMS.
    Please let me know where exactly (path) the Catalog will be stored.
    Thanks,
    Prathap

    Hi Pratap,
    OLAP Metadata Catalog is nothing but a database in RDBMS. It contains 33 tables which store OLAP models & metaoutlines. First create a database in RDBMS and create a DSN for the same.
    When you start EIS then it will ask you to create OLAP Metadata catalog then if you select DSN (just created above) from catalog ODBC DSN and click on create button then all above mentioned tables get created in database (just created above).
    So in reply to your question, yes catalog stored in RDBMS only.
    Hope it helps you.
    Atul K,
    Edited by: Atul Kushwaha on Oct 23, 2009 2:03 AM

  • Essbase Studio - Create Cube Schema without a Measure or Measures Hierarchy

    Using Essbase Studio V 11.1.2.1 I'm trying to create a cube schema. The wizard needs a measures or measures hierarchy in order to proceed. My cube doesn't have a dimension that falls under this category. All dimensions are under the Hierarchies. Is there a way to skip adding anything in the Measures/Measures Hierarchies in order to continue building the cube schema/Model? Any work around?

    Hi GlennS, I that I need atleast one measure and thats the dollar amount field from the fact table. So I have done that now...
    I'm trying to recreate a cube using Essbase Studio. I'm using EIS from an older essbase version as a template.
    While doing a member load In EIS, in the olapisvr.log file, I could see the individual select statements for every dimension/member load. Something like "Member load SQL statement (for dimension CURRENCY_CD) has been generated, start adding member to outline". I cannot locate where I specified this sql or how EIS generates this. The sql is very specific so looks like the EIS generated sql for Member load is being overridden.
    Once I figure that out, I need to replicate that in Essbase Studio. Any ideas?

Maybe you are looking for

  • Do not use apostrophe for folder or filename in a collection

    My wife creates collections (not smart collections).  She created one with three images.  When Bridge CS5 is closed and reopened two of the images are missing.  I, of course, said user error.  Bad decision.  After looking at the collection_name.filel

  • Mapping BACK key

    Hi, I'm trying to map the BACK and EXIT keys(the above two keys in device see the link) using Canvas with fullscreen mode. The problem is when I press these keys, a menu appears instead of just perform the action, which is not reasonable. for example

  • PowerView cannot connect to SSAS Database

    This will be latest problem with Power View that I will probably get no help with but you never know... SharePoint 2013 SQL Server 2012 SP1 I have reporting services and power view set up in SharePoint. I can create a data connection in SharePoint an

  • When is Apple going to fix freezing problem in phone

    Why is it taking so long to fix the bug where the screen freezes when trying to delete voice mail calls. Also voice mail is never working

  • Server Contact Error

    I have been experiencing an unusual error while submitting my site to some other sites they are saying The URL could not be validated. Either the page does not exist or the server cound not be contacted. as of from my side everything seems to be okay