Suffix data gets deleted when SunOne server is restarted

I manually created a new suffix for a program I'm installing. The program, during configuration, creates directory entries in this new suffix. Everything works great, but whenever you restart the SunOne server, the data entries underneath this suffix get deleted. the suffix is still there, but when you click on the Directory tab in the console, the directory entries have all disappeared for the suffix I created. Very bizarre. Any help would be appreciated!

I checked both the access and the error logs, nothing of significance shows up. The suffix was originally created from the console manually. This problem occured on a Solaris 9 server, but I have been able to re-create it very easily on a Windows 2000 Advanced server.
Using VMWare, I can easily keep going back and forth from the image with the data and the image with the data missing. I've also noticed that if I try to do an export of the data for this suffix, I get an error that says
"LDAP server is unwilling to perform". I'm wondering if these two errors are related. When I try to do an export with a different suffix on this server, it works great. Right before you do the export, it tells you that if the server does not have the proper access rights on this file, the export will not succeed. I'm not sure how to check that. I did create the suffix manually from the console logged in as cn=Directory Manager". Should I be using a different id? Thanks for your help!

Similar Messages

  • Data getting deleted when doing the validation

    Hi all,
    I have a web dynpro application to park an accounting document and I want the following functionality to it.
    When a user enters fund starting with 'P' then the cost center field should be greyed out and if WBS element field is not entered then I should see the error on the screen that it's a mandatory field.. For this I have written the following code:
    LOOP AT lt_el_tbseg INTO lo_el_tbseg.
        lo_el_tbseg->get_static_attributes(
                               IMPORTING static_attributes = lv_bseg ).
        CLEAR lv_bseg-lifnr.
        CHECK NOT lv_bseg IS INITIAL.
        TRANSLATE lv_bseg-geber TO UPPER CASE.
        IF lv_bseg-geber(1) = 'P'
                           *       navigate from <CONTEXT> to <EDIT_PROPERTY> via lead selection
          lo_nd_edit_property = wd_context->path_get_node( path = `Z_POSTING.CHANGING.T_BSEG.EDIT_PROPERTY` ).
    *       get element via lead selection
          lo_el_edit_property = lo_nd_edit_property->get_element( ).
          lo_el_edit_property->set_attribute(
            name =  `EDIT_WBS`
            value = 'ABAP_TRUE' ).
          DATA lv_projk TYPE wd_this->element_t_bseg-projk.
          IF lv_bseg-projk IS INITIAL.
            lv_error = 'E'.
            CALL METHOD lo_api_controller->get_message_manager
              RECEIVING
                message_manager = lo_message_manager.
            lv_message_string = 'WBS Element is a mandatory field'.
    *     report message
            CALL METHOD lo_message_manager->report_error_message
              EXPORTING
                message_text = lv_message_string.
            EXIT.
          ENDIF.
        ENDIF.
        wa_bseg = lv_bseg.
        w_amt_line = wa_bseg-dmbtr + w_amt_line.
        wa_bseg-lifnr = lv_lifnr.
        APPEND wa_bseg TO lt_bseg.
        CLEAR wa_bseg,lv_bseg.
    endloop.
    but right now two things are happening in correctly:
    1. It's doing the correct validation and throwing the correct error message but it's clearing out the content of the item table that user entered on the screen.
    2. it's not making cost center as an non editable field.
    can you please suggest me what I am doing wrong here.
    Thanks,
    Rajat
    Edited by: rajatg on Jul 7, 2011 4:04 PM

        report message
            CALL METHOD lo_message_manager->report_error_message
              EXPORTING
                message_text = lv_message_string.
            EXIT.
    your EXIT statement will get you out of the loop. rest of the records in internal table will nto be read

  • Data gets deleted when another infopackage runs

    Hi SAP Gurus,
    A very peculiar situation.
    I have a DSO which is having 4 datasources. To load the data I am running them one by one. Now whats happening is when I load data from first infopackage I can see in datatarget thru display data.....but as soon as I load the data from second Datasource and display data...the first data disappaears. Can anyone please tell me what mistake I am making?
    Regards
    Shalini

    Resolved.

  • Backend suffix purges when Directory Server is restarted

    I have Directory Server 5.2P4 running on a solaris 10 machine. There is a Tivoli Access Manager (TAM) installed and uses Directory to store its Policies/Access related data. TAM needs a root suffix secAuthority=Default to be present in directory where-in it stores its data.
    I created a root suffix secAuthority=Default and named its backend database as TAM (NOT 'Default' since it gets purged when Directory is restarted). However when I restarted the Directory, the root suffix still gets deleted. There is no data in it just the suffix (secAuthority=Default).
    Suggestions?
    -Thanks

    I got a resolution to this. I was creating the suffix with 'Use Defaults' option rather than 'Use custom' option. Once I used custom option, the suffix was created properly and retained when Directory was re-started.
    So for some reason 'Use Defaults' option does not go well with the Directory when creating a suffix of type secAuthority=Default. The 'Default' name of the backend is the problem area. secAuthority=xyz works great. But TAM expects secAuthority=Default hence the 'Use Custom' option needed.

  • Upper-level Essbase data gets deleted on running CALC ALL

    Hi,
    We have a need to aggregate missing values (#Missing) to the parent level and so this is what we did. Go to EAS->Expand Essbase Servers->Expand the concerned application->Right-click on database->Edit->Properties and check the option to "Aggregate missing values". After doing this, we are having a peculiar issue when we execute "CALC ALL". We see that some of our upper-level data (non-level 0 data) gets deleted, and so we have to re-run all our business rules to calculate upper-level data. To be specific, we are having this issue of data going missing in accounting statements/reports such as Balance Sheet/Income Statement. In this reports, the rows are members of Account dimension (Dense) and the columns are members of Company dimension (Sparse). All other dimension are made POV. We did NOT have this problem when the 'Aggregate missing values' option was UNCHECKED. Does CALC ALL work differently when AGGMISS option is ON?
    We are using Hyperion Planning, Essbase and Financial Reporting (version 11.1.1.3).
    Thanks for any advice.
    Regards,
    ABG

    Hi John,
    Now that you mentioned your point about upper-level data, I double-checked the Account dimension members (for which the data was being deleted) and you are right that I am seeing a different behavior than I posted originally. Sorry about that. So this is what I am observing:
    The Account dimension has 'Balance Sheet' as one of the children. This member, 'Balance Sheet', has children: Cash, Receivables, Payables so on, and all children of 'Balance Sheet' are level 0 members. Now, we run calculation scripts to calculate the values of these members. These members form the rows of Balance Sheet report. After all the relevant calc script have been executed, I am running a script that has just CALC ALL in it. I am observing that the values of Cash, Receivables, Payables etc (level 0 children of Balance Sheet) are getting deleted when we have the option "Aggregate Missing Values" as checked in EAS.
    Then, I inserted SET AGGMISS OFF before CALC ALL in the script and now the values are intact! I am trying to understand why CALC ALL would delete those values when AGGMISS is ON?
    You said that most people do not use CALC ALL. What is the better alternative to aggregate the database then? Is it CALC DIM?
    Thanks and regards,
    ABG

  • If you restore your ipad, does all your data get deleted?

    If you restore your ipad, does all your data get deleted?

    This could solve the "other" problem that you are experiencing right now. You really have nothing to lose by trying.
    Backup the iPad, restore to factory settings and then restore from the backup after you restore to factory settings to recover everything. You will also have to sync with iTunes in order to get your apps, music, etc back onto the device after restoring from the backup.
    That may totally solve the problem. But, on the other hand, as you mentioned, if the backup itself is the culprit - meaning that the backup is corrupt - when you restore from that backup, you could be right back where you started.
    Sometimes, when the "other" cannot be fixed any other way, you do have to restore to factory settings and NOT restore from the backup. Obviously you will lose all data when you do this, but you can still sync your iTunes content back to the iPad and you will not lose any music, apps, books and so on, as long as they are in iTunes on your computer.
    Most purchased content can be downloaded again at no charge as long as you use the same Apple ID and as long as the content is still available in the store in which you bought it (Music in iTunes, apps in the App Store ...)
    If that does not answer your question, just post again and I will do what I can to help you further.

  • Data gets deleted for the table RSTRFIELDSH

    If data gets deleted for the table RSTRFIELDSH at BW end
    ...what should i do?to get it back

    Wim,
    We lost the data from production. We ran Archive program to archive the data and archiving file is still exist.
    There is no possibliity to run the OUTBOUND process again to create the IDOCs.
    But only my concern is When we run the Transaction SARA we will be getting the data for other period as well.
    But I need to reload the data for three months only because that archiving file also has other period data as well.
    Can you send me details of how to use SARA Transaciton for particular period.
    Thanks,
    Kalikonda.

  • KWorkSpaceBoss data gets deleted on indesign crash

    Hi Forum,
    A very happy new year to all .
    I have a small problem. I need to store global preferences in Indesign. I implemented that using the kWorkSpaceBoss. Now whenever indesign crashes, the data gets deleted. I noticed that even happens with global preferences of Indesign itself.
    What can I do to make this data persistant across all sessions?
    Thanks!

    Sorry, I thought you were talking about own crashes.
    The workspaces are mainly used to provide defaults that are promoted from application to document, and from document to newly instantiated objects. They are no long term secure database, even though they survive forced quit most of the time and Adobe appears to be interested in cases that cause corruption. If you can nail down such problems, submit them through the appropriate channels.
    When I used the word "secure" above, I also had your password scenario in mind - IMO these are better stored in dedicated services of the operating system, e.g. the key chain or some Windows authentication services, utilize Kerberos and so forth.

  • Will the app specific files get deleted when i remove/uninstall an app from iPad

    I mean those files added to an app using iTunes. For example, pdf files added to a reader.
    Do these files get deleted when i delete an app from iPad?

    I've learnt that this data do get deleted along with the app during deletion/uninstallation. Please correct me if I'm wrong.

  • Events in ical on my macbook get deleted when I sync w/my iphone5.

    Been having problems getting ical events to merge between iphone5 and macbook.  After some suggestions from the community, I discovered I have no icloud in ical system preferences, and events scheduled in ical on macbook gets deleted when syncing to my iphone5.  Getting frustrated.

    You probably have your iPhone set up to clear out old events.  My guess is that the events that are being deleted have already occurred.
    Check Settings > Mail, Contacts, Calendars > Sync, and make sure the events you want to keep are preserved.

  • How do I save photos that have been synced to my Ipad2, so that they do not get deleted when I sync with a different photo file on my computer.

    How do I save photos that have been synced to my Ipad2, so that they do not get deleted when I sync with a different photo foder on my computer (Pc win7).

    Place that first folder of photos that you synced to the iPad within the main folder of photos that you sync from and select them to sync again. You can place any number of subfolders within the main folder that you sync from and select those folders to sync. Just "tick"(select) the folders in the photos tab in iTunes.
    iOS and iPod: Syncing photos using iTunes

  • HT4901 My old calendar data gets deleted automatically after a few weeks. How do I stop this from happening?

    why does the calendar data get deleted after a few weeks on the iPhone and the iPad and the Mac Pro?

    On your iOS devices, go to Settings>Mail,Contacts,Calendars>Sync (in the Calendars section) and set this to All Events.
    Not sure about your Mac.  Try going to icloud.com, opening your calendar, clicking on the gear icon on the lower left and choose preferences, then on the Advanced tab make sure you haven't checked Hide Events next to Old Events.

  • With updating infinity blade 2 version 1.0.1 to 1.2 does your save data get deleted?

    please help me
    with updating infinity blade 2 version 1.0.1 to 1.2 does your save data get deleted?
    tnx every one

    No, it shouldn't. But sync your phone first, this will create a current iPhone backup. App data is included in the iPhone backup.

  • Resisting the creation of new log files when SQL SERVER is restarted

    Hi,
    I know that when SQL server is restarted new log files are created. But is it possible to resist creating new log fils and insert log data in the existing log files that are used before restarting the sql server

    Hello,
    I guess Raghvendra answered your question. And as per your previous post its not clear what you want to ask an you did not revert. Again if your issue is solved appreciate if you can please mark the answer and vote the posts helpful.
     Can I continue to log in the same file.?
    What does this line mean exactly ? Yes SQL Server will continue to use same transaction log file(LDF file) for writing information as it was using before shutdown. If you are talking about errorlog file a new errorlog file would be created which you can
    read using
    sp_readerrorlog
    Even if you stopped SQL Server service mistakenly its not that server is gone. Yes when you stopped the server all inflight transactions are rolled back. And when SQL Server would come online it would undergo crash recovery and would bring all the databases
    online by reading transaction log file and performing redo and undo of information. All committed transaction would be rolled forward and uncommitted would be rolled back.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Data getting deleted from screen fields when  I Press Enter

    Hi Folks,
    I have a serious Issue need to resolve it urgently. I have created a subscreen in PS Module
    Prog: SAPLXCN1(Subscreen)
    Screen: 0600.
    Enhancement: CNEX0006.
    I have created a screen and populated the data via search helps, when I fill all the custom fields with values and press enter my data is getting deleted please give me quick solutiojn.
    Thanks & Regards,
    Ramcharan.

    Hi RAM,
    Check the Code where you are writning , (PBO or PAI)
    After that check the sy-ucomm for Enter and write your code accordingly,,.
    Thanks & regards,
    Dileep.C

Maybe you are looking for

  • How do I add a title to a video clip w/ LiveType 2 and Final Cut Express 4

    I have Final Cut Express 4 & LiveType 2.1.4, I'm not sure how to add titles or test to a video clip, and the tutorials for Final Cut Express 4 don't say how to get started in LiveType. How do I simply add text? The tutorials say how to add effects to

  • Server Name Shutdown Connection Prematurely

    HI, We are in process of doing load testing of the application. And at one scenario when, we keep 100 database connections, IAS max pool size 100 and IAS Study Pool Size 100, we get this error in Load Testing tool. And after successfull 20 user, it s

  • Why is the camera roll album gone iOS 8

    Updated to iOS 8 and the camera roll album is now gone, and all you have is recently added photos and an album for deleted photos which I think completely defeats the purpose of deleting photos. To see the rest of your photos, you have to go to memor

  • Saved session opens as blank

    Hey everyone, I've encountered a very unusual bug - occasionally when I save a session, the next time I open it, it opens as a blank session.  No tracks, no data - I can't actually even open anything - it just asks me to make a new track, as if I had

  • Printing on Linux

    I have a HP OfficeJet 6210 connected to my AX and it works frine when printing from my macbook pro however, I need 3 ubuntu computers to print to this printer as well, I was wondering if there was anyway to set the AX to use a Static IP, my router wi