Importing theme with same number = new theme?

I'm adding application enhancements to production from our test database instance. So I exported the theme (#301) from the test db, then imported it to the production db. I was surprised that the Install Theme screen showed:
Export File Version:      2007.01.08
Exported From Application ID:      148
Exported Theme ID:      301
Exported Theme Name:      Harris - Blue Gray
Install Into Application      148
Action:      New theme will be created in application 148.
I was surprised the Action line says it'll create a new theme, when the documentation says it will update the existing theme. I even looked in the export file and it has a line to delete the old theme. When the installation finishes, I see that Theme 301 is the current theme, plus there's now Theme 302, which never existed before.
So I was wondering... Are my theme changes from the test instance in Theme 301? And it backed up the old theme to #302 first? Or have my changes not been applied?
I compared them and it looks like Apex is not replacing my previous theme with the new one. I have to manually switch themes. [sigh]
I'm running Apex V3.0.1. I did this twice to make sure I wasn't messing up.
Thanks,
Stew
Message was edited by:
StewStryker

Gilles-
I think your problem is likely that you have the option to stack the copy with the original turned on. First, right-click on one of these photos and go to the stacking menu. If Unstack is not grayed out then you have a stack -- select Unstack to reveal all copies.
To change the automatic stacking of edited copies from Photoshop, when you next choose to edit a file, in the bottom left corner of the dialog is the check box for unstacking. Clear it, and that choice should "stick" until you change it again.
Hope this helps!
Tony

