Validation won't work - exists

I have a simple form that fires off a procedure to create a clone of the previously shown record, except they must provide a new revision number. I need to check to see if the newly entered revision already exists, and if so, tell them.
I've tried an item level as well as a page level validation, exists, and non-exists. It just doesn't seem to work. I either get an error on anything I enter (exists), or anything will pass thru (not exists).
I have a sql statement that if any rows are returned, I want an error message. This is entered into expression 1...
select * from EQUIP_HEAD
WHERE
EQUIP_HEAD.GEMS_HULL = :P101_HULL_ID AND
EQUIP_HEAD.EQUIPMENT = :P315_EQUIPMENT AND
EQUIP_HEAD.REVISIONNUM = :P315_REVISION
What am I doing wrong? I would think that a 'not exist' would be the correct type, and that the validation would 'pass' if there were no rows. I know there are rows where the revision number is '3', but certainly not when the revision number is 'xxxx'.
I am truly baffled.
Clayton

Holy Batman!
The only thing I changed, was the error message block of the validation. It said in line field validation, and I had no associated item selected. For whatever the reason, I selected the correct field. And bingo, it works.
I created the validation using the wizard, and selected the field I wanted to validate The error message had been popping up on the correct field, as well as the top of the form. And now suddenly, it works after I manually go in and select the field I want to validate.
I swear, I like APEX. I really do. But weird stuff happens. This one cost me half a day.
Clayton

