Multiple BP relationships

Hi gurus,
I need help on the foll issue -
We are on SRM 5.0  having HR replication from ECC 6.0. Recently  few users changed position. When these were replicated from back end, an additional 'Is Employee of ' relationship was created for new org unit. The problem is that earlier relationship did not get deleted. Thus we have multiple BP relationships for these users. As I understand ( and also mentioned in few threads) , we should have only 1 BP-BP relationship ( 'Is employee of').
I have gone through most of the relevant threads  on this forum as well as OSS notes, but could not get an accurate resolution.
Please help at the earliest,
Regards,
SB

Hi Satish,
Thx for your reply.   It is not possible to delete relationships in SRM as we have HR replication active.
Could you please specify how we can delete relationships in ECC- T code/prog?
also we do not want any new BPs to be created.
regds,
SB

Similar Messages

  • Multiple referenced relationships over the same intermediate dimension - generated processing query

    Hi, I know the title is a bit confusing so let me try to explain it:
    I have added 3 new dimensions do the AdventureWorks cube - RefA, RefB and RefC:
    They are all related to the DimReseller table, and finally, to the FactResellerSales table. In the dimension usage chart, you can see that there are 4 referenced relationships using the Reseller dimension as the intermediate dimension. The Geography
    was the existing one, and the other 3 were added.
    Now, if I process a partition from the Reseller Sales measure group, the Profiler catches this generated query on the server:
    SELECT [dbo_FactResellerSales].[dbo_FactResellerSalesSalesAmount0_0] AS [dbo_FactResellerSalesSalesAmount0_0]
    ,[dbo_FactResellerSales].[dbo_FactResellerSalesOrderQuantity0_1] AS [dbo_FactResellerSalesOrderQuantity0_1]
    ,[dbo_FactResellerSales].[dbo_FactResellerSalesExtendedAmount0_2] AS [dbo_FactResellerSalesExtendedAmount0_2]
    ,[dbo_FactResellerSales].[dbo_FactResellerSalesTaxAmt0_3] AS [dbo_FactResellerSalesTaxAmt0_3]
    ,[dbo_FactResellerSales].[dbo_FactResellerSalesFreight0_4] AS [dbo_FactResellerSalesFreight0_4]
    ,[dbo_FactResellerSales].[dbo_FactResellerSalesDiscountAmount0_5] AS [dbo_FactResellerSalesDiscountAmount0_5]
    ,[dbo_FactResellerSales].[dbo_FactResellerSalesUnitPrice0_6] AS [dbo_FactResellerSalesUnitPrice0_6]
    ,[dbo_FactResellerSales].[dbo_FactResellerSalesUnitPriceDiscountPct0_7] AS [dbo_FactResellerSalesUnitPriceDiscountPct0_7]
    ,[dbo_FactResellerSales].[dbo_FactResellerSalesTotalProductCost0_8] AS [dbo_FactResellerSalesTotalProductCost0_8]
    ,[dbo_FactResellerSales].[dbo_FactResellerSalesProductStandardCost0_9] AS [dbo_FactResellerSalesProductStandardCost0_9]
    ,[dbo_FactResellerSales].[dbo_FactResellerSales0_10] AS [dbo_FactResellerSales0_10]
    ,[dbo_FactResellerSales].[dbo_FactResellerSalesEmployeeKey0_11] AS [dbo_FactResellerSalesEmployeeKey0_11]
    ,[dbo_FactResellerSales].[dbo_FactResellerSalesPromotionKey0_12] AS [dbo_FactResellerSalesPromotionKey0_12]
    ,[dbo_FactResellerSales].[dbo_FactResellerSalesSalesTerritoryKey0_13] AS [dbo_FactResellerSalesSalesTerritoryKey0_13]
    ,[dbo_FactResellerSales].[dbo_FactResellerSalesResellerKey0_14] AS [dbo_FactResellerSalesResellerKey0_14]
    ,[dbo_FactResellerSales].[dbo_FactResellerSalesProductKey0_15] AS [dbo_FactResellerSalesProductKey0_15]
    ,[dbo_FactResellerSales].[dbo_FactResellerSalesCurrencyKey0_16] AS [dbo_FactResellerSalesCurrencyKey0_16]
    ,[dbo_FactResellerSales].[dbo_FactResellerSalesOrderDateKey0_17] AS [dbo_FactResellerSalesOrderDateKey0_17]
    ,[dbo_FactResellerSales].[dbo_FactResellerSalesShipDateKey0_18] AS [dbo_FactResellerSalesShipDateKey0_18]
    ,[dbo_FactResellerSales].[dbo_FactResellerSalesDueDateKey0_19] AS [dbo_FactResellerSalesDueDateKey0_19]
    ,[dbo_DimReseller_6].[GeographyKey] AS [dbo_DimResellerGeographyKey5_0] -- 1
    ,[dbo_DimReseller_22].[RefAKey] AS [dbo_DimResellerRefAKey7_0] -- 2
    ,[dbo_DimReseller_23].[RefBKey] AS [dbo_DimResellerRefBKey9_0] -- 3
    ,[dbo_DimReseller_24].[RefCKey] AS [dbo_DimResellerRefCKey11_0] -- 4
    FROM (
    SELECT [SalesAmount] AS [dbo_FactResellerSalesSalesAmount0_0]
    ,[OrderQuantity] AS [dbo_FactResellerSalesOrderQuantity0_1]
    ,[ExtendedAmount] AS [dbo_FactResellerSalesExtendedAmount0_2]
    ,[TaxAmt] AS [dbo_FactResellerSalesTaxAmt0_3]
    ,[Freight] AS [dbo_FactResellerSalesFreight0_4]
    ,[DiscountAmount] AS [dbo_FactResellerSalesDiscountAmount0_5]
    ,[UnitPrice] AS [dbo_FactResellerSalesUnitPrice0_6]
    ,[UnitPriceDiscountPct] AS [dbo_FactResellerSalesUnitPriceDiscountPct0_7]
    ,[TotalProductCost] AS [dbo_FactResellerSalesTotalProductCost0_8]
    ,[ProductStandardCost] AS [dbo_FactResellerSalesProductStandardCost0_9]
    ,1 AS [dbo_FactResellerSales0_10]
    ,[EmployeeKey] AS [dbo_FactResellerSalesEmployeeKey0_11]
    ,[PromotionKey] AS [dbo_FactResellerSalesPromotionKey0_12]
    ,[SalesTerritoryKey] AS [dbo_FactResellerSalesSalesTerritoryKey0_13]
    ,[ResellerKey] AS [dbo_FactResellerSalesResellerKey0_14]
    ,[ProductKey] AS [dbo_FactResellerSalesProductKey0_15]
    ,[CurrencyKey] AS [dbo_FactResellerSalesCurrencyKey0_16]
    ,[OrderDateKey] AS [dbo_FactResellerSalesOrderDateKey0_17]
    ,[ShipDateKey] AS [dbo_FactResellerSalesShipDateKey0_18]
    ,[DueDateKey] AS [dbo_FactResellerSalesDueDateKey0_19]
    FROM (
    SELECT [dbo].[FactResellerSales].[ProductKey]
    ,[dbo].[FactResellerSales].[OrderDateKey]
    ,[dbo].[FactResellerSales].[DueDateKey]
    ,[dbo].[FactResellerSales].[ShipDateKey]
    ,[dbo].[FactResellerSales].[ResellerKey]
    ,[dbo].[FactResellerSales].[EmployeeKey]
    ,[dbo].[FactResellerSales].[PromotionKey]
    ,[dbo].[FactResellerSales].[CurrencyKey]
    ,[dbo].[FactResellerSales].[SalesTerritoryKey]
    ,[dbo].[FactResellerSales].[SalesOrderNumber]
    ,[dbo].[FactResellerSales].[SalesOrderLineNumber]
    ,[dbo].[FactResellerSales].[RevisionNumber]
    ,[dbo].[FactResellerSales].[OrderQuantity]
    ,[dbo].[FactResellerSales].[UnitPrice]
    ,[dbo].[FactResellerSales].[ExtendedAmount]
    ,[dbo].[FactResellerSales].[UnitPriceDiscountPct]
    ,[dbo].[FactResellerSales].[DiscountAmount]
    ,[dbo].[FactResellerSales].[ProductStandardCost]
    ,[dbo].[FactResellerSales].[TotalProductCost]
    ,[dbo].[FactResellerSales].[SalesAmount]
    ,[dbo].[FactResellerSales].[TaxAmt]
    ,[dbo].[FactResellerSales].[Freight]
    ,[dbo].[FactResellerSales].[CarrierTrackingNumber]
    ,[dbo].[FactResellerSales].[CustomerPONumber]
    FROM [dbo].[FactResellerSales]
    WHERE OrderDateKey >= '20080101'
    AND OrderDateKey <= '20081231'
    ) AS [FactResellerSales]
    ) AS [dbo_FactResellerSales]
    /*** One JOIN per Referenced Relationship ***/
    ,[dbo].[DimReseller] AS [dbo_DimReseller_6] -- 1
    ,[dbo].[DimReseller] AS [dbo_DimReseller_22] -- 2
    ,[dbo].[DimReseller] AS [dbo_DimReseller_23] -- 3
    ,[dbo].[DimReseller] AS [dbo_DimReseller_24] -- 4
    WHERE (
    ([dbo_FactResellerSales].[dbo_FactResellerSalesResellerKey0_14] = [dbo_DimReseller_6].[ResellerKey]) -- 1
    AND ([dbo_FactResellerSales].[dbo_FactResellerSalesResellerKey0_14] = [dbo_DimReseller_22].[ResellerKey]) -- 2
    AND ([dbo_FactResellerSales].[dbo_FactResellerSalesResellerKey0_14] = [dbo_DimReseller_23].[ResellerKey]) -- 3
    AND ([dbo_FactResellerSales].[dbo_FactResellerSalesResellerKey0_14] = [dbo_DimReseller_24].[ResellerKey]) -- 4
    As you can see in the comments, the generated query contains 1 join on the referenced table
    per referenced relationship. This can slow down the processing if both the Fact table and the Referenced Dimension table are big (and they usually are, otherwise the design would be different). The thing is, all 4 tables are filtered in the
    WHERE clause on the same condition, which makes perfect sense. This leads to the conclusion that all 4 columns could have been read from a single join.
    I was quite surprised by this kind of query generation and I can't seem to find a reason why this would be so, or how it could be avoided. Naturally, the RefAKey, RefBKey, RefCKey columns could be added to the Fact table, eliminating the need for referenced
    relationships, but this would add 3*4 bytes per row to the Fact table. The Fact table in my real example contains around 3 billion rows, so adding extra bytes is painful. (Yes, it's partitioned but still ... )
    The referenced relationships could also be "dematerialized" by removing the famous Materialize check in the relationship settings. Then again, this would issue a join to the referenced tables at query time, slowing down the query.
    Has anyone been profiling processing queries like this one and stopped to think about it?

    I don't believe it's on the Essbase side, as it uses a fairly standard API to allow string input to such things, and it's limitation is well beyond 512 chars even for a direct formula input.<BR><BR>I instead suspect that a carriage return/line feed is being inserted by the ODBC driver as part of it's output formatting, and this is causing the API to consider the input record "completed." I could be wrong, of course, but if you examine the Memo field closely, you may find the formatting to have migrated to the Access database, and even if not, you are still using ODBC to access it on the output side, so we're back to the same issue.<BR><BR>Perhaps it really is an issue related to the ODBC drivers in Essbase, but it's not unique to dim build, to formulas, or Essbase for that matter. Allowing a single field to <i>output</i> more than 512 chars in a single field is where I believe you will find the real issue.<BR><BR>Again, we need an ODBC expert to weigh in on this. <img src="i/expressions/face-icon-small-smile.gif" border="0"><BR>

  • One to many relationships

    Hi I have a big problem :)
    I want to use one to many relationships.
    One yable with primary key, foreign key view_id. The second table on the many side with primary key view_id and another primary key.
    The problem is that ejbc gives the followin error:
    " [java] In relationship 'ViewType-SView', role 'ViewType-Has-SView', a weblogic-relationship-role element contains the wrong number of column mappings. A single column mapping must be given for each primary key column in the bean referenced by the mapping."
    And that makes no sense for me. Any ideas?

    weblogic-relationship-role element column mappings should be the same as defined in
    <ejb-relationship-role>
    <multiplicity></multiplicity>
    </ejb-relationship-role>
    Erno wrote:
    Hi I have a big problem :)
    I want to use one to many relationships.
    One yable with primary key, foreign key view_id. The second table on the many side with primary key view_id and another primary key.
    The problem is that ejbc gives the followin error:
    " [java] In relationship 'ViewType-SView', role 'ViewType-Has-SView', a weblogic-relationship-role element contains the wrong number of column mappings. A single column mapping must be given for each primary key column in the bean referenced by the mapping."
    And that makes no sense for me. Any ideas?

  • Group by reports

    Hi
    I am using Oracle Reoprts 6i. I have a report where I need to
    group by using a single parent, multiple child relationship. For
    example, taking Employee number as the single parent and
    employee&#8217;s children&#8217;s names and the projects in which he has
    worked as the child records of employee number. I am not able to
    achieve this tree structure. i am trying to use a Group left
    report format. Can u pls help.
    Thanks in advance.
    Prabhu S

    hi all,
    my problem is solved now...heres what i was suggested by monica
    from oracle corp..tx monica.. i hope this mite be useful for
    others too.
    cheers,
    prabhu.
    Hello,
    Lets say you have three tables -
    Parent - ( A primary key)
    Child1 - ( B foreign key references Parent(A))
    Child2 - ( C foreign key references Parent(A))
    and B and C are not related.
    Create three queries in the data model -
    Q_1 - Parent which will create group G_Parent
    Q_2 - Child1 which will create group G_Child1
    Q_3 - Child2 which will create group G_Child2
    Create two data links -
    One from G_Parent(A) to G_child1(B)
    Other from G_Parent(A) to G_child2(C)
    In the layout -
    Select type as Group Left.
    Select the groups G_A,G_B,G_C to display down.
    Select the fields to display.
    Select template and run report.
    This will give you the desired result.
    Regards,
    Monica Samuel

  • Programmatically Controlling tab disclosure

    Hi ,
    I have master-multiple child relationship. In the jsf page master is displayed as Table and the children are displayed in tabs(2 tabs) below the table.
    I am using af:panelTabbed -> af:showdetail item to achieve this.
    When the user enter data to one of the child (say child1) and tires to click on the second child tab I have to force the user to save the data before moving to another child.
    To achieve this I need to know the tab name and control the disclosure of the second tab.
    How to achieve this?
    Thanks
    Ajay

    The disclosure event is for each tab , so this will not tell me the state of the tabs if i am moving from tab1 to tab2--
    like tab1 disclosed=false and tab2 disclosed=true.
    I saw the UIShell pattren and there is TabContext method which gives the context,
    is there anything similar for paneltabbed from where i can get tab states of all in the paneltabbed children.
    Thanks
    Ajay

  • Changing country and you get locked out of your iTunes account?

    Hi All,
    Can anyone help? I've sadly got nowhere with Apple sending just a cut and paste process that I've tried (and which fails to understand the point)
    I have n itunes account set up in the UK. I've moved myself and my UK bank account address to the US and yet whatever I do I get the usual "your bank account number is no t a vlid bank account number" etc
    - Applecare say this is a common problem for expats and they cant help try the iTunes helpdesk
    - Itunes helpdesk is just an email address from cut and paste people who dont reply to specific problems (and customers)
    1. I dont want or see the need to change bank accounts just to continue my custom with Apple.
    2. As I am a UK ITunes customer. I HAVE to enter  a UK postcode  but I cant because my UK bank account is (of course) now a US ZIP code
    3. I shouldn't have to add a new (and unnecessarily confusing and tedious)  second iTunes account even if I *can* have "up to five accounts per device" - I have several Macs/Mac books, iPhones etc and I really dont want to turn what should be a simple financial relationship into a messy multiple account relationship. (I love Apple, believe it or not, so if Amazon can do it all with a single account and multiple devices (UK *OR* US) then so can Apple who are genyine experts in inventory management (since 1997)
    (its a case of I'm ****** if I do and ****** if I dont)
    Any suggestions most welcome - I'm getting increasingly fed up that I cannot install apps on the iphone (or even update them!!) and add to that the fact that now I cant download apps via the fancy-schmancy appstore on my Macbook pro 2011 because... yes you guessed it, I'm stuck with the same iTunes store question (Before replying please see point 1 above before suggesting point 1) <wink>
    Dom
    OSX 10.6.8.
    Itunes - latest version
    app stiore - latest version
    <Edited by Host>

    Just to let you know that I DIDNT swear in the last post. It was bleeped for using non offensive language. Just letting you know. (And @moderator this subnote isnt "off topic", its just letting colleagues know I'm not in the habit of swearing - something that the search and replace word-bot actaully makes it look worse than it is!!)
    Many thanks - please dont delet this footnote (again)
    Dom

  • Map translation and ECXpert Performance

    Hi All,
    We have noticed translation of large document adversely affecting the performance of ECXpert and it is very resource hungry.
    To give an idea we are running ECXpert3.6 on an SUNW,Ultra-250 server with 2 processors and 2G memory.
    The CPU utilisation is around 90% for processing a document containing 175,00 records each record size being 55 chracters.Translation takes around 10mins.Map is configured to run using file system instead of memory.
    The performance gets worse if multible large batches are processed simultaneously.
    We would like to know your experience with processing large batches,Whats the best practice? Anything can be done to tune map/ECXpert server process,hardware upgrade etc ..
    Thanks in advance.

    Version 3.6.2 provided the ability to use memory for workfiles; previous versions had the flag in the ini file, but because of a bug, did not set the option correctly. This has made as much as a 2x difference in translation speed...
    What is needed is to know the form of your data, whether only 1 document type (transaction type, meaning that only one map is needed) is present in the file to be processed. In other words, do you require parse in your service list to properly join multiple trading relationships (and maps and transport types) to the incoming file? If yes, then you are doing about the best that you can do. If not, let me know and you may be able to set translation at the file level which can gain several orders of magnitude in performance. Please describe your service list, and more about the type of data being processed...
    Regards,
    Kent

  • MS Access equivalent for Mac

    Hi there,
    Does anyone know if there is a decent MS Access equivalent for Mac ... and please do not say FileMaker as it has a different interface and table management logic that I do not really understand (Is it good enough to make it worth trying to learn?)
    If there is something that works like access (queries, multiple tables, relationships etc.) I would be very happy to take a look at it.
    Cheers

    Hi,
    start from here:
    http://guide.apple.com/
    and search Software>Productivity and Utilities>Database and similar items
    But remember: Filemaker IS the database for Mac and it is FAR better than Access.

  • How can I upload multiple files in a master detail relationship?

    I would like to be able to upload several files for one record (a one to many relationship). I tried using a master detail form, but the tabular form does not support file browse. I've searched the forum and found several examples asking how to upload multiple files at once. That is not what I'm trying to do. I simply want the user to browse, select a file, provide a file name and description. Then select the next file. When they are done selecting files (it may be one file or many files) I want them to hit the submit button and I'll run a procedure that saves the files to the database.
    How can I do this? Thanks, you guys are the best. Elizabeth

    Elizabeth,
    I had this situation come up once and here's what I did, thought it may not be exactly what you're looking for.
    I created a collection to store the ID's of the files that had been uploaded, along with the key and other information. The file browse input will upload your files into the wwv_flow_files table on submit. I was storing the documents in another application table.
    The after submit process grabs the id from wwv_flow_files where the name is = to your file input.
    After you add that ID and your associated master key in the collection, your final submit process fetches the files from wwv_flow_files and inserts them into your own table.
    I can put an example on apex.oracle.com if that would be helpful.
    Thanks,
    Jeff

  • Assign multiple relationships at once

    Hi everyone...I am working in Primavera P6 Project Management Release: 7.0 Service Pack 3 (Build #: 00033036)
    When trying to assign multiple relationships at once, my computer will not allow me to capture multiple activities that have been assigned as either a predecessor or successor. I can highlight them, but when I click the assign button they all briefly flash as being captured then the assignment only shows the first activity in my complete schedule?
    I am able to log into a co-workers machine with my credentials and perform this task, but not on my machine. Do you have any suggestions?
    Thanks

    Hello,
    I assume this is all in the same project? It sounds like your project profile security settings could be different than your co-workers. I would see if there is a conflict between your settings from the admin perspective.
    Check these two lines in project security profile.
    Edit Project Activity
    Relationships
    Create, edit, and delete a project’s activity
    relationships.
    Add/Edit Project
    Activities Except
    Relationships
    Create and edit a project’s activity information, except
    activity relationships. To edit activity IDs, a user must
    also be granted the Edit Activity ID project privilege.

  • Display of relationships between nodes of multiple trees

    Hello,
    I am trying to develop a gui to display the relationship between multiple trees.
    Tree1:------|---------------Tree2:----------------|--------Tree3:
    ------------|-------------------------------------|--------------
    Root -------|----------------Root-----------------|--------Root
    ---Leaf1----|--------------------Node1------------|-----------LeafA
    ---Leaf2----|-----------------------Leaf11--------|-----------LeafB
    ---Leaf3----|-----------------------Leaf12--------|-----------LeafC
    ---Leaf4----|--------------------Node2
    ------------|-----------------------Leaf21
    ------------|-----------------------Leaf22
    (The hyphens do not signifiy relationships, they are put there because the
    preview takes away the blanks. The | characters are intended to act as separators
    between adjacent trees.)
    All the trees are scrollable and have been added to three different scrollpanes
    and are displayed on a window. The relationships can only be between leaves
    of the trees.
    The only way I can figure out to show such relationships is by drawing lines
    e.g. a line from Tree1.Leaf1 to Tree2.Leaf21 etc. Users may define relationships
    by drawing lines from one tree node to another by dragging the mouse.
    The lines may criss cross and there might be a lot of lines etc.
    I would like to know about alternative ways to show such relationships on the
    screen in a neater way.
    I would also like a way to make lines "full fledged objects" e.g. they will get mouse
    events such that actions can be triggered by double clicking or right clicking on a
    line.
    I would appreciate your help in this very much.
    Best Regards,
    Sandeepan

    Joop Eggen and deriderj, thank you for your replies.
    However, the JGraph framework is available only on Jsdk 1.4 and not on Jsdk 1.3.
    I saw an item in the FAQ about the possibility of porting JGraph to 1.3 but there were
    no links on the site for this.
    I need to use Jsdk 1.3 as Jsdk1.4 is unsuported by the vendor of one of the tools that I need
    to use and they do not have any plans to support 1.4 in the near future.
    I would appreciate the forum's help in pointing out JGraph like functionality in Jsdk1.3 via some other API or maybe knowledge about whether someone has ported JGraph to Jsdk 1.3
    Regards,
    Sandeepan

  • Multiple relationships between 2 tables in report model

    if i have 2 relationships between the same two tables. how do i use one over the other?
    for example, i have 2 tables order and ordeDate table , with the definition of:
    order table:
    orderid int,
    qty int,
    orderdate date)
    and orderDate table:
    (id int,
    endOfDay date,
    endOfMonth date)
    i created one relation ship as orderDate = endOfDay and anothe relationship as orderDate = endOfMonth. some of my reports would need to use the relationship between orderDate = endOfDay and the month end reports would need to use yhe relationship between
    orderDate = endOfMonth. How do I select one relationship over the other when building the report?
    Ideally the database should have been redesigned, which cannot be done at the moment as this will be done on the next project

    Your table design is completly wrong. I am now sure how you are maintaining OrderDate table. SQL Server is RDBMS. Without relation how will you pick those rows from Order table whose order date is equal exactly equal to datefield in OrderDate table. The
    only way is to derived endofDay and endofMonth in the select query directly. I understand endofMonth. But what is EndofDay ? And that too a date datatype ??
    You can run the below query but it will not return specific order date from order table,
    SELECT * FROM [ORDER] WHERE
    CONVERT(CHAR(10),ORDERDATE,101) IN (SELECT CONVERT(CHAR(10),endOfDay,101) FROM ORDERDATE)
    SELECT * FROM [ORDER] WHERE
    CONVERT(CHAR(10),ORDERDATE,101) IN (SELECT CONVERT(CHAR(10),endOfMonth,101) FROM ORDERDATE)
    Even if i JOIN the two table by orderdate and endofDay/endofMonth, we will not received specific orderDate. And this is becouse if your Order table contains multiple orderDate that are matching to either endofDay or endofMonth, the final output will contain
    multiple orderDate details. I don't think this is what you need. Therefore you need to modify the OrderDate table or provide us the definition for endofDay and endofMonth, and how are you maintaining.
    Regards, RSingh

  • Cisco ISE - multiple AD - trust relationships

    Hello,
    I have a customer who has multple AD forests and an ISE deployment running 1.1.3.
    The customer scenario is as follows - there is an Internal AD forest (internal users) and an External AD forest (external users such as consultants). The objective is to use Cisco ISE to authenticate and authorize the users in both AD forests. CIsco ISE is connected to the Internal AD forest.
    We know that multiple AD support is coming in 2014 with versioon 1.3 - other options such as LDAP/EAP-TLS are not a viable option for the customer.
    1.       Currently  – the Internal AD forest has an External, Non-transitive – one-way trust with the External Forest
         a.       The objective here is to use a feature called Selective Authentication  in order to filter the outgoing requests from the External Forest to the Internal Forest – this is a selective trust feature that can be used to control access to specific resources in Internal Forest and for authentication between Internal/External Forest via Cisco ISE
         b.      Preliminary testing has shown that a one way trust seems to work for Cisco ISE authentication/authorization
         c.       Further testing is underway to test the Selective Authentication feature (ie restrict access to specific resources etc…)
    Question : has any one used this and is this a supported method by Cisco (I know they mention a mutual trust relationship is required)?
    2.       We are exploring a second scenario - the Internal AD forest will have an External, Non-transitive – two-way trust with the External Forest
         a.       Same objectives as in  1 – we would attempt to use the Selective Authentication in the following fashion (this is an example)
              i.      External Forest has outgoing filter to allow access to specific resources in Internal Forest, and for authentication
              ii.      Internal Forest has incoming filter to deny access to all resources in External Forest
    In this case we would filter so it resembles a 1 way trust relationship - anyone try this, anyone know if this would be a supported method by Cisco?
    Thanks in advance for your replies.
    Robert C.

    Cisco has published a nice new guide on Active Directory integration with ISE 1.3. As noted there:
    "Cisco ISE can connect with multiple Active Directory domains that do not have a two-way trust or have zero trust between them. Active Directory multi-domain join comprises a set of distinct Active Directory domains with their own groups, attributes, and authorization policies for each join."
    I've setup one such deployment just recently and found it quite simple to just add the second domain and use it an en external identity source accordingly.

  • Multiple NSNotification, Changed only one object. In Notification getting notification of relationships.

    Hi,
    I have Entities like 'Alert' which has relationship to 'Company' and 'Company' has relationship to 'User'.
    When i am saving something in Alert. In my observer of NsNotificationCenter, i am getting notification for 'Company', 'User (multipler users)' and Alert.
    I am not able to figure out why i am getting Notifications of 'Company' and 'User'.
    For example : I have Company name - XYZ and it has 7 Users - 'A to G' and i created Alert on 'A' then after changing in Alert. i am getting notification of 7 users, 1 Company and 1 Alert.
    I dont know why i am getting Notification of Users and Company.
    My Objects Hierarchy is :
    Alert has relationship to Company.
    User has relationships to Company.
    Please help..
    Thanks,
    Amit

    Amit,
    First you should move this question to the webobjects mailing list:
    WebObjects Development <[email protected]>
    https://lists.apple.com/mailman/options/webobjects-dev/
    So each users can have many companies? Each Company has one Alert? I don't understand the relationship(s)..
    Alert => Company
    User <=>> Company
    it's not really clear what you want. (at least not to me).

  • Multiple relationship modeling

    Hello,
    I am hitting a bug/issues/misunderstanding on my side with data modeller 4.0.0.833 (I had this issue in the previous versions too).
    I was trying to model multiple relationships from a entity to a detail entity and am hitting some problems. I have the following situation (simplified) :
    Party Entity : Party ID (PID), Party Name
    Transaction Entity : Trans ID (PID), cost (number)
    I then create 2 1-to-many relationship from party to transaction:
    Party -> Transaction (1 to many)
    Party -> Transaction (1 to many)
    This creates 2 FKs on the transaction entity called (Party ID and Party ID1). I rename this attributes in the transaction entity as "From Party" and "To Party"
    I then do a engineer to relational model.
    This then ignores the attribute names in the transaction entity I had given ("From party" and "to party") and creates 2 new columns - "Party_Party_ID" and "Party_Party_ID1".
    Is there a way I can preserve the names I had given in the logical model for the FKs when engineered to Physical? Or is this a bug?
    Secondly, Is it possible in the Relation properties dialog box (by double clicking the relationship lines in the logical model) in the target cardinality section to select the FKs I had created ("From Party" and "to Party") so that I could document correctly which is the "from" and which is the "to".
    Thanks in advance.
    AK

    Hi AK,
    you have 2 options:
    1) clear "Apply name translation" check box in engineering dialog
    2) use proper setting for naming template and names in your model (as Dimitar suggested) - naming templates are available in design properties dialog>"Settings>Naming standards">templates"
    2.1 change naming template for "Column Foreign key" to {relationship}
    2.2 Rename your relationships as "From Party" and "To Party"
    3.1 Check "Apply name translation" check box in engineering dialog
    Philip

Maybe you are looking for

  • Reader plug-in, save copy of password protected pdf without password

    Hello, We currently have an Acrobat Reader plugin (using the 8.1 SDK) and are having trouble with password protected PDFs. The sole purpose of our plug-in is to pass a copy of the currently open PDF to a different folder on the user's computer. The p

  • Monitor-interface command

    Dear all, I am configuring an ASA5520, it is working in multi context mode. I have try to configure the monitor-interface for a subinterface called Inside_shared, i receive an error on the interface name. This subinterface is a shared interface. I am

  • Print in windows

    Hi there, I am trying to print in my HP deskjet connected to win XP PC, I can see the netwrok and PC in the print preference but the printer is pause. Thanks

  • RTP Tranmission Problem

    Dear Friends I am working with JMF to transmit a video (.avi) file from one computer to another computer in tcp/ip network. computers are connected in peer to peer architecture only. when i run the transmission server code it works and transmits ( i

  • Mac pro 1,1 Graphics card upgrade

    Hi Im using a Mac pro 1,1 with a TI Radeon X1900 XT: That i need to  upgrade because i believe the card is going bad. I took the card out & blew all the dust out & re seated the card & it worked great for a couple days but now Im back to having issue