How to compile a form under Unix

Hi all
I use forms 10G.
I have a form and I want to compile it under Unix.
Can you please tell me the step by step solution.
I was reading the old blogs here and tried the same thing but did not get the solution.
Please help me.

LuKKa says:
Hello
Sorry to say but I can not find all pages outside the 1st page. Only a single page, that I can see. At the end of the page the page number would come if there is more than 1 page, but here is show only 1 page.

Hello, Lukka
Try

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

Tags: Oracle Development

Similar Questions

  • compilation of form under unix

    Hello

    I'm quite new in this technology of form.
    I jst want to know how to compile the form on Unix and window cmd command prompt
    Please help me

    Try this...

    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
    

    Hope this will help you

    If someone useful or appropriate, please mark accordingly.

  • How to correctly compile the form under Linux

    Hello
    I have a form that is called: TESTFORM.fmb

    I tried to compile this form by using the following command: export
    LD_LIBRARY_PATH=/u0/oracle/prodora/8.0.6/lib
    f60gen module=/u0/oracle/prodappl/ar/11.5.0/forms/US/TESTFORM.fmb USERID = apps/password
    good fmx is created successfully, the following error is also encountered during compilation:
    FRM-18108: unable to load the following items.
    Source Module: APPSTAND
    Source object: STANDARD_PC_AND_VA
    Source Module: APPSTAND
    Source object: STANDARD_TOOLBAR
    Source Module: APPSTAND
    Source object: STANDARD_CALENDAR

    I'm looking for APPSTAND.fmb and I found it here: /u0/oracle/prodappl/ar/11.5.0/forms/US/

    So then I tried to compile again with the following command, but the problem is always occurred: export
    LD_LIBRARY_PATH=/u0/oracle/prodora/8.0.6/lib
    export forms_path=/u0/oracle/prodappl/ar/11.5.0/forms/US/
    f60gen module=/u0/oracle/prodappl/ar/11.5.0/forms/US/TESTFORM.fmb USERID = apps/password
    my question is how to compile this form correctly?


    Any input would be helpful. Thank you

    Jimmy;

    Using a WebLogic Server?

    If so, you must use the compiler of forms frmcmp.sh

    #! / bin/sh

    file in *.fmb
    do
    frmcmp_batch.sh module = $file userid = compile_all = yes
    fact

    Tested on WebLogic and work, your paths will be different

    #! / bin/sh
    Export ORACLE_HOME = / u01/app/oracle/product/fmw/oracle_pfrd
    Export FORMS_PATH = / u01/app/oracle/product/fmw/fr_inst
    export PATH = $PATH: $ORACLE_HOME/bin: $FORMS_PATH/bin
    Export TERM = vt220
    Export ORACLE_TERM = vt220
    Export TNS_ADMIN = / u01/app/oracle/product/fmw/oracle_pfrd/network/admin

    file in *.fmb
    do
    module frmcmp_batch.sh = compile_all = yes $file userid=scott/tigersy@dev2

    fact

    Published by: mseberg on March 2, 2011 08:57

    script executed since then are the .fmb directory in

    Should also work on iAS

    Thank you!!

    Published by: mseberg on March 8, 2011 05:22

  • Syntax - executable form under Unix 10 g

    Hello

    I would like to generate forms 10 g executable under unix. But I know this command only.

    f60gen module = hwdf0010.fmb userid = module_type = FORM module_access = FILE hwd_custom

    Can you PL tell me the above command for the 10g formula syntax. Actully, I want to build the executable for formula 10g and library

    Kind regards
    Murali

    k_murali wrote:
    Hello

    I would like to generate forms 10 g executable under unix. But I know this command only.

    f60gen module = hwdf0010.fmb userid = module_type = FORM module_access = FILE hwd_custom

    Can you PL tell me the above command for the 10g formula syntax. Actully, I want to build the executable for formula 10g and library

    Kind regards
    Murali

    Hi Murali,

    Please confirm if you try to compile a form (.fmb) to (.fmx), if yes you can follow one of the following ways:

    UNIX command:

    frmcmp.sh userid=scott/scott@TEST batch = Yes module = APRESBILL.fmb module_type = form compile_all = yes window_state = minimize

    Using GUI:

    Run frmcmp.sh from unix prompt in a X-window(ie. xmanager, reflection etc) to generate the fmx. Once the form opens you have the option in the drop-down menu to select if it is form, library, or report.

    HTH.

    Kind regards
    ~ The pointer

  • Not able to compile the form under Linux

    Hi all

    I use oracle Forms 11 g [32 bit] Version 11.1.2.2.0.

    I have developed a form in my local system (32-bit Windows) and now trying to compile the form to the server (Linux)

    I get the error message when compiling "FRM-91500: unable to start/complete construction.»

    The form (MODULE1.fmb) that I am trying to compile is in my directory on the server.

    What I did:

    Export ORACLE_HOME = / / oracle, Oracle, Middleware, Oracle_FRHome1

    Export ORACLE_INSTANCE = / / oracle, Oracle, Middleware, asinst_1

    Export FORMS_PATH = / / oracle/Oracle/Middleware/Oracle_FRHome1/forms: / u01/oracle/Oracle/Middleware/asinst_1/FormsComponent/forms

    using the command line to compile the form below:

    Oracle/Oracle/Middleware/Oracle_FRHome1/bin/frmcmp userid = module_type module = MODULE1.fmb < username > = form compile_all = yes window_state = minimize

    Thank you

    Lucile Dutta.

    (1) create new folder in unix

    2) put your FMC to this folder

    (3) copy $ORACLE_HOME/forms/templates/scripts/frmcmp_batch.sh to this folder

    4) add to frmcmp_batch.sh:

    Export TERM = vt220

    Export ORACLE_TERM = vt220

    (5) brand: chmod + x frmcmp_batch.sh

    (6) set your env variables: TNS_ADMIN ORACLE_HOME, ORACLE_INSTANCE,.

    (7) compile form you in this folder with:

    userid = set./frmcmp_batch.sh = no module = module_type = window_state = minimize compile_all = yes

    for example:

    lot of userid=scott/tiger@hr de./frmcmp_batch.sh = no module_type module = test.fmb = form window_state = minimize compile_all = yes

    Concerning

  • How to compile the forms in 11i

    How to compile form (APXINWKB.fmb) 11i Linux operating system.

    f60gen module = APXINWKB.fmb userid = apps/apps module_type = FORM output_file=/u001/appltech/appl/ap/11.5.0/forms/US/APXINWKB.fmx compile_all = special

    done above seems to compile.

    Yes.

    and make that FORMS60_PATH points to the correct path.

    FORMS60_PATH =: FORMS60_PATH: AU_TOP/resource$: $AU_TOP/forms/US;
    export FORMS60_PATH;

  • How to compile the single form?

    Hi all

    EBS R12.2.4

    RHEL6.5

    How do you compile a single form? or all forms in a single module as AR?

    In fact, I have compiled all forms for all modules in our case of BSE, and it took a lot of time. After that, the functional a user issue has been resolved.

    Now, I do not understand why another encounter similar error again functional:


    While it opens a form, the FRM-40735 displayed error message: a TIME-NEW-FORM-INSTANCE trigger raised unhandled exception ORA-20002

    Capture1.PNG

    Capture2.PNG

    Capture3.PNG

    Capture4.PNG

    ---------------------------------------
    Current form
    ----------------------------------------
    Request form: claims
    Name: ARXRAATR
    Train path: /u01/appuat/UAT/fs2/EBSapps/appl/ar/12.0.0/forms/US/ARXRAATR.fmx
    Form Version: 12.0.30.12020000.2
    Last modification of the form: $Date: 2013/03/10 06:49 $

    How to compile this form ARXRAATR.fmx?

    Help, please...
    Thank you very much
    JC

    Check this document:

    Accounting revenue and sales credits: unexpected error while initializing FRM-40735: trigger once - new - form - Instance (Doc ID 1386372.1)

    Kind regards

    Bashar

  • How to compile and run a Pro * C under Unix program?

    Hello gurus,

    I'm new to the Pro * C. I just wrote a sample Pro * C program 'first.pc' to read some information in tables and print it on the screen.
    I do not know how to compile and run to see the release of my first program.

    After searching a lot, I tried following...
    -- Step 1 compile the program into .c program
     
    $->ls -lrt first.pc
    -rwxrwxrwx    1 sqloper4 staff          1069 Oct 31 03:39 first.pc
    $->proc first.pc
     
    Pro*C/C++: Release 8.1.7.0.0 - Production on Sat Oct 31 05:43:35 2009
     
    (c) Copyright 2000 Oracle Corporation.  All rights reserved.
     
    System default option values taken from: /oracle/app/oracle/product/8.1.7/precomp/admin/pcscfg.cfg
     
    $->ls -lrt first*
    -rwxrwxrwx    1 sqloper4 staff          1069 Oct 31 03:39 first.pc
    -rw-r--r--    1 sqloper4 staff             0 Oct 31 05:43 first.lis
    -rw-r--r--    1 sqloper4 staff          6648 Oct 31 05:43 first.c
     
    $->
     
    -- Step 2 Generate the .o file
     
    $->cc -I${ORACLE_HOME}/precomp/public -c first.c
    first.c: In function 'main':
    first.c:154: warning: return type of 'main' is not 'int'
     
    $->
     
    $->ls -lrt first*
    -rwxrwxrwx    1 sqloper4 staff          1069 Oct 31 03:39 first.pc
    -rw-r--r--    1 sqloper4 staff             0 Oct 31 05:43 first.lis
    -rw-r--r--    1 sqloper4 staff          6648 Oct 31 05:43 first.c
    -rw-r--r--    1 sqloper4 staff          3709 Oct 31 05:45 first.o
     
    $->
     
    -- Step 3 After that link the .o to libraries and produce the exe
     
    $->cc -o exe_name -L $ORACLE_HOME/lib -lclntsh
    ld: 0711-317 ERROR: Undefined symbol: .main
    ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
    collect2: ld returned 8 exit status
     
    $->
     
    $->ls -lrt first*
    -rwxrwxrwx    1 sqloper4 staff          1069 Oct 31 03:39 first.pc
    -rw-r--r--    1 sqloper4 staff             0 Oct 31 05:43 first.lis
    -rw-r--r--    1 sqloper4 staff          6648 Oct 31 05:43 first.c
    -rw-r--r--    1 sqloper4 staff          3709 Oct 31 05:45 first.o
    $->
    I also tried steps below after some time thanks to the new program
    $->ls -lrt first*
    -rwxrwxrwx    1 sqloper4 staff          1069 Oct 31 03:39 first.pc
    $->
    $->proc first.pc
    
    Pro*C/C++: Release 8.1.7.0.0 - Production on Tue Nov 3 05:42:14 2009
    
    (c) Copyright 2000 Oracle Corporation.  All rights reserved.
    
    System default option values taken from: /oracle/app/oracle/product/8.1.7/precomp/admin/pcscfg.cfg
    
    $->cc first.c
    first.c:142:19: error: sqlca.h: A file or directory in the path name does not exist.
    first.c: In function 'main':
    first.c:170: error: 'sqlca' undeclared (first use in this function)
    first.c:170: error: (Each undeclared identifier is reported only once
    first.c:170: error: for each function it appears in.)
    first.c:154: warning: return type of 'main' is not 'int'
    first.c: In function 'sqlerror':
    first.c:260: error: 'sqlca' undeclared (first use in this function)
    $->
    Can someone help me on above errors?

    After all, above yet I don't know how to proceed and "run" the program.
    Could you please help me with the steps 'Compile and run' a Pro * C program?

    Oracle DB Version: Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
    OS: Unix


    Thanks in advance!

    Published by: Learning.Oracle on November 3, 2009 17:13

    Hello

    -lsql10

    Which specifies the library to version 10, but it seems that you have your first assignment 8.1.7.

    You will need to look in your lib directory and see what we call the file in 8.1.7 - it's been too long and I don't remember the exact name.

    Kind regards

    Mark

  • How to debug a form (Oracle Forms 11 G) via the URL module

    How to debug a form (Oracle Forms 11 G) via the URL module.



    My server operating system is Unix. Then, I could not able to do forms of debugged by the form developer.
    It displays a message "cannot find module '. Because the system tries to find the module in the Unix system instead of my local system (Windows).

    I need to debug module my via a URL.
    I can place the fmb and fmx in path of form in the server.

    Please, help me to solve this problem...

    It's a little uncertain. If your goal is to use the form Builder debugger during execution of your form on a Unix machine, this can be done. However, the form must be in working order. So before you try to attach the debugger, you must first be able to start without the debugger. For example:

    http://yourserver:OHS_port_number/forms/frmservlet? form = yourFMX

    Once it works correctly, you can turn on debugging. If your form does not even, using the debugger will not help you because it is designed to solve the problems and not coding configuration problems.

    So, follow these steps to use the debugger:

    http://yourserver:OHS_port_number/forms/frmservlet? form = yourFMX & debug = yes

    This will display a dialog box with information. Do not click OK, but you will need this information to enter in the Forms Designer. Now, open the Forms Designer and click Debug > attach Debug. You will be asked for the information displayed in the dialog box where you tried to start the form. Enter it here (in the constructor), and then click ok in both places. To display the debugger (in Report Builder), click Debug > Debug Console. And then on the toolbar, click the buttons associated with what you want to monitor. Including a breakpoint in your application code is often a more useful way to use the debugger.

    Most of this information is explained in the Forms Builder online help

    I forgot to mention...

    For debug runtime problems, see the deployment of forms here Guide (this implies that you use 11.1.2):

    http://docs.Oracle.com/CD/E38115_01/doc.111210/e24477/appa.htm
    .
    .

    Published by: Michael Ferrante (Oracle) on 21 February 2013 13:45

  • I have problem with the compiler of forms

    HIII everyone
    I have problem to compile a simple form created in Forms Builder everything works fine... .i can cocnect with sql developer tailor I can connect with sql plu...
    I fllowed this steps just to complie simple form
    1-i run start an OC4J Instance and it show that
    **********************************************************************
    C:\Users\lotfi\Desktop > C:\oracle\DevSuiteHome\jdk\bin\java-Doracle.security.ja
    Zn.config=C:\oracle\DevSuiteHome\j2ee\DevSuite\config\jazn.XML-Doracle.home=C:\
    oracle\DevSuiteHome-DORACLE_HOME = C:\oracle\DevSuiteHome-jar C:\oracle\DevSuite
    Home\j2ee\home\oc4j.jar - userThreads - config C:\oracle\DevSuiteHome\j2ee\DevSuit
    e\config\server. XML
    07/12/11 11:39:57 oracle Application Server containers for J2EE 10 g (10.1.2.0.2)
    initialized
    ***********************************************************************
    2. I lance Forms Builder is run correctly I conect with 'hr' and my password and it connect properly... and I creat a simple form with datablock continues the table 'country '.
    3 - I save the form and run and it works correctly with mozila firefox as java applet... and just it ask me to login again with the same information that I entered at the beginning... but in the console of I 'Start an OC4J Instance', it adds the text
    ********************************************************************************
    07/12/11 11:59:32 FormsServlet init():
    configFileName: C:\oracle\DevSuiteHome/forms/server/formsweb.cfg
    testMode: false
    07/12/11 11:59:33 ListenerServlet init()

    *********************************************************************************
    4. now I want to compile my form just to not run as java applet... .i run forms 'Compiler' and I chose the form and I enter the information of the user and the database and type is FORM and and I press 'ok' * it take about 3 seconds and form compliler window disappear that's my problem gys how can I complete my form *.

    You cannot run the form without the applet on the client, and also there is no way or the need to create a file your application like .exe basically ask you a URL on the client.

    See this document for an explanation of the architecture of Web Forms: http://www.oracle.com/technetwork/developer-tools/forms/forms9iarchitecture-1-132221.pdf

    see you soon

  • Question about scripts in the form under repeatbel objects

    Hello

    I'm working on the creation of a form that has a secondary form that can be repeated as many times as the user wants. There is a button 'Add' that creates an instance of the secondary on the form form, when you click on it.

    The secondary form I have 5 numeric fields say a1 - a5 and 1 field b1 which is the sum of all these 5 fields.

    On the main screen, I have a 2 fields - say t1 and f1.

    The requirement is t1 = f1 + b1 + (instance sous-forme 2 B1) + (sub-form instance 3's b1) + and so on... .depending on as many instances sub-shape there that the user adds.

    I created actions using the Action Builder such as when none of the a1 to a5 fields are out, b1 will be updated with the sum of a1 - a5. At the same time t1 will be updated with the sum of f1 and b1.

    This works very well for 1 instance of the form under. But when click on 'Add' and a second instance of the secondary form is added, then the script does not work as it did for the first instance of the secondary form. So for all instances of the subshape added, when values are added to a1 - a5 and the fields are exist, b1 not updated.

    How can I fix?

    See attached form that I create for clarity.

    "The total number of hours worked this week" are the t1 I was talking about. See how it is updated when values are entered in all areas of the time. It works great with the default instance of the form on T100/strategic/advantage customer information as well. But when I click on the button "Add Customer" to add another instance of the form sub, it does not work as expected.

    Please let me know if it is still is not clear and I can explain the problem.

    Hi Ameeth,

    Please find below the link that has your document.

    https://workspaces.Acrobat.com/?d=OEkwisQ99LXgJ4e9GrCnZg

    Hope it works very well...

    I don't know why you created these functions?

    Let me know if you need any clarification.

    Thank you

    Sofiane

  • FRM-40010: cannot read the form under Linux

    Hello

    During the race, the f60desm gives error below command

    FRM-40010: cannot read the form /d01/oracle/prodappl/au/11.5.0/forms/US/PROJECT.fmx

    I've defined the following path

    (1) customPROD_A.env

    # Custom top PROJECT #.

    PROJECT_TOP=/D01/Oracle/prodappl/project/11.5.0
    export PROJECT_TOP

    (2) APPSPROD_A.env

    CustomFile=/D01/Oracle/prodappl/customPROD_A.env
    If [f $customfile]; then
    . /D01/Oracle/prodappl/customPROD_A.env
    FI
    . /D01/Oracle/prodora/8.0.6/PROD_A.env
    . /D01/Oracle/prodappl/PROD_A.env


    Environment:

    Oracle Applications: 11.5.10.2
    RDBMS: 11.2.0.1.0
    OS: OEL5


    Please help solve the problem.

    Thank you
    Concerning
    GSM

    Hello

    How to do the same thing in OEL5.

    The above applies to Windows (if you want to open the file on the Windows client machine fmb and compile - generate the fmx file). If you are on Linux, you need not to do the same thing, just the env file source application and compile the form (question "echo $FORMS60_PATH" to make sure that all the relevant directories are in the path).

    I created the directory of the root OEL5 ABC & copied all the pll, TEMPLATE.fmb & APPSTAND.fmb files in $AU_TOP/resources directory ABC but how to add ABC to FORMS_PATH in OEL5?

    As mentioned above, it is not required on Linux. However, if you want to add the ABC directory you issue:

    $ export FORMS_PATH =: $PATH

    Thank you
    Hussein

  • How to compile files of pld using adadmin

    Hello
    How to compile files of pld. I used adadmin several times but want to know hoe to compile the files of the LDP.


    Sorry, now I don't have time to read many pages. If any what a coulr you please tell me the numbers of navigation, it is appreciated. Sorry again
    Concerning
    Taher

    Hello

    If you give option

    You want to regenerate forms Oracle PL/SQL [Yes] library files? YES

    Concerning

  • script to compile all forms / reports?

    Hello

    How can I compile all forms (.fmb) files inside a folder? Let's say I have a lot .fmb s in the C:\forms folder. This script, I need to compile overall?

    Thank you

    Rogger,

    For 10g, use the following script in the batch file.

    echo Start Forms Compilation.....This may take few minutes......
    for %%i IN (*.fmb) do C:\DevSuiteHome_1\BIN\frmcmp userid=/@ module=%%i batch=yes module_type=form compile_all=yes
    

    Kind regards

    Manu.

  • How to compile and install the kernel modules after nation and nipalk for installation of Gentoo 64 bit?

    We are trying to install a PCIe 6251 DAQ card in a box of Gentoo 64 bit running Linux kernel 2.6.28 - gentoo-r5 4.3.2 - gcc and glibc - 2.8.  We have installed RPM utilities to manage the installation.  The current problem is that we are not able to compile and install the kernel modules: nidmxfk, nimsdrk, nimstsk and nipxirmk.  Here's a summary of what we have done so far, and to what extent we got.

    First of all, we have changed the configuration of the kernel that we could export the init_mm unused symbol by changing the configuration option of the CONFIG_UNUSED_SYMBOLS = o kernel and recompile the kernel.  Then we installed LabView 8.6.1.  Then we ran the nation 1.9 installer who has installed the source code in vain on the compilation.  To resolve this problem, we have changed the function of pte_offset to pte_offset_kernel by editing the file/usr/local/natinst/nation/configures following the instructions here:

    http://decibel.NI.com/content/docs/doc-4511

    We were then able to compile and install the kernel nation module thanks to:

    . / configure
    do
    make install

    lsmod said that nation has been properly installed.  Then we ran the installer for DAQmx 8.0.1 by:

    . / INSTALL - nodeps

    To do this, we have received errors indicating that LabView support could not be installed because check addictive (incorrectly we think) stated that labviewbase86 has not been installed; This caused the installer to have an abortion.  Therefore, we refused to install support for LabView 8.6 and revived the installation program which produces the output:

    Installation of the driver NOR-DAQmx Distribution of Linux Installer version 8.0.1f0...

    Already to jump Edward - 1.9.0 - f0.noarch.rpm installation, same or newer
    installed.

    Pre Installation...

    Preparing... ########################################### [100%]
    1:nitimingi ########################################### [ 4%]
    2:nipalki ########################################### [ 7%]
    3:nipali ########################################### [ 11%]
    RC0.d directory not found, startup script is not accredited with init levels.
    4:labview80 - rte # [14%]
    5:ni653x ########################################### [ 18%]
    6:nicdigi ########################################### [ 21%]
    7:nidaqmxcapiexmp # [25%]
    8:nidaqmxcapihelp # [29%]
    9:nidaqmxcapii # [32%]
    LN: create the symbolic link ' / usr/local/include/NIDAQmx.h': no such file or directory
    10:nidaqmxcfgi # [36%]
    11:nidaqmxef # [39%]
    12:nidaqmxhelp # [43%]
    13:nidaqmxinfi # [46%]
    14:nidaqmxswitch # [50%]
    15:nidimi ########################################### [ 54%]
    16:nidsai ########################################### [ 57%]
    17:nimdbgi ########################################### [ 61%]
    18:nimioi ########################################### [ 64%]
    19:nimru2i ########################################### [ 68%]
    20:nimxdfi ########################################### [ 71%]
    21:nimxpi ########################################### [ 75%]
    22:nimxs ########################################### [ 79%]
    RC0.d directory not found, startup script is not accredited with init levels.
    23:niorbi ########################################### [ 82%]
    24:nipxirmi ########################################### [ 86%]
    25:nirpci ########################################### [ 89%]
    26:niscarabmm # [93%]
    27:niscxi ########################################### [ 96%]
    28:nistci ########################################### [100%]

    After Installation...

    At this point, after reading this report, we used the Gentoo rc update utility to add several scripts for the boot runlevel initialisation:

    update of RC - a boot nipple
    update of RC - a bunch of nipxirmu
    update of RC - a bunch of mxssvr
    update of RC - a bunch of nisvcloc
    update of RC - a bunch of nidevldu

    When the computer reboots, you get an error message indicating that the following kernel modules are not: nidmxfk, nimsdrk, nimstsk and nipxirmk.  lsmod shows that the nation and nipalk are installed, but no other kernel modules NOR are present.  modprobe-l shows that only nation and nipalk are available.

    So we have several questions:

    1. we install drivers in the correct order?  Should use us NI-VISA 4.5 or NOR-488. 2 rather than DAQmx 8.0.1?

    2. What kernel modules should be loaded for this equipment run?  How to compile and install the ones that we have yet, specifically nidmxfk, nimsdrk, nimstsk and nipxirmk?  Are there others?

    3. How can we get the installer to properly recognize that we have installed LabView Core and install support for LabView?  Are there additional kernel modules related to the support of LabView?

    4. What is the symbolic link that was not created in the DAQmx installation report? (ln: create the symbolic link ' / usr/local/include/NIDAQmx.h': no such file or directory)?

    I apologize for so many questions, but these seem to be the last obstacles to obtaining OR runs correctly on this system.  Is there other information that we can provide that would be useful?  Thanks for any help or suggestions you can offer.

    Craig

    Hey Craig,.

    Given that you use 64-bit Linux all kernel modules must be compiled for 64 - bit.  User mode binaries can be 32-bit, assuming that you have installed the 32-bit support libraries.

    NOR-DAQmx is a complex architecture and requires several kernel modules to support your PCIe card.  Most of these kernel modules have not been brought to support 64-bit Linux.  Some kernel modules are components infrustructure that are shared with other pilots OR as NI-VISA and NOR-488. 2 and have been brought to support 64-bit Linux.  Unfortunately, you need all the modules to use your hardware.

    I hope that answers your question.

    Shawn Bohrer

    National Instruments

Maybe you are looking for