Pro*C Compilation Error

Hi Friends,
Database Oracle 9i - Pro*C/C++: Release 9.2.0.4.0
OS - powerpc-ibm-aix5.3.0.0
C Compiler - GNU gcc version 4.2.0
I am using the below command to compile "daemon.pc"
/usr/bin/make -f proc.mk build OBJS=daemon.o EXE=daemon
The errors I am facing while compiling "daemon.pc" are --
GGC heuristics: param ggc-min-expand=100 param ggc-min-heapsize=131072
Compiler executable checksum: 390e64d91265cc859d3a136f414a35d0
daemon.c:117: warning: type defaults to 'int' in declaration of 'sqlcxt'
daemon.c:119: warning: type defaults to 'int' in declaration of 'sqlcx2t'
daemon.c:121: warning: type defaults to 'int' in declaration of 'sqlbuft'
daemon.c:122: warning: type defaults to 'int' in declaration of 'sqlgs2t'
daemon.c:123: warning: type defaults to 'int' in declaration of 'sqlorat'
daemon.c: In function 'connect_error':
daemon.c:281: warning: implicit declaration of function 'sqlglm'
daemon.c:285: warning: implicit declaration of function 'exit'
daemon.c:285: warning: incompatible implicit declaration of built-in function 'exit'
daemon.c: In function 'sql_error':
daemon.c:300: warning: too few arguments for format
daemon.c: At top level:
daemon.c:305: warning: return type defaults to 'int'
daemon.c: In function 'main':
daemon.c:482: warning: implicit declaration of function 'system'
daemon.c:745: warning: incompatible implicit declaration of built-in function 'exit'
daemon.c: At top level:
daemon.c:114: warning: 'sqlstm' defined but not used
daemon.c:126: warning: 'IAPSUCC' defined but not used
daemon.c:127: warning: 'IAPFAIL' defined but not used
daemon.c:128: warning: 'IAPFTL' defined but not used
=============================================================
After compiling when I try to execute "daemon", the following error appears -
Memory fault(coredump)
=============================================================
When I debug "daemon" with "dbx" debugger, I get the following errors -
dbx daemon core
Type 'help' for help.
[using memory image in core]
reading symbolic information ...internal error: expected char ',', found ';12,64,384;;'
internal error: expected char ';', found ',384;;'
internal error: index("384;;", ':') failed
Segmentation fault in sqlglmt at 0x9000000057f795c ($t1)
0x9000000057f795c (sqlglmt+0x94) 9c030001 stbu r0,0x1(r3)
(dbx) where
sqlglmt(??, ??, ??, ??) at 0x9000000057f795c
sqlglm(??, ??, ??) at 0x9000000057f7070
unnamed block in main(), line 281 in "daemon.c"
unnamed block in main(), line 281 in "daemon.c"
unnamed block in main(), line 281 in "daemon.c"
main(), line 281 in "daemon.c"
=============================================================
Please help me identifying the issue. Even a small hint would help me solve the problem. Thank you very much in advance.
Regards,
Abhishek Jain

What are includes you have used in the .PC file ..? are you missing some standard headers ..??
Try without using make files
PROC file_name.pc Check any errors on this.
Then link with -lclntsh -lexc -lmld -lrt -laio -lm -lxti -lpthread
regards
Prajith

