DOMUserDefRef.dll

Hello Everyone,
I am currently having a problem with building an executable that is interchanging data with a XML file.
I can build the application and when trying to run it, I get an unidetifieable error messages from Windows telling my that my application has to be shutdown due to an error with the file DOMUserDefRef.dll.
It seems to me that the file is missing, ALTHOUGH it is included in the <data> subdirectory of the build.
I then tried to add it manually with including the paths "C:\Programs\National Instruments\LabView 8.6\resource\DOMUserRefDef.dll" and "C:\Programs\National Instruments\LabView 8.6\resource\nixerces27.dll"into the "My Computer"section but this didn't help either. In the build specifications the two above mentioned files are always included and copied into the <data> subdirectory. When looking into the dependencies, the name DOMUserDefRef.dll is also mshown, but without a path specified.
I have included the lvproj file and hopefully somebody can tell me what is wrong or missing here.
Attachments:
Configurator.lvproj ‏11 KB

Seems like this has been independantly reproduced! as explained here
Add the following vi to your project and see if things improve
ALSO: Note yet another occurance of the context help not updating!  Whats the vi name in the title bar? Now look at the Context Help banner "Untitled 3.vi" 
Jeff
Attachments:
ID10T.vi ‏24 KB

Similar Messages

  • Trouble with DOMUserDefRef.dll

    Everytime I work on any VI that interacts with xml functions, I get a warning that DOMUserDefRef.dll is being loaded from an unexpected path. It is extremely annoying. It will pop-up as many as 7 times in a row before allowing me to work. It also will occur sometimes when I try to edit a VI's icon.
    I've tried repairing the Labview installation, but that did not help.
    Attachments:
    Screen Shot 2013-01-17 at 3.57.33 PM.png ‏42 KB

    Hi thutch, 
    Sorry about that. Here are the important parts of the post:
    1) Was the DOMUserDefRef.dll ever copied from its original location into a new location?
    2) Was the Internet Toolkit folder ever copied or moved to a new location?
    3) When LabVIEW was installed, was it installed to the default location? Or was it installed to a special directory?
    This issue may be due to the XML parser VIs, which are read only. Normally if you open a project and it loads a dll from a new location, it will save that new location and you won't get the warning anymore. However, the XML parser VIs are read-only. Therefore, the project can't update the dependencies for the XML parser VIs (such as New.vi). I would like to see if you can create a new project and avoid the problem. Please try the following:
    1) Restart LabVIEW
    2) Create a new empty project
    3) Create a new VI in the project
    4) In the blank VI, drop down New.vi on the block diagram (from Programming » File I/O » XML » XML Parser palette)
    5) Save the VI, and save the Project
    6) Close the Project
    7) Restart LabVIEW
    8) Open the Project that you just created. Do you still get the warning?
    If you don't get the warning about DOMUserDefRef.dll, then mass-compile your original project in LabVIEW. To mass compile, pleasefollow these instructions: http://zone.ni.com/reference/en-XX/help/371361H-01/lvhowto/mass_compiling_vis/
    I hope this helps.
    David S.

  • Deployment missing DLL

    OK, I'll ask.  What are we doing wrong in our deployments?
    We do use a custom model that leverages xml files for....many things.
    Steps to reproduce:
    Deploy a Workspace that dependeds on xml for a workspace that contains a Lvproj that does not use DOMuserDefRef.dll (Athough the model does) and all vi's that use xml are broken.  Not the vi's in the workspace lvproj.   The model custom vi's, including those in vi.lib!
    Add Dummy.vi to open and close a xml file to the LabVIEW project and the vi.lib vi's are no longer broken... but the model vi's are!  The deployment still fails.
    Add the Dummy.vi to the TS Workspace, the Dummy.vi and the model.vis are broken.
    Add Step.DummyAction to MainSequence with a call to Dummy.vi (do not report) all is well........
    I really would like an explaination of what we could do better.
    Jeff

    Norbert_B wrote:
    Jeff,
    i don't know if this is connected by any means, but there is some coincidence.
    Does it help?
    Norbert
    Not really, I have a work-around.  So, for right now I good (Meaning it only took 3 man days to deploy what should have work the first time )
    Does it help NI to resolve the issue?
    "Jinkies! a clue." - Velma Dinkley
    Jeff

  • Deployment problem and DOMUserDef​Ref.dll

    Hi,
    I'm having a problem with deployment. I took over a project from a co-worker. When we use the same build description, in his executable build the DLL  DOMUserDefRef.dll is included, but not in my builds.
    I detected this only when the end user (our customer) tried to run the program built by me, and it failed mysteriously. Of course, the built executables run just fine on my machine.
    It is perhaps worth noticing that on his machine, the preview includes the DLL and on mine of course not. The DLL is in my dependencies, though. But if I look at the file view, there is already a difference: on my machine the DLL is shown without a path, on his it has the path to the <run-time>\resources directory. I've checked that the DLL is NOT in the %PATH% on my machine.
    I can of course somehow add the DLL by hand to the build and distribute it, but I really want to understand what is happening here. Both computers used to build the executable are Windows 7 / 64 Bit with LabVIEW 2011 SP1f2 / 32 Bit, and I just cross-checked that the projects are identical by just copying it from his machine.
    Can anyone sched some light on what may be happening here?
    Thanks,
        Joerg
    Certified LabVIEW Architect, S.E.A. Datentechnik GmbH
    Solved!
    Go to Solution.

    joergh wrote:
    On a first look, I can reproduce this problem on two PCs having LV2012 installed. The PC on which it builds OK doesn't have 2012. So far, so good. But why should a LV2012 installation break builds in LV2011 ?
    There is only one App Builder.  If you are primarrilly working in a version that is not the latest installed on the machine its usually "Best Practice" to not install the later App Builder since you never know when those little details can rear up and bite you.
    To downgrade the app builder, uninstall the app builder only and reinstall from the older media.
    Jeff

  • XML Load Document in EXE does not run

    LV 8.0 (or 8.01).
    This has got to be a trivial installation problem. I wrote a simple VI that reads in an XML file using the XML Load Document vi. It runs like a charm. I then built an exe. Loading the exe results in the following set of errors:
    Unable to Locate Component
    This application has failed to start because xerces-c_2_2_0.dll was not found. Re-installing the application may fix this problem.
    This is then followed by:
    LabVIEW: Resource File not found
    The file 'DOMUserDefRef.dll' is not a valid LabVIEW file
    As it turns out, I just received my 8.01 CDs, so why not? I installed the upgrade, repaired the internet toolkit, sprinkled some distilled water on my keyboard, but the problem did not go away. I then un-installed ALL of LabView, re-installed 8.00, did the hokey pokey, problem is still there.
    Am I missing some vital step? If so, I would love to find out where this is documented.
    I've reduced the problem to just having the XML Load Document vi connected to the Close Reference VI. See the attached VI.
    Thanks,
    fredb.
    Attachments:
    XMLBug.vi ‏13 KB

    Hi Casey;
    The XML Load Document is part of the XML ToolKit - that comes with the Internet Toolkit from NI. I'm not sure how I can post NI's toolkits here. They are available in the Toolkit CD (part of the Professional Suite). (I tried to get a screen shot in here - can't even do that!).
    I'll attach a sample XML Doc I've created. It is created by parsing the LVPROJ file in order to find all the dynamic VI's. I'll build one based on a very simple demo project and attach it here. I was able to parse most of it by using the get tag method, but when I went to use the get value - that would always return a blank string - so I gave up, found an example using the internet toolkit - and off I went.
    I do have a workaround (not too elegant) - I create a simple text file each time I write the XML file. I then read the txt file from within the EXE.
    Thanks for looking into this. I did get a pointer from my excellent field engineer (Lesley Yu) who suggested I take a look at...
    http://digital.ni.com/public.nsf/websearch/694A29D​C644542BC86256E29007CCAC1?OpenDocument
    This recommends I explicitly register the dll. I have not had a chance to try this. I did completely uninstall LV and re-install it. That wasn't it.
    Thanks again,
    fredb.
    Attachments:
    Demo.zip ‏1 KB

  • Running workbook from .bat fails to start application missing CORE40 dll

    I have been running several workbook via windows task scheduler / vbscript &/or bat files.
    I now have a new box which I access thru Remote Desktop Connection, so I can run all these automated updates without having my screen blinking everytime a shedule workbook starts.
    If I click on the actual Discoverer icon, or the discoverer workbook shortuct, all works well.
    If I click on the .bat file, or try to run the workbook via the cmd , it gives me the following error:
    DIS4USR.EXE – Unable To Locate Component
    “this application has failed to start because CORE40.DLL was not found. Re-installing the application may fix this problem.”
    The dll is under c/orant/bin/core40.dll, which is where I've read it should be, and it works fine in my regular box...
    Please help! URGENT :)
    Thanks!

    Hello
    Check the PATH environment variables for the machine you are on and the one you are connecting to.
    You might not have Discoverer's objects in the PATH.
    Another possibility is that you have more than one piece of ORACLE software on the machine and you may need to also set the ORACLE_HOME within the BAT file.
    Best wishes
    Michael

  • TS1368 I'm a PC user with an itunes account for several years. I updated my itunes and now it wont open and shows me 'missing file MSVCR80.dll,and error 7(Window error 126)' keep coming up even after re-installing itunes . What should i do?

    I'm a PC user with an itunes account for several years. I updated my itunes and now it wont open and shows me 'missing file MSVCR80.dll,and error 7(Window error 126)' keep coming up even after re-installing itunes . What should i do?

    Click here and follow the instructions.
    (98897)

  • I was updating Firefox from version 6 to version 7, after updating I tried to open Firefox and the message I got is this: This application has failed to start because xul.dll was not found. How can I fix this?

    I was updating Firefox to the newest version 7.0.1 from version 6.0.2 I think it was, I clicked the restart Firefox button that always comes up after updating. It started updating and then Firefox never restarted like it was supposed to after it was done updating. I then tried to open Firefox and it told me "This application has failed to start because xul.dll was not found." I did have Firefox crash on maybe about 30 minutes or so earlier which bothered me because I have been using Firefox for years and never had it crash on me before but I didn't think much of it at the time it happened because I was able to go back onto Firefox and finish what I had been working on. A while later I checked for updates and updated. The first time I tried to update it didn't work though so I had to shutdown Firefox and reopen Firefox and start the update a second time. It was after the second time that when I tried to open Firefox I got that message about failing to start because xul.dll can't be found. I filed a crash report when my Firefox crashed. This would have been around 1am-2am in the morning that Firefox first crashed and then wouldn't allow me to open it after updating. I have a DELL laptop running the Windows XP operating system but the laptop is probably at least 6 or 7 years old. The laptop will no longer charge so I always have to have it plugged into an outlet. Both my laptop hard drive and my external hard drive give me messages that I am running out of disk space on my hard drive. I bought this laptop 6 or 7 years ago second hand so it could be even older. In short it's a piece of crap and it gives me all kinds of issues but I currently can't afford a new one, but I have never had any problems with Firefox and I use Firefox more than any other aspect of my laptop so it's really really bothering me. May you please help me fix it?

    Unfortunately I tried that and it didn't work. Thanks for the help though. I tried to uninstall and it said I couldn't because the file is corrupt or something, but I think I finally got it uninstalled and/or deleted or whatever, but now I try to reinstall/download it again from the beginning and I can't. No matter what I do I can not get Firefox working again. No matter how many times I try to redownload it. Any other suggestions?

  • Mozalloc.dll A firefox plug in container has stopped working. I can't get firefox to work for more than 2 mins. before crashing. How do I make this stop?

    AdapterDeviceID: 0x9712
    AdapterDriverVersion: 8.861.1.2000
    AdapterSubsysID: 164c103c
    AdapterVendorID: 0x1002
    Add-ons: %7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D:33.1.1
    AvailablePageFile: 13967405056
    AvailablePhysicalMemory: 6222434304
    AvailableVirtualMemory: 3783245824
    BIOS_Manufacturer: Hewlett-Packard
    BlockedDllList:
    BreakpadReserveAddress: 46661632
    BreakpadReserveSize: 41943040
    BuildID: 20141113143407
    CrashTime: 1417153956
    EMCheckCompatibility: true
    EventLoopNestingLevel: 1
    FramePoisonBase: 00000000f0de0000
    FramePoisonSize: 65536
    InstallTime: 1416895140
    Notes: AdapterVendorID: 0x1002, AdapterDeviceID: 0x9712, AdapterSubsysID: 164c103c, AdapterDriverVersion: 8.861.1.2000
    D2D? D2D+ DWrite? DWrite+ D3D11 Layers? D3D11 Layers+
    ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
    ProductName: Firefox
    ReleaseChannel: release
    SecondsSinceLastCrash: 175
    StartupTime: 1417153798
    SystemMemoryUsePercentage: 25
    Theme: classic/1.0
    Throttleable: 1
    TotalPageFile: 16630353920
    TotalPhysicalMemory: 8316153856
    TotalVirtualMemory: 4294836224
    URL: https://support.mozilla.org/en-US/questions/new/desktop/fix-problems/form?search=mozalloc.dll&step=aaq-question
    Vendor: Mozilla
    Version: 33.1.1
    Winsock_LSP: MSAFD Tcpip [TCP/IP] : 2 : 1 : %SystemRoot%\system32\mswsock.dll
    MSAFD Tcpip [UDP/IP] : 2 : 2 :
    MSAFD Tcpip [RAW/IP] : 2 : 3 : %SystemRoot%\system32\mswsock.dll
    MSAFD Tcpip [TCP/IPv6] : 2 : 1 :
    MSAFD Tcpip [UDP/IPv6] : 2 : 2 : %SystemRoot%\system32\mswsock.dll
    MSAFD Tcpip [RAW/IPv6] : 2 : 3 :
    RSVP TCPv6 Service Provider : 2 : 1 : %SystemRoot%\system32\mswsock.dll
    RSVP TCP Service Provider : 2 : 1 :
    RSVP UDPv6 Service Provider : 2 : 2 : %SystemRoot%\system32\mswsock.dll
    RSVP UDP Service Provider : 2 : 2 :
    useragent_locale: en-US
    This report also contains technical information about the state of the application when it crashed.
    AND:
    A plugin container for firefox has stopped working.
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: plugin-container.exe
    Application Version: 33.1.1.5430
    Application Timestamp: 54656826
    Fault Module Name: mozalloc.dll
    Fault Module Version: 33.1.1.5430
    Fault Module Timestamp: 54654321
    Exception Code: 80000003
    Exception Offset: 00001425
    OS Version: 6.1.7600.2.0.0.256.1
    Locale ID: 1033
    Additional Information 1: 0a9e
    Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
    Additional Information 3: 0a9e
    Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
    Read our privacy statement online:
    http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

    Try creating a new Profile by following the steps from [[Managing Profiles]] [[Troubleshooting extensions and themes]] and also [[The Adobe Flash plugin has crashed]]

  • Error while calling a DLL

    Hello Everyone,
    I have made a dll and calling that dll in LabVIEW.
    When I select a functioni n that dll, in the window where we get the Function Prototype, I am getting some unusal charcters like "?", "@@YAHXZ"  "void ?FindNodesNm@@YAHXZ(void);"
    In the above dll FindNodesNM is a function which i am trying to call
    Can anyone tell me why this is so?
    Thanks in advance
    Avni

    If I remember correctly I think this has to do with the way you're exporting the symbols for your functions. I did a quick check in the NI KnowledgeBase and came up with this article, which discusses extra symbols in function names if you don't use extern "C" when definining the symbols to export.

  • When I plug in my Ipod touch to my computer a warning appears "The program cant start because MSVCR80.dll is missing."  I can not access my Itunes library.  Also, an "error 7 Windows error 126" appears as well.  Any ideas?

    When I plug in my Ipod Touch to my computer I can not access my Itunes library.  The following message appears "The program cant start because MSVCR80.dll is missing."  Also, another message appears as well - "Error 7  Windows error 126" as well as APSDaemon.exe.
    I have NO IDEA what the heck to do.
    Any ideas?
    Thanks!

    Issues installing iTunes or QuickTime for Windows
    solving MSVCR80
    iTunes 11.1.4 for Windows: Unable to install or open
    Troubleshooting issues with iTunes for Windows updates

  • Unable to render video in PSCS4 - Error Messages- QT DLL Issue??

    I started this thread in the Adobe Forums for PhotshopCS4, but the consensus there was that my issue is a QuickTime issue, perhaps with a DLL and iTunes. I have included a few of those suggestions at the end of the post. I have tried uninstalling QT Pro, cleaning and reinstalling with no improvement. I have not removed iTunes and reinstalled.
    `````````````````
    I am unable to render video it seems in Photoshop CS4 Extended. Despite having the latest QuickTime Pro installed and all updates to Vista 32 bit and to CS4 Design Premium, I get the following error message:
    "The procedure entry point CFCreateApplicationRepositoryPath could not be located in the data link library CoreFoundation.dll"
    This happens when, for example, I load 100 medium resolution JPEGs as an image sequence and choose File >Export > Render Video.
    If I OK through the error a couple of times I get a screen with output options, but usually some are greyed out. When I CAN put in QuickTime settings and choose export I get the following error:
    "Could not complete the Render Video Command because of a program error."
    When I have opened a support case with Adobe it has regularly been closed after being told to get QuickTime 7.2 or higher. GGGrrrr. I have QT 7.6.5 Pro installed.
    Any help much appreciated....I do have Premiere Elements 7 installed as well FYI.
    Thanks! System Info below:
    Adobe Photoshop Version: 11.0.1 (11.0.1x20090218 [20090218.r.523 2009/02/18:02:00:00 cutoff; r branch])
    Operating System: Windows Vista 32-bit
    Version: 6.0 Service Pack 2
    System architecture: Intel CPU Family:6, Model:15, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2
    Physical processor count: 4
    Processor speed: 2400 MHz
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: GeForce 9500 GT/PCI/SSE2
    OpenGL Drawing: Enabled.
    Video Card: NVIDIA GeForce 9500 GT
    Video Mode: 1920 x 1080 x 4294967296 colors
    Video Card Driver: nvd3dum.dll,nvwgf2um.dll,nvwgf2um.dll
    Driver Version: 8.17.11.9562
    Built-in memory: 3070 MB
    Free memory: 1180 MB
    Memory available to Photoshop: 1632 MB
    Memory used by Photoshop: 80 %
    Image cache levels: 4
    Serial number: removed
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS4\
    Temporary file path: C:\Users\Phil\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
    C:\, 289.2G, 122.5G free
    E:\, 298.1G, 50.0G free
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS4\Plug-ins\
    Additional Plug-ins folder: not set
    Was your QT properly installed with correct privileges? As Mr. Cox said, it seems there is an issue with your QT install. also, in the QT system control panle, enable the Allow Encoding using Legacy CoDecs option. this often fixes the weirdest issues (as it also catches a number of other legacy calls to QT components)...
    Mylenium
    Thanks guys- the QT install SEEMS fine....? I will try allowing legacy CODECs and if that doesnt ehlp I will totally uninstall QT Pro, clean the registry, reboot and install QT from the top. Will let you know how I get on with this.
    Phil
    I have enabled using legacy CODECs and restarted, same error message.
    I have completely uninstalled QuickTime(Pro), run CCleaner to clear files and the registry...I have then rebooted, reinstalled Quicktime(Pro) 7.6.5, rebooted. I get the very same error message at that time.
    Any further suggestions appreciated.
    All the google searches point directly at Apple like Chris pointed out. I noticed that there were a lot of Apple product hits but the most standing out was itunes. Did you happen to install itunes software (or some other Apple product) and maybe itunes over-wrote the .DLL? Other then that thought I don't have any other input.
    I agree this is an issue with an Apple DLL. The error you're getting suggests that the wrong version of the DLL is being used. It means that the thing that is rendering the video is expecting the CoreFoundation DLL to have a particular function called CFCreateRepositoryPath but it's not there.
    What could be happening is that there are multiple instances of this DLL on the computer and the PATH is leading to the wrong one.
    You might search your entire hard-drive and find where the CoreFoundation DLL exists and what version each is. If there is only one version, then perhaps your version of QuickTime is actually too new. Photoshop 11.0.1 came out a long time ago, and the version of QuickTime referred to in the support-ticket-closure response is also pretty old, so maybe the newest QuickTime is using a newer version of the DLL that Photoshop knows how to deal with.
    Searching my system for CoreFoundation. there is one smaller version of the DLL in Apple Application Support dated in November and then several larger ones in directories dealing with mobile phones like the iPhone, which I don't have one of, dated a few months earlier.
    I'm guessing the iPhone stuff came with iTunes, which I do have installed, though I don't really use it.
    Thanks for looking, really hoping for some help here.

    "The procedure entry point CFCreateApplicationRepositoryPath could not be located in the data link library CoreFoundation.dll"
    Thanks for all the detailed information, pw. It's very helpful.
    Okay, the most recent versions of QuickTime require a fully functional Apple Application Support in order to run properly. You're getting a problem with one of the Apple Application Support dlls. So the best thing to do first would be to uninstall both Apple Application Support and QuickTime, and then reinstalling QuickTime (which should reinstall a fresh version of Apple Application Support).
    There's 7/Vista 32-bit instructions for doing that in the following post:
    http://discussions.apple.com/thread.jspa?messageID=10760492&#10760492

  • CMSS3D is not working !!!! after modding teh shell32.dll PLEASE HELP

    ? hello there,
    i have a question...why does cmss3d uses the shell32.dll in system32?
    cause i wanted to edit my shell32 to have a new icons, etc...
    so, when i change the shell32, even i change onnly one icon, the cmss3d is not working anymore...
    as sonest i change the shell32 back to its original, even without restart, the cmss3d is working again like it should!!
    so how can i fix this...what is creative even doing with this file?
    PLEASE HELP me, i need to do some modification to shell32.dll...
    but i also need cmss3d to work...can maybe someone can tell me what the cmss3d is loking for in the shell32.dll so i can make a workaround or something...cause this is related to all creative x-fi users..!!
    greetz, BGViruS

    H? ha, lets say it like that..
    i talked with people from MS..and they said it shouldnt happen..
    Creative is the only soundcard maker that has a prob with that...
    if you guys would make your software better than betas it wouldnt happen..
    anyway i asked you guys something that still no one answered..
    question: for what reason does the cmss3d modul uses the shell32 ?
    thats what i wanted to know so i can change it.
    no other software like from realtek and so on hass no prob with that..and chancing a pic in the shell32 isnt coruppting system files, ask MS for yourself...
    so, please answer my question, why is cmss3d using the shell32 and in what way...
    thats all i want to know. after that you can close this threat...
    if you are really a serious manufacter then help me insted of talking bull**bleep**
    greetz

  • I moved itunes file to external hard drive and want to move the file on my pc to recycle bin. When I move i get an error message that it cannot delete ituneshelper.dll access is denied. Can I move that file to the recycle bin?

    I am trying to free up space on my pc and moving itunes files to external hard drive. I have followed instructions and believe I have file copied to new drive, but I am having trouble moving file to recycle bin as the instructions say. I am getting the following error message: cannot delete ituneshelper.dll:access denied, make sure disk is not full or write protected and file not in use. I know the file is not in use when trying to move. Any help would be most appreciated. I am on Windows XP.

    Yes. And you should not have moved that folder. Put it back. To move your iTunes library move the folder from User's Music.
    tt2

  • How to fix applepushservice.dll issues for downloading iTunes on Windows 7 64 bit

    I recently had iTunes crash on my home PC, Windows 7 64-bit.  I have tried several attempts to uninstall and reinstall the program and it still does not work and I receive error messages.  The latest:  The program can't start because ApplePushService.dll is missing from your computer.  Try reinstalling the program to fix the problem.  Problem is, the articles that I have seen state this is an Unknown source and my firewall will not allow it to be installed.  The original error was a Windows Error 7 (registry & .dll issues).  Any suggestions on how to fix this problem?

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

Maybe you are looking for

  • Late 2008 MBP problems with external display (kernel panic)

    I have an intermittently recurring kernel panic with a similar signature in the backtrace. In my case it only happens while playing World of Warcraft with an external monitor attached (and even then, only while doing particular things -- not necessar

  • Conditional WHERE clause for APEX

    Dear SQL gurus, I know that there's a APEX forum, but I think that there maybe an sql based solution for this... What I have is a query like this: SELECT COMMENT_ORIG, COMMENT_CHARGING FROM  CL_INVENTORY_OPEN_OUT WHERE INCIDENTAL_FK=:P13_INCIDENTAL_F

  • Add Classification Banner to CSV

    Is there anyway to add a classification banner to a CSV file? I've tried: select 'Proprietary Information' from dual union select * from emp; It just throws an error. Does anyone have an idea?

  • Message number required

    HI if there is no output condition in PO, then while saving we get a message stating " No output message determined" . Can somone please give me the message number. Thanks Ankit

  • Post increment problem. please help to solve it

    public class test { public static void main(String args[])      int i=10;      i=i++;      System.out.println(i); // value of i is 10 why }