NOT COMPATIBLE (Your export may contain calls not supported by your applica

Hi
I am trying to install a htmldb application developed on a 9i database onto htmldb running on 10g. (I believe htmldb2.0 was used for the 9i development)
I have imported the application successfully but when I try to install the application I get the following error message:
NOT COMPATIBLE (Your export may contain calls not supported by your application).
(I have uploaded the application to htmldb.oracle.com
schema = kjcs
appliction = boe_reports
Keith

The problem was the export file versions.
When you install a file it gives you the export file version of the file.
The original htmldb database was created and has an export file version of 2004.07.04
This file was sent out for development (off-site) and was developed on a htmldb database which had an export file version fo 2005.05.01
So the install from version 2004.07.04 to 2005.05.01 was successful.
But when the file came back it had an export file version of 2005.05.01
and we were trying to install it in a database with export file version 2004.04.01
This caused the failure.
To see export file version export an application/page from htmldb and re-import it. When you click install it displays the export file version, before allowing you to proceed

Similar Messages

  • Getting * NOT COMPATIBLE (Your export may contain calls not supported by )

    Hi Team,
    We are using Appex 3.0.1 in live version and development version is 3.0.0, we have totally 7 appication in same workspace and database is 10g for both servers. we are able to export and import the appication from Live to Development expect 1 Appication. while trying to impor that appication we are geting below error.
    *1 error has occurred NOT COMPATIBLE (Your export may contain calls not supported by your application version.)*
    We didn't get any issues rest of the appications and all appications are running fine.
    Could you please let me know what are things i need to check/modify to import that appication and not able to understand why this appication only getting issues as all the appication which we are imported in same workspace itself.
    Thanks,

    Hi Kumar,
    If you have the problem application on both DEV and LIVE, then export both apps and do a text compare to see any suspicious calls
    Thanks

  • Your export may contain calls not supported by your application version

    Hi,
    I'm a newbe and i'm in a process of installing oracle apex 3.1 with oracle 10g express. having problem in upgrading the default apex to apex 3.1.
    Now i'm trying to import the OEHR then its giving this error NOT COMPATIBLE (Your export may contain calls not supported by your application version.)
    Please help me in giving full steps of the upgradation from apex 2.1 tp apex 3.1. i have followed the following upgradation steps :
    1.Running @apexins.sql file
    2.Configuring embedded PL/SQL. by running the @apex_epg_config file.
    3.Altering the anonymous account unlock.
    4.then installing PL/SQL webToolKilt.
    And please let me know which steps i'm missing in this order and the problem to fix the above error.
    Thanks in advance
    Jyoti

    Hello,
    Jyoti,
    I'm not clear...are you saying your upgrade to 3.1 was successful or not?
    The error you mention suggests that you're trying to install an application from a more recent version of Apex into an older version (which suggests your upgrade didn't work?).
    John.
    http://jes.blogs.shellprompt.net
    http://www.apex-evangelists.com
    http://jes.blogs.shellprompt.net
    http://www.apex-evangelists.com

  • NOT COMPATIBLE (Your export may contain calls not supported by your app....

    Ok, guys. This is a real helpful error message.
    I exported an application from Application Express 3.0.1.00.07.
    I tried to import it into XE -- Application Express 2.1.0.00.39
    Can anybody shed some light on what NOT COMPATIBLE means and what I can do about it?

    whew... did the upgrade, application installed, seems to be running just fine
    i was a tad bit surprised how long the upgrade took (a couple hours of SQL*Plus scripts), but it went quite smoothly
    for future reference:
    http://www.oracle.com/technology/products/database/application_express/html/3.0.1_and_xe.html

  • "one or more of the items in your selection contains Aperture albums that are not supported in iphoto".

    I have some folders in iPhoto called 'Recovered Folder'. When I try to delete them I get this message: "one or more of the items in your selection contains Aperture albums that are not supported in iphoto".
    I don't use Aperture (did install it to try it out), and have deleted Aperture App from my Mac.
    How can I get rid of these fodlers?

    i finally figured this out:
    fyi, iphoto and aperture can now share (i.e., access) the same library. apple details it here:
    http://support.apple.com/kb/HT5260?viewlocale=en_US&locale=en_US
    i use both iphoto and aperture, and i suspect something went amiss, at some point, while aperture was accessing my iphoto library.
    this is how i fixed the problem:
    i launched aperture, then (per the instructions linked above) switched to (i.e., accessed) my iphoto library. i was then able to delete the "recovered folder" and the album it contained. i then quit aperture and relaunched iphoto.
    NOTE: at that time, although i expected the "recovered folder" to be gone, it was still present. but this time, i was able to delete the folder from within iphoto without the "contains aperture items" error message.
    (Sparky030405, i realize you've since deleted aperture. while i can't say my method is the *only* way to solve this problem, it's the way i was able to solve it. so, you might consider reinstalling aperture in order to delete the folder, then uninstalling aperture, once again.)

  • Can not call RFC contains "call transaction"  in webdynpro

    We use Webdynpro to develope a UI that can create service orders in CRM
    system. We create an RFC funciton "ZKLEE_CRM_ORDER_MODIFY" in CRM,which
    contain a statement of "CALL TRANSACTION 'CRMD_BUS2000120' USING T_BDC
    MODE 'N' MESSAGES INTO MESSTAB.".
    But as we exacute the RFC from WEB,we got 3 error messages in the
    output "MESSTAB":
    1.MESSAGE ID = "DC",MESSAGE NUMBER = "006", MESSAGE = "Control
    Framework: Fatal error - GUI cannot be reached".
    2.MESSAGE ID = "SY",MESSAGE NUMBER = "002", MESSAGE = "Exception
    condition CNTL_ERROR raised."
    3.MESSAGE ID = "00",MESSAGE NUMBER = "359",and it is a terminate
    message.
    The problem is that we can use webdynpro to call RFCs that do not
    contain "call transaction" freely. At first we suspect that it is our
    RFC function's fault, but we tried it in ABAP enviroment,and it works
    OK. We also tried to call this RFC in JSP through JCO,the same error
    occurs.
    Our system enviroment is CRM 4.0, J2EE 640, kernel 640 patch 109.

    HI,
    Thank you for your information.
    Maybe you are right that BAPI/RFC can not contain "call transaction" statement. But two weeks ago, one of my colleagues tried to use "call transaction" in RFC through JCO in our R/3 enviroment(not in CRM),and he successed.
    So I suspect the kernel release. The kernel of R/3 is 640,while CRM is 620(I said our CRM kernel release is 640 before,and it is a mistake.).I will confirm whether what my colleague said is right by myself, and will also told you the result.
    Message was edited by: Vincent zklee

  • This message may contain a virus or there is not enough disk space. Skip this message?

    I have been randomly getting the following message for example for the past couple of weeks and it seems to be getting worse:
    There was an error downloading the following message:
    From: Popular Science <[email protected]>
    Subject: The Coolest Cars We Saw At The Detroit Auto Show
    This message may contain a virus or there is not enough disk space. Skip this message?
    I have also noticed that that there is an issue when I select the option to skip the message by selecting '''Yes'''. The body of a one message is replacing the body of one of the other messages that is downloaded (i.e. body of facebook message replacing body of message from amazon). This has been seen multiple times.
    I am using Thunderbird ver. 31.4.0 on Windows 8.1 and the latest Norton Security with Backup software for my antivirus and all software has the latest updates.

    Hi. Thanks for your prompt reply. The error message is generated in Thunderbird and not by my anti-virus software. It is also specific to one email account and does not affect the others.
    I have around 40Gb unused space on my hard drive.
    The From and Subject fields in the error message contain the sender's email address and subject header respectively (these didn't show in my original email)
    I have also moved a lot of messages from mu inbox.
    I have not changed my anti-virus software (and have been using the same package for years
    Regards

  • HT1766 I have an I pad Mini. Since i down loaded the new update ISO 7, my I Pad is not running certain media files either from Chrome or Safari browser. I called technical support but they failed to provide any help stating the media files may not be comp

    I have an I pad Mini. Since i down loaded the new update ISO 7, my I Pad is not running certain media files either from Chrome or Safari browser. I called technical support but they failed to provide any help stating the media files may not be compctable with new soft ware. I do bnot agree with their finding because i have I phone with ISO 7 updated soft ware and same files run on my I phone but not on I Pad. This was working fine before updating new software. This device is useless for me if i can not watch the program that i bought this for. I want device to replaced or taken back by the company. Thank you

    Here are the iPad Mini specifications:
    iPad mini - Technical SpecificationsNov 1, 2012
    The specifications explain exactly what types of files are supported under "TV and Video".

  • Your TV may not support this resolution or refresh rate.

    Hi All,
    In the last hour, my apple TV (3rd Gen) has changed the TV resolution (hookup via HDMI directly into a Samsung 720p LED TV). Everything is bigger. No issue since in the past I would just change the resolution manually to 720p 50Hz, but now it will not let me and it says the following:
    "Your TV may not support this resolution or refresh rate."
    Does this have anything to do with ATV latest software update? Is it that my TV is an older model?
    Any and all ideas would be greatly appreciated.
    Best,
    Bonfoa

    Change the Apple TV resolution:
    Press and hold the Menu and Up button on your Apple Remote for six seconds.
    The Apple TV will automatically cycle to the next resolution at approximately 20 second intervals.
    Press Play on the Apple Remote to keep the current resolution or Select to manually cycle to the next resolution.

  • PE4 freezes - "Your card may not support full duplex"

    Brand new Dell Studio 17 laptop
    Vista Home Premium 32 bit
    I open PE4, start a new project, bring in a couple of MP4 files. Then when I try to play it gives me an error message: "Playback failed. The audion system does not seem to respond. Maybe the card does not support full duplex."
    PE4 then freezes, and I have to ctrl-alt-delete to close.
    Audio works fine everywhere else, until I try to run PE4. Then the card is dead and nothing works.
    Any suggestions?
    James

    James,
    "Tried it with PE3 as well, same thing." Are you saying that you installed PE3 on the Studio 17 and got the same error message when you tried to play MP4 or JPEGS on the Timeline? If so, did you install the Premiere Elements 3.0.2 update for Premiere Elements 3 before you got started? I do not believe that Premiere Elements 3 by itself was ever Vista compatible.
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=3565
    I would like to see the specific online links that Dell T/S cited to Kevin for claiming an Adobe/Vista (non Dell) issue. Would it be a good idea for you and Kevin to compare features (especially video and audio cards as well as drivers) of your Studio 17?
    The result of Kevin's contact with Adobe re: this matter, should be interesting, and I am looking forward to their spin. As far as I know there are users out there using Premiere Elements 4 with a Vista Home Premium operating system. Hopefully other forum users here will address that point and correct me if I have misspoke about that.

  • Does iSync not support your mobile phone?  try this.

    Recently I got a Samsung A777 mobile phone. I wasn't able to learn everything about it before buying, but in absence of the information I couldn't get, it was the best choice for me. When I attempted to sync it with my Mac, iSync told me in so many words "This device is not supported by iSync". Well, there's more than one way to skin a cat.
    So I did a little research. First I found this site http://blog.jayfields.com/2006/08/sync-your-samsung-phone-with-your-mac.html which links to this app http://homepage.mac.com/gaz/FileSharing13.html
    After some experimenting, I discovered I can export in vCard 3.0 format, skip using the app, export a group of contacts to one file, and send it to the phone. Done. The address book on the phone contains one entry per name, each entry contains all of that person's numbers, and each number bears the correct icon for home, work, mobile, fax. Email addresses copy too.
    This method of syncing is so easy I think nothing of deleting the entire address book from the phone, and uploading the whole contacts group again. Since that's what I've been doing, I don't know if uploading the contacts twice back-to-back would create duplicates. And as far as I know, there's no way to sync back from the phone.
    But I don't care much about that. I'm fine recording a voice memo reminding me to make certain changes to an address book entry on the Mac and sync the whole thing again. Takes just a moment.
    Perhaps in the future Samsung will be more SyncML and OpenSync friendly.

    You can make this process a bit shorter by doing this:
    1) Drag the *Bluetooth File Exchange* application to your Dock.
    2) Set-up a Group in *Address Book* containing the contacts you want on your phone
    Then, whenever you want to re-copy the contacts to your phone, just do this:
    Open *Address Book* and drag the Contact group onto the *Bluetooth File Exchange* icon in your Dock.
    (BTW, for true bi-directional syncing with iSync you might like to contact http://www.novamedia.de as they do iSync Plugins for over 60 existing Samsung phones, and may be able to do one for yours).

  • How to fix file when it says, "Cannot open file " ". Adobe Indesign does not support the file format, a plug-in that supports the file may be missing, or file may be open in another application." It worked one second, I saved and closed the file, then tri

    How to fix file when it says, "Cannot open file " ". Adobe Indesign does not support the file format, a plug-in that supports the file may be missing, or file may be open in another application." It worked one second, I saved and closed the file, then tried to reopen and now it won't work. I am using Adobe InDesign CS5. It is the only version on my comp. I have tried opening on another comp & copying the file – same error comes up. PLEASE HELP

    First check the version of the document with Jongware's script "Identify.jsx" (ExtendScript/JavaScript).
    You can find it here:
    [Ann] Identify Your InDesign File
    If it is CS 5.5 or above, you need someone to open it in the version the script says and export an IDML representation from that. Another way would be to install a 30days version of CS6 or above (CC) and do it yourself.
    In regards of the script showing a result for InDesign files higher than CS6:
    CS7 = CC v9
    CS8 = CC v10 = CC-2014 or CC2014.1
    Uwe

  • Latest version of Mozilla not supported by online college website. Where can I get downloads for older versions of Mozilla that are supported. Specifically, 3.o to be compatible with Blackboard CE8.3?

    I go to Greenville Technical College in Greenville SC where I take online courses. The school utilizes a program called Blackboard which runs something called Campus Edition 8 service pack 3 (CE8.3). This fall I logged in after taking the summer off to discover that my Mozilla 5 is not compatible with their system. The Blackboard support pages indicate that the CE8.3 is compatible with Mozilla 3.o. My problem is that I cannot find that version to download for a reinstall of the browser. Can you help me? School starts Monday!

    Download Firefox 3.6.19 from here:
    * http://www.mozilla.com/en-US/firefox/all-older.html
    * Save the File on your Desktop
    Uninstalling Firefox
    * https://support.mozilla.com/en-US/kb/Uninstalling%20Firefox
    Installing Firefox on Windows --- Install the Downloaded Firefox 3.6.19 version
    * https://support.mozilla.com/en-US/kb/Installing%20Firefox%20on%20Windows
    Check and tell if its working.

  • On mozilla's OWN WEBSITE I get the message 'Your Firefox is out of date and may contain a security risk!" but I just download and installed the latest version?

    I have the latest version of firefox to date (10/15/2014 v32) and I still get messages while on various websites (Youtube, Google, Gmail) telling me that Your Firefox is out of date and may contain a security risk.
    I even get that message on the support pages of mozilla.org??
    I've tried the about:config reset the useragent(s) fix but that doesn't work.
    I've tried browsing in safe mode and still get the error.
    Why is this False/Positive happening?
    Thanks

    hello your useragent (the information the browser sends to websites to identify its version) - apparently mistakenly - shows this:
    Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20140923 '''Firefox/4.0.0; xs-A30GTmfXR3o;CkHZPf;'''
    probably some sort of unwanted software has overwritten it. please refer to this article in order to reset the user-agent settings in firefox:
    [[Websites say that Firefox is outdated or incompatible even though it's the latest version]]
    in case this does not help, please try to reset the whole browser:
    [[Reset Firefox – easily fix most problems]]

  • I have just rented a film through my Apple TV (2) which I cannot play, The screen says "HDCP is not supported by your HDMI connection". What am I supposed to do about this?

    I have just rented a film through my Apple TV (2) which I cannot play. The screen says "HDCP is not supported by your HDMI connection." What am I supposed to do about this? Thanks in anticipation.

    Welcome to the Apple Community.
    HDCP is copy protection built into iTunes video content, the Apple TV requires all devices to be HDCP compatible before it will send HDCP content to them. In simplistic terms the Apple TV asks the TV if the signal it will send can be recorded, if it gets the right answer it will send the signal, if it doesn't receive a reply it won't.
    Your problem may be one of unsupported equipment or may simply be an error. You could start by checking if your TV is HDCP compliant. If it is the problem might be cabling or another device (such as a receiver) between the Apple TV and TV, it may also just be a glitch which might be resolved by a simple restart.

Maybe you are looking for

  • Error in BW Authorisation using RSSM

    Hi All, We have noticed this error last week when we tried to assign Authorisation object to newly create ID. We have created a new ID in BW and assigned relevant roles to that ID. But, we are not able to assign any authorisation objects to that ID (

  • Right-to-left direction of forms 10g (RTL)

    Hi I want Change Right to Left All of Forms Applet then i changed BASEjini.htm , base.htm , basejpi.htm and Added Line <HTML DIR= RTL> and bounce application server (EBS 12.1.1) but not working . Please help me . Regards Adel

  • API to insert in payment (AP_CHECKS_ALL)

    Hi , Will you guide me how to get the API specialized to insert in payment tables R12 thanks

  • Sync with Vista

    I just purchased a new laptop and noticed it comes with Vista. On Vista they have Windows Contacts and Windows Calendar. Can I sync my Palm Centro (PalmOS) with those two programs instead of downloading the Palm Desktop? Fred Post relates to: Centro

  • WKA - use same coherence override wrong?

    In general, we are told to use the same overrides (cache and cluster) for all participants in a coherence cluster. However, with well known addresses, if we have clients with not-well-known-addresses connecting to a WKA cluster, there is the possibil