RBAC doesn't respecting mapping

My goal is to get SCCM operators can do only these actions:
- Create New Packages and distribute them to specific collections (Collection1,Collection2)
- They mustn't distribute existing packeges to any collection except some packages and only on a collection (collection3)
- They must be able to read/view all packages, collections, etc...
For that, I've done this actions:
- Set a scope "Scope1" for all packages. New packages will be configured with default Scope.
- Create a security Role "Security Role1" that allow read all SCCM Objects
- Create a security Role "Security Role2" that allow create/delete packages and distributed them to DP
- Create a security Role "Security Role3" that allow deploy packages
I've tried several ways to do this, but not luck.
When you assign several Security Roles with Several Scopes, the final Scope is the sum of all scopes and the final security Role is the sum of all security roles, not respecting mapping

Navigate through Administration –> Security –> Administrative Users –> User
Select administrative User and click on Properties
administrative User and click on Properties and check how many roles are assigned to that user?
then Go
to “Security Scopes” and check the scope details also provide a screenshot if possible.
I've had similar problem with RBA long back and I've documented it over
here . Probably more details with screenshots would help you.
Anoop C Nair (My Blog www.AnoopCNair.com)
- Twitter @anoopmannur -
FaceBook Forum For SCCM

Similar Messages

  • Capture now doesn´t respect tc

    Why when I capture through of capture now with firewire doesn´t respect the tc of my camera?
    Thanks a lot.

    Well, if you have device control set to UNCONTROLLED DEVICE, that ignores timecode. Device Control must be set to Firewire NTSC (or Firewire PAL for Europe), or Firewire BAsic.
    Shane

  • [svn:osmf:] 11877: Fix bug FM-194: Calling seek consecutively doesn' t respect the last seek.

    Revision: 11877
    Revision: 11877
    Author:   [email protected]
    Date:     2009-11-16 17:21:29 -0800 (Mon, 16 Nov 2009)
    Log Message:
    Fix bug FM-194: Calling seek consecutively doesn't respect the last seek.  The fix is to let each subsequent seek through (previously we blocked a seek attempt if another seek attempt was underway).  Update base unit tests.  Modify ExamplePlayer's scrub bar to seek while you scrub, this is a good way to demo/test this behavior.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-194
    Modified Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/view/MainWindow.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamSeekableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/ISeekable.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/SeekableTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/traits/TestISeekable.as

  • Upgrading SQL Server from 2008 to 2012 doesn't respect existing install / instance paths

    Basic Information : Running Microsoft Windows Server 2008 with MS SQL Server 2008 (version 10.0.5869), trying to upgrade to SQL Server 2012. Currently working in a cloned
    VM of our production server (so I can try things and not worry about affecting our production system).
    Current server setup:
    C Drive: Operating System (About 7 GB of 50 GB free)
    J Drive: Program Files (About 65 GB of 78 GB free)
    F Drive: SQL Databases (About 120 GB of 195 GB free)
    Issue: I am trying to do an upgrade of our existing MS SQL Server 2008 install. I am using the GUI method, and choosing "Upgrade from SQL Server, 2005, SQL Server
    2008, or SQL Server 2008 R2" in the Setup GUI:
    All the checks & rules run with no issues. When I get to the "Instance Configuration" screen in the setup GUI, it is not respecting where my SQL Server instance is already installed (which is on the J drive). Instead it wants to install EVERYTHING
    (including Instance Directory, which should be on the F drive, and the install folder, which should be on the J drive) on the C drive under C:\Program Files\ and there is no option in the GUI to change that, as it's grayed out.
    I tried using a Configuration File to do the upgrade, but when I tried to specify the specific paths, it says those variables are not allowed to be used in an upgrade. If I allow the install to go through, it seems to install fine, but only leaves me with about
    1.5 GB free on the OS drive (Drive C) and all of SQL Server is now installed on Drive C, which is not what I want or need.
    Looking in the Registry Editor, I can see that under HKLM\SOFTWARE\Microsoft\Microsoft
    SQL Server\MSQL11.MSSQLSERVER\ that the SqlProgramDir key
    has changed from "F:\" to "C:\Program Files\Microsoft SQL Server\" and that the SQLPath and SQLDataRoot have
    changed from "F:\MSSQL10.MSSQLSERVER\MSSQL" to "C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL". SQLBinRoot has
    also been changed "F:\MSSQL10.MSSQLSERVER\MSSQL\Binn" to "C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Binn".
    It doesn't seem to want to follow where the existing Install and Instance Directories are. Am I missing something here? I've done a decent amount of research, but can't find anything that talks about this. So I'm at a loss as to what to do from here.

    I haven't touched the registry. Here is the ConfigurationFile.ini from the original install (I've scrubbed sensitive info out of it) showing the paths:
    ;SQLSERVER2008 Configuration File
    [SQLSERVER2008]
    ; Specify the Instance ID for the SQL Server features you have specified. SQL Server directory structure, registry structure, and service names will reflect the instance ID of the SQL Server instance.
    INSTANCEID="MSSQLSERVER"
    ; Specifies a Setup work flow, like INSTALL, UNINSTALL, or UPGRADE. This is a required parameter.
    ACTION="Install"
    ; Specifies features to install, uninstall, or upgrade. The list of top-level features include SQL, AS, RS, IS, and Tools. The SQL feature will install the database engine, replication, and full-text. The Tools feature will install Management Tools, Books online, Business Intelligence Development Studio, and other shared components.
    FEATURES=SQLENGINE,AS,RS,BIDS,CONN,IS,BC,SDK,BOL,SSMS,ADV_SSMS,SNAC_SDK,OCS
    ; Displays the command line parameters usage
    HELP="False"
    ; Specifies that the detailed Setup log should be piped to the console.
    INDICATEPROGRESS="False"
    ; Setup will not display any user interface.
    QUIET="False"
    ; Setup will display progress only without any user interaction.
    QUIETSIMPLE="False"
    ; Specifies that Setup should install into WOW64. This command line argument is not supported on an IA64 or a 32-bit system.
    X86="False"
    ; Specify if errors can be reported to Microsoft to improve future SQL Server releases. Specify 1 or True to enable and 0 or False to disable this feature.
    ERRORREPORTING="False"
    ; Specify the root installation directory for native shared components.
    INSTALLSHAREDDIR="J:\Program Files\Microsoft SQL Server"
    ; Specify the root installation directory for the WOW64 shared components.
    INSTALLSHAREDWOWDIR="J:\Program Files (x86)\Microsoft SQL Server"
    ; Specify the installation directory.
    INSTANCEDIR="F:"
    ; Specify that SQL Server feature usage data can be collected and sent to Microsoft. Specify 1 or True to enable and 0 or False to disable this feature.
    SQMREPORTING="False"
    ; Specify a default or named instance. MSSQLSERVER is the default instance for non-Express editions and SQLExpress for Express editions. This parameter is required when installing the SQL Server Database Engine (SQL), Analysis Services (AS), or Reporting Services (RS).
    INSTANCENAME="MSSQLSERVER"
    ; Agent account name
    AGTSVCACCOUNT="NT AUTHORITY\SYSTEM"
    ; Auto-start service after installation.
    AGTSVCSTARTUPTYPE="Automatic"
    ; Startup type for Integration Services.
    ISSVCSTARTUPTYPE="Automatic"
    ; Account for Integration Services: Domain\User or system account.
    ISSVCACCOUNT="NT AUTHORITY\SYSTEM"
    ; The name of the account that the Analysis Services service runs under.
    ASSVCACCOUNT="NT AUTHORITY\SYSTEM"
    ; Controls the service startup type setting after the service has been created.
    ASSVCSTARTUPTYPE="Automatic"
    ; The collation to be used by Analysis Services.
    ASCOLLATION="Latin1_General_CI_AS"
    ; The location for the Analysis Services data files.
    ASDATADIR="F:\MSAS10.MSSQLSERVER\OLAP\Data"
    ; The location for the Analysis Services log files.
    ASLOGDIR="F:\MSAS10.MSSQLSERVER\OLAP\Log"
    ; The location for the Analysis Services backup files.
    ASBACKUPDIR="F:\MSAS10.MSSQLSERVER\OLAP\Backup"
    ; The location for the Analysis Services temporary files.
    ASTEMPDIR="F:\MSAS10.MSSQLSERVER\OLAP\Temp"
    ; The location for the Analysis Services configuration files.
    ASCONFIGDIR="F:\MSAS10.MSSQLSERVER\OLAP\Config"
    ; Specifies whether or not the MSOLAP provider is allowed to run in process.
    ASPROVIDERMSOLAP="1"
    ; Specifies the list of administrator accounts that need to be provisioned.
    ASSYSADMINACCOUNTS=""
    ; Startup type for the SQL Server service.
    SQLSVCSTARTUPTYPE="Automatic"
    ; Level to enable FILESTREAM feature at (0, 1, 2 or 3).
    FILESTREAMLEVEL="0"
    ; Set to "1" to enable RANU for SQL Server Express.
    ENABLERANU="False"
    ; Specifies a Windows collation or an SQL collation to use for the Database Engine.
    SQLCOLLATION="SQL_Latin1_General_CP1_CI_AS"
    ; Account for SQL Server service: Domain\User or system account.
    SQLSVCACCOUNT="NT AUTHORITY\SYSTEM"
    ; Windows account(s) to provision as SQL Server system administrators.
    SQLSYSADMINACCOUNTS=""
    ; The default is Windows Authentication. Use "SQL" for Mixed Mode Authentication.
    SECURITYMODE="SQL"
    ; Provision current user as a Database Engine system administrator for SQL Server 2008 Express.
    ADDCURRENTUSERASSQLADMIN="False"
    ; Specify 0 to disable or 1 to enable the TCP/IP protocol.
    TCPENABLED="1"
    ; Specify 0 to disable or 1 to enable the Named Pipes protocol.
    NPENABLED="0"
    ; Startup type for Browser Service.
    BROWSERSVCSTARTUPTYPE="Disabled"
    ; Specifies which account the report server NT service should execute under. When omitted or when the value is empty string, the default built-in account for the current operating system.
    ; The username part of RSSVCACCOUNT is a maximum of 20 characters long and
    ; The domain part of RSSVCACCOUNT is a maximum of 254 characters long.
    RSSVCACCOUNT="NT AUTHORITY\SYSTEM"
    ; Specifies how the startup mode of the report server NT service. When
    ; Manual - Service startup is manual mode (default).
    ; Automatic - Service startup is automatic mode.
    ; Disabled - Service is disabled
    RSSVCSTARTUPTYPE="Automatic"
    ; Specifies which mode report server is installed in.
    ; Default value: “FilesOnly”
    RSINSTALLMODE="DefaultNativeMode"

  • RH project's ID doesn't work, mapping's good

    Hi all, one of the IDs in my chm file doesn't seem to work.
    The ID mapping checks out on the developer's side but when I press F1 on that particular page, my help project's default topic. I'm using 'Adobe RoboHelp 7 HTML' and importing a word document.
    Interestingly enough, I've had this problem with two specific IDs. In other words, in some chms, the bad ID may work but then a second ID, which worked fine in previous chms, would become corrupt - and the two IDs switch between themselves. In any one chm, only one topic appears corrupt.
    I've had this problem for the last 3 years or so and I've tried a number of things, like starting a new project, using an older project setup that used to work, and I've also tried importing a doc and a docx, neither works.
    I'd greatly appreciate any suggstions.
    -Steve

    Thanks for the quick response Colum,
    There are two IDs giving me problems (screenshots) and in each chm I create, one of the two stops working.
    1. SdpUpload:
    2. Job_Chain_Query
    My project's conversion options are:
    From my testing, mapping different topics hasn't helped so that leads me to think that the cause might be somehow connected with the IDs themselves, with dev's side or maybe it's something internal in my RH setup.
    I don't know how the IDs can be at fault because they switch between themselves at being corrupted.
    On the developer's end, the mapped topic correctly appears when they check these IDs' mappings in the code.
    I don't know if it's important, but the other tech writer, who works on an unrelated product and also uses RH 7, hasn't encountered this issue.
    If I'm forgetting anything, please let me know and I'll gladly send it over.
    - Steve

  • PowerDesigner doesn't respect dependencies between objects when generating script

    Good afternoon,
    I'm getting very frustrated trying to do something that should be 'by default' or easy to configure within PowerDesigner 16.5 working with a SQL Server 2008 R2 database.
    I reverse-engineered a database into a physical model for modifications and I want to generate DDL from the physical model.   I've worked around some issues including how to support SQL Server filtered indexes and a few others things. 
    However a really stupid think that I have not been able to figure out is how to have the script respect dependencies between objects in the model.   When looking at the model at the Dependencies table the dependencies seem to be in place correctly.   But when I choose the 'Generate Database...' menu item to generate a single script to create all of the objects within a database it does create them all but in alphabetical order which does not work because there are dependencies between objects (views, in particular) that requires specific views to be created in a different order depending on their dependencies.
    Most tools understand the dependencies and create a script that will work.
    How can I generate a database script from PowerDesigner that respects the dependencies between the objects (in this case between different databse views) so they get scripted out in the correct order.
    Thanks much,
    Don

    I figured this out via the use of 'Traceability Links' within the View Properties.  
    Let me tell you... the only way to set these is to create a diagram and visually link things together because working through the grid on the property pages to select additional Linked Objects is just incredibly slow and painful.   You should be able to just free-text enter Linked Object names (with the model validating them) without having to traverse the model to individually select each object.   I had a lot of dependencies and it took several hours to incorporate them all.
    I'm also disappointed that the reverse-engineering of a SQL Server database into a physical model doesn't use the sysdepends data to create 'Traceability Links' to associate dependencies between views, stored procedures, etc.   That would have saved me a lot of work.
    I know that PowerDesigner is a 'generic' product that works with several databases... but being a person that only works with a particular database (in my case SQL Server) the lack of out of the box support (filtered index reverse engineering is an example that quickly comes to mind) is frustrating.

  • Home Sharing doesn't respect Sharing Prefs in iTunes

    It might be worthwhile to note - Home Sharing *DOES NOT* respect the sharing prefs in iTunes.  When you enable Home Sharing for several computers in your household, that means all users can access ALL content in your library.
    This may not be what you are intending.
    For example in my household I have a dedicated mac mini as a media server. From it, I wanted to share movies and music to my Apple TV, as well as personal computers in the house.  I thought Home Sharing is what I wanted.
    Well, yes and no.
    I have some content on my personal desktop machine that I may not want the kids having access to - Rated R comedy albums, movies, etc.  I didn't them want to even SEE them (which parental restriction DOES allow, just not playback).  I thought setting the Sharing Preferences in iTunes would set what is available when Home Sharing is enabled. THIS IS NOT THE CASE.
    In my instance, you need to enable both iTunes Sharing AND Home Sharing on the media server and turn OFF Home Sharing on all the other computers. This will allow Apple TV to be able to access your media server (it requires Home Sharing). It will also allow other computers access your media server library.  But if you do not want to share everybody's personal libraries, DO NOT enable Home Sharing on the individual computers.
    Rule of Thumb:
    If you DO NOT have content you want to restrict from younger members of the household, then Home Sharing is the way to go.
    If you DO need to restrict content from individual machines, then use iTunes Sharing instead. (Use BOTH if you are using a centralized media server setup and/or AppleTV)
    I hope this helps anyone else running into this sort of scenario.

    Tallon321 the lack of names is a "feature" of IOS7.  In the new release they eliminated the name caption for the VIDEOS app in both the "Movies" and the "Home Sharing" views.  They did leave the captions for the new "Home Video" view (you can set the Movie Kind to "Home Video" and downloaded "Home Videos" now have their own view on your device).
    Bottom line, your options are:
    1. Add artwork (with the movie name) to each movie
    2. Change the Movie Kind to "Home Video" and download
    Note option #2 doesn't help when using Home Sharing.  Home Sharing now never shows the name caption.  I am not sure why this is considered and improvement.  To me the simplest solution would be to always display name captions for videos without artwork, regardless of which view is being presented.
    If this is an issue for you, check out this discussion. 

  • Why doesn't IOS Maps show a map any more?

    So, when I was stuck in New York city for five days last week, I wound up using the new IOS maps app for the first time, on my iphone 4.
    It worked fine for a day or two... then, for some reason, it stopped loading maps. 
    It would show a blue dot where I'm at, and little traffic warnings would appear, but no streets, no nothing.
    If I tell it to load satellite views, that works fine, but regualr maps doesn't.
    Now that I'm finally back home in LA, it's still doing the same thing.
    I've manually closed the app, and done a hard reboot on the phone, and it still does the same thing.
    Seriously, having a map app that stops working when you're stranded in a strange city with a hurricane barrelling down on you and you're trying to walk from your power-out old hotel to a new one was no fun...

    Sorry I thought you meant that you just closed (suspended) the app.  Unfortunately I haven't heard of this problem before and haven't seen and KB articles on troubleshooting maps.  If closing Maps, then restarting the phone didn't fix it, guess I would make an appointment with the genius bar at a nearby Apple store and have them take a look at it.

  • Migration Assistant doesn't respect User Templates

    Hi everyone,
    I work doing Information Technology support for a small (of about 30-40 people) communications department. We just ordered about 9 computers, and they all came with Lion.
    Some people that I work with are very change-phobic, and I've created a default user template that respects what they've been doing for a long time and includes what I need to do my job. The main things I've changed include reversing the natural scroll direction (I know, I know, I like it myself, but like I said, some people I work with are incredibly change-phobic) remote login settings, showing the Library folder, and including default login software (such as new backup software we've decided to deploy at the same time as new computer deployments). 
    I've found that creating new users on the system respects the user template:
    (found at /System/Library/User\ Template/English.lproj/Library/Preferences/).
    But when I migrate users (either choosing to migrate settings, or not migrate settings), it doesn't matter, as the OS defaults back to not including the new login software and reverting scroll direction.
    I can't hold off much longer in deploying these computers, but I know that I'll immediatly get a lot of requests about how to put settings back to the way they were.
    Is there a way to have Migration Assistant respect the default user template (when not migrating settings)?
    Best,
    Allen

    Hi John,
    While your link was certainly informative, it isn't really addressing my problem, though I appreciate your response.
    I don't know if this may interest you, but you can force the Setup Assistant to run without reinstalling Lion. Just boot into single user mode (command+s), then remove this file:
    rm /var/db/.AppleSetupDone
    You see, your mac, upon every boot, checks to see if that file is present. Its not really even a file that holds any information (its just a file named .AppleSetupDone). If the file is not present, your computer will run the "first-run wizard," or Setup Assistant.
    It's also a trick you can use if you don't have an administrative account on a computer.
    Anyway, I'm still hoping I can get answers about why migration assistant refuses to respect the defaults I've set at:
    /System/Library/User\ Template/English.lproj/Library/Preferences/
    Best, and thanks again,
    Allen

  • Spotlight doesn't suggest Maps location

    Hi all,
    I recently updated to Yosemite, and spotlight doesn't seem to work as expected. I enabled location services for spotlight, but still I don't get any suggestions for locations... Any help or suggestions?
    Thanks.

    Yep, the location is shown is Maps, and even when I search for anything from spotlight, the location symbole appears on the top bar
    But nothing is shown in the suggestions...

  • Software install in Windows 7 doesn't see mapped drives

    I've looked through the related topics that came up when I started to write this, but I am not sure they answer my questions fully.
    I am trying to install software on a Windows 7 box as the Administrator. My mapped drives are fine, I can see them and they are not dropping off to the middle of nowhere. What is happening though is that when I attempt to install software, the only thing
    that is showing is my local drives, not my networked drives. My work around so far is do it via UNC.
    Is there an easy fix for this or do I have to continue with my workaround of doing installs via UNC?

    Hi,
    I would like to confirm that does this issue occur on all the software you tried to install?
    You may try to
    disable User Account Control (UAC) to test the issue.
    If it does not work, I also would like to suggest you enable NetBIOS to test the issue.
    1. Click "Start", input "NCPA.CPL" (without quotation marks) and press Enter.
    2. Right click on the connection that you use for the local connection, and then click "Properties".
    3. Click Continue button to verify the administrator permission.
    4. Click to select "Internet Protocol Version 4 (TCP/IPv4)", and then click "Properties".
    5. Click "Advanced" button in the open window. On the "WINS" tab, click to select "Enable NetBIOS over TCP/IP", and then click "OK" to save the setting.
    If the issue persists, I also would like to suggest you disable the antivirus program and test the issue in
    Clean Boot.
    What is the result?
    Regards,
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Help Urgent! RowIterator retrieval doesn't respect the order by clause.

    Hi,
    Jdev 10.2.2
    I'm using the RowIterator (source iterator) through a defined association to create rows in a destination RowIterator.
    The creation of those rows must respect the order clause defined for the ViewObject => source Iterator.
    I noticed that when I retrieve the rows through the RowIterator, the order clause is not respected?
    Example of implementation:
    Pre-defined weight levels for a postal tariff:
    Product A:
    From weight To weight
    0 - 10
    10 - 20
    The user will have enter a price for each level.
    I pre-create those rows so that only the price will have to be entered.
    As you see the order of display/creation is important.
    I there a way to make the RowIterator respect the Order Clause defined for the ViewObject?
    I am a bit worried, please tell it's not the default behaviour!
    Thanks
    Frederic
    For info my code:
    RowIterator deliveryWeightIt = weightGroupImpl.getDeliveryWeightAssoc(); // source rows
    if (deliveryWeightIt == null)
    throw new JboException(getClass().getName()+".setWeightGroupId Detail row generation,. System error. DeliveryWeightAssoc is null.");
    deliveryWeightIt.first();
    Row currentDeliveryRow = deliveryWeightIt.getCurrentRow();
    Row newPostalDetail = null;
    try
    while (currentDeliveryRow != null)
    newPostalDetail = postalDetailIt.createRow();
    SequenceImpl s = new SequenceImpl("SITE_POSTAL_REL_SEQ", getDBTransaction());
    Number newSeq = s.getSequenceNumber();
    System.out.println("numberOfGeneratedRows: "+numberOfGeneratedRows+", newSeq: "+newSeq+", FROMWEIGHT: "+currentDeliveryRow.getAttribute(DeliveryWeightImpl.FROMWEIGHT)); newPostalDetail.setAttribute(PostalDetailImpl.FROMWEIGHT,currentDeliveryRow.getAttribute(DeliveryWeightImpl.FROMWEIGHT));
    newPostalDetail.setAttribute(PostalDetailImpl.TOWEIGHT,currentDeliveryRow.getAttribute(DeliveryWeightImpl.TOWEIGHT));
    postalDetailIt.insertRow(newPostalDetail);
    numberOfGeneratedRows++;
    currentDeliveryRow = deliveryWeightIt.next();

    Ok I think I found my mystake.
    I was using the entity association instead of using a view link.
    I avoid using links because I encountered Class Cast exception => similar to thread 10.1.2: view Link accessors in entity object return ViewRow ??????
    Will there be patch available soon?
    Regards
    Frederic

  • OBIEE: Incorrectly defined logical table source doesn't contain mapping

    In OBIEE 10.1.3.2 I have a very simple thing but cannot get it to work. Hopefully someone can point out the mistake. I have the same schema on two different database that I want to compare data.
    The schema is simple. Table (dimension) A has two columns: id and name. Table (Fact) B has two columns: id and value. Table B.id is a foreign key to A. I imported two database schema into the physical layer and for each database, I built the foreign key relationship between table A and B. In the logical layer, I have two logic tables, one to represent A (Dimension) and the other B (Fact) with a logical join. Each logical table has two data sources. For the dimension tables, both id and name columns have two sources. For the fact table, the id has two sources and for the value, I created two separate columns, one called value1 and the other value2 with one from one database's B table's value column and the other from another database's B table's value. They then were made available at presentation layer.
    Now in the Anwser, I can build a query with id from dimension and value1 from fact; it displayed fine. Same with a query with id from dimension and value2 from fact, it displayed fine. However, if the query is id, value1 and value2, I got the following error
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 15018] Incorrectly defined logical table source (for fact table B) does not contain mapping for [B.value1 [ ] , B.value2 [ ] ]. (HY000)
    Is there something I have to do additional to make both values appearing the same time.?
    Thanks for your help
    Ralph

    Hi, Siddhartha P
    I don't think I understand your information. I couldn't find connection pool at the business mapping layer. I only see it in the physical layer. Do you mean to do the mapping at the logical source table? That's only places I see any mappings and I don't see complex join there (only inner join, left outer, right outer and full outer) What mappings should I need to create between table B (fact table) of database 1 and table B (fact table) of database 2. I thought they don't have any relationship other than join through a dimension table which has columns that map to both table A (dimension table) of database 1 and 2. Then the logical fact table has 3 columns, one is id (to join to Dimension table) with two mappings (one to table B of database 1 and one to table B of database 2) and one column value1 which maps only to table B's value of database 1 and another column value2 maps to table B's value of database 2. That seems to be done correctly because I can pick column id and value1 or column id and value2 and have them displayed correctly but not all 3. I thought if it can display the two separately correctly, they should be able to display all 3. no?
    I am not getting any inconsistency error.
    There must be something I still don't understand. If you don't mind give me a little more direction, that would be great.
    Thanks
    Ralph

  • Idm-Vaau Rbac role creations and mapping

    Hi All,
    I'm working on the integration between Idm and Vaau's Rbacx (role based access control) tool for role creation and provisioning...I've imported the spml.xml and SPMLGetObjectsform.xml into Idm for the SPML calls between Rbacx and Idm.
    The challenge I'm facing is mapping the attributes of Rbacx roles to enable the attributes to be populated in Idm...I'm able to export roles into Idm, but they are not populating with any attributes eg. resource type, resource attribute etc. I'm uncertain as to where I have to map these properties and do any customization for this to work. I would appreciate if anyone who has worked on this or know how to do this, to pls give me some pointers/share your experience. I don't have any documentation to refer to and am doing everything on trial and error basis.
    Any help is greatly appreciated!
    Thank you.

    Hi newbie,
    Were you able to solve this issue? I am facing the same problem while assigning resource attributes for a created role using a custom workflow.
    This is where I set the resource attributes in my workflow:
    <Action id='1'>
    <expression>
         <block trace='true'>
         <set><ref>role</ref><s>assignedResources[AD].attributes[AD Groups].valueType</s><ref>ADGroupsValueType</ref></set>
         <set><ref>role</ref><s>assignedResources[AD].attributes[AD Groups].requirement</s><ref>ADGroupsRequirement</ref></set>
         <append><ref>role</ref><s>assignedResources[AD].attributes[AD Groups].value</s><ref>ADGroupsValue</ref></append>
         </block>
    </expression>
    </Action>
    where <ref>ADGroupsValue</ref> contains the attribute value.
    thanks,
    Lokesh

  • Why doesn't the Map module work with Lightroom 5.6 on OSX Yosemite?

    Since upgrading to OSX Yosemite the Map module won't display the roads or satellite images with Lightroom 5.6.  Sometimes it will download a small portion of the imagery but then it just displays the message "No imagery available".  If I try and zoom in all I get is a blank view.
    It's nothing to do with my internet connection as Google Maps in Safari comes up instantly.

    Adobe acknowledged this problem some months ago in the official Adobe feedback forum, but it still hasn't been addressed:
    Lightroom: Issue with Map module in OS X 10.10 (Yosemite)
    Please add your vote and opinion to that topic.

Maybe you are looking for

  • How do you add multiple filters to an arrayCollection?

    hey guys... so i have three checkboxes and when i click one of them i need to filter out my array collection according to which ones are clicked I have the filter function working partially, but when i select multiple checkboxes i dont see anything i

  • SQL Developer Problems and Feature Requests

    I’m in the process of comparing TOAD to SQL Developer and noticed the following bugs/features in SQL Developer: 1. An error message is correctly displayed when a database password has expired, but there isn’t a way to go back into the database and ch

  • What is the concept behind using table PA0002 and structure p0002.

    Hi, What is the concept behind using table PA0002 and structure p0002. Many times, I have seen Looping at structure e.g. p0002, p0006 etc. and data is processed and also seen Looping at table PA0002, PA0006 etc. with further appropriate subtypes if a

  • Embed the JRE while creating exe file

    I am using jar2exe software to create the exe file from the jar file. The exe is created successfully using this software. However it requires the JRE should be present on the machine where we are going to install the software. Is there any body who

  • Can my ipod be saved?

    My ipod recently quit working and just flashed and made clicking noises until it ran out of power...now I can't get it to do anything.  It won't even show up in my computer anywhere.  Help?!  It's not covered anymore..