Model Consistency Check

We have run the model consistency check (SCM 4.1), but experienced the following problem:
If the products are flagged for deletion at client level (the highest level) the system pops-up a warning: <i>"Product X flagged for deletion, but not in location Y".</i>
As far as I know, if we flag products for deletion at client level the lower levels will be flagged automatically. Right?
Regards

That was a bug. We installed OSS note 1039639 and the problem was solved.

Similar Messages

  • Error BM311 during Model Consistency Check in APO

    Hi APO Experts
    I find error BM311 - Units of different dimensions cannot be converted during Model Consistency Check in APO.
    How can I get to know the code or Unit of Measure, where the inconsistency is there to rectify?
    Please suggest.
    Thank you.
    Pradipta Sahoo

    Hi Pradipta,
    Can you check below notes:
    943543
    928502
    837310
    Regards,
    Mukesh Pandey

  • Frequency of Model Consistency Check

    Whats should be the ideal frequency of taking a model consistency check considering the fact that the check taken a long tim for execution.

    Hi there.
    You should run the cons_check after every major change in master data and prior to your SNP planning run. So the answer really depends on whether or not:
    a) Your data model remains consistent (in which case you will only need to check after each update)
    b) You do Monthly or Weekly SNP planning runs. (in which case you will need to do it weekly or monthly)
    Regards
    Ian

  • Consistency checks in APO

    Can anybody please explain the reasons for doing the
    1.Model consistency check
    2. Re-org Consistency check(/SAPAPO/TS_LCM_REORG)
    What would be the frequency for these consistency checks?

    Okay I'll try and keep the answer simple:
    1) The model consistency check results in an overview of the (in) completeness of the master data
    objects within the model concerned. Missing data (for example, coordinates of a location are
    initialised) will be displayed by error, warning or information messages. It can be checked and – if
    necessary – be corrected from the log. Should be done when maintaining master data or after
    activating the integration models (master data transfer).
    2) For Time Series the memory consumption in the liveCache increases because of superfluous time series if the master data containing the time series information is deleted or removed from the planning version model. This report removes these superfluous data and tidies up livecache. Should be run daily.
    For more info on consistency checks (mostly SNP and related) see the following document:
    [Internal and External Consistency Checks|https://websmp203.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700000330202007E]
    Regards
    Ian

  • Security, Consistency Check, Physical Model

    Hi experts,
    just THREE questions:
    1- the following object-level security configurations: "Assign users to a web catalog group" and "Create a Web catalog group" could be done in the BI Administration Tool?
    2- a consistency check can be performed over a selection of multiple dimension hierarchies?
    3- is it possible modify the physical model of a repository for add a derived metric column, and define this column as a value like "dollar divided by units"?
    I think it's possible only through database manipulation and not Administration Tool. Is it right???
    Thanks a lot.
    Huge

    Huge10 wrote:
    Hi experts,
    just THREE questions:
    1- the following object-level security configurations: "Assign users to a web catalog group" and "Create a Web catalog group" could be done in the BI Administration Tool?No
    2- a consistency check can be performed over a selection of multiple dimension hierarchies? Yes.
    >
    3- is it possible modify the physical model of a repository for add a derived metric column, and define this column as a value like "dollar divided by units"?
    I think it's possible only through database manipulation and not Administration Tool. Is it right???
    You can do it in BMM layer ..as a logical column without manipulating DB.

  • Importance of Global Consistency check

    Hello,
    I have always checked my rpd for global consistency without knowing the actual meaning behind it. But last night I created a logical column with the following expression:
    max(VALUEOF(NQ_SESSION......))
    basically i created an aggregation over a logical column that obtains its value from session variable. I know that if we need to use a column as an aggregation column we should use the aggregation tab in the column properties. When we choose an aggregation it disables the editable column formula field.
    I put the above formula which violates the rule. The result is perfect so long as I don't check for global consistency. It throws an error that looks something like this:
    [38083] The Attribute 'Acceptance Rate Target' defines a measure using an obsolete method.
    The question is.. what is the significance of global consistency check.. and what is the consistency criteria.. and is it ok to save the rpd without checking for global consistency (yes this does not cause the BI server to crash when trying to start)
    Thanks

    First, forget about the variable approach.
    Now you need to do the following steps:
    1) Import the table to the physical layer
    2) Create logical table in existing Business Model in BMM layer with the imported table as logical table source
    3) Create another logical table in existing Business Model in BMM layer with the imported table as logical table source
    4) Create complex join between both table, now you will get one logical dimension table and one logical fact table
    5) In the logical fact table you need to select the column ("Target") and add an aggregation rule, like MAX or MIN
    6) Assuming you have a hierarchy for every dimension in your BMM layer, you need to set the logical levels of the new measure to the Grand Total Level of each dimension hierarchy.
    By doing this, you get a "level based measure", for more info: read this:
    http://oraclebizint.wordpress.com/2007/12/03/oracle-bi-ee-101332-level-based-measures-lbms/
    By setting all logical levels to the grand total level, the measure will be "immune" for all dimensions used in your report.
    So when you have a report like
    Month__Actual___Target
    The BI Server will create two queries:
    select month, sum(sales) from calendar, sales_table where calendar.id = sales_table.calendar_id
    and
    select max(value) from target_table
    The BI Server will then stitch both results together.
    Regards,
    Stijn

  • Repository Consistency Check 39008 "does not join"?

    I'm using Administration Tool 11.1.1.6.0 with a Repository version of 318.
    I have imported my star schema metadata from the database using an OCI connection. All the joins were included, so I can go to Physical->Fact Table->Physical Diagram->Object(s) and Direct Joins and it shows my fact table linked to all my dimension tables. I then clicked-and-dragged my schema to the Business layer. I created my dimension by right-clicking on my logical tables in the Business layer and choosing Create Logical Dimension -> Dimension with Level-Based Hierarchy. This worked for all the dimensions that had only one level (a base level and a grand total level), but resulted in some odd errors when done for dimensions with more than one level. I got around these errors by manually creating these dimensions, clicking-and-dragging the logical columns in, and setting up the keys.
    Only now when I do I consistency check, I get three of the following warnings, one for each dimension that has more than one level:
    WARNINGS:
    Business Model [Business Model]:
    [39008] Logical dimension table [Logical Table] has a source [Physical Table?] that does not join to any fact source.At least, I think it is referring to the Physical Table, but changing the name of the Physical Table doesn't change the error message, though changing the Logical Table name does, so I'm not really sure what it is referring to. Here is what one looks like precisely:
    [39008] Logical dimension table Time has a source TIME that does not join to any fact source.Now, each of the three multi-level dimensions have a base level with a key that is present in the Fact Table. I can even right-click on the Fact Table on the Business Layer and go to Business Model Diagram or Physical Model Diagram and get a diagram of my fact table linked to all of its dimensions, including the three in question. Analysis made in OBIEE work so long as I don't use those three dimensions.
    Does anybody have any idea what I'm missing here?

    Thanks, it looks like the field for those three logical dimensions was left blank for some reason. So it was because the Logical Dimensions weren't joining to the Fact Table, rather than the Logical Tables?

  • 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

  • Consistency check error 38011: Logical tables from multiple subject areas..

    I received multiple 38011 errors when performing a consistency check after merging repositories:
    For example:
    Logical tables from multiple subject areas associated, OHRP and Enterprise Warehouse
    (OHRP and Enterprise Warehouse refer to different business models)
    I'm really not sure what this means, and Metalink and Google aren't turning up anything.
    Thoughts?
    -John

    John,
    Does it say anything about Assertion Failure? Also, this is straight up from help regarding import (through file menu) "Use this option when the objects you import are unrelated to objects already in the repository such as when the business model and physical layer objects do not exist. If an object of the same name and type exists, the import process overwrites the existing object with the new object. When you import objects from one repository into another, the repository from which you are importing must be consistent."
    Sometimes Merge does bring unexpected (and unwanted results) - especially if there're presentation aliases, duplicate business models, or naming conflicts. If it's not too late, I suggest you use Import,rather than Merge, also, preferably starting with a new RPD file. This would enable you to bring items piece-by-piece and hopefully would allow you to isolate the problem.
    Also, depending on the size - it's sometimes preferable to just reproduce missing part(s). I hope this is helpful.
    Also, I forgot to say - the Import is deprecated and not supported. They suggest you use Project Extract and Merge. If Merge isn't working out for you and Import isn't an option - maybe you could try Project.
    Edited by: wildmight on Mar 9, 2009 7:58 AM

  • ALE Consistency Check Msg - Permissibility of function module

    Hi,
    I'm running a consistency check (BDM5) on a ALE model and I am getting a red messaged on Permissibility of function module - Function module is not valid.  The function module does exist.  What is this msg referring to?
    Thanks,
    Nancy

    Hi Mateus,
    The systems ED1, ET1 and EP1 are JAVA systems and therefore no client number applicable. When I run a project which has only a JAVA landscape there are no error. However, with a mixed landscape i.e. ABAP and JAVA in the same project this error message occurs.
    At this point in time we have decide not to run projects with a mixed landscapes.
    I am still interested to know if it's possible to run such a project and assign to CHaRM.
    Regards,
    Latief

  • PPM generation during consistency check

    Hi,
    I am getting an error during PPM consistency check. Error message says that "Phase has no activities (message no U9 111)" and "PPM has no activities (mesage no U9 116).
    Please note that my resource and recipe are having the activities and scheduling formula. And I already activated the resources in another integration model without any message. In this case why system is giving message saying that no activities existed.
    Please help me...
    Regards,

    There was a problem in the scheduling formula. After correcting that ... problem was got resolved.

  • Repository Consistency Checker for ODI

    Hello all,
    I want to run RCC utility to check for my patch upgrade. Do i need to download RCC utility from My Oracle support or it already exist somewhere in the installation directory?
    Thanks

    Hello,
    I have a problem with the RCC.
    Java Version : j2re1.4.2_19.
    Path(includes) : C:\Program Files\Java\j2re1.4.2_19\bin.
    JDBC Oracle Driver: ojdbc14.jar
    Config Properties: OK, no problem; connection successful.
    Repository DB: Oracle 10g
    Repository DB OS: Sun Solaris 9 or Windows 2003 Server (exactly same issue)
    ODIW - ODIM user previlige: Admin ALL
    ODI Version: 10.1.3.x
    Although everything seems fine, I got an error during the repository consistency check. When I search the net for the error message I could not find anything.
    D:\ORACLEDI\diag_tools\bin>rcc.bat
    Options:
    P r e p a r i n g a R e p o s i t o r y u p g r a d e ? 1
    S e t t h e t y p e o f a n a l y z i s 2
    S e l e c t t h e M a s t e r R e p o s i t o r y c o n n e c t i o n 1
    Resetting the analyzed Models...
    Resetting the reference data...
    Analyzing the Master Repository...
    Updating the RCC data...
    Checking the structure and contents of your Repository...
    Updating the reference data...
    Building the Repository related objects...
    Reverse engineering the Repository structure...
    Verifying the Repository structure...
    Traceback (innermost last):
    File "../bin/ODI_consistency_check.py", line 2875, in ?
    File "../bin/ODI_consistency_check.py", line 2507, in run_analyze_master
    File "../bin/ODI_consistency_check.py", line 1395, in run_analyze_repository
    +>>> Master - RUN___ANALYZE_REPOSITORY failed.+
    Master - Verify Infrastructure
    java.lang.ArrayIndexOutOfBoundsException: 0 >= 0
    at java.util.Vector.elementAt(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.getBindVar(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execCollOrders(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
    at com.sunopsis.d
    D:\ORACLEDI\diag_tools\bin>
    Is this a kind of repository issue? Do RCC utility raise this error because my repository is not consistent? Hard to understand for me...
    Any help will be appretiated.
    Thanks.
    Haluk

  • The time characteristic consistency check has produced an error     DBMAN     62

    Hi
    We are getting an error while updating to one target as The time characteristic consistency check has produced an error""
    * Checked the respective PSA data field  which is fine. Dates are in correct format.
    * RSRV ran for the particular target. It had error but the jobs were successful till yesterday.
    * Data from 01.05.2014 is having the problem ( Which I got from the record number in PSA )
    NB: We are running on HANA database but the respective target is not yet HANA Optimised
    Details Figures Attached
    Any Idea.. What could  have gone wrong
    Regards
    Reshoi R

    Hi
    Record Number 2995 is shown in the figures attached.
    I have already carried out the deletion and automatic repair mentioned in RSCV061 even before posting this question but of no use ( I have shown that also in the figures attached at the posting time.
    Reporting is fine. The problem is while loading the data to the cube. The loading is fine till date 30.04.2014 but from the date 01.05.2014. The record is error while updating.
    The cube is partitioned from month 01.2008 to 12.2015.
    Regards
    Reshoi R

  • Error during currency conversion and consistency check in a sales order

    Hi Experts,
    I am facing the below error in the sales order. The sales order is having so many items. The below error is coming for few items only. I have checked the currency exchange rates also. All are maintained properly.
    Please advice me how to fix this error or which class,methods are responsible for checking the above details while saving the order.
    Thanks,
    Sri

    Hi Christophe,
    FYI
    Error during currency conversion frm &1 to &2 (date &3, ref. curr. &4)
    Message Class - CRM_CUMULATED_I
    Message No     - 013
    Error during currency conversion for &1 and &2
    Message Class - CRM_CUMULATED_I
    Message No     - 008
    Consistency check: Logical key does not match
    Message Class - CRM_CUMULATED_I
    Message No     - 011
    Thanks,
    Sri

  • Windows Server 2012 - Backup failing with Exchange - The application will not be available for recovery from this backup. the consistency check failed

    Hi
    We have a Windows 2012 server with Exchange 2013, all is working fine except now i am getting issues with the backup.
    'Exchange - The application will not be available for recovery from this backup. the consistency check failed for the component Microsoft Exchange Server'
    I have checked the database all is fine, i have created a new db and move all mailbox;s over and then removed the old db, i have enabled circular logging and then disabled it, it seems no matter what i do i cannot get a full backup!
    i did have to restore the server once and the backups still worked for about 4 days after that and then stopped, i have also tried to remove and re add the backup role!
    i am stumped, any advice would be great!

    Hi
    Ok, i created a test db and tried to back it up right away, it failed, i did not add any mailbox's to it either. i got quite a few events in the windows logs, as well as the same event above i got the following:
    Log Name:      Application
    Source:        MSExchangeRepl
    Date:          21/01/2013 10:16:30
    Event ID:      2038
    Task Category: Exchange VSS Writer
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      NERDS-DC01.nerds.local
    Description:
    Microsoft Exchange VSS Writer backup failed. No log files were truncated. Instance 75754d0d-8dfe-4909-8beb-5a4f824254a9. Database 4843b37c-7b3c-42b2-8b57-1393615c2c15.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="MSExchangeRepl" />
        <EventID Qualifiers="32772">2038</EventID>
        <Level>3</Level>
        <Task>2</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-01-21T10:16:30.000000000Z" />
        <EventRecordID>261645</EventRecordID>
        <Channel>Application</Channel>
        <Computer>NERDS-DC01.nerds.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>75754d0d-8dfe-4909-8beb-5a4f824254a9</Data>
        <Data>4843b37c-7b3c-42b2-8b57-1393615c2c15</Data>
      </EventData>
    </Event>
    AND
    Log Name:      Application
    Source:        MSExchangeRepl
    Date:          21/01/2013 10:16:30
    Event ID:      2038
    Task Category: Exchange VSS Writer
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      NERDS-DC01.nerds.local
    Description:
    Microsoft Exchange VSS Writer backup failed. No log files were truncated. Instance 75754d0d-8dfe-4909-8beb-5a4f824254a9. Database db5826f3-1029-4219-ad80-441a0e94537a.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="MSExchangeRepl" />
        <EventID Qualifiers="32772">2038</EventID>
        <Level>3</Level>
        <Task>2</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-01-21T10:16:30.000000000Z" />
        <EventRecordID>261646</EventRecordID>
        <Channel>Application</Channel>
        <Computer>NERDS-DC01.nerds.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>75754d0d-8dfe-4909-8beb-5a4f824254a9</Data>
        <Data>db5826f3-1029-4219-ad80-441a0e94537a</Data>
      </EventData>
    </Event>
    and
    Log Name:      Application
    Source:        MSExchangeRepl
    Date:          21/01/2013 10:16:30
    Event ID:      2034
    Task Category: Exchange VSS Writer
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      NERDS-DC01.nerds.local
    Description:
    The Microsoft Exchange Replication service VSS Writer (Instance 75754d0d-8dfe-4909-8beb-5a4f824254a9) failed with error FFFFFFFC when processing the backup completion event.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="MSExchangeRepl" />
        <EventID Qualifiers="49156">2034</EventID>
        <Level>2</Level>
        <Task>2</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-01-21T10:16:30.000000000Z" />
        <EventRecordID>261649</EventRecordID>
        <Channel>Application</Channel>
        <Computer>NERDS-DC01.nerds.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>75754d0d-8dfe-4909-8beb-5a4f824254a9</Data>
        <Data>FFFFFFFC</Data>
      </EventData>
    </Event>
    and
    Log Name:      Application
    Source:        SPP
    Date:          21/01/2013 10:16:30
    Event ID:      16389
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      NERDS-DC01.nerds.local
    Description:
    Writer Microsoft Exchange Writer experienced retryable error during shadow copy creation. Retrying...  More info: .
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SPP" />
        <EventID Qualifiers="0">16389</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-01-21T10:16:30.000000000Z" />
        <EventRecordID>261650</EventRecordID>
        <Channel>Application</Channel>
        <Computer>NERDS-DC01.nerds.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Microsoft Exchange Writer</Data>
        <Data>
        </Data>
        <Data>The writer experienced a transient error.  If the backup process is retried, the error may not reoccur. (0x800423F3)</Data>
        <Data>
        </Data>
        <Binary>00000000A5120000981200000000000042BEB7C511CAC619E59C92030000000000000000</Binary>
      </EventData>
    </Event>

Maybe you are looking for

  • Skipping songs automatically

    I just recently purchase a new album on the iTunes Store. It plays back perfectly on the computer, but when I play it on my iPod, it plays the first track, but then it skips all the way through to the last track which plays normally. I've tried resto

  • CS5 Project Copy disappeared!

    Hi, I am new here and Im hoping that someone can help! Working on CS5 - worked on project and sequences fine, drawing rushes from hardrives... Project file saved on desktop Saved a copy of the project to the desktop (same location as original!) Brief

  • Why can't I open some photos in iphoto 11

    when I try to open photos in iphoto 11 I get an exclamation mark

  • Ui control in insertion palette

    Hi, I am using TestStand 4.2.1, not Labview. In the help, I have read that Ui Control like ListBox or ListBar are available but they are not displayed in insertion palette. How can I display them or add them programmatically to my sequence ? Thank yo

  • Cant find KM documents

    Hi, I need to see the location of a few html files I have stores in /documents repository in KM. Please tell me the absolute path. I need it urgently and I cant find them Thanks