Problem in OIM installation

Hi All,
I am trying to install OIM 9.1.0.1 on the following configuration:
OS: Windows 2003 server
jdk: Sun jdk 1.6.0_10
App Server: jboss 4.0.3
database: Oracle 10g
I have successfully installed java, and database and run the prepare_xl_db.bat file without any error (except the normal view or table doesn't exist).
But when I run the setup_server.bat file, it just starts with a command prompt and then gets closed and no other screen for installation appears.
I have checked the java_home, classpath and path variables. Everything looks fine.
java_home is set to the jdk folder.
classpath to the bin folder of jdk.
path is set to the system32, webem and bin folder of jdk folder.
If anyone has any idea about the same, please post.
Thanks
Gaurav

Are you using Virtual Environment ?
If yes, where you have kept the installables, Is it on ethe same machine where you are installing or you have kept it on your physical machine ?
You may laugh but once it worked for someone. So he suggested me. :)
When your command prompt opens it will show some file name.
Just see the temp folder, is it creating folder (temp folder of OIM Installables). Give try after copying the installables in temp folder of windows.

Similar Messages

  • Problem in OIM Installation in Linux-64 bit environment

    Hi,
    Components used
    1. Oracle Database11gR1
    2. Weblogic Application server 10.3.0(installed in non clustered mode)
    3. OIM 9.1.0.1
    Also ensured the above three are compatible.
    I'm facing problem at the end of OIM installation in RedHat Linux-64 bit environment.
    The error details in setup-weblogic.log file is given below
    ===================================
    setup-startscript:
    setup:
    [echo] Setting up weblogic for xellerate complete.
    [ant] Exiting /oracle/oimserver/xellerate/setup/weblogic-setup.xml.
    BUILD FAILED
    /oracle/oimserver/xellerate/setup/setup.xml:443: The following error occurred while executing this line:
    /oracle/oimserver/xellerate/setup/weblogic-setup.xml:196: Could not create task or type of type: wlst.
    Ant could not find the task or a class this task relies upon.
    This is common and has a number of causes; the usual
    solutions are to read the manual pages then download and
    install needed JAR files, or fix the build file:
    - You have misspelt 'wlst'.
    Fix: check your spelling.
    - The task needs an external JAR file to execute
    and this is not found at the right place in the classpath.
    Fix: check the documentation for dependencies.
    Fix: declare the task.
    - The task is an Ant optional task and the JAR file and/or libraries
    implementing the functionality were not found at the time you
    yourself built your installation of Ant from the Ant sources.
    Fix: Look in the ANT_HOME/lib for the 'ant-' JAR corresponding to the
    task and make sure it contains more than merely a META-INF/MANIFEST.MF.
    If all it contains is the manifest, then rebuild Ant with the needed
    libraries present in ${ant.home}/lib/optional/ , or alternatively,
    download a pre-built release version from apache.org
    - The build file was written for a later version of Ant
    Fix: upgrade to at least the latest release version of Ant
    - The task is not an Ant core or optional task
    and needs to be declared using <taskdef>.
    - You are attempting to use a task defined using
    <presetdef> or <macrodef> but have spelt wrong or not
    defined it at the point of use
    Remember that for JAR files to be visible to Ant tasks implemented
    in ANT_HOME/lib, the files must be in the same directory or on the
    classpath
    Please neither file bug reports on this problem, nor email the
    Ant mailing lists, until all of these causes have been explored,
    as this is not an Ant bug.
         at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:385)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at org.apache.tools.ant.Main.runBuild(Main.java:668)
         at org.apache.tools.ant.Main.startAnt(Main.java:187)
         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
    Caused by: /oracle/oimserver/xellerate/setup/weblogic-setup.xml:196: Could not create task or type of type: wlst.
    Further, I have identified that the ant was unable to launch a custom web logic task, wlst.
    This custom task of web logic task is invoked by ant using the following script in <OIM_HOME>/xellerate/setup/weblogic-setup.xml.
    <target name="setup" depends="setup-startscript">
    <echo>Setting up weblogic for xellerate complete.</echo>
    <wlst properties="${basedir}/Profiles/${profile}" arguments='SETUP_CONFIG ${profile}
    ${weblogic_login_password} ${datasource_user_password} '
    fileName="${basedir}/setup/oimconfig.py"
    executeScriptBeforeFile="false"
    failOnError="true">
    </wlst>
    <antcall target="stopServer"/>
    <antcall target="startServer"/>
    </target>
    Also I have ensured the all the environmental variables, JAVAOPTIONS, USER_MEM_ARGS, ANT_OPTS are properly set before installing OIM.
    I have tried several times but still getting the same error.
    Please help me to resolve this issue.
    Did anyone face this issue before??????
    Edited by: Katheresh on May 17, 2010 9:36 PM

    I am not certain but when I was installing OIM 9.1.x with wls 10.3.0 on windows I had a failure too and it turned out I didn't create the wls domain user and group for OIM. The docs for OIM 9.1 does not talk about it so you may want to create this account and group and re-try the install. The steps are below:
    Log in to the WebLogic Admin Console using your new account by pointing a web browser to the following url:
    http://<hostname>:7001/console
    1. Select Security, then Realms, then myrealm, and then Groups from the navigation panel on the left.
    2. Select the Configure a new Group link in the Groups page.
    3. Enter User for the group name in the Name field under the General tab and optionally enter a description for the group.Click Apply.
    Note:
    The group name User is case-sensitive.
    4. Select Security, then Realms, then myrealm, and then Users from the navigation panel on the left.
    5. Select the Configure a new User link in the Users page.
    6. Enter Internal for the user name in the Name field under the General tab and optionally enter a description for the user.
    Note:
    The user name Internal is case-sensitive.
    7. Enter and confirm a password associated with the user name Internal and click Apply.
    8. Select the Groups tab.
    9. Add the User group to the list of Current Groups for the Internal user by selecting User from the list of Possible Groups and clicking the --> right arrow button. Click Apply.
    Please post back if it works,
    Thanks,

  • Problem during OIM Installation - exception in setup_weblogic.log

    Hi,
    I am trying to install OIM 9.1.01 on weblogic 10.3. The installation goes fine till 100%, showing "Final Vital Productor Data Registry" but the finish screen is not shown. Instead the below exception is written on the setup_weblogic.log file.
    Kindly help me to resolve the issue.
    cleanUpAndExplode:
    [echo] Undeploying the applications
    [wldeploy] weblogic.Deployer -debug -verbose -noexit -name Nexaweb -targets myserver -adminurl t3://localhost:7001 -user weblogic -password ******** -remove
    [wldeploy] Deprecated operation, remove, specified. Consider using undeploy operation instead.
    [wldeploy] weblogic.Deployer invoked with options: -debug -verbose -noexit -name Nexaweb -targets myserver -adminurl t3://localhost:7001 -user weblogic -remove
    [wldeploy] [WebLogicDeploymentManagerImpl.<init>():103] : Constructing DeploymentManager for J2EE version V1_4 deployments
    [wldeploy] [WebLogicDeploymentManagerImpl.getNewConnection():146] : Connecting to admin server at localhost:7001, as user weblogic
    [wldeploy] [ServerConnectionImpl.getEnvironment():288] : setting environment
    [wldeploy] [ServerConnectionImpl.getEnvironment():291] : getting context using t3://localhost:7001
    [wldeploy] [ServerConnectionImpl.close():334] : Closing DM connection
    [wldeploy] [ServerConnectionImpl.close():354] : Unregistered all listeners
    [wldeploy] javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
    [wldeploy]      at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:121)
    [wldeploy]      at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:84)
    [wldeploy]      at weblogic.deploy.api.tools.SessionHelper.getDeploymentManager(SessionHelper.java:446)
    [wldeploy]      at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:304)
    [wldeploy]      at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:137)
    [wldeploy]      at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
    [wldeploy]      at weblogic.utils.compiler.Tool.run(Tool.java:158)
    [wldeploy]      at weblogic.utils.compiler.Tool.run(Tool.java:115)
    [wldeploy]      at weblogic.Deployer.run(Deployer.java:70)
    [wldeploy]      at weblogic.Deployer.mainWithExceptions(Deployer.java:62)
    [wldeploy]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [wldeploy]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [wldeploy]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [wldeploy]      at java.lang.reflect.Method.invoke(Method.java:597)
    [wldeploy]      at weblogic.ant.taskdefs.management.WLDeploy.invokeMain(WLDeploy.java:419)
    [wldeploy]      at weblogic.ant.taskdefs.management.WLDeploy.execute(WLDeploy.java:349)
    [wldeploy]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [wldeploy]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [wldeploy]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [wldeploy]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [wldeploy]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [wldeploy]      at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
    [wldeploy]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [wldeploy]      at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
    [wldeploy]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [wldeploy]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [wldeploy]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [wldeploy]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [wldeploy]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [wldeploy]      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [wldeploy]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [wldeploy]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [wldeploy]      at org.apache.tools.ant.Main.runBuild(Main.java:668)
    [wldeploy]      at org.apache.tools.ant.Main.startAnt(Main.java:187)
    [wldeploy]      at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
    [wldeploy]      at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
    [wldeploy] Caused by: weblogic.deploy.api.spi.exceptions.ServerConnectionException
    [wldeploy]      at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:143)
    [wldeploy]      at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:148)
    [wldeploy]      at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:118)
    [wldeploy]      ... 35 more
    [wldeploy] Caused by: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://localhost:7001: Destination unreachable; nested exception is:
    [wldeploy]      java.net.SocketTimeoutException: Read timed out; No available router to destination]
    [wldeploy]      at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
    [wldeploy]      at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:783)
    [wldeploy]      at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:365)
    [wldeploy]      at weblogic.jndi.Environment.getContext(Environment.java:315)
    [wldeploy]      at weblogic.jndi.Environment.getContext(Environment.java:285)
    [wldeploy]      at weblogic.jndi.Environment.createInitialContext(Environment.java:208)
    [wldeploy]      at weblogic.jndi.Environment.getInitialContext(Environment.java:192)
    [wldeploy]      at weblogic.jndi.Environment.getInitialContext(Environment.java:170)
    [wldeploy]      at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getContext(ServerConnectionImpl.java:330)
    [wldeploy]      at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getEnvironment(ServerConnectionImpl.java:302)
    [wldeploy]      at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:141)
    [wldeploy]      ... 37 more
    [wldeploy] Caused by: java.net.ConnectException: t3://localhost:7001: Destination unreachable; nested exception is:
    [wldeploy]      java.net.SocketTimeoutException: Read timed out; No available router to destination
    [wldeploy]      at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:203)
    [wldeploy]      at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
    [wldeploy]      at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:344)
    [wldeploy]      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    [wldeploy]      at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    [wldeploy]      at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:339)
    [wldeploy]      ... 45 more
    [wldeploy] Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
    [wldeploy]      java.net.SocketTimeoutException: Read timed out; No available router to destination
    [wldeploy]      at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:464)
    [wldeploy]      at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:315)
    [wldeploy]      at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:251)
    [wldeploy]      at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:194)
    [wldeploy]      at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:225)
    [wldeploy]      at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:188)
    [wldeploy]      ... 50 more
    [wldeploy] weblogic.deploy.api.tools.deployer.DeployerException: Unable to connect to 't3://localhost:7001': Destination unreachable; nested exception is:
    [wldeploy]      java.net.SocketTimeoutException: Read timed out; No available router to destination. Ensure the url represents a running admin server and that the credentials are correct. If using http protocol, tunneling must be enabled on the admin server.
    [wldeploy]      at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:316)
    [wldeploy]      at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:137)
    [wldeploy]      at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
    [wldeploy]      at weblogic.utils.compiler.Tool.run(Tool.java:158)
    [wldeploy]      at weblogic.utils.compiler.Tool.run(Tool.java:115)
    [wldeploy]      at weblogic.Deployer.run(Deployer.java:70)
    [wldeploy]      at weblogic.Deployer.mainWithExceptions(Deployer.java:62)
    [wldeploy]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [wldeploy]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [wldeploy]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [wldeploy]      at java.lang.reflect.Method.invoke(Method.java:597)
    [wldeploy]      at weblogic.ant.taskdefs.management.WLDeploy.invokeMain(WLDeploy.java:419)
    [wldeploy]      at weblogic.ant.taskdefs.management.WLDeploy.execute(WLDeploy.java:349)
    [wldeploy]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [wldeploy]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [wldeploy]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [wldeploy]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [wldeploy]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [wldeploy]      at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
    [wldeploy]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [wldeploy]      at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
    [wldeploy]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [wldeploy]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [wldeploy]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [wldeploy]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [wldeploy]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [wldeploy]      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [wldeploy]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [wldeploy]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [wldeploy]      at org.apache.tools.ant.Main.runBuild(Main.java:668)
    [wldeploy]      at org.apache.tools.ant.Main.startAnt(Main.java:187)
    [wldeploy]      at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
    [wldeploy]      at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
    [wldeploy] Caused by: javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
    [wldeploy]      at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:121)
    [wldeploy]      at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager

    Hi,
    This is regarding "[wldeploy] java.net.SocketTimeoutException: Read timed out; No available router to destination. Ensure the url represents a running admin server and that the credentials are correct. If using http protocol, tunneling must be enabled on the admin server."
    Login to your weblogic server console. Navigate to Environments -> Server -> AdminServer -> Protocols
    You will see a check box with the name Tunneling, just enable it and save the configuration.
    Try now, the above exception will not occur.
    Br,
    Arun BC

  • Problem with linux installation on Thinkpad T410i

    Hello everyone. I have a problem with an installation of Linux (Debian). Installation ended in my Thinkpad T410i, but when you are starting, the computer constantly restarts. With windows does not happen. What's the problem?
    Probe with two versions: one with and one without GUI, and always restarts during startup stage or just finish loading the operating system. If eligo Windows in GRUB, the pc works normally.
    I appreciate any help you can give me.

    Madhukar,
    Check the below forums which also discuss about same problem like yours.
    Trouble with SAP system installation GUI
    error in installation of solution manager
    Regards,
    Debasis.

  • Hello I have a problem since my installation of the Yosemite update on my Mac I can longer open Indesign CS6

    Hello
    Hello I have a problem since my installation of the Yosemite update on my Mac I can longer open Indesign CS6.
    I have a problem since my installation of the Yosemite update on my Mac I can more open Indesign yet I have installed JavaForOSX2014-001 but it has changed nothing someone could help me?

    Please do not post the same question multiple times. If someone can help you, they will, but you need to be patient -- we're all just volunteers, users like yourself. I'm going to delete your other posts.

  • User provisioning problem from OIM 10g to Siebel CRM

    Hi Team,
    I am facing User provisioning problem from OIM 10g to Siebel CRM.Please find the log details.
    Running Get Attribute Mapping
    Running Siebel Create User
    <com.siebel.common.common.CSSException>
    <Error><ErrorCode>8716601</ErrorCode> <ErrMsg>Socket had incorrect word size: 0.(SBL-JCA-00313)</ErrMsg></Error>
    </com.siebel.common.common.CSSException>
            at com.siebel.om.conmgr.Connection.readPacket(Connection.java:550)
            at com.siebel.om.conmgr.Connection.run(Connection.java:286)
            at java.lang.Thread.run(Thread.java:619)
    [CMGR FATAL] Error: <com.siebel.common.common.CSSException>
    <Error><ErrorCode>8716601</ErrorCode> <ErrMsg>Socket had incorrect word size: 0.(SBL-JCA-00313)</ErrMsg></Error>
    </com.siebel.common.common.CSSException> connection:1
    <com.siebel.common.common.CSSException>
    <Error><ErrorCode>8716601</ErrorCode> <ErrMsg>Socket had incorrect word size: 0.(SBL-JCA-00313)</ErrMsg></Error>
    </com.siebel.common.common.CSSException>
            at com.siebel.om.conmgr.Connection.readPacket(Connection.java:550)
            at com.siebel.om.conmgr.Connection.run(Connection.java:286)
            at java.lang.Thread.run(Thread.java:619)
    [CMGR FATAL] Error: <com.siebel.common.common.CSSException>
    <Error><ErrorCode>8716601</ErrorCode> <ErrMsg>Socket had incorrect word size: 0.(SBL-JCA-00313)</ErrMsg></Error>
    </com.siebel.common.common.CSSException> connection:1ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],====================================================
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],com.thortech.xl.integration.siebel.utils.SiebelConnection : createSiebelConnection() :  Siebel Connection Exception:Could not open a session in 4 attempts. {1}(SBL-JCA-00200)
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],====================================================
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],====================================================
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],com.thortech.xl.integration.siebel.proxy.SiebelProxyEmployeeProvisionManager : createSiebelConnection() : BaseException: Siebel Connection JDB Exception: Could not open a session in 4 attempts. {1}(SBL-JCA-00200)
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],====================================================
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],====================================================
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],com.thortech.xl.integration.siebel.provision.SiebelUtilEmployeeProvisionManager : createEmployee() : BaseException: Siebel Connection JDB Exception: Could not open a session in 4 attempts. {1}(SBL-JCA-00200)
    ERROR,22 Aug 2013 12:58:27,689,[XL_INTG.SIEBEL],====================================================
    Regards,
    Ravi.

    Hi
    I facing the same error message as yours, using OIM 11g R2
    Are you able solve it ?
    Please share
    Many Thanks !!!

  • Has anybody had the following error while trying to download iTunes 10.5? There is a problem with Windows Installer package. A program required for this install to complete could not be run.

    Has anybody had the following error while trying to download iTunes 10.5? There is a problem with Windows Installer package. A program required for this install to complete could not be run.

    Go to "control panel" then "add or remove programs".  Highlight "Apple software update"  Choose "change" click "Repair"  This should do the trick.  Then download and install iTunes 10.5 again.

  • Tried to install iTunes 10.5 this morning but an error appeared saying "problem with windows installer package. A program required for this install to complete could not be run." Can someone please help

    I tried to install iTunes 10.5 this morning but an error appeared saying "problem with windows installer package. A program required for this install to complete could not be run." Can someone please help

    Firstly, are you installing iTunes for the first time or are you updating your current version of iTunes?
    If you're installing iTunes for the first time have you tried redownloading the installer package? Perhaps the file you downloaded originally is corrupted...
    http://www.apple.com/itunes/
    If you've tried that, then try installing iTunes as your computer's administrator. To do this right-click the install package and choose "Run as administrator".
    If you're updating iTunes to the most recent version try repairing the Apple Software Update program on your computer. It's under the add/remove programs.
    1. Open the control panel
    2. Open Add/Remove programs (called "Programs and Features" in Windows 7)
    3. Navigate to "Apple Software Update" in the list and click on it
    4. Click on "Change" then select "Repair" (or just select the repair option in Windows 7)
    Once you repair this, try running iTunes and the update again.
    Fingers crossed!

  • Problems by the Installation of Adobe Photoshop Elements 12

    Problems by the Installation of Adobe Photoshop Elements 12  can some one help me please?

    Thanks you so much,
    Somehow it is solved now. It is now perfectly installed. and when it is as
    easely as I was using 3.2 version, I shall buy it at once.
    God bless you and thanks.
    Alwin lyss
    2014-07-11 22:01 GMT+02:00 kglad <[email protected]>:
        Problems by the Installation of Adobe Photoshop Elements 12  created
    by kglad <https://forums.adobe.com/people/kglad> in *Downloading,
    Installing, Setting Up* - View the full discussion
    <https://forums.adobe.com/message/6543307#6543307>

  • Hi! I just bought Lion and I am having a problem with the installation. It keeps telling me that the computer's hard drive has a S.M.A.R.T. problem. How can I solve it?problem.

    Hi! I just bought Lion and I am having a problem with the installation. It keeps telling me that the computer's hard drive has a S.M.A.R.T. problem. How can I solve it?
    Thanks!
    Angela

    You may have a hard drive problem. When I installed Lion, the installer told me that it couldn't complete because the hard drive was failing (or broken, the exact words escape me). Since the HD had been functioning just fine, I took it to the Genius Bar, and found out that yes, the hard drive was slowly dying (bad sectors). I couldn't reboot into Snow Leopard, the installer wouldn't let me and then the drive just wouldn't work at all.
    I had to replace my drive and restore from Time Machine. Thankfully, I had Time Machine, and had just done a backup 5 minutes before the crash.
    Best of luck.

  • When i try to update my itunes on my pc i keep getting the messaage that there was a problem with the installer and it could not finish. how do i fix this? i`ve tried to download 3 times already.

    when i try to update my itunes on my pc i keep getting the messaage that there was a problem with the installer and it could not finish. how do i fix this? i`ve tried to download 3 times already.

    Hi
    I've got a similar problem.  iTunes v10.2 worked fine, but when I tried to update it to 10.5 I got a 'Bonjour' error.  I eventually solved that but I still couldn't upgrade to 10.5, so I deleted every single Apple, Quicktime, iTunes, etc file on my PC using Revo Unistaller (because the normal Windows Add/Delete programs wouldn't work) but now, when I install the latest iTunes version from scratch (on XP SP3), it says: "the installer encountered errors before it could be configured.... your system has not been modified" 
    Any ideas?
    Rick

  • HT1349 Hi all,I have just purchased new iphone but have difficulty in completing the itunes download with message : problem with Windows installer package. A program run as part of the setup did not finish as expected.

    Hi all,I have just purchased new iphone but have difficulty in completing the itunes download with message : problem with Windows installer package. A program run as part of the setup did not finish as expected.
    Would appreciate help...its driving me up the wall!!

    Perhaps let's first try updating your Apple Software Update.
    Launch Apple Software Update ("Start > All Programs > Apple Software Update"). Does it launch and offer you a newer version of Apple Software Update? If so, choose to install just that update to Apple Software Update. (Deselect any other software offered at the same time.)
    If the ASU update goes through okay, try another iTunes install. Does it go through without the errors this time?

  • Having trouble trying to install itunes 10.5. Receive message saying 'There is a problem with this installer package. A program required for this install to complete could not be found. Please contact product vendor'

    Having trouble trying to install itunes 10.5. Receive message saying 'There is a problem with this installer package. A program required for this install to complete could not be found. Please contact product vendor'

    Managed to get the installation sorted. Go to Control Panel, and where you have a list of all installed programs, repair all the Apple/Itunes related programs. Installation worked fine after that. Hopefully it helps you out too!

  • Problem in post installation of PI7.1

    Hi All expert  ,
    I facing problem in post installation of PI7.1 ,
    I have tried  to run net weaver initial setup with the help of configuration wizard we are facing given  following problem .
    During 60% of instatllation I have got error u201CChoose a password that is different from your last 5 passwordsu201D I  have changed it in ABAP side but still getting same error
    When I skip this step then second error
    : Choose a password that is different from your last 5 passwords 'PI_JCO_RFC'
    AI_RUNTIME_JCOSERVER
    RFC_ERROR_LOGON_FAILURE: Password logon no longer possible - too many failed attempts
    Is it any way to change all standard user(i.e. created during installation ) like PI*,  password in one shot in both ABAP side and  JAVA side .
    Regards,
    Amit

    Hi,
    that problem is resolved now m facing other problem during initial setup of configuration wizard .
    please see detail log .
    NetWeaver initial setup > PI UT initial setup > PI initial setup > Configure IntegrationServer > Initial setup of functional unit IntegrationServer > Initial setup of functional unit IntegrationServer > This wizard will execute Postinstall steps of technical configuration > Executing BAPI SXMB_SET_ROLE_TO_IS
    Executing BAPI SXMB_SET_ROLE_TO_IS
    Description
    No specified detailed description
    State
    START_ACTION
    Support Information
    Type of Action
    InvokeServiceDebug Events
    error message
    Error: Execution of Function SXMB_SET_ROLE_TO_IS ends with an error (cause:ONLY_ONE_CENTRAL_XMB:100, error code:092).
    error message
    Error: Execution of Function SXMB_SET_ROLE_TO_IS ends with an error (cause:ONLY_ONE_CENTRAL_XMB:100, error code:092).
    InvokeService:Executing BAPI SXMB_SET_ROLE_TO_IS
    Library: sap.com/tclmconfig~content
    SourcePath ./NetweaverProcess/PIJavaConstraint/PIJavaProcess/IntegrationServerRootProcess/IntegrationServerProcess/IntegrationServerProcess/SXMB_SET_ROLE_TO_IS/INVOKESERVICEBAPIIS
    Time 2009/07/31 at 14:30:47
    WSDL content/Netweaver/PI/IntegrationServer/service/BAPIConfiguringRoleOfIS.wsdl
    Destination parameters
    user : PISUPER
    password : % secure content %
    host : ctsgvcsapbl03
    sysnr : 10
    client : 001
    language : en
    function name: SXMB_SET_ROLE_TO_ISInput
    <Input>
    <NAME>EGAL</NAME>
    </Input>
    InvokeService- Result: Failed
    Exception Message:Execution of Function SXMB_SET_ROLE_TO_IS ends with an error (cause:ONLY_ONE_CENTRAL_XMB:100, error code:092).
    Exception Class:com.sap.tc.lm.ctc.metamodel.exception.ActionExecuteException
    Stacktrace
    com.sap.tc.lm.ctc.cul.serviceimpl.process.InvokeServiceControllerDefault.execute(InvokeServiceControllerDefault.java:171)
    error message
    Error: Execution of Function SXMB_SET_ROLE_TO_IS ends with an error (cause:ONLY_ONE_CENTRAL_XMB:100, error code:092).
    Regards,
    Amit

  • À PROBLEM IN THE INSTALLATION OF SQL SERVER

    I HAVE À PROBLEM IN THE INSTALLATION OF SQL SERVER ,I HAVE WINDOWS 8 64 BITS LENOVO ,I TRIED MANY VERSIONS, BUT IT DOESN'T WORK YET :(
    PLEASE HELP ME !

    I HAVE À PROBLEM IN THE INSTALLATION OF SQL SERVER ,I HAVE WINDOWS 8 64 BITS LENOVO ,I TRIED MANY VERSIONS, BUT IT DOESN'T WORK YET :(
    PLEASE HELP ME !
    Without the exact error message wwe will just hit arrow in the bush.Please post summary.txt which was generated due to failed installation.Below link will help you locate it
    http://technet.microsoft.com/en-us/library/ms143702.aspx
    Below link will give useful info about how to proceed with installing SQL server on win 8
    Considerations before installing SQL server on win 8
    Hardware and software requirement for installing SQL server 2012
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

Maybe you are looking for