Similar Messages

  • Pro*C compilation error - bulk insert statement

    Guys, I am screwed up!
    There's this Pro*C application that I am working on. I made some changes in some of the functions and when I compile using Pro*C pre-compiler (Version 9), it throws an error in one of the modules that I have not even touched.
    Following is the error:
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>
    ++: Release 9.0.1.1.1 - Production on Fri May 25 20:35:30 2007
    (c) Copyright 2001 Oracle Corporation. All rights reserved.
    System default option values taken from: C:\oracle\ora90\precomp\admin\pcscfg.cfg
    Error at line 1512, column 1 in file D:\Siemens\GABS-R\Source\GSM-R_Rating\RTLRa
    ting\multimainrate_supp1_cug.pc
    EXEC SQL FOR :record_roaming
    1
    PLS-S-00382, expression is of wrong type
    Error at line 1512, column 1 in file D:\Siemens\GABS-R\Source\GSM-R_Rating\RTLRa
    ting\multimainrate_supp1_cug.pc
    EXEC SQL FOR :record_roaming
    1
    PLS-S-00000, SQL Statement ignored
    Semantic error at line 1512, column 1, file D:\Siemens\GABS-R\Source\GSM-R_Rating\RTLRating\multimainrate_supp1_cug.pc:
    EXEC SQL FOR :record_roaming
    1
    PCC-S-02346, PL/SQL found semantic errors
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    The location it is referring to is:
    EXEC SQL FOR :record_roaming
    INSERT /*+ PARALLEL(GT_RATED_ROAMING_CALLS) */
    INTO GT_RATED_ROAMING_CALLS
    (GF_SEQ_NO,
    GF_CALL_PRODUCT,
    GF_CDR_TYPE,
    GF_REC_NO,
    GF_REC_STAT,
    GF_INTER_REC_NO,
    GF_SS_REC_NO,
    GF_SS_CODE,
    GF_CALLING_NUM,
    GF_CALLED_NUM,
    GF_CALLING_IMSI,
    GF_CALLED_IMSI,
    GF_CALLED_NUM_TON,
    GF_DIALLED_DIGITS,
    GF_LAC,
    GF_CELL,
    GF_IN_CKTGRP,
    GF_IN_CKTID,
    GF_OUT_CKTGRP,
    GF_OUT_CKTID,
    GF_BS_TYPE,
    GF_BS_CODE,
    GF_DURATION,
    GF_THREAD_ID,
    GF_CARRIER,
    GF_AIR_TIM_CHARGE,
    GF_TOLL_CHARGE,
    GF_TOLL_UNITS,
    GF_ROAM_SURCHARGE,
    GF_ROAMING_CHARGES,
    GF_ADDITIONAL_CHARGES,
    GF_CUST_ID,
    GF_CONT_ID,
    GF_BILL_PRD,
    GF_STATUS,
    GF_ERROR_CODE,
    GF_RECON_STAT_LANDLINE,
    GF_RECON_STAT_ROAMING,
    GF_CALLING_IMEI,
    GF_CALLED_IMEI,
    GF_MSC_ID,
    GF_ACTION_CODE,
    GF_MSRN,
    GF_LONG_DISTANCE_AIR_CHRG,
    gf_home_zone_surcharge,
    GF_SWITCH_CODE,
    GF_BILL_DATE,
    GF_CITY_CODE,
    GF_BILL_FREQ,
    GF_CALL_START_DATE,
    GF_CALL_END_DATE,
    GF_SMS_TEXT,
    GF_TIME_STAMP_AVAILABLE,
    GF_TYPE_OF_CALL,
    GF_PEAK_OFFPEAK,
    GF_PROCESS_DATE,
    GF_MATCH_DATA,
    GF_ORIG_ZONE_CODE,
    GF_DEST_ZONE_CODE,
    GF_PRICE_PLAN_CODE
    values
    (:gt_rated_roaming_calls,sysdate,:roaming_details_match_data,:l_gf_rcd_zone,:l_gf_price_plan);
    Pls note that the host variables match exactly the number of fields in the INTO clause (anyway, the error in such a case is different).
    Please save my soul!
    Sanchit

    Hi, check Metalink Note 451413.1 Pro*C Build Fails With Error PCC-02014 on File /usr/include/standards.h
    I did workarround #2, and worked.
    *+<Moderator edi t- deleted MOS Doc content - pl do NOT post contents of MOS Docs - this is a violation of your Support agreement>+*                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Pro*Cobol  compilation error

    Hi all,
    We have two Identical servers DEV1 and PROD1 with same SunOS and Oracle Db versions.
    Then we have a pro*cobol program "prog1" which compile clean at DEV1, but when copied to PROD1 and compiled it does not
    go clean compile.
    Can you help me how to troubleshoot this problem please.
    Is there a bug in Oracle pro*cobol that I may not be aware of?
    How do I compare the pro*cobol version of the 2 servers?
    I also tried to check the server OS versions:
    @DEV1
    uname -a
    SunOS DEV1 5.10 Generic_144488-12 sun4v sparc SUNW,T5440
    @PROD1
    uname -a
    SunOS PROD1 5.10 Generic_118833-17 sun4u sparc SUNW,Sun-Fire-V440Are our OS in sync?
    MF cobol version:
    check cobrun:
    DEV1 MF Cobol Version:
    V5.1 revision 0 build 10/10/2 G; 07109. Run Time System RXCTI/AA0/00000Q.
    DEV2 MF Cobol Version:
    V5.1 revision 0 build 10/10/2 G; 07209. Run Time System RXCTI/AA0/00000QIs our cobol compiler in sync?
    Thanks a lot,
    Edited by: KinsaKaUy? on 16-Sep-2011 02:44

    What kind of error it throw ??
    Are both server have similar hardware configuration??
    Thanks
    Cheeta

  • Pro*C Compile Errors

    I am trying to compile a simple Pro*C program. i wrote this for
    solaris, and it worked fine. i am now trying to run it on linux,
    i am getting some real funky errors...
    Error at line 0, column 0 in file test01.pc
    PCC-S-02201, Encountered the symbol "<eof>" when expecting one of
    the following
    i have RH5.1, 96M Ram, P133. everything else is working
    beautifully. great job by the people at oracle...
    thanks for any help,
    -- adam
    null

    Adding the option common_parser=yes removes the errors !
    But brings errors linked to the PL/SQL parser such like
    CSF-S-00000, ORA-06544: PL/SQL : erreur interne, arguments : [55916], [], [], []
    1>, [], [], [], []
    1>ORA-06553: PLS-801: erreur interne [55916]
    Really vicious..and still not precompiling !
    By the way : Server is 10.2.0.1... and i guess thoses errors are normal since the common parser is not available in this version...
    So bye bye option common_parser and i'm back to my orignals errors.
    Message was edited by:
    Vicenzo

  • Pro*C compile/runtime errors w/ XMLTYPE

    On an Oracle 9iR2 NT machine (Pro*C/C++: Release 9.2.0.1.0)...
    1. The following SQL works without error from SQL*Plus:
         DECLARE
         xml_clob CLOB;
         file_name VARCHAR2(200);
         BEGIN
         file_name := 'rsand.xml';
         xml_clob := f_get_xml_document(file_name);
         insert into RCTXMLD values(file_name, XMLTYPE(xml_clob));
         END;
         select extractValue(RCTXMLD_XMLDOC, '/CommonRecord/ReportingSchl[1]/@EntityId')
         from rctxmld
         where rctxmld_docname = 'rsand.xml'
         SELECT existsNode (RCTXMLD_XMLDOC, '/CommonRecord/ReportingSchl[1]')
         FROM RCTXMLD
         WHERE RCTXMLD_DOCNAME = 'rsand.xml'
         SELECT existsNode (RCTXMLD_XMLDOC,'/CommonRecord/ReportingSchl[1]/AttendingSchl[1]')
         FROM RCTXMLD
         WHERE RCTXMLD_DOCNAME = 'rsand.xml'
         SELECT XMLTYPE.existsNode (RCTXMLD_XMLDOC, '/CommonRecord/ReportingSchl[1]')
         FROM RCTXMLD
         WHERE RCTXMLD_DOCNAME = 'rsand.xml'
    2. The following SQL compiles and works without error from Pro*C:
    EXEC SQL DECLARE REPORTING_SCHOOL CURSOR FOR
    SELECT XMLTYPE.existsNode (RCTXMLD_XMLDOC, '/CommonRecord/ReportingSchl[1]')
    FROM RCTXMLD
    WHERE RCTXMLD_DOCNAME = :file_name_parm;
    Note: This only compiles when existsNode is prefixed by "XMLTYPE."
    3. The following SQL generates runtime errors from Pro*C:
    static void ins_xml_doc(void)
    #ifdef SCT_DEBUG
    printf("Executing ins_xml_doc\n");
    fflush(stdout);
    #endif
    EXEC SQL EXECUTE
    DECLARE
    xml_clob CLOB;
    BEGIN
    xml_clob := f_get_xml_document(:file_name_parm);
    INSERT into RCTXMLD VALUES (:file_name_parm, XMLTYPE(xml_clob));
    END;
    END-EXEC;
    POSTORA;
    Run Sequence Number....................................:
    Processing C:\TEMP\jobsub\finaid\rsand.xml...
    Connected.
    ORA-22288: file or LOB operation FILEOPEN failed
    The process cannot access the file because
    it is being used by another process
    ORA-06512: at "SYS.DBMS_LOB", line 672
    ORA-06512: at "FAISMGR.F_GETñ
    WRN-ORACERR: Error occurred in file "d:\banner\finaid\c\rerim04.pc" at line 1318
    WRN-ERRSTMT: Following statement was last statement parsed:
    declare xml_clob CLOB ; BEGIN xml_clob := f_get_xml_document ( :file_n
    Unable to initialize device default
    4. The following SQL generates compile errors from Pro*C:
    EXEC SQL SELECT XMLTYPE.extractValue(RCTXMLD_XMLDOC, '/CommonRecord/ReportingSchl[1]/@EntityId')
    INTO :ReportingSchlEntityId
    FROM RCTXMLD
    WHERE RCTXMLD_DOCNAME = :file_name_parm;
    POSTORA;
    Processing rerim04, type pc...
    Pro*C/C++: Release 9.2.0.1.0 - Production on Thu Feb 6 08:59:46 2003
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    System default option values taken from: D:\oracle\ora92\precomp\admin\pcscfg.cfg
    Error at line 1887, column 5 in file d:\banner\finaid\c\rerim04.pc
    EXEC SQL SELECT XMLTYPE.extractValue(RCTXMLD_XMLDOC,
    ....1
    PLS-S-00302, component 'EXTRACTVALUE' must be declared
    Error at line 1887, column 5 in file d:\banner\finaid\c\rerim04.pc
    EXEC SQL SELECT XMLTYPE.extractValue(RCTXMLD_XMLDOC,
    ....1
    PLS-S-00000, SQL Statement ignored
    Semantic error at line 1887, column 5, file d:\banner\finaid\c\rerim04.pc:
    EXEC SQL SELECT XMLTYPE.extractValue(RCTXMLD_XMLDOC,
    ....1
    PCC-S-02346, PL/SQL found semantic errors
    Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
    Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
    rerim04.c
    fatal error C1083: Cannot open source file: 'C:\TEMP\rerim04.c': No such file or directory

    On an Oracle 9iR2 NT machine (Pro*C/C++: Release 9.2.0.1.0)...
    1. The following SQL works without error from SQL*Plus:
         DECLARE
         xml_clob CLOB;
         file_name VARCHAR2(200);
         BEGIN
         file_name := 'rsand.xml';
         xml_clob := f_get_xml_document(file_name);
         insert into RCTXMLD values(file_name, XMLTYPE(xml_clob));
         END;
         select extractValue(RCTXMLD_XMLDOC, '/CommonRecord/ReportingSchl[1]/@EntityId')
         from rctxmld
         where rctxmld_docname = 'rsand.xml'
         SELECT existsNode (RCTXMLD_XMLDOC, '/CommonRecord/ReportingSchl[1]')
         FROM RCTXMLD
         WHERE RCTXMLD_DOCNAME = 'rsand.xml'
         SELECT existsNode (RCTXMLD_XMLDOC,'/CommonRecord/ReportingSchl[1]/AttendingSchl[1]')
         FROM RCTXMLD
         WHERE RCTXMLD_DOCNAME = 'rsand.xml'
         SELECT XMLTYPE.existsNode (RCTXMLD_XMLDOC, '/CommonRecord/ReportingSchl[1]')
         FROM RCTXMLD
         WHERE RCTXMLD_DOCNAME = 'rsand.xml'
    2. The following SQL compiles and works without error from Pro*C:
    EXEC SQL DECLARE REPORTING_SCHOOL CURSOR FOR
    SELECT XMLTYPE.existsNode (RCTXMLD_XMLDOC, '/CommonRecord/ReportingSchl[1]')
    FROM RCTXMLD
    WHERE RCTXMLD_DOCNAME = :file_name_parm;
    Note: This only compiles when existsNode is prefixed by "XMLTYPE."
    3. The following SQL generates runtime errors from Pro*C:
    static void ins_xml_doc(void)
    #ifdef SCT_DEBUG
    printf("Executing ins_xml_doc\n");
    fflush(stdout);
    #endif
    EXEC SQL EXECUTE
    DECLARE
    xml_clob CLOB;
    BEGIN
    xml_clob := f_get_xml_document(:file_name_parm);
    INSERT into RCTXMLD VALUES (:file_name_parm, XMLTYPE(xml_clob));
    END;
    END-EXEC;
    POSTORA;
    Run Sequence Number....................................:
    Processing C:\TEMP\jobsub\finaid\rsand.xml...
    Connected.
    ORA-22288: file or LOB operation FILEOPEN failed
    The process cannot access the file because
    it is being used by another process
    ORA-06512: at "SYS.DBMS_LOB", line 672
    ORA-06512: at "FAISMGR.F_GETñ
    WRN-ORACERR: Error occurred in file "d:\banner\finaid\c\rerim04.pc" at line 1318
    WRN-ERRSTMT: Following statement was last statement parsed:
    declare xml_clob CLOB ; BEGIN xml_clob := f_get_xml_document ( :file_n
    Unable to initialize device default
    4. The following SQL generates compile errors from Pro*C:
    EXEC SQL SELECT XMLTYPE.extractValue(RCTXMLD_XMLDOC, '/CommonRecord/ReportingSchl[1]/@EntityId')
    INTO :ReportingSchlEntityId
    FROM RCTXMLD
    WHERE RCTXMLD_DOCNAME = :file_name_parm;
    POSTORA;
    Processing rerim04, type pc...
    Pro*C/C++: Release 9.2.0.1.0 - Production on Thu Feb 6 08:59:46 2003
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    System default option values taken from: D:\oracle\ora92\precomp\admin\pcscfg.cfg
    Error at line 1887, column 5 in file d:\banner\finaid\c\rerim04.pc
    EXEC SQL SELECT XMLTYPE.extractValue(RCTXMLD_XMLDOC,
    ....1
    PLS-S-00302, component 'EXTRACTVALUE' must be declared
    Error at line 1887, column 5 in file d:\banner\finaid\c\rerim04.pc
    EXEC SQL SELECT XMLTYPE.extractValue(RCTXMLD_XMLDOC,
    ....1
    PLS-S-00000, SQL Statement ignored
    Semantic error at line 1887, column 5, file d:\banner\finaid\c\rerim04.pc:
    EXEC SQL SELECT XMLTYPE.extractValue(RCTXMLD_XMLDOC,
    ....1
    PCC-S-02346, PL/SQL found semantic errors
    Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
    Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
    rerim04.c
    fatal error C1083: Cannot open source file: 'C:\TEMP\rerim04.c': No such file or directory

  • Oracle 11g and PRO*C :  pre-compile errors only with 11g !

    Hi !
    I didn't find a forum specific to pro*c, so here i am.
    I've downloaded Oracle 11g and recompiled our applications using pro*c
    We currently precompiling without any problem our sources against Oracle 7, 8, 9, 10.
    With Oracle 11g, it doesn't work !
    every EXEC SQL followed by a command works.
    every EXEC SQL followed by a query generates the same error.
    Example :
    char *oracle_date_courante()
         static char buf[SIZE_ORADATE+1];
         EXEC SQL SELECT sysdate into :buf from DUAL;
         if(ORA_SQLERROR())
              oracle_error("sélection date courante");
              buf[0]=0;
         return buf;
    PRO*C output :
    Erreur Ó la ligne 105, colonne 2 dans le fichier src\oracle.pc
    EXEC SQL
    .1
    PLS-S-00000, SQL Statement ignored
    erreur sÚmantique Ó la ligne 105, colonne 2, fichier src\oracle.pc:
    EXEC SQL
    .1
    PCC-S-02346, PL/SQL a trouvÚ des erreurs sÚmantiques
    So, we investigated... And found that thoses errors come when we use the option sqlcheck=semantics.
    If we use an inferiour check level, it works but because we use PL/SQL keywords, pro*c prints errors and wants us to provide the 'semantics' sqlcheck level !
    So, it's a vicious circle !
    Any ideas ?
    Thanks...
    Vincent

    Adding the option common_parser=yes removes the errors !
    But brings errors linked to the PL/SQL parser such like
    CSF-S-00000, ORA-06544: PL/SQL : erreur interne, arguments : [55916], [], [], []
    1>, [], [], [], []
    1>ORA-06553: PLS-801: erreur interne [55916]
    Really vicious..and still not precompiling !
    By the way : Server is 10.2.0.1... and i guess thoses errors are normal since the common parser is not available in this version...
    So bye bye option common_parser and i'm back to my orignals errors.
    Message was edited by:
    Vicenzo

  • Smart View compile error on startup

    Hi
    Just installed the following components:
    - Windows 2008R2
    - Office 2010 x64 with SP2
    - Smart View 11.1.2.5.210 (x64)
    When I start and close Excel I get the following:
    Microsoft Visual Basic for Applications
    Compile error in hidden module: HsTBarPublic.  This error commonly occurs when code is incompatible with the version, platform, or architecture of this application.
    The same software version works fine on 32bit versions of Office 2010 + Smart View.  Any ideas for troubleshooting 64bit Applications of Office and Smart View?
    Thanks
    Anthony

    Had the same problem with conflict between CS6 (Photoshop, Premier, After Effects, etc.] and Net Nanny.  Solution was as follows:
    1. Log onto Net Nanny Admin Tools
    2. Click on Application Exceptions
    3. Click Add
    4. Browse to folder containing "dynamiclinkmanager.exe".  On my computer (Windows 7 Pro) it was located in
         C:\Program Files (x86)\Common Files\Adobe\dynamiclink\CS6
         [I do have dynamiclinkmanager.exe elsewhere, but Net Nanny only allows you to identify a given file name once]
    5.  Select dynamiclinkmanger.exe, Open, OK
    6.  Repeat steps 3 to 5 but this time for "dynamiclinkmediaserver.exe" which I found in
         C:\Program Files (x86)\Common Files\Adobe\dynamiclinkmediaserver\1.0
    7. Click OK to accept application exceptions
    8.  Exit Net Nanny Admin Tools
    7.  On my computer Photoshop would now load without incident, but if necessary reboot.
    NOTE:  Once I solved the dynamiclinkmanager stopped problem I then encountered an Adobe Media Core stopped problem when I started After Effects and Premier.  To resolve this second problem with Net Nanny I repeated the above steps adding the following application exception:
         "Adobe QT32 Server.exe"
         which I found in
         C:\Program Files (x86)\Common Files\Adobe\dynamiclinkmediaserver\1.0
    [Again there are multiple copies of "Adobe QT32 Server.exe" but Net Nanny accepts only one, and I selected the one in "Program Files (x86)" and not the ones in "Program Files" because of this is where I also found dynamiclinkmanager.exe.  All works fine now.]
    Hope this works for you.

  • Adobe Pro delete pages error. One or more pages are in use and could not be deleted.

    Adobe Pro delete pages error. One or more pages are in use and could not be deleted.
    Hi, can anyone assit. I am compiling a pdf by inserting several documents and am unable to delete specific pages. I have used this function on a previous Adobe Pro version but have a problem editing.

    I use this feature once a month to extract / delete some 200 pages from an 800 page file. I found the release notes for 10.1.4 stated that this issue was fixed. I updated my Acrobat to the 10.1.4 release and i was still having the problem. I finally fixed it by disabling the Win XP compatability feature that i had enabled in the properties of the Acrobat executable. I had enabled this feature a couple of months ago as a fix to this specific problem, now it's not necessary.
    Environ: Win 7 32-bit and Acrobat X, 10.1.4.

  • Fixing the "compile error in hidden module: DistMon"

    Our computer images are WinXP SP2, with Office XP SP3. Some people have Acrobat 8.12 Pro installed, and 2 of them were getting the above error.
    I found some help in the forums about exporting a registry key, etc. On the 1st person, I did all of that and the error was still there. I went into the VBE and saw a PDFMaker.xla module that could not be deleted. So I went to %user profile%\Application Data\Microsoft\Excel\XLSTART\ and deleted the PDFMaker.xla. No more error.
    I tested on the 2nd person by just deleting that file, and no more error. They still have the Acrobat toolbar, so it didn't disable that.
    I wanted to share this easy fix in case it works for anyone else.
    E Powell
    Austin, TX

    re: Install error PDFX1aSet_PSR_ gravure
    Greetings,
    My installation of Acrobat Pro 6.0 hangs when it can't find the file PDFX1aSet_PSR_ gravure.pdf. Any ideas about how to fix?
    Context clues:
    - Acrobat was running fine (as would have the install CD, I believe) until I removed Acrobat due to an unrelated issue using the Windows Install Cleanup program.
    - I've uninstalled and reinstalled Reader 8.0; no effect
    - The error is also temporally related to getting the following error when opening and closing Excel: "..compile error.. autoexecnew," then "distmon," respectively. I attempted this solution, but failed:
    http://www.adobeforums.com/cgi-bin/webx/.3bc307c7
    http://support.microsoft.com/?id=307410
    - I've uninstalled and reinstalled Office 2003; run repair w/in Excel; no effect
    - In Internet Explorer, I can open a PDF successfully, but the following error also appears: "One or more Adobe PDF extensions are disabled. This may impact how PDFs are displayed... enable add-ons [in IE]." However, all the Adobe add-ons are already enabled in IE.
    Thanks very much for your ideas.

  • ShObjIdl.h compile error when including Photoshop SDK header?

    I develop photoshop plugins on both Mac 10.6 and Windows 7, now my code has been built and run successfully on Mac, but on Windows there are curious compile errors in a file "ShObjIdl.h", this is a Windows SDK header file. ( my VC++ version is 2010 ). It seems including some adobe SDK header file will cause the error. Is there someone who had met this? I guess some macro define conflicts.

    Sophie
    did your program work ok under 10.3.6? Is it just Tiger that gives the problem?
    I have not used xmlrpc but I have used Pro*C on OS X with no probelms.
    Where did the xmlrpc.h you are using come from? I could not find it on OS X on either Tiger or Panther. However I do find an xmlrpc.cp and a make file so I assume you would include a shared library from it in the make file for your program to be able to make the xmlrpc calls you need to.
    In general, the include files are in sub directories of /System/Library/Frameworks and it would be worth a grep -r for the declarations you want to include and put the path in the include parameter to proc.
    I hope this info helps.
    Paul

  • I try to generate a chm file over the net and I get a compiling error message

    Hi all,
    I am trying to generate chm files over the net, and the same project when I am generating the same chm locally works fine, however when I am attempting to generate the same chm on a network location, it gives me a compiling error and aborts the generation. It is also keeping the chm file open afterwards, so I have to reboot the machine.
    It is RH7 working on a Windows XP Pro 32 bit.
    Thank you

    It is not a project issue. RoboHelp is just not designed to work that way but like a lot of things, some people can use them outside what they were designed for. However, just because some people can work that way, it does not follow everyone can.
    I've seen people with projects on a network and they say have been doing it for years so it must be OK. A while later they come back and say the problem is fixed since moving it locally.
    Sorry but it looks like you are stuck with working the way you do or getting your colleague to do it. It might be as simple as he is on a different bit of your network.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Compile error in hidden module: xliff Translator

    Hi All,
    I'm new here and finished installing the 10.1.3.3 version. Everything is working fine except the Excel Analyzer.
    When I try to open any report with it opens a new excel file with a blank tab named "_remove_me_please" and a window with the message "Compile error in hidden module: Xliff Translator".
    Please advise.
    Thanks
    Valente

    The reason this is happening is BI Publisher is pretty much junk. We have been using the same version of the product as you since February 2008 and have experienced endless problems. It is completely embarrassing the IT department. The Excel functionality is the most buggy, but we also have very strong feelings about the Query Builder in the web interface (no numeric aggregation functions!).
    For half the users who try to use the Excel Add-in, the 'BI Publisher' menu never even shows up! We all use the most updated version of MS Office 2003 Pro, and a fully updated .NET Framework 2. Right now, I do have the menu in my Excel, but I can't even get the Analyzer to show my report. I get the same result as you, with the empty sheets, one of which is called 'remove_me_please'. I'm sure the report works because I can view the XML data in the web interface using 'Data' output format.
    There is another error related to this issue, which might shed some light on the situation for the Oracle developers. If you save the fargled file to disk instead of opening it directly, then open Excel and login to BI, then open the file, you get this error:
    'Object variable or With block variable not set'
    This may actually be a problem in .NET, as mentioned in the Microsoft knowledge-base article: http://support.microsoft.com/kb/316478
    In any case, BI Publisher suffers from a terrible lack of diagnostic capability, which wouldn't be an issue if it wasn't so buggy. Have you tried diagnosing problems in your XSLT in your RTF templates? What a freakin' nightmare that is. If you change more than a few form fields and then get an error, you can forget about finding where the error is. That means you must rerun the report after every minute change. Talk about slow development! As much as I like XSLT and XPATH, we completely abandonded showing people how to design reports that way.
    I haven't used the old RDF way of reporting, but I think Oracle should have stuck with that. BI Publisher is what happens when a Microsoft wanna-be like Oracle tries to integrate with a Microsoft product like Office. With all the bugs and patches in Microsoft products, there's no way Oracle could keep up with all the different versions and caveats, to keep their products functioning in that environment.
    Sincerely,
    Multiverse

  • Compilation error on Solaris  2.6  using SUn Workshop 4.2(Rogue wave STL)

    Hello,
    I am facing a problem while using Rogue wave STLs on SOlaris 2.6 using Sun WOrkshop pro 4.2
    I am using Hash table implementation in the source. It throws the following error:
    ---->Error: "," expected instead of "const_iterator".
    I found it to be problem in a declaration of pair for the class.
    Before modification:
    typedef pair<mytmp::iterator,int> interator;
    Modified to:
    typedef mytmp::iterator myitr
    typedef pair<myitr,int> interator;
    Now the above compilation error seems to be gone. Can anyone please help me in understanding this problem???????????????
    Also after compiling few files now i am facing new problem. It throws signal 11 in iterator header file of std STL.
    Help m e !!!!!!!!!!
    For your reference options of compilation are:
    /opt/SUNWspro/bin/CC -c -O -mt -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199506L -D_REENTRANT -D__EXTENSION
    S__ -DRWSTD_MULTI_THREAD -D_RWBUILDSHARED -DRWSTD_COMPILE_INSTANTIATE -
    DRWSTD_SHARED_BUILD --I/opt/mylib/common/include/Std  mydemo.cc                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    I solved my own problem.
    It seems that the C++ XML Parser cannot be used with earlier versions of Oracle. My ORACLE_HOME env variable was pointing to v734. Once I changed that to point to the later version of v816, It was a smooth parse.
    null

  • How to integrate Pro C compiler and liberies in order to compile Pro C in oracle 9i

    Hello ,
    My name is Ron .
    I already installed The Database Server oracle 9i in my machine
    i do not install the Oracle 9i client only the Database server.
    but when i'm trying to compile Pro C sample program
    i get an error:
    operable program or batch file.
    Error executing c:\winnt\system32\cmd.exe.
    From what i know , oracle 9i Pro C liberay files must be in location "C:\Oracle\Ora92\precomp\lib\msvc" in my machine .
    but this directory not exist and also the liberies are missing.
    Do i miss something any installation of the oracle client?
    Do i need to install also the oracle 9i client in order to have the Pro C compiler and all the
    Pro C liberies .?
    thanks in advance.
    Ron Bar yosef

    Pro*C is a client side tool ans so will be available when you install the Oracle client.

  • Pro*C compiling/linking

    I have a Pro*C EXE program on Sun that compiles/links and works fine on that Unix box, which has Pro*C compiler and Oracle 8.05 installed. Apparantly this EXE program is refering to Oracle libraries ar run time. If I take this program on other Sun computer, it gives me an error "ld.so.1: dpn_config: fatal: libclntsh.so.1.0: open failed: No such file or directory"
    How can I create a Pro*C EXE program that will run on similar Sun box that has no Oracle or Pro*C compiler installed?
    There must be some linking parameters in make file I can make use of.
    Thanks for your help.
    Kishor

    Sorry alphasof, but you'll need to have the minimum oracle client software installed on every sun box you move the app to. More than just the libraries are involved, the whole TNS name lookup stuff gets installed, etc. It's more than just trying to statically link in the oracle libraries to your executable.
    If you install the oracle client software, you'll have no problems moving the executable.

Maybe you are looking for

  • Distributed queue usage with custom queue listeners in cluster

    Hi, Can someone help in solving the issue. We have a web application which will create consumers(threads in infinite loop) for an inbound queue(name comes from DB table) and after doing certain process result will be pushed to outbound queue(name com

  • Mail httpmail Hotmail PowerBook Tiger 10.4.5 Worked But Not Working Now

    Several people have posted about Intel MacBooks having a problem running this plugin that worked great to download hotmail emails into Mail. I had it working fine on my PowerBook G4 under Tiger and 10.4.5 but it has stopped working recently. I tried

  • How do i speak to a person

    how do i speak to a personhow do i speak to a personhow do i speak to a personhow do i speak to a personhow do i speak to a personhow do i speak to a personhow do i speak to a personhow do i speak to a personhow do i speak to a personhow do i speak t

  • My hp m8100n freezes so I want to replace the video card

    I bought this computer a few years ago and lately it's been freezing a lot (pretty much freezes 5 mins after I turn it on). It's to the point where I have to press the power button and turn off the computer.  I'm actually not sure why but this tends

  • It's possible install Printer HP m1132 MFP in Arch?

    Hello, I try 1000 methods for install this printer.. with hplipopensource.com drivers, with official repositories drivers (hplip) and, hplip-plugin of AUR, but i cant conf this printer... any idea?? Greetings and thanks!