Similar Messages

  • Validations won't work?

    Hi guys,
    I did a validation a few weeks ago which was simply:
    P10_DATEDATE < SYSDATE. I came back and tested it and it still worked as expected. I then tried to recreate it again and the new attempt doesn't work and I don't know why. To begin with it was making the error message show up all the time but now its saying this:
    ORA-06503: PL/SQL: Function returned without value
         Error      ERR-1023 Unable perform validations.
    I've also tried P10_DATEDATE < (SELECT SYSDATE FROM DUAL) but no luck and with the : before P10_DATEDATE.
    What's gone wrong? I've selected SQL Expression for item and page level but neither work.
    Edit: The debug page is as follows:
    0.05: A C C E P T: Request="SAVE"
    0.07: Metadata: Fetch application definition and shortcuts
    0.08: alter session set nls_language="ENGLISH"
    0.08: alter session set nls_territory="UNITED KINGDOM"
    0.08: ...NLS: Set Decimal separator="."
    0.08: ...NLS: Set NLS Group separator=","
    0.08: ...NLS: Set date format="DD-MON-RR"
    0.08: ...Setting session time_zone to +01:00
    0.08: NLS: wwv_flow.g_flow_language_derived_from=0: wwv_flow.g_browser_language=en-us
    0.08: Fetch session state from database
    0.09: ...Check session 2368278682943396 owner
    0.09: ...Metadata: Fetch Page, Computation, Process, and Branch
    0.09: Session: Fetch session header information
    0.09: ...Metadata: Fetch page attributes for application 139, page 10
    0.09: ...Validate item page affinity.
    0.09: ...Validate hidden_protected items.
    0.09: ...Check authorization security schemes
    0.09: Session State: Save form items and p_arg_values
    0.09: ...Session State: Save "P10_CUSTOMER_ID" - saving same value: "23"
    0.09: ...Session State: Save "P10_DATEDATE" - saving same value: "04/12/2008"
    0.09: ...Session State: Save "P10_DATETIME" - saving same value: "04/12/0008"
    0.09: Processing point: ON_SUBMIT_BEFORE_COMPUTATION
    0.09: Branch point: BEFORE_COMPUTATION
    0.09: Computation point: AFTER_SUBMIT
    0.09: Tabs: Perform Branching for Tab Requests
    0.09: Branch point: BEFORE_VALIDATION
    0.09: Perform validations:
    0.09: ...SQL Expression Validation: P10_DATEDATE < SYSDATE
    0.09: Show ERROR page...
    0.09: Performing rollback...
    0.10: Processing point: AFTER_ERROR_HEADER
    0.10: Processing point: BEFORE_ERROR_FOOTER
    0.11: ...Determine if user "G929AHE" workspace "509007105920405" can develop application "139" in workspace "509007105920405"
    0.11: Show ERROR page...
    0.11: Performing rollback...
    Mike
    Edited by: Dird on 24-Jul-2009 00:48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Why don't you try creating a validation of type PL/SQL Function Returning Error Text and put the following there:
    BEGIN
       IF TO_DATE (NVL (:p10_datedate, SYSDATE)) > SYSDATE
       THEN
          RETURN 'Date has to be smaller than current date';
       ELSIF TO_DATE (NVL (:p10_datedate, SYSDATE)) = SYSDATE
       THEN
          RETURN 'Your item :p10_datedate is empty.';
       ELSIF TO_DATE (NVL (:p10_datedate, SYSDATE)) < SYSDATE
       THEN
          RETURN 'Everything seems to be OK.';
       END IF;
    EXCEPTION
       WHEN OTHERS
       THEN
          RETURN 'Error running validation ' || ' / ' || SQLERRM;
    END;I would like to know what your result is after running this.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • I uninstalled itunes for windows 7 and tried to install itunes 10.5 and it won't work.  I deleted all existing apple programs from my computer but when I try to install again it says so long error involved with microsoft?I uninstalled itunes for windows 7

    help ,me

    Did you try anything suggested in the last thread you posted?
    Views
    Replies
    Last Post
    I uninstalled itunes for windows 7 and tried to install itunes 10.5 and it won't work.  I deleted all existing apple programs from my computer but when I try to install again it says so long error involved with microsoft?I uninstalled itunes for windows 7

  • After update to Lion FaceTime won't Work.

    After my Update to Lion Facetime won't Work.
    I can't log in and get an Server Error.
    In the Systemlogs is an entry like:
    FaceTime: [Warning] TRUST validation failed with result 5
    FaceTime: [Warning] FTFaceTimeServerBag: URL bag data invalid (not valid)

    Same problem here..
    Very frustrating..
    On both Macbook Pro 2010, and Black Macbook...
    Neither of which had any problems running Facetime 1.0.2 on Snow Leopard 10.6.8
    Now on Lion 10.7 Facetime 1.1 will not authorise me..
    "The server encountered an error processing registration. Please try again later."
    The error code is the same whichever Apple ID is used, and even if a non-existent user account is used. This seems to suggest that the bug is as likely to be with communication between Apple's servers and Facetime as it is a bug inside Lion itself.
    Please sort it out Apple!

  • PDFMaker loads but won't work in Word 2013 - Acrobat XI and DC - Win 8.1 Pro

    OK, I opened a question that never got answered and it never was resolved...
    Just updated to Acrobat DC - same problem exists...
    I'm running Windows 8.1 Pro fully up to date..
    I've uninstalled and reinstalled Office 2013 Pro (I have an Office 365 subscription so it's the click-to-run install).
    I've uninstalled and reinstalled Acrobat Pro DC.
    I've rebooted (a full restart, not Win 8's fast boot restart) between each installation.
    I've tried this in multiple Office applications, none of them work EXCEPT for Outlook.
    For the following I will use Word as my examples...
    I've uninstalled all plug-ins and still it won't work.
    I've tried running Word as Administrator.... still won't work.
    OK... so this is what it looks like... as you can see the toolbar loads, but no icons...
    https://www.dropbox.com/s/wsbs4kon3z4e965/Word%20Acrobat%20Screenshot.jpg?dl=0
    When you click on those buttons... it goes through the motions as if it were creating the PDF... but no file is ever created...
    If I right-click on a Word document and select Convert to PDF - it goes through the motions of creating the PDF, asks me where to save... and then a dialog box named "Acrobat PDFMaker" comes up saying " {Exclamation Point Yellow Triangle Icon} An unexpected error occurred. PDFMaker was unable to produce the Adobe PDF."
    If I right-click on a text file... and select Covert to PDF,  it immediately pops open a PDF of the text file.  Same with any image file.
    This was all working perfectly up until out of nowhere it stopped working on January 26, 2015.  See my original posting here: Acrobat XI Pro Word 2013 add-in stopped working
    I can Print to PDF using the PDF Printer without any problems.
    Creating a PDF in Outlook, no problems...
    I'm hoping somebody can figure this one out... I'm completely stumped.... and I'm usually very good at troubleshooting stuff.

    Click to Run according to Microsoft: 
    https://technet.microsoft.com/en-us/library/jj219427.aspx
    "Click-to-Run is a Microsoft streaming and virtualization technology that reduces the time that is required to install Office and helps you run multiple versions of Office on the same computer. The streaming technology enables you to download and begin to use an Office product before the whole product is installed on your computer. The virtualization technology provides an isolated environment for Office to run on your computer. This isolated environment allows you to run the latest version of Office side-by-side with an earlier version of Office that is already installed on your computer."

  • WEP Password Won't Work!

    I have a Wireless router, which can do WEP, WPA and WPA2 encryption. If I have WPA2, then my desktop (Windows) can't remember the password, so that encryption is out for the mo, WPA won't work on our old laptop, and so WEP is all that's left. Every device in my house (including my iPhone) can connect, but my MacBook fails too! I have tried loads of different WEP passwords, and it can still connect to other WEP protected networks, but not mine! Is there anything I could have done, or is this a general problem?

    Just like Windows stores your network profile info in C:\Document and Settings, the mac stores your network location in a plist file.
    WEP is really for B/G networks, most newer networks are using WPA/WPA2 because it is more secure.
    Can you connect to WPA2 Personal with the mac and that router?
    Can you create a new Windows profile under network settings? (you should be able to).
    Sometimes if you cannot connect using ASCII character for the password, look at your Key 1: on Windows for the Hex version of the password and try typing the Hex in the password box.
    IF your password for WEP is short, like less than 8 characters, that may be the problem, it order to get WPA2 you need a password at least 8 characters long, 10 is better and more accepted by encryption schemas. Try adding 1234 to the end of your existing password (i.e. password1234) in the router, then input it again to see if it works. Try making the password exactly 10 characters long if you can.
    WEP is like having no security at all, WPA/WPA2 is much more secure.

  • I updated my iphone and when it came time for activation it won't work and keeps telling me to try again. At the top it says "No Service" and I have my SIM card in and a good WiFi connection and have connected it through iTunes but it says I have no SIM

    I updated my iphone and when it came time for activation it won't work and keeps telling me to try again. At the top it says "No Service" and I have my SIM card in and a good WiFi connection and have connected it through iTunes but it says I have no SIM card and need to disconnect and insert my SIM. I don't understand why this keeps happening and it's been going on for a wile now. I have tried over and over again to get this iPhone to work but nothig is happening. I've even gone on the website for support (apple.com/support) but cannot find anything that will help me with this situation. Can someone please help me find a solution to this problem? I have been without a phone and do not have money to buy another one and it is crucial for me to get it fixed. Thanks.

    wesb
    What computer operating system is involved in the Premiere Elements 11 and 13 issues? Same computer or different ones? Are you installing from purchased download installation files or from purchased installation disc? Does Premiere Elements 11 work completely on this computer whereas 13 will not?
    Let us go through the typical drill so as to take nothing for granted.
    1. Does the problem exist with or without the antivirus and firewall(s) disabled? Are you working with an individual home computer or in a
    school or company network?
    2. Are you running the program as Administrator and is there any "domain" account involved?
    3. Is your video card/graphics card up to date according to the web site of the manufacturer of the card?
    4. Do you have the latest version of QuickTime installed on the computer with Premiere Elements?
    Let us start by ruling in or out any of the above, and then we can decide what next.
    Any questions or need clarification, please do not hesitate to ask.
    Thank you.
    ATR

  • My itunes won't work so i tried reinstalling and when it starts an error pops up that says: "the feature you are trying to use is on a network resource that is unavailable. click ok to try again, or enter an alternate path to a folder containing the insta

    my itunes won't work so i tried reinstalling and when it starts an error pops up that says:
    "the feature you are trying to use is on a network resource that is unavailable. click ok to try again, or enter an alternate path to a folder containing the installation package 'Itunes.msi' in the box below
    please help, its frustrating

    first, head into your Add/Remove programs and uninstall your QuickTime. if it goes, good. if it doesn't, we'll just attend to it when we attend to itunes.
    next, download and install the revo uninstaller http://http://www.revouninstaller.com/revo_uninstaller_free_download.html. use it to clear any existing itunes and/or QuickTime installation configuration information from the PC.
           next download itunes. it worked for me hope this is helpful!!
        oonce you get into the revo uninstallergo thru to delete itunes hit uninstall on the itunes icon then you will go thru to it will tell u the same nmessage about the feature and network hit cancell then go thru and hit scan (make sure bthe advance scan button is pushed) this will take awhile but go thru the list and hit everything associated with itunes. hit delete then install itunes again. it worked for me hope it works for you!

  • HT4527 TRIED, TRIED, and TRIED!  It won't work!

    Now I have tried and
    tried and tried to transfer my iTunes library from my old computer to
    my new one for over half a year.  The methods described here won't
    work.  Neither does the (few) ones I found on other sites.
    I would probably
    have taken shorter time to download the music one more time directly
    from the 300+ CDs (full format – I do not want compressed) I have
    (half with classic music not available at iTunes store, Spotify or
    elsewhere), than trying...
    Some part of some
    instructions here (and otherwise) does not seem to be up to date, or
    details is wrong regarding Windows 8.1.  Other just don't work.  I
    have also tried many other ways that my brain can come up with.  But
    always only one of the CD is found by iTunes.
    Maybe Apple want one
    to have all in the cloud, but a few 100s of Giggs would probably cost
    me a zillion €$£s a month – so it's not an option.  Or that
    things like this only can work if one has a Mac (although I have
    consider buying a Mac, since Windows 8 is horrible, but I have
    programs that only exists in versions that runs under Windows).
    Unfortunately this
    also means that I can not sync my iPod and iPad with the new computer
    (since everything on the units will be deleted when synced to a new
    computer).  And this also prevents me to update to new iOS 8.  (I
    have all data except music and larger sized pictures in clouds –
    although this is sometimes a problem summertime at my summerhouse in
    a low populated area with very bad internet possibilities.)
    So if someone
    actually knows how to do this (from hard drive with files from iTune
    version half year ago on XP, to latest iTunes on Windows 8.1 –
    PLEACE let me know!
    Apple should really
    think about this.  There should just be a simple import function.
    Copyright issues might exist, but it will be no difference than the
    methods described here (if they work).  [And in Sweden we actually
    pay a special tax to copyright holders on storing devices (computers,
    hard drives, mobile phones, etc) to compensate for this.]
    [Also: there are
    issues with this page.  When typing, it is not possible to go back in
    the text and edit.  Also I had to type this one more time when the
    web page just “died”.  All of IE (standard – not metro) just
    locks itself and have to be aborted with ctrl+alt+del]

    Hi there beryl,
    Welcome to Apple Support Communities.
    It sounds like you’re seeing an “error 7” alert message when launching iTunes. Take a look at the article linked below, it provides more information about that alert and troubleshooting steps that’ll generally resolve the issue.
    iTunes for Windows: "Error 7" message when opening iTunes - Apple Support
    Cheers,
    -Jason

  • HP Printer Won't Work With Snow Leopard

    Hi, I hope you can help. I have just upgraded to Snow Leopard and my HP printer won't print. It is a Laserjet 1015 and new drivers are meant to be on the list with SN. My iMac recognises the printer is there but cannot make a connection. I am networking it using an Airport which is working fine. I have even reset the printer system and deleted the printer and added it again but after starting to process a document to print it just stops.
    The other thing is that Pages v 1.0.2 also won't work now. I can open the software, but it can't open any existing documents nor will it open a new blank template. This is my work software (I'm a journalist) so this is a real worry. Any suggestions??
    Thanks so much
    Jo

    Hi JoJoh,
    I can't be of much help with the printer but I just checked my "Pages" and my version number is 4.0.2. I'm using iWork 09. Perhaps you need to update? I just checked the "Snow Leopard Compatible" site and found "Apple Pages 4.0.2" is compatible. It didn't mention 1.0.2. I'm so sorry. That's pretty rough when it's how you make your living.
    As for the printer, I have an HP Photosmart C4580 which wouldn't print. I finally just deleted all the printers on my MacBook and used my Snow Leopard install disk and selected the "Optional Install" which allowed me to just reinstall the printers. My HP is now working fine. I do feel like this is just a work-around until HP gets things sorted out. I say that because even though my HP now works, the only place it shows up is in my users folder. It's not in my Applications folder, but as long as it works for now, I don't care.
    Hope I was of some help to you. Best of luck!

  • Epson scanner 2450 won't work in OSX 1.5.2

    I am trying to install my epson perfection 2450 scanner on my Mac Pro with OSX 1.5.2 but it won't work.
    I was able to install the driver a couple of times but I couldn't get the scanner to show up in the import options in Photoshop as it does in Windows. It worked from its own scan window OK.
    I tried to uninstall it and reinstall it a few times to see if it worked but now it doesn't even want to load the basic scan interface.
    Also, the Smart panel app that is supposed to enable scanning from within programs like Photoshop or Word doesn't seem to exist.
    The drivers at Epson UK are from 2004 and those on the US website are from 2006. The documentation says that it should work in OSX.
    Can anyone please advise on what I need to do or if this scanner is able to scan in OSX 1.5.2?
    It's a good scanner and I can't afford to go out and buy another one just to for OSX.
    Thanks for any advice.

    Hi. I had the same problem with the Epson 2450 using Photoshop CS3. I found this solution. Open Image Capture app and go to the preferences box. Tick the box for Image Capture to open up when scanner is connected. Turn on scanner and it should recognise scanner and open window box. From there you can set your preference and for it to open with Photoshop after scanning. I hope this helps as it has for me.

  • [Solved] Startx won't work! Laptop issues.

    Okay, here is what Ididin as much detail as possible.
    Dual boot: Windws XP + Archlinux
    the partition is like this
    80 GB XP
    80 GB arch
         *10 GB root
         *70 GB /home
    Video Card: nVidia Geforce Go 6100
    Okay, so after I installed, I decided to and uncomment all available US repositories with HTTP on them, not FTP. Then I did a full system update, and got the latest nvidia drivers. So I run nvidia-xconfig,  got a little confused when it didn't work and I noticed /etc/X11/xorg.conf was missing. After a while I realized I forgot to download Xorg, once I ran the command it worked. I downloaded HAL, started it and it worked. Then I ran startx, and it wouldn't work. I went into the IRC channel, and tried showed all the errors I got, after a while I was told I shouldn't be using root under any circumstances and the first thing I should have done is create my user ID, which I did, then made myself a Sudoer. Obviously, the errors still appeared, no matter what I did with Xorg. -.-
    Here is my Xorg-Configuration
    ection "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0"  "CorePointer"
    End Section
    Section "Files"
    EndSection
    Section "Module"
        Load           "dbe"
        Load           "extmod"
        Load           "type1"
        Load           "freetype"
        Load           "glx"
    EndSection
    Section "InputDevice"
        # generated from default
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
        # generated from default
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "Unknown"
        Horizsync      28.0 - 33.0
        VertRefresh    43.0 - 72.0
        Option         "DPMS"
    EndSection
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
    EndSection
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        Defaultdepth   "24"
        SubSection     "Display"
            Depth      24
        EndSubsection
    EndSection
    I tried this as well by "#" all the unnecessary parts
    Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
    End Section
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
    EndSection
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Defaultdepth   "24"
        SubSection     "Display"
            Depth      24
        EndSubsection
    EndSection
    Regardless of what I did I got these errors, and warnings
    (WW) The directory "/usr/share/fonts/TTF" does not exist. Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist. Entry deleted from font path.
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse', or 'vmouse' w$use will be disabled
    (WW) Disabling Keyboard00
    (WW) Disabling Mouse0
    (WW) Open ACPI failed (/var/run/acpid.socket)(No such file or directory)
    (WW) Warning, couldn't open module type1
    (EE) Failed to load module "type1" (module does not exist, 0)
    (WW) Warning, couldn't open module freetype
    (EE) Failed to load module "freetype" (Module does not exist, 0)
    (EE) Failed to load /usr/lib/xorg/modules/extension//libdri.so
    (EE) Failed to load module "dri" (loader failed, 7)
    (EE) Failed to load /usr/lib/xorg/modules/extension//libdri2.so
    (EE) Failedto load modules "dri2"
    I also got something like this between all the dri's
    dlopen:libdrm.so.2: cannot open shared object file: No such file or directory
    and the final errors
    (EE) NVIDIA(0) failed to load NVIDIA kernel module!
    (EE) ***Aborting***
    (EE) Screen(s) found,but none have a usable configuration.
    Fatal Server Error:
    No Screens found
    Those are all of them in the log.
    Finally, I tried modprobe nvidia and got this
    FATAL: Module nvidia not found.
    That is everything, this linux newbie is confused, and too stubborn. C_c Fluxbox, and startx won't work no matter what I do, please help?
    Last edited by SirEdgar2nd (2009-08-17 09:23:13)

    Yep carol.
    Nope I didn't install freetype.
    Also, I noticed whenever I try to install nvidia I get an error that says these files already exist, and that there is a: Errors occured. No packages were upgraded. In a list of a bunch of files I can't even really list out at the moment.
    Pacman -S nvidia gets me that error, when I tried reinstalling xorg, it worked fine. Even when I deleted the cache, and uninstalled files it had the same issue.
    I was told to install the latest version available though (again). since I installed some version I got back in 2008 in December. But I've been too hesitant since I felt I might need one of those extra CDs later. So I figured out how to do it through USB, not sure if I should just yet though.
    And sorry, didn't notice that long error the last time I thought it meant it was already installed.
    But I did do a full system update at least though.
    Last edited by SirEdgar2nd (2009-05-29 20:15:02)

  • My itunes won't work after i downloaded Itunes version 7.6.1

    When i downloaded itunes version 7.6.1 it asked me if i wanted it to restart my computer or restart it myself i said restart my self and after i restarted it i looked and the regular icon for itunes wasn't there. it was different and then i tried clicking on it to open it but when i do a box pops up and it says "this action is only valid for products that are currently installed" what does that mean? and how can i fix it so my itunes works?

    This one is easy. The shortcut is for the old iTunes, that is why it won't work.
    I assume you are using Windows.
    If so, go to the bottom left of your screen and click the start button. Go up to programs and hold your cursor over it. A list of all your programs should pop up to the right. Move the curso over to iTunes. There should be an "about iTunes" and an iTunes logo there. Right click on the iTunes logo and click create shortcut (you can also just drag it out to your desktop). That will give you a desktop shortcut for your new version.

  • RoboHelp for Word installed from RoboHelp 10 won't work with Word 2010

    I have a Help project created in RoboHelp for Word 8.  I recently upgraded from Word 2007 to Word 2010 and discovered that RH8 for Word won't work with Word 2010.  So I purchased RoboHelp 10 and have installed RoboHelp for Word from it.  Alas, RH for Word STILL won't work with Word 2010.  When I try to open my project, I get this message:
    Before I bought RH10, I live-chatted with an Adobe sales person who assured me it was compatible with Word 2010.
    BTW, I tried to roll back to Word 2007, but I was getting weird behavior running Word, so I have reinstalled Word 2010 and want to stay there.
    Any ideas?

    I have just installed Rh10 for Word on a new machine and initially I got this message.
    I wonder if you have followed those instuctions? I changed the setting to Enable All.
    The other possibility is what do you have set for the default version? If it is 2007 and that no longer exists on your machine, then Rh will not be able to proceed. The dropdown should show 2010
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Same jena code loading ontology won't work in 11.2.0.2 in linux

    Hi,
    The sample code of loading univ-bench.owl ontology into database won't work in oracle 11..2.0.2 in my linux guest system. However, it is working perfectly in oracle 11.2.0.1 in windows environment. The error I got is:
    WARN [main] (SimpleLog.java:93) - Could not set namespace prefix
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    I recreated the table and model a couple of times accordint to a tutorial but it still failed. Is it an incompatibility issue? Thanks a lot.
    Hong

    Hi Zhe,
    The sample code in Example 7-16 Load OWL Ontology and Perform OWLPrime inference doesn't work in 11.2.0.2 in my linux guest system. However, the code for incremental, batch or bulk loading in Example 7-17 Bulk Load OWL Ontology and Perform OWLPrime inference works like charm. The error for runnig the previous one is:
    WARN [main] (SimpleLog.java:93) - Could not set namespace prefix
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:837)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:523)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1010)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1315)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3576)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3677)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
         at oracle.spatial.rdf.client.jena.Oracle.executeSQL(Oracle.java:602)
         at oracle.spatial.rdf.client.jena.OraclePrefixMapping.setNamespacePrefix(OraclePrefixMapping.java:202)
         at oracle.spatial.rdf.client.jena.OraclePrefixMapping.setNsPrefix(OraclePrefixMapping.java:222)
         at com.hp.hpl.jena.rdf.arp.JenaHandler.startPrefixMapping(JenaHandler.java:94)
         at com.hp.hpl.jena.rdf.arp.impl.XMLHandler.startPrefixMapping(XMLHandler.java:110)
         at org.apache.xerces.parsers.AbstractSAXParser.startNamespaceMapping(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
         at org.apache.xerces.impl.XMLNamespaceBinder.handleStartElement(Unknown Source)
         at org.apache.xerces.impl.XMLNamespaceBinder.startElement(Unknown Source)
         at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentScannerImpl$ContentDispatcher.scanRootElementHook(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
         at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at com.hp.hpl.jena.rdf.arp.impl.RDFXMLParser.parse(RDFXMLParser.java:142)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:158)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:145)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:215)
         at com.hp.hpl.jena.rdf.model.impl.ModelCom.read(ModelCom.java:197)
         at myProject.LoadUniv3.main(LoadUniv3.java:24)
    WARN [main] (SimpleLog.java:93) - Could not set namespace prefix rdf
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:837)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:523)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1010)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1315)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3576)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3677)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
         at oracle.spatial.rdf.client.jena.Oracle.executeSQL(Oracle.java:602)
         at oracle.spatial.rdf.client.jena.OraclePrefixMapping.setNamespacePrefix(OraclePrefixMapping.java:202)
         at oracle.spatial.rdf.client.jena.OraclePrefixMapping.setNsPrefix(OraclePrefixMapping.java:222)
         at com.hp.hpl.jena.rdf.arp.JenaHandler.startPrefixMapping(JenaHandler.java:94)
         at com.hp.hpl.jena.rdf.arp.impl.XMLHandler.startPrefixMapping(XMLHandler.java:110)
         at org.apache.xerces.parsers.AbstractSAXParser.startNamespaceMapping(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
         at org.apache.xerces.impl.XMLNamespaceBinder.handleStartElement(Unknown Source)
         at org.apache.xerces.impl.XMLNamespaceBinder.startElement(Unknown Source)
         at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentScannerImpl$ContentDispatcher.scanRootElementHook(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
         at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at com.hp.hpl.jena.rdf.arp.impl.RDFXMLParser.parse(RDFXMLParser.java:142)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:158)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:145)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:215)
         at com.hp.hpl.jena.rdf.model.impl.ModelCom.read(ModelCom.java:197)
         at myProject.LoadUniv3.main(LoadUniv3.java:24)
    WARN [main] (SimpleLog.java:93) - Could not set namespace prefix rdfs
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:837)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:523)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1010)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1315)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3576)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3677)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
         at oracle.spatial.rdf.client.jena.Oracle.executeSQL(Oracle.java:602)
         at oracle.spatial.rdf.client.jena.OraclePrefixMapping.setNamespacePrefix(OraclePrefixMapping.java:202)
         at oracle.spatial.rdf.client.jena.OraclePrefixMapping.setNsPrefix(OraclePrefixMapping.java:222)
         at com.hp.hpl.jena.rdf.arp.JenaHandler.startPrefixMapping(JenaHandler.java:94)
         at com.hp.hpl.jena.rdf.arp.impl.XMLHandler.startPrefixMapping(XMLHandler.java:110)
         at org.apache.xerces.parsers.AbstractSAXParser.startNamespaceMapping(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
         at org.apache.xerces.impl.XMLNamespaceBinder.handleStartElement(Unknown Source)
         at org.apache.xerces.impl.XMLNamespaceBinder.startElement(Unknown Source)
         at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentScannerImpl$ContentDispatcher.scanRootElementHook(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
         at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at com.hp.hpl.jena.rdf.arp.impl.RDFXMLParser.parse(RDFXMLParser.java:142)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:158)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:145)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:215)
         at com.hp.hpl.jena.rdf.model.impl.ModelCom.read(ModelCom.java:197)
         at myProject.LoadUniv3.main(LoadUniv3.java:24)
    WARN [main] (SimpleLog.java:93) - Could not set namespace prefix owl
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:837)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:523)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1010)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1315)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3576)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3677)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
         at oracle.spatial.rdf.client.jena.Oracle.executeSQL(Oracle.java:602)
         at oracle.spatial.rdf.client.jena.OraclePrefixMapping.setNamespacePrefix(OraclePrefixMapping.java:202)
         at oracle.spatial.rdf.client.jena.OraclePrefixMapping.setNsPrefix(OraclePrefixMapping.java:222)
         at com.hp.hpl.jena.rdf.arp.JenaHandler.startPrefixMapping(JenaHandler.java:94)
         at com.hp.hpl.jena.rdf.arp.impl.XMLHandler.startPrefixMapping(XMLHandler.java:110)
         at org.apache.xerces.parsers.AbstractSAXParser.startNamespaceMapping(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
         at org.apache.xerces.impl.XMLNamespaceBinder.handleStartElement(Unknown Source)
         at org.apache.xerces.impl.XMLNamespaceBinder.startElement(Unknown Source)
         at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentScannerImpl$ContentDispatcher.scanRootElementHook(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
         at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at com.hp.hpl.jena.rdf.arp.impl.RDFXMLParser.parse(RDFXMLParser.java:142)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:158)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:145)
         at com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:215)
         at com.hp.hpl.jena.rdf.model.impl.ModelCom.read(ModelCom.java:197)
         at myProject.LoadUniv3.main(LoadUniv3.java:24)
    Exception in thread "main" java.lang.NoClassDefFoundError: com/hp/hpl/jena/sparql/algebra/opt/Rewrite
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
         at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at oracle.spatial.rdf.client.jena.QueryEngineSem.modifyOp(QueryEngineSem.java:179)
         at com.hp.hpl.jena.sparql.engine.QueryEngineBase.createPlan(QueryEngineBase.java:104)
         at com.hp.hpl.jena.sparql.engine.QueryEngineBase.getPlan(QueryEngineBase.java:97)
         at oracle.spatial.rdf.client.jena.QueryEngineSem$1.create(QueryEngineSem.java:202)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.getPlan(QueryExecutionBase.java:426)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.startQueryIterator(QueryExecutionBase.java:400)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.execResultSet(QueryExecutionBase.java:408)
         at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.execSelect(QueryExecutionBase.java:135)
         at myProject.LoadUniv3.main(LoadUniv3.java:37)
    Caused by: java.lang.ClassNotFoundException: com.hp.hpl.jena.sparql.algebra.opt.Rewrite
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         ... 21 more
    Thanks a lot.
    Hong

Maybe you are looking for