Cobol on OEL 5

Hello,
I have got a specific requirement of running a COBOL code on EL5. Not sure if GCC includes the compiler for COBOL.
Currently what I can think of installing openCOBOL in EL5 server and hand it over to developers.
From what I think need to do is, compile COBOL code using openCOBOL which will give "C" compatible code. Then GCC will take care.
Please let me know, if there is any specific solution for retrofitting legacy softwares/code in OEL.
Thanks & Regards,
Nirav Kamdar

Fahd Mirza wrote:
And I remember the Y2K frenzy and its relation with the Cobol.
regardsWhich really had nothing at all to do with cobol. It had to do with how systems had been designed to store and deal with dates. It was perceived as a "cobol problem" simply because most of the code in use was in cobol. Nobody mentions that most of the remediation was was also in cobol - which puts the lie to the assertion that it was a cobol issue to start with. Dates were generally stored in fields defined as PIC 9(6), only allowing for 2 digits for the year. There was nothing about cobol that prevented storing a date in a PIC 9(8) field to preserve the century component as well. It just wasn't common practice because at the time the systems were designed, storage was expensive. The lesson for systems designers is that code changes all the time but data structures live nearly forever, so one must design the data with very long time windows in mind.
I had an interesting discussion a few months ago with a young programmer who expressed the opinion that the Y2K scare was just a big to-do over nothing. His evidence was that nothing really seemed to happen. (he was in junior high at the time) I informed him that while there had been some wild claims, the problem was very real and that the reason nothing seemed to happen was because armies of programmers like myself spent two years working to make sure that was the case.