Similar Messages

  • I'm moving from a iPhone 4S to an iphone 5s but and I'm changing SIM card with same number but I want to make sure that all my pictures go onto my new phone how can I do that?

    I'm moving from a iPhone 4S to an iphone 5s but and I'm changing SIM card with same number but I want to make sure that all my pictures go onto my new phone how can I do that?

    Hello Bethanygrace_m7,
    Thank you for contacting Apple Support Communities. You can take a look at this article about transferring content from your old iPhone to a new one:
    Transfer content from an iPhone, iPad, or iPod touch to a new device
    http://support.apple.com/kb/HT2109
    Here is another thread from the Communities about migrating data from an old iPhone to a new one:
    Migrating data from old to new iPhone?: Apple Support Communities
    https://discussions.apple.com/thread/2038778
    Regards,
    Jeff D.

  • Create Equipment with same Number rang at Diff Equipment Catagory

    Hallo Guys,
    client bymistake created some equipments which are actually PRT with catagory M ( Machine)
    now they made deletion indicator to that and inactive the part and now want to create same machine as a PRT with same number range interval
    as that of made at machine, but as per std system is not allowing to create duplicate records.
    How to achive this ?
    Regards,
    Rip

    If no Equipments were created after the Deleted Equipments then you may have an option.
    Tcode OIEN
    Go to Number range interval, Then the Current number  can be changed as under. Reduce this Current number by those many equipments. Then new equipments will have the same numbers of the deleted equipments
    You should do it in trial servers and if suits to you then you can decide to go ahead. You should be prepared to have filters in Selection-screes to avoid the DLFL INAC equipments appear in the reports
    Jogeswara Rao K

  • How can i export the data to excel which has 2 tables with same number of columns & column names?

    Hi everyone, again landed up with a problem.
    After trying a lot to do it myself, finally decided to post here..
    I have created a form in form builder 6i, in which on clicking a button the data gets exported to excel sheet.
    It is working fine with a single table. The problem now is that i am unable to do the same with 2 tables.
    Because both the tables have same number of columns & column names.
    Below are 2 tables with column names:
    Table-1 (MONTHLY_PART_1)
    Table-2 (MONTHLY_PART_2)
    SL_NO
    SL_NO
    COMP
    COMP
    DUE_DATE
    DUE_DATE
    U-1
    U-1
    U-2
    U-2
    U-4
    U-4
    U-20
    U-20
    U-25
    U-25
    Since both the tables have same column names, I'm getting the following error :
    Error 402 at line 103, column 4
      alias required in SELECT list of cursor to avoid duplicate column names.
    So How can i export the data to excel which has 2 tables with same number of columns & column names?
    Should i paste the code? Should i post this query in 'SQL and PL/SQL' Forum?
    Help me with this please.
    Thank You.

    You'll have to *alias* your columns, not prefix it with the table names:
    $[CHE_TEST@asterix1_impl] r
      1  declare
      2    cursor cData is
      3      with data as (
      4        select 1 id, 'test1' val1, 'a' val2 from dual
      5        union all
      6        select 1 id, '1test' val1, 'b' val2 from dual
      7        union all
      8        select 2 id, 'test2' val1, 'a' val2 from dual
      9        union all
    10        select 2 id, '2test' val1, 'b' val2 from dual
    11      )
    12      select a.id, b.id, a.val1, b.val1, a.val2, b.val2
    13      from data a, data b
    14      where a.id = b.id
    15      and a.val2 = 'a'
    16      and b.val2 = 'b';
    17  begin
    18    for rData in cData loop
    19      null;
    20    end loop;
    21* end;
      for rData in cData loop
    ERROR at line 18:
    ORA-06550: line 18, column 3:
    PLS-00402: alias required in SELECT list of cursor to avoid duplicate column names
    ORA-06550: line 18, column 3:
    PL/SQL: Statement ignored
    $[CHE_TEST@asterix1_impl] r
      1  declare
      2    cursor cData is
      3      with data as (
      4        select 1 id, 'test1' val1, 'a' val2 from dual
      5        union all
      6        select 1 id, '1test' val1, 'b' val2 from dual
      7        union all
      8        select 2 id, 'test2' val1, 'a' val2 from dual
      9        union all
    10        select 2 id, '2test' val1, 'b' val2 from dual
    11      )
    12      select a.id a_id, b.id b_id, a.val1 a_val1, b.val1 b_val1, a.val2 a_val2, b.val2 b_val2
    13      from data a, data b
    14      where a.id = b.id
    15      and a.val2 = 'a'
    16      and b.val2 = 'b';
    17  begin
    18    for rData in cData loop
    19      null;
    20    end loop;
    21* end;
    PL/SQL procedure successfully completed.
    cheers

  • More Table Blocks in 11g with same number of rows as in 9i

    I was using SQL performance analyzer to compare performance difference between 9i and 11g databases.
    For this purpose I generated a trace file in 9i database and used it to build STS in 11g database.
    After runing two trials and comparison the report showed performance regression (comparing "buffer gets") while using following SQL statement
    *"SELECT * FROM EMP";*
    There were total 14 rows in emp table in both databases( i.e 9i and 11g)
    There was no plan change for above SQL statement in 11g database but still there was performance regression in 11g.
    After querying dba_tables view for number of blocks in emp table on both sides i found that EMP table in 9i database had 1 block where as in 11g emp table had 5 blocks (Even after using alter table emp move;)
    I am unable to understand why emp table has more number of blocks in 11g with same number of rows as in 9i emp table?

    user8916506 wrote:
    Below query was executed in 9i database.
    SQL> select extent_management,initial_extent,allocation_type from dba_tablespaces where tablespace_name='SYSTEM';
    EXTENT_MAN INITIAL_EXTENT ALLOCATIO
    LOCAL 65536 SYSTEM
    Results shows that SYSTEM tablespace in 9i database is locally managed.
    Where as results of below query from 11g database is indicating that users tablespace in 11g is also locally managed.
    SQL> select extent_management,initial_extent,allocation_type from dba_tablespaces where tablespace_name='USERS';
    EXTENT_MAN INITIAL_EXTENT ALLOCATIO
    LOCAL 65536 SYSTEMGood to see that you also picked up the allocation_type at the same time.
    So you have shown that the discrepancy between 9i and 11g isn't down to the difference in extent management.
    Are there any other differences between the tablespaces when you compare 9i system with non-system, and 9i system with 11g non-system ? (Hint - we have an anomaly with space allocation.)
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    Author: <b><em>Oracle Core</em></b>

  • PR transfer from R/3 to SRM with same number

    We are transfering R/3 PR's to EBP. We want keep Number of Shopping card same as PR number in R/3
    It is always picks up Internal Number range for the shopping card in SRM.
    We have only kept external number assignment for shopping cart transaction type, then in SLG1 it gives error "Internal number range is missing for transaction type. Inform syst. admin"
    Any other method to keep Number of Shopping card same as PR number in R/3?
    Regards,
    NNK
    Edited by: Nitin Khajindar on Apr 23, 2008 5:53 PM

    Hi,
    We are using the SRM 5.0 with PPS ( Procurement for public sector) industry specific component. We transfer the PR's from ECC to SRM and we have same number in the both the systems.
    PR number in ECC is the SRM shopping cart number may be this is public sector sector specific functinality but this is available in SRM 5.0
    Send me your information, I can send you my configuration print screens to you.
    Thank you
    Sreedhar Vetcha

  • Retiming with same number of frames

    Hi (couldn't find this) - If I want to convert my source video to a new frame rate -- but keep exactly the same number of frames -- what is the best way to do that?
    Do I just set my desired frame rate in the Encoder tab and then set duration to 100% in the Frame controls? Does that give me the just the original frames in the source, but at a different speed?
    Thanks, PH

    OK -- I figured it out!

  • Multiple contacts with same number?

    Hello,
    I have multiple contacts in my address book with the same number, for instance "Mom" or "Grandma" or "Mrs. Smith."  Is there a way to ensure that my iPhone 4 chooses the assigned photo and name to each contact? 
    I have all three under "All Contacts" but also have only one under a sub-group that is my primary contact group.  Perhaps my problem is syncing via MobileMe? Doing that means I have All Contacts as well as my sub-group on the iPhone; that may be confusing it?
    Thanks for any help!

    If you have multiple contacts have the same number the iPhone makes a random choice. There is no way to force one over another.

  • New to apple, not a techie. importing problems with canon hv20 - new imac

    hi team
    i'm just starting out, and have honestly tried to look through the boards, but its just to much stuff to read.
    i'm trying to import minidv tapes from canon, newer tape recorded on the canon imports ok on manual.
    older tape recorded on an older canon around 2004-6, which plays in my new canon ok, apart from its not wide screen in the lcd, wont import.
    what's the difference between my new wide screen tape, and my older recorded tape?
    my imac is great, but the tutorials to get started with are smooth and basic, and assume you have no porblems.
    thanks in advance

    thank you for your time team.
    why isn't imovie clever enough to receive my older tape which i guess isn't digital? its hardly ancient technology or tape. if my hv20 plays it, why doesn't imovie just receive it?
    to me its all just movie footage, i'm confused as to why it doesn't give me options or ask me question's about what i'm uploading...
    does imovie only work with digital footage?
    cheers

  • REPROCESSING AN IDOC WITH SAME NUMBER

    hi ppl,
    i hv sent an idoc to the inbound system with a  generated idoc number.
    and now i had added some fields fo the same idoc and have to resend  it to the same inbound system
    with the same IDOC NUMBER.
    how can we RESEND AN IDOC with SAME IDOC NUMBER.
    thanx very much...
    regards,
    RAVI.

    >
    ChakravarthiPonnam wrote:
    > with the same IDOC NUMBER.
    > how can we RESEND AN IDOC with SAME IDOC NUMBER.
    Was that IDOC ended with status 53? If so then I donu2019t think if you could able to edit the segments and reprocess straight forward.
    If that IDOC has been ended with Error then just edit this IDOC(WE02>Double click on segment then from menu "Data record>change") now the status has been change to 69. then just reprocess with BD87.
    NOW, if your IDOC has ended with 53 and you want to edit this then a minute work-around we have to do. Like first change the IDOC status from 53 to 69 then do the same like for error one,
    Cheers
    Amit.

  • Second sim with same number

    I use my phone a lot for work, and want to leave it permanently in the van, can I have a second sim on the same number ?

    Orange used to offer exactly this with their "Single Number" facility, but it was never opened up to EE users, and finally closed down at the back end of last year. For what it's worth, the only other network to have ever offered similar was Vodafone with "multi-SIM" but that never let you use data from the second SIM and closed many years ago. As others have suggested, a GSM-divert is now the closest you'll get. You could also use EE "pocket landline" with the "one to many" option if you want multiple phones to ring with incoming calls at the same time. Details at http://ee.co.uk/business/small/connecting-your-business/pocket-landline

  • Import Folder With Songs Without Show Them In Albums

    Good day to you all
    I have 2 qustions i would like to ask ( sorry about my english)
    1. I have a folder i made on my desktop with many songs from lots of artists. i want to make a playlist with all of this songs. i can drag all of them to the playlist i made but i don't want them to show in the albums or artists view. is there a way to do it ? i can change the info of the songs to have the same album name and VA artists name so i have only one album but i can only do this in itunes and i don't want to import the folder the itunes beacuse i don't want to have a mess.
    2. when i play a song i have on my desktop it's automaticly had the song to itunes album and artist view - is there a way to disable it?
    thanks

    1) The moment you import the songs in iTunes, they will show up in album or artist view, no way to get around that. Why would you want that?
    " i don't want to import the folder the itunes beacuse i don't want to have a mess."
    You won't make a mess if you do it like this:
    - make a new playlist, name it.
    - open your folder on your desktop in a finder window, and select all songs (command + A)
    - drag these songs into this playlist, iTunes will add them to your library.
    - in iTunes, rename the appropriate ID3 tags by selecting what belongs together (as I understand, everything, so again command + A), Get Info (Command + I ) or rightclick, edit the ID3tags, and press enter.
    2) This is default normal behaviour. If a song is playable with iTunes, it will automatically launch iTunes when you double click it, and imported into your library.
    If you do not want this, you want to open a song with another application, you can change the default app.
    In the finder select a song from your folder, Get Info (command + I)
    There you have:
    Open with: iTunes (default)
    Use the arrows to select another app to open it with
    and then press "Change All"
    From now on your music files will open in this other app by default if you click them.
    (Note: you have to repeat this process for each different file format extentions, like mp3, AAC, wav, ...)
    If you don't want that either, you just want to temporarily listen without importing them, you can always use the preview function, by selecting the file, and hitting the spacebar. This will open the file in a preview mode.
    With the arrows up or down you can go immediately to the previous or the next file without leaving preview mode.
    Hope that helps, good luck.

  • IMessage cannot activate after moving to new operator with same number (MNP)

    Hi
    I recently started using a new mobile operator, but kept my number from the previous operator.
    After endless attempts at activating iMessage, I always get "Cannot activate iMessage".
    I tried endless things: completely wiping out my device and starting from scratch without restoring from backup, working on Wi-Fi, working on cellular, changing DNS address, logging out of iMessage on my Mac. I have also verified that I am able to send text messages to international destinations.
    I'm using an iPhone 4 with iOS 6.1.3.
    Please help! I am desperate here.
    Thanks

    Hello. I had exactly the same problem, a few weeks ago I switched from Telcel operator to Movistar Mexico and iMessage / Facetime were unable to activate. The point is that in some plans, Movistar does not allow to send "international" SMS , even the fact that you have unlimited messages to national carriers ( within Mexico ). So you have to purchase an additional "recharge bag" starting from 30 MXN , which will allow your iPhone to send the SMS which will activate iMessage / Facetime. This was the fix ! Best regards.
    In Spanish here :
    Hola. Tuve exactamente el mismo problema, hace algunas semanas me cambie del operador Telcel a Movistar Mexico y entonces iMessage / Facetime ya no se podian activar. El punto es que en algunos "planes", Movistar no permite enviar SMS "internacionales", aun cuando tienes mensajes ilimitados a operadores nacionales ( dentro de Mexico ). Asi que lo que tienes que hacer es comprar una "bolsa adicional de recarga" que puede ser desde 30 pesos mexicanos, lo cual le permitira a tu iPhone que envie el SMS , que activara iMessage / Facetime. Esto soluciono el problema !. Saludos.

  • I NOW HAVE 2 PALMONE TUNGSTEN /E2'S I WANT TO SYNC THEM WITH SAME INFO. PLEASE HOW???

    My daughter gave me her palm because she has gone to other stuff.  I love my Palm and I would like to sync them both so I could use one especially for Travel purposes while my 'baby' sits safely at home.  All suggestions would be woulcome. TNX HP12thman

    Hello, and Welcome to the HP Support Community!
    Syncing two Palm PDA's to one HotSync account is not something the devices were designed to do.  
    I/we here who offer our help here in this Forum have heard numerous reports of scrambled devices, and data saved in Palm Desktop caused by performing this task.
    There is a tedious way to do this safely though.  Whether you feel it is worth the trouble is up to you!
    You need to designate one of the devices as the "Master", the other the "Slave".   Erase the Slave device via a Hard Reset, then sync it to Palm Desktop.  Palm Desktop will recognize the device as blank and will ask you "Create a new account, or use and existing one?"   Choose existing, and pick your normal account name.
    FROM NOW ON you have to change all the Conduit settings in Palm Desktop to "Desktop overwrites Handheld" whenever you wish to sync to this Slave device!!!   If you don't, you will risk scrambling all the data for both devices and Palm Desktop...
    In essence, you are creating a simple "Backup Device" that does not get updated while on the road.  Any updates have to be done in either Palm Desktop or the Master Device.   When doing a HotSync to the Master device, the conduits have to be reset to "Synchronize".
    I'm sure you can see the probability of making a mistake can be high.
    Many of us perferred using an on-device backup system named "NVBackup".  This saved an entire mirror image of the data to an SD card in the device.   However, if you are worried about the slave device being lost or stolen, this won't be of much help.
    Good luck!   I still have two Palm TX PDA's that work like brand new!    
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Importing files with same name but different extensions

    Hope I will be clear enough.
    Lets say that instead of sending a file from Lightroom to an external editor, I open it directly in Photoshop.
    When I'm done, I save the edited photo using the same name but in a different file format : IMG_1333.cr2 > IMG_1333.psd or IMG_1333.tif, and selecting the same folder location.
    Then, I come back into Lightroom and synchronise the folder.
    Why is the knew version of the picture not showing up beside the original file, despite the different extension ?
    I notice that the different extensions ( .psd or .tif ) are recorded in the sidecar files field in the Metadata panel.
    Of course, everything works fine if the file name is modified ( or just by selecting the "copy" option in Photoshop's "save as" dialog box ). Lightroom synchronise dialog shows the new photo to import.
    So, why is Lightroom not making a difference between files with the same name but different format extensions ?
    Thanks for any hint :-)
    Gilles.

    Gilles-
    I think your problem is likely that you have the option to stack the copy with the original turned on. First, right-click on one of these photos and go to the stacking menu. If Unstack is not grayed out then you have a stack -- select Unstack to reveal all copies.
    To change the automatic stacking of edited copies from Photoshop, when you next choose to edit a file, in the bottom left corner of the dialog is the check box for unstacking. Clear it, and that choice should "stick" until you change it again.
    Hope this helps!
    Tony

