Compile sample procobol program on linux 64 bit

If this is the wrong forum I apoligise but i can't see another one for precompilers.
I am trying to compile and run a procobol sample program on a linux 64 bit machine.
When I try to compile with the demo makefile I get
ld: skipping incompatible /home/oracle/10G/lib//libclntsh.so when searching for -lclntsh
So i have added LIBDIR=lib32 to my make command
make LIBDIR=lib32 -f demo_procob.mk sample1
And it now compiles but when I run it I get
Execution error : file 'sample1'
error code: 114, pc=0, call=1, seg=0
114 Attempt to access item beyond bounds of memory (Signal 11)
This happens when it is trying to connect.
Would be gratefull for any help on what I suspect is a 32/64 bit issue.
Steve

Hi Steve,
The 114 error is like a S0C4, out-of-bounds RAM memory address.
The "make" for Pro*Cobol is tricky . . .
This note mentions a similar issue:
http://groups.google.com/group/comp.lang.cobol/browse_frm/thread/677550bed420df6e/221590ddf179beac?lnk=st&q=declaration+of+the+file+FWORK&rnum=1#221590ddf179beac
The problem was in the declaration of the file FWORK used in the sort statement :
SORT FWORK ASCENDING TYPE-SD AGCE-SD PRET-SD
INPUT PROCEDURE LEC-PRETS
OUTPUT PROCEDURE EDITION.
It was declared like that :
FWORK ASSIGN FFE
ORGANIZATION SEQUENTIAL
STATUS XZ-STATUS RESERVE NO.

