Essbase 11.1.1 not escaping ampersand in XMLA

We are using Microsoft SQL Server Reporting Services (SSRS 2008 SP1 CU3) to report against Hyperion Essbase 11.1.1 using the XMLA interface. When reporting against specific cubes with "&" (ampersands) in the name of measures (such as "Services & Support"), we are running into problems where SSRS will reject the message as being "unrecognized".
Troubleshooting have shown that Essbase is not correctly escaping the ampersand characters in the messages being send by Essbase to SSRS. I'll include an example of the XML being sent by Essbase:
<EXPRESSION>"EBITDA" - "Depreciation & Amortization"-"Goodwill & Intangibles"-"Other Income & Expense"-"806140";</EXPRESSION> <---- Ampersand not escaped
<MEASURE_NAME>Customization &-a-m-p-; Implementation</MEASURE_NAME> <--- Ampersand escaped, note: this forum interprets the escaping of ampersand's and I added dashes to illustrate the point
Can somebody please confirm if there is a way to work around this problem in Essbase (setting?) or if this is a bug in the interface.

Hi,
I can only comment that &---> is reserved for substitution variable in Essbase. It may be creating this kind of error.
Elsewhere we use " " to use &.
Thanks
Focusthread Hyperion Trainer
[http://focusthread.com/training]

Similar Messages

  • Essbase error:You do not have sufficient access to perform a lock on this..

    Hi all,
    I tried to retrieve the members in the spreadsheet addin client and I am getting the error as follows:
    Essbase error: You do not have sufficient access to perform a lock on this database.
    But Iam trying to do only a retrieve operation. Essbase version is 9.3.0.1.02 and OS is windows XP.
    Also under Essbase->options->Mode tab, the check box update mode was unchecked.
    I was able to do the operation before without any error and suddenly Iam facing this issue.
    Can anyone help me on the above
    Thanks in advance,
    Raja

    Hi Raja,
    Check this out../
    Weird problem regarding Essbase Excel plug in
    It might help
    Regards
    Amarnath

  • Essbase admin server is not responding in 11.1.2.2 and related services ??

    Hi All,
    I've installed & configured Hyperion 11.1.2.2. When i entered admin & password in EAS console, the message is displaying as Essbase Administration server is not responding. Can you pls. let me know, what is the service for Essbase Admin services. Also when i'm trying the link http://servername:9000/interop, page not found is displaying. Is it must that Hyperion Configuration Manager service should be up & running ? Where i can find the service for shared services ? where i can find all the related services of different hyperion products. Thanks in advance for the help
    Thanks,
    PVR

    If you have deployed all the web applications to a single managed server then there will be one service to start the web apps - "Hyperion EPM Server - Web Application"
    You can tell in the configurator if you have deployed the web apps to a single managed server and - http://2.bp.blogspot.com/-vhvxHXJ6C18/T4Wa0iSeW8I/AAAAAAAAEfg/v7ktkUIqmug/s1600/image023.png
    The default port is 9000, if you are still having problems then it is worth checking the logs.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Import from Excel not escaping quote (')

    Hi,
    I'm having problems with text fields in an Excel spreadsheet that contain single quotes (') not being escaped when the insert commands are built using the Import from Excel wizard.
    It's pretty much the same problem as that described in the post below (but for importing Excel spreadsheets):
    <Re: DDL in the SQL tab does not escape apostrophes
    SQLDev 1.2.1.32.00
    WinXP SP2
    Excel 2003
    Any chance of getting this fixed?
    Thanks,
    Simon

    OK, so have updated to
    SQLDev 1.2.1.32.13
    and still see problem when importing from Excel.
    The generated SQL looks like this:
    insert into INV_CONTAINERS (CONTAINER_NAME) VALUES('Tetramethylethylenediamine, N,N,N',N'-');
    That's supposed to be just one item in the VALUES term.
    Is there another way to do this? If not, how do I lodge this as a bug?
    Simon

  • Url Not Escaped in Podcast Content

    I am using ITunes v. 6.0.1.3 on WinXp and when subscribing to a podcast you must manually escape the url if it contains a space. Also if the content URL contains spaces iTunes will not escape that URL either and will error out while trying to download content.
    How can I submit an official bug report?
    Try and subscribe to this podcast: http://channel9.msdn.com/rss.aspx?ForumID=34&Mode=0&sortby=0&sortorder=1&format= mp3
    All the content except the very oldest podcasts will fail to download because most of the new content is using spaces in the url for the content.
    Thanks,
    Adam
    ... sorry for the cross post my op should have been to this forum first.

    Hi
    I have some workaround for you.
    You can open the URL in the Portal Content Area.
    1. you have to create a portal component project to create a par file.
    use the below code in jsp:
    <table>
    <tr width="100%" height="100%">
    <td width="70%" border="1"><div style="background-color: rgb(194, 220, 255);font-family: Tahoma; font-size: 12px; display: block;">
    Please click <a  href="http://google.com" target='_blank'> here  </a>to open google..<BR>
    <BR>
    <BR>
    </td>
    <td width="30%"><div style="background-color: rgb(194, 220, 255);font-family: Tahoma; font-size: 12px; display: block;"></td>
    </div>
    </tr>
    </table>
    2. export par to your portal from system admin  -> support -> portal runtime - admin console
    3. create a iview with the portal component.
    4.  change the  iview properties to show in new window = false etc..
    hope this will help

  • Diff tool - Bug with comments not escaped

    Diff tool in version 3.1.07
    I have a new table that includes comments on the columns. Some of those comments have single quotes in them like in the words "don't" or "user's". The diff script is not escaping those quotes in the CREATE TABLE DDL so the DDL fails.
    Another issue is that semicolons are not placed at the end of CREATE OR REPLACE FORCE VIEW statements.
    Edited by: EdInWisconsin on Feb 13, 2012 8:39 AM

    Found another issue:
    Forward slashes not placed at end of statements to create/replace packages or procedures. This caused several of my procs to run together and was pretty obvious once it happened but easy to miss when reviewing the script and obviously caused problems.

  • CF8 - XmlFormat not escaping High ASCII characters

    In CF8, we have a problem where XmlFormat is not escaping
    High ASCII characters. This was working just fine on our CF7
    instance, but in CF8, it is not escaping all characters. I am aware
    of the long-standing problem with escaping Windows-1252 characters,
    but now we are experiencing an issue with basic high ASCII
    characters, like chr(233) and chr(244). Is anyone else experiencing
    this issue? We have not installed Update 1 to CF8 yet. I don't see
    a fix for this in the release note, but any word on if this is
    fixed by the updater?
    Here is a test to demonstrate the issue:
    <cfset myString = "The Islamic Republic of Mauritania's
    (République Islamique de Mauritanie) 2007 estimated population
    is 3,270,000. Cote d'Ivoire and Côte d'Ivoire">
    <cfset myNewString = XmlFormat(myString)>
    <cfoutput>#myNewString#</cfoutput>

    BKBK,
    Thanks for the info. Adding the processingdirective does help
    show that these characters are being escaped, however, the behavior
    has changed somewhat between CF7 and CF8, as we were not using a
    processingdirective in CF7, and this was working as advertised.
    Where this is giving us a problem is after we create an XML
    document using CFXML, (ensuring that we XmlFormat any strings), we
    then validate that document against a schema, and we are all of a
    sudden getting errors during validation for invalid characters
    within the XML. We are using ToString() after creating the XML
    document with CFXML, and our process is the same as we were using
    in CF7. That is why I was curious if anyone else was having this
    same issue... because something definitely changed between CF7 and
    CF8 with XML processing.

  • Escaped ampersand still causes LPX-00242 in xmltype.transform

    Running Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    Collecting input from web form, and fetching via SQLX functions to then transform into html and plain text documents. If the "&" is inputted... the SQLX functions does escape it to "&amp;"... but the LPX-00242 error is still raised when sending to xmltype.transform.
    A simple test case:
    set define off;
    declare
    l_xsl xmltype;
    l_xml xmltype;
    begin
    l_xsl := xmltype('<?xml version="1.0"?>
    <xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:output method="text"/>
    <xsl:template match="/">
    Hello <xsl:value-of select="//name"/>
    </xsl:template>
    </xsl:stylesheet>');
    l_xml := xmltype('<test><name>Jane&amp;John Doe</name></test>');
    dbms_output.put_line(l_xml.transform
                                        (l_xsl
                                        ).getclobval ());
    end;the above code raises this exception:
    ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00241: entity reference is not well formed
    Error at line 3
    ORA-06512: at "SYS.XMLTYPE", line 138
    ORA-06512: at line 20If I rerun the above block... but change the xml string to <test><name>Jane &amp;amp; John Doe</name></test>
    I now get the following exception:
    Error at line 2
    ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00242: invalid use of ampersand ('&') character (use &amp;)
    Error at line 3
    ORA-06512: at "SYS.XMLTYPE", line 138
    ORA-06512: at line 20If I change the xml string to <test><name>Jane &amp;amp;amp; John Doe</name></test>.. no exceptions and displays the following:
    Hello Jane &amp;amp; John Doe
    any reason why the SQLX function escaping is not sufficient and I need to double-escape it? The working version is not ideal, since I now have to decode the entity reference back to it's character, otherwise the entity reference code is displayed in the content.
    Edited by: pl_sequel on Sep 7, 2011 2:12 PM

    Hi tsuji,
    Interesting discussion, really, but I fail to see how the way we're generating the XMLType instance in the first place is important for any subsequent transformation.
    You said :
    That part is well noticed. And that precisely poses problem.and,
    [6.2] But the working (at least for this sample) of the latter but not the former using xmltype() precisely pose the problem of either xmltype().transform() implementation contains bug [...]Could you explain again what you think works and what doesn't?
    I may be missing something but all these appear to work correctly :
    SQL> var xsldoc varchar2(4000)
    SQL> begin
      2   :xsldoc := '<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
      3  <xsl:output method="text"/>
      4  <xsl:template match="/">Hello <xsl:value-of select="//name"/>
      5  </xsl:template>
      6  </xsl:stylesheet>';
      7  end;
      8  /
    PL/SQL procedure successfully completed
    SQL> set define off
    SQL> select xmltransform(
      2           xmlelement("test", xmlelement("name", 'Jane&John Doe'))
      3         , :xsldoc
      4         ).getclobval() as result
      5  from dual
      6  ;
    RESULT
    Hello Jane&John Doe
    SQL> select xmltransform(
      2           xmltype('<test><name>Jane&amp;John Doe</name></test>')
      3         , :xsldoc
      4         ).getclobval() as result
      5  from dual
      6  ;
    RESULT
    Hello Jane&John Doe
    SQL> select xmltype(
      2           '<test><name>Jane&amp;John Doe</name></test>'
      3         ).transform(xmltype(:xsldoc)).getclobval() as result
      4  from dual
      5  ;
    RESULT
    Hello Jane&John Doe
    SQL> select xmlelement("test",
      2           xmlelement("name", 'Jane&John Doe')
      3         ).transform(xmltype(:xsldoc)).getclobval() as result
      4  from dual
      5  ;
    RESULT
    Hello Jane&John Doe
    In any case, you know well there is a something fishy going on, one way of looking at it or another.Yes, I agree. For sure, Oracle XSLT processors are not bug-free.
    For the case we're looking at now, the essence of the XMLType datatype is probably more to blame than the XSLT processor though.
    A little off-topic addendum about the method="html" output :
    SQL> select xmltransform(xmlelement("test",
      2           xmlelement("name", 'Jane&John Doe')
      3         ),'<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
      4  <xsl:output method="html" encoding="iso-8859-15" indent="yes"/>
      5  <xsl:template match="/"><html><head/><body><p><xsl:value-of select="//name"/></p></body></html>
      6  </xsl:template>
      7  </xsl:stylesheet>').getclobval()
      8  as result
      9  from dual;
    RESULT
    <html>
    <head>
      <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-15">
      </meta>
    </head>
    <body>
      <p>Jane&#38;John Doe</p>
    </body>
    </html>
    Not perfect but the method seems supported too.
    Edited by: odie_63 on 11 sept. 2011 20:43

  • Template with data variables will not insert ampersand

    Dear clever people
    I have an illustrator template (saved as .ai) which contains some text boxes and some images. I have tagged these as text and linked file dynamics, so that I can create a series of files with slightly different text and pictures when I load a variable library from an xml file.
    My problem - some of my text routinely includes ampersands and whenever I try and load a variable libaray containing "&" I get an error message saying "The filter cannot complete because of an unkown error."
    Is there some way I can explain to Illustrator what an ampersand is, and that refusing to insert it into my template is not the sort of helpful behaviour expected of a computer application?
    I'm using illustrator 10.0.3 with windows xp.
    Thank you in advance for any replies!

    Not sure, but sounds like a coding problem. The usual way to avid these is to "escape" characters by preceding them with a backslash in the source database/ document. \& might therefore work. Another way is to enclose it in quotes "&". Dunno, I came here for help myself, but these are generic programming tips that may work.
    Mylenium

  • ESSBase studio server is not running

    Dear All,
    When I run ESSBase studio server, I get below error. Kindly advice me on this.
    C:\Hyperion\products\Essbase\EssbaseStudio\Server>call ""C:\Hyperion\common\config\9.5.0.0"\setJavaRuntime.bat"
    Log file location is:
    C:\Hyperion\logs\esbstudio\server.log
    18:49:34 12/29/09 INFO Starting up
    18:49:34 12/29/09 INFO Oracle Essbase Studio Server. Version 11.1.1.3.00, Build 090, June 25 2009
    18:50:41 12/29/09 (system) WARNING Failed to load driver for sap
    18:50:41 12/29/09 (system) SEVERE Cannot load Teradata connector
    18:50:41 12/29/09 (system) WARNING Failed to load driver for teradata
    18:50:41 12/29/09 (system) WARNING Failed to load driver for mysql
    18:50:41 12/29/09 (system) WARNING Failed to load driver for netezza
    18:50:41 12/29/09 (system) SEVERE Cannot initialize catalog storage. Make sure that server.properties has correct information
    -------------- Exception --------------
    com.hyperion.cp.catalog.exceptions.CatalogInitializationException: Cannot initialize data storage engine
    at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:53)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:97)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:156)
    at com.hyperion.cp.catalog.Catalog.<init>(Catalog.java:85)
    at com.hyperion.cp.catalog.Catalog.<clinit>(Catalog.java:73)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:54)
    at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1302)
    at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:167)
    at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:129)
    at com.hyperion.cp.server.ServerMain.main(ServerMain.java:204)
    Caused by: com.hyperion.cp.datasources.exploration.sql.SqlExplorerException: Sql exploration exception
    at com.hyperion.cp.datasources.exploration.sql.SqlExplorer.performExploration(SqlExplorer.java:237)
    at com.hyperion.cp.datasources.exploration.sql.SqlExplorer.explore(SqlExplorer.java:143)
    at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:49)
    ... 11 more
    Caused by: com.hyperion.cp.driver.util.DriverException: Data Driver for url '%s' is absent or failed to initialize. Please see server start
    p log for more information.
    at com.hyperion.cp.driver.ConnectionManager.getConnection(ConnectionManager.java:102)
    at com.hyperion.cp.driver.DriverEngine.getConnection(DriverEngine.java:60)
    at com.hyperion.cp.driver.DriverEngine.executeStringQuery(DriverEngine.java:131)
    at com.hyperion.cp.datasources.exploration.Explorer.executeStringQuery(Explorer.java:138)
    at com.hyperion.cp.datasources.exploration.sql.SqlExplorer.getCatalogs(SqlExplorer.java:456)
    at com.hyperion.cp.datasources.exploration.sql.SqlExplorer.exploreSources(SqlExplorer.java:261)
    at com.hyperion.cp.datasources.exploration.sql.SqlExplorer.performExploration(SqlExplorer.java:195)
    ... 13 more
    Thanks in advance,
    Best,
    Veeranna Ronad.

    Hi,
    The content of the server.properties is given below. Even after making suggested changes, the server is not running.
    I am running the server from the path "C:\Hyperion\products\Essbase\EssbaseStudio\Server\stopServer.bat".
    server.properties
    catalog.autoinit=true
    catalog.username=prototype_int
    transport.port=5300
    catalog.url=oracle\://10.1.126.248\:1521/ORCL
    catalog.password=T1JBQ0xF
    catalog.db=prototype_int
    server.hss.bpmApplication=BPM\:73317
    Below is the error.
    C:\Hyperion\products\Essbase\EssbaseStudio\Server>call ""C:\Hyperion\common\config\9.5.0.0"\setJavaRuntime.bat"
    Log file location is:
    C:\Hyperion\logs\esbstudio\server.log
    17:56:32 01/15/10 INFO Starting up
    17:56:32 01/15/10 INFO Oracle Essbase Studio Server. Version 11.1.1.3.00, Build 090, June 25 2009
    javax.crypto.IllegalBlockSizeException: Input length must be multiple of 8 when decrypting with padded cipher
    at com.sun.crypto.provider.SunJCE_h.b(DashoA12275)
    at com.sun.crypto.provider.SunJCE_h.b(DashoA12275)
    at com.sun.crypto.provider.DESCipher.engineDoFinal(DashoA12275)
    at javax.crypto.Cipher.doFinal(DashoA12275)
    at com.hyperion.cis.config.persistent.utils.Encrypter.decrypt(Encrypter.java:103)
    at com.hyperion.cis.config.persistent.utils.Encrypter.decryptString(Encrypter.java:130)
    at com.hyperion.cp.util.PropertyManager.getProperty(PropertyManager.java:143)
    at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:33)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:97)
    at com.hyperion.cp.catalog.Catalog.<init>(Catalog.java:85)
    at com.hyperion.cp.catalog.Catalog.<clinit>(Catalog.java:73)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:54)
    at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1302)
    at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:167)
    at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:129)
    at com.hyperion.cp.server.ServerMain.main(ServerMain.java:204)
    17:56:38 01/15/10 (system) WARNING Failed to load driver for sap
    17:56:39 01/15/10 (system) WARNING Failed to load driver for mysql
    17:56:39 01/15/10 (system) WARNING Failed to load driver for netezza
    17:56:40 01/15/10 (system) SEVERE Cannot establish connection to Oracle server
    javax.crypto.IllegalBlockSizeException: Input length must be multiple of 8 when decrypting with padded cipher
    at com.sun.crypto.provider.SunJCE_h.b(DashoA12275)
    at com.sun.crypto.provider.SunJCE_h.b(DashoA12275)
    at com.sun.crypto.provider.DESCipher.engineDoFinal(DashoA12275)
    at javax.crypto.Cipher.doFinal(DashoA12275)
    at com.hyperion.cis.config.persistent.utils.Encrypter.decrypt(Encrypter.java:103)
    at com.hyperion.cis.config.persistent.utils.Encrypter.decryptString(Encrypter.java:130)
    at com.hyperion.cp.util.PropertyManager.getProperty(PropertyManager.java:143)
    at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:33)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:97)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:156)
    at com.hyperion.cp.catalog.Catalog.<init>(Catalog.java:85)
    at com.hyperion.cp.catalog.Catalog.<clinit>(Catalog.java:73)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:54)
    at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1302)
    at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:167)
    at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:129)
    at com.hyperion.cp.server.ServerMain.main(ServerMain.java:204)
    17:56:40 01/15/10 (system) SEVERE Cannot establish connection to Oracle server
    17:56:40 01/15/10 (system) SEVERE Cannot initialize catalog storage. Make sure that server.properties has correct information
    -------------- Exception --------------
    com.hyperion.cp.catalog.exceptions.CatalogInitializationException: catalog.CatalogInitializationException.StorageInitializationFailure
    at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(StorageFactory.java:155)
    at com.hyperion.cp.catalog.transaction.TransactionManager.initialize(TransactionManager.java:64)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:98)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:156)
    at com.hyperion.cp.catalog.Catalog.<init>(Catalog.java:85)
    at com.hyperion.cp.catalog.Catalog.<clinit>(Catalog.java:73)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:54)
    at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1302)
    at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:167)
    at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:129)
    at com.hyperion.cp.server.ServerMain.main(ServerMain.java:204)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(StorageFactory.java:149)
    ... 12 more
    Caused by: com.hyperion.cp.catalog.exceptions.CatalogInitializationException: No table PROTOTYPE_INT.CP_NONE_TRANSACTIONS found
    at com.hyperion.cp.catalog.storage.StorageEngine.validateSignature(StorageEngine.java:193)
    at com.hyperion.cp.catalog.storage.StorageEngine.<init>(StorageEngine.java:87)
    at com.hyperion.cp.catalog.storage.SQLStorageEngine.<init>(SQLStorageEngine.java:20)
    ... 17 more
    Thanks in advance,
    Best,
    Veeranna Ronad.
    Edited by: Ronad on Jan 15, 2010 4:02 PM
    Edited by: Ronad on Jan 15, 2010 5:58 PM

  • Essbase login failed & Cluster not available in Shared Services

    Hi,
    I have installed & configured the EPM 11.1.2.2 in compact deployment mode i.e. deployed to Embedded weblogic server. Shared Services, Essbase, Planning & Reporting are installed successfully.
    I am able to login to Shared Services, Workspace & EAS console with my admin account. But I am unable to login to Essbase from EAS console, MAXL & ESSCMD.
    When I am logging with MAXL or EAS console, I am getting login failed error.
    Even EssbaseCluster-1 is not available under Application Groups in Shared Services. Only Reporting & Foundation are there.
    Please help me what went wrong.
    Thanks,
    Naveen
    Edited by: Naveen Suram on Nov 6, 2012 3:25 AM

    SharedServices_Security_Client.log
    2012-11-06T14:40:41.071+05:30] [EPMCSS] [NOTIFICATION:16] [EPMCSS-20001] [oracle.EPMCSS.CSS] [tid: 10] [ecid: disabled,0] [SRC_CLASS: com.hyperion.css.registry.RegistryManager] [SRC_METHOD: RegistryManager] Successfully initialized EPM System Registry access. This is a status messages. No action required.
    [2012-11-06T14:40:41.180+05:30] [EPMCSS] [NOTIFICATION:16] [EPMCSS-20002] [oracle.EPMCSS.CSS] [tid: 10] [ecid: disabled,0] [SRC_CLASS: com.hyperion.css.EPMSystem] [SRC_METHOD: getInstance] Initializing Shared Services security instance using EPM System Registry. This is a status messages. No action required.
    Essbase.log
    [Tue Nov 06 14:40:25 2012]Local/ESSBASE0///776/Info(1051283)
    Retrieving License Information Please Wait...
    [Tue Nov 06 14:40:25 2012]Local/ESSBASE0///776/Info(1051286)
    License information retrieved.
    [Tue Nov 06 14:40:25 2012]Local/ESSBASE0///776/Info(1311019)
    Classpath during JVM initialization: [;C:\Oracle\Middleware\EPMSystem11R1\common\jlib\11.1.2.0\epm_j2se.jar;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseServer\java\essbase.jar;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseServer\java\essbaseRegistry.jar]
    [Tue Nov 06 14:40:52 2012]Local/ESSBASE0///776/Info(1051199)
    Single Sign-On Initialization Succeeded !
    [Tue Nov 06 14:40:52 2012]Local/ESSBASE0///776/Info(1056815)
    Essbase 64-bit - Release 11.1.2 (ESB11.1.2.2.100B2166)
    [Tue Nov 06 14:40:52 2012]Local/ESSBASE0///776/Info(1051232)
    Using English_UnitedStates.Latin1@Binary as the Essbase Locale
    [Tue Nov 06 14:40:54 2012]Local/ESSBASE0///776/Info(1056797)
    Incremental security backup started by SYSTEM. The file created is [C:\Oracle\Middleware\user_projects\epmsystem1\EssbaseServer\essbaseserver1\bin\ESSBASETS_1352193054.BAK]
    [Tue Nov 06 14:40:55 2012]Local/ESSBASE0///776/Info(1051134)
    External Authentication Module: [Single Sign-On] enabled
    [Tue Nov 06 14:40:55 2012]Local/ESSBASE0///776/Info(1051051)
    Essbase Server - started
    I am getting the following error in validation report:
    Validating Essbase Server connection to NAVEEN
    Error: Cannot connect to olap service. Cannot connect to Essbase Server. Error:Essbase Error(1051012): User native://DN=cn=911,ou=People,dc=css,dc=hyperion,dc=com?USER does not exist
    Recommended Action: Check Essbase Server is started.

  • Essbase Excel Add in not working

    Hi All,
    I have installed hyperion 11.1.2.2 version in windows 2008 server(64 bit system)
    Server is up and running fine.!
    I have installed Excel addin, then i got one issue here. When i opened excel, Smartview is displayed on the top but Essbase is not displayed. I tried so many ways, but no use.
    give me some suggestions regarding to solve this issue..!
    Thanks,
    mady
    Edited by: mady on Nov 27, 2012 11:46 AM

    Mady, I hope you were not trying to open the Add-Ins directly from Windows. The Essbase XLL and XLA work within Excel as Add-Ins, not as executables. When I doubled-clicked on the XLL and XLA, I got the Microsoft Security warning, which I assume that is what you were doing wrong. You can also google Excel Add-Ins on how to manage it if you are not sure what to do. It's very straight forward.

  • ESSBase Studio - Client is not connecting to Studio server

    Hi All,
    When I try to connect to Studio server from console, I get error "invalid login credentials" and unable to login. Below is the error log. Kindly advice me.
    server.log
    14:36:36 02/11/10 INFO Starting up
    14:36:36 02/11/10 INFO Oracle Essbase Studio Server. Version 11.1.1.3.00, Build 090, June 25 2009
    14:37:45 02/11/10 (system) WARNING Failed to load driver for sap
    14:37:46 02/11/10 (system) SEVERE Cannot load Teradata connector
    14:37:46 02/11/10 (system) WARNING Failed to load driver for teradata
    14:37:46 02/11/10 (system) WARNING Failed to load driver for mysql
    14:37:46 02/11/10 (system) WARNING Failed to load driver for netezza
    14:37:49 02/11/10 INFO Logging to com.hyperion.cp.util.JettyLogger@6080669d via com.hyperion.cp.util.JettyLogger
    14:37:49 02/11/10 INFO jetty-6.0.1
    14:37:49 02/11/10 INFO Started SocketConnector @ 0.0.0.0:9080
    14:38:22 02/11/10 INFO Connection established with remote client: '/10.1.126.94:3265'
    14:38:28 02/11/10 INFO Connection established with remote client: '/10.1.126.94:3266'
    SharedServices_Security_Client.log
    2010-02-11 14:36:37,438 INFO [main] CSS is initialized as client. The default logger properties will be loaded com.hyperion.css.CSSSystem.<init>(Unknown Source)
    2010-02-11 14:36:37,454 INFO [main] CSS Log file will be generated at C:\Hyperion/logs/esbstudio\SharedServices_Security_Client.log com.hyperion.css.CSSSystem.<init>(Unknown Source)
    2010-02-11 14:36:37,470 INFO [main] Configure CSS with registry com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
    2010-02-11 14:36:37,470 INFO [main] Initializing CSS from Registry. com.hyperion.css.common.configuration.CSSConfigurationManager.getConfiguration(Unknown Source)
    2010-02-11 14:36:37,532 INFO [main] Trying to get Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)
    2010-02-11 14:36:38,751 INFO [main] Got Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)
    2010-02-11 14:36:39,236 INFO [main] Got hub location from Registry:http://fdms.infotech.com:28080 com.hyperion.css.registry.RegistryManager.getHubLocationFromRegistry(Unknown Source)
    2010-02-11 14:36:39,392 INFO [main] Got native directory location from Registry:rw015727.infotech.com:28089 com.hyperion.css.registry.RegistryManager.getNativeProviderLocationFromRegistry(Unknown Source)
    2010-02-11 14:36:39,392 INFO [main] URL constructed out of values in Registry database:ldap://rw015727.infotech.com:28089/dc=css,dc=hyperion,dc=com com.hyperion.css.common.configuration.CSSConfigurationImplXML.initConfiguration(Unknown Source)
    2010-02-11 14:36:40,220 ERROR [main] 80:6007:Failed to load SAP certificate from keystore at SAP.keystore. Ignore if SAP provider is not configured.[Root Cause: Invalid keystore format ] com.hyperion.css.SAPSecurity.loadSAPCertificate(Unknown Source)
    2010-02-11 14:36:42,502 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:43,502 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:43,502 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:36:43,502 WARN [main] Native Directory is not reachable. Attempting to re-connect... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:36:43,502 WARN [main] Number Format Exception converting nullto int; Returning default value 10[Root Cause: null ] com.hyperion.css.common.CSSUtils.toInt(Unknown Source)
    2010-02-11 14:36:43,502 WARN [main] Number Format Exception converting nullto int; Returning default value 3[Root Cause: null ] com.hyperion.css.common.CSSUtils.toInt(Unknown Source)
    2010-02-11 14:36:45,456 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:46,440 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:46,440 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:36:46,440 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:36:49,441 WARN [main] Attempting to connect to Native Directory: Retry Count: 1 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:36:51,379 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:52,457 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:52,457 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:36:52,457 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:36:55,458 WARN [main] Attempting to connect to Native Directory: Retry Count: 2 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:36:57,489 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:58,474 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:58,474 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:36:58,474 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:01,474 WARN [main] Attempting to connect to Native Directory: Retry Count: 3 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:03,506 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:04,506 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:04,506 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:37:04,506 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:07,507 WARN [main] Attempting to connect to Native Directory: Retry Count: 4 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:09,413 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:10,507 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:10,507 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:37:10,507 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:13,508 WARN [main] Attempting to connect to Native Directory: Retry Count: 5 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:15,430 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:16,430 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:16,430 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:37:16,430 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:19,431 WARN [main] Attempting to connect to Native Directory: Retry Count: 6 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:21,463 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:22,432 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:22,432 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:37:22,432 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:25,432 WARN [main] Attempting to connect to Native Directory: Retry Count: 7 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:27,480 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:28,464 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:28,464 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:37:28,464 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:31,465 WARN [main] Attempting to connect to Native Directory: Retry Count: 8 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:33,387 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:34,575 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:34,575 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:37:34,575 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:37,575 WARN [main] Attempting to connect to Native Directory: Retry Count: 9 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:39,732 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:40,810 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:40,810 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:37:40,810 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:43,811 WARN [main] Attempting to connect to Native Directory: Retry Count: 10 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:43,811 ERROR [main] 20:3008:Failed to connect to native directory. com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:43,811 ERROR [main] Arguments: param1={LOCALE=en_US}, param2=null, param3=C:\Hyperion/logs/esbstudio, com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
    Best,
    Veerannna Ronad.

    Hi Manaf,
    Seems you are also facing same problem. This problem comes when shared service failed to start. There is dependency with OpenLDAP. OpenLDAP service most of the time gets corrupted. You need to recover this service. There is a recover exe located at <<Hyperion installation folder>>\products\Foundation\openLDAP\var\openldap-data\db_recover.exe, run this and start the Essbase services in sequences.
    Service starting sequence:
    1) Hyperion Foundation Shared Services - Web Application
    2) Hyperion Essbase Services 11.1.1 - hypservice_1
    3) Hyperion Administration Services - Web Application
    and rest you can start as required.
    This should solve your problem.
    Best,
    Veeranna Ronad.

  • UIX 2.1.7: Howto NOT escape HTML

    Hi all,
    we are using UIX 2.1.7 together with BC4J 9.0.3. We have a bc4j:table that displays data from a view object. One of the VO attributes contains HTML (just tags for formatting bold, italics, ...). When the UIX page is displayed, the HTML is not rendered but printed as-is, i.e. with tags, because UIX seems to escape the brackets to entities.
    Is there a way to prevent this? If not, which would be the preferred way to display formatted HTML coming from a database?
    Thanks for any help,
    Markus.

    Markus -
    Try using the <formattedText> element to display your text. <formattedText> passes through a variety of (but not all) HTML tags - see the entry in the UIX Element Reference for the details...
    Andy

  • Essbase Studio, Grid is not well formed !!

    Hi All,
    Everything in Studio is prepared for a drill through on an Essbase model.
    A report is created and after pressing the button Show Result the first 20 rows appear on the screen.
    Switching to SmartView a selection is made and on a cell a balloon is showing that drill through is available.
    When selecting Drill Through reports from the SmartView menubar a menu appears, because to reports are prepare.
    Clicking on the first report an error messages appears: Grid is not well formed !!
    Do you have any idea what went wrong or what is going on.
    Thanks a lot for your prompt response !!
    Regards,
    Ed

    There is a patch for that. The error is in ASP. look fore patch 12987654

