Error in installing CCB on AIX

Hello,
I am trying to install CCB on AIX .Getting error while installling the Framework. Seek support on this
Environment Configuration CCB1DEMO
1. Environment Description
Environment Description: CCB1DEMO
2. Business App Server Configuration
Business Server Host: dstindiap05
JVM Child process starting Port Number: 6503
Number of JVM Child processes: 2
Bootstrap port: 2814
WebSphere Server Name: DEMO
WebSphere Application Name: SPLService
WebSphere Deployment userid: cissys
WebSphere Deployment password: cissys
3. Web Server Configuration
Web Server Host: dstindiap05
Web Server Port Number: 6500
WebSphere Server Name: DEMO
WebSphere Application Name: SPLWeb
WebSphere Deployment userid: cissys
WebSphere Deployment password: cissys
Is this environment will be used for development: false
Deploy appViewer module to the Web Server: true
Exploded directory (true) or archive format (false): false
Preload All Pages on startup: false
Maximum age of a cache entry for text (s): 28800
Maximum age of a cache entry for images (s): 28800
To switch to basic Login Page enter: BASIC: FORM
Application Admin Userid : SYSUSER
Application Admin Userid Password: sysuser00
4. Database Configuration
USERID of the User of the Database: cisadm
Password of the User of the Database: CISADM
Oracle Database Name: CCB1DEMO
Oracle Client Character Set NLS_LANG: AMERICAN_AMERICA.UTF8
Host name of database server: dstindiap05
Port name for database connection: 1521
5. Environment Configuration
MPL Admin Port: 6502
MPL Automatic startup: N
XAI Startup "wait" time seconds: 90
JVM Child Memory Allocation: 512
Batch Server Enabled: true
Batch Threads Number: 5
Batch Scheduler Daemon: true
P. Write Configuration File
X. Exit (without save)
Each item in the above list should be configured for a successful install.
Choose option to configure or (P) to process or confirm configuration: P
Configuration file /opt/spl/ccb/CCB1DEMO/etc/ENVIRON.INI is created.
Execute splenviron.sh -e CCB1DEMO to setup environment variables.
Error - No license key detected. Application Server requires
a license key in order to execute.
Please refer to your application supplier.
Version ................ (SPLVERSION) : V2.2.0
Database Type ............... (SPLDB) : oracle
ORACLE_SID ............. (ORACLE_SID) : CCB1DEMO
NLS_LANG ................. (NLS_LANG) : AMERICAN_AMERICA.UTF8
Environment Name ....... (SPLENVIRON) : CCB1DEMO
Environment Code Directory (SPLEBASE) : /opt/spl/ccb/CCB1DEMO
App Output Dir - Logs ... (SPLOUTPUT) : /opt/spl/ccb/sploutput/CCB1DEMO
Build Directory .......... (SPLBUILD) : /opt/spl/ccb/CCB1DEMO/cobol/build
Runtime Directory .......... (SPLRUN) : /opt/spl/ccb/CCB1DEMO/runtime
100203.02:22:58 <info> Template generation step.
100203:022303 <info> No value is set for optional parameter DOC1HOSTDIR, ignoring it.
100203:022304 <info> No value is set for optional parameter DOC1HOSTDIR, ignoring it.
100203.02:23:04 <info> FW template generation step.
100203.02:23:04 <info> /opt/spl/ccb/CCB1DEMO/bin/genwasstubs.sh : Generate Stubs Started Wed Feb 3 02:23:04 CST 2010
100203.02:23:04 <info> Environment CCB1DEMO
100203.02:23:04 <info> Build servicebean jar
Buildfile: /opt/spl/ccb/CCB1DEMO/etc/jarservice.xml
Thanks and Regards
Amit

yes i have already installed the temporary licenses.
and nothing changes.
i recreate the microfocus database (with aslmdbrecover) and nothing changes.
i´m still getting the same error .
Thx.
Diego