Maybe you are looking for

  • "Scanner error 22" messages on HP M1217 nfw

    I have a three yr old LaserJet HP M1217 nfw and was successfully copying a booklet, and on one copy the "Scanner Error 22 " message appeared and I no longer copy anything. Where do I find the de-coding for error messages (not in manual) or is a forum

  • Sum quantities in message mapping

    Hello there. I'm trying to map a xml message with items (material/quantity) into another one with exact same structure but collecting the lines by material. The XML's structure is like: header_fields ... <items>   <item>     <matnr>1</matnr>     <qty

  • Front Row shuts down when i'm marking a 1 gb movie

    I have just converted Kill Bill vol. 1 (1 gb), and it's working fine in Quicktime, when i'm opening the movie from finder. But when i mark the movie in Front Row, Front Row shuts down. What is the problem?

  • Ipad substitutes question marks in place of numbers

    In Calendar and other apps with numbers in headings, my iPad 3 (iOS 8) shows ?? instead. I have a 12 year old who uses it. Any ideas as to what might be causing this?

  • HR FAQ's

    Hi all. 1. How to check the org structure of my company?(i know abt PPOME trnx).    my q is how to view all the company codes/sub area/psubarea ? 2. How to add a Infotype say(9010) to PERSONNEL EVENT? 3. What Commit command does? 4. Whts the differen