Xconfig error; missing qt-mt

sudo make xconfig
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/docproc
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/kconfig_load.o
  HOSTCC  scripts/kconfig/kxgettext.o
  HOSTCC  scripts/kconfig/zconf.tab.o
Package qt-mt was not found in the pkg-config search path.
Perhaps you should add the directory containing `qt-mt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'qt-mt' found
Package qt-mt was not found in the pkg-config search path.
Perhaps you should add the directory containing `qt-mt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'qt-mt' found
Package qt-mt was not found in the pkg-config search path.
Perhaps you should add the directory containing `qt-mt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'qt-mt' found
Package qt-mt was not found in the pkg-config search path.
Perhaps you should add the directory containing `qt-mt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'qt-mt' found
any way to fix this? Arch Don't Panic. System updated today 8-12-07

thanks for your suggestion. Unfortunately it did not help.
I think that real culprit is here:
No package 'qt-mt' found
because xconfig worked before (so package was in the path), the only reason it stopped working now may be missing components.
below is a full error output:
sudo make xconfig
Package qt-mt was not found in the pkg-config search path.
Perhaps you should add the directory containing `qt-mt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'qt-mt' found
Package qt-mt was not found in the pkg-config search path.
Perhaps you should add the directory containing `qt-mt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'qt-mt' found
Package qt-mt was not found in the pkg-config search path.
Perhaps you should add the directory containing `qt-mt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'qt-mt' found
Package qt-mt was not found in the pkg-config search path.
Perhaps you should add the directory containing `qt-mt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'qt-mt' found
  HOSTCXX scripts/kconfig/qconf.o