Maybe you are looking for

  • HP Touchpad Issues - HP ENVY 15t-q100 - Needs Reflashed to Function Properly -

    I have the HP Slim Quad 100 Notebook with the HP Synaptics Touchpad. The touchpad intermittently stops working correctly.  Sometimes it's so bad that it's unusable.  I have done a little research and I found that the driver is causing the Touchpad to

  • Splitting up iTunes library

    OK, here's the situation. My daughter and I have been keeping separate iTunes libraries on the same computer for several years. Although we have several songs in common, most are either hers or mine. All of the songs live on an external HD. Now she h

  • Finding codes on screen before booting up.

    Hi guys, first time posting here because I seem to be running into an issue. Whenever I turn on my PC, I find that my pc shows a black screen with the codes 9c, 99, and a2. These codes happen to stay for a couple of seconds but I have never seen thes

  • Edge Animate CC

    salve, io dovrei realizzare un animazione con Edge Animate CC, volevo sapere se era possibile muovere un ogetto e quando ha finito la sua azione farlo sparire e inserirle un altro. Es faccio muovere un triangolo e dopo devo render invisibile il trian

  • My Ipod wont turn on no matter what i try!

    My ipod is a 1st generation iPod touch. I've tried everything! (Holding the wake button & The Home button, charging it, etc.) Nothing will help! Please send me suggestions!