Similar Messages

  • Problem in installing CCB on AIX .

    Hello ,
    I am trying to install CCB2.2.0 on AIX5.3. Following are the details:
    AIX - ($ oslevel -s)--> 5300-07-01-0748
    Websphere - 6.1 (Integrated Solutions Console, 6.1.0.0, Build Number: b0620.14 , Build Date: 5/16/06)
    CCB - 2.2.0
    Perl - 5.8.8
    C3P0 - 0.9.1.2
    Hibernate - 3.2.5
    Cobol-Micro focus 5.0
    After installing the Framework..we are getting the error. We are yet to install teh CCB.
    Following is the error
    $ cd /opt/spl/CCB1DEMO/bin
    $ splenviron.sh -e CCB1DEMO
    Sorry unable to load libcobjvm_ibm_150
    If libcobjvm_ibm_150 is on shared library PATH, then ensure
    'libjava' and 'java' are found on the PATH/Shared Library PATH.
    Version ................ (SPLVERSION) : V2.2.0
    Database Type ............... (SPLDB) : oracle
    ORACLE_SID ............. (ORACLE_SID) : CCB1DEMO
    NLS_LANG ................. (NLS_LANG) : AMERICAN_AMERICA.UTF8
    Environment Name ....... (SPLENVIRON) : CCB1DEMO
    Environment Code Directory (SPLEBASE) : /opt/spl/CCB1DEMO
    App Output Dir - Logs ... (SPLOUTPUT) : /opt/spl/sploutput/CCB1DEMO
    Build Directory .......... (SPLBUILD) : /opt/spl/CCB1DEMO/cobol/build
    Runtime Directory .......... (SPLRUN) : /opt/spl/CCB1DEMO/runtime
    Also please find the .profile file:
    # WebSphere Variables
    WAS_HOME=/opt/WebSphere6/AppServer; export WAS_HOME
    # Java Viariables
    JAVA_HOME=$WAS_HOME/java/jre; export JAVA_HOME
    # Oracle Variables
    ORACLE_HOME=/oracle/product/11.0.1; export ORACLE_HOME
    # RMB Variables
    C3P0_JAR_DIR=/opt/c3p0-0.9.1.2/lib; export C3P0_JAR_DIR
    COBDIR=/opt/SPLcobAS50; export COBDIR
    HIBERNATE_JAR_DIR=/opt/hibernate-3.2.5; export HIBERNATE_JAR_DIR
    # Basic Variables
    PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:.
    PATH=$ORACLE_HOME/bin:$COBDIR/bin:$COBDIR/lib:$PATH
    PATH=$PATH:$WAS_HOME/java/jre/bin:$WAS_HOME/java/bin
    PATH=$PATH:/opt/freeware/bin
    PATH=$PATH:$WAS_HOME/bin
    export PATH
    LIBPATH=$COBDIR/bin:$COBDIR/lib:$JAVA_HOME/bin:$LIBPATH
    LIBPATH=$ORACLE_HOME/bin:$ORACLE_HOME/lib:$JAVA_HOME/bin:$LIBPATH
    export LIBPATH
    # PERL Variables
    PATH=/opt/ActivePerl-5.8/bin:/opt/ActivePerl-5.8/lib:$PATH
    PERLLIB=/opt/ActivePerl-5.8/lib
    PERL5LIB=/opt/ActivePerl-5.8/lib
    export PERL5LIB PERLLIB
    # VI Settings
    EXINIT="set ai tabstop=4 shiftwidth=4"
    export EXINIT
    # Shell Settings
    # Use VI editor commands for shell
    VISUAL=vi;export VISUAL
    # Don't overwrite files when redirecting output
    set +o noclobber
    # No timeout at the secondary shell prompt
    TMOUT=0; export TMOUT
    # Unique history for everyone
    HISTFILE=$HOME/.sh_history$$
    # Cissys Variables - for local scripts and programs
    PATH=/home/cissys/bin:$PATH
    # Announce if there is mail
    if [ -s "$MAIL" ] # This is at Shell startup. In normal
    then echo "$MAILMSG" # operation, the Shell checks
    fi # periodically.
    Thanks and Regards
    Amit

    There is another post on
    Installation of CC&B 2.3
    with the same issue on version 2.3
    You may want to follow it there.

  • TOC overflow error when installing oracle on AIX 5.3

    hi,
    please can any one help me to resolved this problem .when i m installing oracle 10.2.0.2 on AIX 5.3 following error comes.in insallation log file.
    INFO: ld: 0711-773 WARNING: Object /oracle/oracle_home/lib//liboraolap10.a[sxstime.o], imported symbol timezone
    Symbol was expected to be local. Extra instructions
    are being generated to reference the symbol.
    ld: 0711-773 WARNING: Object /oracle/oracle_home/lib//libserver10.a[dmbu.o], imported symbol _DBLINF
    Symbol was expected to be local. Extra instructions
    are being generated to reference the symbol.
    INFO: ld: 0711-783 WARNING: TOC overflow. TOC size: 142192 Maximum size: 65536
    Extra instructions are being generated for each reference to a TOC
    symbol if the symbol is in the TOC overflow area.
    INFO: make: The signal code from the last command is 9.

    These warnings (not errors) are safely ignorable. Check note #245372.1 on MOS for details.

  • Errors when installing Oracle on AIX

    Hi,
    I'm trying to install Oracle 10g on an AIX server but the pre-install rootpre.sh script gives the following error when executed:
    tanbig02# /uddora/software/Disk1/rootpre/rootpre.sh
    Required file ./pw-syscall32 is missing.
    Aborting pre-installation procedure. Installations of Oracle may fail.
    Your assistance will be highly appreciated.
    Regards,
    Melly

    Refer MOS note 309331.1.

  • Error in installing CCB SDK 2.2.0.5

    Hi ,
    I had downloaded SDK 2.2.0.5 from edelivery.com
    These are the steps which i had followed
    ==>on First step of installation process i had choosed as C:\SPLSDK (SPLSDK i had created)
    ==>on second step when i choosed the runtime appserver directory as c:spl\dev1 which is my environment
    it popped an error saying
    ERROR:The directory does not contain a valid Appserver installation
    choose another directory or click cancel to exit installation.
    1.What directory should i give for Runtime appserver directory?
    DEV1 is my splenvironment name
    Plz help me guyz

    Now i am able to install the sdk and move forward but got stuck on configuring eclipse project manually
    what my problem is
    my splbase folder is c:\spl\dev1
    since configuration tool didnt installed correctly I had followed the manual procedure for creating the eclipse project
    During the lib folder creation ,installation document is saying to use asBase\splapp\applications\root\WEB-INF\lib
    as the folder where in my case asBase==>c:\spl\dev1
    Now there isnt any root folder under asBase\splapp\applications(c:\spl\dev1\splapp\applications) ,
    1.What path should i give for creation of lib folder?
    2.Is the root folder created during installation process or any extra command needs to be executed ?
    Plz Help guys

  • Error while installing oracle 10g on AIX

    I am receiving the following error while installing oracle 10g on AIX..
    error in invoking target 'relink' of makefile 'u01/app/oracle/product/10.2.0/orcl/precomp/lib/ins_precomp.mk'..
    i am installing enterprise edition. pl help

    Hi;
    What is AIX version?
    Please see:
    Installing 10g On Aix 5.3:'Error In Invoking Target 'Relink' Of Makefile ...' [ID 309668.1]
    AIX: On Silent Install, Getting Several 'Error In Invoking Target' Messages [ID 351380.1]
    "Error invoking target ... of makefile ... " Errors While Installing 8.1.6 [ID 113781.1]
    Please also check below and be sure you have all prereq. on your server:
    Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) [ID 169706.1]
    Regard
    Helios

  • Error Installing RAC11gR2 on AIX

    Hi
    I am installing RAC11gR2 on AIX. when the ASM instance is going to be created on the node 2, there is an error related the devices where the ASM is going to be located. The name devices are different in each node. In node 1. The devices for the RAC are hdisk3, hdisk10 & hdisk11. On the node 2 the disk devices are: hdisk3, hdisk4 & hdisk5.
    Node 1
    # lsdev -Ccdisk
    hdisk0 Available 2d-08-00-8,0 16 Bit LVD SCSI Disk Drive
    hdisk1 Available 2d-08-00-9,0 16 Bit LVD SCSI Disk Drive
    hdisk2 Available 2d-08-00-10,0 16 Bit LVD SCSI Disk Drive
    hdisk3  Available 1D-08-02      MPIO Other FC SCSI Disk Drive
    hdisk4 Defined 1n-08-02 MPIO Other FC SCSI Disk Drive
    hdisk5 Defined 11-08-02 MPIO Other FC SCSI Disk Drive
    hdisk6 Defined 2R-08-02 MPIO Other FC SCSI Disk Drive
    hdisk7 Defined 25-08-00-8,0 16 Bit LVD SCSI Disk Drive
    hdisk8 Defined 25-08-00-9,0 16 Bit LVD SCSI Disk Drive
    hdisk9 Defined 25-08-00-10,0 16 Bit LVD SCSI Disk Drive
    hdisk10 Available 1D-08-02      MPIO Other FC SCSI Disk Drive
    hdisk11 Available 1D-08-02      MPIO Other FC SCSI Disk Drive
    Node 2
    # lsdev -Ccdisk
    hdisk0 Available 25-08-00-8,0 16 Bit LVD SCSI Disk Drive
    hdisk1 Available 25-08-00-9,0 16 Bit LVD SCSI Disk Drive
    hdisk2 Available 25-08-00-10,0 16 Bit LVD SCSI Disk Drive
    hdisk3 Available 1n-08-02      MPIO Other FC SCSI Disk Drive
    hdisk4 Available 1n-08-02      MPIO Other FC SCSI Disk Drive
    hdisk5 Available 1n-08-02      MPIO Other FC SCSI Disk Drive
    I have got an error creating the ASM on the node 2.
    The question is: all the devices has to be the same name on both nodes ?
    Thanks

    Hi Dude
    I am carrying out an installation on a server where RAC was installed. I uninstall all but the raw devices has still information of the past ASM files... etc. I need to format these partitions for having the initial condiction for the new fresh installation. Do you have the commands or any article or link to do that ?
    I am on AIX.
    Thanks

  • Error installing ECC6 on AIX 6.1

    i am installing ECC6 on AIX 6.1, when i run sapint it gives me error:
    iauxsysex.c:318: child /tmp/sapinst_exe.209324.1256978362/sapinst (pid 266368) has crashed. Executable directory is /tmp/sapinst_exe.209324.1256978362. Contact Support.
    iaextract.c:895: child has signaled an exec error. Keeping directory /tmp/sapinst_exe.209324.1256978362
    I am executing it by user root

    Hi,
    Please verify that you are using the latest sapinst patch as per note 929929.
    Also check that your userlimits are set to unlimited, expecially for DATA ,STACK ,CORE and MEMORY
    Best regards,
    Warren

  • Error while installing On Linux

    Hi
    I am trying to install CCB/RMB (the financial services flavor) of the CCB product and I am getting this error while bringing up the server
    My setup is on RHLinux 64 bit, WebLogic, MF Server Express, JDK 32-bit
    Any one seen this before and know where the problem could be?
    java.lang.UnsatisfiedLinkError: no com_splwg_base_support_cobol_host_sockets_UnixDomainSocketNative in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
    at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    at java.lang.System.loadLibrary(System.java:993)
    at com.splwg.base.support.cobol.host.sockets.UnixDomainSocket.<clinit>(UnixDomainSocket.java:23)
    at com.splwg.base.support.cobol.host.sockets.UnixDomainSocketStrategy$PipeServerSocket.bindServerSocket(UnixDomainSocketStrategy.java:132)
    at com.splwg.base.support.cobol.host.sockets.UnixDomainSocketStrategy$PipeServerSocket.<init>(UnixDomainSocketStrategy.java:105)
    at com.splwg.base.support.cobol.host.sockets.UnixDomainSocketStrategy$PipeServerSocket.<init>(UnixDomainSocketStrategy.java:94)
    at com.splwg.base.support.cobol.host.sockets.UnixDomainSocketStrategy.doBindServerPort(UnixDomainSocketStrategy.java:72)
    at com.splwg.base.support.cobol.host.SocketStrategy.bindServerPort(SocketStrategy.java:145)
    at com.splwg.base.support.cobol.host.OptimizedRemoteExecuterSkel.<init>(OptimizedRemoteExecuterSkel.java:43)
    at com.splwg.base.support.cobol.host.OptimizedInvocationStrategy.startOnParentJvm(OptimizedInvocationStrategy.java:25)
    at com.splwg.base.support.cobol.host.RemoteJVMFactoryImpl.<init>(RemoteJVMFactoryImpl.java:64)
    at com.splwg.base.support.cobol.host.CobolHostStartup.startup(CobolHostStartup.java:41)
    at com.splwg.base.support.context.ApplicationContext.initializeCobolRuntime(ApplicationContext.java:231)
    at com.splwg.base.support.context.ApplicationContext.initialize(ApplicationContext.java:212)
    at com.splwg.base.support.context.ContextFactory.buildContext(ContextFactory.java:114)
    at com.splwg.base.support.context.ContextFactory.buildContext(ContextFactory.java:90)
    at com.splwg.base.support.context.ContextFactory.createDefaultContext(ContextFactory.java:498)
    at com.splwg.ejb.service.impl.ServiceBeanContext.initializeApplicationContext(ServiceBeanContext.java:81)
    at com.splwg.ejb.service.impl.ServiceBeanContext.initialize(ServiceBeanContext.java:27)
    at com.splwg.ejb.service.impl.ServiceBean.<clinit>(ServiceBean.java:43)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at weblogic.ejb.container.manager.BaseEJBManager.createNewBeanInstance(BaseEJBManager.java:222)
    at weblogic.ejb.container.manager.BaseEJBManager.allocateBean(BaseEJBManager.java:233)
    at weblogic.ejb.container.manager.StatelessManager.createBean(StatelessManager.java:305)
    at weblogic.ejb.container.pool.StatelessSessionPool.createBean(StatelessSessionPool.java:173)
    at weblogic.ejb.container.pool.StatelessSessionPool.getBean(StatelessSessionPool.java:105)
    at weblogic.ejb.container.manager.StatelessManager.preInvoke(StatelessManager.java:150)
    at weblogic.ejb.container.internal.BaseRemoteObject.preInvoke(BaseRemoteObject.java:235)
    at weblogic.ejb.container.internal.StatelessRemoteObject.preInvoke(StatelessRemoteObject.java:52)
    at com.splwg.ejb.service.impl.SPLServiceBean_8o7vtd_EOImpl.read(SPLServiceBean_8o7vtd_EOImpl.java:993)
    at com.splwg.ejb.service.impl.SPLServiceBean_8o7vtd_EOImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:335)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252)
    at com.splwg.ejb.service.impl.SPLServiceBean_8o7vtd_EOImpl_1002_WLStub.read(Unknown Source)
    at com.splwg.serviceclient.RemoteServiceDispatcher$1.executeService(RemoteServiceDispatcher.java:45)
    at com.splwg.serviceclient.RemoteServiceDispatcher$1.executeService(RemoteServiceDispatcher.java:44)
    at com.splwg.serviceclient.RemotePageServiceDispatcherHelper.doIt(RemotePageServiceDispatcherHelper.java:19)
    at com.splwg.serviceclient.RemoteServiceDispatcher.read(RemoteServiceDispatcher.java:42)
    at com.splwg.base.web.common.MenuRepository.privateGetMenu(MenuRepository.java:53)
    at com.splwg.base.web.common.MenuRepository.getMenu(MenuRepository.java:43)
    at com.splwg.base.web.startup.PreloadLoginInfo.preloadMenuInfo(PreloadLoginInfo.java:161)
    at com.splwg.base.web.startup.PreloadLoginInfo.privateExecute(PreloadLoginInfo.java:80)
    at com.splwg.base.web.startup.PreloadLoginInfo.execute(PreloadLoginInfo.java:54)
    at com.splwg.base.web.startup.SPLWebStartup.contextInitialized(SPLWebStartup.java:66)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:458)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:168)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1744)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2918)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:973)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:361)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:182)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:359)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:196)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)

    This error generally mean that the "runtime" folder of your CCB/RMB installation cannot be found on the classpath. Try issuing the following command in a terminal before starting up CCB
    export path=<CCB/RMB installtion dir>/runtime:$path

  • DB2 Error while installing

    Hi
    I am installing NW 04 SR1 on Linux / DB2
    Completed the steps of ABAP Central instance and Database instance successfully.
    While installing the JAVA Add-in, everything seems to go smoothly till step 20 of 26.
    In the "load java database content" step, I get an error as follows:
    Log file: jload.java.log
    exerpts of the error:
    12:00:48 2006-05-25 dbs-Error:  Exception caught during SQL execution DB2 SQL error: SQLCODE: -622, SQLSTATE: 56031, SQLERRMC: CCSID UNICODE CREATE TABLE  .......
    May 25, 2006 12:00:45 PM com.sap.inst.jload.Jload main
    INFO: Jload -sec XO2,jdbc/pool/XO2,/sapmnt/XO2/global/security/data/SecStore.properties,/sapmnt/XO2/global/security/data/SecStore.key -dataDir /mnt/sapsw/SAP-Linux-IDES-4.7X200-DB2UDB/51030724_2/DVD_NW_04_SR1_SAP_Web_AS_JAVA/J2EE_OSINDEP/J2EE-ENG/JDMP -job /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA_DB6/ONE_HOST/IMPORT.XML -log /tmp/sapinst_instdir/NW04SR1/WEBAS_JAVA_DB6/ONE_HOST/jload.log
    May 25, 2006 12:00:47 PM com.sap.inst.jload.db.DBConnection connectViaSecureStore
    INFO: connected to XO2 on jdbc/pool/XO2
    May 25, 2006 12:00:47 PM com.sap.inst.jload.JobStatus readStatus
    INFO: commencing restart
    May 25, 2006 12:00:48 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to drop table BC_COMPVERS
    May 25, 2006 12:00:48 PM com.sap.inst.jload.Jload dbImport
    INFO: table dropped
    May 25, 2006 12:00:48 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table BC_COMPVERS
    May 25, 2006 12:00:48 PM com.sap.inst.jload.Jload logStackTrace
    SEVERE: com.sap.dictionary.database.dbs.JddException: CREATE TABLE BC_COMPVERS failed
            at com.sap.inst.jload.db.DBTable.create(DBTable.java:106)
            at com.sap.inst.jload.Jload.dbImport(Jload.java:276)
            at com.sap.inst.jload.Jload.executeJob(Jload.java:395)
            at com.sap.inst.jload.Jload.main(Jload.java:551)
    May 25, 2006 12:00:48 PM com.sap.inst.jload.db.DBConnection disconnect
    INFO: disconnected
    The SQLCODES and SQLSTATUS mentions that either:
    Possible reasons:
    CCSID ASCII cannot be specified when connected to a database created using a UNICODE code page.
    CCSID UNICODE cannot be specified when connected to a database created using a non-UNICODE code page.
    I am installing this for Non-unicode database, so I guess the above  SQL statement should not be :
    CCSID UNICODE CREATE TABLE
    and should be "CCSID ASCII CREATE TABLE"
    This statement seems to come from an EXPDUMP1.001 file from an OS independant J2EE engine DVD:
    51030724_2 SAP NW04 SR1 SAP J2EE Engine (OS independent parts) 
    Wonder where I should be looking to go beyond this block.
    Thanks

    Hi,
    I got the same error while installing NW04 SR1 on AIX. Has anybody a solution for this problem?

  • Error while installing NW7.3 ABAP for DB2 on z/OS Install DB CLI driver

    Dear Experts,
    i'm installing for the first time NW7.3 ABAP for DB2 on z/OS with AIX application server. Central Services was installed succesfull but next step Install Database on AIX stoped with error (establishConn.log):
    db2radm (release: "720", patch level: "000", version: "Jan 14 2012") begin:28.02.2012 10:54:39
    This is db2radm release: "720", patch level: "120", version: "Jan 14 2012".
    This is db2radm setting up DB2 Connect.
    Message file is /sapmnt/tmp/sapinst_instdir/NW73/INSTALL/NW73/DB2/HA/PI/DB/establishConn.log.
    db2radm called as: /usr/sap/DW8/SYS/exe/uc/rs6000_64/db2radm -m db2i -P 456 -L DW8DDF -S DW88 -H s10d1 -u SAPADM -p ******** -W primary_only -l /sapmnt/tmp/sapinst_instdir/NW73/INSTALL/NW73/DB2/HA/PI/DB/establishConn.log
    Adjusting environment
      dbs_db2_ssid=DW88
      SAPDBHOST=s10d1
      dbs_db2_user=SAPADM
      dbs_db2_schema=SAPADM
      dbs_db2_schema8=1
      dbs_db2_pw=********
    Checking environment
      DB host    = s10d1
      SSID       = DW88
      SAPSYSTEMNAME = DW8
    DB2Trc:    000000 CLI_ALLOC_ENV 1
    connect.ini file used: 'connect.ini.for.db2radm'
    Fail over connection list of this application server:
    NAME       = DW88_on_s10d1             
    USER       = SAPADM                    
    PASSWORD   = <***>                     
    SCHEMA     = SAPADM                    
    PS         = SAP0907U                  
    LOCATION   = DW8DDF                    
    SSID       = DW88                      
    HOST       = s10d1                     
    PORT       = 456                       
    RETRY_CNT  = 3                         
    SLEEP_TIME = 0                         
    DB2Trc: trace level of dbdb2cli set to 1
    COLLECTION ID used is "SAP0907U"
    DB2 Call 'SQLDriverConnectW' Warning: SQLCODE = 8007 : [IBM][CLI Driver][DB2] SQL8007W  There are "90" day(s) left in the evaluation period for the product "DB2 Connect". For evaluation license terms and conditions, refer to the License Agreement document located in the license directory in the installation path of this product. If you have licensed this product, ensure the license key is properly registered. You can register the license via the License Center or db2licm command line utility. The license key can be obtained from your licensed product CD.  SQL
    use lib_dbsl for DB2 version V9.
    Callback functions for dynamic profile parameter registered
    DbSl library successfully loaded.
    WARNING: schema with 8 bytes length allowed; shadow upgrate will not work
    dbs/db2/use_accounting != 1 -> DB2 accounting is switched off
    dbs/db2/use_drda_lob_handling != 1 -> SAP LOB handling is used
    dbs/db2/chaining = 20 -> CLI CHAIN optimization is switched on
    dbs/db2/opt2_hint = 1 -> implicit 'optimize for 1 rows' hint is switched off
    SQL DRIVER VERSION is "09.07.0003"
    DB2Connect driver identified as THIN CLIENT
    Now I'm connected to DW88_on_s10d1
    DB2 DBMS version 09.01.0005
    DB2 LOCATION name DW8DDF
    (HYB): Info: Using OLD dbsl support.
    DB2 connect shared library loaded successfully.
    09.07.0003DB2Connect driver identified as THIN CLIENT
    WARNING: schema with 8 bytes length allowed; shadow upgrate will not work
    dbs/db2/use_accounting != 1 -> DB2 accounting is switched off
    dbs/db2/use_drda_lob_handling != 1 -> SAP LOB handling is used
    dbs/db2/chaining = 20 -> CLI CHAIN optimization is switched on
    dbs/db2/opt2_hint = 1 -> implicit 'optimize for 1 rows' hint is switched off
    DBSLHA: Got Failover profile /usr/sap/DW8/SYS/global/connect.ini
    DBSLHA: Using new Failover Support
    DBSLHA: Using user(  SAPADM) and password(<pwd>) from profile.
    DBSLHA:
    DBSLHA:Connection List
    DBSLHA:
    DBSLHA:NAME      |HOST      |SSID|COLLECTION  |PLAN    |PORT             |SCHEMA  |OWNER   |LOCATION  |RETRY|SLEEP|                                                                               
    DBSLHA:--|||||||||-|---|                                                                               
    DBSLHA:DW88_on_s1|s10d1     |DW88|SAP<DB2Conne|        |                 |SAPADM  |SAPADM  |DW8DDF    |00003|00000|                                                                               
    DBSLHA:--|||||||||-|---|                                                                               
    GetHaProfile: GetHaProfile: found 1 connections in connection profile.
    GetHaProfile: found section DW88_on_s10d1, ssid DW88, port 456, location DW8DDF, host s10d1  in connection profile
    connection profile /usr/sap/DW8/SYS/global/connect.ini opened.
    >>>>>> dump of connection profile
    ADDED 20120228 103331 by DB2RADM RELEASE 720 PATHLEVEL 000
      [DEFAULT_GROUP]
      CON1=DW88_on_s10d1
      [DW88_on_s10d1]
      SSID=DW88
      HOST=s10d1
      PORT=456
      LOCATION=DW8DDF
    <<<<<< end of dump of connection profile
    ssid DW88 found in connection profile, section DW88_on_s10d1.
    >>> analyse line:  * ADDED 20120228 103331 by DB2RADM RELEASE 720 PATHLEVEL 000
    >>> analyse line:  [DEFAULT_GROUP]
    >>> analyse line:  CON1=DW88_on_s10d1
    >>> analyse line: 
    >>> analyse line:  [DW88_on_s10d1]
    section DW88_on_s10d1 found.
    >>> analyse line:  SSID=DW88
    >>> analyse line:  HOST=s10d1
    >>> analyse line:  PORT=456
    >>> analyse line:  LOCATION=DW8DDF
    >>> analyse line:  section DW88_on_s10d1 found and data matches.
    backup connection profile /usr/sap/DW8/SYS/global/connect.ini .
    switch connection profile /usr/sap/DW8/SYS/global/connect.ini .
    check for adapted connection profile.
    WARNING: schema with 8 bytes length allowed; shadow upgrate will not work
    dbs/db2/use_accounting != 1 -> DB2 accounting is switched off
    dbs/db2/use_drda_lob_handling != 1 -> SAP LOB handling is used
    dbs/db2/chaining = 20 -> CLI CHAIN optimization is switched on
    dbs/db2/opt2_hint = 1 -> implicit 'optimize for 1 rows' hint is switched off
    DBSLHA: Got Failover profile /usr/sap/DW8/SYS/global/connect.ini
    DBSLHA: Using new Failover Support
    DBSLHA: Using user(  SAPADM) and password(<pwd>) from profile.
    DBSLHA:
    DBSLHA:Connection List
    DBSLHA:
    DBSLHA:NAME      |HOST      |SSID|COLLECTION  |PLAN    |PORT             |SCHEMA  |OWNER   |LOCATION  |RETRY|SLEEP|                                                                               
    DBSLHA:--|||||||||-|---|                                                                               
    DBSLHA:DW88_on_s1|s10d1     |DW88|SAP<DB2Conne|        |                 |SAPADM  |SAPADM  |DW8DDF    |00003|00000|                                                                               
    DBSLHA:--|||||||||-|---|                                                                               
    GetHaProfile: GetHaProfile: found 1 connections in connection profile.
    GetHaProfile: found section DW88_on_s10d1, ssid DW88, port 456, location DW8DDF, host s10d1  in connection profile
    ssid DW88 found in connection profile, section DW88_on_s10d1.
    check for adapted connection profile passed.
    WARNING: schema with 8 bytes length allowed; shadow upgrate will not work
    dbs/db2/use_accounting != 1 -> DB2 accounting is switched off
    dbs/db2/use_drda_lob_handling != 1 -> SAP LOB handling is used
    dbs/db2/chaining = 20 -> CLI CHAIN optimization is switched on
    dbs/db2/opt2_hint = 1 -> implicit 'optimize for 1 rows' hint is switched off
    DBSLHA: Got Failover profile /usr/sap/DW8/SYS/global/connect.ini
    DBSLHA: Using new Failover Support
    DBSLHA: Using user(  SAPADM) and password(<pwd>) from profile.
    DBSLHA:
    DBSLHA:Connection List
    DBSLHA:
    DBSLHA:NAME      |HOST      |SSID|COLLECTION  |PLAN    |PORT             |SCHEMA  |OWNER   |LOCATION  |RETRY|SLEEP|                                                                               
    DBSLHA:--|||||||||-|---|                                                                               
    DBSLHA:DW88_on_s1|s10d1     |DW88|SAP<DB2Conne|        |                 |SAPADM  |SAPADM  |DW8DDF    |00003|00000|                                                                               
    DBSLHA:--|||||||||-|---|                                                                               
    GetHaProfile: GetHaProfile: found 1 connections in connection profile.
    GetHaProfile: found section DW88_on_s10d1, ssid DW88, port 456, location DW8DDF, host s10d1  in connection profile
    WARNING: schema with 8 bytes length allowed; shadow upgrate will not work
    dbs/db2/use_accounting != 1 -> DB2 accounting is switched off
    dbs/db2/use_drda_lob_handling != 1 -> SAP LOB handling is used
    dbs/db2/chaining = 20 -> CLI CHAIN optimization is switched on
    dbs/db2/opt2_hint = 1 -> implicit 'optimize for 1 rows' hint is switched off
    DBSLHA: Got Failover profile /usr/sap/DW8/SYS/global/connect.ini
    DBSLHA: Using new Failover Support
    DBSLHA: Using user(  SAPADM) and password(<pwd>) from profile.
    DBSLHA:
    DBSLHA:Connection List
    DBSLHA:
    DBSLHA:NAME      |HOST      |SSID|COLLECTION  |PLAN    |PORT             |SCHEMA  |OWNER   |LOCATION  |RETRY|SLEEP|                                                                               
    DBSLHA:--|||||||||-|---|                                                                               
    DBSLHA:DW88_on_s1|s10d1     |DW88|SAP<DB2Conne|        |                 |SAPADM  |SAPADM  |DW8DDF    |00003|00000|                                                                               
    DBSLHA:--|||||||||-|---|                                                                               
    SQL DRIVER VERSION is "09.07.0003"
    DB2Connect driver identified as THIN CLIENT
    DB2Trc: 00 000000 cli_get_cli_driver_bld_level 1 s101006
    SQL DRIVER NAME is "libdb2.a"
    SQL DBMS NAME is "DB2"
    SQL DBMS VERSION is "09.01.0005"
    DATABASE NAME(DB2 Connect DCS database name) is "DW8DDF"
    The bind is skipped since collection for ssid DW88 is already bound.
    To force the bind, use option "-B force".
    DB2TRC: 0000000000 00      000000   CLI_DISCONNECT
    DB2TRC: 0000000000 00      000000   CLI_FREE_DBC 1
    DB2TRC: 0000000000 00      000000   CLI_FREE_ENV 1
    DB VERSION is 09.01.0005.
    Starting Grants .
    DB2Trc:    000000 CLI_ALLOC_ENV 1
    COLLECTION ID used is "SAP0907U"
    DB2 Call 'SQLDriverConnectW' Warning: SQLCODE = 8007 : [IBM][CLI Driver][DB2] SQL8007W  There are "90" day(s) left in the evaluation period for the product "DB2 Connect". For evaluation license terms and conditions, refer to the License Agreement document located in the license directory in the installation path of this product. If you have licensed this product, ensure the license key is properly registered. You can register the license via the License Center or db2licm command line utility. The license key can be obtained from your licensed product CD.  SQL
    Connecting to <DW88_on_s10d1> on connection 0 ...
    Now I'm connected to DB2 (09.01.5)
    SQL DRIVER NAME is "libdb2.a"
    SQL DBMS NAME is "DB2"
    SQL DBMS VERSION is "09.01.0005"
    DATABASE NAME(DB2 Connect DCS database name) is "DW8DDF"
    New functions of DB2 V9 are switched on
    Profile parameter dbs/db2/cli_trace_dir is not set
    dbdb2dic.c 1709 INFO    Profile: SDB2_DEBUG=<UNSET>                                                                           
    dbdb2dic.c 1733 INFO    Envrmnt: sdb2_debug=<UNSET>                                                                           
    dbdb2dic.c 1733 INFO    Envrmnt: SDB2_DEBUG=<UNSET>                                                                           
    DB2 Call 'CLI_EXECUTE' Error: sqlcode = -204 : [IBM][CLI Driver][DB2] SQL0204N  "SAPADM.#LOBU" is an undefined name.  SQLSTATE=42704
    dbdb2dic.c 2251 INFO    rc=103,sqlcode=-204: ExeRead                                                                          
    dbdb2dic.c 1709 INFO    Profile: dbs/db2/max_retry=<UNSET>                                                                    
    dbdb2dic.c 1733 INFO    Envrmnt: DB2_MAX_RETRY=<UNSET>                                                                        
    dbdb2dic.c 1709 INFO    Profile: dbs/db2/retry_on_924=<UNSET>                                                                 
    dbdb2dic.c 1733 INFO    Envrmnt: DB2_RETRY_ON_924=<UNSET>                                                                     
    dbdb2dic.c 1709 INFO    Profile: dbs/db2/no_retry_on_10=<UNSET>                                                               
    dbdb2dic.c 1733 INFO    Envrmnt: dbs_db2_no_retry_on_10=<UNSET>                                                               
    dbdb2dic.c 1733 INFO    Envrmnt: DBS_DB2_NO_RETRY_ON_10=<UNSET>                                                               
    DB2 Call 'SQLEndTran' Error: sqlstate = 08003 : [IBM][CLI Driver] CLI0106E  Connection is closed. SQLSTATE=08003
    [dbdb2dic.c  1873:rc=99: COMMIT WORK failed]
    dbdb2dic.c 1873 ERROR   rc=99: COMMIT WORK failed                                                                             
    [dbdb2dic.c  2019:rc=99,sqlcode=268435455: ExecDDL failed (DB error)]
    dbdb2dic.c 2019 ERROR   rc=99,sqlcode=268435455: ExecDDL failed (DB error)                                                    
    DB2 Call 'SQLEndTran' Error: SQLCODE = -99999 : [IBM][CLI Driver] CLI0106E  Connection is closed. SQLSTATE=08003
    ROLLBACK failed with SQL error '-99999'
    ERROR: couldn't connect to DB
    rc = 99
    error message returned by DbSl:
    rc=99,sqlcode=268435455: ExecDDL failed (DB error)
    DB2RADM EXITCODE: 12
    db2radm finished (0012)
    db2radm stop:28.02.2012 10:54:39
    i've patched db2radm and sapinst to the latest version.
    May be i should manually create "SAPADM.#LOBU"?
    Please help to solve these issue.
    Best regards,
    Alexander V

    Hi ,
    Please check if Note 1581637 - Installing a System with DB2CODEPAGE other than the default is useful.
    Award points if useful.
    Thanks,
    Ravi

  • Error while Client installtion on AIX 6

    I am getting below error while installing orale client 10.2.0.1 on AIX 6.1
    If anyone faced same issue , Please guide on this
    $ ./runInstaller
    Your platform requires the root user to perform certain pre-installation
    OS preparation. The root user should run the shell script 'rootpre.sh' be
    fore
    you proceed with Oracle installation. rootpre.sh can be found at the top
    level
    of the CD or the stage area.
    Answer 'y' if root has run 'rootpre.sh' so you can proceed with Oracle
    installation.
    Answer 'n' to abort installation and then ask root to run 'rootpre.sh'.
    Has 'rootpre.sh' been run by root? [y/n] (n)
    y
    Error in GetCurrentDir(): 13
    Error in GetCurrentDir(): 13
    Error in GetCurrentDir(): 13
    Starting Oracle Universal Installer...
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
    Edited by: user8914814 on Jun 20, 2011 11:54 AM

    Hi;
    Please see:
    While Installing Oracle software facing "Error in GetCurrentDir(): 13" [ID 378393.1]
    Error Running ./runInstaller: Error In Getcurrentdir(): 13 [ID 563296.1]
    Also see:
    Unable To Install Oracle Patch 9.2.0.5.0 On Aix 5.2 [ID 281548.1]
    Regard
    Helios

  • Error in NW2004S / EP7 installation (AIX & Oracle)

    Hi,
    I'm getting an error when installing EP7 / NW2004S on AIX 5.3, Oracle 10.2.0.2.... the installation is failing at step "Install software units" when it tries to deploy the online SDAs. The error in the log is:
        Caught exception while checking the login credentials for SAP J2EE
        Engine. Check whether the SAP J2EE Engine is up and running.
        com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot
        connect to Host: [<hostname>] with user name: [Administrator]
        Check your login information.
        Exception is:
        com.sap.engine.services.jndi.persistent.exceptions.NamingException:
        Exception while trying to get InitialContext. [Root exception is
        com.sap.engine.services.security.exceptions.BaseLoginException:         Cannot create new RemoteLoginContext instance.]
        (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)
    I've discovered that I also get this message when I try to log into Visual Administrator ("com.sap.engine.services.security.exceptions.BaseLoginException: Cannot create new RemoteLoginContext instance"). However the SAPJ2EE engine is running, and the password is correct - I can log into the j2ee websites with it (http://<hostname>:50000/useradmin, http://<hostname>:50000/sap/monitoring/SystemInfo etc.).
    I've looked up this error on SAP notes & SDN and tried the solutions suggested - checking the Administrator password is correct in the Secure Store and checking the Login Modules but with no success. SAP note 701654 says that the error suggests a connection problem rather than a password problem, but I can telnet to port 50004 from other servers so not sure what the issue is.
    Any suggestions gladly welcome!
    Many thanks & regards
    Jane

    The problem might be (it appears to me), that the system itself is running but name resolution (DNS or /etc/hosts) is not working.
    Can you ping your machine using the NAME?
    Markus

  • Error while installing OWB

    Error while installing OWB
    after 50% install.. it says
    "Error in writing to file c:\oracle\ora9201\bin\oci.dll
    The process cannot access the file because it is being used by another process"
    Apparently I have restarted the workstation and closed all oracle related services in services and no other program is running expect the installer.
    Can any one help in resolving the issue. Or can I hit the ignore button and continue installing?

    Always install OWB into a new ORACLE_HOME unless the Installation and Configuration Guide states otherwise. This has only happened twice. OWB 9.0.2.62.3 was the last version to allow installation into an existing ORACLE_HOME. Another thing you can do is go to www.sysinternals.com and download the utility LISTDLLs. It is great. From a command prompt, start it with the syntax: listdlls >log.txt
    This will output the DLLs in use and which executable is using it. Search for the DLL in the log.txt and scroll up until the double line. The executable name locking the DLL will be above the double line. If you have the Microsoft Distributed Transaction Coordinator Service running on the client, it will lock Oracle DLLs. This has been a common issue in the past, going back to the days of Data Mart Suite. This was documented in the Release Notes for it and may still be in the system in a note somewhere. It is in: DMS: Unable To Install; Filesopen/Service Running On Compaq Server Doc ID: Note:1080977.6 and Certain Files which need to be Reinstalled are Being Used Doc ID: Note:117672.1
    The first note I wrote back before 2000.
    Barry

  • Error while installing Oracle 10g on Fedora Core 1

    Error while installing Oracle 10g on Fedora Core 1. After 40% of the Installation is thru, the progress bar is showing 40%, it gives error "Not connected to Oracle" and the installation has to be terminated.
    We have tried by using the on-line procedure and changing the required script to make believe it as said.

    Are you createing DB also???

