Setup is unable to store configuration data in the LDAP directory

I am attempting to install the Sun One Directory Server 5.1 on my Windows 2000 machine. At the conclusion of the installation process, I recieve these back to back pop up windows:
Error:
Setup is unable to store configuration data in the LDAP directory.
Error:
Unable to create administration server configuration.
Error:
Could not authenticate ldap connection, "Unknown error".
Error:
Unable to set ACI in Configuration Directory Server
Setup
Setup's Post-Install mode failed for the Sub Component admin belonging to the component admin. Do you want to continue.
What am I doing wrong?

Hi,
Can you please send me logconv.pl code to [email protected] I am unable to find the file

Similar Messages

  • PI 7.3 - AEX "unable to read configuration data" and login problems

    Hello Friends,
    after installation of AEX, i'm facing some problems.
    1.I'm not able to login with any user, i created during installation wizard. So i cannot check any user in NWA -> User Administration.
    2.Once more, while opening http://<host>:<port>/rep or http://<host>:<port>/dir, i get the following error message.
    Can somebody help me?
    I think, there is a problem with the users, which have been created during installation. How can i check this? Is there any chance?
    Second, if i'm able to login, i have to import the exchange profile again. This should solve the problem. Or is this wrong?
    PI (http://<host>:<port>/dir/start/index.jsp). Below is the part of the error message that is showing up. Appreciate your suggestions:
    Exception class: com.sap.aii.utilxi.prop.api.PropertiesException$InitFailed
    Message
    Unable to read configuration data (ExchangeProfile/aii.properties)
    Stacktrace
    Thrown:
    com.sap.aii.utilxi.prop.api.PropertiesException$InitFailed: Unable to read configuration data (ExchangeProfile/aii.properties)
    at com.sap.aii.utilxi.prop.api.PropertySourceFactory.initServerMode(PropertySourceFactory.java:220)
    at com.sap.aii.utilxi.prop.api.AIIProperties.initServerMode(AIIProperties.java:518)
    at com.sap.aii.ib.server.applcomp.StartupServerProperties.initPropertiesForServer(StartupServerProperties.java:97)
    at com.sap.aii.ibdir.server.applcomp.StartupCodeEntry.startup(StartupCodeEntry.java:151)
    at com.sap.aii.ib.core.applcomp.IStartupCodeEntry.startupIfNotAlreadyDone(IStartupCodeEntry.java:43)
    at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponentImpl.startup(ExplicitApplicationComponentImpl.java:116)
    at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponents.startup(ExplicitApplicationComponents.java:438)
    at com.sap.aii.ib.core.applcomp.ApplicationComponent.startup(ApplicationComponent.java:203)
    Please let me know if I am not clear.
    Edited by: Clarence on Feb 6, 2012 3:28 PM
    Edited by: Clarence on Feb 6, 2012 3:28 PM

    hi,
    >>>>Second, if i'm able to login, i have to import the exchange profile again. This should solve the problem. Or is this wrong?
    if you have java stack only there is no exchange profile anymore...
    https://weblogs.sdn.sap.com/pub/wlg/28334
    Regards,
    Michal Krawczyk

  • Unable to read configuration data (ExchangeProfile/aii.properties)

    Pls  anybody can help me in solving this issue
    Unable to read configuration data (ExchangeProfile/aii.properties)

    look at this two threads
    Exchange Profile Error
    XI 3.0 Problem on Java startup
    Thanks

  • Reset  SMD-Configuration data for the solution

    Hello!
    I would like to know how to reset the configuration data for the solution in SMD wizard.
    The solution has already the status "green" --> "This solution is ready for Diagnostics".
    The problem is that I cannot change the settings for the server ("Setup parameters").
    The instance number there (98) cannot be changed.
    Further question:
    how to install the introscope agent via SMD Wizard?
    If I choose the solution and press "Setup Introscope Agent" I get the warning:
    The landscape definition of the selected system is empty. Operation has been aborted
    Furthermore I cannot see any parameters:
    neigther for Server Node Details nor for Current VM Parameters. Here I get the warning:
    There is no detail available for this server node. Check the Last Operation Result pane for more information.
    Any helpful information wil be appreciated.
    Thank you very much!
    regards
    Thom

    Hi Thom,
    To reset configuration there is possibility to remove Landscape Info using
    Diagnostics Administration -> Diagnostics System -> Landscape management.
    For your issue with Wily, you must have a solution correctly define. this setup will not work until you have it.
    Frederic

  • Unable to store log data into database through JDBCAppender of Log4j

    I am able to store the log data into the file as well as to display that on console. But unable to store the same into the database. I am not getting any error or warning while execution. The code of log.properties is as below : -
    log4j.rootLogger=ERROR, C, FILE
    log4j.logger.org.firebird=ERROR, C
    log4j.logger.org.firebirdsql=ERROR, C
    log4j.logger.org.apache.joran=ERROR, C
    log4j.logger.org.apache.log4j.joran.action=ERROR, C
    log4j.appender.FILE=org.apache.log4j.FileAppender
    log4j.appender.FILE.file=/log.txt
    log4j.appender.FILE.layout=org.apache.log4j.PatternLayout
    log4j.appender.FILE.layout.ConversionPattern=[%d{MMM dd HH:mm:ss}] %-5p (%F:%L) - %m%n
    log4j.logger.org.apache.log4j.jdbcplus.examples=DEBUG, JDBC
    # console appender
    log4j.appender.C=org.apache.log4j.ConsoleAppender
    log4j.appender.C.layout=org.apache.log4j.PatternLayout
    log4j.appender.C.layout.ConversionPattern=%d [%t] %-5p %c %x - %m%n
    # JDBC appender using custom handlers, 2a)
    log4j.appender.JDBC=org.apache.log4j.jdbcplus.JDBCAppender
    log4j.appender.JDBC.connector=org.apache.log4j.jdbcplus.examples.MySqlConnectionHandler
    log4j.appender.JDBC.sqlhandler=org.apache.log4j.jdbcplus.examples.SqlHandler
    log4j.appender.JDBC.dbclass=com.mysql.jdbc.Driver
    log4j.appender.JDBC2.url=jdbc:mysql:172.22.15.131/3306:plugins?
    log4j.appender.JDBC2.username=user18
    log4j.appender.JDBC2.password=user18
    log4j.appender.JDBC.buffer=1
    log4j.appender.JDBC.commit=true
    log4j.appender.JDBC.sql=INSERT INTO logtest (id, prio, iprio, cat, thread, msg, layout_msg, throwable, ndc, mdc, mdc2, info,
    addon, the_date, the_time, the_timestamp, created_by) VALUES (@INC@, '@PRIO@', @IPRIO@, '@CAT@', '@THREAD@', '@MSG@',
    '@LAYOUT:1@', '@THROWABLE@', '@NDC@', '@MDC:MyMDC@', '@MDC:MyMDC2@', 'info timestamp: @TIMESTAMP@', '@LAYOUT@', cast
    ('@LAYOUT:3@' as date), cast ('@LAYOUT:4@' as time), cast ('@LAYOUT:3@ @LAYOUT:4@' as timestamp), 'me')
    log4j.appender.JDBC.layout=org.apache.log4j.PatternLayout
    log4j.appender.JDBC.layout.ConversionPattern=%m
    Please help me out.. As I got stuck...

    Hi,
    This might help
    http://avdeo.com/2008/05/21/uploading-excel-sheet-using-oracle-application-express-apex/
    I think heading about that blog post is wrong. It is solution to import CSV.
    But you can convert your Excels easilly to CSV.
    I think import pure Excel is quite hard, and I have not seen any solutions.
    See this post also
    Importing Excel spreadsheet into Oracle via Apex
    Br,Jari

  • Weblogic workspace or Context to store configuration data?

    Hi everybody
    What is the better way to store config data for weblogic application
    WEblogic workspace or InitialContext?
    Are there any performance, scalability or clustring issues?
    Thanks
    Wasiq Hasan
    [email protected]

    There is a world of information in these forums if you use the search function near the top right of this page. Just type in NAS for example and you get many threads on the subject (marked with a green checkmark if it solved the question) another example would be Airport Exterme and sound system. Once you formulate your ideas better then specific questions can be addressed one at a time. You may find that a less expensive choice for a server might be a mac mini. Good luck with your project, ask more specific questions and update you systems profile.

  • Store common date for the sales and related subsequent rebates credit memo

    Hi,
      Iam working one object for  Reporting Date in COPA.
    User Exit :  COPA0005
    Function Exit : EXIT_SAPLKEII_001
       This user exit will be triggered for all PA posings in COPA.
    in this exit import parameter is i_item and  export parameter is E_item.
    There is no information for i_item,E_item.
    But iam taking one structure(E200) this is refer to i_item,E_item.
    Iam getting the values(I_item,E_item) from E200.
    my quiers is
    1.     Move the posting date (BUDAT) in the input structure of the user exit to the reporting date field (WWRPT) and pass the reporting date to the output structure if the billing document type (FKART) is blank in the input structure.
    2.     If the billing document type (FKART) in the input structure is not “B1, B1E, B2, B2E, B3, B3E, B4, BK1, BK3, FXG, G2, G2S, JGL, RE, VLG2, BM1, BM3, FXL, JLL or L2” (note: the billing document category (VBRK_VBTYP) is not avaiable in the input structure), move the posting date (BUDAT) in the input structure of the user exit to the reporting date field (WWRPT) and pass the reporting date to the output structure.
    Please help me the logic.
    Thanks & Regards,
    suresh.T

    Promo terms:
    Purchase IPh6 - you've already started the purchase of the iph6. Once you receive iph6, activate it, then clean out your old one.
    On or before 10/15/14, either trade in the old device at a VZW Retail store or submit the device trade-in online at trade-in.vzw.com. If trading online you have to return devices to VZW by 12/1/14

  • Sales order configuration data to the IDoc

    Hi Experts,
    I need to make sure that always in the outbound IDoc (ORDERS05) the segment E1CUVAL contains VALUE_TXT element for every VALUE element.
    can you please tell where can I find the code that is in which user exit, to change it for checking E1CUVAL segment.
    the configuration values are coming from the Sales order.
    Thanks in advance.
    MK
    Edited by: mk.xi on May 2, 2008 10:48 AM

    Hi Advait,
    I think you can populate configuration data for inbound IDoc ORDERS05.
    In user exits of IDOC_INPUT_ORDERS, you can search table VBAP for given material (will be posted) and find <b>VBAP-CUOBJ</b> (not initial). Then call function module VC_I_GET_CONFIGURATION to find all available  configuration/characteristics data for above matarial.
    From here, you can populate segment E1CUREF, E1CUCFG and C1CUVAL.
    data: i_configuration like conf_out occurs 0 with header line.
    data: l_instance like inob-cuobj.
    clear: i_configuration.
    refresh: i_configuration.
    select single *
    from vbap
    if sy-subrc = 0.
      l_instance = vbap-cuobj.
    endif.
    call function 'VC_I_GET_CONFIGURATION'
      exporting
        instance            = l_instance
      tables
        configuration       = i_configuration
      exceptions
        instance_not_found  = 1
        internal_error      = 2
        no_class_allocation = 3
        instance_not_valid  = 4
        others              = 5.
    loop at i_configuration.
    endloop.
    Hope this will give you an idea.
    Regards,
    Ferry Lianto
    Note: Please award point for helpful answer.

  • How to store configuration data from clusters to TDMS files

    It is a common use case to write measured data to a TDMS file, while
    the configuration information for your test is stored in a cluster (and
    that cluster might contain additional clusters, arrays etc). TDMS does not have
    native support for clusters and some other data types.
    This LAVA discussion thread
    contains a VI library that breaks clusters of arbitrary complexity down
    to their basic elements and writes their contents to TDMS properties
    either at file, group or channel level. It also contains code that
    reads your data back from TDMS and recreates the original cluster type.
    Please review the whole thread in order to understand what to expect and to make sure you have the latest version.
    Herbert

    Change
    while (rs.next()) {
         System.out.println(rs.getString("piece_id") + "," + rs.getString("piece_num")+ "," + rs.getString("piece_ver"));
         FileOutputStream fileobj = new FileOutputStream(f);
         DataOutputStream writeInsideFileObj = new DataOutputStream(fileobj);
         writeInsideFileObj.writeBytes(rs.getString("piece_id"));
         writeInsideFileObj.writeBytes(",");
         writeInsideFileObj.writeBytes(rs.getString("piece_num"));
         writeInsideFileObj.writeBytes(",");
         writeInsideFileObj.writeBytes(rs.getString("piece_ver"));
         fileobj.close();     //here my data is replacing and only last row is storing..Kindly help me it is very urgent
    }to
    FileOutputStream fileobj = new FileOutputStream(f);
    DataOutputStream writeInsideFileObj = new DataOutputStream(fileobj);
    while (rs.next()) {
         System.out.println(rs.getString("piece_id") + "," + rs.getString("piece_num")+ "," + rs.getString("piece_ver"));
         writeInsideFileObj.writeBytes(rs.getString("piece_id"));
         writeInsideFileObj.writeBytes(",");
         writeInsideFileObj.writeBytes(rs.getString("piece_num"));
         writeInsideFileObj.writeBytes(",");
         writeInsideFileObj.writeBytes(rs.getString("piece_ver"));
    fileobj.close();- Roy

  • WorkStation 11 shared VM's suddenly get a red X and "unable to read configuration data"

    This will usually follow a re-boot of the host machine, running Windows Server 2012.
    I can then REMOVE the machine(s)
    And open the .vmx file from the file manager ...
    After which I can again share the file.
    What can I do to prevent this?  Has anyone else seen the problem?
    Thanks!

    I'm seeing this as well. With Win7 as host OS. Not sure what causes it yet...
    Highly annoying!
    Update: Restarting "VMware Workstation Server" service seems to solve it. Tried setting the service to Automatic Start (Delayed), but that didn't help.
    Update2: For now I've implemented a script (based on http://csi-windows.com/toolkit/csi-vmwsautoshutdown) that restarts the service with some delay after system startup (Scheduled Task) and forcefully starts all VM's. This seems to help ensuring the VM's Auto-Start.
    VMwareHostdrestart.bat (call this from Scheduled Task)
    @echo off
    net stop VMwareHostd
    net start VMwareHostd
    %~dp0vmstartup.bat >%~dp0VMwareHostdrestart-vmstartup.log 2>&1
    vmstartup.bat (modify to contain credentials for an user with sufficient rights in VMware Workstation)
    @echo off
    set PROGROOT=%ProgramFiles%
    if not "%ProgramFiles(x86)%" == "" set PROGROOT=%ProgramFiles(x86)%
    set HOST=127.0.0.1
    set LOCALUSER=%COMPUTERNAME%\<username>
    set LOCALPWD=<userpass>
    set LOGGING=1
    if not exist "%PROGROOT%\VMware\VMware VIX\vmrun.exe" (
    echo VMware VIX Not Installed, aborting...
    if %LOGGING% EQU 1 (
    eventcreate /T ERROR /ID 1 /L APPLICATION /D "VMware VIX not installed, aborting..."
    goto :ALLDONE
    set VMRUN="%PROGROOT%\VMware\VMware VIX\vmrun.exe"
    rem start, stop, reset, suspend, pause, unpause
    set VMACTION=start
    setlocal EnableDelayedExpansion
    echo searching for vms...
    set STOPPEDVMCOUNT=0
    for /f "tokens=*" %%i in ('%VMRUN% -T ws-shared -h %HOST% -u %LOCALUSER% -p %LOCALPWD% listRegisteredVM ') do (
    echo %%i |findstr /I /C:"["
    if !ERRORLEVEL! EQU 0 (
    echo Processing %VMACTION% for VM: %%i
    %VMRUN% -T ws-shared -h %HOST% -u %LOCALUSER% -p %LOCALPWD% %VMACTION% "%%i"
    if %ERRORLEVEL% EQU 0 (
    if %LOGGING% EQU 1 (
    eventcreate /T INFORMATION /ID 1 /L APPLICATION /D "Successful %VMACTION% of VM: %%i"
    set /a STOPPEDVMCOUNT=!STOPPEDVMCOUNT!+1
    ) else (
    if %LOGGING% EQU 1 (
    eventcreate /T ERROR /ID 2 /L APPLICATION /D "Failed %VMACTION% of VM: %%i"
    echo %STOPPEDVMCOUNT% VMs Started
    rem if %LOGGING% EQU 1 (
    rem         eventcreate /T INFORMATION /ID 1000 /L APPLICATION /D "%STOPPEDVMCOUNT% VMs Started"
    rem )
    endlocal
    :ALLDONE
    REM pause

  • Unable to see XML data in the zip file

    Hi folks,
    Willing to think about a way to automate the setup migration, I'm looking at the iSetup functionnalities in 11i.
    Technically speaking, we upgraded iSetup to 11i.AZ.H.delta.2.
    I did a simple extract of an FNDLOAD API (flex values) , everything works fine. At the end I got a zip file which contains several files including the ldt file containing my data.
    Having done this, I wanted to test an XML API (chart of accounts, GL currencies), both completed without errors but when looking at the zip file, no xml file containing my data exists !
    I'm quite sure that it exists because I can report on those data.
    is this a bug ?
    Thanks for your answer.
    Franck James

    Franck:
    This could be an issue with the zip tool you are using. You can ignore this as long as you can load and report on the given extract.
    Thanks,
    Lokesh

  • Unable to see text data in the reporting bw 3.5

    Dear Gurus,
                         My clinet wants to see the text data for all the records in the reporting.unfortunately he cant see text data for only 5 records in the colum. i checked in the query designer for that object ,in properties its given as key and text. can any one suggest me why the text data is not comming for only that records..
    Thanks in Advance.
    Srikanth.

    Dear Pavan,
                            Thanks for the reply, the query properties are already set like key and text before, the problem text is showing to all the records except 6 records,for this 6 records in the place of text it is showing only same technical name..please guide..
    Thanks,
    srikanth.

  • Unable to use decimal data in the datasources in the IOP RELEASE 11.1.2.1

    Hi,
    I have created a datasource of type Database and given an sql query which is fetching some of the decimal data.
    But when I am checking preview for the sql query, it is showing integer data (rouding off the decimal value) even though the field type is coming as double.
    Please let me know how to resolve this issue.
    Thanks,
    Neha

    Are you mapping your datasource to a view? -- If so, this may be due to a known issue caused by jdbc. Way to work around it is to use a table instead of a view, with number columns defined with explicit precision, as in NUMBER(10,2).

  • IM server - store user data in files or directory?

    Is there a document that explains the advantages and disadvantages of storing user data in files vs the directory? Is one recommended above the other for new installations?

    JesseThompson wrote:
    Is there a document that explains the advantages and disadvantages of storing user data in files vs the directory? AFAIK no such document exists
    Is one recommended above the other for new installations?
    This depends upon your deployment

  • Application to Read and Write the Configuration Data from a xml file

    Hi,
    I have to develop a Webdynpro application that will do the following:
    Read the Configuration data from an xml file
    If stored in a file , and the file is not found, prompt the user to provide the file location.
    Pre-Populate the screen(table) with the configuration data
    Allow the user to edit the data
    Store the configuration data when the user hits the Save button
    The config xml file details are as follows:
    Regardless of the location of the configuration data, the following fields will be stored
    Application (string) will always contain u201CSFA_EDOCSu201D
    Key (string) eg LDAP_USER, DB_PREFIX, etc.
    Type (character)  u201CPu201D = Plain Text, u201CEu201D = Encrypted
    Value (string)
    Since I am new to WD, I would require help on this.
    Please help.Its Urgent.
    Regards,
    Vaishali.
    Edited by: vaishali dhayalan on Sep 19, 2008 8:29 AM

    Hi,
    I have to develop a Webdynpro application that will do the following:
    Read the Configuration data from an xml file
    If stored in a file , and the file is not found, prompt the user to provide the file location.
    Pre-Populate the screen(table) with the configuration data
    Allow the user to edit the data
    Store the configuration data when the user hits the Save button
    The config xml file details are as follows:
    Regardless of the location of the configuration data, the following fields will be stored
    Application (string) will always contain u201CSFA_EDOCSu201D
    Key (string) eg LDAP_USER, DB_PREFIX, etc.
    Type (character)  u201CPu201D = Plain Text, u201CEu201D = Encrypted
    Value (string)
    Since I am new to WD, I would require help on this.
    Please help.Its Urgent.
    Regards,
    Vaishali.
    Edited by: vaishali dhayalan on Sep 19, 2008 8:29 AM

Maybe you are looking for