OIM and MS Exchange - Invalid mail store name error

hello,
I'm trying to provision a user with a mailbox in Exchange. I have setup SSL between the AD/Exch box and OIM. After a manual provisioning is initiated through OIM, the "Create Mailbox" adapter status is shown as "Rejected".
In the details, the Reason show is "Invalid mail store name passed". However, the mail store name used in the IT Resource Configuration is as per the connector documentation and as seen in the Exchange System Manager console i.e. "Mailbox Store (BASE)" where "BASE" is the name of the computer where AD/Exch is installed.
Am I missing something? Is there a full DN of the mail store required? Is this something to do with the access permissions in AD or Exchange?
Please advise. Thank you!

Hi,
I was able to resolve this by changing the value of "Server Name" value in the IT Resource. The issue is not with the Mail Store Name or "Store Name" rather it's with the "Server Name".
The value of "Server Name" should be the host name without the domain name for example, BASE only instead of BASE.mydomain.com.
The value of "Store Name" should be as shown in the Windows Exchange Admin Console. E.g. "Mailbox Store (BASE)".
Also, ensure that the value "AD User" is added under the "Depends On" for the "Exchange" Resource Object.
Once you provide the values as mentioned above, create a user in OIM and assign AD User and Exchange resources.
The mailbox will not be created/shown in the Exchange Admin Console unless you access the Exchange URL and login with the target user's credentials.
The Exchange URL can be accessed as "http://hostname or IP/exchange". Provide the user's username and password and the Outlook Web Access screen will be displayed.
Now go to Exchange Admin System console and check the mail store if the maiilbox is created.
Hope this helps. Thanks!!

