C++ build error with LabVIEW DLL

Hi, I'm a student at UC Irvine learning to use LabVIEW.  I am working on a practice project for which I have to use a PID system to control the temperature of an object.  Things are starting to get a little messy with nested control statements, loops, etc., so I figured I'd export a LabVIEW DLL with all the hard to code stuff, such as interfacing with my instruments, and plotting data or whatever, and do the number crunching and keeping track of stuff in C++.
The DLL file I made in LabVIEW went off without a hitch as far as I can tell, but when linking it to my C++ test program (which at this point is just including the LabVIEW's .h file for the DLL and an empty main() function), I get a lot of build errors.  I am using Dev-C++ which uses g++ to compile the code.
Here is a pic of my build errors:
Solved!
Go to Solution.
Attachments:
LabVIEW_compile_error.JPG ‏184 KB

Normal windows apps are not as forgiving about where you can put your DLL as LabVIEW. You have to have a DLL either in the direcotry where the executable file itself resides (that would be your build directory, not the source directory), the windows or system directory, or any directory that is set in the PATH environment variable. Anythin else will most likely not work, or at least not reliably.
No need to add the cintools directory into your include file paths nor the library file paths. you would only need that if you decided to let the DLL export native LabVIEW data types in which case you would need the LabVIEW manager functions to prepare the correct data buffers.
Rolf Kalbermatter
Message Edited by rolfk on 07-30-2009 07:49 AM
Rolf Kalbermatter
CIT Engineering Netherlands
a division of Test & Measurement Solutions

Similar Messages

  • Application Builder error in LabVIEW 7.0

    I am maintaining some legacy code in LabVIEW 7.0.  I have recently (perhaps within the last month or so) been getting Error 1003 in Dist Copy Non-VI Files.vi (part of App Builder) when building my code.  I've done some testing, including trying to build much simpler VIs, and get the same error.  Curiously, this occurs on multiple (Windows XP SP3) machines, both "real" and "virtual", including on two of three installations on a single PC (so it is not hardware-dependent).
    I have a strong suspicion that the problem is neither my code nor LabVIEW itself, based on the following logic:  1) This problem arose on multiple PCs at about the same time (i.e. I don't recall seeing this a few months ago, now I see it on almost all of my PCs).  2) There are two PCs where I do not see this error -- when I check the LabVIEW installation files between a PC that "works" and one that doesn't, the differences seem (to me) to be small, more related to "what did I do most recently" or "how much of MAX did I install, which drivers".  (3) Using or not using OpenG in my code mades no difference, nor does turning off Anti-Virus scans.
    I tried two other things.  First, I have a VM that I recently build (which I think is significant) that has both LabVIEW 7.0 and LabVIEW 7.1.  The build fails with LabVIEW 7.0, but succeeds with LabVIEW 7.1.  In addition, I found a VM, built a year ago and "sitting idle", with LabVIEW 7.0 on it.  I fired it up, did not allow Microsoft Update to update anything, and tried the build with LabVIEW 7.0 -- it worked!
    My current working hypothesis is that some "patch" installed by Microsoft (.NET? ActiveX?) has clobbered something in the LabVIEW 7.0 Build Application.  Unfortunately, the VIs that make up this application are password-protected, so I can't see "inside" to discover what file or other condition is responsible for the error message.
    Does anyone have any ideas or suggestions?  [Don't suggest "Upgrade to 7.1" -- I'm the only "maintainer" of multiple PCs and multiple applications, some of which run on systems "belonging" to other people.  I am in the process of rewriting the code in "modern LabVIEW" (2011) and will port it widely, but until then, it's not practical (or "politically correct") to make the 7.0 -> 7.1 shift ...  Besides, my curiousity is piqued!]
    Bob Schor
    Solved!
    Go to Solution.

    Good point.  The reason for my "laser beams" is several fold.  First, I follow a written protocol (I wrote it!) whenever I install or re-install LabVIEW 7.0, so I'm pretty sure that all of the installations "should be consistent" (if not identical).  Second, I compared two NI folders in Program Files between a version that worked and one that didn't, and while there were differences, it seemed "not likely" to be an explanation.  Third, I'm 99% sure that at least one of the systems that now cannot build (of the eight installs, all by me, that I've checked, only three worked, and one was on a PC that hadn't been turned on in over a year, hence was certainly not updated) was able to build previously (i.e. I don't recall seeing this problem until about a week ago, when I started re-building an update to my legacy application).  It is possible that this problem was always present on these systems, but doesn't seem likely.
    Nevertheless, before the beginning of next week, I plan to take one of my "failing" systems, uninstall LabVIEW (but not change the OS in any way), reinstall it, and see if I can build.  If this still fails, I'll take the "old" system I mentioned above and start bringing it "up to speed" until I "break" the App Builder.  Note that it is possible that MicroSoft is not to blame -- I have other software (such as editors, utilities like WinZip, etc.) that have also been updated, and one of them might have clobbered the Builder.
    Will let you all know what I find.
    Bob Schor

  • Building classes with labview (version 8+).

    Just wondering if it is possible to build classes with labview and how this applies, starting a new project and want to design the software to be easily maintained.  I would like to be able to Inherit vi modules and possibly override portions of the inherited vi.  Also if anyone has any experience trying to impliment OOD features and can provide any feedback.  In addition are there any suggested standards to adhere to for labview development that might increase readability.  thanks Paul.

    svt4cobra6 wrote:
    Just wondering if it is possible to build classes with labview and how this applies, starting a new project and want to design the software to be easily maintained.  I would like to be able to Inherit vi modules and possibly override portions of the inherited vi.  Also if anyone has any experience trying to impliment OOD features and can provide any feedback.  In addition are there any suggested standards to adhere to for labview development that might increase readability.  thanks Paul.
    Come on now! Do you you really think you can get a good answer with such a broad question?
    If you are uisng LabVIEW 8.2 or better then LVOOP is what you want to look into.
    LAVA has a forum devoted to OOP in LV and can be found here. If you are not uisng LVOOP then that site is your best resource for help.
    At this link you will find a document that talks about what went into LVOOP.
    If you are an old time OOP type you will probably be disapointed that the is no "call by refence" (yet) and you will have to "roll-your-own" if you want a design that uses Active Objects.
    I believe there is a style guide built into the LV help.
    Did I cover the main points?
    Ben
    BTW "LVOOP" = LabVIEW Object Oriented Programming and is often pronounced like it is a french word "la-voop".
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Cannot build application with labview 7.0

    I had built application previously using labview 6.X while some of the V.I. are without block diagrams, but I couldn't do that any more with labview 7.0 as a error will be prompted, why is this happening & are there difference in application builder between labview 7.0 and previous version? Must I load those V.I. without block diagrams dynamically now ?

    Unfortunately it is impossible to build application with newer version with VIs without block diagrams, which saved in oldest version.
    from ni web site:
    "National Instruments does not recommend saving VIs without block diagrams because LabVIEW needs the block diagram to recompile the VI after an upgrade. When you upgrade LabVIEW, you must find a version of the VI that includes its block diagram to recompile it. Such a version did exist before the block diagram was removed because it is impossible to create a new VI without a block diagram."
    "Based on that information, it should be clear that once a VI is saved without diagrams:
    You cannot open or run the VI on any other version of LabVIEW, older or newer."
    More information:
    http://digit
    al.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/00a6bacda1c01a0786256b60006163e7?OpenDocument
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/28c4cb0cf83e1a1d862566e2007a2a9c?OpenDocument
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/fee732f4b1541b9586256bf0006a78ca?OpenDocument
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/0649a3350de20aa186256d91007b3d61?OpenDocument

  • Server 2008 R2 Terminal Server c0000005 and c0000006 errors with KERNELBASE.dll error in RDP sessions.

    We installed a new Server 2008 R2 server this spring. It is configured as a Terminal Server with 16 Wyse t10 thin clients connecting with RDP. We are a small resort so we run Springer Miller Host and SpaSoft. Ever since moving from PCs to the thin clients
    and TS we have been seeing SpaSoft randomly crash with KERNELBASE.dll errors and also a lot of c0000005 and c0000006 errors. Springer Miller support says its a Microsoft Networking issue so no help there. The company we worked with to install this has no clue
    so I hope to reach out to this community to solve this. I can also open support case with Microsoft Support but I am not sure if they will be of any help. Here are some examples of the errors:
    "Event 1000
    Faulting application name: SpaWin.exe, version: 3.4.0.0, time stamp: 0x2a425e19
    Faulting module name: KERNELBASE.dll, version: 6.1.7601.18409, time stamp: 0x53159a86
    Exception code: 0x0eedfade
    Fault offset: 0x0000c42d
    Faulting process id: 0x3718
    Faulting application start time: 0x01cf9ac7922487e9
    Faulting application path: \\spasoft\spaapps\TermServ\SpaWin.exe
    Faulting module path: C:\Windows\syswow64\KERNELBASE.dll
    Report Id: cfdcf9a9-06ba-11e4-a5af-000c298d9aa5"
    Also:
    "Faulting application name: VH.EXE, version: 18.80.430.0, time stamp: 0x3f73b447
    Faulting module name: VFP8R.DLL, version: 8.0.0.3117, time stamp: 0x3f73c232
    Exception code: 0xc0000006
    Fault offset: 0x0001d598
    Faulting process id: 0x2bc8
    Faulting application start time: 0x01cf99297ee1742f
    Faulting application path: J:\HOSTPLUS\fxp32\VH.EXE
    Faulting module path: J:\HOSTPLUS\fxp32\VFP8R.DLL
    Report Id: 5fbc65c4-055c-11e4-a5af-000c298d9aa5"
    And:
    "Faulting application name: SpaWin.exe, version: 3.4.0.0, time stamp: 0x2a425e19
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc0000005
    Fault offset: 0x00000000
    Faulting process id: 0x2aa0
    Faulting application start time: 0x01cf988e6770e619
    Faulting application path: \\spasoft\spaapps\TermServ\SpaWin.exe
    Faulting module path: unknown
    Report Id: 01029179-04b9-11e4-a5af-000c298d9aa5"
    There are no network specific errors in any of the logs. I am thinking that SpaSoft needs to be run as an administrator but I am not sure how to do that in this environment. We have disabled DEP for all but essential Windows processes. All of the firewall
    and AV has been completely disabled, and still getting these errors. Is there a way to run these applications as admin without the user actually being an admin? Should I go ahead and open a Microsoft support case? Thanks

    Hi,
    Thank you for posting in Windows Server Forum.
    Explanation
    The indicated program stopped unexpectedly. The message contains details on which program and module stopped. A matching event with Event ID 1001 might also appear in the event log. This matching event displays information about the specific error that occurred.
    User Action
    If an error report was generated for this error, you might be able to obtain more information about the error by sending the report to Microsoft for analysis.
    Yeah, you can open a support case with Microsoft as they will help and guide you for proper solution. You can go through
    this source article.
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Error with php_oci8.dll

    Hi everyone.
    I have the following error with the php_oci8.dll (apache error log):
    PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\Program Files (x86)\\PHP\\ext\\php_oci8.dll' - %1 is not a valid Win32 application.\r\n in Unknown on line 0
    There are the current configuration:
    php.ini:
    [PHP_OCI8]
    extension=php_oci8.dll
    Set:
    ALLUSERSPROFILE=C:\ProgramData
    APPDATA=C:\Users\saud.gonzalez\AppData\Roaming
    CLIENTNAME=BOGGONZAS01P1
    CommonProgramFiles=C:\Program Files\Common Files
    CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    COMPUTERNAME=CT1APLMICURAR01
    ComSpec=C:\Windows\system32\cmd.exe
    DEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Users\saud.gonzalez
    JAVA_HOME=C:\Program Files (x86)\Java\jdk1.6.0_02\bin
    LD_LIBRARY_PATH=C:\oracle\client\11.1.0\instantclient
    lib=C:\Program Files\SQLXML 4.0\bin\
    LOCALAPPDATA=C:\Users\saud.gonzalez\AppData\Local
    LOGONSERVER=\\CT1APMICSENDC1
    NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
    NUMBER_OF_PROCESSORS=4
    OS=Windows_NT
    Path=C:\oracle\client\11.1.0\instantclient;C:\Program Files (x86)\PHP\;C:\oracle
    \client\11.1.0\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Pr
    ogram Files (x86)\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Microsoft
    SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\
    binn\;C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files
    (x86)\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (
    x86)\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\;c:\Program Files\M
    icrosoft SQL Server\90\DTS\Binn\;C:\Program Files (x86)\Java\jdk1.6.0_02\bin
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    PHPRC=C:\Program Files (x86)\PHP\
    PROCESSOR_ARCHITECTURE=AMD64
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=170a
    ProgramData=C:\ProgramData
    ProgramFiles=C:\Program Files
    ProgramFiles(x86)=C:\Program Files (x86)
    PROMPT=$P$G
    PUBLIC=C:\Users\Public
    SESSIONNAME=RDP-Tcp#0
    SystemDrive=C:
    SystemRoot=C:\Windows
    TEMP=C:\Users\SAUD~1.GON\AppData\Local\Temp\1
    TMP=C:\Users\SAUD~1.GON\AppData\Local\Temp\1
    USERDNSDOMAIN=DATACENTER.LOC
    USERDOMAIN=DATACENTER
    USERNAME=xxxx
    USERPROFILE=C:\Users\xxxx
    VISUALSVN_SERVER=C:\Program Files (x86)\VisualSVN Server\
    VSEDEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection
    windir=C:\Windows
    The current config:
    IBM x3650
    Windows 2008 Server Standard
    Apache 2.2.4
    PHP 5.2.10
    Oracle Client
    Thanks in advance.

    Hey,
    I'm French so i'll try to explain in my best english.
    I had the same problem. And i solved it.
    In fact i change the dll because the one which php install give us is not compatible.
    I choose the one which is provides with wampserver 2.0i.
    php_oci8_11g.dll
    with instantclient_11_1g
    Next i'll create environnement variables
    NLS_LANG=FRENCH_FRANCE.WE8ISO8859P15
    TNS_ADMIN=d:\oracle
    and in path variable add the way to the instantclient11_1
    D:\oracle\instantclient_11_1
    Then i restart the server and lucky all services start and run perfectly.

  • Random FB build errors with FXGs

    I'm having issues with random build errors.  When one of these errors occurs, it always says it has trouble with an FXG class. 
    Error text is this:
    "In initializer for 'mxmlContent', type FXGClass is not assignable to target Array element type mx.core.IVisualElement."
    This seems to be a similar problem that someone else posted: http://forums.adobe.com/thread/929171 but their solution didn't work for me.
    The solution from the linked thread, renaming/creating a duplicate of the file with the FXGs in it, didn't work.  Renaming ANOTHER file in my code base did.  One that did not contain FXGs.  (We use subversion and I systematically rolled back until the code base built error free and slowly deduced the affecting file).
    Now occasionally we are having the errors with a completely new file with an FXG icon.  The first file had FXGs delared in MXML, this new one declares it in AS.  Both FXGs are put into the layout via MXML.  Sometimes commenting it out, building, commenting back in, building works....but not always.  If we go edit some code in another file elsewhere, it will sometimes clear the error and build fine. 
    This error is driving us nuts as we have no idea what the trigger is.  We have a fair number of FXGs in the code base for visual elements.  We use common code accross Web, Desktop and Mobile projects.  Sometimes they all build fine, sometimes they all error, sometimes only some projects error.  There seems to be no consistancy when the build errors occur.
    Using Flash Builder 4.6 (on Windows 7)
    Flex SDK 4.6
    AIR SDK 3.3 (though errors occur on a Web build too)
    We've made new Workspaces and brought in the sub-versioned code and it still occurs (on two seperate machines), so it seems to point to a code base trigger.  I'm stumped where to start.  When it first started occuring, no extra FXG files or classes that refer to them were created.
    Any help would be greatly appreciated.

    I've seemed to have narrowed it down the file with the FXG Icon in it.  It seems that when I disclude the file from the project it renders correctly.  If used I get the weird compile errors.  I'm not sure why this specific file is causing this.  I'm concluding it may be a corrupted in some way and I will have to rebuild it from scratch to narrow down the issues.
    Removing the FXG from  the file itself doesn't help. 

  • Deployment error with LabVIEW 8.0 using a Desktop PC as a RT Target

    Hello!
    I am attempting to use LabVIEW Real-Time 8.0 with a desktop PC as the RT Target.
    Everything appears fine when I look at the computer using MAX. I can fiddle with the Target’s IP, install software and transfer files between my Windows machine and the RT machine without any difficulties.
    To get started with LabVIEW I have followed the instructions in NI’s document: "Getting Started with the LabVIEW Real-Time Module".
    ( A copy may be found at this location: http://www.ni.com/pdf/manuals/371375a.pdf )
    My difficulties arise under the "Creating a Real-Time Project and Application" subsection, which begins on page 8 of the document.
    I follow the instructions to create a project using the Real-Time Project Wizard and all goes well – I can connect to the target without issue in LabVIEW and monitor its performance with the Real-Time System Manager – until I try to deploy and run the VIs on the RT Target.
    The deployment process fails nearly without exception every time I try to deploy any of the dependent VIs using the Project Explorer (I say nearly because maybe 1/100 times a VI is deployed successfully). I believe all the permissions have been properly set (in both LabVIEW and Windows) to allow the host and the target to communicate and collect data so I am not sure what the problem is.
    Interestingly enough, VILIB dependencies always deploy successfully -- And the intrigue does not end there! If I build a standalone Real-Time application (like that detailed on pages 18-21 of the manual linked above) I am able to deploy to the RT Target. Setting the application to run on startup, the RT computer successfully reboots and is able to generate a sine wave and I can view using the host VI on My Computer.
    I would like to be able to build and deploy VIs freely using the Project Explorer but am not sure how to achieve this seemingly simple goal. If anyone has encountered a problem similar to mine even feels that they know if the problem is related to hardware or software the help would be much appreciated.
    Thanks,
    Tom

    Bob,
    My System uses Windows XP. I use MAX 4.0.0.3001 to install software on the Real-Time computer. I am using LabVIEW 8.0 to deploy VIs to the Real-Time System. Also, if its any help, I am a D-Link DGE-550T Gigabit Ethernet Adapter.
    The Remote System uses LabVIEW Real-Time 8.0. Note that a fair amount of software to add functionality to the system has also been installed here from My System via MAX.
    Here is an example of how my Deployment fails:
    I follow the instructions in "Getting Started with the LabVIEW Real-Time Module" and create a project using the Real-Time Project Wizard. (The contents of such a program may be viewed in a picture that is included in the ZIP file I have attached.)
    I open the LVPROJ window and proceed by connecting to my RT device. I right click on the target and choose 'Connect'.
    A Deployment window will pop up and display the following text:
    Deploying RT (successfully deployed target settings)
    I close the window and proceed to deploy my primary VI titled 'target - multi rate - variables - fileIO.vi. I right-click on the target and choose to deploy. Again, a deployment window will pop up - this time with the following text:
    Deploying My Computer
    Deploying variables - network - RT.lvlib
    Deploying variables - network - RT.lvlibistop \\192.168.1.2\ variables - network - RT\stop.
    Deploying variables - network - RT.lvlibidata \\192.168.1.2\ variables - network - RT\data.
    Deploying RT (successfully deployed target settings)
    Deploying support - acquire data.vi (3.20K)
    Deploying Trim Whitespace.vi Failed to download Trim Whitespace.vi
    The deployment usually, but NOT always, fails on Trim Whitespace.vi. In any case, the deployment will always fail for some VI and continue to fail in the same manner until My System is rebooted. Attempting to individually deploy any of the VIs also fails the vast majority of the time and if any VI fails it will continue to do so (...until a hard reboot, in which case it may or may not fail assuredly).
    Attached to this post is a ZIP containing all the files associated with this RT Project (not including the libraries of dependencies associated with LabVIEW, of course).
    If you feel that more information about hardware or software in use would be useful, please ask.
    Thanks,
    Tom
    Attachments:
    LabVIEW RealTime Project.zip ‏193 KB

  • PhoneGap for iOS build error with Dreamweaver CS5.5, PhoneGap 1.2, XCode 4.2.1 (4D502)

    Hi, I was trying to build and emulate a PhoneGap project with following environment, but it failed:
    OS X Lion 10.7.2
    Adobe Dreamweaver CS5.5 (11.5 Build 5344)
    PhoneGap 1.2 (I updated from DW's original version following this instruction)
    The build of application failed to complete successfully. This is the link of the log file I got: log file
    Following is my screenshot on Application Setting:
    I wonder this may involve in updating PhoneGap to latest version. But could you help me pass this problem?

    Hi Peter, Thank you for your solution.
    First of all, it is very good that your error log and mine one is same. But I found the line you mentioned in Camera.h file already code like this:
    @property (nonatomic) enum DestinationType returnType;
    So I wonder do I need to remove 'enum' or not. Could you give me any suggestion?

  • 500 - Internal Server Error with webgate.dll on IIS6

    I have an instance of OAM setup on IIS6. All the security policies are working fine. However, when a user get's an authorization failure, instead of displaying that Oracle Access Manager Denied page, i get a HTTP 500 Internal Server Error. The url in the browser window is pointing to http://hostname/access/oblix/apps/webgate/bin/webgate.dll.
    However, when i refresh the page, i get:
    "Bad Oracle Access Manager Request
    The URL = NULL is reserved for use by Oracle Access Manager and has been used with incorrect parameters."
    Any ideas as to why this is happening?
    Thanks,
    Raj

    Are you still facing the issue.?
    If so please make sure if you have defined any authorization failure URL in the policy Domain.
    If not please define a authorization failure URL and verify the issue. If you have already defined authorization failure URL then please ignore this update.
    Regards
    Prabash

  • JDeveloper Build Error with JDK1.3beta

    Dear JDev Team,
    I have a project that uses SQLJ and has been compiling fine with both JDK1.2.2 and 1.3beta. This morning it stopped working. There have been no great code changes. Once it fails using 1.3beta it will also fail using 1.2.2.
    There error message in the window is as follows. Your help would be very much appreciated, as this project cannot be built.
    Many thanks,
    Richard
    JniPortal for D:\Program Files\JDeveloper 3.0\java1.2\jre\bin\ferrari\jvm.dll reported
    InnerClasses attribute
    java.lang.IncompatibleClassChangeError: InnerClasses attribute
    int sqlj.runtime.profile.util.CustomizerHarness.customizeProfile(sqlj.runtime.profile.util.ProfileIOContext)
    void oracle.jdeveloper.sqlj.TranslatorInternal.customizeProfiles(borland.compiler.interfaces.Log)
    void oracle.jdeveloper.sqlj.TranslatorSystemImpl.customizeProfiles(borland.jbuilder.jipcbmj.portal.ComLog)
    void oracle.jdeveloper.sqlj.TranslatorSystem_JavaDispatch.invoke(int, borland.javaport.JavaCallStack)

    Richard,
    SQLJ is not supported with JDK1.2 in JDev 3.0:
    (from the release notes)
    Using SQLJ under JDK 1.2
    The 8.1.5 SQLJ version distributed with this release of JDeveloper only supports JDK 1.1.X, it does not run under JDK 1.2. A future version of SQLJ will support JDK 1.2
    Having said that it looks like you have it working anyway :-)
    There have been no great code changes. Once >it fails using 1.3beta it will also fail >using 1.2.2.Try the following :
    -Locate the output directory from Project|Project Properties
    -Close JDeveloper
    -Go to the output directory and delete all the classes and profiles related to your SQLJ project
    -Restart JDev and recompile
    Hope this helps.
    Regards,
    Arun
    null

  • Error with PSAPI.DLL during installation of SOA Suite

    Hi,
    During installation, when progress bar is 99%, the installer send the message "javaw.exe: The procedure entry point GetProcessImageFileNameW could not be located in the dynamic link library PSAPI.dll". The installation continues and it seems that finish correctly.
    When i try to register the Integration server form JDev the BPEL Identity Service send the error "java.net.ConnectException:Connection refused: connect"; just like the problem in Thread: Issue Registering ESB app from JDev (Issue Registering ESB app from JDev
    I will appreciate any help, and sorry for my english.
    Jorge,

    Hi Ramana,
    Thanks for your post. The file is already located in C:\windows\system32. When the installer send me the message i checked with Process Explorer and the version that the installer use is the one located in the temp directory of the installer.
    My system Windows XP SP2 IE7.
    Thanks again,
    Jorge.

  • How do I fix this error with MSVCR80.dll

    I keep getting an error message saying  MSVCR80.dll is missing. Please help.

    Solving the iTunes Installation Problems in Windows
    1. Apple has posted their solution here: iTunes 11.1.4 for Windows- Unable to install or open - MSVCR80 issue.
    2. If the Apple article does not fully resolve the problem for you, then try Troubleshooting issues with iTunes for Windows updates - MSVCR80.

  • Error with oracore10.dll !!!!

    Hello all,
    We are implementing a home grown application.
    The APP server is MS 2003 and uses IIS 6.0 and contains Oracle Runtime Client 10.2.0.4
    The database is 10.2.0.4 on 2 node RAC on Solaris 10.
    When we started the UAT, the APP server(IIS) gets hanged at times for around 2-3 mins and would return back as if nothing has happened. This occurs very often. We used the DebugDiag from MS to trace the IIS and took the dump and in it, it seems like a request goes to the DB server and it gets timed out. There are no "timeout" things mentioned at the database side (profile as well as sqlnet.ora).
    Below is the message from DebugDiag tool.
    The following threads in w3wp.exe__DefaultAppPool__PID__4880__Date__04_17_2009__Time_03_18_24PM__171__IIS_COM+ Hang Dump.dmp are making a database operation using ADO.
    The call to MSADO15!CCOMMAND::EXECUTE originated from vbscript!CatchIDispatchInvoke+46
    ( 25 28 29 )
    7.50% of threads blocked
    Detected possible blocking or leaked critical section at 0x02bafe28 owned by thread 37 in w3wp.exe__DefaultAppPool__PID__4880__Date__04_17_2009__Time_03_18_24PM__171__IIS_COM+ Hang Dump.dmp
    Impact of this lock
    5.00% of threads blocked
    (Threads 32 39)
    The following functions are trying to enter this critical section
    oracore10!sltsmna+f
    The following module(s) are involved with this critical section
    D:\oracle\product\10.2.0\client_1\BIN\oracore10.dll from Oracle Corporation
    Thread 32 - System ID 4208
    Entry point msvcrt!_endthreadex+2f
    Create time 4/17/2009 3:18:08 PM
    Time spent in user mode 0 Days 00:00:00.671
    Time spent in kernel mode 0 Days 00:00:00.343
    This thread is waiting on critical section 0x02bafe28 which is owned by thread 37
    Function Source
    ntdll!KiFastSystemCallRet
    ntdll!NtWaitForSingleObject+c
    ntdll!RtlpWaitOnCriticalSection+1a3
    ntdll!RtlEnterCriticalSection+a8
    oracore10!sltsmna+f
    oranl10!snltmgms+59a5
    oranl10!nltrcwrite+49
    orantcp10!snttclose+5619
    oran10!ztvull+1e58e
    oran10!nsrdr+7f
    oran10!nsdo+407
    oran10!nsbrecv+1a
    oran10!nioqrc+14d
    oracommon10!ttcdrv+2c5
    oran10!nioqwa+39
    ORACLIENT10!upicui2+761
    ORACLIENT10!upicui2+1a2
    ORACLIENT10!upiosd0+2be
    ORACLIENT10!upipi0+1c2f
    ORACLIENT10!upiosd+29
    ORACLIENT10!ocisq7+55
    msorcl32!ServiceOCIWorkRequest+be
    msorcl32!OCIWorkerThreadFunc+57
    msvcrt!_endthreadex+a3
    kernel32!BaseThreadStart+34
    Thread 39 - System ID 5960
    Entry point msvcrt!_endthreadex+2f
    Create time 4/17/2009 3:18:23 PM
    Time spent in user mode 0 Days 00:00:00.00
    Time spent in kernel mode 0 Days 00:00:00.00
    This thread is waiting on critical section 0x02bafe28 which is owned by thread 37
    Function Source
    ntdll!KiFastSystemCallRet
    ntdll!NtWaitForSingleObject+c
    ntdll!RtlpWaitOnCriticalSection+1a3
    ntdll!RtlEnterCriticalSection+a8
    oracore10!sltsmna+f
    oranl10!snltmgms+59a5
    oranl10!nltrcwrite+49
    oran10!ztcrprocfini+2b76f
    oran10!osncon+1e7
    ORACLIENT10!kpuatch+4f9
    ORACLIENT10!upicui2+a7d
    ORACLIENT10!upikgt+502
    ORACLIENT10!upikgt+55a
    ORACLIENT10!kpuleqr+a3c1
    ORACLIENT10!kpuleqr+beff
    ORACLIENT10!kpuleqr+be5a
    ORACLIENT10!upilog+75
    ORACLIENT10!ocirlo+11f
    msorcl32!ServiceOCIWorkRequest+10e
    msorcl32!OCIWorkerThreadFunc+57
    msvcrt!_endthreadex+a3
    kernel32!BaseThreadStart+34
    Does anyone have any clue on what will cause these kind of problem ?
    Is it that a request is made to the DB server and there comes a timeout and IIS hangs ?
    TIA,
    J J

    Hello Greg,
    I checked the Bug 7585970, and the patch you mentioned is for "Error Updating A Long Raw Column Greater Than 64 kb".
    We do not have any long columns and our situation is different.
    Again we ran the DebugDiag and we always get this
    Thread 55 - System ID 4948
    Entry point       msvcrt!_endthreadex+2f
    Create time       4/22/2009 12:39:34 PM
    Time spent in user mode       0 Days 00:00:00.015
    Time spent in kernel mode       0 Days 00:00:00.00
    This thread is waiting on data to be returned from another server via WinSock.
    The call to WinSock originated from orantcp10!snttclose+227 and is destined for port 1521 at IP address 10.108.123.13
    Function       Source
    ntdll!KiFastSystemCallRet      
    ntdll!NtWaitForSingleObject+c      
    mswsock!SockWaitForSingleObject+3a      
    mswsock!WSPRecv+203      
    ws2_32!WSARecv+77      
    orantcp10!snttclose+227      
    orantcp10!nttini+cec      
    oran10!ztvull+1e58e      
    oran10!nsrdr+7f      
    oran10!nsdo+407      
    oran10!nsbrecv+1a      
    oran10!nioqrc+14d      
    oracommon10!ttcdrv+2c5      
    oran10!nioqwa+39      
    ORACLIENT10!upicui2+761      
    ORACLIENT10!upirtrc+42      
    ORACLIENT10!kpudbcx+c9b      
    ORACLIENT10!kpuleqr+3d785      
    ORACLIENT10!upifcn+1d      
    ORACLIENT10!ocifen+44      
    msorcl32!ServiceOCIWorkRequest+88      
    msorcl32!OCIWorkerThreadFunc+57      
    msvcrt!_endthreadex+a3      
    kernel32!BaseThreadStart+3410.108.123.13 is the DB server. The DB server is working good and there are no err or trace files in the DB server.
    Even when IIS and IIS Server hangs, i can login to the the DB server from my PC using the same credentials used by the application.
    Any clue ??
    TIA,
    J J

  • Error with cpeaut32.dll

    By installing my project in visual.net 2005 shows the following error: "Module C:Program Files. . .cpeaut32.dll fail to register". My questions is: ¿Got to do with Crystal Reports?, ¿How do I solve it?.
    Thanks in advance for your valuable assistance.
    Greetings from Costa Rica

    Hi
    Please refer to the below links
    http://www-01.ibm.com/support/docview.wss?uid=swg21160395
    http://forums.devx.com/archive/index.php/t-123984.html
    Hope this helps!!!
    Regards
    Sourashree

Maybe you are looking for