Similar Messages

  • Error in Running Cobol program in PeopleSoft OVM

    This post is related to [Compiling COBOLs in PSOVM - psrun.mak error - “cob64: can not execute Id”. |http://forums.oracle.com/forums/thread.jspa?threadID=1023864&tstart=0]
    Just creating a new post since I already tagged the previous post as answered.
    After running the psrun.mak successfully, I tried to test by running a COBOL program (GPPDPRUN ) from Calculate Absence and Payroll by choosing identify option. The status in the process scheduler went to error and the log says
    PSRUN: error while loading shared libraries: libcobrts64.so: cannot open shared object file: No such file or directory
    Below is the log when I run my psrun.mak
    root@pshcm91ab etc# vi cobopt
    root@pshcm91ab etc# vi cobopt64
    root@pshcm91ab etc# cd $PS_HOME/setup
    root@pshcm91ab setup# ./psrun.mak
    +./psrun.mak - linking PSRUN ...+
    +./psrun.mak - linking PSRUN for oel-5-x86_64, Version 2.6.18-92.0.0.0.1.el5xen ...+
    +./psrun.mak - Successfully created PSRUN in directory: /opt/oracle/psft/appbatch/tools/bin+
    +./psrun.mak - linking PSRUNRMT ...+
    +./psrun.mak - linking PSRUNRMT for oel-5-x86_64, Version 2.6.18-92.0.0.0.1.el5xen ...+
    +./psrun.mak - Successfully created PSRUNRMT in directory: /opt/oracle/psft/appbatch/tools/bin+
    root@pshcm91ab setup#
    Thanks,
    Chris

    I was able to find the solution for this error in metalink [https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=660015.1]
    However, I got another error. See below.
    I think PSOVM is in Unicode but I compiled my COBOL as non unicode. This is because there's no unicode.cfg in $PS_HOME/setup. Can I just create a dummy file unicode.cfg so that pscbl.mak will compile the COBOL as unicode?
    Is there workaround on this? Thanks.
    DB Type:[ORACLE | DB2ODBC | INFORMIX |
             DB2400 | DB2UNIX | SYBASE |
             MICROSFT]:ORACLE
    Database:[HCM91   ]:HCM91
    Username:[PS                            ]:PS
    Password:[********]:
    Run Control ID[        ]: hcm91
    Process Instance:[0]:830
    SQL Trace:[0]:
    DB Flag:[0]:0
    Application Program Failed
    Action Type : SQL CONNEC
    In Pgm Section : SQLRT:GG100 SQL-CONNECT
    With Return Code: 09977
    Error Message : SQLRT: Attempting to use Ansi API for a Unicode DB
    Application Program Failed
    In Pgm Section : GPPDPRUN: BD000-CONNECT-TO-DBMS
    With Return Code: 09977
    Error Message : SQLRT: Attempting to use Ansi API for a Unicode DB
    PTPSQLRT - Error Encountered
    No longer have connection to DB due to an error from previous
    action: SQL CONNEC. Bypassing current action: SQL SELECT.
    Terminating Program.

  • Compiling COBOLs in PSOVM - psrun.mak error - "cob64: can not execute Id".

    Hi All,
    After installing PeopleSoft OVM in our server, I need to recompile the COBOL. I believe this is not included in the OVM. These are the steps I did.
    1. Installed Microfocus Server Express 5.0 WrapPack 4
    2. Follow the steps in Compiling Cobol in Unix mentioned is the PeopleTools_8.50_Installation_Oracle guide.
    I was able to successfully compille the COBOL files by running ./pscbl.mak. The next step is Linking COBOL Components on UNIX by running ./psrun.mak and here I got the error:
    +./psrun.mak - linking PSRUN for oel-5-x86_64, Version 2.6.18-92.0.0.0.1.el5xen ...+
    +./psrun.mak - Error(s) encountered creating PSRUN!+
    +./psrun.mak - See /opt/oracle/psft/appbatch/tools/setup/psrun.err for messages+
    +[root@pshcm91ab setup]# more /opt/oracle/psft/appbatch/tools/setup/psrun.err+
    cob64: can not execute ld
    +[root@pshcm91ab setup]#+
    I followed all the steps in setting environment variable mention in the "Compiling Cobols in Unix" in PeopleTools_8.50_Installation_Oracle.
    Is there any specific documentation of compiling COBOLs in PeopleSoft OVM?
    Can anyone help me with this?
    Thanks in advance.
    -Chris
    Edited by: user9977167 on 4/02/2010 15:52
    Edited by: user9977167 on 5/02/2010 06:18

    Hi,
    Ok, I reproduce your case :
    [psadm1@psovmab setup]$ ./psrun.mak
    ./psrun.mak - linking PSRUN for oel-5-x86_64, Version 2.6.18-92.0.0.0.1.el5xen ...
    ./psrun.mak - Error(s) encountered creating PSRUN!
    ./psrun.mak - See /opt/oracle/psft/appbatch/tools/setup/psrun.err for messages
    [psadm1@psovmab setup]$ more /opt/oracle/psft/appbatch/tools/setup/psrun.err
    cob64: can not execute ld
    [psadm1@psovmab setup]$It looks like a lot of rpm packages required by ld are missing on Peoplesoft OVM App/Batch server compared to the Peoplesoft OVM database server for instance.
    I added a lot of packages because of the dependendcies as below :
    From OEL5.2 Disk 1
    ==================
    -rw-r--r-- 1 root root  899210 Feb  7 10:10 kernel-headers-2.6.18-92.el5.x86_64.rpm
    -rw-r--r-- 1 root root  3073639 Feb  7 10:25 binutils-2.17.50.0.6-6.el5.x86_64.rpm
    -rw-r--r-- 1 root root  3114462 Feb  7 10:29 cpp-4.1.2-42.el5.x86_64.rpm
    [root@psovmab rpm]# rpm -Uvh kernel-headers-2.6.18-92.el5.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:kernel-headers         ########################################### [100%]
    [root@psovmab rpm]# rpm -Uvh binutils-2.17.50.0.6-6.el5.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:binutils               ########################################### [100%]
    [root@psovmab rpm]# rpm -Uvh cpp-4.1.2-42.el5.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:cpp                    ########################################### [100%]
    [root@psovmab rpm]#
    From OEL5.2 Disk 2
    ==================
    -rw-r--r-- 1 root root  614718 Feb  7 10:05 glibc-headers-2.5-24.x86_64.rpm
    -rw-r--r-- 1 root root 2535024 Feb  7 10:05 glibc-devel-2.5-24.x86_64.rpm
    -rw-r--r-- 1 root root 2105297 Feb  7 10:05 glibc-devel-2.5-24.i386.rpm
    -rw-r--r-- 1 root root 5544086 Feb  7 10:20 gcc-4.1.2-42.el5.x86_64.rpm
    -rw-r--r-- 1 root root 3987493 Feb  7 10:20 gcc-c++-4.1.2-42.el5.x86_64.rpm
    -rw-r--r-- 1 root root    83518 Feb  7 10:31 libgomp-4.1.2-42.el5.i386.rpm
    -rw-r--r-- 1 root root    84654 Feb  7 10:41 libgomp-4.1.2-42.el5.x86_64.rpm
    -rw-r--r-- 1 root root  2980440 Feb  7 10:43 libstdc++-devel-4.1.2-42.el5.x86_64.rpm
    -rw-r--r-- 1 root root    20483 Feb  7 11:46 elfutils-libelf-devel-0.125-3.el5.x86_64.rpm
    -rw-r--r-- 1 root root    58852 Feb  7 11:46 elfutils-libelf-devel-static-0.125-3.el5.x86_64.rpm
    -rw-r--r-- 1 root root   102193 Feb  7 11:49 elfutils-libs-0.125-3.el5.x86_64.rpm
    [root@psovmab rpm]# rpm -Uvh glibc-headers-2.5-24.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:glibc-headers          ########################################### [100%]
    [root@psovmab rpm]#
    [root@psovmab rpm]# rpm -Uvh glibc-devel-2.5-24.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:glibc-devel            ########################################### [100%]
    [root@psovmab rpm]#
    [root@psovmab rpm]# rpm -Uvh glibc-devel-2.5-24.i386.rpm
    Preparing...                ########################################### [100%]
       1:glibc-devel            ########################################### [100%]
    [root@psovmab rpm]# rpm -Uvh libgomp-4.1.2-42.el5.i386.rpm
    Preparing...                ########################################### [100%]
       1:libgomp                ########################################### [100%]
    [root@psovmab rpm]# rpm -Uvh libgomp-4.1.2-42.el5.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:libgomp                ########################################### [100%]
    [root@psovmab rpm]# rpm -Uvh gcc-4.1.2-42.el5.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:gcc                    ########################################### [100%]
    [root@psovmab rpm]# rpm -Uvh  libstdc++-devel-4.1.2-42.el5.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:libstdc++-devel        ########################################### [100%]
    [root@psovmab rpm]#
    [root@psovmab rpm]# rpm -Uvh gcc-c++-4.1.2-42.el5.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:gcc-c++                ########################################### [100%]
    [root@psovmab rpm]# rpm -Uvh elfutils-libs-0.125-3.el5.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:elfutils-libs          ########################################### [100%]
    [root@psovmab rpm]# rpm -Uvh elfutils-libelf-devel-0.125-3.el5.x86_64.rpm elfutils-libelf-devel-static-0.125-3.el5.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:elfutils-libelf-devel-s########################################### [ 50%]
       2:elfutils-libelf-devel  ########################################### [100%]
    [root@psovmab rpm]#
    From OEL5.2 Disk 3
    ==================
    -rw-r--r-- 1 root root  4588773 Feb  7 10:22 compat-gcc-34-3.4.6-4.x86_64.rpm
    -rw-r--r-- 1 root root 13542100 Feb  7 10:23 compat-gcc-34-c++-3.4.6-4.x86_64.rpm
    -rw-r--r-- 1 root root   232846 Feb  7 12:21 compat-libstdc++-33-3.2.3-61.x86_64.rpm
    [root@psovmab rpm]# rpm -Uvh compat-gcc-34-3.4.6-4.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:compat-gcc-34          ########################################### [100%]
    [root@psovmab rpm]# rpm -Uvh compat-gcc-34-c++-3.4.6-4.x86_64.rpm
    Preparing...                ########################################### [100%]
       1:compat-gcc-34-c++      ########################################### [100%]
    [root@psovmab rpm]#The initial error is gone, but got a new one when linking :
    [psadm1@psovmab setup]$ ./psrun.mak
    ./psrun.mak - linking PSRUN for oel-5-x86_64, Version 2.6.18-92.0.0.0.1.el5xen ...
    ./psrun.mak - Error(s) encountered creating PSRUN!
    ./psrun.mak - See /opt/oracle/psft/appbatch/tools/setup/psrun.err for messages
    [psadm1@psovmab setup]$ more /opt/oracle/psft/appbatch/tools/setup/psrun.err
    ld: cannot find -lgcc
    [psadm1@psovmab setup]$I looked around for this error, found a Metalink note, but the suggestion does not apply here, the path directory metioned in $COBDIR/etc/cobopt already exists :
    [psadm1@psovmab setup]$ more $COBDIR/etc/cobopt
    -C nolist
    set GCC_LIB=/usr/lib/gcc/x86_64-redhat-linux/3.4.6
    [psadm1@psovmab setup]$ ls /usr/lib/gcc/x86_64-redhat-linux/3.4.6
    32          crtbeginS.o  crtend.o   include   libgcc_eh.a  libgcc_s_32.so  libstdc++.a   libstdc++_nonshared.a  libsupc++.a
    crtbegin.o  crtbeginT.o  crtendS.o  libgcc.a  libgcc_s.so  libgcov.a       libstdc++.so  libstdc++_shared.so    specs
    [psadm1@psovmab setup]$So far, no luck, I'll still try, but you may have more luck to install a separate server with all the packages install from the scratch and run a process scheduler from there.
    Nicolas.

  • COBOL license

    Hello,
    I am currently looking into installing MicroFocus Server Express for my PeopleSoft FCM 9.1 demo installation running on OEL 5.5 (and HCM OVM templates down the line). However I am unsure about the licensing steps involved. I know there is an open 30day license available for the COBOL compiler, but what are the impacts on my system once this license expires? Once the compiler has an expired license, will all running COBOL programs inside PeopleSoft fail? Also does having this 30 day license mean I can run the COBOL programs inside PeopleSoft, or does it only provide me with compile capabilities and there is a separate runtime license?
    I am aware there is a runtime unlimited license patch (ULP) that can be obtained from Oracle on request, I would presume I need this patch installed once the compiler license expired to be able to continue running COBOL components (or preferably from the initial installation if the compiler license doesn't cover runtime), is that correct? Also if someone could provide details about licensing this patch besides that fact that I should contact Oracle via e-mail with my credentials, like if I need a licensed PeopleSoft installation (not just the demo test environment).
    I apologize for being thick, but this is all very new to me and I had no luck searching for answers on My Oracle Support.
    Thank you for input,
    Honza

    There's some more documtation on edelivery.oracle.com
    Under PeopleSoft Enterprise you can find: Third Party – Micro Focus 5.1 for PeopleSoft Enterprise Media Pack.
    -- From "PeopleSoft Enterprise COBOL Quick Reference Guide - Version 9":
    Temporary License Codes
    These temporary license codes are active for up to 30 days while you request a full license. If the temporary license is not converted within the 30-day temporary license period, you cannot compile+ or run+* COBOL programs.
    -- From "Micro Focus Server Express 5.1 Wrap Pack 4 Extras Install Documentation for PeopleSoft and Runtime Licenses"
    Server Express Development Licenses - COBOL Compiler Licenses
    When you order Server Express from PeopleSoft, you also order a certain
    number of COBOL Compiler Licenses. The COBOL Compiler Licenses are sold
    in quantities of 1, 2, 3, 5, 12 and 25. These COBOL Compiler Licenses
    are commonly referred to as PACKS or SEATS.
    For example:
    If you have 5 developers that will be working on COBOL you would
    purchase a 5-SEAT COBOL Compiler License. This 5-SEAT COBOL
    Compiler License allows 5 developers to simultaneously compile COBOL
    programs. If a 6th developer attempt to compile they would get an
    error message indicating that there are no Compiler Licenses available.
    Each SEAT of COBOL Compiler License comes with 5 COBOL Run-Time licenses.
    For example:
    A 1-SEAT COBOL Compiler License will allow 5 COBOL programs to be
    run simultaneously. A 5-SEAT COBOL Compiler License will allow 25 COBOL
    programs to be run simultaneously, and so on.
    When the COBOL Compiler License is installed, the installation process
    will automatically install the COBOL Run-Time Licenses.
    ULP - COBOL Run-Time Licenses
    The Unlimited License Patch (ULP) provides PeopleSoft Customers with 5000 COBOL Run-Time licenses.
    For Server Express 5.1 WP4 and 5.0 WP4 the Unlimited License Patch (ULP) MUST be installed prior to installing the COBOL Compiler License.
    This issue with ULP has existed since Server Express 4.0.
    For Server Express 5.1 WP4 it is STILL a requirement that the ULP Run-Time Licenses are installed prior to the Development Licenses.
    So I guess you can compile and run Cobol for 30 days. After that you need at least a one-seat compile license and the ULP.
    Regards,
    Bauke

  • Problem with Fresh Install of OEL 6.3 x86_64 over old OEL 6.0 x32

    Dear Experts,
    After selecting packages for fresh installation of OEL 6.3 x86_64 over old OEL 6.0 32-bit, it gives me the following warning
    Some of the packages you have selected for install are missing dependencies. You can exit the installation, go back and change your package selections, or continue installing these packages without their dependencies.
    Details
    lvm2-2.02.83-3.el6.i686 requires lvm2-libs = 2.02.83-3.el6
    kernel-uek-2,6,39-200.24.1.el6uek.x86_64 requires kernel-uek-firmware = 2.6.39-200.24.1.el6uek
    lvm2-3.02.72-8.el6.i686 requires lvm2-libs = 2.03.72-8.el6
    gdb conflicts with elfutilsHow to avoid this warning?
    Best Regards
    Mahmoud

    Hi Dude,
    Thank you for your response.
    I didn't choose upgrade. I chose Fresh Installation.
    Sorry for not giving background about the problem
    The OEL 6.0 x32 was installed on a server with 64bit architecture, so the power of the server is not utilized well.
    I want to completely replace the OEL 6.0 (32 bit) system with OEL 6.3 (64 bit)
    Just I choose the mount point of /root and /boot and leave the all partitions with no formatting to save the old data
    The above warning in the first post appears. How to avoid it?
    Regards
    Mahmoud

  • How to run the COBOL in window 8.1?

    Hello, i am a student of programming and i don't have an idea to how i can run the COBOL in widow 8.1?

    You need a COBOL compiler for Windows. There is an free cobol compiler:
    http://sourceforge.net/projects/open-cobol/
    http://www.opencobol.org/
    http://www.microfocus.com/products/micro-focus-developer/
    https://www.youtube.com/watch?v=DiVrSMPtnfg
    www.annabooks.com / www.seanliming.com / Book Author - Pro Guide to WE8S, Pro Guide to WES 7, Pro Guide to POS for .NET

  • Page can not be Displayed in EBS R12 64bit - OEL 5.4 64bit

    Hi Hussein,
    I have just installed EBS R12 (12.0.4) 64 bit on OEL 5.4 64bit, for our new client.
    The installation was successfull in general, but as usual I hit with this "Page Can Not Be Displayed" error and the client side ie browser.
    I can startup and shutdown the DbTier with status "0".
    I can startup and shutdown the AppsTier with status "0" (well it shows this overall status at the end, but I see some error with "OHS")
    This the sample log of the AppsTier:
    [applprod1@rdbms2 ~]$ ./startAPP
    You are running adstrtal.sh version 120.13.12000000.3
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adopmnctl.sh start
    script returned:
    You are running adopmnctl.sh version 120.4.12000000.3
    Starting Oracle Process Manager (OPMN) ...
    opmnctl: opmn started.
    adopmnctl.sh: exiting with status 0
    adopmnctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/app                                             l/admin/log/adopmnctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adapcctl.sh start
    script returned:
    You are running adapcctl.sh version 120.6.12000000.2
    Starting OPMN managed Oracle HTTP Server (OHS) instance ...
    opmnctl: opmn is already running.
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=rdbms2.ficsd.com:6200
        0 of 1 processes started.
    ias-instance id=VIS_rdbms2.rdbms2.ficsd.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
        HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=399901443,pid=2395)
        failed to start a managed process after the maximum retry limit
        Log:
        /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/ora/10.1.3/opmn/HTTP_Server~1
    adapcctl.sh: exiting with status 0
    adapcctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl                                             /admin/log/adapcctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adoacorectl.sh start
    script returned:
    You are running adoacorectl.sh version 120.11.12000000.2
    Starting OPMN managed OACORE OC4J instance  ...
    adoacorectl.sh: exiting with status 0
    adoacorectl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/a                                             ppl/admin/log/adoacorectl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adformsctl.sh start
    script returned:
    You are running adformsctl.sh  version 120.12.12000000.3
    Starting OPMN managed FORMS OC4J instance  ...
    adformsctl.sh: exiting with status 0
    adformsctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/ap                                             pl/admin/log/adformsctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adoafmctl.sh start
    script returned:
    You are running adoafmctl.sh version 120.6.12000000.2
    Starting OPMN managed OAFM OC4J instance  ...
    adoafmctl.sh: exiting with status 0
    adoafmctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl/admin/log/adoafmctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adalnctl.sh start
    script returned:
    adalnctl.sh version 120.3
    Checking for FNDFS executable.
    Starting listener process APPS_VIS.
    adalnctl.sh: exiting with status 0
    adalnctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl/admin/log/adalnctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adcmctl.sh start
    script returned:
    You are running adcmctl.sh version 120.14
    Starting concurrent manager for VIS ...
    Starting VIS_1001@VIS Internal Concurrent Manager
    Default printer is noprint
    adcmctl.sh: exiting with status 0
    adcmctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl/admin/log/adcmctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/jtffmctl.sh start
    script returned:
    You are running jtffmctl.sh version 120.3
    Validating Fulfillment patch level via /u02/applprod1/VIS/apps/apps_st/comn/java/classes
    Fulfillment patch level validated.
    Starting Fulfillment Server for VIS on port 9300 ...
    jtffmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    All enabled services for this node are started.
    adstrtal.sh: Exiting with status 0
    adstrtal.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl/admin/log/adstrtal.log for more information ...As you can see, the last had overall status code "0"
    But there is this error:
    Starting OPMN managed Oracle HTTP Server (OHS) instance ...
    opmnctl: opmn is already running.
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=rdbms2.ficsd.com:6200
    0 of 1 processes started.
    ias-instance id=VIS_rdbms2.rdbms2.ficsd.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=399901443,pid=2395)
    failed to start a managed process after the maximum retry limit
    Log:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/ora/10.1.3/opmn/HTTP_Server~1
    adapcctl.sh: exiting with status 0
    adapcctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl/admin/log/adapcctl.txt for more information ...
    But it says status 0 too, does this cause the "web page can not be displayed"?
    Please Help........................
    Thanks a lot in advance

    Did you remove the lock files as suggested before?Not yet, I am not at the client right now, I will go there tomorrow morning. I am just practising here in our office test instance :)
    The access log file has:
    127.0.0.1 - - [01/Oct/2009:21:57:20 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:57:40 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:58:00 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:58:20 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:58:40 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:59:00 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:59:20 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:59:40 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:22:00:00 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:22:00:20 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:22:00:40 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:22:01:00 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"And the error log file:
    [Thu Oct  1 08:42:44 2009] [notice] Oracle-Application-Server-10g/10.1.3.4.0 Oracle-HTTP-Server configured -- resuming normal operations
    [Thu Oct  1 08:42:44 2009] [notice] Accept mutex: fcntl (Default: fcntl)
    [Thu Oct  1 08:50:51 2009] [warn] [client 192.168.1.170] oc4j_socket_recvfull timed out
    [Thu Oct  1 08:50:51 2009] [error] [client 192.168.1.170] [ecid: 1254357949:192.168.1.170:24084:0:3,0] mod_oc4j: request to OC4J rel12.ebiztech.biz:21500 failed: Connect failed
    [Thu Oct  1 09:28:40 2009] [notice] Oracle-Application-Server-10g/10.1.3.4.0 Oracle-HTTP-Server configured -- resuming normal operations
    [Thu Oct  1 09:28:40 2009] [notice] Accept mutex: fcntl (Default: fcntl)
    [Thu Oct  1 09:29:58 2009] [error] [client 192.168.1.100] [ecid: 1254360598:192.168.1.170:27679:0:2,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 09:51:22 2009] [error] [client 192.168.1.101] [ecid: 1254361882:192.168.1.170:27679:0:11,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 09:51:26 2009] [error] [client 192.168.1.101] [ecid: 1254361886:192.168.1.170:28180:0:13,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 09:51:43 2009] [error] [client 192.168.1.101] [ecid: 1254361903:192.168.1.170:28256:0:17,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 09:52:55 2009] [error] [client 192.168.1.101] [ecid: 1254361975:192.168.1.170:27678:0:17,0] Directory index forbidden by rule: /u01/applr1211/VIS/apps/apps_st/comn/java/classes/
    [Thu Oct  1 11:40:43 2009] [error] [client 192.168.1.101] [ecid: 1254368443:192.168.1.170:28256:0:53,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 12:08:25 2009] [error] [client 192.168.1.101] [ecid: 1254370105:192.168.1.170:28256:0:66,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 12:08:28 2009] [error] [client 192.168.1.101] [ecid: 1254370108:192.168.1.170:27677:0:59,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 13:05:48 2009] [error] [client 192.168.1.101] [ecid: 1254373548:192.168.1.170:28179:0:127,0] Directory index forbidden by rule: /u01/applr1211/VIS/apps/apps_st/comn/java/classes/
    [Thu Oct  1 13:06:56 2009] [error] [client 192.168.1.101] [ecid: 1254373616:192.168.1.170:28178:0:226,0] Directory index forbidden by rule: /u01/applr1211/VIS/apps/apps_st/comn/java/classes/
    [Thu Oct  1 13:06:56 2009] [error] [client 192.168.1.101] [ecid: 1254373616:192.168.1.170:28178:0:227,0] File does not exist: /u01/applr1211/VIS/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Thu Oct  1 13:06:56 2009] [error] [client 192.168.1.101] [ecid: 1254373616:192.168.1.170:28178:0:228,0] File does not exist: /u01/applr1211/VIS/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gifThe above error normal? Its just my test instance and the users seem have no problem? or I am just not aware of.
    Thanks

  • Weird siebel 8.0 console mode installation problem on OEL 4

    Hi There,
    When I tried to install Siebel 8.0 SIA build on Oracle Enterprise Linux (OEL 4), I encountered a weird problem. It is a sandbox for QA to do testing, everything is on the same machine: oracle database 10.2.0.3, gateway, siebel server and SWSE. I installed oracle database, and make sure the database connection is fine, then I did the following :
    1) run install by command "./setuplinux -is:javaconsole -console", it compeleted fine.
    2) go to gateway directory, source cfgenv.sh
    3) run "ssincfgw -is:javaconsole -console" to do gateway server, enterprise and SWSE logical profile configuration. Gateway configuration is fine, gateway started up successfully. But during enterprise configuration, it throws out a bunch of error messages like :
    Error creating Parameter:MaxEntrTasks for Comp:TxnProc in CompGroup:Remote
    Strict Flag set to FALSE, continuing with the next Object...
    Error creating Parameter:MaxEntrTasks for Comp:RepAgent in CompGroup:Remote
    Strict Flag set to FALSE, continuing with the next Object...
    Error creating Component:MsgBroadcastMgr in CompGroup:CommMgmt
    Strict Flag set to FALSE, continuing with the next Object...
    SBL-ADM-02071: Enterprise server siebel not found in gateway server
    But at the end, it still shows "Execution Successful!"
    The SWSE logical profile configuration went through fine
    4) go to siebel server directory and source cfgenv.sh
    5) launch the ssincfgw in siebsrvr/bin directory to config siebel server, it also throws a bunch of error messages like:
    Error creating Parameter:AllowAnonUsers for Comp:SMObjMgr_enu in CompGroup:MktgOM
    Strict Flag set to FALSE, continuing with the next Object...
    Error creating Parameter:AllowAnonUsers for Comp:eMarketObjMgr_enu in CompGroup:MktgOM
    Strict Flag set to FALSE, continuing with the next Object...
    Error creating Parameter:AllowAnonUsers for Comp:eEventsObjMgr_enu in CompGroup:MktgOM
    Strict Flag set to FALSE, continuing with the next Object...
    But again, at the end it still shows "Execution Successful!".
    6) go to siebsrvr directory, source siebenv.sh
    7) Launch srvrmgr in command line mode:
    srvrmgr /g $GATEWAY /e $SIEBEL_ENTERPRISE /u $USERNAME /p $PASSWD
    and it shows "connected to 0 server"
    In the SiebSrvr.log file, it shows " SBL-SCC-00025: No value found in the Gateway. Default value in the repository is used."
    In the sw_cfg_util.log file, it shows "SBL-SVR-03005: No server connect string for Siebel Component servermgr in Siebel Enterprise siebel, Siebel Server sdc60002sems".
    The weirdest part is, if I clean up and uninstall everything, run the install and configure in GUI mode, give the same parameters, I don't get any error messages and siebel server can be up and running fine.
    I searched the forum and found people have reported the same error message during enterprise configuration, but says it does not affect them from bring up the siebel server. Since I'm developing an automation to do the installation, I cannot use GUI mode to install. I have to make the command line console mode work and then record the response file for silent install. Does anyone know what might cause my siebel server fail to be up and running ? Thanks a lot for any suggestions and helps.

    hi,
    Make sure that your network uses DNS naming.
    This error occurs when a machine is not correctly configured to use DNS naming. The default fully qualified host and domain name presented during installation is not correct.
    To successfully install, you need to provide a fully qualified domain name that consists of a local host name along with its domain name.
    for example yoursystem is a host name and yourdomain.com is a fully qualified domain name.
    regards,
    saravanan

  • PL/SQL vs Pro*C / Cobol

    Can any one tell me whether PL/SQL can totally replace Pro*C /
    Cobol?
    I remember there is a PL/SQL package called UTL_FILE, which
    enable user to do File I/O. However, I wonder whether it really
    excel the File I/O capability of the conventional Cobol or C
    language.
    I am going to create programs to output external data files and
    sophisticated reports. Do you think it is possible, or suitable,
    to apply PL/SQL in ALL cases?

    Can any one tell me whether PL/SQL can totally replace
    Pro*C /
    Cobol?
    Well Pro*C/Cobol have much more advanced features
    available outside of the Oracle interface, obviously. Also
    UTL_FILE is not a very fast way of producing text files if you
    need very high throughput.
    It is not possible or suitable to apply PL/SQL to al cases, but
    if you are just producing text files and reports, no matter how
    complex the formatting, PL/SQL is going to do it for you.
    However my own preference is to use the minimum number
    of technologies reasonably possible when doing a job. By
    using Pro*C or Cobol you increase the maintenance
    workload, so I would stick to PL/SQL if you can.

  • How to set up DNS on OEL ?

    Hello buddy:
    How can I set up DNS on OEL ? Just for install 11g R2 RAC

    You can use "system-config-network" command to configure your DNS configuration.

  • Start tuxedo server, can not find the cobol library

    I run tuxedo cobol sample CSIMPSRV in linux. because I use microfocus cobol, I changed setenv:
    COBCPY=$TUXDIR/cobinclude
    COBDIR=/opt/microfocus/cobol
    PATH=$PATH:$COBDIR/bin
    APPDIR=`pwd`
    TUXCONFIG=$APPDIR/tuxconfig
    LD_LIBRARY_PATH=$COBDIR/lib:$LD_LIBRARY_PATH:$TUXDIR/lib
    SHLIB_PATH=$COBDIR/lib:$SHLIB_PATH:$TUXDIR/lib
    LIBPATH=$COBDIR/lib:$LIBPATH:$TUXDIR/lib
    export COBCPY COBDIR PATH APPDIR TUXCONFIG LD_LIBRARY_PATH SHLIB_PATH LIBPATH
    it can be compiled, buildserver sucess. but I start server and got a error as below:
    exec CSIMPSRV -A :
    CSIMPSRV: error while loading shared libraries: libcobrts.so: cannot open shared object file: No such file or dy
    I don't know why? because the libcobrts.so is in the folder "/opt/microfocus/cobol/lib" and any users can read and excute. The environment variable LD_LIBRARY_PATH, SHLIB_PATH, LIBPATH have contain this folder.
    What's problem? anybody can help me?
    Thanks!
    Edited by: user7949714 on 2011-4-11 下午9:59

    Hi,
    Please check envfile which is specified in ubbconfig to make sure LD_LIBRARY_PATH is correct or not.
    Sample envfile should be modifed as your environment.
    Thanks,
    -Masa

  • Telnet session not working in OEL -5

    Telnet session not working in OEL -5
    ==============================
    1. Installed xinetd and telnet-server packages on the box.
    2. Enabled the xinetd service.
    # service xinetd start
    # chkconfig xinetd on
    Telnet still not working. Please help.
    Lily.

    Re-ran the /etc/init.d/xinetd restart command. Telnet cannot connect and this is what I get:
    Unencrypted connection refused. Goodbye.
    Below is the telnet.cfg
    ==================
    # default: on
    # description: The telnet server serves telnet sessions; it uses \
    #     unencrypted username/password pairs for authentication.
    service telnet
         flags          = REUSE
         socket_type     = stream
         wait          = no
         user          = root
         server          = /usr/sbin/in.telnetd
         log_on_failure     += USERID
         disable          = no
    ===================

  • How do I find the number of physical CPUs , number of cores in OEL ?

    In RHEL , it is easy to find the number of Physical CPUs and the number of cores within each CPU
    -- Ouput from Red Hat Enterprise Linux 5.4
    -- This a real machine. Not a VM
    $ cat /proc/cpuinfo
    processor       : 0
    vendor_id       : GenuineIntel
    cpu family      : 6
    model           : 46
    model name      : Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
    stepping        : 6
    cpu MHz         : 1995.048
    cache size      : 18432 KB
    physical id     : 0              --------------> This will give info on the physical CPU
    siblings        : 8
    core id         : 0
    cpu cores       : 8              --------------> This will give the number of cores within a CPU
    apicid          : 0
    fpu             : yes
    fpu_exception   : yes
    cpuid level     : 11
    wp              : yes
    flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
    bogomips        : 3990.09
    clflush size    : 64
    cache_alignment : 64
    address sizes   : 44 bits physical, 48 bits virtual
    power management: [8]Output from Oracle Linux . Physical CPU Id and Number of Cores info is missing.
    -- Output from Oracle Enterprise Linux 6.3
    -- This is a virtual machine created using Virtual Box
    -- Processor ID , number of cores is missing
    $ cat /proc/cpuinfo
    processor       : 0
    vendor_id       : GenuineIntel
    cpu family      : 6
    model           : 42
    model name      : Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz
    stepping        : 7
    cpu MHz         : 2298.627
    cache size      : 6144 KB
    fpu             : yes
    fpu_exception   : yes
    cpuid level     : 5
    wp              : yes
    flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx rdtscp lm constant_tsc up rep_good nopl pni monitor ssse3 lahf_lm
    bogomips        : 4597.25
    clflush size    : 64
    cache_alignment : 64
    address sizes   : 36 bits physical, 48 bits virtual
    power management:Is this the expected output in Oracle Enterprise Linux ? If so, how can I find the number of Physical CPUs and the number of cores within a Physical CPU in OEL?
    Is this info missing because I am running OEL in a virtual machine ?

    Oracle Linux behaves exactly like Red Hat in this matter an /proc/cpuinfo can be used for that. I guess this is because you have set up VirtualBox to only assign one virtual CPU to your guest Linux.
    processor     : 0
    vendor_id     : AuthenticAMD
    cpu family     : 15
    model          : 33
    model name     : Dual Core AMD Opteron(tm) Processor 275
    stepping     : 2
    cpu MHz          : 1000.000
    cache size     : 1024 KB
    physical id     : 0
    siblings     : 2
    core id          : 0
    cpu cores     : 2
    apicid          : 0
    initial apicid     : 0
    fpu          : yes
    fpu_exception     : yes
    cpuid level     : 1
    wp          : yes
    flags          : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow rep_good extd_apicid pni lahf_lm cmp_legacy
    bogomips     : 1994.47
    TLB size     : 1024 4K pages
    clflush size     : 64
    cache_alignment     : 64
    address sizes     : 40 bits physical, 48 bits virtual
    power management: ts fid vid ttpAnother example is this one, OEL 5.6 inside of VirtualBox but with 2 virtual CPUs assigned:
    [root@oel56proxy ~]# cat /proc/cpuinfo
    processor       : 0
    vendor_id       : GenuineIntel
    cpu family      : 6
    model           : 23
    model name      : Intel(R) Core(TM)2 Duo CPU     P8600  @ 2.40GHz
    stepping        : 10
    cpu MHz         : 2064.652
    cache size      : 6144 KB
    physical id     : 0
    siblings        : 2
    core id         : 0
    cpu cores       : 2
    apicid          : 0
    fdiv_bug        : no
    hlt_bug         : no
    f00f_bug        : no
    coma_bug        : no
    fpu             : yes
    fpu_exception   : yes
    cpuid level     : 5
    wp              : yes
    flags           : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx lm constant_tsc pni ssse3 lahf_lm
    bogomips        : 4129.30
    processor       : 1
    vendor_id       : GenuineIntel
    cpu family      : 6
    model           : 23
    model name      : Intel(R) Core(TM)2 Duo CPU     P8600  @ 2.40GHz
    stepping        : 10
    cpu MHz         : 2064.652
    cache size      : 6144 KB
    physical id     : 0
    siblings        : 2
    core id         : 1
    cpu cores       : 2
    apicid          : 1
    fdiv_bug        : no
    hlt_bug         : no
    f00f_bug        : no
    coma_bug        : no
    fpu             : yes
    fpu_exception   : yes
    cpuid level     : 5
    wp              : yes
    flags           : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx lm constant_tsc pni ssse3 lahf_lm
    bogomips        : 7494.15I have not tried to replicate this with a VM that only has one vCPU assigned but I guess that is why you only see one CPU and no processor_id and so on.
    Bjoern

  • Error While Runnig Calender Build and Run Automated Benefit cobol Process

    While Running Pay Calender Build and Automated Benefit cobol process i m getting a error
    Maximum number of set Run Cntl Record Loaded into Array.
    Array Limit Exceeded
    at pos 00028
    Please any one can help me to get rid of this problem.
    Thanks,
    Amit Asawa

    Hussein Sawwan wrote:
    Please post the details of the application release, database version and OS.Oracle EBS R12.1.1 windows server 2003
    Please verify you have no invalid objects in the database and no errors are reported in the database log file.i dont know where can i find this log file ?
    Search MOS for (ORA-06512 and GLPPOS) and go through the docs.i am sorry i don't have MOS ID :)
    Thank you
    kareem

  • Root.sh script hangs while starting ohasd on OEL

    Hi
    I have installed 11g Oracle grid infrastructure on OEL R5 U6
    I am having an issue when it comes to running the root.sh script
    The script runs fine until it gets to the part where it tries to start ohasd
    Adding daemon to inittab
    CRS-4123: Oracle High Availability Services has been started
    ohasd is startingOnce it reaches this point it hangs. It's been at this part of the root.sh script now for over an hour. I cannot move the mouse or create new ssh sessions. It has completely hung the machine.
    I have ensured that that hosts file has no entries for the host name
    And there does not seem to be any errors in the logs
    Any Ideas on where I can start looking to fix this issue?
    Thanks
    G.
    Edited by: Grahambo on Aug 18, 2011 9:35 AM
    Edited by: Grahambo on Aug 18, 2011 9:35 AM

    Here is the last entries in the Log:
    /oracle/app/11.2.0/grid/log/server004n0/ohasd/ohasd.log
    2011-08-18 17:02:28.116: [  CRSOCR][1916807488] Multi Write Batch processing...
    2011-08-18 17:02:28.404: [UiServer][1929414976] Container [ Name: ORDER
            MESSAGE:
            TextMessage[CRS-2676: Start of 'ora.diskmon' on 'server004n0' succeeded]
            MSGTYPE:
            TextMessage[3]
            OBJID:
            TextMessage[ora.cssd]
            WAIT:
            TextMessage[0]
    2011-08-18 17:02:35.986: [  CRSOCR][1916807488] Multi Write Batch done.
    2011-08-18 17:02:44.397: [  CRSCCL][1870641472]Obtained GPnP Profile.
    2011-08-18 17:02:44.699: [  CRSCCL][1870641472]USING CLSC ============
    2011-08-18 17:02:52.779: [ default][1870641472]clsu_get_private_ip_addr: Calling clsu_get_private_ip_addresses to get first private ip
    2011-08-18 17:02:52.779: [ default][1870641472]Check namebufs
    2011-08-18 17:02:52.780: [ default][1870641472]Finished checking namebufs
    2011-08-18 17:02:52.782: [    GPnP][1870641472]clsgpnp_Init: [at clsgpnp0.c:404] gpnp tracelevel 3, component tracelevel 0
    2011-08-18 17:02:52.782: [    GPnP][1870641472]clsgpnp_Init: [at clsgpnp0.c:534] '/oracle/app/11.2.0/grid' in effect as GPnP home base.
    2011-08-18 17:02:54.744: [    GPnP][1870641472]clsgpnp_InitCKProviders: [at clsgpnp0.c:3866] Init gpnp local security key providers (2) fatal if both fail
    2011-08-18 17:02:54.744: [    GPnP][1870641472]clsgpnp_InitCKProviders: [at clsgpnp0.c:3869] Init gpnp local security key proveders 1 of 2: file wallet (LSKP-FSW)
    2011-08-18 17:02:54.744: [    GPnP][1870641472]clsgpnpkwf_initwfloc: [at clsgpnpkwf.c:398] Using FS Wallet Location : /oracle/app/11.2.0/grid/gpnp/server004n0/wallets/peer/
    2011-08-18 17:02:54.744: [    GPnP][1870641472]clsgpnp_InitCKProviders: [at clsgpnp0.c:3891] Init gpnp local security key provider 1 of 2: file wallet (LSKP-FSW) OK
    2011-08-18 17:02:54.744: [    GPnP][1870641472]clsgpnp_InitCKProviders: [at clsgpnp0.c:3897] Init gpnp local security key proveders 2 of 2: OLR wallet (LSKP-CLSW-OLR)
    [   CLWAL][1870641472]clsw_Initialize: OLR initlevel [70000]
    2011-08-18 17:02:54.745: [    GPnP][1870641472]clsgpnp_InitCKProviders: [at clsgpnp0.c:3919] Init gpnp local security key provider 2 of 2: OLR wallet (LSKP-CLSW-OLR) OK
    2011-08-18 17:02:54.745: [    GPnP][1870641472]clsgpnp_getCK: [at clsgpnp0.c:1950] <Get gpnp security keys (wallet) for id:1,typ;7. (2 providers - fatal if all fail)
    2011-08-18 17:02:54.745: [    GPnP][1870641472]clsgpnpkwf_getWalletPath: [at clsgpnpkwf.c:498] req_id=1 ck_prov_id=1 wallet path: /oracle/app/11.2.0/grid/gpnp/server004n0/wallets/peer/
    2011-08-18 17:02:54.758: [    GPnP][1870641472]clsgpnpwu_walletfopen: [at clsgpnpwu.c:494] Opened SSO wallet: '/oracle/app/11.2.0/grid/gpnp/server004n0/wallets/peer/cwallet.sso'
    2011-08-18 17:02:54.758: [    GPnP][1870641472]clsgpnp_getCK: [at clsgpnp0.c:1965] Result: (0) CLSGPNP_OK. Get gpnp wallet - provider 1 of 2 (LSKP-FSW(1))
    2011-08-18 17:02:54.758: [    GPnP][1870641472]clsgpnp_getCK: [at clsgpnp0.c:1982] Got gpnp security keys (wallet).>
    2011-08-18 17:02:54.763: [    GPnP][1870641472]clsgpnp_getCK: [at clsgpnp0.c:1950] <Get gpnp security keys (wallet) for id:1,typ;4. (2 providers - fatal if all fail)
    2011-08-18 17:02:54.763: [    GPnP][1870641472]clsgpnpkwf_getWalletPath: [at clsgpnpkwf.c:498] req_id=1 ck_prov_id=1 wallet path: /oracle/app/11.2.0/grid/gpnp/server004n0/wallets/peer/
    2011-08-18 17:02:54.771: [    GPnP][1870641472]clsgpnpwu_walletfopen: [at clsgpnpwu.c:494] Opened SSO wallet: '/oracle/app/11.2.0/grid/gpnp/server004n0/wallets/peer/cwallet.sso'
    2011-08-18 17:02:54.771: [    GPnP][1870641472]clsgpnp_getCK: [at clsgpnp0.c:1965] Result: (0) CLSGPNP_OK. Get gpnp wallet - provider 1 of 2 (LSKP-FSW(1))
    2011-08-18 17:02:54.771: [    GPnP][1870641472]clsgpnp_getCK: [at clsgpnp0.c:1982] Got gpnp security keys (wallet).>
    2011-08-18 17:02:54.771: [    GPnP][1870641472]clsgpnp_Init: [at clsgpnp0.c:837] GPnP client pid=18394, tl=3, f=3Edited by: Grahambo on 18-Aug-2011 12:08

Maybe you are looking for

  • How to disable the 30 seconds of CDROM installer when connecting via USB?

    A few days ago my wife and I acquired two Samsung Galaxy S3 phones as our first smart phones.  When I connect either phone to any of the three different Windows 7 computers I have tried, the phone mounts as a virtual CDROM containing a Verizon softwa

  • Visual webpart disappears when i click edit page button

    I have created a visual webpart for a menu with listpicker, am able to deploy the webpart in a page, select lists using list picker and save the page. But when again when i click edit page button, the webpart disappears. and again if i add the same w

  • ITunes 10.4 & Multimedia Keyboard

    Since I installed iTunes 10.4 for Windows (Windows 7, x64), I can no longer use my Multimedia Keys for Play/Pause and so on. I have a Logitech Illuminated and tried all the usual tricks like mmkeys.dll, but nothing worked. Any help is much appreciate

  • Table View MULTI SELECT option and Event handling problems

    Hello All, I am facing problem while giving miltselect option in a table view. When i mention multiselect attribute in Select option in table view, i am unable to select all the rows which i want to select,because i have an event onRowSelection event

  • How can I host multiple DNS zones using OS X Server?

    Simply that. I want to host several zones and can't find a UI to do it. Is it a case of hacking at the named config files and never using the UI again? That would seem rather ridiculous. Thanks, Neil.