Compare 2 Customization Instances

Dear Gurus,
I want to compare 2 customization instances, one of the instance is in 3.1I and the other in 6.0.
The comparision is specific to SPRO and for FI-CO.
Is there a possibility to do that?
Thanks for your time and reply in advance.
regards,
Raj

Dear Gurus,
I too came to the same conclusion of using OY19, but i got stuck as there is an authorization issue...
Thanks.
regards,
Raj

Similar Messages

  • How to Compare entity instances's attribute and find the latest one.

    Hi,
    Below is my data model
    entities: the person, the job
    Relationships: the person-> the job (the person's job) 1 to M (reverse: the person's job's person)
    the person ->the job (the person's favorite job) M to M (inferred)
    Now, the job entity has below attributes: (only important ones are listed)
    1. the job's id
    2. the job's end date
    3 the job's person id
    the person entity has below attributes:(only important ones are listed)
    1. the person's id
    2. the person's most recent job id
    Using the "member of" operator I am assigning the entity instances to "the person's favourite job". Upto this things are working fine.
    Now the problem is I want to determine -"the person's most recent job id" by comparing the entity instance's attribute "the job's end date" and then getting the job Id of the same entity instance.
    Can someone help me in this..?
    thanks,

    Hi,
    Just be aware that if you had two jobs ending at the same time, then InstanceValueIf would return uncertain (perhaps they had two jobs at the same company...?) so just make sure you handle that.
    consider renaming the relationship to the plural... "the person's favourite jobs".
    I am assuming that your system only handles jobs that have ended, as things would be much more complicated if they could have multiple jobs (which could overlap) or jobs with start dates that haven't ended yet.
    Thanks,
    Ben

  • How does Mac Pro compare to iMac?

    Ok I'm Pisssed!
    I just bought a mac pro with AMD FirePro D700 6144 MB to photo editing. I noticed that it's a bit sluggish with my 4k Dell monitor. I figured what I can do I already have the best mac there is guess I'll have to live with it.
    And then BAM, the new iMac comes out with AMD Radeon R9 M295X. Will it perform better with photo editing?

    Actually you are wrong.
    You can change CPU in mac pro, but you cannot fit inside anything better or newer as you are limited to specific TDP and chipset. For instance, putting in new generation of xeon won't give you TB3 support and so on. It can also lead to instability of the system overall. So in basic words: you shouldn't change CPU you already have inside so no CPU upgrade there as well.
    Also iMac is much better in single core performance than mac pro and 99% of applications don't use more than 2 cores and even if they do those actions are not so critical (rendering where you can wait or go get one coffee meantime,...) compared to for instance 3D modelling or animation, where you need smooth rendering and good CPU real-time computation.
    Also new radeon R9 M290X and M295X is much better supported from AMD side and also in windows. We all know OS X 3D performance is miserable compared to windows and having one year old drivers for mac pro GPU's (13.25 version) compared to newest radeon drivers (14.9).
    In addition to all, 4K monitors are very poorly supported on mac pro. For example sometimes when I start OS X half of the screen remains black on my dell UP2414Q and only solution is to restart my computer again. Dell says that they haven't tested with apple hardware and it should be apple to fix this while apple says dell should fix it while customers remain in the dark and with poor support. Thank you dell and apple.
    And there is more bad news for apple: adobe has started to shift their support to nvidia and windows system as Illustrator CC2014.2 now supports hardware accelerated graphics rendering with nvidia GPU on windows! And even more, new GTX980 beats any AMD cards on the market and AMD probably won't make anything better because they can't. I never understood apple latest fascination with AMD. AMD is the worst company for GPU's and their support is so bad I'm considering selling my mac pro.
    The release of new iMac with 5K was a big slap in the face of professional apple customers who paid big money for their pro machine which can only run final cut pro X in it's full power. Any other software is unable to utilize all that "power" that apple put into mac pro. It's a big shame and a good waste of money to have just a nice room warmer.
    Instead of fixing old things apple went and made new version of consumer class PC that is better or at least equivalent to pro class PC's the sell.
    What apple need to fix is:
    -10-bit support for displays. I don't know why we throw so much money on good displays when computer only outputs 8bit at the end.
    -drop AMD and pick up nvidia cards. Apple already supports openCL 1.2 with nvidia cards under OS X and nvidia offers physX and CUDA in addition to only openCL that AMD offers. Also nvidia drivers are much more stable and performance of nvidia cards is better in all aspects.
    -give more support to developers like adobe and others to upgrade their software to take advantage of GPU's we throw so much money on. What good is it to have a good computer and then software that can't even use that computer in it full potential except only few operations while majority of operations are still slow and laggy.
    -give better support for 3D under OS X. Right now I'm watching like 9-30 FPS in Maya and Unity, and sometimes I even run some games to free my mind. WoW hardly reaches 60FPS on low settings while under windows bootcamp on same hardware I can get easily 60FPS! OS X still only has openGL 4.1, while we have there 4.3 and 4.4 GPU's out.
    There has been almost one year since the release of this mac pro and nothing pretty much changed. This "pro" computer is actually pretty slow compared to what competition offers and the only good thing on mac is now the friendliness of OS X, stability and good integration with everything which windows lacks. But overall it's a very slow system to work on. Apple promised much but we got nothing of it except high price tag and a lot of lost nerves!
    I'm very very disappointed in apple right now and really considering switching back to normal PC where at least I get latest drivers for everything and things at least runs at normal frame rate I can work with.
    And don't even let me start on new Yosemite "flat" look which they obviously copied from windows and it is ugly as ****. Instead of changing icons they should fix old mac problems and give us professionals more to work with. In reality we get slapped and pushed on the edge. Don't try and make professional multimedia computer if you can't support it!

  • Export button rendering properly in one instance but not in the other

    Hi
    I have added a back button and an Export button in my custom OAF Report page's PageButton Bar region. The buttons are rendering properly in my DEV instance. When i deployed my code to TEST instance i found that the Export button is not rendering properly instead it is displaying like a button in a Visual Basic Application.
    Can anyone point this out like Why this is happening ? Is it an instance issue ? If it is the case what am i supposed to do ?
    Thanks,
    Praveen

    Hi,
    without knowing anything about the implementation, just judging by the description you give, its hard to tell what's wrong. I suggest to compare the two instance in which it works and in which it doesn't work to tell the difference.
    Frank

  • Comparable help

    Hi
    I am trying to get rid of an "unchecked" warning, but I guess I have problems understanding how generics work.
    I have an enum defined in the following way:
    public enum Domain {
         INT(Number.class) {
              public Integer parse(Token token) {
                   return Integer.decode(token.getValue());
         KEY(String.class) {
              public String parse(Token token) {
                   return token.getValue();
         TEXT(String.class)  {
              public String parse(Token token) {
                   return token.getValue();
         OCTET(String.class)  {
              public String parse(Token token) {
                   return token.getValue();
         OCTETS(String.class)  {
              public String parse(Token token) {
                   return token.getValue();
         DATE(java.sql.Timestamp.class) {
              public java.util.Date parse(Token token) {
                   return new Timestamp(Long.parseLong(token.getValue()) * 1000);
         INT8(Number.class) {
              public Short parse(Token token) {
                   return Short.decode(token.getValue());
         INT64(Number.class) {
              public Long parse(Token token) {
                   return Long.decode(token.getValue());
         final Class sqlType;
         Domain(Class sqlType) {
              this.sqlType = sqlType;
         public Class getSqlType() {
              return sqlType;
         abstract public Comparable<? extends Comparable<?>> parse(Token token);
    }When I want to use it, I get the value using
    Comparable<Object> value = domain.parse(token)which gives me the unchecked error. Later I want to compare to values:
    value1.compareTo(value2)Any declaration of "value" other than Comparable<Object> fails to compile the compareTo() call.
    Any ideas how I need to declare "value" ?

    Here's a version that compiles warning-free and allows you to compare arbitrary Domain instances mutually.
    The catch: you can't leverage the added typesafety that the covariant return type provided. OTOH, this would only kick in if you used one of the enum constants directly. I guess you can't have it both ways...
    public enum Domain {
         INT(Number.class) {
              public Comparable<Object> parse(Token token) {
                   return wrap(Integer.decode(token.getValue()), Integer.class);
         KEY(String.class) {
              public Comparable<Object> parse(Token token) {
                   return wrap(token.getValue(), String.class);
         final Class sqlType;
         Domain(Class sqlType) {
              this.sqlType = sqlType;
         public Class getSqlType() {
              return sqlType;
         abstract public Comparable<Object> parse(Token token);
         static <T extends Comparable<T>> Comparable<Object> wrap(final T value, final Class<T> cl) {
              return new Comparable<Object>() {
                   public int compareTo(Object o) {
                        return value.compareTo(cl.cast(o));
    }

  • Java program to compare 2 XML files

    Any snippet to compare 2 XML files?

    Hi,
    I also haven't tried it before.
    When i create 2 xml same file (content wise, only names different).
    And create 2 Document objects which contains these 2 xml files, and when i tried to compare these 2 documents i come to know that these are not same.
    Well we have our own xml Database, Tamino. And we have our own API's to access it. TA4J.
    So in that also i created XMLObjects and tried to compare it, it tells both are not same.
    Well the reason might be this,
    in Tamino, while storeing any xml/noxml object it stores under a collection and assigns Docname and doctype and also ini:id (which is different for different intances) .
    so when u try to compare these 2 instances , as both has all data , docname, doctype same, but ino:id is different, so says they are not same.
    Hoep this will help u.
    ..........yogesh

  • Using the Comparator Interface.Please Help.

    Hello there,
    I am trying out this example regarding the Comparator Interface.
    It works fine, but I havent really understood this at all.
    It deals with reverse sorting.
    import java.util.*;
    class MyComp implements Comparator {
    public int compareTo(Object a,Object b)
    String aStr,bStr;
    aStr = (String)a;
    bStr = (String)b;
    return bStr.compareTo(aStr)
    class MyComparator {
    public static void main(String[] args) {
    // Create a Tree Set
    TreeSet ts = new TreeSet(new MyComp());
    ts.add("C");
    ts.add("A");
    ts.add("P");
    ts.add("Z");
    ts.add("B");
    System.out.println(ts)
    Output : [Z, P, C, B, A]
    I have not understood the following at all:
    1) We are implementing the Comparator Interface in class MyComp.
    Now where is this being called in the MyComparator class?
    2) How is the reverse sorting taking place.?
    How is this comparing the different instances of the MyComparator class
    when I havent even instantiated the MyComparator class ?
    3) How is the interface method compare To(Object a,Object b) being invoked?
    Please can some please answer my questions.
    Regards

    class MyComp implements Comparator {
    public int compareTo(Object a,Object b)
    String aStr,bStr;
    aStr = (String)a;
    bStr = (String)b;Your reverse ordering is happening here.
    If you were to write
    return aStr.compareTo(bStr)
    the ordering would be in normal order.
    >
    return bStr.compareTo(aStr)The comparator that the treeSet uses is declared and instantiated here
    TreeSet ts = new TreeSet(new MyComp());
    1) We are implementing the Comparator Interface in
    class MyComp.
    Now where is this being called in the MyComparator
    or class? The comparator is being used by the TreeSet to order your entries
    >
    >
    2) How is the reverse sorting taking place.?Explained above. For further explaination look up comparator and String.compareTo()
    How is this comparing the different instances of
    of the MyComparator class
    when I havent even instantiated the MyComparator
    or class ?Also explained above
    3) How is the interface method compare To(Object
    a,Object b) being invoked?Internally by the TreeSet
    I hope this helped a little

  • Query performance on RAC is a lot slower than single instance

    I simply followed the steps provided by oracle to install a rac db of 2 nodes.
    The performce on Insertion (java, thin ojdbc) is pretty much the same compared to a single instance on NFS
    However the performance on the select query is very slow compared to single instance.
    I have tried using different methods for the storage configuration (asm with raw, ocfs2) but the performance is still slow.
    When I shut down one instance, leaving only one instance up, the query performance is very fast (as fast as one single instance)
    I am using rhel5 64 bit (16G of physical memory) and oracle 11.1.0.6 with patchset 11.1.0.7
    Could someone help me how to debug this problem?
    Thanks,
    Chau
    Edited by: user638637 on Aug 6, 2009 8:31 AM

    top 5 timed foreground events:
    DB CPU: times 943(s), %db time (47.5%)
    cursor.pin S wait on X: wait(13940), time (321s), avg wait(23ms), %db time (16.15%)
    direct path read (95,436), times (288), avg watie (3ms), %db ime (14.51%)
    IPC send completion sync: wait(546,712), times(149s), avg wait (0), %db time (7.49%)
    gc cr multi block request: waits (7574), teims (78) avg wait (10 ms), %db time (4.0)
    another thing i see is the "avg global cache cr block flush time (ms): is 37.6 msThe DB CPU Oracle metric is the amount of CPU time (in microseconds) spent on database user-level calls.
    You should check your sql statement from report and tuning them.
    - Check from Execute Plan.
    - If not index, determine to use index.
    SQL> set autot trace explain
    SQL> sql statement;
    cursor: pin S wait on X.
    A session waits on this event when requesting a mutex for sharable operationsrelated to pins (such as executing a cursor), but the mutex cannot be granted becauseit is being held exclusively by another session (which is most likely parsing the cursor).
    use variable SQL , avoid dynamic sql
    http://blog.tanelpoder.com/2008/08/03/library-cache-latches-gone-in-oracle-11g/
    check about memory MEMORY_TARGET initialization parameter.
    By the way you have high "DB CPU"(47.5%), you should tune about your sql statement (check sql in report and tune)
    Good Luck

  • Unique Features of Central instance

    Dear All,
    What are the unique features present in Central instance compare with Dialogue Instance ?
    If any T-code (or) Table (or) any other feature is working only if central instance is in ON ?

    Hi,
    Central instance contain message server  , enqueue , disp + work
    Dialog instance contain disp + work ( all work process except ENQ )
    Without Central instance ,  dialog instance is not possible
    Central Instance must running before starting dialog instance
    If any T-code (or) Table (or) any other feature is working only if central instance is in ON ?
    -> not like that , you can access SAP from both Central Instance and dialog Instance SAME way
    Dialog instance is mainly for load balancing
    regards,
    kaushal

  • Comparing LabVIEW OOP Class Hierarchies

    Hello all,
    The Question
    Does anyone know of a tool for comparing LabVIEW class hierarchies?  (Like "Compare VI Hierarchies" for .lvclass hiearchies?)
    For Example
    Let's say I have foo.lvclass in two projects and I want to compare the two instances and their respective members.  Does one instance have methods that the other doesn't?  Does a method or private data differ?
    Why?
    I have several applications with dozens of classes, many of which should be interchangable, and I want to quickly determine which classes are the latest, perhaps consolidating some common base code.
    I thought about posting this as a suggestion on the Idea Exchange, but I wasn't sure if I'm just not seeing functionality that's already there.
    Thanks very much,
    Jim
    Solved!
    Go to Solution.

    Hi Jim,
    There does not appear to be any way to do this. The closest functionality I could find was to use the Compare VIs/Compare VI Hierarchies to compare the .ctl files for two classes. The LabVIEW Help topic documents how to do this:
    http://zone.ni.com/reference/en-XX/help/371361L-01/lvhowto/comparing_vis/
    However, this does not really achieve the functionality you are looking for. Thank you for posting this idea to the Idea Exchange!
    Catherine B.
    Applications Engineer
    National Instruments

  • Stuck using the Comparable Interface

    I am having problems implementing the Comparable Interface in my class. I have written the compareTo method but this is not working. Can anyone see what I am doing wrong in the coding of this method. Thanks !!. (see below code for the class :
    package tma02q1;
    import java.util.*;
    This is the outline of the basic Video class.
    Such a class describes the videos stocked by a branch of a video hire company
    As well as completing the given methods you will need to make further additions
    to this class.For further details you should study the BranchTest class.
    public class Video implements Comparable {
    // declare two instance variables
    // a String to hold the video title
    // an int to hold the video rental cost - cost is held in pence
    private String aTitle;
    private int aCost;
    public Video(String aTitle, int aCost) {
    this.aTitle = aTitle;
    this.aCost = aCost;
    private void setTitle(String aTitle) {
    this.aTitle = aTitle;
    public String getTitle() {
    return aTitle;
    private void setRentalCost(int aCost) {
    this.aCost = aCost;
    public int getRentalCost() {
    return aCost;
    public String toString() {
    return "Video Title = " + aTitle + " which has a rental cost of = " + aCost;
    public boolean equals(Object vid) {
    Video arg = (Video) vid;
    return (this.aTitle.equals(arg.aTitle)
    &&this.aCost==arg.aCost);
    public int compareTo(Object vido) {
    Video arg = (Video) vido;
    int comp = aCost.compareTo(arg.aCost);
    return comp;

    You've got another serious problem with your code. Both the equals and compareTo methods will throw a ClassCastException if the parameter is not a reference to a video object. Using the instanceof operator will however solve the problem. E.g.
    public boolean equals(Object o) {
      if (o instanceof Video) {
        Video  arg = (Video) o;
        return (this.aTitle.equals(arg.aTitle)
                &&this.aCost == arg.aCost);
      else
        return false;  
    }The same approach is applicable to the compareTo method.
    Regards

  • Follow-up: Starting, Launching and Switching ...

    Follow-up: Starting, Launching and Switching ... Messing around with the Windows UI - not a feature problem, but a provisioning problem! Now start listening and please fix it this time! 
    (Is it still program managers or people in power designing the UI for Windows? It certainly does not look like domain specialist or software engineering designing the solution here - it's just too weak for that to look like a professional solution?
    Please let educated people do their work ...)
    Problem:
    - Task Bar = (is and still is originally) Start. So keep promoting task bar and kill the new Start. Task Bar is Start.
    - Virtual Desktop lacks virtual Start (= virtual Task Bar) (Virtual Desktop only have virtual launch from the virtual documents (the virtual desktop) ... you need to add virtual start beyond virtual launch.
    - Starting universal Windows apps including touch goes to the virtual task bar (add virtualization above, i.e. context changes - for touch meaning i.e. increasing the task bar (Start) areas height)
    Cause:
    Steven Sinofsky:
    @Computermensch writes “The problem with this "analysis" (show me the data) is that you're only managing current activities surrounding the taskbar. So with respect "to evolving the taskbar" you're only developing it within its
    current operational framework while developing or evolution of it really should refer to developing the taskbars concept.” 
    0) A history reminder - where is Windows 10 now starting program: Back where Windows 7 left off.
    Well, guess I do not have to remind about what happened to Windows 8. Now we're back at it. Welcome back to testing ...
    I did some of them, testing Windows client for Windows Vista, Windows 7, Windows 8 and now Windows 10.
    Let's go back in time to 2008 - Engineneering Windows 7: 
    Follow-up: Starting, Launching, and Switching
    http://blogs.msdn.com/b/e7/archive/2008/09/29/follow-up-starting-launching-and-switching.aspx
    Steven Sinofsky:
    @Computermensch writes “The problem with this "analysis" (show me the data) is that you're only managing current activities surrounding the taskbar. So with respect "to evolving the taskbar" you're only developing it within its
    current operational framework while developing or evolution of it really should refer to developing the taskbars concept.” 
    Then let's go forward in time - to Windows 8 coming up with a new start and launch context namely the Start Screen - and now kind of back in time again to Windows 7 and the desktop using Windows 10. So now we're also back to the Task Bar!!!! Hence we're
    back to developing and evolving the way of Starting programs.
    Microsoft just have a serious problem working the provisioning in it system, i.e. what concepts you supply (provision) to the user. For instance just compare an open instance of Windows Explorer with MacOS Finder. It's the same features - but the provisioning
    is just much better in Finder. The concepts are just an important mess in Windows - and needs serious clean up.
    No new features! Evolvle the pinning (task bar and make it work with the virtual desktop - including touch (just add some height man ...).
    And fix the freaking provisioning of concepts in the All Apps list. For instance take a look at the naming in Linux for some standard folders - instead of the bloating 3rd party names.
    1) Provisioning: Now back to Windows 10 and starting programs
    It's the task bar that needs development (Windows 8 kind-of "Start Menu" in Windows 7)  Take a look at my comment above again for engineering Windows 7 about the taskbar on evolution - now in context with Virtual Desktops:
           - May add some height to the task bar - and you can have kind-of tilesized stuff there.
           - Have the taskbar configuration of pins switch (be variable) with the virtual desktop. May add an ekstra feature to pin program across all virtual desktops.
           - Do not have 2 different places for pinning programs (really bad provisioning ...). Lets see some nice categories instead when pressing the start button. It really confusing pressing the start menu button - and
    then you see a place like the task bar to pin programs. Typical Microsoft end up scenario, the more, the merrier ...
    Please cut it down to having a pinning feature working variably in context (the task bar) with virtual desktops.
    2) Finally the All Apps list pressing the start menu button: using navigation (categories, tags or filters!!!!!) to look up and finding programs not in use on a daily or weekly basis - now in context with the virtual desktop
    The All Apps list that needs a nice feature to support categorization, really better provisioning in the UI of user or standard concepts (now come on, man - fix the mess. Just take a look at the complexity in that list ...). You could add a feature
    to filter the All Apps list in context with the concepts for the virtual desktop.
    At least provide the application infrastructure for categorization in the Start Menu. So you could process it as a third party. See what happens. Add app store later then. Whatever. Make categorization happen. No more bloat navigating for programs.
    Add a template feature to the categorization. Provide 2-3 templates with Windows and let people tag there programs. Let them extend the templates ... the concepts when doing their own user concepts.
    With a template feature a user just have to fill in the blanks i.e. tag his/her programs - and the menus will parse equally. Hey, the template feature could even parse into virtual desktops. I.e. using a dev variant of a template.
    It's going to be 2015. And compositional software design have been around for some time. Including factories for configuring software variability. Some come on now. Let's work.
    4) Conclusion
    360 degrees now on virtual desktops, task bar, all apps and workflow please! Make it happen.
    The problem with Windows 8 was not bad features - but bad provisioning including empty programs like the new wau media players ... underdeveloped features (no really good quantity of content demonstrating value = bad provisioning) ... completely lack of
    demonstrating the value of the new UI. Like if Sharepoint or any other CMS was demonstrated completely blank with no sites and empty features, no templates. Just nothing.
    Please do not miss the oppertunity to demonstrate the value of an evolved UI this time.
    Please complete the provisioning. Your greatest problem is releasing undone things - may be the intension is there (recall DB schemas). However the "DB extension" is empty on release? Which consumers just buy the DB schema :o). Add some "movies"
    (content) please ... add frameworks for content and provisioning ... use templates. If you do not understand this ... go away program manager ;o) Let a good software engineering read it.
    Now let's fully develop the virtual features in the desktop in Windows 10. And have them provisioned - so people can see how to use them. That unfortunately never happened during engineering in Windows 8.

    3 different ways and displays for pinning a program for Start!
    Please consider merging Start (on the Start), Start Screen and the task bar - with pins extending the Task Bar and using the Metro UI icons overall including on the desktop. It would be a nice move on the look and feel - while the task bar would be
    the same. Add virtualization for pins as well on the task bar. Make shortscuts and docs on the virtual desktop actual as well - binding dynamically to a virtual desktop - instead of formal and static.
    Just observed the Start Screen can be turned back on using properties on the Task Bar.
    Many ambigious concepts now for Starting programs instead of just using a Consolidated Start concept for Start Screen, Start on the Start Menu and Task bar.

  • Lost Developer Toolbar after upgrade from 4.1 to 4.2

    After upgrading from 4.1 to 4.2.1.00.08, we have lost the Developer Toolbar.
    Have others run into this with the upgrade or fresh installation of 4.2.1?
    If so, what suggestions are there for fixing, short of reinstallation mentioned in this other thread:
    {message:id=10692572}
    Following the guidance there to look at the instance ID and other preference settings, I compared our three instances. The two that are not having the problem are both at 4.2.0.00.27.
    Here are the preferences that exist on our other instances but are null on the problem instance:
    APEX_4_1_0_PATCH_12920544
    APEX_4_2_0_PATCH_14777994
    APP_EXPORT_TO_DB_ENABLED
    HPROF_DIRECTORY
    INSTANCE_ID
    MOBILE_DEVELOPMENT_ENABLED
    PRINT_SVR_HOST
    PRINT_SVR_PORT
    PRINT_SVR_SCRIPTI have asked our support team to review the upgrade log. Re-installation from scratch is an option.
    Any advice is welcome.
    Skip

    Thanks, Joel.
    You inspired me to take a closer look, and look beyond the upgrade.
    After the upgrade, my application passed a superficial checkout. Later, I exported my application and in the export file, the Instance ID was not NULL. I had not noticed any problems with how APEX was working.
    The problems of the missing Developer Toolbar, Instance ID = NULL, and a new one, did not occur until I removed my application and tested a clean installation of the workspace and application. This is the sequence of events. The immediate triggering cause is clearly one of the following:
    1. Deinstall application (ID 820) from APEX 4.2.1.00.08 instance, running 11g (11.1.0.7.0).
    2. Remove workspace (PVA_AH9_R12)
    3. (drop the parsing schema, xxpva, and related tablespace)
    4. (create tablespace and schema user, xxpva)
    5. Import workspace (PVA_AH9_R12) from an APEX 4.2.0.00.27 instance.
    6. Import application (ID 820) including supporting objects from an APEX 4.2.0.00.27 instance, running 11g (11.2.0.1.0).
    The next day I noticed the Developer Toolbar missing problem, and found that Instance ID is NULL.
    Also, after Exporting an application in Database format, I cannot download the file from the Export Repository. When I click the filename link, I get 'Access Denied' instead of the normal download dialog.
    Does this suggest anything else I should look into?
    Do you think I should post this as a new problem/question with more detail about the sequence of events?
    Skip

  • I really would like Clarification on how do to perform the steps in this post

    Would this fix this?
    17182 TDSSN1 Client initialization failed with error 0x2,
    status code 0x1
    I know little about sql Which registry keys is he talking about?
    The only things running are windows internal Database and Sql Server Browser.
    If any other instance had the correct keys id copy them to my default mssql DB
    linking me to pages that have error codes but not my specific error are not helping me
    see post below. I cannot start my default sql instance or bkupexec instance, and therefore cannot fix backup exec 11d.
    can someone help? how do I create a new instance? what registry keys should i copy?
    I am lost I have no idea where to begin. see post I found below.
    It never fails... ask for help and the solution presents itself not too long after...
    Anyway, I found the solution... Since I couldn't get my default instance to start, I decided to install a named instance, hoping that the named instance's protocols might get the default instance's protocols jump started. Long shot, I know, but if it didn't
    work, at least I could still run my new named instance and get back to work.
    Once the named instance was installed, I tried the default instance but it still wouldn't start. Not wanting to give up, I looked in the registry where the network library keys were stored and after comparing the default instance's values to the named instance's
    values, I noticed that for some reason, my default instance's keys were all screwed up. There was no np, sm or tcp folder... just VIA. This would explain why I couldn't enable any of the protocols... there was nothing to read from (or to write to) the registry.
    So I copied the named instance's keys over to the default instance, made a few minor modifications and I was able to start my default instance.
    To Microsoft: In the configuration manager, when making any modifications to protocols or anything else, why not verify/prompt/replace the registry keys at that time?
    Please help. Step by step instructions if possible?

    No I copied someone elses post to see if someone could explain which registry keys they copied because mimicking it might fix my problem. I am desperate to fix the problem to get my backup going.The person does not detail which keys. If it were me I would
    elaborate so someone else who sees the post might have a better chance of fixing their issue.
    Unfortunately I cannot find the original software or would have attempted a reinstall by now.
    This was handed off to me by someone who is no longer working for the campany so the only information I have is what i can figure out.

  • Flash is very slow in the new Firefox - why?

    Dear FF!
    Flash is running slow in FF4+ compared to for instance Safari and Chrome. We are launching a new section of Sesame Street in two weeks, and it would be great to know if the next version of FF solve this issue or if they should tell their audience that they should use a different browser.
    We have always loved FF. But not sure what happened in the new version.
    Thanks!
    Andreas

    Any updates on this would be great! Is there any solutions for optimizing this? Is this something to avoid? Help!

Maybe you are looking for

  • ADF Desktop Integration and IE6

    Hi, I create a web project with ADF Desktop Integration, but ADF Desktop Integration must to use IE7. My customer is using IE6. Is there way use ADF Desktop Integration with IE6? Please help me Thanks Edited by: fbg on 21:29 12-07-2010

  • Upgrade or Upgrade?

    This is two times now. During auto search download upgrades to org. pgm's i.e. P.S. 2 and now my ORG. Acrobat, your downloads have curcumvented my ability to use MY ORG. Progams in favor of your NEW COSTLY progams. i.e. Some of us OLD SENIOR'S get by

  • Subscription cannot be used with multi-user device...

    I just received an email message stating "Subscription cannot be used with multi-user devices" and "Here's a quick reminder that Skype's subscriptions are for individual use only and cannot be used with multi-user devices such as PBXs" I'm not sure

  • SM37 scheduling issue

    hi, i have a job, which has to run at 3 times a day.....at 9.30, 12.30 and 20.00. the job has to run every day. HOW can i do this with standard-sap-sm36/37 WITHOUT creating 3 jobs ? reg, Martin

  • Revision number for Header material in Production order.

    I have maintained Revision number in material mster  for Header material in Production order and also for components. 1)Revision number for Header material in Production order is not appearing in AFKO table against production order. 2)Revision number