Provisioning lost against native groups when new MSAD domain added

Hi,
HSS and essbase 9.3.1
I have added an additional MSAD domain. There are native groups with what was the only msad domain users were in. On Oracle's direction I applied a hss patch ( 7020560) which resolves a problem where there is a confliction with two msad domains and native groups. I had successfully done this is development. However, in production only the new domain and the test user is listed as a user in essbase. I exported the sec file and the existing users are not present. I have tried the following
1. Provisioned user directly from the old domain, refreshed HSS and this worked
2. Removed the new domain from the search order - all the users come back
3. Changed the search order (2 >3) and this made no difference
4. Ensured the patch was applied correctly (replace two ,jar files, create some indexes against the HSS db and reploy application server.
I am restarting all the services for completeness.
I would appreciate any help. The logs are giving nothing concrete away.
Thanks,
Nathan

Don't worry.
Thanks,
Nathan

Similar Messages

  • Scrolling to next range in advanced table when new rows are added.

    I programatically implemented Add New Row in an advanced table.
    "Records Displayed" attribute of advanced table =10, so as log as I add upto 10 new rows the table displays 10 rows,if I add 11th record the new record is appended @ 11th position but I've to choose "Next" link on the advanced table to see the 11th row.Is it possible to show the last rowset in the advanced table when new rows are added?
    The underlaying VO executes the following code when "Add New Row" button is pressed:
    int rCount = this.getFetchedRowCount();
    int rangeSize = this.getRangeSize();
    int rangeStart = this.getRangeStart();
    if (rCount < rangeSize) {
    this.insertRowAtRangeIndex(rCount, newRow);
    } else {
    this.setRangeSize(rCount+1);
    this.insertRowAtRangeIndex(rCount, newRow);
    this.setCurrentRow(newRow);
    To scroll to the 11-20 rows (when added more than 10 rows),I tried with following options, but none of them helped:
    1) int newRangeStart = ( rCount / 10 ) * 10 ;
    this.setRangeStart(newRangeStart);
    2) this.scrollRange(newRangeStart);
    3) this.scrollRange(rCount);
    4) int newRangePage = rCount / 10;
    this.scrollToRangePage(newRangePage+1);
    5) this.getNextRangeSet();
    Please let me if it is possible to achieve.

    What happens if you just add the new row without specifying where to add it ? doesn't it add the new row on the same page as the last row ?
    Thanks
    Tapash

  • How to restore from an incremental backup when new datafiles are added

    1) Source - We have a base backup and then take differential (LEVEL 1) backups every day. Due to business needs, new datafiles keep added daily in the database. So you will see an incremental backup having new datafiles that got created after the LEVEL 0 backup.
    2) Destination - We want to restore this database in the destination host "continiously".
    a) I first restored from the BASE FULL - LEVEL 0 . This was successful (restored and recovered, but did not OPEN the database)
    b) But restoring a LEVEL 1 now on top of the already restored LEVEL 0 makes the restore start all over again if there are NEW DATAFILES added after the LEVEL 0 backup in the source database.
    This is not a problem when no new datafiles are added/modified between the "BASE" and "LEVEL 1" backup.
    So how do you "just restore only the new datafiles" instead of "starting from BASE LEVEL 0 restore" again " ?
    -Thanks
    Srini

    Hi Srini,
    So how do you "just restore only the new datafiles" instead of "starting from BASE LEVEL 0 restore" again " ?The recovery process after the restore should add the newly created datafiles on the destination host.
    Can you check by querying v$datafile in mount mode and post the output?
    Regards,
    Tycho

  • Lost quick reply text when new message arrived

    I was typing a quick reply to a notification of an iMessage message when a new message arrived. The notification for that message was immediately displayed, losing the text of my reply.
    Is this normal? Should I report it as a bug?

    This is a known issue.

  • Photostream crashes Windows Explorer when new photo is added

    I am running Windows 7 64 bit, and as my title states, Windows Explorer crashes most of the time when a photo is uploaded from my iOS devices (iPhone 4, iPad 2) to Photo Stream.
    I have seen many posts regarding the imcompatabilites between iCloud and Windows machines. Regardless, I thougght I would post this on here in hope that someone might know the fix to this. As many of my background program relies on Windows Explorer to be consistent, this restarting of Explorer cause me to manually restart many other programs, as well as fear of file corruption.
    I personally haven't uninstalled iCloud as of yet as it is a great part of my workflow. In addition, this is a new machine I have purchased, but this problem has carried over from my last laptop onto here, so I'm certain that iCloud is the culprit. Furthermore, in hope of preventing this problem as I received this new machine, I had installed iCloud after many of my other programs. Still the problem persists.
    Thank you for reading, and any help would be appreciated. Thank you.

    Unfortunately I have uninstalled iCloud long ago. For good. Pretty much lost faith in the whole product and altered my workflow to live without it. Sad I know. But installing again and facing the errors again is not fun until I know it's been revamped majorly.
    I will try again when Apple releases iOS 7. Maybe they'll have some updates on iCloud too.
    Pretty annoying that iTunes asks me to install iClous everytime I plug in my phone though.
    And yes, I use Dropbox with no problems too.

  • Old icons on ALV  report dissappears when new ones are added

    Hi friends
    I have created an ALV report. However, when I tried adding new icons using Set PF-STATUS,
    the original icons are not being shown. THey are totally dissappearing from the screen.
    Is there a way to avoid this.
    Any feed back will be greatly appreciated.
    Thanks
    Ram

    Hi,
    How did you create the GUI status..
    you have to copy the standard gui status..STANDARD from the program SAPLKKBL and then add the button..
    GO to SE41..
    Press Copy status button..
    Frm
       program - SAPLKKBL
       Status   - Standard
    To
      Program - Your program name
      Status    - Your Status
    Once it is copied..
    In the new status add your buttons and activate..
    Now it will show the custom buttons along with the standard..
    Thanks,
    Naren

  • My request shows a diff Fact table when new Dim columns added to OOB report

    Hi,
    I am facing this strange problem with the out-of-box BMM metadata mapping and report:
    The "Dim_W_GL_ACCOUNT_D" is joined to "Fact_W_GL_OTHER_F" and "Fact_W_GL_BALANCE_F" facts. Both these fact tables have a inner join to "Dim_W_GL_ACCOUNT_D". The change I have made in th BMM is - I added 2 new logical dimensions DimA and DimB and joined these to the above 2 fact tables.
    The O-O-Box "GL Account Balance" Report works fine which has 3 logical columns (GL Account Number, Financial Statement Item, GL Account Category) from the "Dim_W_GL_ACCOUNT_D" and 1 Fact column "Closing Amount" which points to the "Fact_W_GL_BALANCE_F"."BALANCE_GLOBAL1_AMT" fact.
    When I add 1 logical column each from my 2 new Dims I created, the report output shows the Fact column "Closing Amount" as $0.0. Upon investigating the log, the query shows it is using the "Fact_W_GL_OTHER_F" instead of "Fact_W_GL_BALANCE_F" fact which has the "Closing Amount" column. I am not sure how. When I drop the logical column "GL Account Number" and keep my 2 new logical columns in the request, the "Closing Amount" is shown correctly. I also saw there is a Dim Hierarchy for "GL Accounts" --- the "GL Account Number" is on a lower level than the "Financial Statement Item" and "GL Account Category" columns from the same logical dimension table which are 1 level higher.
    How do I make the request pull data at the "GL Account Number" level and still have the query fetch data from "Fact_W_GL_BALANCE_F"."BALANCE_GLOBAL1_AMT" (Closing Amount) with my 2 new logical columns included?
    Any help is appreciated. Thanks a bunch.

    I was able to fix the problem.

  • Unable to refresh Materialized view group when an Mview is added

    Hi,
    I have 8 MVs present in my DB and added them to a MV refresh group. But I am getting the error below when I try to refresh the group.
    SQL> exec DBMS_REFRESH.refresh('MVRFRSHGRP_EAIGHD');
    begin DBMS_REFRESH.refresh('MVRFRSHGRP_EAIGHD'); end;
    ORA-12048: error encountered while refreshing materialized view "MYUAT"."MV_EAI_PJRM_EMP_ALLOC_DTLS"
    ORA-12018: following error encountered during code generation for "MYUAT"."MV_EAI_PJRM_EMP_ALLOC_DTLS"
    ORA-00942: table or view does not exist
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2563
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2776
    ORA-06512: at "SYS.DBMS_IREFRESH", line 685
    ORA-06512: at "SYS.DBMS_REFRESH", line 195
    ORA-06512: at line 1
    SQL> Actually the view MV_EAI_PJRM_EMP_ALLOC_DTLS exists and MVlog$ are present at source site.
    When I remove this view from the group, I am able to refresh it successfully.
    I destroyed the group, recreated and added all the views and tried. But no luck.
    Can some one suggest what could be the problem?
    Regards
    Deep

    Hi,
    You didn't leave a version (Again), so I can only guess.
    You may be suffering from
    Bug 10096159 ORA-12048 error message raised by DBMS_REFRESH.REFRESH is not corrrect
    Meaning it could be a different MV that fails to refresh.
    Regards
    Peter
    Edit:
    Versions confirmed as being affected      (There could be others, mind)
    11.2.0.1
    11.1.0.7
    10.2.0.5
    10.2.0.3
    Edited by: Peter on Sep 4, 2012 8:45 AM

  • Does iTunes U push notifications to iOS when new episodes are added to a course or collection?

    in iOS... when you add/edit content in a course or collection via course manager and site manager, does iTunes U then use notifications to alert subscribers?  if not, do edits simply appear when a subscriber opens said course in his/her shelf?  and how long do these updates usually take to post?  thanks to all in advance.

    There is no way to consolidate iTunes accounts.
    Setting up an iPhone has never required creation of a new Apple ID.
    You've apparently purchased content with both Apple ID's.  Sign into the device with the correct Apple ID and sync the content.

  • What happens to old Apple ID in itunes when new ID is added

    OK the background.  Current set up is my email is used for Apple ID in iTunes.  I also use it for iCloud.  Wife and kids use my Apple ID for iTunes and have separate Apple IDs for iCloud.
    We are divorcing soon.  Since wife bought most of the music over the years I agreed to let her have the iTunes account.  I understand that is as simple as going into iTunes and changing the Apple ID email from mine to hers.  My question is what will happen to my Apple ID. 
    Will I still be able to access my iCloud data (iWork and calendar) and will I then be able to start re-purchasing music and apps through iTunes on a different computer?

    I doubt it but I haven't seen any documentation on that.  Also, just so you are aware, you can only switch to a different family group twice per year.  A number of people have found that they were inadvertently locked out of Family Sharing for a year by removing then re-adding family members during the Family Sharing setup.  If might be worth your while to give Apple support a call to fully understand the implications the changes you are considering.

  • When new events are added they are not in chronilogical order. How do I fix this?

    Whenever I would add new photos to my library, the new event would be created in chronological order ... oldest to newest.  To my knowledge I made no changes in my set-up, but now the newest event is created immediately before the oldest event.  In other words it will be listed first not last.  How can i change this so that events are listed in order.  (At this point I simply drag the event to the proper location.)  The only thing that is different now than any previous file is that some files are now in RAW format instead of JPEG.  I am using iPhoto '11; version 9.4.3.
    Thanks,
    Peter

    view menu ==> sort events
    LN

  • Connected to iTunes and lost all music and random new songs were added but I can't delete them

    I connected my iPod into Itunes (Windows not Mac) and for some reason all my music were deleted. I synched my music again and the default songs that are aready on iTunes were added in my iPod. I can't even delete the default songs now.. Help...

    If copying the files took a suspiciously shoort time, are you sure that they were copied?
    If you do not have "Copy to iTunes Music folder when adding to library" checked in Edit>>Preferences>>Advanced>>General, then files are left where they are and their loaction is stored in the library.
    If this is what happened, your music would play when the external drive is plugged in, but not when it isn't.
    If you find this is what happened, you can simply consolidate your library when the external drive is plugged in. (Advanced menu).
    This copies files that are not in the iTunes Music folder into it.

  • Filenames keep duplicating themselves when new rolls are added!!

    I used to use an older Sony digital camera to take photos. Each of the photos filnames from that camera began with "DSC", now I use a Nikon D40 and those photos' filenames also begin with "DSC" and in most cases have the exact same filename from previous dates. I have so many photos that use the same exact filename that it is such a pain to locate each and every photo to rename each one differently everytime I import new photos. Is there a setting in iPhoto that would help create brand new filenames with each and every import so that I wouldn't have to rename them manually?? Or is it an issue with the camera??
    Ro

    Your camera names he files, and as Larry says, all iPhoto does is copy them over.
    Filenames are really irrelevant in iPhoto. It’s well capable of managing multiple files of the same name. What you can do is add a Title to a photo using the Info Pane (Lower left) or batch change many photos using the Photos -> Batch Change command. These titles are as searchable as filenames in iPhoto or any of the apps that integrate with it.
    If you want to use the Photos outside the iPhoto ecosystem then you can use the File -> Export command and use the option in the export window to use the Title as filename on the exported image.
    Options other than that include moving the files from your camera to the Deskkop first and then using a Batch Renaming utility such as Name Mangler prior to importing them.
    To find your pics...
    There are many, many ways to access your files in iPhoto:
    For 10.5 users: You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Apple-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. If you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto. With 10.5 you can access the Library from the New Message Window in Mail:
    Uploaded with plasq's Skitch!
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    Or, if you want to access the files with iPhoto not running, then create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    Regards
    TD

  • Can FireFox 4.0 automatically sort bookmarks (both existing and when new bookmarks get added)?

    I know that a user can right click on a list of bookmarks and select Sort By Name. This is a manual process. I am looking for a way for FireFox to do this for me automatically.
    2 separate, but related issues.
    Is there a way to have FireFox 4.0 automatically sort:
    (1) All of my existing bookmarks?
    (2) New bookmarks that get added?

    Simply because I don't think about using this option that takes more time to close... I always close ALL my windows with the X.
    Firefox doesn't hang at exit also...
    Using Firefox / Exit doesn't always save the bookmarks also... let's say there is 80% chances it will but not always... I noticed the first time I open firefox after booting the computer... Bookmarks won't be saved... But if I close firefox and re-open it, then it might save it... 50% guess...
    I tried the safe mode, but since its closing firefox and re-open it... new saved bookmarks sometimes work, sometimes don't... it's pretty unstable...
    Hopefully there is a solution to this problem in a near update, annoying... else I will simply reverse to firefox 3.6.16

  • WHEN-NEW-ITEM-INSTANCE TRIGGER NOT FIRING IN FORM PERSONLIZATION

    We are upgrading to R12, when-new-item-instance trigger written for radio group not firing. using USO-821 Order Administrator Responsibility the function order capture.After clicking on actions push button
    opening Copy Quote for this Form Personalization written.
    For Radio Group Copy-Group when-new-item-instance trigger written but this trigger not firing,but In 11i Instance its Firing.
    trigger-event: when-new-item-instance
    Trigger-object:copy_group
    condition:when copy_group='ALL'
    Action: showing message.
    The same when-new-instance trigger written in form item level and trigger execution hierarchy properties 'OVERRIDE'.
    Just I am thinking this overriding by Item level trigger of form.
    Please kindly help me quickly .What I need to do?
    How can I make trigger to Fire?
    Please kindly give solution.....Its very urgent Requirement.pls help me.
    Regards,
    Basavaraj

    Please kindly help me quickly .What I need to do?
    > Please kindly give solution.....Its very urgent Requirement.pls help me.
    Kindly log a SR for urgent issues.
    Thanks,
    Hussein

Maybe you are looking for

  • X100e win xp pro usb installation problem

    Hello to all, i am new here and sorry for not not introducing myself properly bu this is urgent situation. Few days ago i bought Lenovo x100e Netbook Product ID: 35086AG Athlon MV40(1.6GHz), 1GB RAM, 160GB 5400rpm HD, 11.6in 1366x768 LCD, ATI Radeon

  • Ajust the date and time on a LCD 46TL938

    I intend to learn how to ajust the date and time on a LCD 46TL938 (it shows the time&date when I push I+)

  • Incoming inspection through source inspection

    Hello, I want to do incoming inspection for few raw materials on lot basis (each trucks is one lot). But quality department  do the inspection for certain characteristics and truck will allowed inside only if QA dept accepts the lot. Then gross weigh

  • JTable and JTabbedPane questions

    I have an application which has some JTabbedPanes setup, one of which has a table on it. What i'm after is a way of having a user select a row from the table and in doing so this will send them to another tabbedpane. So what i need is a way of assign

  • PC Companion - Keeps crashing when trying to open the program Help Please

    Hi I hope someone caqn help, When i try to open PC Companion, i keep getting the message "Sony PC Companion has encountered a problem and needs to close" I've tried uninstalling the software and then re installing it but nothing works please i really