Level 2 Funcitionally dependent and non-compliant

I'm trying to create a dimension table, but get the following error when I try to add a dimension of the child:

CPCI PS end Analyitcs MODEL BUSINESS:
[nQSError: 15001] Could not load the navigation for CPCI PS end Analyitcs subject area.
[nQSError: 15019] Table PeopleSoft END node tree depends functionally to level level 1 hierarchy of nodes, but a more detailed level of child associated with the columns of the same table or a more detailed picture.

Here's the situation. I have a single physical table (table A), which contains the data that make up a hierarchy. This is the key of the fields: name of the node (1), (2) node levels (1 top - 9 low) and the name of the node (3). I want to create a dimension that allows me to come down from level 1 to level 9 for details of the node. Initially, I tried to put up to the drill just down from level 1 to level 2.

What I did:
(1) created two aliases Table A: 1a and 1B in the physical layer
(2) created a complex join between tables 1a and 1B, where the Parent of 1 b node name = name of 1A and 1 b = 2 node level.
(3) created a logical table and left the three fields (from above) table 1A for the logical table.
(4) in the source of the logical table, I added the table 1 b as a new table and joined it, to 1, using a left outer join
(5) added 3-column 1B to logic table
Selected (6) create the logical table size

This has created a dimension with 3 fields (6 in total) of 1A and 1B on the first level. I'm doing a consistency check on him past. However, I really want the 3 fields of 1 b to a dimension of the child.

(7) I create a child dimension and drag the 3 fields level 1 to level 2 (child level) 1.
(8) check consistency and I get the message at the top.

I don't know why I can't do that. If you can help with this problem or provide an alternative, it would be useful.

Thank you...

Hello

As I mentioned earlier your logical table key should be the level of your hierarchy. There is no need to do it as a key to the hierarchy. But we must add the lowest level. Add keys to the logical table to level down the hierarchy and checking the other things mentioned in the link provided in the previous post.

Kind regards
Sandeep

Tags: Business Intelligence

