Migrating theme from Apex 3.1 to html db 2.0

Hi,
I wanted to know is it possible to migrate a apex 3.1 theme to html db 2.0? i have an export file of theme in apex 3.1 which i wanted to import it in html db but its giving an error of not compatiblity.
Please help.....

Just want to report back that I found an answer to this, it is enough to import this string:
INTERFACE:IF-hostname/17 MANAGED_STATE:MANAGED (or EXPLICITLY_UNMANAGED).
So what i did was use Notepad++ and regexp to filter out the needed data:
Search for: ^.+(INTERFACE.+$)
Replace with: \1
and then another replace for ";" with nothing.
Then I ended up with:
INTERFACE:IF-hostname/17 MANAGED_STATE:EXPLICITLY_UNMANAGED
which could be imported with the mentioned scripts in my original post.

Similar Messages

  • Runnig forms in oracle 10g after  migrating them from oracle 6i

    Guyz ....i have developed forms in oracle 6i and when i presented them to the my manager he says that he wants them to be web based.....arghhhh.!!!!!! shud have told me at the beginning itself....anyways i downloaded the forms 10g from oracle website and migrates my forms from 6i to 10g ....
    1.The forms are getting compiled and i can run them on my laptop.. i wanna noe whats the procedure to run them on other system .....the port number is 8889
    I mean running them on a web on some other LP or system.???
    2.And my 2nd problem is that ...The records are not being saved in 10g as in 6i. I created the forms in 6i using the data block wizard and set the block accordingly as told by u people in this forum

    Look at the existing formsweb.cfg configuration file located in your <DEVSUITE_HOME>/forms/server folder. It allows you to create different sections to start your Forms applications.
    For instance, if you create a application_1 section, give this name in your URL.
    Francois

  • My CS products don't work after migrating them from an old mac to a new mac. Any ideas?

    Help! I bought a new imac, and used the migration process to move everything from the old mac to the new mac. But now none of my CS products (eg Indesign) will work. I use CS5.5 and CS6. The CS6 says I can run "a trial version" - which is absurd, given that I have a legitimately bought version on disk (that cost over £1000!). The CS5.5. icon just bounces for a couple of times then closes before fully opening.
    Adobe will not help, because they say CS6 is "an old product".
    I am desperate - does anyone have any ideas?

    Migration does not work with Adobe products. There are too many components in too many places, and they don't get copied properly.
    You'll need to use the Adobe Cleaner Tool to remove what you copied:
    http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html
    Then download a fresh copy of CS6:
    Other downloads

  • Export/Import the new Theme from Apex 2.2

    Ok, I am so very sold the new theme 15 in Apex 2.2 after 1 day playing. I really want to use it in the new app I am going to build very soon. Export/Import does not work at all because all the images whatsoever are NOT there. May somebody let me know how to do this? or can we do it?
    Thanks in adavnce.

    Hello,
    I'll see what I can do about providing a zip of the images directory for the new themes, it's not my call though. You can at the moment use Firefox and save the page (which also saves supporting files) and that will get you most of the images.
    You would then have to go through the css and make sure to grab all the background images in that file. On or two page grabs of different page types should give you most the images.
    Carl

  • Problem in Themes after Migrating from APEX 4.0 to 4.2

    Dear Friends,
    Recently we migrated from APEX 4.0 to 4.2. There were no errors during migration. But after migration we observed that any application with Simple Red (Theme No.1) and Scarlet (Theme 21) stopped working properly. i.e. Template button Red will not perform any task. Even changed the template of the button doesn't work.
    Can any one suggest steps to solve the problem?
    Thanks in Advance.
    Krunal

    Hi Prabodh,
    This is the error i am getting
    Timestamp: 11/30/2012 5:03:02 PM
    Error: TypeError: ((f.event.special[r.origType] || {}).handle || r.handler).apply is not a function
    Source File: http://testserver:8000/i/libraries/apex/minified/desktop_all.min.js?v=4.2.0.00.27
    Line: 3
    No i didn't modify any template.

  • How to migrate Themes, HTML templates, MIME objects to ECC6.0

    Hi Friends
    How to migrate Themes, HTML templates, MIME objects which are developed in SAP Web@Studio.
    or How to use program SIAC_UPLOAD ??
    regards
    siddharth

    Hello Murray,
    Your steps sound correct.  I would add that you generally need the following:
    1. publish the IAC, SYSTEM, and WEBGUI Internet Services (also from SE80)
    2. make sure the Integrated ITS is working.  Meaning you should activate the ITS in the profile parameter, this can be seen in transaction SITSPMON.  Some services in transaction SICF also need to be activated, like the default_host/sap/public/bc/its
    From your error message though it looks like the URL you have used is either incorrect or you have used the External Alias feature in SICF?  The URL for the ITS is usually http://host:port/sap/bc/gui/sap/its/service.  Second, the error is about a language resource file (.htrc), you have not specified if you created one or not.  To create one in the language you are logged in with just go to SE80, open your Internet Service and double click on the "Topic xx".  Don't forget to publish after creating and saving it.
    Edgar

  • Increase in CPU Utilization after migration from APEX 3.1.2 to APEX 3.2

    Has any noticed any increase in CPU Utilization after migrating from APEX 3.1.2 to APEX 3.2?
    Thanks,
    Mark

    Hi Mark,
    Take a look at some of the usage reports within APEX (sessions, page views etc) to get an overall feel for where the time is being consumed.
    You'll also find it useful if you can run a statspack report (or AWR, ASH etc) during a busy period to be able to drill down into where that CPU is being spent.
    There's no magic answers here unfortunately, you need to track it down to where the time is being spent before working back up to find out where best to tune it.
    John.
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!

  • Migration from APEX 3.1 to APEX 4.0

    Dear All,
    We are currently upgrading our APEX application from Apex 3.1 version to 4.0. We have done this in two ways .
    +1. Upgrade the Apex from 3.1 to 4.0 along with the application+
    +2. Export from 3.1 and import into 4.0 version.+
    Both the ways we are getting issues
    The issues we are getting are:
    First method:
    +1. The reference IDs of fields in tabular form are getting changed and hence the Javascripts are not running.+
    +2. Since the references are changed, the validations have to be re-looked.+
    We made changes to pick the current reference ids, but still the scripts are not running (not even identified by the system. When we check with Firebug in Firefox, it shows the scripts does not exist/not recognised?!)
    Second Method:
    +1. The reference IDs are changed only for very few.+
    +2. Javascripts are not fully imported by the system and it leaves few scripts. Hence few scripts are missing after import.+
    Is there something which we are missing?What is the best way to migrate when there are javascripts involved?
    Kindly reply.
    K Tanna.

    Hi,
    the session number is generated by Apex each time the end user logs in at your application.
    This should give no problem when you migrate to a newer version.
    regards,
    Erik-jan

  • How do I migrate apps from an old iphone if I didn't back them up

    How do I migrate apps from an old iphone if I didn't back them up?
    I created a backup of my iphone 5s just before activating my iphone6.  But I chose not to back up the apps to my computer because at the moment I was thinking of my MBA's hard disk space.  Now that Im restoring the backup to my new phone, I get an itunes message saying 64 apps were not installed on my phone because the apps could not be found.
    The phone is still restoring photos.  What can I do to get those apps on my phone without having to re-install them manually?

    Ok, I have my old iphone5s and my new iphone6.
    I have apps on my iphone5s, i haven't erased anything.
    One of those for example is iBank.
    I connect the iphone5s to my mac, in iTunes I select the phone, click on Computer backup "This computer" and click on Backup now.  Itunes says its backing it up and finishes.
    Now I unplug the iphone5s and plug in the iphone6. 
    It starts to sync but then gives me an error saying some apps were not installed:
    The games I don't care about, but iBank I do, there is also a company erp app.  Those are the only 2 I really need to have back on my new phone.  No matter how many times i backup the old, it just won't find the apps.  Why?

  • During an aborted migration attempt from old Macbook Pro to new machine running Yosemite my recently installed apps and settings have been placed in a deleted user folder. How do I reinstate them?

    During an aborted migration attempt from old Macbook Pro to a new machine running Yosemite my recently installed apps and settings have been placed in a deleted user folder. How do I reinstate them?

    I suggest starting over. Boot into Recovery mode, wipe the HD, reinstall the OS, and, on first boot, use the steps in Pondini's Setup New Mac guide to do the migration.'

  • Migration of an application from db express edition to html db!!!

    Hi,
    I created an application using Oracle DB Express Edition (on Linux), I exported it and I want to import it to html db 1.5.1.00.11, I installed html db and oracle http server using the companion cd 10g for Solaris. When I try to install the application (file.sql), it shows me an error:
    1 error has occurredNOT COMPATIBLE (Your export may contain calls not supported by your application version.)
    What Can I do??
    Do I have to install the Application Express 2.0 running the script in the Database? or it is no possible to migrate an application made with xe to html db??
    I'll be waiting for a possible solution.
    Thanks in advance.

    Elizabeth,
    HTML DB is upgraded automatically when you install Application Express (HTML DB) 2.0. There additional configuration steps required. All the details you need are in the Installation Guide:
    http://download-west.oracle.com/docs/cd/B19306_01/install.102/b16375/toc.htm
    Sergio

  • Theme in APEX 4.0.1

    Hi, I've just upgraded from apex 4 to apex 4.0.1.
    In there a reason why i can see only one theme "Simple Red - 1"?
    I'm using Oracle XE on Ubuntu.
    I did
    @patches/4.0.1/apxldimg.sql /usr/lib/oracle/xe/apex
    at the end of the update process, successfully executed.
    If i check in the apex/images directory i can find all the images and all the themes.
    Any hint?
    Thank you very much
    matteo

    Matteo,
    In all previous versions of HTML DB and Application Express, all of the themes were not installed in your application by default. All of the themes were available to be installed in your application.
    http://download.oracle.com/docs/cd/E17556_01/doc/user.40/e15517/themes.htm#BABGCDEF
    I hope this helps.
    Joel

  • Can I send a report from apex to a non-apex user?

    I am new to apex, and using ver 2.0. The users would like to click "email this report", put in any email address (someone internal to the organization or external), and have an html file sent to the recipient, that is the report they were just reviewing in apex. The recipient is NOT an apex user.
    In addition to this, they'd like to indicate that they want an associated report (one that they are currently not viewing) to be emailed as well (lower priority as I can tell them to go to the other report and click the same "email this report" link over there)
    The more details the better, as i'm new to this environment.
    Thanks in advance! :-)

    This is do-able, but it is not just a few clicks and it's done. If you're new to Apex you probably want to start with getting email working first. This isn't that big a deal, but you want to make sure your email delivery from Apex is reliable before you start moving on to emailing attachments.
    The first hurdle is that the apex_mail package doesn't support file attachments, which sounds like a fundamental requirement for your situation. This means that you need to either use utl_smtp (which I would not recommend - it's a bit complex) or utl_mail, which isn't installed by default in the typical Oracle installation. You'd have to ask your DBA to install it and set the SMTP host parameters that is requires.
    Once (if) you get utl_mail up and running you'd want to look into the SEND_ATTACH_VARHAR2 or SEND_ATTACH_RAW procedures to do the actual email send procedure.
    You'll also need to create the report via a custom PL/SQL procedure that would output the report as a either plain text or HTML so the user can read the output when they get the email attachment.
    I know it sounds complicated, but if you just take it one step at a time you can get there, and you'll be quite happy with the results when you do.
    Hope this helps.
    Earl

  • Changing Theme in Apex

    I would like to create a new custom that needs to be developed in my application. As a developer i dont have access to either download or upload files from themes folder. Can anyone guide me how that could be implemented in my application.

    >
    Welcome to the forum: please read the FAQ and forum sticky threads (if you haven't done so already)), and update your forum profile with a real handle instead of "986931".
    When you have a problem you'll get a faster, more effective response by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s) (making particular distinction as to whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form)
    With APEX we're also fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.
    I would like to create a new custom that needs to be developed in my application.Can we be clear on what you are asking for? A complete custom theme is a major undertaking. Customizing or overriding aspects of theme look and feel is relatively straightforward. Creating or customizing component templates within a theme is also pretty simple.
    As a developer i dont have access to either download or upload files from themes folder.Why not?
    You can always download theme resources through the browser. When running an application, view the page source in the browser. The page <tt>head</tt> element will contain a link to the theme style sheet like this:
    <link rel="stylesheet" href="/i/themes/theme_25/css/4_2.css?v=4.2.1.00.08" type="text/css" />Add the server to the URL in the style sheet URL and type it into the browser address bar:
    http://apex.oracle.com/i/themes/theme_25/css/4_2.css?v=4.2.1.00.08The browser will download the theme CSS.
    To identify and access other resources like images referenced in CSS, use the web inspector in decent web browsers with real developer tools like Firefox+Firebug, Safari or Chrome.
    Can anyone guide me how that could be implemented in my application.Developing a complete theme requires a good knowledge of HTML and CSS (and increasingly of JavaScript and a JS framework like jQuery). It's beyond the scope of this forum to provide information on the basics of HTML and CSS, and/or web and UI design in general.
    The documentation contains information on managing and customizing themes and templates. Also see this Cloning your Corporate UI with HTML DB blog post (HTML DB was the former name of APEX).
    The web server file system is the best location for theme files. If you really can't get proper access to this (as on hosted environments like apex.oracle.com for example), then the APEX repository can be used as the location for the required theme CSS, image (ignore the #IMAGE_PREFIX# stuff there&mdash;it's in the wrong place; repository images are accessed using #WORKSPACE_IMAGES#) and script resources.

  • Migrating data from Oracle 9i to SQL Server 2005

    I am new to both. I need to first migrate data from oracle to sql server. After this I need to create a daily nightly batch process to insert new records from oracle to sql server into that table.
    As my knowledge in SQL server is zero. Can somebody help me how I can accomplish this.
    Somebody told me that I can use sql server import/export to do initial data dump into sql server and after that I can create a link in in oracle to do new iserts for new records. does any one have some example on this. I will really apprecite this if someone can give me step by step example. Thanks

    I have been to SQL Server training, but my SQL server databases are off the shelf system, so I don't have to muck with them. Anyway, Sql Server is just MS Access on steroids, so some of the same concepts apply. You need to create an external table links to oracle. The following tidbits I found by googling might help you.
    http://www.sqlmag.com/Article/ArticleID/22264/sql_server_22264.html
    http://www.lazydba.com/sql/1__152.html
    http://www.sswug.org/see/35034
    http://decipherinfosys.wordpress.com/2007/07/16/linked-servers-in-sql-server/
    Some of the above require subscriptions (free and or paid). Hope this helps.

Maybe you are looking for

  • TS1702 upgraded iphone 3G to IOS5 .Unable to download application from apple store.instructed not to update ios version or restore

    error 1661 unable to sync application on iphone i upgraded iphon 3G to IOS 5 NOW not able to download applications i am instructed not to upgrade  ios or restore

  • Doc attachment to INSPECTION LOT

    i want to attach a doc to inspection lot, as per std sap, inspection lot is not an object link. if i want an attachment, wht i have to do?  is it a development? i have to develop a object link "inspection lot"? and develope a screen? how to do? wht a

  • Why can't I use any browers?

    Whenever I try to go on safari it says that I need a certificate, I click open certificate and get nothing. On google chrome it says every website is blocked because someone is using my internet and it says it will be shortly ok again. I waited 4 day

  • Convert WPD to PDF

    I have a user that when she tries to open a WordPerfect file with Acrobat she gets a "Unsupported file type error" for the .wpd extension. Is that something that is supported or that just needs to be configured, within Acrobat. Thanks

  • Buying albums from US itunes in Canada

    Hi there, Is it possible to buy albums from the US version of iTunes store that i can't find on iTunes Canada? If so, how do I go about it? thanks in advance