Maybe you are looking for

  • ALV Report_ its urgent pls help me ( every input gets the reward points)

    Program with ALV_Grid 1. Selection Screen Customer Number: KUNNR Billing Date: FKDAT Now Using the above Selection screen inputs, I want to generate the following fields in the output. 2. Output Screen Invoice No: VBELN Invoice Date: FKDAT Customer N

  • Default Document Size

    I recently was working on a design for a #10 commercial envelope in InDesign. Ever since then, it seems that #10 envelope has become the default document size that InDesign selects when I create a New File. How can I change the default new document s

  • Xfce seems to wake up an USB drive, when it should stay asleep

    Hi, I already tried to get help by the mailing list, but the mailing list is bad moderated. Even when providing something that would solve an issue for others, it often is needed to reply off-list. A brand new WD Elemets does spin up and down again a

  • SAP EPC Wizard & Primavera API - Accessing Shared File

    Team, When using the EPC Wizard to connect to Oracle Primavera API, I reached to the step where you get asked to enter the path to the jar file of the Primavera API : However, when I enter the path of the shared file, I'm getting this error : Validat

  • Agent install failing 12c

    Hi everyone, Been trying to install an agent on a solaris box for a couple days now. It errors out on agentConfig.sh complaining the gent port (3872) is busy. The agent port is not in use. I've run the installer with while loops doing netstat -a|grep