Similar Questions

  • get the program freezes and non-compliant messages and scripts.

    I use a windows 7 starter pack and I keep program freezes and unfounded messages and scripts, how do I fix these errors?

    I use Norton Antivirus and Malwarebytes Anti-malware, but I still cannot sort them

    Press Ctrl-Shift-Escape and look under the tab process to try to identify what program consumes CPU.

    However, I see that your RAM is low - so make sure that you disable that much 'Autostart' possible programs in MSCONFIG.  It is normal to have a large number of files and programs, but you want to limit how much is actually trying to run at the same time.

  • Satellite Pro 4200: ACPI BIOS non-compliant system - NTLDR is missing

    Toshiba Satellite Pro 4200 series, ACPI BIOS non-compliant system

    I have an old Toshiba Satellite Pro 4200 series, I tried to install win98 2000 and xp, but it never completes the whole upward, I get these messages;

    ACPI BIOS non-compliant system
    and
    NTLDR is missing

    I have looked for a bios update but can't find one for the 4200, can anyone help?

    Thank you

    Hello

    Have you tried to reinstall the OS using the Toshiba Recovery CD?
    "I found the troubleshooting of Microsoft on the NTLDR is missing ' error message.

    Please check this:
    http://support.Microsoft.com/kb/318728

  • the adobe flash plugin failed and none of the solutions have helped

    the adobe flash plugin failed and none of the solutions listed in the section help objects! I tried all the solutions listed, but none seem to work.

    This has happened

    Each time Firefox opened

    He started a week ago ==

    Why Flash is now so unstable in Firefox? Flash broke down indicator is now a familiar visitor (it's usually when I refresh the page isn't extremely mortal!) But... I'll have to go back to IE to check the reliability with my own sites - which are heavily dependent on flash for animation and video. What can we do? My installations of Firefox and Flash are updated. Really disappointing.

  • Boot From San host non-compliant profile

    So I just finished working through all the mistakes and customization of a new profile of the host, but I always have a problem with the host saying non-compliant. The host boots San and has a local SSD. These two discs are throwing errors of "host State does not match specification: naa:XXX of device settings need to be reset." I've completed the steps in KB 2002488, but it has not fixed the problem.

    Any help would be greatly appreciated.

    In the 'toggle the profile Configuration"under storage, expand and disable everything that has naa.xxx in it.  Here's the way mine is set up.

  • Is not Table-level logging a sine qua non for replication?

    GG version 11.2.1.0.3
    RDBMS Version: 11.2.0.3 (Source and target are the 11.2.0.3 version)
    OS: RHEL 5.4


    After the first load using expdp, experimental using GoldenGate we are replicating the LMD of 5 tables (Uni-directonal) from the source to the target.

    DB level additional logging is enabled in the source.
    SQL> select SUPPLEMENTAL_LOG_DATA_MIN from v_$database;
    
    SUPPLEME
    --------
    YES
    We have not activated level table for these tables using the ADD TRANDATA command as
    GGSCI > add trandata SCOTT.EMP
    He checked by running
    GGSCI (cbrdf2) 2> info trandata SCOTT.*
    
    
    Logging of supplemental redo log data is disabled for table SCOTT.EMP.
    
    Logging of supplemental redo log data is disabled for table SCOTT.XXX.
    
    .
    .
    But replication works without any problem. Then, is not table-level logging a sine qua non for replication?

    Only one of the logging method above is sufficient?

    Database-level logging is minimal logging necessary to capture updates to PK columns. For your INSERTIONS and deletions will get replicated, even if at the level of the array logging is not enabled.
    However, updates of non-PK columns will not be get replicated if the level table record is not enabled.

  • confusion about FK referential and non-referential

    Hi experts,

    I am still confused referential and non referential constraints foreign key, build a relationship when the foreign key in the child table attribute refers to the PK of the parent table attribute, then have the child FK table null attribute able or not... ?

    lets say, we have a parent DEPARTMENT (DPT_ID, DPT_NAME, RENTAL) table and the child table is USED (EMP_ID, EMP_NAME, SALARY, DPT_NAME, DPT_ID (FK));

    My question is what in the child table should I apply NO NULLl constraint on the attribute DPT_ID (FK)?
    and especially well developing oracle forms we do not show FK attribute on the form, means NULL is automatically inserted into DPT_ID (FK) if so, then how can we distinguish between service employees where the dpt_id (FK) = 15;
    normally, in queries, write to us
                   SELECT EMP.EMP_NAME  , DPT.DPT_NAME
                   FROM EMPLOYEE EMP , DEPARTMENT DPT
                   WHERE EMP.DPT_ID = DPT.DPT_ID;
    Here emp.dpt_id (FK) which is null in form level then this query will not return any results, and on the other hand if I apply a constraint not null on dpt_id (FK) then what is the best way for the user to enter correct dpt_id that exists in the department table (assume that there are 1000 ID of the Department)...

    Thank you

    usman_noshahi wrote:
    If the child FK table null attribute able or not... ?

    It's a question of data modeling. Does make sense for a child to exist without a parent?

    If you are modeling human relationships, for example, and you have something like

    CREATE TABLE person (
      person_id number primary key,
      mother_person_id number references person( person_id ) not null,
      father_person_id number references person( person_id )
    );
    

    It may make sense to say that the MOTHER_PERSON_ID is not nullable because we still know who is the biological mother of the child, but it makes sense that the FATHER_PERSON_ID be nullable because we will always know who is father of a child.

    >

    lets say, we have a parent DEPARTMENT (DPT_ID, DPT_NAME, RENTAL) table and the child table is USED (EMP_ID, EMP_NAME, SALARY, DPT_NAME, DPT_ID (FK));

    My question is what in the child table should I apply NO NULLl constraint on the attribute DPT_ID (FK)?

    You should if it's not supposed to exist without a Department employee. It seems unlikely that you would like to have employees who are not in a Department. But there may be something about your organization, which make it possible to have employees who are not in a Department. Maybe the CEO, for example, doesn't want to join a Department.

    and especially well developing oracle forms we do not show FK attribute on the form, means NULL is automatically inserted into DPT_ID (FK) if so, then how can we distinguish between service employees where the dpt_id (FK) = 15;
    normally, in queries, write to us

    SELECT EMP.EMP_NAME  , DPT.DPT_NAME
    FROM EMPLOYEE EMP , DEPARTMENT DPT
    WHERE EMP.DPT_ID = DPT.DPT_ID;
    

    Here emp.dpt_id (FK) which is null in form level then this query will not return any results, and on the other hand if I apply a constraint not null on dpt_id (FK) then what is the best way for the user to enter correct dpt_id that exists in the department table (assume that there are 1000 ID of the Department)...

    Why don't you show the foreign key attribute (or, realistically, the value of the foreign key in the maps as the name of the service, and not the service ID) on the form? Introduce something like a drop-down menu that displays the records and department_name would normally do the department_id from home.

    Justin

  • Compatibility between the cloud and non-nuage versions

    I'm sure that there will be no problem of compatibility between the same versions of cloud and non-cloud products. But what about the feature updates that are mentioned as an advantage of cloud products. How they affect the file format. It does not depend on whether or not I use a feature of some? These updates will be only to provide features that do not change the file format? For example: if I have version 6.0 non-cloud InDesign on one computer and 6. ? InDesign clouds with a new feature that it did not in the non-cloud version yet, can I save a file with the version of cloud and open it with the no-cloud version?

    Hi Mosaicpress,

    Files saved from creative Cloud of products versions are compatible with "framed" copies of the same program. Creative specific characteristic cloud updates will not affect the file format.

    -Dave

  • Several facts with some non-compliant sizes

    Hi, in our data mart, I have multiple fact tables. The fact of JOBS table includes the dimensions of time, employee, org and employment.

    Other fact tables include these 4 dimensions consistent basis, more specific dimensions to the fact. For example, BENEFITS includes a dimension 'plan type', etc.

    When reporting, I want counts of the fact table basic JOBS will appear always - even if other data in the report contains the dimensions of "non-compliant". For example, I would like a report listing periods of time, used account (as the result of EMPLOYMENT) and joined County employee (as a result of the BENEFITS), something like this:

    Month advantage Plan registered EMP EMP
    Jan 2009 health insurance 10 000 8 000
    Jan 2009 401 k Plan 10 000 4 000
    Jan 2009 AD & D 10 000 1 000

    When I try to produce this report, because the "benefit plan" is not a dimension linked to the JOBS data, the column of EMP comes out blank. Yes, I can add a total row to the bottm show... but I really want the 10,000 is displayed on each line (also because I want to calculate a % of the people listed on the total population).

    What is the best way to achieve this? Also, as I have 4 or 5 other tables of facts, and each of them have their own 'personal' dimensions in addition to those in line.

    Thanks in advance!
    Scott

    @ASFK

    What I was referring to was on the measure itself, not the LTS it is mapped to the content tab.

  • I downloaded this new program, and none of my music videos work. What should I do?

    I downloaded the new sierra and none of the videos of music works. What should I do?

    What have you downloaded?

  • All of a sudden I lost all my emails and none are pass, even if they are still going to my computer. I checked in settings and the e-mail address is still there. Help!

    I suddenly lost all my emails on my Ipad and none are pass, even if they are still going to my computer. I checked in settings and the e-mail address is still there. Help!

    Have you tried to delete the account and adding it back?

  • Of my horizontal scrollbar disappeared, and none of the published community solutions working - help?

    My scroll down bar (left-right) disappeared, and none of the solutions of the working community to bring it back. I tried the ' topic: Configure "approach, verified that I have the latest Firefox, tried the Safe Mode, rebooted several times, etc.

    Help would be very appreciated!

    Can you still see the search bar if you open this bar (Ctrl + F)?

    It is possible that the screen is too high and the bar scroll to fall down.

    You can check the problems caused by a corrupt localstore.rdf file.

  • I have followed closely at least six different sets of instructions to make this transfer, and none of them worked.

    At the same time, I made five new ringtones of the song of the birds and their synchronized successfully to my iPhone. Now, I did one more and I cannot get transfers, although it see the upward in my iTunes library on my iMac. It's less than 30 seconds and he appears as the correct type (ringtone). I have followed closely at least six different sets of instructions to make this transfer, and none of them worked. I am running the latest operating system, the most recent iOs and the most updated iTunes on both systems. Help, please.

    < re-titled by host >

    Hello saelon,.

    Looks like you have problems of synchronization a ringtone from iTunes on your iPhone. I know how fun it can be to create and use custom ringtones, so I can understand why you would reach for help when he's not working for you.

    To find out how to properly synchronize your ringtones to your iPhone, see the article: syncing your iPhone, iPad or iPod touch with iTunes on your computer via a USB - Apple Support

    If you still have problems of synchronization of this tone, it could be that the tone is not appear in the iTunes ringtones section and/or is not selected to synchronize. This applies specifically in numbers 4 and 5 of the article above the synchronization.

    If your custom ringtones do not appear in the "Tones" section in iTunes, it is possible that they are not in the correct format. If you do not already have, the program that we recommend for creating ringtones for your iPhone is GarageBand, it's available for iOS and Mac OS X. check the resources below for more information on this:

    GarageBand 11: Create an iPhone ringtone

    GarageBand for iOS

    GarageBand for Mac OS X

    Thank you for using communities of Apple Support.

    Have a great day!

  • Tecra A8 downgraded XP and none of the Toshiba Utilities works

    Hi all

    I just got a new Tecra A8 - it is downgraded to XP, and none of the Toshiba Utilities work (energy saving function keeys, keyboard shortcuts, etc.). When I try to reinstall - there is always an error message (missing dll or sth similar) - I tried to update the bios - couldn't - once again a missing file!

    any ideas how to solve this problem? at least the fn keys (fn key works - I see a light come on when I press - not the functions well!)

    your help, I much appreciated!

    see you soon,

    Dimitris

    Hi Dimitris

    May I ask you what Tecra A8?
    I visited the Toshiba driver page and it seems that Toshiba provide XP drivers for two different units A8 PTA83Eand PTA82E.

    You should be 100% sure that you are using the correct drivers!
    In addition, Toshiba released the Installation Instructions of the document on the page and to my knowledge it s necessary and important to follow this line of installation guide. The proper installation order is necessary!

    So take care and check again

  • HP Photosmart D5360: check ink levels HP Photosmart D5360 and use Windows 8.1

    check the ink levels HP Photosmart D5360 and use Windows 8.1; Windows 7 has a HP Solution Center but Windows 8.1 is not?

    Hi @torbay,

    By your post, I see that you have no software to verify the printer ink levels using Windows 8.1. I would like to help you today.

    I checked online and there is a software HP Photosmart full feature and driverswho should still support the printer services. If you use the old or Windows Update drivers, remove them and install the latest drivers.

    You can also download and run the print and Scan doctor, it can predict the ink levels and services available for the printer. HP printers - help print and scan the doctor for Windows to solve printer problems. Go to the section how can I use the services of diagnosis and cleaning of printer?

    If you appreciate my efforts, please click on the "Thumbs up" button below. Thank you.

Maybe you are looking for

  • Wireless not working not

    Hello Im having the same problem with a hp 15-r029na Thanks in advance PCI\VEN_10EC & DEV_8179 & SUBSYS_197D103C & REV_01PCI\VEN_10EC & DEV_8179 & SUBSYS_197D103CPCI\VEN_10EC & DEV_8179 & CC_028000PCI\VEN_10EC & DEV_8179 & CC_0280

  • Change serial number

    Can someone help me! I need to change my series of Windows and I don't know how.

  • VCA6-VTC Prep

    Hi allSlowly, coming at speed with the VMware certification tracks.I started to prepare for the exam VCA6-VTC and had a few questions below:[1] is there a hands on Lab VMware courses I can look at for the VTC track?[2] it seems to be a VMware press V

  • Nobody knows what the police?

  • eliminating duplicates except one

    DB and dev rel2 10g,Hi allsuppose I have a table with a lot of duplicate rows,what I need is to remove duplicates and keep a row of these duplicates.ascolumn - with these values...HelloHelloHelloHow to remove two (of salvation) and retain the third?A