Error With Rpd Consistency

Hi All,
I Created logical column in Bmm layer.After That I check Global Consistency Getting Error Like This
ERRORS:
Business Model Core:
[14041] Error in measure definition for column % Total. Nested aggregate measure definitions are currently not supported.
I create column like this
% Total=(("Core"."Fact Compound - Campaign History, Activity, Response"."# of Interactions" )/sum("Core"."Fact Compound - Campaign History, Activity, Response"."# of Interactions" ))*100
when i am Replaceing sum=Rsum i am Not getting Any Error.but I d't want Ruuning Sum.we are useing BI Apps Rpd.
Please Let me Know how to reslove this

Use the below expression.
% Total=(("Core"."Fact Compound - Campaign History, Activity, Response"."# of Interactions" )/("Core"."Fact Compound - Campaign History, Activity, Response"."# of Interactions" ))*100.00
You should not use sum in the expression since that is already aggregated.
Pls mark correct
BTW: Why you are using , in column name(s) in "Fact Compound - Campaign History, Activity, Response"

Similar Messages

  • Obiee 11g RPD consistency check error after upgrade

    Hi,
    got below error in RPD consistency check after upgrading from obiee 10g to obiee 11.1.1.6.
    *ERRORS:
    Business Model Core:
    [38028] Logical column Dim - Contact.Age Range does not have a valid data type.*
    logical column Age=
    CASE WHEN "Core"."Dim - Contact"."Age" < 18 THEN 'A: <18' WHEN "Core"."Dim - Contact"."Age" < 25 THEN 'B: 18-25' WHEN "Core"."Dim - Contact"."Age" < 35 THEN 'C: 25-35' WHEN "Core"."Dim - Contact"."Age" < 45 THEN 'D: 35-45' WHEN "Core"."Dim - Contact"."Age" < 55 THEN 'E: 45-55' WHEN "Core"."Dim - Contact"."Age" < 65 THEN 'F: 55-65' WHEN "Core"."Dim - Contact"."Age" IS NULL THEN 'Unspecified' ELSE 'G: >65' END
    above is formula for logical column "Age" and data type for that is varchar in physical
    few more erros similar to above.
    how can I fix the issue? appreciate for your help.
    Thanks
    Jay.

    HI,
    As I said, Age has valid datatype in physical layer but datatype is showing as "Unknown" in logical layer after upgrade to 11g. many other columns got same issue just for this logical table. I rebuild the logical column mapped to physical sources but it didn't fix the issue.
    I hope you understand the issue.
    Thanks
    Jay.
    Edited by: Jay on Jul 23, 2012 11:02 AM

  • [svn] 3406: Tweaks to ZipCodeValidator to ensure error messages are consistent with pre-patch behavior .

    Revision: 3406
    Author: [email protected]
    Date: 2008-09-29 13:25:10 -0700 (Mon, 29 Sep 2008)
    Log Message:
    Tweaks to ZipCodeValidator to ensure error messages are consistent with pre-patch behavior. Mustella tests pass (verified via cyclone).
    Reviewer: Deepa
    QA: Yes
    Localization: Yes ***
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/bundles/en_US/src/validators.proper ties
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/validators/ZipCodeValidator. as

    Hi,
    Found a note explaining the significance of these errors.
    It says:
    "NZE-28862: SSL connection failed
    Cause: This error occurred because the peer closed the connection.
    Action: Enable Oracle Net tracing on both sides and examine the trace output. Contact Oracle Customer support with the trace output."
    For further details you may refer the Note: 244527.1 - Explanation of "SSL call to NZ function nzos_Handshake failed" error codes
    Thanks & Regards,
    Sindhiya V.

  • PSCS4 Memory Error with Image Processor

    When I use the image processor in PSCS4 to process a large number of raw files using ACR 5.1 (Nikon D3 NEFs), I consistently receive an error message after about 10-11 files have been processed that the instruction at 0x696336ab tried to read memory at 0x6C (or thereabouts) and the memory could not be read. I am saving as JPEGs with the color space set to sRGB.
    I de-installed and reinstalled PSCS4, but the error persists. The image processor worked fine with PSCS3. A workaround that solves the problem is to process the files as a batch using a simple action to accomplish the task.
    I am running Windows XP Pro Service Pack 3 with a dual Xeon processor and 2G of error correcting memory.

    Hmm.. I was getting a similar error with CS3 and was very happy to find that it appeared to be cured in CS4. The CS3 issue would appear if I tried to process more then 100 NEFs. My workaround was to do them in smaller batches (60-75). Perhaps you might try reducing the memory alotted to PS or run it without any other apps running?
    Russell

  • Error with Drop -down UI elements in my HCM PF Form

    Hi All,
    I am facing some error with Drop -down UI elements in my HCM PF Form. I have some 2-3 DD elements, which are not binded to any backend field, so i am specifying their values in the UI Properties itself.
    I am able to see my drop-down list values when the form first displays initally. On selecting the values from drop down, when i click on 'Check and Send' button, the form refreshes itself, and all the drop down values dissappear, along with the selected value.
    Can anyone tell me if i am missing anything here ? Do i need to define my DropDOwn field in the Generic Service of HCM PF and then Bind it in the form ?
    Any inputs on this would be welcome !
    Thanks in advance,
    Aditi

    Hi Christopher,
    Am also having the same issue like when am testing the process and clicking on check button, my do_operation method is called and the table SERVICE_DATASETS is getting updated. I am getting success message and all the fields are getting cleared. But when am clicking on second time the CHECK button am getting error's, because of the fields getting cleared in the screen.
    But after executing the process all the fields getting refreshed. Even what ever values I have entered that too is getting cleared. I have debugged and not able to figure it out why its getting cleared.
    I have activated the ISR context mapping and activated the Adobe Form too. I dont know where am going wrong.
    I will be doing the context mapping for ISR via IMG path by clicking the "Compare Form Fields button" also using Tcode HRASR_DT also i have tried.But the form is consistent.
    Do we have any note or patches regarding this issue.
    Please help me out form this as i could not process further in my development.
    Thanks & Regards,
    Raja

  • Random FB build errors with FXGs

    I'm having issues with random build errors.  When one of these errors occurs, it always says it has trouble with an FXG class. 
    Error text is this:
    "In initializer for 'mxmlContent', type FXGClass is not assignable to target Array element type mx.core.IVisualElement."
    This seems to be a similar problem that someone else posted: http://forums.adobe.com/thread/929171 but their solution didn't work for me.
    The solution from the linked thread, renaming/creating a duplicate of the file with the FXGs in it, didn't work.  Renaming ANOTHER file in my code base did.  One that did not contain FXGs.  (We use subversion and I systematically rolled back until the code base built error free and slowly deduced the affecting file).
    Now occasionally we are having the errors with a completely new file with an FXG icon.  The first file had FXGs delared in MXML, this new one declares it in AS.  Both FXGs are put into the layout via MXML.  Sometimes commenting it out, building, commenting back in, building works....but not always.  If we go edit some code in another file elsewhere, it will sometimes clear the error and build fine. 
    This error is driving us nuts as we have no idea what the trigger is.  We have a fair number of FXGs in the code base for visual elements.  We use common code accross Web, Desktop and Mobile projects.  Sometimes they all build fine, sometimes they all error, sometimes only some projects error.  There seems to be no consistancy when the build errors occur.
    Using Flash Builder 4.6 (on Windows 7)
    Flex SDK 4.6
    AIR SDK 3.3 (though errors occur on a Web build too)
    We've made new Workspaces and brought in the sub-versioned code and it still occurs (on two seperate machines), so it seems to point to a code base trigger.  I'm stumped where to start.  When it first started occuring, no extra FXG files or classes that refer to them were created.
    Any help would be greatly appreciated.

    I've seemed to have narrowed it down the file with the FXG Icon in it.  It seems that when I disclude the file from the project it renders correctly.  If used I get the weird compile errors.  I'm not sure why this specific file is causing this.  I'm concluding it may be a corrupted in some way and I will have to rebuild it from scratch to narrow down the issues.
    Removing the FXG from  the file itself doesn't help. 

  • Error in DB consistency

    Dear all,
    i have run database consistency and found error.
    please advice how to resolve this issue.
    please find below log for reference.
    thanks & Regards,
    Hiten Modi
    Job 'SAP CCMS Check Database P01 [20120118172549-4-020019]' : Step 1, 'CCMS-Step1' : Began Executing 2012-01-19 02:00:19
    DBCC CHECKDB (P01) started at Jan 19 2012  2:00AM with Logfile: C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\CCMS_CHECK_DB_HIST_2012.txt [SQLSTATE 01000]
    Microsoft SQL Server 2005 - 9.00.3042.00 (X64)
         Feb 10 2007 00:59:02
         Copyright (c) 1988-2005 Microsoft Corporation
         Enterprise Edition (64-bit) on Windows NT 5.2 (Build 3790: Service Pack 2)
    Msg 8905, Sev 16, State 1, Line 1 : Extent (1:2136400) in database ID 5 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
    Msg 8905, Sev 16, State 1, Line 1 : Extent (1:2212824) in database ID 5 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
    Msg 8905, Sev 16, State 1, Line 1 : Extent (1:2316088) in database ID 5 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
    Msg 8905, Sev 16, State 1, Line 1 : Extent (1:2316096) in database ID 5 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
    Msg 8905, Sev 16, State 1, Line 1 : Extent (1:2316104) in database ID 5 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
    Msg 8905, Sev 16, State 1, Line 1 : Extent (1:2316112) in database ID 5 is marked allocated in the GAM, but no SGAM or IAM has allocated it. [SQLSTATE 42000]
    Msg 8954, Sev 16, State 1, Line 1 : CHECKDB found 108 allocation errors and 0 consistency errors not associated with any single object. [SQLSTATE 01000]
    Msg 8990, Sev 16, State 1, Line 1 : CHECKDB found 0 allocation errors and 1 consistency errors in table 'sys.sysidxstats' (object ID 54). [SQLSTATE 01000]
    Msg 8990, Sev 16, State 1, Line 1 : CHECKDB found 1 allocation errors and 0 consistency errors in table 'p01.TST03' (object ID 76136358). [SQLSTATE 01000]
    Msg 8990, Sev 16, State 1, Line 1 : CHECKDB found 1 allocation errors and 0 consistency errors in table 'p01.JEST' (object ID 95195985). [SQLSTATE 01000]
    Msg 8990, Sev 16, State 1, Line 1 : CHECKDB found 1 allocation errors and 0 consistency errors in table 'p01.DDPRH' (object ID 459850888). [SQLSTATE 01000]
    Msg 8990, Sev 16, State 1, Line 1 : CHECKDB found 1 allocation errors and 65 consistency errors in table 'p01.sap_perfinfo' (object ID 607691796). [SQLSTATE 01000]
    Msg 8990, Sev 16, State 1, Line 1 : CHECKDB found 2 allocation errors and 0 consistency errors in table 'p01.VBHDR' (object ID 638103697). [SQLSTATE 01000]
    Msg 8990, Sev 16, State 1, Line 1 : CHECKDB found 1 allocation errors and 0 consistency errors in table 'p01.COBRB' (object ID 1399089612). [SQLSTATE 01000]
    Msg 8990, Sev 16, State 1, Line 1 : CHECKDB found 1 allocation errors and 0 consistency errors in table 'p01.BALHDR' (object ID 1498904857). [SQLSTATE 01000]
    Msg 8990, Sev 16, State 1, Line 1 : CHECKDB found 1 allocation errors and 0 consistency errors in table 'p01.CDHDR' (object ID 1592145213). [SQLSTATE 01000]
    Msg 8990, Sev 16, State 1, Line 1 : CHECKDB found 2 allocation errors and 0 consistency errors in table 'p01.TBTCO' (object ID 1602377769). [SQLSTATE 01000]
    Msg 8990, Sev 16, State 1, Line 1 : CHECKDB found 14 allocation errors and 0 consistency errors in table 'p01.CCSELTAB' (object ID 1640535261). [SQLSTATE 01000]
    Msg 8990, Sev 16, State 1, Line 1 : CHECKDB found 1 allocation errors and 0 consistency errors in table 'p01.MONI' (object ID 1732109857). [SQLSTATE 01000]
    Msg 8979, Sev 16, State 1, Line 1 : Table error: Object ID 1895416455, index ID 1, partition ID 72057604003987456, alloc unit ID 72057604181327872 (type In-row data). Page (1:1762190) is missing references from parent (unknown) and previous (page (4:1758152)) nodes. Possible bad root entry in system catalog. [SQLSTATE 42000]
    Msg 8986, Sev 16, State 1, Line 1 : Too many errors found (201) for object ID 1895416455. To see all error messages rerun the statement using "WITH ALL_ERRORMSGS". [SQLSTATE 42000]
    Msg 8913, Sev 16, State 1, Line 1 : Extent (4:1757592) is allocated to 'p01.AFVC' and at least one other object. [SQLSTATE 42000]
    Msg 8990, Sev 16, State 1, Line 1 : CHECKDB found 56 allocation errors and 2329 consistency errors in table 'p01.sap_tabstats' (object ID 1895416455). [SQLSTATE 01000]
    Msg 8990, Sev 16, State 1, Line 1 : CHECKDB found 1 allocation errors and 0 consistency errors in table 'p01.AFVC' (object ID 2117335053). [SQLSTATE 01000]
    Msg 8989, Sev 16, State 1, Line 1 : CHECKDB found 191 allocation errors and 2395 consistency errors in database 'P01'. [SQLSTATE 01000]
    Msg 8958, Sev 16, State 1, Line 1 : repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (P01). [SQLSTATE 01000]

    Hi Hiten,
    Page (1:1762190) is missing references from parent (unknown) and previous (page (4:1758152)) nodes. Possible bad root entry in system catalog. [SQLSTATE 42000] Msg 8986, Sev 16, State 1, Line 1 : Too many errors found (201) for object ID 1895416455
    From this you can see that Page (1:1762190) and (4:1758152) seems to be corrupted.
    The first thing to do is check if it is data in a heap, in a clustered index, or in a non-clustered index. In the above text you can see it is index ID 0. You could also examine the page (1:1762190 in database 'P01') as follows:
    DBCC TRACEON (3604, -1)
    GO
    DBCC PAGE('P01', 1:1762190, 3)
    GO
    In the output you will see something like:
    Metadata: IndexId = n
    If n is greater than 1 it is a non-clustered index and can safely be dropped and recreated. If n is 0 or 1 you have data corruption and need to perform one of the options described below.
    Restoring from a backup
    If the recovery model is FULL (or BULK_LOGGED, with some limitations), you can backup the tail of the log, perform a restore (with norecovery) from the last clean full backup, followed by subsequent log backups and finally the tail of the log.
    If only a few pages are affected you have the option of selectively restoring only the bad pages, as follows:
    RESTORE DATABASE yourdb PAGE = '1:1762190'
    FROM DISK = '<Path of Backup file>'
    WITH NORECOVERY
    If the recovery model is simple you don't have that option, and have to accept that a restore from the last full backup will result in subsequent transactions being lost. In this case, or if you have no backups at all, you may decide that an automatic repair is the only option.
    Automatic Repair Options
    First let me emphasise the importance of running a backup BEFORE you go any further.
    Have a look at the output of the original CHECKDB. It will specify the minimum repair level.
    REPAIR_REBUILD
    If the minimum repair level is REPAIR_REBUILD you have been lucky.
    The syntax is
    DBCC CHECKDB('P01', REPAIR_REBUILD)
    REPAIR_ALLOW_DATA_LOSS
    This attempts to repair all errors. Sometimes the only way to repair an error is to deallocate the affected page and modify page links so that it looks like the page never existed. This has the desired effect of restoring the database's structural integrity but means that something has been deleted (hence the ALLOW_DATA_LOSS). There are likely to be issues with referential integrity, not to mention the important data that may now be missing.
    The syntax is
    DBCC CHECKDB('P01', REPAIR_ALLOW_DATA_LOSS)
    Make sure you run DBCC CHECKCONSTRAINTS afterwards so you are aware of referential integrity issues and can take the appropriate action.
    Regards,
    Deepak Kori

  • Am trying to download itunes as it has previously deleted during an update, and it comes up during the installation that there is a file error with my resources

    Am trying to download itunes as it has previously deleted during an update, and it comes up during the installation that there is a file error with my resources

    That's perfect, thanks.
    error writing to file: C:\Program
    files\ i tunes\ i tunes.Resources\ja.lproj\AppleTVStream
    itxib. Verify that you have access to that directory
    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • CHECKDB found 0 allocation errors and 1 consistency errors in table 'sys.syscolpars' (object ID 41)

    Msg 2511, Level 16, State 2, Line 1
    Table error: Object ID 41, index ID 1, partition ID 281474979397632, alloc unit ID 281474979397632 (type In-row data). Keys out of order on page (1:187), slots 9 and 10.
    CHECKDB found 0 allocation errors and 1 consistency errors in table 'sys.syscolpars' (object ID 41).
    CHECKDB found 0 allocation errors and 1 consistency errors in database 'db_name'.
    repair_rebuild is the minimum repair level for the errors found by DBCC CHECKDB (adv_tvs).
    Help required on the above error mentioned

    Hi Rapunzel,
    The minimum repair suggested is repair_rebuild you can try that. As per mssage there is corruption in your database and it can only be corrected by either repairing or Restoring from known good backup.For doing repair the database must be in single-user
    mode.
    Please read
    dbcc checkdb repair_rebuild option
    Since DBCC CHECKDB with any of the REPAIR options are completely logged and recoverable, Microsoft always recommends a user use CHECKDB with any REPAIR options within a transaction (execute BEGIN TRANSACTION before running the command) so that the user can
    confirm he/she wants to accept the results of the operation. Then the user can execute COMMIT TRANSACTION to commit all work done by the repair operation. If the user does not want to accept the results of the operation, he/she can execute a ROLLBACK TRANSACTION
    to undo the effects of the repair operations.
    REPAIR_REBUILD does not repair errors involving FILESTREAM data.
    How big is database. If it is small and backup also is corruption free you should consider restoring from backup
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Error with the standard ESS, Travel & Expenses

    Hi All,
    We have deployed a ESS package in the portal. And we are able to view some services.
    We are getting the following error, with the Travel and Expense(All My Trips). Actually all the services under Travel and Expenses are giving some kind of errors. But i want to check the My Trips and Expenses one. It is giving the following error.
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: no jcoMetadata found for RFC function 'PTRM_WEB_CCNUM_MASKING'! Please verify, that your model is consistent with the ABAP backend: 'RDX'.
    Our HR SP is 34 and EPortal 7(NW 7) and ECC6 is SP 14.
    Can anybody suggest us in correcting this error.
    Thanks & Regards,
    Ravi

    Hi Ravi,
    The problem may be due to versions mismatch or you may need to apply SAP notes,
    check these
    Regarding Leave & Team calender
    /thread/824753 [original link is broken]
    Regards,
    Siva

  • RE: [Adobe Reader] when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? i

    HelloThank's for your helpsI hope this document is helpfulBest Regards,
    Date: Sun, 22 Jun 2014 17:10:17 -0700
    From: [email protected]
    To: [email protected]
    Subject:  when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help me th
        when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help m
        created by Anoop9178 in Adobe Reader - View the full discussion
    Hi,
    Would it be possible for you to share the document?
    Regards,
    Anoop
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6485431#6485431
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
         To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Reader by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

    thank's for reply and your help
    i did the step's that you told me but  i still have the same problem
                                     i have the latest v.11.0.7
    i
    i disable the protected mode

  • Odd Error with decode function in Order By Clause

    I am trying to compile a procedure and can't get around an error with a dynamic order by that doesn't make much sense to me. I can repoduce the error with a plain select statment in sql plus so I can rule out a declaration error. Here is an example with 2 numeric columns and a date column.
    select task_id, display_date, remark_id from task_list
    where task_id > 1000
    order by decode('Task_ID', 'Task_ID',Task_ID, 'Display_Date', Display_Date, 'Remark_ID',Remark_ID)
    returns the error:
    select task_id, display_date, remark_id from task_list
    ERROR at line 1:
    ORA-00932: inconsistent datatypes: expected NUMBER got DATE
    I'm not sure why this error is occuring, because it doesn't even hit the Display_Date field in the Decode statment. If I take the Display_date out of the statement, it runs properly. If I change Display_Date to To_Char(Display_Date) it also runs fine, but the sorting is incorrect. Also I'm running 9.2, and do not want to use dynamic sql to build my query. Any Ideas out there as to the cause of this error?

    I did find a workaround to this issue by breaking the decode statment into three separate statement, but I still think that the way it is written above should work, and may be a bug, or an error that I don't understand fully.
    The Order by was rewritten like this:
    order by decode(pSort, 'Task_ID',Task_ID), decode(pSort, 'Display_Date', Display_Date),
    decode(pSort, 'Remark_ID',Remark_ID);
    Thanks

  • XML Publisher Error with reports published in XML publisher

    Hi All,
    I am geting the following error with a report published using XML Publisher
    The XML page cannot be displayed
    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
    The system cannot locate the resource specified. Error processing resource 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.d...
    How can i Rectify this?

    Hi Ark,
    In order to generate a report using xml publisher. we need the following.
    1. XML Data
    2. Template file (RTF/PDF/..)
    XML data will not be created by the template file.
    We will be required to create XML data. One of the easiest way to create xml output is using the RDF. We can change the rdf output type in the concurrent program to XML.
    Once the xml and the template is available, "XML Report Publisher" will be able to generate the output in the required format.
    Thanks,
    K.Nataraja Suthan,

  • Graphic problems/errors with Mainstage 3 and MBP (15'' 2011)

    Hi,
    I bought Mainstage 3 for my MBP (15'' 2011).
    When i click con "perform" i get graphic errors.
    I have the same issue with the old Mainstage version since Mountain Lion.
    Also a fresh installation didn't help.
    I think i'm not the only one with this issue!
    I don't know how to report a bug?
    Perhaps someone can help me.
    (and  I'm probably not the only one (see feedback in Apple Store) If you also have this problem, please add a comment with your configuration (Hardware, Software))
    /forgotten ebi
    So, here an example how it looks like when i click on "perform":

    Same configuration,same problem. BUT I found a workaround.
    Mainstage has this error with the AMD video card and/or a second monitor connected.
    With a little app (http://gfx.io)  it's possible to really force the MBPro to use the Intel Graphics card.
    This will work only with the internal screen, not with a second screen connected.
    And sometimes you need to restart, to really make the Intel video card free.
    This works fine...In the meantime of a fix.

  • Error with an infoset in BI

    HI BI gurus,
    we have a problem with an infoset.
    We create an infoset in RSA1 linked to a cube and a DSO.
    We activate it in english without problems and I can create a query with no errors (with a english logon).
    If I try to create a query in italian language the query designer show mw this error: " unexpected error - RCF_SYSTEM_FAILURE. You must restart the query designer."
    Do you have any idea how to fix and solve this problem? We try to activete the infoset in Italian but the error remains.
    Thanks for any help.
    SB

    Hi,
    is italien installed as a language in your system?
    Siggi

Maybe you are looking for

  • HR Authorization issue

    Hello All, System: HRP Support pack: EHP5 I have an issue with one user (HR team) under the HR system who has been assigned with the authorizations similar to other HR team members in the system. User 1: has authorizations (Structural and Standard) a

  • Unable to open the events in Iphoto or transfer photos to create a book?

    Unable to open the events in Iphoto or transfer photos to create a book. The events are there but I am when double clicking they are not opening up. Also I am unable to drag photos to create a book. Any suggestions??

  • Fixing table position on the template and printing on the last page

    Hi, I have a requirement where i need to print a table at a fixed position and at the last page. if there is a single page, then the said table should print at the bottom of the page ... if there are multiple line records, the records should print on

  • Execute mbox2mysql  command in java

    mbox2mysql -u <Database username> -p <Database password> -d <Database Name> -q �<Select Query>� --silent -e > <Mbox File Name> how to excute above command in java plz help me

  • OS X Server Calendar Won't Share Calendar via Sharing Settings

    I have OS X Server 10.9.1 with Server 3.0.2.  The CalDAV server is enabled, and I have a few users who are using calendars from their devices (e.g. Calendar.app on 10.8.5 and iOS 7).    Everythign is working great (events are syncing between devices