SmartView 11.1.2 error when having Accounts dimension in POV

Hi all,
I'm currently facing a strange problem, when using SmartView 11.1.2 with a HFM application. I have the same application with the same metadata once on a 9.3.3 server and once on a 11.1.2 server.
When I connect to 9.3.3 select a grid and put the accounts dimension into POV everything works fine.
When I do exactly the same on 11.1.2 i get the error: XML Load error: A semi colon character was expected
Does anyone have an idea, what could be the cause of this problem and/or how to fix this?
Thanks in advance,
Markus

Hi,
thanks for your answers. From all I could find out from Oracle support, I'll have to wait until 11.1.2.1 is GA and then try again :-(
Or will there be a patch for 11.1.2.0 as well?
Best regards,
Markus

Similar Messages

  • 11i Error when modifying account

    eBus 11.5.10.2, DB 10.2.0.4, OID 10.1.4.0.1, RHEL4
    Apps and OID on are on the same server, single instance, DB is on a seperate server.
    Recently when we try to modify the account of a user we experience an error when trying to save the changes.
    The pop-up error states:
    Unabled to call fnd_ldap_wrapper.update_user due to the following reason:
    ORA-20001: Unabled to call fnd_ldap_wrapper.update_user due to the following reason:
    An unexpected error occured. Please contact System Administrator.. (USER_NAME-XXXXXXX)
    I enabled logging for FND and got the following in the fnd_log_messages table:
    fnd.plsql.oid.fnd_oid_plug.get_realm_dn: LDAP SESSION closing in EXCEPTION BLOCK - START
    fnd.plsql.oid.fnd_oid_plug.get_realm_dn: LDAP SESSION closed in EXCEPTION BLOCK - END
    fnd.plsql.oid.fnd_ldap_wrapper.update_user: ORA-06503: PL/SQL: Function returned without value
    fnd.plsql.oid.fnd_ldap_wrapper.update_user: l_err_code :FND_SSO_UNEXP_ERROR, l_tmp_str :ORA-06503: PL/SQL: Function returned without value
    So it seems something returns without a value, but I am not sure how to track down what. I checked and the user account is in OID. It seems to be occuring to accounts that are linked via the "Customer" field on Define as opposed to "Person"
    What can I enable log wise or check to find the cause of this issue? I have searched metalink and all the documents I have found concerning Function not returning a value are for other items and not accounts.
    Thanks
    Edited by: Toolman21 on Sep 16, 2010 10:47 AM

    Just to update the forum post, I have finally discovered the issue. The Global User ID that was in eBus did not match that in OID, therefore it was returning not found.
    The solution was to update the GUID in APPS.FND_USER to match what OID contained. If the SSO link on the fly feature is used in provisioning you can simply set the USER_GUID column in APPS.FND_USER to null for that user and once they log in again it will be repopulated from OID. Alternatively you can use the script $FND_TOP/patch/115/sql/fndssouu.sql to change this for a user as well.
    @$FND_TOP/patch/115/sql/fndssouu.sql USERNAME
    Thanks for the help.

  • Sync Setup gives unknown error when creating account

    Getting "unknown error" when trying to setup sync account. i have the latest version of firefox. i cleared the cache. I did a factory reset. none of it worked.

    Create a new profile as a test to check if your current profile is causing the problems.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer some files from an existing profile to the new profile, but be careful not to copy corrupted files.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    Did you ever used sync before and have previously created an account?
    *https://services.mozilla.com/ Firefox Sync » Home
    *https://account.services.mozilla.com/

  • Encounter "500 Unexpected Error" when admin account access to ECP

    Symptom: 
    In Exchange 2013, when using admin account to access ECP, you will get an error “500 Unexpected” as below. However, when using the same account to access OWA, everything is ok, and other normal accounts can access OWA also.
    At the same time, if you check the event log, you will get the following error:
    Current users: “yourdomain.com/User/admin”Request for URL 'https://servername.yourdomain.com:444/ecp/default.aspx(https://servername/ecp/)' failed with the following error: System.Configuration.ConfigurationErrorsException: “                                               
    ” (hexadecimal value 0x03)is an invalid character. Line 1, position 1 (C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\ecp\quarantine\web.config line 1) ---> System.Xml.XmlException: “                                               
    ” (hexadecimal value 0x03)is an invalid character. Line 1, position 1     System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)     System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()    
    System.Xml.XmlTextReaderImpl.ParseDocumentContent()     System.Configuration.XmlUtil..ctor(Stream stream, String name, Boolean readToFirstElement, ConfigurationSchemaErrors schemaErrors)     System.Configuration.BaseConfigurationRecord.InitConfigFromFile()
    Cause:
    According to the error information, there are some invalid characters in the file (C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\ecp\quarantine\web.config ).
    In Exchange Mailbox server, when we open this file with notepad, we will find that all the content are garbled. That is the cause.
    Solution: 
    1. Try to copy the following code to replace the contents of the file, and save it.
    2. Restart mailbox server.
    <?xml version="1.0"?>
    <configuration>
      <location path="Quarantine.slab">
        <system.web>
          <authorization>
            <allow roles="Get-QuarantineMessage@R:Organization"/>
            <!-- Deny everyone else -->
            <deny users="*"/>
          </authorization>
        </system.web>
      </location>
      <location path="EditQuarantineAdvFilter.aspx">
        <system.web>
          <authorization>
            <allow roles="Get-QuarantineMessage@R:Organization"/>
            <!-- Deny everyone else -->
            <deny users="*"/>
          </authorization>
        </system.web>
      </location>
      <location path="QuarantineDetails.aspx">
        <system.web>
          <authorization>
            <allow roles="Get-QuarantineMessage@R:Organization"/>
            <!-- Deny everyone else -->
            <deny users="*"/>
          </authorization>
        </system.web>
      </location>
      <location path="QuarantineSDO.aspx">
        <system.web>
          <authorization>
            <allow roles="Get-QuarantineMessage@R:Organization"/>
            <!-- Deny everyone else -->
            <deny users="*"/>
          </authorization>
        </system.web>
      </location>
      <location path="ReleaseQuarantine.aspx">
        <system.web>
          <authorization>
            <allow roles="Release-QuarantineMessage@R:Organization"/>
            <!-- Deny everyone else -->
            <deny users="*"/>
          </authorization>
        </system.web>
      </location>
    </configuration>
    Reference: https://social.technet.microsoft.com/Forums/zh-CN/74a108a8-21f3-4f5e-8fee-94942698797a/exchange-2013ecp500?forum=exchangeserverzhchs
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Hi,
    According to your description, I understand that open a shared mailbox and modify the setting of Outlook Voice Access by OWA, then return an error “500 unexpected error”.
    If I misunderstand your concern, please do not hesitate to let me know.
    Basis on my testing, run Enable-UMMailbox to enable UM feature for shared mailbox, and enable shared mailbox account in AD. Then login OWA to double check the setting of Voice mail, everything is OK.
    However, I get the same error as your mentioned when login another account in OWA and open shared mailbox to modify the setting of voice mail. Also, I get same error when doing this way to access another mailbox.
    I find an similar thread about your question, it may be caused by the license of shared mailbox. For your reference:
    http://community.office365.com/en-us/f/148/t/160652.aspx
    Best Regards,
    Allen Wang

  • Error when release account plan via CRM_ACC_PL

    Hi expert,
    Getting error 'Overlapping validity periods for two condition records' when release account plan via CRM_ACC_PL.
    Any idea what caused this error?
    Cheers.

    Hello,
    could you please check notes 1311405, 1067232, 1044090, 1041830.
    Hopefully they can help.
    Regards,
    Gerhard

  • Error when switching accounts in XP

    I get an error when I switch to another account on my win xp prof.
    the error message is "
    Core Center
    Failed to load hardware monitor driver
    When I click OK I get the next error message "
    No Hardware Monitor !
    After clicking OK again the systems craches en reboots
    Anyons know how to fix this ??
    TiA

    I personally don't reccomend the use of "corecenter" and I don't have a solution, but what it sounds like to me is a poorly scripted peice of software. See, when you "switch" accounts, but don't log off, some of the registry remains, and possibily the software doesn't see that you have switched users, so it's looking around for something that isn't there.
    So in other words, I don't like corecenter, most of us around here use speedfan.
    So if anyone knows of a solution....

  • Error when importing Shared Dimension through LCM

    We are using Hyperion Planning 11.1.1.3 with an EPMA application. We have one environment where all of the dimensions are in the Shared Library, and the application dimensions are shared from there (DEV environment). In another environment, we have the same application, but its using only local dimensions (UAT environment)
    We are looking to migrate some changes to members from DEV to UAT, but don't want to share the dimensions in UAT (yet anyways). Here is how I was going about migrating the dimensions:
    1. In Shared Services in DEV, exporting the dimensions from EPM Architect from Foundation Services (from under Dimensions (Shared))
    2. In Shared Services in UAT, importing the dimensions from the file system into EPMA from Foundation Services (into Dimensions (Shared)), then using the "Synchronize > From Shared Library" to push those changes to the application's local dimensions.
    When I import the file system from DEV into UAT, the import fails and gives me the following error message for the Account dimension (only trying the one dimension for now):
    REPORTED WITHOUT ERROR DETAILS
    Here is a link to the screenshot of the error: http://dl.dropbox.com/u/12604803/HSS-LCM-Error.jpg
    It appears that the LCM import does work as it creates the dimension in the Shared Library, but I am not sure why I am getting this error message.
    I also tried to import the exported Shared Dimension for Account directly into the application (rather than the Shared Library) by just moving the "Account" file from:
    <export file name>\resource\Dimensions (Shared)
    to
    <export file name>\resource\Application Metadata\Planning Applications\<appname>\Common Dimensions
    And this imports without any errors! I'd rather not go this way as it's more of a manual process, and I'd like to keep it as straightforward as possible.
    I have searched the error message on OTN, the Oracle Knowledge Base and Google, but haven't really been able to come across any real information.
    Any insight you may have would be greatly appreciated!

    More of an update. We have a sandbox environment as well, and I was able to import the Shared Dimensions through LCM without any issue on that server.
    I also tried rebooting the server with the issues, but still get that cryptic error message.
    I looked through the logs and saw this in the EPMA.log
    2011-03-31 15:51:13,194 [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR com.hyperion.awb.web.lcm.ArtifactManager - Error code is AWB_WEB_ERR_LCM_IMPORT_ARTIFACTS_PATHNAME
    2011-03-31 15:51:13,194 [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR com.hyperion.awb.web.lcm.ArtifactManager - doImportArtifacts: Error importing 'Account' at path '/Dimensions (Shared)'
    Seems to be connected to the issue I am having, but couldn't find anything on OTN, Oracle KB or Google. Other imports to this environment work, so not sure why the pathname would throw issues.
    I also verified that EPMA and HSS on all environments are using the same version.

  • Error while activating Account Dimension in BPC 10

    Hi All,
    While trying to activate the Account Dimension, it is giving an error. Please see the screenshot below. Please let me know if someone has faced this issue before and has solved this.
    Thanks in advance,
    Best Regards,
    Venkata

    Hi Bhupi -
    Go to SU53 T-code from the back end , you can find the authorization issues;  It will clearly mention what authorizations are missing in Red.
    Hope this helps!!!

  • Error when mantaining a dimension

    I have a very simple AW with 3 dimensions (PLAYER, YEAR, TEAM) containing baseball data. The TEAM dimension has one hierarchy with 3 levels: TEAMS_ALL, LEAGUE, TEAMID. For a spell, I was able to maintain this dimension successfully and use it in reports. Now when I try to maintain the TEAMS dimension I get the error:
    An error has occurred on the server
    Error class: Express Failure
    Server error descriptions:
    INI: Error creating a definition manager, Generic at TxsOqConnection::generic<BuildProcess>
    INI: XOQ-01600:
    OLAP DML Error "AA is already a value of AW_BALL2!TEAM_LEAGUE_SURROGATE." while executing DML "SYS.AWXML!R11_LOAD_DIM('TEAM.LEAGUE.LEVEL'  SYS.AWXML!___R11_LONG_ARG_VALUE(SYS.AWXML!___R11_LONG_ARG_DIM 1) 'TEAM.LONG_DESCRIPTION.ATTRIBUTE' 'TEAM.SHORT_DESCRIPTION.ATTRIBUTE' 'TEAM.LEAGUE_LONG_DESCRIPTION.ATTRIBUTE' 'TEAM.LEAGUE_SHORT_DESCRIPTION.ATTRIBUTE' 'TEAM.TEAMS_ALL_LONG_DESCRIPTION.ATTRIBUTE' 'TEAM.TEAMS_ALL_SHORT_DESCRIPTION.ATTRIBUTE' 'TEAM.TEAMHIER.HIERARCHY')", Generic at TxsOqStdFormCommand::execute
    FYI, 'AA' is the first alphabetical value in the 'League' Level of the TEAM dimension.
    I am also getting a similar error when I try to maintain my YEAR dimension which has one hierachy and two levels (TIME_ERA and YEAR). Which is:
    An error has occurred on the server
    Error class: Express Failure
    Server error descriptions:
    INI: Error creating a definition manager, Generic at TxsOqConnection::generic<BuildProcess>
    INI: XOQ-01600:
    OLAP DML Error "1870s is already a value of AW_BALL2!YEAR_TIME_ERA_SURROGATE." while executing DML "SYS.AWXML!R11_LOAD_DIM('YEAR.TIME_ERA.LEVEL'  SYS.AWXML!___R11_LONG_ARG_VALUE(SYS.AWXML!___R11_LONG_ARG_DIM 1) 'YEAR.LONG_DESCRIPTION.ATTRIBUTE' 'YEAR.SHORT_DESCRIPTION.ATTRIBUTE' 'YEAR.TIME_ERA_LONG_DESCRIPTION.ATTRIBUTE' 'YEAR.TIME_ERA_SHORT_DESCRIPTION.ATTRIBUTE' 'YEAR.YEARHIER.HIERARCHY')", Generic at TxsOqStdFormCommand::execute
    FYI, '1870s' is is the first alphabetical value in the 'TIME_ERA' Level of the YEAR dimension.
    Any help on what I need to do to fix this would be appreciated. Thanks.

    Brijesh, thanks for your reply. I solved this problem by selecting the option *'Generate Surrogate Keys in the Analytic Workspace'* in the *'Implementation Details'* tab for the PLAYERS dimension. I'm not sure why the alternative option of *'Use keys from data source'* would work fine in the initial build but then fail in a later MAINTAIN command since I did not alter the data since the initial load
    Frankly, my experience with using AW via the GUI so far is that I will not get the same results when performing the same tasks on the same data. What this realistically means is that the GUI does not fully and/or accurately represent the underlying state of conditions in the AW. I also find that when errors arise I do not get as much information and guidance from the GUI as I would like. For instance, in the above scenario perhaps an error message to the effect of *'you are attempting to load a value that matches another value on some level of this dimension. This problem might be solved by switching to surrogate keys in the Implementation Details of the dimension to ensure uniqueness.'*
    Thanks

  • Run time error when loading external dimensions in Dev Studio

    Hi,
    I'm getting a run-time error when I try to load externally managed dimensions in Dev Studio using "Discover" button. The dimensions appear in the state folder so they got loaded fine but not sure why they are not being loaded into dev studio.

    Your question relates to the Endeca Commerce product(s), and would be better asked in this forum: Technical Questions .

  • Error when Schedule Processing Dimension

    Hi Buddies,
    From the help of BPC, I know BPC can schedule processing dimension in the background.
    I acted as the instruction according with the steps in Help, but it doesn't work. (The help told me let the source table blank, but the system will tell me need to put a source table. I don't know how to put into a source table name)
    Can anyone give some advice?
    Thanks in advance!
    Maggie

    Maggie,
    When scheduling the dimension process from the administration console a table called TempScheduleMBRxxxx is created where xxxx is the dimensionname of the dimension your just scheduled to process. Try to put this tablename as the sourcetable, I think it should work. So if you are scheduling the Entity dimension try to put TempScheduleMBRentity into this field.
    Of coursw also check after scheduling if the table is really created in the SQL database.
    -Joost

  • Access error when changing Account data

    Several users with same role (inside sales) are getting same error (Access Denied - SBL-DAT-00278) when trying to change account owner info or converting a lead and associating it with an existing account.
    The roles and access profiles are correct and have not been changed. Could this be the result of specific field changes?
    Any ideas?
    Thanks

    You have implemented the BADI  HRXSS_PER_BEGDA which results in this error
      ESS scenario's will allow data creation/modification starting
      from a Default Start Date.  By default this Default Start Date
      is set to Today's date.  To further explain, when the Default
      Start Date is set to Today's date ESS User can create or
      change a data record valid starting from Today's date
      or future date.
      It is possible to customize this behaviour.  Business Add-in
      HRXSS_PER_BEGDA is available.  Parameters like molga, pernr,
      infty, subty and begda can be used in different combinations
      for customization.  For further informatio, please
      refer to IMG:
      Personnel Management -> Employee Self-service -> Own Data ->
      Change Default Start Date.
    Check your use case subtypes as well

  • Error when creating account aliases

    Hi All,
    Iam trying to create an new account aliases in INV but iam getting the foll error,
    This combination of segment values already exists. (ROUTINE=fdfvcc).
    Tried looking for any aliases been defined but nothing has been set.Can anyone let know which causes this error.
    Thanks,
    Vijay

    Issue has been solved as there were 2 users on the same name.I had to create a preferred name for one of the user in HRMS assignment tab which differentiates the two users.
    Thanks,
    Vijay

  • Getting error when having slideshow page not show in Navigation list

    Hi,
    I'm the web manager for a motorcycle club (Honda GoldWings) and people in the club love to send pictures for me to upload to the website. I've been doing that with HomePage for a few years now. The thing is they've never liked the albums showing up in the navigation list because it makes it so long.
    Now comes iWeb (yeah!) and one of the options is to now show certain pages in the navigation list. Ok, so I use iPhoto to create a slide show and publish it to iWeb. I then created an "About me" page and added the slideshow to that page. The slideshow works as long as the slideshow is in the navigation list. As soon as I take it out I get "page not found".

    OK, so the parts you're having problems with are the 'Ride to Canada' links on the Photo Albums page, right? What's happening is that the link is corrupted in each case. If you mouse over either of the hyperlinked images and hold your cursor there for a moment you'll see that the address which is displayed includes Chapter%2520WA-A. This should be Chapter%20WA-A (with %20 replacing the space in your page name). This is beginning to look like an iWeb bug. I've experienced something similar when attempting to link to an URL which already contains a special character, and have reported it to Apple.
    How did you link to Canada_Trip.html and CanadaTrip_inBlack.html? Did you use the Link Inspector and choose the relevant page from the 'One of My Pages' list? (I'm pretty sure this is what you did; just trying to narrow down where things might have gone wrong.)

  • ActiveX error when BPC process dimension

    I ever build a dimension in BPC and after I put it into application and process the dimension, the dimension can not be added into application correctly.
    Then I tried to delete this dimension, the error message is "ActiveX component can not be created", Does anyone has such issue and how to solve it? thanks.

    My advice is to contact SAP Support, given that we cannot see the error, have access to your versions, etc. The first thing I would check is if you can make a change to a memberset in a dimension within ApShell.  If you get the same error, then you may wish to re-enter the BPC install area on your environment and run the cleint diaqgnostic to verify that the client has what it needs to run.  Another option is to uninstall the clients, and re-enstall them.  This will not impact your currrent applications, and is a good test prior to contacting the support team.

Maybe you are looking for