scripts/kconfig/qconf.cc:6:26: error: qapplication.h: No such file or directory
scripts/kconfig/qconf.cc:7:25: error: qmainwindow.h: No such file or directory
scripts/kconfig/qconf.cc:8:22: error: qtoolbar.h: No such file or directory
scripts/kconfig/qconf.cc:9:21: error: qlayout.h: No such file or directory
scripts/kconfig/qconf.cc:10:19: error: qvbox.h: No such file or directory
scripts/kconfig/qconf.cc:11:23: error: qsplitter.h: No such file or directory
scripts/kconfig/qconf.cc:12:23: error: qlistview.h: No such file or directory
scripts/kconfig/qconf.cc:13:26: error: qtextbrowser.h: No such file or directory
scripts/kconfig/qconf.cc:14:23: error: qlineedit.h: No such file or directory
scripts/kconfig/qconf.cc:15:20: error: qlabel.h: No such file or directory
scripts/kconfig/qconf.cc:16:25: error: qpushbutton.h: No such file or directory
scripts/kconfig/qconf.cc:17:22: error: qmenubar.h: No such file or directory
scripts/kconfig/qconf.cc:18:25: error: qmessagebox.h: No such file or directory
scripts/kconfig/qconf.cc:19:21: error: qaction.h: No such file or directory
scripts/kconfig/qconf.cc:20:21: error: qheader.h: No such file or directory
scripts/kconfig/qconf.cc:21:25: error: qfiledialog.h: No such file or directory
scripts/kconfig/qconf.cc:22:25: error: qdragobject.h: No such file or directory
scripts/kconfig/qconf.cc:23:21: error: qregexp.h: No such file or directory
In file included from scripts/kconfig/qconf.cc:30:
scripts/kconfig/qconf.moc:10:25: error: qmetaobject.h: No such file or directory
scripts/kconfig/qconf.moc:13:34: error: private/qucomextra_p.h: No such file or directory
scripts/kconfig/qconf.moc:15:2: error: #error "This file was generated using the moc from 3.3.8. It"
scripts/kconfig/qconf.moc:16:2: error: #error "cannot be used with the include files from this version of Qt."
scripts/kconfig/qconf.moc:17:2: error: #error "(The moc has changed too much.)"
scripts/kconfig/qconf.moc:119:25: error: qobjectdefs.h: No such file or directory
scripts/kconfig/qconf.moc:120:28: error: qsignalslotimp.h: No such file or directory
In file included from scripts/kconfig/qconf.cc:28:
scripts/kconfig/qconf.h:12: error: expected ',' or '...' before '&' token
scripts/kconfig/qconf.h:12: error: ISO C++ forbids declaration of 'QString' with no type
scripts/kconfig/qconf.h:14: error: expected ',' or '...' before '&' token
scripts/kconfig/qconf.h:14: error: ISO C++ forbids declaration of 'QString' with no type
scripts/kconfig/qconf.h:16: error: expected ',' or '...' before '&' token
scripts/kconfig/qconf.h:16: error: ISO C++ forbids declaration of 'QString' with no type
scripts/kconfig/qconf.h:18: error: 'QString' does not name a type
scripts/kconfig/qconf.h:20: error: 'QStringList' does not name a type
scripts/kconfig/qconf.h:23: error: expected ',' or '...' before '&' token
scripts/kconfig/qconf.h:23: error: ISO C++ forbids declaration of 'QString' with no type
scripts/kconfig/qconf.h: In member function 'bool QSettings::readBoolEntry(int) const':
scripts/kconfig/qconf.h:15: error: 'ok' was not declared in this scope
scripts/kconfig/qconf.h:15: error: 'FALSE' was not declared in this scope
scripts/kconfig/qconf.h:15: error: 'def' was not declared in this scope
scripts/kconfig/qconf.h: In member function 'int QSettings::readNumEntry(int) const':
scripts/kconfig/qconf.h:17: error: 'ok' was not declared in this scope
scripts/kconfig/qconf.h:17: error: 'FALSE' was not declared in this scope
scripts/kconfig/qconf.h:17: error: 'def' was not declared in this scope
scripts/kconfig/qconf.h: In member function 'bool QSettings::writeEntry(int)':
scripts/kconfig/qconf.h:24: error: 'TRUE' was not declared in this scope
scripts/kconfig/qconf.h: At global scope:
scripts/kconfig/qconf.h:37: error: ISO C++ forbids declaration of 'QValueList' with no type
scripts/kconfig/qconf.h:37: error: expected ';' before '<' token
scripts/kconfig/qconf.h:38: error: expected ',' or '...' before '&' token
scripts/kconfig/qconf.h:38: error: ISO C++ forbids declaration of 'QString' with no type
scripts/kconfig/qconf.h:48: error: expected class-name before '{' token
scripts/kconfig/qconf.h:49: error: ISO C++ forbids declaration of 'Q_OBJECT' with no type
scripts/kconfig/qconf.h:50: error: expected ';' before 'typedef'
scripts/kconfig/qconf.h:61: error: 'QKeyEvent' has not been declared
scripts/kconfig/qconf.h:62: error: 'QMouseEvent' has not been declared
scripts/kconfig/qconf.h:63: error: 'QMouseEvent' has not been declared
scripts/kconfig/qconf.h:64: error: 'QMouseEvent' has not been declared
scripts/kconfig/qconf.h:65: error: 'QMouseEvent' has not been declared
scripts/kconfig/qconf.h:66: error: 'QFocusEvent' has not been declared
scripts/kconfig/qconf.h:67: error: 'QContextMenuEvent' has not been declared
scripts/kconfig/qconf.h:69: error: expected `:' before 'slots'
scripts/kconfig/qconf.h:70: error: expected primary-expression before 'void'
scripts/kconfig/qconf.h:70: error: ISO C++ forbids declaration of 'slots' with no type
scripts/kconfig/qconf.h:70: error: expected ';' before 'void'
scripts/kconfig/qconf.h:78: error: expected primary-expression before 'void'
scripts/kconfig/qconf.h:78: error: ISO C++ forbids declaration of 'signals' with no type
scripts/kconfig/qconf.h:78: error: expected ';' before 'void'
scripts/kconfig/qconf.h:102: error: expected ',' or '...' before '&' token
scripts/kconfig/qconf.h:102: error: ISO C++ forbids declaration of 'QString' with no type
scripts/kconfig/qconf.h:123: error: 'QPixmap' does not name a type
scripts/kconfig/qconf.h:124: error: 'QPixmap' does not name a type
scripts/kconfig/qconf.h:125: error: 'QPixmap' does not name a type
scripts/kconfig/qconf.h:130: error: 'QColorGroup' does not name a type
scripts/kconfig/qconf.h:131: error: 'QColorGroup' does not name a type
scripts/kconfig/qconf.h:132: error: ISO C++ forbids declaration of 'QPopupMenu' with no type
scripts/kconfig/qconf.h:132: error: expected ';' before '*' token
scripts/kconfig/qconf.h: In member function 'ConfigView* ConfigList::parent() const':
scripts/kconfig/qconf.h:56: error: 'Parent' was not declared in this scope
scripts/kconfig/qconf.h:56: error: expected ';' before '::' token
scripts/kconfig/qconf.h:56: error: '::parent' has not been declared
scripts/kconfig/qconf.h: In member function 'ConfigItem* ConfigList::firstChild() const':
scripts/kconfig/qconf.h:96: error: 'Parent' was not declared in this scope
scripts/kconfig/qconf.h:96: error: expected ';' before '::' token
scripts/kconfig/qconf.h:96: error: '::firstChild' has not been declared
scripts/kconfig/qconf.h: In member function 'void ConfigList::addColumn(colIdx, int)':
scripts/kconfig/qconf.h:104: error: 'Parent' has not been declared
scripts/kconfig/qconf.h:104: error: 'label' was not declared in this scope
scripts/kconfig/qconf.h: In member function 'void ConfigList::removeColumn(colIdx)':
scripts/kconfig/qconf.h:111: error: 'Parent' has not been declared
scripts/kconfig/qconf.h: At global scope:
scripts/kconfig/qconf.h:139: error: expected class-name before '{' token
scripts/kconfig/qconf.h:142: error: expected `)' before '*' token
scripts/kconfig/qconf.h:152: error: expected `)' before '*' token
scripts/kconfig/qconf.h:176: error: expected ',' or '...' before '&' token
scripts/kconfig/qconf.h:176: error: ISO C++ forbids declaration of 'QString' with no type
scripts/kconfig/qconf.h:180: error: 'QString' does not name a type
scripts/kconfig/qconf.h:184: error: expected ',' or '...' before '&' token
scripts/kconfig/qconf.h:184: error: ISO C++ forbids declaration of 'QPixmap' with no type
scripts/kconfig/qconf.h:188: error: ISO C++ forbids declaration of 'QPixmap' with no type
scripts/kconfig/qconf.h:188: error: expected ';' before '*' token
scripts/kconfig/qconf.h:192: error: expected `;' before 'void'
scripts/kconfig/qconf.h:192: error: 'QPainter' has not been declared
scripts/kconfig/qconf.h:192: error: expected ',' or '...' before '&' token
scripts/kconfig/qconf.h:192: error: ISO C++ forbids declaration of 'QColorGroup' with no type
scripts/kconfig/qconf.h: In constructor 'ConfigItem::ConfigItem(ConfigItem*, ConfigItem*, menu*, bool)':
scripts/kconfig/qconf.h:148: error: type 'QListViewItem' is not a direct base of 'ConfigItem'
scripts/kconfig/qconf.h: In member function 'ConfigList* ConfigItem::listView() const':
scripts/kconfig/qconf.h:166: error: incomplete type 'QListViewItem' used in nested name specifier
scripts/kconfig/qconf.h: In member function 'ConfigItem* ConfigItem::firstChild() const':
scripts/kconfig/qconf.h:170: error: incomplete type 'QListViewItem' used in nested name specifier
scripts/kconfig/qconf.h: In member function 'ConfigItem* ConfigItem::nextSibling() const':
scripts/kconfig/qconf.h:174: error: incomplete type 'QListViewItem' used in nested name specifier
scripts/kconfig/qconf.h: In member function 'void ConfigItem::setText(colIdx, int)':
scripts/kconfig/qconf.h:178: error: incomplete type 'QListViewItem' used in nested name specifier
scripts/kconfig/qconf.h:178: error: 'text' was not declared in this scope
scripts/kconfig/qconf.h: In member function 'void ConfigItem::setPixmap(colIdx, int)':
scripts/kconfig/qconf.h:186: error: incomplete type 'QListViewItem' used in nested name specifier
scripts/kconfig/qconf.h:186: error: 'pm' was not declared in this scope
scripts/kconfig/qconf.h: At global scope:
scripts/kconfig/qconf.h:200: error: expected class-name before '{' token
scripts/kconfig/qconf.h:201: error: ISO C++ forbids declaration of 'Q_OBJECT' with no type
scripts/kconfig/qconf.h:202: error: expected ';' before 'typedef'
scripts/kconfig/qconf.h:210: error: 'QKeyEvent' has not been declared
scripts/kconfig/qconf.h: In member function 'ConfigView* ConfigLineEdit::parent() const':
scripts/kconfig/qconf.h:207: error: 'Parent' was not declared in this scope
scripts/kconfig/qconf.h:207: error: expected ';' before '::' token
scripts/kconfig/qconf.h:207: error: '::parent' has not been declared
scripts/kconfig/qconf.h: At global scope:
scripts/kconfig/qconf.h:216: error: expected class-name before '{' token
scripts/kconfig/qconf.h:217: error: ISO C++ forbids declaration of 'Q_OBJECT' with no type
scripts/kconfig/qconf.h:218: error: expected ';' before 'typedef'
scripts/kconfig/qconf.h:220: error: expected `)' before '*' token
scripts/kconfig/qconf.h:229: error: expected `:' before 'slots'
scripts/kconfig/qconf.h:230: error: expected primary-expression before 'void'
scripts/kconfig/qconf.h:230: error: ISO C++ forbids declaration of 'slots' with no type
scripts/kconfig/qconf.h:230: error: expected ';' before 'void'
scripts/kconfig/qconf.h:235: error: expected primary-expression before 'void'
scripts/kconfig/qconf.h:235: error: ISO C++ forbids declaration of 'signals' with no type
scripts/kconfig/qconf.h:235: error: expected ';' before 'void'
scripts/kconfig/qconf.h:247: error: expected class-name before '{' token
scripts/kconfig/qconf.h:248: error: ISO C++ forbids declaration of 'Q_OBJECT' with no type
scripts/kconfig/qconf.h:249: error: expected ';' before 'typedef'
scripts/kconfig/qconf.h:251: error: expected `)' before '*' token
scripts/kconfig/qconf.h:254: error: expected `:' before 'slots'
scripts/kconfig/qconf.h:255: error: expected primary-expression before 'void'
scripts/kconfig/qconf.h:255: error: ISO C++ forbids declaration of 'slots' with no type
scripts/kconfig/qconf.h:255: error: expected ';' before 'void'
scripts/kconfig/qconf.h:257: error: expected ',' or '...' before '&' token
scripts/kconfig/qconf.h:257: error: ISO C++ forbids declaration of 'QString' with no type
scripts/kconfig/qconf.h:261: error: expected primary-expression before 'void'
scripts/kconfig/qconf.h:261: error: ISO C++ forbids declaration of 'signals' with no type
scripts/kconfig/qconf.h:261: error: expected ';' before 'void'
scripts/kconfig/qconf.h:267: error: 'QString' does not name a type
scripts/kconfig/qconf.h:268: error: 'QString' does not name a type
scripts/kconfig/qconf.h:270: error: ISO C++ forbids declaration of 'QPopupMenu' with no type
scripts/kconfig/qconf.h:270: error: expected ';' before '*' token
scripts/kconfig/qconf.h:271: error: 'QContextMenuEvent' has not been declared
scripts/kconfig/qconf.h:278: error: expected class-name before '{' token
scripts/kconfig/qconf.h:279: error: ISO C++ forbids declaration of 'Q_OBJECT' with no type
scripts/kconfig/qconf.h:280: error: expected ';' before 'typedef'
scripts/kconfig/qconf.h:282: error: expected `)' before '*' token
scripts/kconfig/qconf.h:284: error: expected `:' before 'slots'
scripts/kconfig/qconf.h:285: error: expected primary-expression before 'void'
scripts/kconfig/qconf.h:285: error: ISO C++ forbids declaration of 'slots' with no type
scripts/kconfig/qconf.h:285: error: expected ';' before 'void'
scripts/kconfig/qconf.h:289: error: ISO C++ forbids declaration of 'QLineEdit' with no type
scripts/kconfig/qconf.h:289: error: expected ';' before '*' token
scripts/kconfig/qconf.h:290: error: ISO C++ forbids declaration of 'QPushButton' with no type
scripts/kconfig/qconf.h:290: error: expected ';' before '*' token
scripts/kconfig/qconf.h:291: error: ISO C++ forbids declaration of 'QSplitter' with no type
scripts/kconfig/qconf.h:291: error: expected ';' before '*' token
scripts/kconfig/qconf.h:298: error: expected class-name before '{' token
scripts/kconfig/qconf.h:299: error: ISO C++ forbids declaration of 'Q_OBJECT' with no type
scripts/kconfig/qconf.h:301: error: expected ';' before 'static'
scripts/kconfig/qconf.h:305: error: expected `:' before 'slots'
scripts/kconfig/qconf.h:306: error: expected primary-expression before 'void'
scripts/kconfig/qconf.h:306: error: ISO C++ forbids declaration of 'slots' with no type
scripts/kconfig/qconf.h:306: error: expected ';' before 'void'
scripts/kconfig/qconf.h:322: error: 'QCloseEvent' has not been declared
scripts/kconfig/qconf.h:330: error: ISO C++ forbids declaration of 'QToolBar' with no type
scripts/kconfig/qconf.h:330: error: expected ';' before '*' token
scripts/kconfig/qconf.h:331: error: ISO C++ forbids declaration of 'QAction' with no type
scripts/kconfig/qconf.h:331: error: expected ';' before '*' token
scripts/kconfig/qconf.h:332: error: ISO C++ forbids declaration of 'QSplitter' with no type
scripts/kconfig/qconf.h:332: error: expected ';' before '*' token
scripts/kconfig/qconf.h:333: error: ISO C++ forbids declaration of 'QSplitter' with no type
scripts/kconfig/qconf.h:333: error: expected ';' before '*' token
In file included from scripts/kconfig/qconf.cc:30:
scripts/kconfig/qconf.moc:20: error: no 'const char* ConfigList::className() const' member function declared in class 'ConfigList'
scripts/kconfig/qconf.moc:25: error: expected constructor, destructor, or type conversion before '*' token
scripts/kconfig/qconf.moc:26: error: 'QMetaObjectCleanUp' does not name a type
scripts/kconfig/qconf.moc:29: error: 'QString' does not name a type
scripts/kconfig/qconf.moc:37: error: 'QString' does not name a type
scripts/kconfig/qconf.moc:48: error: expected constructor, destructor, or type conversion before '*' token
make[1]: *** [scripts/kconfig/qconf.o] Error 1
make: *** [xconfig] Error 2
Last edited by broch (2007-08-13 16:51:28)

Similar Messages

  • Error: Missing initial value for session parameter

    Hi,
    I'm facing a problem while running the ETL process for Complete 11.5.10 Execution Plan in DAC Client. Some tasks are getting failed beacuse of the following error:-
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: VAR_27026 [Error: Missing initial value for session parameter:[$DBConnection_OLAP].].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: CMN_1761 [Timestamp Event: [Mon Nov 19 21:01:52 2007]].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: TM_6270 [Error: Variable parameter expansion error.].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: CMN_1761 [Timestamp Event: [Mon Nov 19 21:01:52 2007]].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: TM_6163 [Error initializing variables and parameters for the paritition.].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: CMN_1761 [Timestamp Event: [Mon Nov 19 21:01:52 2007]].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: TM_6226 [ERROR:  Failed to initialize session [SDE_ORA_Product_Category_Derive_Full]].
    ERROR : LM_36320 [Mon Nov 19 21:02:08 2007] : (2108|2632) Session task instance [SDE_ORA_Product_Category_Derive_Full]: Execution failed.
    When i checked the parameter file i can see the value assigned to the $DBConnection_OLAP. The same tasks ran successfully when i ran the ETL process for Complete 11.5.10 for the first time. I did not change anything after that and also all these are came built-in with the installation of Oracle BI Applications.
    Please anyone give me an idea what is causing the problem.
    Thanks,

    in DAC > Run History > Task Details, query
    Name = SDE_ORA_Product_Category_Temporary
    Open Status Description, look for string -lpf, the file after it is the actual parameter file DAC send to INFA server. E.g
    -lpf D:\DACTOPUS\Informatica\parameters\SDE_ORAR12_Adaptor.SDE_ORA_Product_Category_Temporary.txt
    Open the parameter file, most likely the [session_name] does not match with SDE_ORA_Product_Category_Derive_Full or some parameters are missing.

  • Fatal Error: missing resource: java.util.PropertyResourceBundle =Urgent

    Hi all,
    In the JSP ,if I include the statement <%@ page import="jack.samples.*" %>
    it is throwing following error:
    This is the Error Message from the Exception:
         Server caught unhandled exception from servlet [BaseServlet]: Server caught
         unhandled exception from servlet [CategoryDisplay]: Server caught unhandled
         exception from servlet [jsp]: Fatal Error: missing resource: java.util.PropertyResourceBundle
         I am using Websphere 3.5 on Windows NT.
         can somebody please help me what is going wrong here ???I am stopped at
         this problem for last 2 days.
    Thanks
    Jack

    Hi,
    Finally I was able to resolve after adding this jar file to the classfile
    path of the application.
    Now,I am trying to access use linkTable.add(new Item(222,"222","333",12.33)) in JSP.
    where linkTable is a LinkedList.
    It fails giving following error:
    This is the Error Message from the Exception:
    Server caught unhandled exception from servlet [BaseServlet]: Server caught unhandled exception from servlet : Server caught unhandled exception from servlet [jsp]: Compilation of "softproduct.jsp" failed: d:\ibm\WAServer\temp\default_host\WCSServlets\_jameco_2F_softproduct_2E_jsp_jsp_2.java:824: No constructor matching Item&#40;int, java.lang.String, java.lang.String, double&#41; found in class jack.samples.Item. linkTab.add&#40;new Item&#40;2222,"222","222",22.33&#41;&#41;&#59; ^ Note: d:\ibm\WAServer\temp\default_host\WCSServlets\_jameco_2F_softproduct_2E_jsp_jsp_2.java uses or overrides a deprecated API. Recompile with "-deprecation" for details. 1 error, 1 warning
    I dont understand why it is failing to add Item object to LinkedList.
    can somebody help me in the forum in this regard.
    Thanks
    Jack

  • Error: missing ] after element list Source File: javascript:%20[object%20XULElement] Line: 1, Column: 9 Source Code: [object XULElement]

    Can you help me out in letting me know what this means and how I can fix this? I found it in my tools menu under error console. It was listed as a warning, but then there was a option to highlight and evaluate the original warning message that was listed as
    Warning: Expected color but found 'null'. Error in parsing value for 'background-color'. Declaration dropped.
    Source File: http://www.msn.com/
    When I cut and pasted message in the code evaluate box and pressed enter the warring message became an error then stated:
    Error: missing ; before statement
    Source File: javascript:%20Warning:%20Expected%20color%20but%20found%20'null'.%20%20Error%20in%20parsing%20value%20for%20'background-color'.%20%20Declaration%20dropped.%20Source%20File:%20http://www.msn.com/%20Line:%200
    Line: 1, Column: 10
    Source Code:
    Warning: Expected color but found 'null'. Error in parsing value for 'background-color'. Declaration dropped. Source File: http://www.msn.com/ Line: 0
    I am writing to ask for guidance on what to do and how to fix this.
    I current have Firefox as my default browser. I have IE 9 and Windows 7 home ed on my HP lap top that has AOL preloaded into it as the mail provider. I am a beginner user and when I got the computer my cousin set up Mozilla and Firefox as a search browser and I like it.
    I also have norton security

    I think, the problem is with the order (in configuration file) of path to search headers:
         /opt/oracle/product/10g/10.2.0/precomp/admin/pcscfg.cfg
              sys_include=(/usr/include,/opt/freeware/lib/gcc/powerpc-ibm-aix6.1.0.0/4.2.0/include)
              include
              include=(/usr/include)
              include=(/opt/freeware/lib/gcc/powerpc-ibm-aix6.1.0.0/4.2.0/include)
    In the filesys:
         ./usr/include/sys:
         -r--r--r-- 1 bin bin 17786 Aug 13 2007 types.h
         ./opt/freeware/lib/gcc/powerpc-ibm-aix6.1.0.0/4.2.0/include/sys:
         -rw-r--r-- 1 root system 18288 Mar 22 2008 types.h
         mode_t came from:
         #include <sys/types.h>
    sys/types.h:
         * POSIX Extensions
         typedef unsigned int uint_t;
         typedef unsigned long ulong_t;
         * POSIX and XOPEN Declarations
         #if defined(_LP64) || defined(_I32LPx)
         typedef uint_t mode_t; /* file attribute type */
         #else
         typedef ulong_t mode_t; /* (historical version) */
         #endif

  • Photoshop v7.0 I get the error "missing or invalid personalization information"  This used to run, I'm now on Windows 7 64 bit.  Anyone have any ideas please?  Thanks.

    I get the error "missing or invalid personalization information"  This used to run, I'm now on Windows 7 64 bit.  Anyone have any ideas please?  Thanks.

    Hi,
    If my memory serves me right (it’s some while since I changed and I have not used Photoshop for some years…) I was running it on XP.  I upgraded to Win 7 on  a new machine but ported across files, programmes etc.  I cannot recall if Photoshop ever ran on Win 7.
    I have tried to reinstall but the CD is warped and despite applying pressure to it neither of my drives likes it.  I have Photoshop 7 on my third hard drive, a portable drive, which came from the XP machine.
    Sorry, long-winded but I hope it helps.

  • Use of layout when more than one parameter - Error Missing Parameter Values

    Hi,
    Is it possible to use a crystal report which has more than one parameter as the layout for the bill of materials report.
    I have 3 parameters
           1. DocKey@       The Bill of Materials to be printed
           2. Number of levels to be printed
           3. type of levels to print.
    When I try to print it gives me the error Missing Parameter Values.
    I have tried changing the DocKey@ to CodeKey@ but the same error.
    Does anyone now where to find a list of these tokens?
    Thanks
    Chris

    I looked at the crystal report conversion to try to find what parameters it used and found none.
    I have managed to create and use a crystal report to replace the production order using DocKey@ as the parameter.  This works within SAP.  However I have converted the system production order to crystal reports and from the converted report I cannot see any parameters at all.
    How and where can you find out what paramters you need to use to replace any PLD report?  Several reports have multiple selection criteria before the report prints.  How can you find out what their tokens are called?  I am starting to pull my hair out.  I am getting great help from this forum, but do you know any documentation which actually explains this area.
    Thanks
    Chris

  • Error Missing Parameter Values

    I am very inexperinced in VB and ASP.Net.
    That being said I have used forums and tutorials to develop the code below.
    In the code I have hard coded some values to be passed to the report for testing...see num_inv and ser_inv.
    When I run the code I get an error "Missing Parameter Values".
    If I remove the lines that setparamervalues and turn on the enableparamaterpromt the report works fine and I can manually enter the values and see my completed report.
    More Details...
    The Crystal Report uses an ODBC connection to a SQL Server.  I am only using one view to feed the report and there are no subreports.  I am buidling the web app in VS2010 with the crystal reports version for VS2010 installed.
    Dorry if I didn't give enough information...I don't know what else is relavant.
    Any help would be greatly appreciated!
        Private Const PARAMETER_FIELD_NAME_1 As String = "Invoice"
        Private Const PARAMETER_FIELD_NAME_2 As String = "Serial"
        Private Sub WebForm2_Init(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Init
            ConfigureCrystalReports()
        End Sub
        Private InvoiceReport As ReportDocument
    Private Sub ConfigureCrystalReports()
            Dim num_inv As Integer
            Dim num_ser As Integer
            num_inv = 880822
            'Request.QueryString("inv")
            num_ser = 1
            'Request.QueryString("ser")
            InvoiceReport = New ReportDocument()
            Dim reportPath As String = Server.MapPath("S36 Invoice.rpt")
            InvoiceReport.Load(reportPath)
            InvoiceReport.SetParameterValue(PARAMETER_FIELD_NAME_1, num_inv)
            InvoiceReport.SetParameterValue(PARAMETER_FIELD_NAME_2, num_ser)
            CrystalReportViewer1.ReportSource = reportPath
        End Sub

    I would start by enabling the parameter prompt and passing the parameters in code.  You will only be prompted for the parameters that did not receive an acceptable value.  This will let you see if your code to set the values is working for one or neither of your parameters.  Calling the setparametervalues method will not return an error if the value isn't accepted. 
    Also, make sure your datatype is the same as defined in the report, and make sure you have no differences in the parameter names.  Note, if the parameters are automatically created in the report because they came from a stored procedure, you need to include the @ symbol in the name as you see in the designer.

  • Error: Missing Parameter Values on

    I've started experiencing the "Missing Parameter Values" error on a report containing a subreport. All of my other reports can export just fine, but just not the one with the subreport. The report (and the subreport) both use a stored procedure to retrieve their data, with 4 parameters. The first three parameters are linked directly from the report to the subreport. The 4th parameter is optional, and is linked to the subreport with a Formula Field.
    When I delete the subreport, the report exports just fine, so the issue is definitely with the subreport ?configuration?
    I'm using Visual Studio 2005, with Crystal Reports for VS 2005. I've been searching the forums, and I downloaded and installed a package: crnet20win32x86_en_chf.zip, but it didn't solve my problem. Just to be sure, I restarted and installed it with nothing running, in case that could be a factor.
    Is there anything I can do to work through this? Any other fix I'm missing?
    Thanks
    Alex

    Thanks for the tip. I did that just now, and I found the [Hot Fix|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233313339333533393334%7D.do]
    That particular Hot Fix describes my situation exactly, in that a report Stored Procedure parameter is "supposed" to be passed on to the Subreport. However, the Hot Fix describes prompting, which isn't occurring in my case, since I'm exporting the report entirely in code. My situation is just the error, Missing Parameter Values.
    In any case, I've already run that entire Hot Fix package (twice), and I've found that I have 2 of the crpe32.dlls. Neither one is the version specified in the Hot Fix, (Version 10.2.0.1256). The second dll listed below seems to be of a version prior to the Hot Fix, I don't know if it could be the reason why it still doesn't work after applying the Hot Fix.
    C:Program FilesCommon FilesBusiness Objects2.7Bin (Date 1/11/2007, version: 10.2.0.1624) and
    C:Program FilesCommon FilesCrystal Decisions2.5Bin (Date 10/5/2005, version: 10.0.5.1177).
    I've checked all the versions of references in my projects, and they all reference the 2.7 dlls, but I'd like to know if there is a way to replace the 2.5 version, just in case.
    As far as the other search results, they hinted at things I've already tried. What else can I try?
    Thanks,
    Alex

  • Error Missing parameter values - I get this in 11g app server only

    Hi.. I had an application in JSP-Struts, previously on 10g app server.  I now migrated the code into 11g. 
    I get the error on CrystalViewer.jsp 
    Error
    Missing parameter values
    Steps that lead up to the error:
    The very first time anyone enters the application and clicks a submit button on the jsp, after entering data and/or picking from drop menus, the error shows up on a separate page (thrown by crystalViewer.jsp)
    When I get this error, and click the browsers back button, and simply click the submit button on the jsp screen again, the reports work fine (like they do in 10g).
    Tried the following:
    I used log4j and followed the data as it made its way from Struts to Crystal Factory.  But once it gets out of Struts, and forwards to Crystal, I receive the error from the CrystalViewer.jsp
    Next, I removed code in struts-action, that used crystal factory to 'set parameter', and didnt send any parameters, letting my crystal report bring back some random records.. And this works even the first submit!  So the problem is only when I have to send parameters to crystsl
    Additional info:
    I do not send any null values across, since I read on these forums that folks were having issues with setting nulls etc... I check for null and then force 'All' in the parameter if the user does not enter data or pick from the drop-down.
    I need help resolving this . Thanks and have a great day.
    (Are there any changes to be made to the Struts config, or any additions to Web.xml? Should Crystal reports be changed in anyway so they can function like they did in 10g?)

    The Crystal SDK doesn't know or care that you're using Struts. 
    The exception is stating you're not setting parameters. 
    So wherever you're trying to set parameters, whatever's reaching the viewer don't have them set.
    Why not trace the workflow to see what's where?
    Sincerely,
    Ted Ueda

  • OER 11.1.1.7 - Asset Navigator doesn't open with an Error - Missing Required permissions attribute in main jar

    Hi,
    I have installed OER-11g version 11.1.1.7 and am successfuly able to open Asset Editor , ImpExp utility and also could harvest SOA and OSB components.
    Issue 1:
    However while trying to open the Navigator of the harvested components in OER console, a new window opens with two sections ( top and bottom). The top one which is a diagram view doesn't open with an error - Missing required permissions attribute in main jar: http://localhost:7101/oer-web/applets/components.aler-thinkmapclient-11.1.1.7.0.jar.
    Please find the screenshot below.
    Issue #2 : While trying to browse for the Assets from OER console. The below error is seen ( missing permissions for components.jexplorer-11.1.1.7.0.jar)
    Could someone direct me on how to solve this issue. Appreciate your help !
    Thanks and regards,
    Sridhar.

    It works for me after I did a small tweak by as mine is a demo install.
    Idea - is to make an security exception for the OER url in Java control console
    Steps to do that :
    1.Go to the control panel and uninstall the 64 bit version of Java
    Open Programs and Features and select the 64 bit version of Java and select Uninstall.
    2.Open up the Java Control Panel
    Found as an option in the standard windows control panel
    3.Check the version by clicking on the About Tab
    If this is not what you expected you can go to java.com and download the latest version.
    4.Click on the Security Tab in the Java Control Panel
    5.Click on the Edit Site List button in the lower RH corner of the control panel
    6.Add your URL to be allowed
    Enter the full path that you use to access this such as https://myequallogics.com or the IP address if that is how you access it (as in http://192.168.0.100 - Https is recommended by Oracle.) Once complete hit OK. You should now see the exception on the security page.
    7.Close out of the control panel.
    8.You can now acess your site through the browser window.
    Thanks to Java error: Missing required Permissions manifest attribute in main jar - Spiceworks for letting me know this.
    regards,
    Sridhar

  • "java ODBC Microsoft Access Driver Syntax error (missing operator) in query

    Hi I am new to java and I am getting this error message when using java to access and insert data into an MS Access database.
    "java ODBC Microsoft Access Driver Syntax error (missing operator) in query expression"
    The commands are
    String insertCommand = "INSERT into MetricOutput(A1,A,DRR,DeRR,RE,WDRR,WDeRR,WRE,ARF,SRF,HRF,WARF,WSRF,WHRF,SDC,WSDC,MAR,WMAR,H1,H11,H2,H21,cluster) "+
                             "VALUES("+comMappedCount+","+stdCount+","+DRR+","+DeRR+","+RE+","+WDRR+","+WDeRR+","+WRE+","+ARF+","+SRF+","+HRF+","+WARF+","+WSRF+","+WHRF+","+SDC+","+WSDC+","+MAR+","+WMAR+","+H1+","+H11+","+H2+","+H21+",+array)";

    "VALUES("+comMappedCount+","+stdCount+","+DRR+","+DeRR+","+RE+","+WDRR+","+WDeRR+","+WRE+","+ARF+","+SRF+","+HRF+","+WARF+","+WSRF+","+WHRF+","+SDC+","+WSDC+","+MAR+","+WMAR+","+H1+","+H11+","+H2+","+H21+",+array)";After looking at your post in the editor, I see what your real query looks like.  You realize that ",+array[i])" is part of the query, right?  And not actually looking at your Java array?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • [ODBC Microsoft Access Driver] Syntax error (missing operator)

    Aello' - as you can see in my database table their are two
    records to delete based on the HISTORY_ID of 1. This was working
    just fine when I was using a MS SQL Server database but when I
    switched to the MS Access database I get this error now.
    Is their a syntax difference?

    mikeap wrote:
    > Attached code. Clearly their are records to delete, what
    am I missing?
    >
    > Using MS Access database.
    >
    > [Macromedia][SequeLink JDBC Driver][ODBC
    Socket][Microsoft][ODBC Microsoft
    > Access Driver] Syntax error (missing operator) in query
    expression
    > 'R_PROJECT_MEDIA WHERE Media_ID IN (1)'.
    >
    > <cfquery datasource="tbar">
    > DELETE R_HISTORY_MEDIA
    > WHERE History_ID IN (#FORM.pHistory#)
    > </cfquery>
    DELETE
    FROM R_HISTORY_MEDIA
    WHERE History_ID IN (#FORM.pHistory#)
    Jochem
    Jochem van Dieten
    Adobe Community Expert for ColdFusion

  • Syntax error (missing operator) in query expression works in sql

    Hi guys,
    I am having a problem with this query in Access 2007, it runs
    fine in MSSQL.
    I get this error when I run it.
    [Macromedia][SequeLink JDBC Driver][ODBC
    Socket][Microsoft][ODBC Microsoft Access Driver] Syntax error
    (missing operator) in query expression
    'tbl_skuoption_rel.optn_rel_Option_ID = tbl_skuoptions.option_ID
    INNER JOIN tbl_skus ON tbl_skuoption_rel.optn_rel_SKU_ID =
    tbl_skus.SKU_ID INNER JOIN tbl_products AS p ON
    tbl_skus.SKU_ProductID = p.product_ID'.

    Access may require parenthesis ( ) around the JOINs when
    joining more than two tables

  • Feedback about glitches, misbehaviors errors, missing features, bugs

    I couldn't find a thread where I could submit feedback about glitches, misbehaviors errors, missing features, bugs (and things of that nature) encountered when using Edge and needed a place where I could collect them writing about them as they happen and before I forget.
    This is not a whishlist, rather simply a place where I'd like to send feedback and hopefully get clarifications on something that may be a non working feature, erratic behavior or a bug.
    That said here is the first one of them:
    Where: Edge Animate > Library>Assets
    What: Impossible to remove from the list the folder and/or assets
    When: Always
    How: After adding asset (add an image to the composition) remove the image from the composition. Then if you would like to remove that asset, there isn't an option to do so. The contextual menu only offer one choice "Reveal in Finder" (on a Mac) which is basically reading the path of the asset and opening the containing folder for the selected asset.
    Only removing the file or folder from the location (which Edge has stored as a path) would yield a removal from the list of the Library>Asset The item will be removed from the list when, upon right clicking and selecting "Reveal in Finder" Edge will not find the asset and ask the user if they want to reload the content of that list which basically will refresh the pointers and if the asset won't be found then the entry for it will be removed from the list. (Quite a cumbersome hoop-jumping just to remove an asset from the list)
    Why: Users wanting to manage and update the content of the Assets may want to see some listed but may want to ignore other entries that have been replaced with different assets, but they want to keep the files within the folder where they were originally placed.
    For instance adding images 001.jpg through 100.jpg  and later removing all odd images or even ones from the composition, the Library will still list them in the assets unless removed from that folder "physically" and placing them somewhere else doing an "update" in the library pane later as explained above. Leaving the unused assets in the list when not necessary adds to clutter and having to perform a manual workaround to update the UI isn't very efficient
    (a minor missing feature... not a feature request to start this feedback thread)
    Hope this helps keep track of issues, but if there's a better way/system, will be glad to use that instead.
    Cheers!
    tfbkny

    Bug Reporting (is there anywhere users can provide feedback about bugs/program's glitches?)
    Not knowing where to list what would appear to be bugs/glitches I'll keep adding them here and hopefully someone at the Edge Team will look into it eventually as time allows
    Issue: Min W in Symbols' stage property won't stick to percentage.
    To reproduce behavior:
    - Create symbol,
    - Double click to edit created symbol,
    - When in Symbol Edit mode, click on the stage (once),
    - Edit the Min W of the symbol's stage properties on the left "Properties" panel,
    - Without changing the value (which will be zero), toggle px to percentage,
    - Save your project,
    ...et voilà by magic the property you just toggled reverts itself to px
    (To make it stick apparently it's necessary to change the value in the text field then toggle px to % and it will be properly kept when saving.)
    side note: I don't know if that's something that can be a factor in causing the glitch, but each time a project is saved and a the user is "inside" a symbol's stage, the values in the properties panel will display the main stage properties and then will go load again the properties of the symbol being edited.
    Cheers!
    tfbkny

  • Issue sourcing from Microsoft Access - Syntax error (missing operator)

    I apologize if this has been discussed before. I used the search and went through 7 pages of results, but didn't see a similar issue.
    I'm using Windows 7, ODI 11.1.1.5.
    I'm trying to source from a local MS Access DB to an Oracle DB.
    The session fails pretty much immediately (on step 3) - trying to pull data from the source table.
    "Syntax error (missing operator) in query expression"
    The source table is very simple and for this test I'm using no joins. Literally a 'select * from'.
    However - when I look at the SQL generated - it's wrong. It's got duplicate lines in the SQL and not all columns selected have a comma after and before the next column.
    If I run it direct on Access - I get the same error.
    If I clean up the SQL - it'll run fine on Access.
    I'm using the SQL to Oracle LKM.
    I wondered if it was something with the ODBC driver - so I've tried other versions of ODBC drivers for MS Access, and even switched the database itself from the Office 2007 format, back to 2003, and tried a driver for that.
    Same result.
    If I go to the model and right click and look for the data in the table - it displays fine. So obviously ODI can connect and see the data...
    So I guess my questions are:
    - is the SQL to Oracle LKM the correct one to source from Access ? I've even gone into it and specified MS Access as the source. Same result.
    - if it is the right one - what's going on ?? I've got to assume other people are pulling data from MS Access. Why the garbage SQL ? Clearly I'm missing something.
    - and finally - worst case - but is there a way for me to overwrite the SQL being generated so I can correct it myself. This will be a PITA since I'll be source from a bunch of tables - but at least it might be a temporary stop gap...
    thanks

    I'm going to mark this as closed for now. I solved the SQL issue. It was to do with the way the tables / fields were named and how the fields were being brought into the workflow. Tidying up there fixed the problem.
    Getting past that brought me to several other issues which I'm still working through. The current is an Invalid Fetch size error - but that appears to have been resolved in patch Doc ID: 13528165 in ODI 11g (ver 11.1.1.5.0)
    given the initial issue that I'd raised is no longer a concern - I'm closing.
    Edited by: 940843 on Jun 15, 2012 1:27 PM

Maybe you are looking for

  • SSL in Soap receiver communication channel

    Hi, I have a webservices that works fine in Soap UI. The webservice provider uses the SSL, but works like a web browser, doesn´t need to install a certificate before access the webservice. But when i try to use SAP PI using the soap receiver communic

  • Is this repairable

    My HP PSC2410 Photosmart All-in-One usb port is broken where it was soldered to the circuit board.  All the other functions scanning, copying and faxing work beautifully.  Is this a  problem that costs little enough to make it worthwhile to repair an

  • Tight VNC / Vista ...black sreen when accesed from work

    i set up tightvnc on my macbook pro running vista ...when i arrived at work and accesed my laptop at home all i saw was a black screen anyone else have this problem ?

  • 1 = 0.99999999999999999999999999

    1 / 3 = 0.33333333 multiply both sides by 3 1 = 0.99999999 QED

  • Content on this page requires a newer version of Adobe Flash Player...What??

    Hi, I have a really enoying problem here, please help me out! I have built my personal webpage in Flash CS3/AS3. I did some updates today, changed some pictures and stuff. Now when I upload and replace the previous *.swf on the server, and try to loa