Similar Messages

  • Mail Store Name Updated

    Hi,
    I need to move a user from one mailbox store to another in Exchange 2007 using OIM. From what I could gather, there is no task for this. Is there a way to create a task that executes this modification (move user)?
    Thanks

    Hi,
    I created a task "Mail Store Name Updated" to change the mailbox store integrated with the adapter adpMEXCUPDATEUSERPROPERTY to change the attribute homeMDB, but generates this error.
    ERROR,12 Jan 2010 07:19:33,696,[OIMCP.MEXC],================= Start Stack Trace =======================
    ERROR,12 Jan 2010 07:19:33,696,[OIMCP.MEXC],com.thortech.xl.integration.Exchange.tcExchangeTasks : setUserAttributes
    ERROR,12 Jan 2010 07:19:33,696,[OIMCP.MEXC],Attributes cannot update:[LDAP: error code 19 - 000020B5: AtrErr: DSID-03152A9F, #1:
            0: 000020B5: DSID-03152A9F, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 92da830f (homeMDB)]
    ERROR,12 Jan 2010 07:19:33,696,[OIMCP.MEXC],Description : Attributes cannot update:[LDAP: error code 19 - 000020B5: AtrErr: DSID-03152A9F, #1:
            0: 000020B5: DSID-03152A9F, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 92da830f (homeMDB)]
    ERROR,12 Jan 2010 07:19:33,696,[OIMCP.MEXC],com.thortech.xl.exception.InvalidDataException: Attributes cannot update:[LDAP: error code 19 - 000020B5: AtrErr: DSID-03152A9F, #1:
            0: 000020B5: DSID-03152A9F, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 92da830f (homeMDB)]
    at com.thortech.xl.integration.ActiveDirectory.tcADUtilLDAPController.modifyAttributes(Unknown Source)
    at com.thortech.xl.integration.Exchange.tcExchangeTasks.setUserAttributes(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpMEXCUPDATEUSERPROPERTY.SETUSERPROPERTIES(adpMEXCUPDATEUSERPROPERTY.java:116)
    at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpMEXCUPDATEUSERPROPERTY.implementation(adpMEXCUPDATEUSERPROPERTY.java:58)
              continue ...
    Regards,
    Elso

  • Invalid Security role-name error in Web Project

    Hi All,
    I have imported a J2EE application project built in JBOSS into NWDS 7.1.
    While building the project i get the following error
    <b>CHKJ3020E:Invalid Security role-name error: PEHNTAHO_ADMIN</b>
    This error directs me to the following code in web.xml
    <security-constraint>
              <display-name>Default JSP Security Constraints</display-name>
              <web-resource-collection>
                   <web-resource-name>Portlet Directory</web-resource-name>
                   <url-pattern>/jsp/*</url-pattern>
                   <http-method>GET</http-method>
                   <http-method>POST</http-method>
              </web-resource-collection>
              <auth-constraint>
                   <b><role-name>PEHNTAHO_ADMIN</role-name></b>
              </auth-constraint>
              <user-data-constraint>
                   <transport-guarantee>NONE</transport-guarantee>
              </user-data-constraint>
         </security-constraint>
    <b>I have tried out the following things to resolve this issue :</b>
    <b>1) Remove the role manually</b>(as suggested by various people in other J2EE forums), but then some other error came in to picture
    <b>2)Then I added the following code in web.xml</b>
    <security-role>
              <role-name>PEHNTAHO_ADMIN</role-name>
         </security-role>
    Then the above mentioned build error gets resolved, but then I get the following error while deploying the application.
    Dec 3, 2007 12:59:21 AM /userOut/daView_category (eclipse.UserOutLocation) [Thread[Deploy Thread,5,main]] ERROR: Deploy Exception.An error occurred while deploying the deployment item 'sap.com_AnalyticsApp2EAR'.; nested exception is:
         java.rmi.RemoteException:  class com.sap.engine.services.dc.gd.DeliveryException: An error occurred during deployment of sdu id: sap.com_AnalyticsApp2EAR
    sdu file path: D:\usr\sap\CE1\J01\j2ee\cluster\server0\temp\tcbldeploy_controller\archives\191\AnalyticsApp2EAR.ear
    version status: HIGHER
    deployment status: Admitted
    description:
              1. Error:
    Cannot update application sap.com/AnalyticsApp2EAR. Reason: The application sap.com/AnalyticsApp2EAR will not be update, because its validation failed. Reason:
    ERRORS:
    Web Model Builder: com.sap.engine.frame.core.configuration.NameNotFoundException: The parameter/s in String "<?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
         <!-- whole web.xml-->
    </web-app>
    " is/are not defined and could not be substituted., file: AnalyticsApp2.war#WEB-INF/web.xml, column 0, line 0, severity: error
    WARNINGS:
    Web Model Builder: Following tests could not be executed because of failed precondition test "Web Model Builder" : Implicit Constraints Test, JSF Application Test, Mapping Test, Web File Existence Test, Web Class Existence Test, Security Role Test, file: AnalyticsApp2.war, column -1, line -1, severity: warning
    <b>3) I had also added the following code in web-j2ee-engine.xml</b>
    <security-role-map>
              <role-name>PEHNTAHO_ADMIN</role-name>
              <server-role-name>all</server-role-name>
         </security-role-map>
    but still i get the same deployment error.
    Please help me in resolving this problem.
    Can anybody tell me the use of role "PEHNTAHO_ADMIN"?
    Thanks and Regards,
    Sruti

    Hi Malathy,
    Once the users are created in Authentication Provider, and once the roles are created in Weblogic Server, You just have to map users to roles in Jazn-data.xml.
    Could you please let us know you created a roles named users in WLS ?
    Thanks & Regards,
    Murali.
    ============

  • Invalid connection cache name error while invoking a bpel process

    while invoking a service via DB adapter ,it gives invalid connection cache name orabpel 00000 error. the JCA connection is set properly and its reffered via jndi name in code. i tested the connection in EM and its working fine.
    Few transactions have passed and thereafter i'm getting this error.
    is there any parameter that needs to be set. Someone can help here!!

    Have got the same problem. Scenario at my end is little different though.
    I am trying to invoke a BPEL process from an ESB Service.
    I am trying to look into it..
    However, would be grateful, if someone can give some insight into this since many are running into this issue without being able to fix.
    Ashish.

  • Invalid DataStore object name error when running process chain after EHP1

    Hello,
    We recently upgraded our BW Dev platform to NW7.01 EHP1 SP6. I noticed that the layout for "Delete PSA Request" process in the Process Chain has changed after the upgrade. We can no longer specify the actual PSA table to delete eg, /BIC/B0001645. Instead we need to specify the Datasource name and the Source System.
    Now after the upgrade when I run one of my process chains, it fails at "Delete PSA Request" step with error message "Invalid DataStore object name /BIC/B0001645: Reason: No  valid entry in table RSTS". This datasource is based on the flat file source system and the PSA table for this Datasource is /BIC/B0001653.
    Unfortunately the process chain is picking up an older PSA table for this datasource and there is no way for me to specify the current PSA table name after this change in layout with EHP1 upgrade. Any suggestions on how to resolve this issue.
    Many Thanks,
    Al

    Hi,
    Please implement OSS 1345331.
    If this does not help try the below steps:
    1.  Run the report 'RSAR_PSA_CLEANUP_DIRECTORY/_MS' in check mode for a 
           particular PSA table for finding the inconsistencies.
    2.   After that please analyze the logs and if there is any problems related to partition, you need to correct them using the report u2013
    3.  'SAP_PSA_PARTNO_CORRECT' in repair mode for the
          PSA tables.  Run the report again after this
    4.  'RSR_PSA_CLEANUP_DIRECTORY/_MS' in check mode to 
         double check that the invalid partitions are 
         corrected.
         Once this is done you can execute the report     
         'RSR_PSA_CLEANUP_DIRECTORY/_MS' in repair mode.
    -Vikram

  • Mail account name error

    I had some problems with an email account in Mail.app so i deleted the account. When i wan't to add a new account and give it the same name the account i deleted had it gives me the message;
    Error
    You already have an account named:
    "xxx".
    I tried deleting the .plist file, deleting the Enveloppe Index and reinstalling Mail.app using Pacifist.
    It still gives me the error message when trying to use the name i want.
    Mail still thinks i have the old account. When opening the GrowlMail preference tab it displays the old account as an option to choose from. Even if it isn't in my accounts list.
    Does anyone know some other option to reset Mail in order to get rid of this problem.
    Thanks.

    Welcome to Apple Discussions.
    So, do I understand you right: in Mail's Preferences > Accounts the specific account doesn't show up anymore, but Mail still won't let you create a new account with the same name?
    Well, you could check in <your-home-folder>/Library/Mail whether there's a folder labeled after that account. If so, try moving it to the Desktop. Maybe that will convince Mail to let you create the account. If not, you still can move the folder back to where it came from.
    floba
    (MN424)
    Message was edited by: floba

  • Testconnectivity fails pinging Mapi Mail store RPC_S_SERVER_UNAVAILABLE-Error(0x6ba)

    Dear all
    I tested my Connectivity using this tool:
    https://www.testexchangeconnectivity.com
    Any Support is highly appriciated.
    Attempting to ping RPC endpoint 6001 (Exchange Information Store) on server Mailboxserver.Domain.com:6001.
    The attempt to ping the endpoint failed.
    Additional Details
    The RPC_S_SERVER_UNAVAILABLE error (0x6ba) was thrown by the RPC Runtime process
    I already checked those links:
    https://social.technet.microsoft.com/Forums/exchange/en-US/bd7a632f-2d58-4ff2-becf-5f762efa460d/action?threadDisplayName=the-rpcsserverunavailable-error-0x6ba
    https://social.technet.microsoft.com/Forums/exchange/en-US/8306a6f7-df0c-4438-84aa-662c82bb4614/action?threadDisplayName=rpcsserverunavailable-0x6ba
    But i still got this issue. What can i do or test? I already completely removed and added the Feature as well as the Outlook Anywhere in Exchange.
    I am listeing on the right Ports and IPv6 is disabled. I am running all the stuff on one single server.
    Any Ideas?
    Purpose: Need to migrate to Office 365, any other suggestions than Remotemove Migration?
    Best regards
    Daniel
    Daniel Meili

    Dear Allen
    The Value is already set to 2147483648.
    Telnet of the Ports 6001,6002,6004 OK.
    I also tested the following:
    Test-OutlookConnectivity -RpcTestType:Server -RpcProxyAuthenticationType:Basic -RpcClientAccess
    Server:SERVER
    ClientAccessServer   ServiceEndpoint                               Scenario                            Result
     Latency
                                            (MS)
    Server Server                                     RFRI::GetReferral.                  Success
    ...9.38
    Server Server                                     NSPI::GetProfileDetails.            Success  234.38
    Server Server                                     Mailbox::Connect.                  
    Success ...2.50
    Server Server                                     Mailbox::Logon.                    
    Success   78.12
    Best regards
    Daniel
    Daniel Meili

  • Configuration Mail Store Failed

    Could someone help me ?
    This is my log :
    Using paramFile: D:\OCS_ONEBOX\mtier\oes\config\Disk1\install\win32\oraparam.ini
    Checking requirements...
    Checking operating system version: must be 4.0, 5.0, 5.1 or 5.2.
    Actual 5.0 Passed
    Checking monitor: must be configured to display at least 256 colors.
    Actual 4294967296 Passed
    Checking if CPU speed is above 300 MHz.
    Actual 2405MHz Passed
    All requirements met.
    Environment Variables:
         ORACLE_HOME =
         PATH = C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;Z:.;Y:.;
         CLASSPATH = D:\OCS_ONEBOX\mtier\jlib\ldapjclnt9.jar;D:\OCS_ONEBOX\mtier\jlib\repository.jar;D:\OCS_ONEBOX\mtier\jlib\esinstall.jar;D:\OCS_ONEBOX\mtier\jlib\esldap.jar;D:\OCS_ONEBOX\mtier\jlib\providerutil.jar;D:\OCS_ONEBOX\mtier\jlib\ldap.jar;D:\OCS_ONEBOX\mtier\jlib\jndi.jar;
    Username:Administrator
    This installation is being performed using response file D:/OCS_ONEBOX/mtier/oes/config/Disk1/stage/Response/oracle.um.UM_Config.Typical1.rsp.
    Oracle Universal Installer version is 2.3.0.8.0
    This installation is being performed using response file D:/OCS_ONEBOX/mtier/oes/config/Disk1/stage/Response/oracle.um.UM_Config.Typical1.rsp.
    Setting variable 'FROM_LOCATION' to 'D:\OCS_ONEBOX\mtier\oes\config\Disk1\stage\products.jar'. Received the value from response file.
    Setting variable 'ORACLE_HOME' to 'D:\OCS_ONEBOX\mtier'. Received the value from response file.
    Setting variable 'TOPLEVEL_COMPONENT' to 'oracle.um.UM_Config,9.0.4.1.0,'. Received the value from response file.
    Setting variable 'SHOW_SPLASH_SCREEN' to 'false'. Received the value from response file.
    Setting variable 'SHOW_WELCOME_PAGE' to 'false'. Received the value from response file.
    Setting variable 'SHOW_CUSTOM_TREE_PAGE' to 'false'. Received the value from response file.
    Setting variable 'SHOW_COMPONENT_LOCATIONS_PAGE' to 'false'. Received the value from response file.
    Setting variable 'SHOW_SUMMARY_PAGE' to 'false'. Received the value from response file.
    Setting variable 'SHOW_INSTALL_PROGRESS_PAGE' to 'false'. Received the value from response file.
    Setting variable 'SHOW_REQUIRED_CONFIG_TOOL_PAGE' to 'true'. Received the value from response file.
    Setting variable 'SHOW_CONFIG_TOOL_PAGE' to 'true'. Received the value from response file.
    Setting variable 'SHOW_RELEASE_NOTES' to 'true'. Received the value from response file.
    Setting variable 'SHOW_ROOTSH_CONFIRMATION' to 'true'. Received the value from response file.
    Setting variable 'SHOW_END_SESSION_PAGE' to 'true'. Received the value from response file.
    Setting variable 'SHOW_EXIT_CONFIRMATION' to 'true'. Received the value from response file.
    Setting variable 'NEXT_SESSION' to 'true'. Received the value from response file.
    Setting variable 'NEXT_SESSION_ON_FAIL' to 'true'. Received the value from response file.
    Setting variable 'NEXT_SESSION_RESPONSE' to 'D:\OCS_ONEBOX\mtier\oes\config\Disk1\stage\Response\oracle.um.UM_Config.Typical1.rsp'. Received the value from response file.
    Setting variable 'DEINSTALL_LIST' to 'oracle.um.UM_Config,9.0.4.1.0,'. Received the value from response file.
    Setting variable 'SHOW_DEINSTALL_CONFIRMATION' to 'true'. Received the value from response file.
    Setting variable 'SHOW_DEINSTALL_PROGRESS' to 'true'. Received the value from response file.
    Setting variable 'ACCEPT_LICENSE_AGREEMENT' to 'true'. Received the value from response file.
    *** Welcome Page***
    Initializing install inventory
    Setting up install inventory
    *** Specify File Locations Page***
    Setting the 'SourceLocation ( FROM_LOCATION )' property to 'D:\OCS_ONEBOX\mtier\oes\config\Disk1\stage\products.jar'. Received the value from response file.
    Setting the 'OracleHome ( ORACLE_HOME )' property to 'D:\OCS_ONEBOX\mtier'. Received the value from response file.
    Setting the 'OracleHomeName ( ORACLE_HOME_NAME )' property to 'OCSHome_mid'. Received the value from the default settings.
    Initializing OUI access setup
    Setting variable 'ORACLE_HOME' to 'D:\OCS_ONEBOX\mtier'. Received the value from response file.
    Performing operation for OUI access setup
    Setting variable 'CLUSTER_NODES' to ''. Received the value from a code block.
    *** Select a Product to Install Page***
    Setting the 'TopLevelComp ( ToplevelComp )' property to 'oracle.um.UM_Config, 9.0.4.1.0, >0.0.0.0.0, [ 912 ][OH:2]'. Received the value from the default settings.
    *** Select Installation Type Page***
    Setting the 'InstallType ( DEP_MODE )' property to 'Typical'. Received the value from the default settings.
    Setting the 'TopLevelInstallType ( TLDepModes )' property to 'Typical,'. Received the value from the default settings.
    The selected install type is "typical".
    Install type for "UM configurator 9.0.4.1.0 " is "typical".
    *** Language Selection Page***
    *** Specify Local Host Name Page***
    Setting the 'HostName ( OUI_HOSTNAME )' property to 'oramail.exp.com'. S_LOG_VAR_VALTYPE_CLONE
    *** Component Locations Page***
    *** Entering Component: oracle.um.UM_Config installation
    Setting variable 'system_passwd' to '*Protected value, not to be logged*'. Received the value from response file.
    Setting variable 'sys_passwd' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'summary_str' to 'summary'. Received the value from the variable calculation.
    Setting variable 'start_proc_flag' to 'true'. Received the value from the variable calculation.
    Setting variable 'start_proc' to '1'. Received the value from the variable calculation.
    Setting variable 'port_number' to '389'. Received the value from the variable calculation.
    Setting variable 'out_str4' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'out_str31' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'out_str3' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'oid_flag' to '1'. Received the value from the variable calculation.
    Setting variable 'link_htdocs' to 'cal90jsp'. Received the value from the variable calculation.
    Setting variable 'isportinuse_flag' to 'true'. Received the value from the variable calculation.
    Setting variable 'install_cal' to 'false'. Received the value from the variable calculation.
    Setting variable 'host_name' to 'host_name'. Received the value from the variable calculation.
    Setting variable 'global_db_name_list' to ''. Received the value from the variable calculation.
    Setting variable 'global_db_name' to '<SID>.<Domain Name>'. Received the value from the variable calculation.
    Setting variable 'empty_input_string' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'domain_name' to 'oracle.com'. Received the value from the variable calculation.
    Setting variable 'ctxsys_passwd' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'create_domain_flag' to 'false'. Received the value from the variable calculation.
    Setting variable 'cookie_domain' to '.oracle.com'. Received the value from the variable calculation.
    Setting variable 'connect_str' to 'connect_str'. Received the value from the variable calculation.
    Setting variable 'config_type' to '0'. Received the value from the variable calculation.
    Setting variable 'config4' to 'false'. Received the value from the variable calculation.
    Setting variable 'config3' to 'false'. Received the value from the variable calculation.
    Setting variable 'config2' to 'false'. Received the value from the variable calculation.
    Setting variable 'config1' to 'false'. Received the value from the variable calculation.
    Setting variable 'cal_umadmin_passwd' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'cal_dad_name' to 'cal_dad_name'. Received the value from the variable calculation.
    Setting variable 'b_configureUM' to 'true'. Received the value from the variable calculation.
    Setting variable 'app_svr_port' to 'app_svr_port'. Received the value from the variable calculation.
    Setting variable 'app_svr_host_name' to 'app_svr_host_name'. Received the value from the variable calculation.
    Calling Query WindowsGeneralQueries2.3.0.6.0 getWindowsSystemDirectory
    Query Returned: C:\WINNT\system32
    Setting variable 'SystemRoot' to 'C:\WINNT\system32'. Received the value from the variable calculation.
    Setting variable 'SID' to 'iasdb'. Received the value from the variable calculation.
    Setting variable 'ORAHOME' to ''. Received the value from the variable calculation.
    Setting variable 'Net9_Connect_String' to 'ora9i'. Received the value from the variable calculation.
    Setting variable 'Index_Tblspace' to 'escalindxtbl'. Received the value from the variable calculation.
    Setting variable 'Img_Prefix' to '/i/'. Received the value from the variable calculation.
    Setting variable 'INSTALLHOME' to ''. Received the value from the variable calculation.
    Setting variable 'INSTALLATION_NAME' to ''. Received the value from the variable calculation.
    Setting variable 'HOSTNAME' to ''. Received the value from the variable calculation.
    Setting variable 'Flow_User_Passwd' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'Flow_User' to 'es_cal'. Received the value from the variable calculation.
    Setting variable 'Def_Tblspace' to 'escaldeftbl'. Received the value from the variable calculation.
    Setting variable 'App_User_Passwd' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'App_User' to 'es_cal'. Received the value from the variable calculation.
    Setting variable 'umadmin_passwd' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'empty_input_string' to '*Protected value, not to be logged*'. Received the value from a code block.
    Setting variable 'out_str22' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'empty_input_string' to '*Protected value, not to be logged*'. Received the value from a code block.
    Setting variable 'es_mail_passwd' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'empty_input_string' to '*Protected value, not to be logged*'. Received the value from a code block.
    Setting variable 'out_str2' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'out_str24' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'global_db_name_list' to '<SID>.<Domain Name>,'. Received the value from a code block.
    *** Unified Messaging Configuration Page***
    Setting the 'TitleLabel' property to 'Unified Messaging Configuration'.
    Setting the 'SubTitleLabel' property to ''.
    Setting the 'Prompt' property to 'Select one of the following options :'.
    Setting the 'Choices' property to 'Mail Store Database Configuration -
    Installs the mail store schema into a dedicated tablespace in a previously installed
    Oracle 9i database.,Middle Tier Configuration -
    Configures the Unified Messaging protocol servers on this host: SMTP, IMAP4, POP3
    and House Keeper.,'.
    Setting the 'BottomDescLabel' property to ''.
    Setting the 'Descriptions' property to 'null'.
    Setting the 'SelectedIndex ( config_type )' property to '0'. Received the value from the UI page.
    Setting variable 'INSTALLATION_NAME' to 'UM_SYSTEM'. Received the value from a code block.
    Setting variable 'config1' to 'false'. Received the value from a code block.
    Setting variable 'config2' to 'false'. Received the value from a code block.
    Setting variable 'config3' to 'false'. Received the value from a code block.
    Setting variable 'config4' to 'false'. Received the value from a code block.
    Setting variable 'install_cal' to 'false'. Received the value from a code block.
    Setting variable 'oid_flag' to '0'. Received the value from a code block.
    Setting variable 'system_passwd' to '*Protected value, not to be logged*'. Received the value from a code block.
    *** Mail Store Database Configuration Page***
    Calling Query generalQueries2.3.0.6.0 getOS
    Query Returned: Windows 2000
    Calling Query SpawnQueries1.1.4 Spawn
    command = Protected value, not to be logged
    Query Returned: 0
    Error:*** Alert: System password is invalid, please reenter. ***
    User Selected: Yes/OK
    Calling Query generalQueries2.3.0.6.0 getOS
    Query Returned: Windows 2000
    Calling Query SpawnQueries1.1.4 Spawn
    command = Protected value, not to be logged
    Query Returned: 0
    Error:*** Alert: System password is invalid, please reenter. ***
    User Selected: Yes/OK
    Calling Query generalQueries2.3.0.6.0 getOS
    Query Returned: Windows 2000
    Calling Query SpawnQueries1.1.4 Spawn
    command = Protected value, not to be logged
    Query Returned: 0
    Error:*** Alert: System password is invalid, please reenter. ***
    User Selected: Yes/OK
    Calling Query generalQueries2.3.0.6.0 getOS
    Query Returned: Windows 2000
    Calling Query SpawnQueries1.1.4 Spawn
    command = Protected value, not to be logged
    Query Returned: 0
    Error:*** Alert: System password is invalid, please reenter. ***
    User Selected: Yes/OK
    Calling Query generalQueries2.3.0.6.0 getOS
    Query Returned: Windows 2000
    Calling Query SpawnQueries1.1.4 Spawn
    command = Protected value, not to be logged
    Query Returned: 0
    Error:*** Alert: System password is invalid, please reenter. ***
    User Selected: Yes/OK
    Calling Query generalQueries2.3.0.6.0 getOS
    Query Returned: Windows 2000
    Calling Query SpawnQueries1.1.4 Spawn
    command = Protected value, not to be logged
    Query Returned: 2
    Setting the 'TitleLabel' property to 'Mail Store Database Configuration'.
    Setting the 'SubTitleLabel' property to ''.
    Setting the 'Prompt' property to 'Enter the values for the service name connect string and system password of this mail store database. These values are used by the Universal Installer to install the mail store schema.'.
    Setting the 'Labels' property to 'Database Host Name,SID,Port Number,System Password,'.
    Setting the 'Types' property to 'TEXTFIELD,TEXTFIELD,TEXTFIELD,SECURE,'.
    Setting the 'Choices' property to ''.
    Setting the 'BottomDescLabel' property to 'null'.
    Setting the 'Selections ( out_str2 )' property to '*Protected value, not to be logged*'. Received the value from the UI page.
    Calling Query generalQueries2.3.0.6.0 getOS
    Query Returned: Windows 2000
    Calling Query SpawnQueries1.1.4 Spawn
    command = Protected value, not to be logged
    Query Returned: 2
    *** CTXSYS Password Page***
    Calling Query generalQueries2.3.0.6.0 getOS
    Query Returned: Windows 2000
    Calling Query SpawnQueries1.1.4 Spawn
    command = Protected value, not to be logged
    Query Returned: 0
    Error:*** Alert: Ctxsys password is invalid, please reenter. ***
    User Selected: Yes/OK
    Calling Query generalQueries2.3.0.6.0 getOS
    Query Returned: Windows 2000
    Calling Query SpawnQueries1.1.4 Spawn
    command = Protected value, not to be logged
    Query Returned: 0
    Error:*** Alert: Ctxsys password is invalid, please reenter. ***
    User Selected: Yes/OK
    Calling Query generalQueries2.3.0.6.0 getOS
    Query Returned: Windows 2000
    Calling Query SpawnQueries1.1.4 Spawn
    command = Protected value, not to be logged
    Query Returned: 1
    Setting the 'TitleLabel' property to 'CTXSYS Password'.
    Setting the 'SubTitleLabel' property to ''.
    Setting the 'Prompt' property to 'This is the password for the ctxsys schema.'.
    Setting the 'Labels' property to 'Enter Password:,'.
    Setting the 'Types' property to 'SECURE,'.
    Setting the 'Choices' property to ''.
    Setting the 'BottomDescLabel' property to 'null'.
    Setting the 'Selections ( out_str24 )' property to '*Protected value, not to be logged*'. Received the value from the UI page.
    Setting variable 'ctxsys_passwd' to '*Protected value, not to be logged*'. Received the value from a code block.
    Setting variable 'host_name' to 'ormail'. Received the value from a code block.
    Setting variable 'SID' to 'ocsstore'. Received the value from a code block.
    Setting variable 'port_number' to '1521'. Received the value from a code block.
    Setting variable 'connect_str' to '''. Received the value from a code block.
    Setting variable 'connect_str' to '"(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ormail)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))"'. Received the value from a code block.
    Setting variable 'system_passwd' to '*Protected value, not to be logged*'. Received the value from a code block.
    Setting variable 'ORAHOME' to 'D:\OCS_ONEBOX\mtier'. Received the value from a code block.
    Setting variable 'config2' to 'true'. Received the value from a code block.
    Setting variable 'summary_str' to 'Click 'Next' to install and configure Unified Messaging mail store , click 'Previous' to go back to the previous page .'. Received the value from a code block.
    *** ES_MAIL Password Page***
    Setting variable 'empty_input_string' to '*Protected value, not to be logged*'. Received the value from a code block.
    Setting the 'TitleLabel' property to 'ES_MAIL Password'.
    Setting the 'SubTitleLabel' property to ''.
    Setting the 'Prompt' property to 'This is the password for the e-mail server schema.'.
    Setting the 'PasswordLabel' property to 'Enter Password:'.
    Setting the 'ConfirmLabel' property to 'Confirm Password:'.
    Setting the 'BottomDescLabel' property to 'null'.
    Setting the 'Password ( es_mail_passwd )' property to '*Protected value, not to be logged*'. Received the value from the UI page.
    Calling Query fileQueries2.3.0.6.0 exists
    filename = D:\OCS_ONEBOX\mtier/oes/log/exists.txt
    Query Returned: false
    *** UMADMIN Password Page***
    Setting variable 'empty_input_string' to '*Protected value, not to be logged*'. Received the value from a code block.
    Setting the 'TitleLabel' property to 'UMADMIN Password'.
    Setting the 'SubTitleLabel' property to ''.
    Setting the 'Prompt' property to 'Enter and confirm the password for the UMADMIN user in the Internet Directory.'.
    Setting the 'PasswordLabel' property to 'Enter Password:'.
    Setting the 'ConfirmLabel' property to 'Confirm Password:'.
    Setting the 'BottomDescLabel' property to 'null'.
    Setting the 'Password ( umadmin_passwd )' property to '*Protected value, not to be logged*'. Received the value from the UI page.
    Setting variable 'oid_flag' to '1'. Received the value from a code block.
    *** Unified Messaging Domain Page***
    Setting the 'TitleLabel' property to 'Unified Messaging Domain'.
    Setting the 'SubTitleLabel' property to ''.
    Setting the 'Prompt' property to 'Enter the name of the new Unified Messaging Domain to be created.'.
    Setting the 'TextLabel' property to 'Domain Name'.
    Setting the 'BottomDescLabel' property to 'null'.
    Setting the 'TextField ( domain_name )' property to 'oramail.exp.com'. Received the value from the UI page.
    *** Summary Page***
    Setting the 'TitleLabel' property to 'Summary'.
    Setting the 'SubTitleLabel' property to ''.
    Setting the 'InfoLabel' property to 'Click 'Next' to install and configure Unified Messaging mail store , click 'Previous' to go back to the previous page .'.
    Setting variable 'create_domain_flag' to 'true'. Received the value from a code block.
    *** Summary Page***
    Summary
    Global Settings
    Source: D:\OCS_ONEBOX\mtier\oes\config\Disk1\stage\products.jar
    Oracle Home: D:\OCS_ONEBOX\mtier (OCSHome_mid)
    Installation Type: typical
    Product Languages
    English
    Space Requirements
    C:\ Required 261KB (includes 258KB temporary) : Available 1.94GB
    D:\ Required 536KB : Available 15.16GB
    New Installations (1 products)
    UM configurator 9.0.4.1.0
    Starting install Install Phase 1 of component UM configurator
    Starting install Install Phase 2 of component UM configurator
    Initializing OUI save inventory
    Unable to read C:\Program Files\Oracle\Inventory/Contents/LibsList.ser. Some inventory information may be lost.
    Current Inventory:
         Independent Products:
              Oracle Windows System Files Fullmode 9.0.2.0.1 Development
              Oracle Windows System Files Installation 9.0.2.0.1 Development
              Java Runtime Environment 1.1.8.16.0a
              Oracle Windows System Files Verification 9.0.2.0.0 Development
         Oracle Home: OUIHome
              This Oracle Home has not been changed in this session.
         Oracle Home: OCSHome
              This Oracle Home has not been changed in this session.
         Oracle Home: OCSHome_stg
              This Oracle Home has not been changed in this session.
         Oracle Home: OCSHome_inf
              This Oracle Home has not been changed in this session.
         Oracle Home: OCSHome_mid
              Oracle Collaboration Suite 9.0.4.1.1
              Sun JDK extensions 9.0.2.0.0
              Sun JDK extensions Patch 9.0.2.3.0
              Sun JDK 1.3.1.0.2a
              Java Runtime Environment 1.4.1.3.0a
              Java Runtime Environment 1.3.1.6.0a
              Installer SDK Component 2.3.0.8.0
              Oracle Universal Installer 2.3.0.8.0
              RDBMS Required Support Files 9.0.1.4.0
              Enterprise Manager Minimal Support Files 9.0.2.0.1
              Collaboration Suite Wireless Server Management 9.0.3.2.0
              Perl Interpreter 5.6.1.0.0a
              Advanced Queueing (AQ) API 9.0.1.4.0
              XML Parser for Java 9.0.2.0.0
              Oracle Dynamic Monitoring Service 9.0.2.0.1
              Oracle Dynamic Monitoring Service Patch 9.0.2.3.0
              regexp 2.0.21.0.0
              Bali Share 1.1.17.0.0
              Oracle9i Application Server Object in OID 9.0.2.0.0
              Oracle9iAS Application Server WebCache Core to non-Core Upgrade 9.0.2.0.0
              Oracle JDBC Development Drivers 9.0.1.4.0
              JDBC Common Files 9.0.1.4.0
              JDBC/OCI Common Files 9.0.1.4.0
              Oracle Trace Required Support Files 9.0.1.0.1
              Oracle Client Required Support Files 9.0.1.4.0
              Agent Required Support Files 9.0.2.0.0a
              SSL Required Support Files 9.0.1.4.0
              LDAP Required Support Files 9.0.2.1.0
              LDAP Required Support Files Patch 9.0.2.3.0
              Parser Generator Required Support Files 9.0.1.0.0
              PL/SQL Required Support Files 9.0.1.4.0
              Oracle9iAS Application Server Core to non-Core Upgrade 9.0.2.0.0
              Repository Config Assistant 9.0.2.0.0
              XML Class Generator for Java 9.0.2.0.0
              Oracle JDBC Thin Driver for JDK 1.1 9.0.1.4.0
              Oracle Extended Windowing Toolkit 3.4.12.0.0
              Oracle Ice Browser 5.06.8.0.0
              Oracle Collaboration Suite Quick Tutorial 9.0.4.1.1
              Java Authorization 9.0.2.0.1
              Java Authorization Patch 9.0.2.3.0
              Enterprise Login Assistant 9.0.2.0.1
              Oracle JFC Extended Windowing Toolkit 4.2.6.0.0
              Oracle 9iAS Single Sign On Registration 9.0.2.0.1
              Oracle Ultra Search Common Files 9.0.3.4.0
              Oracle JDBC Thin Driver for JDK 1.2 9.0.1.4.0
              XML Parser for PL/SQL 9.0.2.0.0
              Platform Required Support Files 9.0.1.4.0
              Oracle Core Required Support Files 9.0.1.4.0
              Oracle Help For Java 3.2.12.0.0
              Extended Windowing Toolkit 3.3.18.0.0
              Oracle interMedia Java Advanced Imaging 9.0.2.0.0
              Oracle Help For Java 4.1.12.0.0
              Oracle interMedia Java Media Framework Client 9.0.2.0.0
              Oracle9i Globalization Support 9.0.1.4.0
              Oracle interMedia Java Client 9.0.2.0.0
              Oracle XML SQL Utility 9.0.1.4.0
              Oracle Net Required Support Files 9.0.1.4.0
              Precompiler Required Support Files 9.0.1.4.0
              XML Class Generator for C++ 9.0.2.0.0
              Oracle Code Editor 1.2.1.0.0A
              XDK Required Support Files 9.0.2.0.0
              XML Parser for C 9.0.2.0.0
              Java Naming and Directory Interface Libraries 1.2.1.0.0
              Oracle Dynamic Services Core 9.0.2.0.1
              Oracle Internet Directory Tools 9.0.2.1.0
              Required Support Files 9.0.1.4.0
              UM common 9.0.4.1.0
              Utilities Common Files 9.0.1.4.0
              Oracle JDBC/OCI Driver for JDK 1.2 9.0.1.4.0
              Oracle Internet Directory Client Common Files 9.0.2.1.0
              Oracle Database User Interface 2.2.11.0.0
              Oracle Ultra Search Middle-Tier 9.0.3.4.0
              Assistant Common Files 9.0.2.0.1
              XML Parser for C++ 9.0.2.0.0
              Oracle Intelligent Agent Base Component Files 9.0.2.0.0a
              Oracle Intelligent Agent 9.0.2.0.0a
              Oracle Property Inspector 4.1.8.0.0
              Oracle EMD Agent Extensions 9.0.2.0.0a
              Oracle Forms Extensions 9.0.2.0.0a
              Database SQL Scripts 9.0.1.4.0
              Oracle Applications Extensions 9.0.2.0.0a
              Oracle Collaboration Suite Release Notes 9.0.4.1.1
              Oracle Portal Data 9.0.2.2.22
              Oracle Net Configuration Assistant 9.0.1.4.0
              Enterprise Manager Translated Files 9.0.2.0.1
              Enterprise Manager Base Classes 9.0.2.0.1
              Oracle HTTP Server Extensions 9.0.2.0.0a
              Oracle Net Manager 9.0.1.4.0
              Oracle Java Portal Development Kit 9.0.2.2.22
              Oracle Portal Community Portlets 9.0.2.2.22
              Oracle9iAS Repository API 9.0.2.1.0
              Oracle JDBC/OCI Driver for JDK 1.1 9.0.1.4.0
              Oracle Java Object Cache 9.0.2.0.0
              Oracle Java Object Cache Patch 9.0.2.3.0
              Oracle Process Management Notification 9.0.2.0.0
              Oracle Process Management Notification Patch 9.0.2.3.0
              Visigenics ORB 3.4.0.0.0
              Oracle Enterprise Java Beans and CORBA Tools 9.0.1.1.1
              Oracle Dynamic Services Server 9.0.2.0.1
              Apache Configuration for EJB 9.0.1.0.1
              HTTP Server files 1.3.22.0.1a
              HTTP Server Files Patch 1.3.22.0.1d
              Oracle OC4J Module 9.0.2.0.0
              Oracle OC4J Module Patch 9.0.2.3.0
              Oracle Ultra Search Server 9.0.3.4.0
              Oracle Wallet Manager 9.0.1.4.0
              Oracle Net 9.0.1.4.0
              Oracle Java Tools 9.0.1.4.0
              Secure Socket Layer 9.0.1.4.0
              Oracle9iAS Clickstream Intelligence Common 9.0.2.2.0
              Enterprise Manager Process Utility 9.0.2.0.0
              Oracle9i Syndication Server Core 9.0.2.0.1
              Oracle Distributed Configuration Management 9.0.2.0.0
              Oracle Distributed Configuration Management Patch 9.0.2.3.0
              Enterprise Manager Encapsulated J2EE 9.0.2.0.0
              Bali Resource Translation System 2.0.5.0.0
              Oracle9i Syndication Server 9.0.2.0.1
              Oracle JDBC Drivers 9.0.1.4.0
              Oracle9iAS Mapviewer 9.0.2.0.0
              XSQL Servlet 9.0.2.0.0
              SQLJ Runtime 9.0.2.0.0
              Oracle Java Server Pages 9.0.2.0.1
              Oracle Java Server Pages Patch 9.0.2.3.0
              Oracle9iAS Containers for J2EE 9.0.2.0.1
              Oracle9iAS Containers for J2EE Patch 9.0.2.3.0
              Oracle Display Fonts 9.0.2.0.0
              Oracle UIX 2.0.21.0.0
              Oracle SOAP Client files 2.2.0.0.0b
              Oracle SOAP Client Files Patch 2.2.0.0.0e
              Oracle Help for the Web 1.0.7.0.0
              Oracle Enterprise Manager Web Site 9.0.2.0.0
              Unified Messaging EMD configuration 9.0.4.1.0
              Oracle9iAS Clickstream Intelligence Collector Agent Management 9.0.2.2.0
              BC4J Runtime Sample for Oracle9iAS 9.0.2.799.0
              Oracle Ultra Search Extension for EMD 9.0.3.4.0
              JSDK 2.0.0.0.0d
              Apache JServ 1.1.2.0.0a
              Apache JServ Patch 1.1.2.0.0d
              Discoverer Services Manager 9.0.2.39.02
              Oracle9i Delegated Administration Service 9.0.2.1.0
              Oracle9i Delegated Administration Service Patch 9.0.2.3.0
              Export/Import 9.0.1.4.0
              SQL*Loader 9.0.1.4.0
              Oracle SOAP Server 2.2.0.0.0b
              Oracle SOAP Server Patch 2.2.0.0.0e
              Oracle eBusiness Management Extensions 9.0.2.0.0a
              Apache Module for Oracle Distributed Authoring and Versioning 9.0.2.0.0
              SQL*Plus 9.0.1.4.0
              XML Transviewer Beans 9.0.2.0.0
              Reports OEM Extension 9.0.2.0.3
              Forms EMEXT 9.0.2.9.0
              Apache Configuration for Oracle Java Server Pages 9.0.2.0.0
              BC4J Runtime for Oracle9iAS 9.0.2.799.0
              Oracle9iAS Configuration for OC4J 9.0.2.0.1
              Oracle XML Runtime Components 9.0.2.0.0
              Oracle Mod PL/SQL Gateway 9.0.2.0.0
              Patch of Oracle Mod PL/SQL Gateway 9.0.2.6.0
              Oracle9iAS Web Cache 9.0.2.0.0
              Oracle9iAS Web Cache Patch 9.0.2.3.0
              Oracle Agent Extensions 9.0.2.0.0a
              Oracle Internet Directory Client 9.0.2.1.0
              Oracle Internet Directory Client Patch 9.0.2.3.0
              Apache Configuration for Oracle XML Developer's Kit 9.0.2.0.0
              Oracle Net Listener 9.0.1.4.0
              Oracle Portal Help 9.0.2.2.22
              Oracle Portal Integration with Reports 9.0.2.2.22
              Oracle Portal Configuration Assistant 9.0.2.2.22
              Oracle Portal CAT 9.0.2.2.22
              Oracle Portal Images 9.0.2.2.22
              Oracle Portal NLS 9.0.2.2.22
              Oracle Portal Common Services 9.0.2.2.22
              Oracle Portal Sitebuilder 9.0.2.2.22
              Oracle Portal Demos 9.0.2.2.22
              Oracle Portal Documentation 9.0.2.2.22
              Oracle Portal Java 9.0.2.2.22
              Oracle Portal SSO 9.0.2.2.22
              Oracle Portal Servlets 9.0.2.2.22
              Oracle Portal PLSQLToolkit 9.0.2.2.22
              Oracle Portal Utilities 9.0.2.2.22
              Oracle Portal VPD Policy 9.0.2.2.22
              Oracle9iAS Clickstream Intelligence Collector Agent 9.0.2.2.0
              Oracle9iAS Clickstream Intelligence Core 9.0.2.2.0
              Voicemail Fax Middletier 9.0.4.1.1
              BC4J Config Assistant 9.0.2.799.0
              Email Server Webmail 9.0.4.1.0
              Unified Messaging 9.0.4.1.0
              Oracle HTTP Server 9.0.2.0.0
              Oracle Portal Config Dialogs 9.0.2.2.22
              Oracle9i Application Server Core Products 9.0.2.0.0
              Oracle9i Application Server Middle Tier Products 9.0.2.0.0
              Oracle Portal Monitoring 9.0.2.2.22
              Oracle Portal Database Objects 9.0.2.2.22
              Oracle9i Application Server Instance 9.0.2.0.0
              Oracle Portal 9.0.2.2.22
              Patch of Oracle Portal 9.0.2.3.0B
              Management Tools 9.0.2.0.0
              Oracle Workflow 2.6.2.0.0
              Oracle Collaboration Suite One-offs 9.0.4.1.1
              Collaboration Suite Wireless Server 9.0.3.2.0
              Oracle Calendar application system 9.0.4.1.1
              Oracle Calendar web services 9.0.4.1.1
              Oracle Calendar SDK 9.0.4.1.0
              Oracle Sync Server 9.0.4.1.1
              Oracle Calendar web client 9.0.4.1.1
              Collaboration Suite Wireless 9.0.3.2.0
              Oracle9i Application Server 9.0.2.0.0
              Oracle Collaboration Suite Upgrade Assistant 9.0.4.1.1
              Oracle Files 9.0.4.3.0
              Oracle Calendar server 9.0.4.1.1
              Oracle Calendar administrator 9.0.4.1.1
              Oracle Calendar configuration 9.0.4.1.1
              Oracle Collaboration Suite Web Client 9.0.4.1.1
              Oracle Real-Time Collaboration Core Components 2.0.4.2.0
              UM configurator 9.0.4.1.0
    Starting to execute configuration assistants
    Launched configuration assistant 'Config MailStore'
    Tool type is: Optional.
    The command being spawned is: 'D:\OCS_ONEBOX\mtier/oes/bin/install_mailstore.bat "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ormail)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" Protected value, not to be logged ocsstore ormail 1521 UM_SYSTEM D:\OCS_ONEBOX\mtier Protected value, not to be logged Protected value, not to be logged 1 oramail.exp.com'
    Start output from spawned process:
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>rem --- running install_mailstore.bat
    "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ormail)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" "<sys_passwd>" "<system_passwd>" "<ctxsys_passwd>" 1521 UM_SYSTEM D:\OCS_ONEBOX\mtier ora123 ora123 "<es_mail_passwd>" "<umadmin_passwd>"
    The system cannot find the path specified.
    The system cannot find the path specified.
    == was unexpected at this time.
    End output from spawned process.
    Invalid Exit Code. The following result code will be used for configuration assistants: 1
    Configuration assistant "Config MailStore" failed
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>rem --- running install_mailstore.bat
    "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ormail)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" "<sys_passwd>" "<system_passwd>" "<ctxsys_passwd>" 1521 UM_SYSTEM D:\OCS_ONEBOX\mtier ora123 ora123 "<es_mail_passwd>" "<umadmin_passwd>"
    The system cannot find the path specified.
    The system cannot find the path specified.
    == was unexpected at this time.
    Result code for launching of configuration assistant is: 1
    The OUICA command is launched from D:\OCS_ONEBOX\mtier\oui\bin\ouica.bat.
    Error:*** Alert: Some of the configuration assistants failed. However these are optional assistants, so they are not required for the correct configuration of your system. If you want to try to run those assistants again, select the failed assistants and click the 'Retry' button. ***
    User Selected: Yes/OK
    Starting to execute configuration assistants
    Launched configuration assistant 'Config MailStore'
    Tool type is: Optional.
    The command being spawned is: 'D:\OCS_ONEBOX\mtier/oes/bin/install_mailstore.bat "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ormail)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" Protected value, not to be logged ocsstore ormail 1521 UM_SYSTEM D:\OCS_ONEBOX\mtier Protected value, not to be logged Protected value, not to be logged 1 oramail.exp.com'
    Start output from spawned process:
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>rem --- running install_mailstore.bat
    "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ormail)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" "<sys_passwd>" "<system_passwd>" "<ctxsys_passwd>" 1521 UM_SYSTEM D:\OCS_ONEBOX\mtier ora123 ora123 "<es_mail_passwd>" "<umadmin_passwd>"
    The system cannot find the path specified.
    The system cannot find the path specified.
    == was unexpected at this time.
    End output from spawned process.
    Invalid Exit Code. The following result code will be used for configuration assistants: 1
    Configuration assistant "Config MailStore" failed
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>rem --- running install_mailstore.bat
    "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ormail)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" "<sys_passwd>" "<system_passwd>" "<ctxsys_passwd>" 1521 UM_SYSTEM D:\OCS_ONEBOX\mtier ora123 ora123 "<es_mail_passwd>" "<umadmin_passwd>"
    The system cannot find the path specified.
    The system cannot find the path specified.
    == was unexpected at this time.
    Result code for launching of configuration assistant is: 1
    The OUICA command is launched from D:\OCS_ONEBOX\mtier\oui\bin\ouica.bat.
    Starting to execute configuration assistants
    Launched configuration assistant 'Config MailStore'
    Tool type is: Optional.
    The command being spawned is: 'D:\OCS_ONEBOX\mtier/oes/bin/install_mailstore.bat "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ormail)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" Protected value, not to be logged ocsstore ormail 1521 UM_SYSTEM D:\OCS_ONEBOX\mtier Protected value, not to be logged Protected value, not to be logged 1 oramail.exp.com'
    Start output from spawned process:
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>rem --- running install_mailstore.bat
    "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ormail)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" "<sys_passwd>" "<system_passwd>" "<ctxsys_passwd>" 1521 UM_SYSTEM D:\OCS_ONEBOX\mtier ora123 ora123 "<es_mail_passwd>" "<umadmin_passwd>"
    The system cannot find the path specified.
    The system cannot find the path specified.
    == was unexpected at this time.
    End output from spawned process.
    Invalid Exit Code. The following result code will be used for configuration assistants: 1
    Configuration assistant "Config MailStore" failed
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>rem --- running install_mailstore.bat
    "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ormail)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" "<sys_passwd>" "<system_passwd>" "<ctxsys_passwd>" 1521 UM_SYSTEM D:\OCS_ONEBOX\mtier ora123 ora123 "<es_mail_passwd>" "<umadmin_passwd>"
    The system cannot find the path specified.
    The system cannot find the path specified.
    == was unexpected at this time.
    Result code for launching of configuration assistant is: 1
    The OUICA command is launched from D:\OCS_ONEBOX\mtier\oui\bin\ouica.bat.
    The following configuration assistants have not been successfully completed. These assistants must be completed for your product to be completely configured.
    Execute file D:\OCS_ONEBOX\mtier\cfgtoollogs/configToolCommands to re-run all skipped/failed configuration assistants.
    echo Config MailStore
    D:\OCS_ONEBOX\mtier/oes/bin/install_mailstore.bat "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ormail)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" Protected value, not to be logged ocsstore ormail 1521 UM_SYSTEM D:\OCS_ONEBOX\mtier Protected value, not to be logged Protected value, not to be logged 1 oramail.exp.com
    Error:*** Alert: One or more configuration assistants have not completed successfully. However these are optional, so they are not required for the correct configuration of your system. A list of the configuration assistants that need to be run is generated in the log of this session which is located at:
    C:\Program Files\Oracle\Inventory\logs\installActions2006-02-02_01-53-52PM.log ***
    User Selected: Yes/OK
    Warning:*** Alert: Do you really want to exit? ***
    User Selected: Yes/OK
    The OUICA command is launched from D:\OCS_ONEBOX\mtier\oui\bin\ouica.bat.
    *** End of Installation Page***
    The installation of UM configurator was successful, but some optional configuration assistants failed or were canceled.

    Hi Andreas,
    I already tried your solution but still got error, this is the log file :
    Starting to execute configuration assistants
    Launched configuration assistant 'Config MailStore'
    Tool type is: Optional.
    The command being spawned is: 'D:\ocs_onebox\mtier/oes/bin/install_mailstore.bat "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oramail.exp.com)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" Protected value, not to be logged ocsstore oramail.exp.com 1521 UM_SYSTEM D:\ocs_onebox\mtier Protected value, not to be logged Protected value, not to be logged 1 oramail.exp.com'
    Start output from spawned process:
    C:\TMP>rem --- running install_mailstore.bat
    "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oramail.exp.com)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" "<sys_passwd>" "<system_passwd>" "<ctxsys_passwd>" 1521 UM_SYSTEM D:\ocs_onebox\mtier ora123 ora123 "<es_mail_passwd>" "<umadmin_passwd>"
    The system cannot find the path specified.
    The system cannot find the path specified.
    == was unexpected at this time.
    End output from spawned process.
    Invalid Exit Code. The following result code will be used for configuration assistants: 1
    Configuration assistant "Config MailStore" failed
    C:\TMP>rem --- running install_mailstore.bat
    "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oramail.exp.com)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" "<sys_passwd>" "<system_passwd>" "<ctxsys_passwd>" 1521 UM_SYSTEM D:\ocs_onebox\mtier ora123 ora123 "<es_mail_passwd>" "<umadmin_passwd>"
    The system cannot find the path specified.
    The system cannot find the path specified.
    == was unexpected at this time.
    Result code for launching of configuration assistant is: 1
    The OUICA command is launched from D:\ocs_onebox\mtier\oui\bin\ouica.bat.
    The following configuration assistants have not been successfully completed. These assistants must be completed for your product to be completely configured.
    Execute file D:\ocs_onebox\mtier\cfgtoollogs/configToolCommands to re-run all skipped/failed configuration assistants.
    echo Config MailStore
    D:\ocs_onebox\mtier/oes/bin/install_mailstore.bat "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oramail.exp.com)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" Protected value, not to be logged ocsstore oramail.exp.com 1521 UM_SYSTEM D:\ocs_onebox\mtier Protected value, not to be logged Protected value, not to be logged 1 oramail.exp.com
    Error:*** Alert: One or more configuration assistants have not completed successfully. However these are optional, so they are not required for the correct configuration of your system. A list of the configuration assistants that need to be run is generated in the log of this session which is located at:
    C:\Program Files\Oracle\Inventory\logs\installActions2006-02-07_06-35-23PM.log ***
    User Selected: Yes/OK
    *** End of Installation Page***
    The installation of UM configurator was successful, but some optional configuration assistants failed or were canceled.
    Warning:*** Alert: Do you really want to exit? ***
    User Selected: Yes/OK
    The OUICA command is launched from D:\ocs_onebox\mtier\oui\bin\ouica.bat.
    User Exit

  • After changing a mail list name in Server end, users can't see the update in outlook client

    Dear all,
    This is a real issue. I am a Help-desk in a global company and after changing a mail list name in Server end, users can't see the update in outlook client. Even I download Offline address book in full detail, user still can't see the change in her outlook.
    Does anyone know how to fix it?
    Thanks,
    Franklin hong

    Hi,
    Would you please detail what you did by "changing a mail list name in Server end"? What is the mail list and what server?
    If you switch to Online Mode instead of Cached Exchange Mode, does the user see the change?
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Term store name changes

    I have noticed that the name allocated to my term store has changed from Taxonomy_DJcsLjAbAI3lOZhi3Dx51g==
    to Taxonomy_Wj7f+lsBu6MEm266iBclFA==
    I have an application that uses the name which is now broken.  Is there any reason the name was changed and please could someone confirm if this is likely to be changed again.
    Thanks
    Bren

    It never changes. It might because of the conflict of the app but it should not give any error. Can you go to the term store and click on the name  Taxonomy_Wj7f+lsBu6MEm266iBclFA== and see on the right the name property of the term store. i.e. Available
    service Applications and check if you are able to click on the drop down and select your previous term store name Taxonomy_DJcsLjAbAI3lOZhi3Dx51g== and also it shouldn't create any problems. Just to have a check you can try creating terms and see the behavior.
    If you find this information helpful then please propose this as an answer and vote. Thanks.
    Ujjwal Patel
     |
    SharePoint Online Support Engineer, MCPD, MCTS, MCAD.

  • Exchange Server Setup Encountered an Error

    I'm trying to install Exchange Server 2010 on a Windows 7 Service Pack 1 machine.  I get to step 4... it says Microsoft Exchange Server 2010 Setup Initializing for a brief moment and then Exchange Server Setup Encountered an Error.  I looked in
    the event log and this is what it says, can someone help me figure out what is wrong?
    Thank you,
    Cynthia
    Log Name:      Application
    Source:        MSExchange Common
    Date:          10/10/2014 1:12:36 PM
    Event ID:      4999
    Task Category: (1)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      HP
    Description:
    The description for Event ID 4999 from source MSExchange Common cannot be found. Either the
    component that raises this event is not installed on your local computer or the installation
    is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the
    event.
    The following information was included with the event:
    9788
    E12
    c-RTL-AMD64
    14.00.0639.021
    ExSetupUI
    M.E.Management.SystemManager
    M.E.M.S.W.WizardForm.InitializeComponent
    System.ArgumentException
    e578
    14.00.0639.021
    False

    hi Cynthna7575
    Thank you for your question.
    By your state,I think you want to install EMC on windows 7.
    If that,you can refer to the following steps;
    1.Check that you have installed the necessary operating system components
    a.     Open Control Panel, and then select Programs.
    b.     Click Turn Windows features on or off.
    c.     Select Microsoft .NET Framework 3.5.1.
    d.     Navigate to Internet Information Services > Web Management Tools >IIS 6 Management Compatibility.
    e.     Select the check box for IIS 6 Management Console, and then click OK.
    2.Ensure that you un-tick the box during the setup wizard to automatically install roles and features required for Exchange
    3.If there will be issue, you can try to install Exchange management tool in other Windows 7 X64 machine to see whether it is OK
    If any questions,please let me know.
    Best Regard,
    Jim Xu

  • Exchange Mail Store Lookup Reconciliation no longer returns the values

    Hi guys,
    I executed the schedule "Exchange Mail Store Lookup Reconciliation" and returned the value of mail store with sucess. Now I run again but not return the values. The values existed on the Lookup.ExchangeReconciliation.MailStore was cleaned.
    I need this values for provision a user to Exchange. Is it ok?
    Thanks

    I execute the task, is finished with success. But not bringer any values to Lookup.ExchangeReconciliation.MailStore
    [2012-01-11T11:08:39.250-02:00] [oim_server1] [NOTIFICATION] [] [OIMCP.MEXC] [tid: OIMQuartzScheduler_Worker-9] [userId: oiminternal] [ecid: 0000JJCoOzaE^MWFLzyGOA1F3OLz000002,0] [APP: oim#11.1.1.3.0] com.thortech.xl.schedule.tasks.tcExchangeMailStoreLookupReconTask : execute : Starting Exchange Mail Store Lookup Reconciliation Task
    [2012-01-11T11:08:39.255-02:00] [oim_server1] [NOTIFICATION] [] [OIMCP.MEXC] [tid: OIMQuartzScheduler_Worker-9] [userId: oiminternal] [ecid: 0000JJCoOzaE^MWFLzyGOA1F3OLz000002,0] [APP: oim#11.1.1.3.0] com.thortech.xl.schedule.tasks.tcExchangeMailStoreLookupReconTask : isReconStopped : Stopping Reconciliation.....................
    [2012-01-11T11:08:41.924-02:00] [oim_server1] [NOTIFICATION] [] [OIMCP.MEXC] [tid: OIMQuartzScheduler_Worker-9] [userId: oiminternal] [ecid: 0000JJCoOzaE^MWFLzyGOA1F3OLz000002,0] [APP: oim#11.1.1.3.0] com.thortech.xl.schedule.tasks.tcExchangeMailStoreLookupReconTask : execute : Exchange Mail Store Lookup Reconciliation Ends
    For provision a user to Exchange, I need select a "Mail Store" on the form. But if task "Exchange Mail Store Lookup Reconciliation" not bring the values to Lookup, I can not provision a user. I'm correct?
    Because when I try provision a user to Exchange, in the log, show me:
    [2012-01-11T11:05:00.508-02:00] [oim_server1] [ERROR] [] [OIMCP.MEXC] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: bfccc7416174d6cc:6f5adea4:134ccd17bf0:-8000-000000000000025a,0] [APP: oim#11.1.1.3.0] com.thortech.xl.integration.Exchange.tcExchangeTasks : createMailboxForADUser : Insufficient data, may be all mandatory field are not present : :Index: 0, Size: 0
    [2012-01-11T11:05:00.509-02:00] [oim_server1] [ERROR] [] [OIMCP.MEXC] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: bfccc7416174d6cc:6f5adea4:134ccd17bf0:-8000-000000000000025a,0] [APP: oim#11.1.1.3.0]
    Thanks a lot

  • Exchange - "Mail Store Updated"

    Hi,
    I'm working with the version 9.1.1.7 of the exchange connector on OIM 11g.
    Now I realized that there is no "Mail Store Updated" task on the Exchange Process Definition.
    1 - Have been a problem in the installation or the connector does not have this functionality?
    2 - How do I implement this feature?

    You would need to write a new power shell script to actually change the user's mail store, then you could call the script in the same way the Create and Delete scripts are called.
    Kerry

  • Pb running Exchange Mail Store Lookup Reconciliation

    Hello,
    We are on 9.1.0.2 OIM, WLS 10.3.2, AD 9.1.1, Exchange 9.1.1 provisioning to Exchange 2003.
    We got this error while running the Exchange Mail Store Lookup Reconciliation:
    ERROR,02 Mar 2010 11:24:48,654,[OIMCP.MEXC],====================================================
    ERROR QuartzWorkerThread-1 OIMCP.MEXC - ====================================================
    ERROR,02 Mar 2010 11:24:48,654,[OIMCP.MEXC],com.thortech.xl.integration.ActiveDirectory.tcADUtilLDAPController : searchResultPageEnum : [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of:
            'DC=GOVT,DC=DNVRT'
    ^@]
    ERROR QuartzWorkerThread-1 OIMCP.MEXC - com.thortech.xl.integration.ActiveDirectory.tcADUtilLDAPController : searchResultPageEnum : [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of:
            'DC=GOVT,DC=DNVRT'
    ^@]
    ERROR,02 Mar 2010 11:24:48,654,[OIMCP.MEXC],====================================================
    ERROR QuartzWorkerThread-1 OIMCP.MEXC - ====================================================
    ERROR,02 Mar 2010 11:24:48,654,[OIMCP.MEXC],================= Start Stack Trace =======================
    ERROR QuartzWorkerThread-1 OIMCP.MEXC - ================= Start Stack Trace =======================
    ERROR,02 Mar 2010 11:24:48,654,[OIMCP.MEXC],com.thortech.xl.integration.ActiveDirectory.tcADUtilLDAPController : searchResultPageEnum
    ERROR QuartzWorkerThread-1 OIMCP.MEXC - com.thortech.xl.integration.ActiveDirectory.tcADUtilLDAPController : searchResultPageEnum
    ERROR,02 Mar 2010 11:24:48,654,[OIMCP.MEXC],javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best match of:
            'DC=GOVT,DC=DNVRT'
    ^@]; remaining name 'CN=Configuration,dc=govt,dc=dnvrt'
    at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3066)
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2987)
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2794)
    at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1826)
    at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1749)
    at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirContext.java:368)
    How can this be fixed?
    Thanks
    Edited by: user12049102 on Mar 2, 2010 1:01 PM

    Hello,
    The Root Context was incorrect in the ADITResource. When it was changed to DC=DNVRT, then it worked.
    Thanks

  • [CS4 - JS]Export stories and "object is invalid" error

    Hello all,
    I need a javascript script that exports all the stories of a document to .icml files.
    At the moment I've come to a function like this:
    function exportICML(myDoc, path) {
            var stories = myDoc.stories;
    for (var i = 0; i < stories.length; i++) {
          alert(i);
          var story = stories.item(i);
          var filename = path + "/story-" + i + ".icml";
          try {
               story.exportFile(ExportFormat.INCOPY_MARKUP, new File(path));
                 } catch (err) {
    alert(err.message);
    This function fails, and in the server log I see this error:
    "Object is invalid"
    What am I doing wrong?
    Thanks.

    Works fine here :S
    var myDoc=app.activeDocument;
    var myPath = Folder.desktop+"/test.icml";
    exportICML(myDoc, myPath);
    try storing theend of loop outside the function and renaming var to avoid DOM names collision.
    function exportICML(myDoc, path) {
            var allStories = myDoc.stories;
    var iMax = allStories.length;
    for (var i = 0; i < iMax; i++) {
          alert(i);
          var myStory = allStories.item(i);
          var filename = path + "/story-" + i + ".icml";
          try {
               myStory.exportFile(ExportFormat.INCOPY_MARKUP, new File(path));
                 } catch (err) {
      alert(err.message);

Maybe you are looking for

  • Dropping index gives ORA-29861

    Hello We have an application which reads data from MapInfo Spatialware using MapInfo Professional and upload this data into Oracle Spatial tables using MapInfo Easy Loader utility. The constraint is that tables in oracle spatial must not be dropped.

  • Amount of pictures allowed for slideshows?

    Hello everyone. I was wondering if someone might be able to help me with my question. I'm thinking about buying photoshop elements 8. One of the main reasons is for slide show making. Does anyone know how many pictures can be downloaded per slideshow

  • Error in communication channel javaxresourse.Resourseexception

    We are getting an error in communication channel javax.resourse.Resourseexception. We are send a payload witn size in excess of 10mb. I also have a message which is in delivering status for quite some time now after which our communication channel st

  • Deleting Text Box, but not text, in Pages '09

    I use Readiris to scan documents, which then open in Word. All text is placed in text boxes (sometimes line by line). When I import the Word docs into Pages, I have literally hundreds of text boxes, when really all I want is to work with the text. Is

  • Risk terminator - Works in one system but not in the other

    Hi I have two SAP systems which is connected to one GRC system. Risk Terminator works well for the one system but does not work at all for the other. I have done the necessary configuration, set-up the RFC connector, tested the connectors, tested the