Similar Messages

  • How to compile and run PRO*C programs in Linux

    Hi all,
    This is my first post in this forum.
    I have Oracle 9i installed in linux platform .
    How can i compile and run Pro*C programs in linux.(i mean any commands or procedure to run these programs)
    please help me in this regard.
    Thanks in advance,
    Trinath Somanchi,
    Hyderabad .

    (1) How to compile the Pro*c program U got to have a makefile to compile a Pro*c program. It helps u in compiling and creating an excutable. Once U have created a makefile , just call "make" and it will do the compilation and create the executable as well.
    For a sample makefile visit
    http://asktom.oracle.com/~tkyte/proc_makefile/
    (2) How to run the Pro*c program ? and Once U have created an executable, U shall call that directly as any other linux command. Make sure U have the permissions to run the executable. If not give the permissions using chmod 777 executable
    (3)How to get the output of the program ?Question 2 and 3 are the same. I mean running and getting a output are the same

  • Compilation of C program in 64 bit mode using  gcc

    How do i compile a C program in 64 bit mode using gcc 2.95.2. I am using Sun Os 5.8.
    Pls give the command

    When i use the follwing script
    cc -w -v -DSOLARIS -DSOLARIS2 -m64 -c $1.c -I./. -I/usr/lib/sparcv9 -I/usr/include -I/usr/include/sys -I/usr1/soft/smshdr -I/oracle9i/precomp/public -I/oracle9i/sqllib/public
    I got the following error .. Pls help
    Reading specs from /opt/sfw/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/specs
    gcc version 2.95.2 19991024 (release)
    /opt/sfw/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/cpp -lang-c -v -I./. -I/usr/li
    b/sparcv9 -I/usr/include -I/usr/include/sys -I/usr1/soft/smshdr -I/oracle9i/prec
    omp/public -I/oracle9i/sqllib/public -D__GNUC__=2 -D__GNUC_MINOR__=95 -Dsparc -D
    sun -Dunix -D__svr4__ -D__SVR4 -D__sparc__ -D__sun__ -D__unix__ -D__svr4__ -D__S
    VR4 -D__sparc -D__sun -D__unix -Asystem(unix) -Asystem(svr4) -w -D__arch64__ -Ac
    pu(sparc64) -Amachine(sparc64) -DSOLARIS -DSOLARIS2 XCupCRC.c /var/tmp/cckMTbiU.
    i
    GNU CPP version 2.95.2 19991024 (release) (sparc)
    #include "..." search starts here:
    #include <...> search starts here:
    /usr/lib/sparcv9
    /usr/include
    /usr/include/sys
    /usr1/soft/smshdr
    /oracle9i/precomp/public
    /opt/sfw/include
    /opt/sfw/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/../../../../sparc-sun-solaris2
    .8/include
    /opt/sfw/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/include
    /usr/include
    End of search list.
    The following default directories have been omitted from the search path:
    /opt/sfw/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/../../../../include/g++-3
    End of omitted list.
    /opt/sfw/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/cc1 /var/tmp/cckMTbiU.i -quiet
    -dumpbase XCupCRC.c -m64 -w -version -o /var/tmp/ccqeBknF.s
    cc1: -m64 is not supported by this configuration
    cc1: -mptr32 not allowed on -m64
    GNU C version 2.95.2 19991024 (release) (sparc-sun-solaris2.8) compiled by GNU C
    version 2.95.2 19991024 (release).
    XCupCRC.c: In function `XCupCRC':
    XCupCRC.c:45: internal error--unrecognizable insn:
    (insn 208 206 210 (set (reg:DI 10 %o2)
    (symbol_ref:DI ("*.LLC0"))) -1 (nil)
    (nil))

  • Compile windows program in linux, output to elf.

    I can compile a windows program in mingw32, but it's exported in exe format. Can I compile it to elf format? If so, how?

    dragos240 wrote:I'm trying to use mingw32 to compile a windows native c file, but it compiles to exe. I am using linux. So....
    ... So, why not just compile it with gcc ? 
    If it is because you need some library (like a dll), you will need to find a Linux equivalent [and probably need some code changes]

  • Error installing OBIEE 11g on Linux 64 bits - Configuration Assistant fails

    Hello,
    I am trying to install OBISE1 on Oracle Linux 5 - 64 bits.
    I've followed these steps:
    1) Install Oracle DB
    2) Install jdk Linux 64 bits (jdk1.7.0)
    3) Install WebLogic
    4) Install RCU
    5) Install OBI 11g (Software only installation)
    Until here, all is correct.
    6) Configuration assistant failed:
    [2011-09-12T12:04:58.844+02:00] [as] [ERROR] [] [oracle.as.provisioning]
    [tid: 14] [ecid: 0000J9Soq_rFGBWFLz6UOA1ERSJh000005,0]
    [2011-09-12T12:04:58.845+02:00] [as] [ERROR] [] [oracle.as.provisioning]
    [tid: 14] [ecid: 0000J9Soq_rFGBWFLz6UOA1ERSJh000005,0] [[
    oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    Starting the Admin_Server timed out.
    Action:
    See logs for more details.
    at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
    at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3149)
    at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3039)
    at oracle.as.provisioning.engine.WorkFlowExecutor._startAdminServer(WorkFlowExecutor.java:1645)
    at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:635)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
    at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
    at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
    at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:662)
    [2011-09-12T12:04:58.846+02:00] [as] [ERROR] [] [oracle.as.provisioning]
    [tid: 14] [ecid: 0000J9Soq_rFGBWFLz6UOA1ERSJh000005,0] [[
    oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
    at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:686)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
    at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
    at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
    at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:662)
    I have fount posts with a similar problem, but is over Windows.
    I appreciate any ide/suggestion.
    Thank you in advance.
    Regards,

    I have seen that WebLogic is shut down, so I am trying to start up, but I can't:
    starting weblogic with Java version:
    Unrecognized option: -jrockit
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Starting WLS with line:
    /usr/java/jdk1.7.0/bin/java -jrockit -Xms512m -Xmx512m
    -Dweblogic.Name=AdminServer
    -Djava.security.policy=/root/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy
    -Dweblogic.ProductionModeEnabled=true -da
    -Dplatform.home=/root/Oracle/Middleware/wlserver_10.3
    -Dwls.home=/root/Oracle/Middleware/wlserver_10.3/server
    -Dweblogic.home=/root/Oracle/Middleware/wlserver_10.3/server
    -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/root/Oracle/Middleware/patch_wls1035/profiles/default/sysext_manifest_classpath:/root/Oracle/Middleware/patch_ocp360/profiles/default/sysext_manifest_classpath
    weblogic.Server
    Unrecognized option: -jrockit
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    I have modified /etc/profile, including JAVA_HOME and PATH with the java PATH. And it is ok, because if I executed java -version I can see the new jdk:
    java version "1.7.0"
    Java(TM) SE Runtime Environment (build 1.7.0-b147)
    Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)
    Any idea¿?

  • Problem in compiling pro * c program

    Hi
    Greetings ,
    I am new to proc, i wrote a small sample program while compiling this program in vc++ 6.0 i am getting the following error
    c:\proheaderfiles\database.c(24) : error C2061: syntax error : identifier 'SQL'
    c:\proheaderfiles\database.c(24) : error C2059: syntax error : ';'
    c:\proheaderfiles\database.c(24) : error C2054: expected '(' to follow 'TYPE'
    can anyone help me in this regard
    Thanks in advance

    First compile the proc programe through
    windows version proc ,generate the *.cpp file;
    Second : add the *.cpp file to visual c++ project
    Then compile with visual c++;

  • How can i compile a C program to run solaris 9 and 10?

    Hi,
    I need to compile a small C program to run on solaris 9 and 10. There is no C compiler on the target servers. I have compiled and tested the program on Linux over x86.
    I hope you can advise on the way forward. I see the following options:
    - install a C compiler, the lightest possible, on the target servers and compile the program
    or
    - set-up a sparc solaris (9 or 10) on top of virtualbox on my windows laptop, install the c compiler and then compile the program
    Thanks in advance.
    Gaby

    To run an application on both Solaris 9 and 10, you need to build it on Solaris 9. The application will then run on Solaris 9 and 10. (If you build on Solaris 10, you cannot expect the application to work on 9.)
    The most recent Studio version that can be run on Solaris 9 is Studio 12 (but not updates 1, 2, or 3).
    You can still get Studio 12 here, but since it dates from 2007, I don't know for how much longer.
    http://www.oracle.com/technetwork/server-storage/solarisstudio/downloads/ss12-136026.html
    Studio does not do cross-compilation, so you need to build on a system of the same type as the target system -- SPARC or x86. I don't know whether Solaris 9 can be installed on Virtual Box, but you can try. If it works, you can install the compiler, build on that system, then deploy on other Solaris 9 and 10 x86 systems.
    You can of course build the application on each of Solaris 9 and 10, but usually that is not necessary, and it complicates deployment and support.
    I believe Solaris 9 is End Of Life, so it would be a good idea to upgrade S9 systems to S10 or S11. I realize that such a change might not be up to you. :-)

  • Error in Startsap in linux 64 bit

    Dear All,
    when i perform startsap in linux 64 bit message coming like that.
    [root@ram ~]# su - prdadm
    ram:prdadm 1> startsap
    ping: unknown host fam
    Usage: grep [OPTION]... PATTERN [FILE]...
    Try `grep --help' for more information.
    Checking PRD Database
    Database is not available via R3trans
    Database PRD must be started on remote server
    Log on to remote server and start database
    ram:prdadm 2> ping ram(HOST NAME)ip of server (192.168.1.1)
    PING ram.yahoo.co.in (192.168.1.1) 56(84) bytes of data.
    64 bytes from ram.yahoo.co.in (192.168.1.1): icmp_seq=1 ttl=64 time=0.030 ms
    64 bytes from ram.yahoo.co.in (192.168.1.1): icmp_seq=2 ttl=64 time=0.037 ms
    64 bytes from ram.yahoo.co.in (192.168.1.1): icmp_seq=3 ttl=64 time=0.035 ms
    LOG OF STARTSAP
    Trace of system startup/check of SAP System PRD on Fri Sep 23 17:49:37 IST 2011
    Called command: /usr/sap/PRD/SYS/exe/run/startsap start
    Starting Startup Agent sapstartsrv
    Instance Service on host ram started
    Starting SAP Instance DVEBMGS00
    SAP-R/3-Startup Program Rel 701 V1.8 (2003/04/24)
    Starting at 2011/09/23 17:49:48
    Startup Profile: "/usr/sap/PRD/SYS/profile/START_DVEBMGS00_ram"
    Setup Environment Variables
    (5591) SETENV LD_LIBRARY_PATH=/usr/sap/PRD/DVEBMGS00/exe:/usr/sap/PRD/DVEBMGS00/exe:/usr/sap/PRD/SYS/exe/run:/oracle/client/10x_64/instantclient
    (5591) SETENV SHLIB_PATH=/usr/sap/PRD/DVEBMGS00/exe:
    (5591) SETENV LIBPATH=/usr/sap/PRD/DVEBMGS00/exe:
    Execute Pre-Startup Commands
    (5592) Local: /usr/sap/PRD/SYS/exe/run/sapcpe pf=/usr/sap/PRD/SYS/profile/PRD_DVEBMGS00_ram
    (5591) system(/usr/sap/PRD/SYS/exe/run/sapcpe pf=/usr/sap/PRD/SYS/profile/PRD_DVEBMGS00_ram) returns 4
    (5600) Local: /usr/sap/PRD/DVEBMGS00/exe/sapmscsa pf=/usr/sap/PRD/SYS/profile/PRD_DVEBMGS00_ram -n
    /usr/sap/PRD/DVEBMGS00/exe/sapmscsa: make new mode. SCSA currently non existent.
    sapcscsa: SCSA defined. sapscsaId == 589839 == 0009000f
    sapcscsa: SCSA attached at address 2b9f00759000
    sapcscsa: SCSA initialized.
    rslgwr1(21): Searching for overlap point in pre-existing SysLog file...
    /usr/sap/PRD/DVEBMGS00/exe/sapmscsa: finished.
    (5601) Local: rm -f ms.sapPRD_DVEBMGS00
    (5602) Local: ln -s -f /usr/sap/PRD/DVEBMGS00/exe/msg_server ms.sapPRD_DVEBMGS00
    (5603) Local: rm -f dw.sapPRD_DVEBMGS00
    (5604) Local: ln -s -f /usr/sap/PRD/DVEBMGS00/exe/disp+work dw.sapPRD_DVEBMGS00
    (5605) Local: rm -f co.sapPRD_DVEBMGS00
    (5606) Local: ln -s -f /usr/sap/PRD/DVEBMGS00/exe/rslgcoll co.sapPRD_DVEBMGS00
    (5607) Local: rm -f se.sapPRD_DVEBMGS00
    (5608) Local: ln -s -f /usr/sap/PRD/DVEBMGS00/exe/rslgsend se.sapPRD_DVEBMGS00
    (5609) Local: rm -f ig.sapPRD_DVEBMGS00
    (5610) Local: ln -s -f /usr/sap/PRD/DVEBMGS00/exe/igswd_mt ig.sapPRD_DVEBMGS00
    Starting Programs
    23.09.2011 17:49:49
    ShmDetach
    OK
    (5614) Starting: local ms.sapPRD_DVEBMGS00 pf=/usr/sap/PRD/SYS/profile/PRD_DVEBMGS00_ram
    (5615) Starting: local dw.sapPRD_DVEBMGS00 pf=/usr/sap/PRD/SYS/profile/PRD_DVEBMGS00_ram
    (5616) Starting: local co.sapPRD_DVEBMGS00 pf=/usr/sap/PRD/SYS/profile/PRD_DVEBMGS00_ram -F
    (5617) Starting: local se.sapPRD_DVEBMGS00 pf=/usr/sap/PRD/SYS/profile/PRD_DVEBMGS00_ram -F
    (5618) Starting: local ig.sapPRD_DVEBMGS00 -mode=profile pf=/usr/sap/PRD/SYS/profile/PRD_DVEBMGS00_ram
    (5591) Waiting for Child Processes to terminate.
    Instance on host ram started
    (5591) **** 2011/09/23 18:27:49 Caught Signal to Stop all Programs. ****
    (5591) Parent Shutdown at 2011/09/23 18:27:51
    (5591) Stop Child Process: 5618
    (5591) Wait 300 sec for Process 5618 terminating...
    (5591) Stop Child Process: 5617
    (5591) Wait 300 sec for Process 5617 terminating...
    (5591) Stop Child Process: 5616
    (5591) Wait 300 sec for Process 5616 terminating...
    (5591) Stop Child Process: 5615
    (5591) Wait 300 sec for Process 5615 terminating...
    (5591) Stop Child Process: 5614
    (5591) Wait 300 sec for Process 5614 terminating...
    Execute Post-Shutdown Commands
    23.09.2011 18:28:30
    ShmDetach
    OK
    (5591) Exiting with Return-Code 0. (Ok)

    hi,
    1.  >>ping: unknown host fam
        your hostname: ram or fam ?
    2.  >>Database is not available via R3trans
         >> Database PRD must be started on remote server
        >> Log on to remote server and start database
    check your db host, and make sure DB is up and running. Run R3trans -d, and check the generated trans.log
    3.
    >>(5614) Starting: local ms.sapPRD_DVEBMGS00 pf=/usr/sap/PRD/SYS/profile/PRD_DVEBMGS00_ram
    >>(5615) Starting: local dw.sapPRD_DVEBMGS00 pf=/usr/sap/PRD/SYS/profile/PRD_DVEBMGS00_ram
    >>(5616) Starting: local co.sapPRD_DVEBMGS00 pf=/usr/sap/PRD/SYS/profile/PRD_DVEBMGS00_ram -F
    >>(5617) Starting: local se.sapPRD_DVEBMGS00 pf=/usr/sap/PRD/SYS/profile/PRD_DVEBMGS00_ram -F
    >>(5618) Starting: local ig.sapPRD_DVEBMGS00 -mode=profile pf=/usr/sap/PRD/SYS/profile/PRD_DVEBMGS00_ram
    >>(5591) Waiting for Child Processes to terminate.
    >>Instance on host ram started
    >>(5591) **** 2011/09/23 18:27:49 Caught Signal to Stop all Programs. ****
    program termination. check dev_ms, dev_disp. I guess it could be signal 2 caught.
    check linux os event log, and run sappfpar check pf=<instance profile> for shared memory check.
    Regards,
    Vincent

  • Installing linux 32 bit agent 10.2.0.1 on redhat-release-3ES-13.9.5

    Did anybody installed linux 32 bit agent 10.2.0.1 on redhat-release-3ES-13.9.5?
    Are we agoing to have a problem down the road?
    TIA

    INFO: Calling Action unixActions10.2.0.1.0 make
         installMakePath = /usr/bin/make
         installMakeFileName = /orabin/grid102agent01/agent10g/network/lib/ins_net_client.mk
         installTarget = ntcontab.o
         installArguments = ORACLE_HOME=/orabin/grid102agent01/agent10g
         undoMakeFileName = null
         undoTarget = null
         undoArguments = null
         logFile = /orabin/grid102agent01/agent10g/install/make.log
         progMsg = Linking ntcontab
    INFO: The output of this make operation is also available at: '/ora/orabin/grid102agent01/agent10g/install/make.log'
    INFO:
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO: rm -f ntcontab.*
    INFO: (if [ "compile" = "compile" ] ; then \
    /orabin/grid102agent01/agent10g/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -m32 -c ntcontab.c ;\
    rm -f /orabin/grid102agent01/agent10g/lib/ntcontab.o ;\
    mv ntcontab.o /orabin/grid102agent01/agent10g/lib/ ;\
    /usr/bin/ar rv /orabin/grid102agent01/agent10g/lib/libn10.a /orabin/grid102agent01/agent10g/lib/ntcontab.o ; fi)
    INFO: /bin/sh: line 1: /usr/bin/gcc: Permission denied
    INFO: mv:
    INFO: cannot stat `ntcontab.o'
    INFO: : No such file or directory
    INFO:
    INFO: /usr/bin/ar: /orabin/grid102agent01/agent10g/lib/ntcontab.o: No such file or directory
    INFO: make:
    INFO: *** [ntcontab.o] Error 1
    INFO:
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'ntcontab.o' of makefile '/orabin/grid102agent01/agent10g/network/lib/ins_net_client.mk'. See '/orabase/oraInventory/logs/installActions2007-06-29_09-29-05AM.log' for details.
    Exception Severity: 1
    WARNING: This will stop installation of all products and exit the Installer. Are you sure that you want to stop the installation and exit?
    INFO: User Selected: No
    WARNING: This will stop installation of all products and exit the Installer. Are you sure that you want to stop the installation and exit?
    INFO: User Selected: Yes/OK
    INFO: Exception handling set to prompt user with options to Retry Ignore
    User Choice: User selected to stop installation of all components.

  • Error 8 when compiling the upload program: row 436

    Hi all,
    pls let me know how to solve this error
    Error 8 when compiling the upload program: row 436, message: A newer version of data type /BIC/B0000582000 was
    Thanks
    Prashant

    Hello SAP gurus.
    I know it's a very long time the question was asked, but who cares if it can someday help somebody?
    So i just faced the same issue, the solution was sample, i relaunch RSA1 and the problem was solved.
    Hope i would be helpful
    Salah

  • Configuring Siebel Gateway Name Server on Linux 64 bit OS

    Hello Siebel Experts,
    I am currently installing Siebel 8.1.1.11 on a Linux 64-bit machine. After successfully completing the installation steps, I am proceeding with the configuring the server and its components.
    I am starting with the configuration of Siebel Gateway Name Server as per the instructions mentioned on the url:
    Bookshelf v8.1/8.2: Configuring the Siebel Enterprise
    I completed steps 1 and 2 and started executing step 3: Start the Siebel Enterprise Configuration Wizard.
    I provided all the necessary information till the summary information is displayed.
    However when I click next, it immediately gives an error.
    >>Siebel Configuration Wizard fails with error. Please check the log files for details.
    I searched for the log file in $SIEBEL_ROOT/cfgtoollogs/cfg/config_<date-time>.log
    However there is no error information in this log file. It contains just INFO, SECTION, STEP or ATTRIBUTE mappings/values.
    I could not find any .err file in this directory. Can you please let us know how to identify the error and debug this issue?
    Thanks in advance.
    Regards,
    Sadath

    Hi
    Thanks for your inputs.
    I have executed the said command and captured the output in the below file:
    https://docs.google.com/file/d/0By7-5z2zbQo9MUd5ek1mdTh1SU9yUzlZRzc2eDlFZFNrczR3
    I also executed env command and following is the output:
    [telkom@ucm1 bin]$ ./evt
    Running checks defined in file [evt.ini]. Please wait..
    ▒1990, 2006, Oracle. All rights reserved. The Programs (which include both the software and documentation) contain proprietary information; they are provided under a license agreement containing restrictions on use and disclosure and are also protected by copyright, patent, and other intellectual and industrial property laws. Reverse engineering, disassembly, or decompilation of the Programs, except to the extent required to obtain interoperability with other independently created software or as specified by law, is prohibited.
    Environment Verification Summary Report for [ucm1.cx.dev.telkom.co.id]
    Report Run by [telkom] on [Thu Jul 17 12:30:12 2014]
    Installed Version [NOT DETECTED] Installed Build [NOT DETECTED]
    Running a [8.1.1.9] version validation with [VAN] flavor
    Total Checks  : 4
    Checks Passed : 1
    Checks Failed : 3 (0 critical failures, 3 warnings)
    Checks Skipped: 0
    Critical Failures:
    Complete list of checks:
    Environment Settings
    The highest Operating System that we have certified is 2.6.32-100.37.1.el6 - the current version you are running is 3.8.13-35.1.2.el6uek.x86_64
    The current value of SIEBEL_OSD_LATCH is not defined
    The current value of SIEBEL_OSD_NLATCH  is not defined
    Environment variable SIEBEL_MEMORY_ALLOCATOR has correctly not been defined
    This exe file was created with the evaluation version of Perl2Exe.
    For more information visit http://www.indigostar.com
    (The full version does not display this message with a 2 second delay.)
    [telkom@ucm1 bin]$
    Thanks,
    Sadath

  • Compile forms and reports in linux os

    hi,
    i like to know how to compile forms and reports in linux os?
    please provide me the commands for compiling of forms and reports.
    Regards
    Ravikumar.A

    hi
    i do not know u r form version but the following command is for Forms [32 Bit] Version 10.1.2.0.2 (Production)
    try this.
    @ECHO OFF
    cls
    Echo compiling libraries 10g ....
    for %%f IN (*.pll) do frmcmp userid=User_name/pass@orcl module=%%f batch=yes module_type=library compile_all=yes window_state=minimize
    ECHO libraries compilation complete
    ECHO ----------------------------------
    Echo compiling menus 10g ....
    for %%f IN (*.mmb) do frmcmp userid=User_name/pass@orcl module=%%f batch=yes module_type=menu compile_all=yes window_state=minimize
    ECHO menus compilation complete
    ECHO ----------------------------------
    Echo compiling forms 10g ....
    for %%f IN (*.fmb) do frmcmp userid=User_name/pass@orcl module=%%f batch=yes module_type=form compile_all=yes window_state=minimize
    ECHO form compilation complete
    ECHO ----------------------------------
    ECHO Form Compilation completefor linux i think its frmcmp.sh just make changes here.
    sarah

  • Java Compiler for MAC OS X & Linux

    Greetings:
    I could use a recommendation for a JAVA compiler.
    Any help is appreciated.
    Q1: For Mac OS X, what is a recommended Java compiler / JDK ?
    Q2: Can I program and compile a Java program with the Xcode platform? If so, how?
    (fyi: did notice there isn't a JAVA library like C++...but there probably is one out there)
    Q3: For Linux OS, what is a recommended Java compiler? (probably the same as Mac)
    If you have a website for downloading a compiler and / or Java Library for X code, toss it my way.
    Thank you for your time.
    Cheers,
    Shockwave

    The javac compiler is installed in /System/Library/Frameworks/JavaVM.framework/Commands/. On my machine it's also installed in /usr/bin/javac.
    The java libraries in /System/Library/Frameworks/JavaVM.framework/Libraries/ then there are others in /usr/lib/java/.
    I believe that you can use Xcode as an IDE for java or download Eclipse. Then again the Terminal.app (your shell), vi or emacs, and the javac command will get you going.

  • Installing Informatica powercenter 9.0.1HF2 client tools on Linux 64 bit

    Hi all,
    I'm building OBIA 7963 on Linux x86-64but server.
    do we have Informatica powercenter client tools installables for Linux 64bit? if not please guide me how to proceed for this.
    Thanks
    Ram

    Hi Ram
    please follow the below procedure to install the informatica in LINUX
    PowerCenter - Installation and Configuration (9.0.1 for OEL Linux 64Bit)
    This article talk about the installation of PowerCenter from Informatica on:
    •     Oracle Entreprise Linux 64 bit version 5 Update 5
    •     Oracle Database 11gR2
    After you complete the installation and configuration process, you have to log in to the Administrator tool to create and configure the following services:
    •     PowerCenter Repository Service
    •     PowerCenter Integration Service
    Oracle Database
    parameter
    Set the open_cursors parameter to 1000
    SQL> SHOW parameter open_cursor;
    NAME TYPE VALUE
    open_cursors integer 300
    SQL> ALTER system SET open_cursors=1000;
    System altered.
    SQL> ALTER system SET open_cursors=1000 SCOPE=BOTH;
    System altered.
    SQL> SHOW parameter open_cursors;
    NAME TYPE VALUE
    open_cursors integer 1000
    Repository Account
    At least two database user accounts are required to host this repository :
    •     POW_REP for the repository Database
    •     POW_DOM from the domain Configuration Database
    with the CONNECT, RESOURCE, and CREATE VIEW privileges.
    For Oracle, you must perform the following instruction :
    CREATE USER POW_REP IDENTIFIED BY POW_REP
    DEFAULT tablespace users
    TEMPORARY tablespace temp
    quota unlimited ON users;
    GRANT CONNECT, resource, CREATE VIEW TO POW_REP;
    CREATE USER POW_DOM IDENTIFIED BY POW_DOM
    DEFAULT tablespace users
    TEMPORARY tablespace temp
    quota unlimited ON users;
    GRANT CONNECT, resource, CREATE VIEW, SELECT ANY dictionary TO POW_DOM;
    The grant “select dictionary privilege” to the user POW_DOM is only needed to verify the parameter Open_Cursor during the prerequisite check.
    Repository Tablespace
    Set the storage size for the tablespace to a small number to prevent the repository from using an excessive amount of space.
    Also verify that the default tablespace for the user that owns the repository tables is set to a small size. The following example shows how to set the recommended storage parameter for a tablespace named POWERCENTER_DAC.
    ALTER TABLESPACE "POWERCENTER_DAC" DEFAULT STORAGE ( INITIAL 10K NEXT 10K MAXEXTENTS UNLIMITED
    PCTINCREASE 50 );
    Operating System
    Login as root
    Processor
    Verify that the process match the software (x86_64)
    [root@di-obia-01 ~]# uname -p
    x86_64
    [root@di-obia-01 ~]# uname -orv
    2.6.18-194.el5 #1 SMP Mon Mar 29 22:10:29 EDT 2010 GNU/Linux
    Temporary Disk Space Requirements
    The installer writes temporary files to the hard disk. When the installation completes, the installer deletes the temporary files and releases the disk space.
    Installer UNIX      1 GB
    Informatica Services UNIX      2 GB
    Verification of the temporary space with the df commando: Linux - disk free command (df)
    [root@di-obia-01 ~]# df -h /tmp
    Filesystem Size Used Avail Use% Mounted on
    /dev/mapper/VolGroup00-LogVol00
    77G 16G 58G 22% /
    User Account
    On UNIX, create a user account specifically to run the Informatica daemon.
    [root@di-obia-01 ~]# /usr/sbin/useradd powercenter
    [root@di-obia-01 ~]# id powercenter
    uid=502(powercenter) gid=506(powercenter) groups=506(powercenter)
    [root@di-obia-01 ~]# passwd powercenter
    Changing password for user powercenter.
    New UNIX password:
    BAD PASSWORD: it is WAY too short
    Retype new UNIX password:
    passwd: all authentication tokens updated successfully.
    Port
    Verify that the port numbers are available on the machines where you install Informatica Services.
    [root@di-obia-01 ~]# netstat -tulpn|grep 6005
    The installer validates the port numbers that you specify to ensure that there will be no port conflicts in the domain.
    Environment Variables
    Use LANG and LC_ALL to set the UNIX code page for the installer.
    File Descriptor
    Informatica service processes can use a large number of files. Set the Linux - File Descriptor limit per process to 3000 or higher.
    In the file /etc/security/limits.conf, add this line:
    # PowerCenter
    powercenter hard nofile 3001
    powercenter soft nofile 2500
    And verify with the ulimit function logged as the powercenter system user account:
    [powercenter@di-obia-01 ~]$ ulimit -Hn
    3001
    Note:The limit is set to 3001 to prevent an error with the value 300 during the prerequisites check
    Installation directory and Permission
    As root, create the installation base directory:
    mkdir -p /powercenter/9.0.1
    chown -R powercenter:powercenter /powercenter
    chown -R powercenter:powercenter /powercenter/9.0.1
    chmod -R 775 /powercenter
    chmod -R 775 /powercenter/9.0.1
    As the installer (powercenter), copy the file to a tmp directory, unzip and untar it:
    [powercenter@di-obia-01 powercenter901]$ unzip V26109-01.zip
    Archive: V26109-01.zip
    inflating: 901HF2_Server_Installer_linux-x64.tar
    [powercenter@di-obia-01 powercenter901]$ tar -xf 901HF2_Server_Installer_linux-x64.tar
    Change the permission of the file install.sh to execute
    chmod -R 744 /tmp/powercenter901/install.sh
    Server
    Pre-Installation System Check
    To verify whether a machine meets the system requirements for an Informatica installation, run the Pre-Installation System Check Tool (i9Pi) before you start the installation process.
    You can find the i9Pi tool in the following directory: <InstallerExtractDirectory>/i9Pi
    [powercenter@di-obia-01 i9Pi]$ ./i9Pi.bin
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    Launching installer...
    Enter the port 6004 to prevent a problem during the ckeck on the port 2010. The tool normally must verify until the port 6009 but check also the port 6010 which is the standard port for X Forwarding
    A pdf is available in the tool directory if you want more information.
    The report files are stored in the directory where you extract the Pre-Installation System Check tool files:
    •     HTML format: <i9Pi Directory>/i9Pi/i9Pi_summary.html
    •     Text format: <i9Pi Directory>/i9Pi_summary.log
    i9Pi_summary.log
    Output - Informatica9 Installation Location:/
    Informatica starting port number:6004
    Database Type:ORACLE
    Database Hostname:di-rep-db
    Database Port number:1521
    Database Service name:direp.hotitem.local
    Database User ID:POW_DOM
    PASSED: OS Version Check: RHL Version Identified is 2.6.18-194.el5
    PASSED: Diskspace: Available DiskSpace is 55105 MB
    PASSED: Processors: Available Processors is 2
    PASSED: Physical Memory: Available RAM Size is 4242 MB
    PASSED: Temporary Space: Available temporary diskspace: 55105 MB. Sufficient for installation
    PASSED: Socket Port: Socket port Range 6004-6009
    PASSED: LANG Environment Variable: LANG Set to en_US.UTF-8 and LC_ALL Set to null
    PASSED: JRE_HOME Environment Variable: JRE_HOME is not set
    PASSED: File Descriptors : File descriptors limit is 3001
    PASSED: Oracle Open Cursors: Open cursors in Oracle database is set to 1000Sufficient for install
    PASSED : Resource privilege : The user account has the RESOURCE privilege.
    PASSED: Create Table check : Successfully created a database table.
    PASSED: Create View : Successfully created a database view.
    Initial Server Software Installation
    This sequence of installation don't say that you have to hit the next button and does not take care of review and informative windows.
    [powercenter@di-obia-01 /]$ unset JRE_HOME
    [powercenter@di-obia-01 /]$ /tmp/powercenter901/install.sh
    OS detected is Linux
    unjar task is in progress.............
    You can wait a long time on this step ….
    unjar of ESD completed.....
    Do you want to continue installation (y/n) ?
    y
    Starting installation ...
    \* Welcome to the Informatica 9.0.1 HotFix 2 Server Installer. *
    To verify whether a machine meets the system requirements for an Informatica installation, run the
    Pre-Installation System Check Tool (i9Pi) before you start the installation process. You can find the i9Pi
    tool in the following directory: <InstallerExtractDirectory>/i9Pi
    Before you continue, read the 9.0.1 HotFix 2 Installation Guide and Release Notes.
    You can find the 9.0.1 HotFix 2 documentation in the Documentation Center at http://my.informatica.com
    Configure the LANG and LC_ALL variables to generate appropriate code pages and
    create and connect to repositories and Repository Services.
    Do you want to continue? (Y/N)Y
    Installer requires operating system Linux version 2.6 and later.
    Current operating system Linux version 2.6.
    Current operating system meets minimum requirements.
    Select a choice :
    1. Install Informatica 9.0.1 with Hot Fix 2 or Upgrade from a previous version of Informatica to
    Informatica 9.0.1 with Hot Fix 2
    2. Apply Informatica 9.0.1 Hot Fix 2 to existing 9.0.1 install.
    Enter the choice(1 or 2):1
    Checking for existing 9.0.1 HotFix 2 product installation.
    Select (G)UI mode (needs X Window support) or (C)onsole mode (G/C):G
    Launching installer in GUI mode ...
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    Launching installer...
    Preparing SILENT Mode Installation...
    ===============================================================================
    Informatica 9.0.1 Services HotFix2 (created with InstallAnywhere)
    Informatica 9.0.1 HotFix 2 Steps:
    •     Installation Type: Install (and not upgrade)
    •     Pre-requisites: Next
    •     License and Directory. (Transfer the license file from the client zip file)
    •     Pre-Installation Summary: Install (Required Disk Space 2815 MB)
    •     Domain Creation: Create a domain
    •     Configuration Database
    with as JDBC parameters:
    MaxPooledStatements=20;CatalogOptions=0;BatchPerformanceWorkaround=true
    •     Domain Configuration
    •     Port Configuration
    •     Post-Installation Summary
    Installation Status:: SUCCESS
    The Informatica 9.0.1 HotFix 2 installation is complete.
    For more information, see the debug log file:
    /powercenter/Informatica/9.0.1/Informatica_9.0.1_Services_HotFix2.log
    Informatica Administrator Home Page http://di-obia-01.hotitem.local:6007
    Product Name : Informatica 9.0.1 HotFix 2
    Installation Type : Fresh Installation
    Installation Directory : /powercenter/Informatica/9.0.1
    •     Login to the Administration console with the Administrator user (Administration/Administrator)
    Repository Configuration
    •     Start Informatica services. Start > All Programs > Informatica PowerCenter 8.6.1 > Services > Start Informatica Services.
    •     Launch the Administration console. Start > All Programs > Informatica PowerCenter 8.6.1 > Services > PowerCenter Administration Console
    •     Login with the account given in the configuration (admin/admin for this article).
    •     Select configuration assistant (if you don't see it, you can also configure a repository with the configuration tool on the left side)
    •     Welcome > Next
    •     Enter a name for the repository, click on the configure button and fill in the fields. You must enter a connect identifier and not a connect string. The connect string for Oracle contains the credentials.
    If the creation of the repository hang, try to give the DBA privileges to the oracle database account POW_REP
    •     Integration service: fill a name in : INT_OBIA7961 and click next.
    •     Character Data for Integration service: (Note: Character Encoding give the choice between ASCII and Unicode)
    •     Finish !
    A global administrator (for the domain and the repository) is automatically created during the installation with the credentials Administrator/Administrator. You may change the password for security purpose
    Client
    Installation Steps:
    •     Double click on the file install.bat located in this directory : File1\pc861_client_win32_x86\
    •     Choose Language. Next
    •     Choose Install Option. Next
    •     Prerequisites. Next
    •     Installation directory For the path, you can leave the default value because it doesn't contain space C:\Informatica\PowerCenter8.6.1
    •     Pre-installation summary. Next
    •     Post-installation summary. Next
    •     Installation Complete. Done
    Hot Fix 10 installation:
    •     file2>pc861_HotFix10_Client\install.bat
    •     Select Language. Ok
    •     Welcome. Next. Stop PowerCenter. Ok
    •     Installation Prerequisites. Next
    •     Installation Type: Apply. Next
    •     Installation Directory. Next
    •     Pre-installation summary. Next
    •     Post-installation summary. Next
    •     Installation Complete. Done
    It will install :
    •     PowerCenter - Client
    o     PowerCenter - Designer
    o     PowerCenter - Repository Manager
    o     PowerCenter - Workflow Manager
    o     PowerCenter - Workflow Monitor
    o     PowerCenter Mapping Architect for Visio (Data Stencil?)
    •     Custom Metadata Configurator
    The metadata manager console is not installed as in the installation of the version 8.1.1.
    Support
    The creation of the repository hangs
    The creation of the repository can take maximum 2 minutes.
    If you don't see the creation of tables in the POW_REP schema:
    •     close the browser,
    •     connect again to the administation console and go through the configuration button in the left upper side
    If it doesn't work
    •     give the DBA privileges to the oracle database account POW_REP
    •     and try to create it again
    Thanks and Regards
    Vidya Reddy

  • Error in compiling sample project of Indesign CC 2014

    Hi,
    I am trying to compile sample project of Indesign CC 2014 using VC++ 2013. but it is showing me following error:
    "error C2039: 'assert_not_arg' : is not a member of 'boost::mpl' (..\..\..\source\sdksamples\basicmenu\BscMnuSuiteLayoutCSB.cpp)    D:\Adobe InDesign CC 2014 SDK\external\dva\third_party\boost_libraries\boost\iterator\detail\facade_iterator_catego ry.hpp"
    Build result is also showing "Unknown compiler version - please run the configure tests and report the results".
    I have added following path in "Project properties->VC++ directories->Include directories"
    D:\Adobe InDesign CC 2014 SDK\external\dva\third_party\boost_libraries
    D:\Adobe InDesign CC 2014 SDK\external\dva\third_party\adobe_source_lib
    Please let me know if any kind of settings I need to change in VC++ 2013.
    I am using application Indesign CC 2014 and VC++ 2013 and OS is Windows 8
    Thanks in advance,
    Priyanka

    You probably need to post this over in the InDesign SDK forum, but I'm not sure that's even the right place. Can you explain in plain language what this "project" is?

Maybe you are looking for

  • Duplicates IPhone and Outlook 2007

    Yo! I am continually getting duplicates between my IPhone 4 and Outlook 2007. I delete the duplicate from Outlook and re-sync - still duplicated on phone after next sync. I delete the duplicate from the IPhone - still get the duplication in Outlook a

  • Can't open files in reader

    Hi, I'm using reader to download files for a grant application. The application says to download the most recent version of reader to proceed which I did but I still can't download or even see the files. Help! My deadline is approaching fast.

  • Problems with Duel Systems Adapter

    I'm having trouble transferring Panasonic P2 cards to a portable hard drive using the Duel Systems PCMCIA to Express Card adaptor and my new Intel MacBook Pro. If the P2 card was recorded in the 24PN format, the computer freezes as soon as the video

  • Why exp an dmp file does not include scripts

    Hi, I backed up an oracle file using exp in prompt command but when i imported that file i found only the table i had created but not the sctripts i had used. Why is that;

  • Incredible 4g OTA update not showing up

    Incredible 4g supposed to get an OTA update. I know many people have gotten the update. My phone does not prompt for an update. I also try to search for the update through the "Software Update" section in settings but when I click that, it just searc