Schema compare tool seems to do nothing - at least not to compare schemas.

Hello,
(Version: complete zip-download from today)
the Schema compare tool seems to do nothing - at least not to compare schemas.
I can choose a source an a target schema, but when I press the action button (in german the descripton is "Anwenden") nothing happens.
For every single click on that button a windows appears for the fraction of a second with the header text "Performing Diff".
And that's all ...
Regards
Andre
hmm...,
OK, seems I have to reword my first posting:
Did anyone ever managed the Schema-Diff-Tool to compare Schema(s)/Object(s) in the past?
Regards
Andre
Message was edited by:
andreml

Andre,
If you do not check the check box for individual objects on the Source tab, but just check the high level "TABLES" checkbox, then nothing is selected. Which is why no report runs. There is nothing to compare. This is a known bug. This means that if you only check the high level check boxes and then move to the destination tab, nothing is effectively selected.
The work around is to expand the nodes. Then, by just by expanding the nodes, all the objects are selected. You can then move to the Destination tab and select the schema you wish to compare. To see the syntax, select the Apply button on the Results tab.
We are aware the Schema Diff is not fully functional and have many a debate about removing it from the product until it's ready. But there are those who are using it, and so it remains. We will be redoing the UI and feature support for our next release, together with Schema Copy. (See the updated Statement of Direction for more)
Regards
Sue

Similar Messages

  • How to suppress compiler errors without excluding database objects from the "Schema Compare" tool (using VS2013/SSDT)

    Hi,
    In short: How to suppress compiler errors without excluding the object from the "Schema Compare" tool ??
    A bit longer:
    We have a SQL Server 2008 project in Visual Studio 2013 running SQL Server Data Tool.
    An old database, with a lot of history in, has been imported into SSDT and there are many syntax errors preventing the project from compiling/running. An typical error is: "SQL70001: This statement is not recognized in this context".
    Running the "faulty" scripts on the server, executes just fine. I understand that there are syntax errors and they should be rewritten, but it's not gonna happen just like that - it is a slow process over a long period of time.
    I know it is possible to change Build Action to None, but that also exclude the object from appearing in the Schema Compare function/window.
    So - how to ignore some compiler errors and still having the objects to appear when doing "Schema Compare" ??
    Thank you in advance.

    Hi Steven,
    Thanks for your comments.
    Well, it sure does help in the future, but right now i would prefer the other way - to suppress some errors and still allow the scripts to build.
    The thing is that if we "rewrite" the objects into create scripts, then we have a huge test job ahead of us + the database environments (PROD vs DEV and UAT) does not share the same AD or DB users and therefore grants is lost if dropping/creating
    objects, right!
    If you drop a object before creating it, the drop will also drop the roles and grants and since they don't share user table, the create will not be able to add the permissions again. There might be a solution to that, but it is going to be very complicated
    for some newbies like us. We need something we can trust.
    BR
    Peter

  • LabVIEW Compare Tool load time of files from repository

    I have the LabVIEW compare tool setup for differences for .ctl and .vi files in Surround SCM source code control system.  The source code control system runs on a networked server.  My PC is on the same network as the server.
    When the LabVIEW compare tool reads VIs that are from a source control repository for diffing against files on my computer, it seems to load the repository files from a temporary folder located in users\username\appdata.  It takes a long time to load VIs that have lots of subVIs because as the tool searches for each subVI the tool begins its search in the vi.lib and instr.lib folders before finding the subVI in the temporary folder.  It is taking a few seconds and sometimes as much as 10 seconds to load each subVI.  This takes a lot of time to Diff VIs that have many subVIs.  Is there a way to make the diffing process go quicker?  Or is this something that would need to be fixed in the LabVIEW compare tool?
    Thanks,
    Gary
    Solved!
    Go to Solution.

    That's the normal behavior of the LVCompare.exe, and the folders at which starts looking for subVIs or control files (.ctl) cannot be modified. The available options that can be configured are the following:
    Configuring Source Control with LVCompare.exe
    http://zone.ni.com/reference/en-XX/help/371361H-01/lvhowto/configlvcomp_thirdparty/

  • Integrating TortoiseSVN with LabVIEW's Compare tool

    I’m trying to set up the TortoiseSVN Diff tool, as described:
    https://decibel.ni.com/content/docs/DOC-12175 and
    http://digital.ni.com/public.nsf/allkb/3BEC521972301FF2862576EA00609CA6
    To configure TortoiseSVN to use LabVIEW’s compare tool I added the following for “.vi” file extensions:
    "C:\Program Files (x86)\National Instruments\Shared\LabVIEW Compare\LVCompare.exe" %mine %base -nobdcosm –nobdpos
    The links above tell you use “Program Files,” but on my system the LVCompare.exe is located in my “Program Files (x86)” directory.
    When I try to run the diff tool (right click on the file in question -> TortoiseSVN -> Diff with previous version), I get the following error:
    I cannot get the LVCompare tool to work with the command prompt either, as described:
    http://zone.ni.com/reference/en-XX/help/371361H-01/lvhowto/configlvcomp_thirdparty/
    I did notice that it mentions the Compare tool is only available with LabVIEW Professional Development System.  Does this apply for using it with TortoiseSVN as well? I am running LabVIEW 2011 Full Development System on Windows 7 (64 bit).  The version of TortoiseSVN I am using is: TortoiseSVN 1.7.6, Build 22632 - 64 Bit , 2012/03/08 18:29:39 Subversion 1.7.4.
    Any help getting the LVCompare tool integrated with TortoiseSVN to work would be greatly appreciated!
    Thanks!
    Lauren

    Lauren_CPC wrote:
    I cannot get the LVCompare tool to work with the command prompt either, as described:
    http://zone.ni.com/reference/en-XX/help/371361H-01/lvhowto/configlvcomp_thirdparty/
    I did notice that it mentions the Compare tool is only available with LabVIEW Professional Development System.  Does this apply for using it with TortoiseSVN as well? I am running LabVIEW 2011 Full Development System on Windows 7 (64 bit).  The version of TortoiseSVN I am using is: TortoiseSVN 1.7.6, Build 22632 - 64 Bit , 2012/03/08 18:29:39 Subversion 1.7.4.
    Yes it does. LVCompare is only a simple wrapper executable that eventually tries to run a VI in the LabVIEW installation directory. And this VI will not work if the LabVIEW installation is not licensed as Professional Development system.
    Note to the AEs: In the second link of Laura's post, it states incorrectly: Primary Software: LabVIEW Development Systems>>LabVIEW Base Package
    This is completely contradictory to the note in the last link, that states that the Professional Development System is required. A documentation correction request seems in order.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • I changed my apple ID successfully online on my iPad and iPhone but when I wish to buy an app, the old ID comes up automatically and there seems to be nothing I can do, so I cannot update or buy any apps.

    I changed my apple ID successfully online on my iPad and iPhone but when I wish to buy an app, the old ID comes up automatically and there seems to be nothing I can do, so I cannot update or buy any apps.

    Welcome to the Apple Community..
    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")
    Providing you are simply updating your existing details and not changing to another account, when you delete your account, all the data that is synced with iCloud will also be deleted from the device (but not from iCloud), but will be synced back to your device when you login again.
    In order to change your Apple ID or password for your iCloud account on your computer, you need to sign out of the account from your computer first, then sign back in using your updated details. (System Preferences > iCloud, click the sign out button)
    In order to change your Apple ID or password for your iTunes account on your iOS device, you need to sign out from your iOS device first, then sign back in using your updated details. (Settings > iTunes & App store, scroll down and tap your ID)
    If you are using iMessages or FaceTime, you will also need to log out and into your ID there too.

  • In the last few days, I've encountered a problem with scrolling with my up & down keys. The up & down keys seem to, now function as Home & End keys. MyPage Up & Page Down keys seem to do nothing. What is wrong?

    In the last few days, I've encountered a problem with scrolling with my up & down keys. The up & down keys seem to, now function as Home & End keys. MyPage Up & Page Down keys seem to do nothing. What is wrong?

    Hit the '''F7''' key, you probably have Caret browsing turned on.
    http://kb.mozillazine.org/Accessibility.browsewithcaret

  • How to realize single line in eclipse's file compare tool

    You may use the eclipse's file compare tool, when it compare two files it display two files side by side, and connect ranges with single line. When you scroll the pane, these single lines with change their forms accrodingly but always connect ranges.
    I'm programming a similar tool to the eclipse's file compare tool. I'd like to know which classes are related to this kind of "single line", any suggestion will be appreciated.
    Best regards

    Thank you very much for your reply.
    In fact I am not sure what I am planning to do. If it is too complicated, I will modify the design and make it easier to realize. Cause I don't know any classe for drawing lines, do you know any more besides java.awt.geom.Line2D?
    In addition, I posted another message related to this one. They are different parts of one same project, can you take a look at it?
    Thank you very much.

  • I am stumped! Can't open library module-  failure message and can't start Ligthroom 5.7 anymore: "[String "unarchived table s"]:6 : attempt to compare nil with boolean. - Nothing is working anymore! Who can help me?

    My system:
    Windows 7
    Lightroom 5.7
    I allready tried to load an older catalog backup, but that does not help.
    The failure message occurs during the starting process while trying to Open the library:
    "[String "unarchived table s"]:6 : attempt to compare nil with boolean.
    Nothing is working anymore! Who can help me?
    Thank you for your help!

    Ask on the Microsoft forums, as it's their software you're having problems with:
    http://answers.microsoft.com/en-us/mac

  • HT2500 my mail account is crashing again and again. I've closed and reopened mail, and the computer, and nothing seems to work. I'm not missing any updates. Working on macpro, version osX 10.7.4

    my mail account is crashing again and again. I've closed and reopened mail, and the computer, and nothing seems to work. I'm not missing any updates. Working on macpro, version osX 10.7.4

    Hello:
    Try rebuilding the mailbox (it takes awhile).
    Barry

  • My gradient tool seems to be stuck on all black- help? (Photoshop CS6)

    I usually use my gradient tool from black to transparent (linear) when masking the edges of my photos. It just provides a really nice gradual fade and doesn't require me toiling over it with the brush tool.
    As of last week, my gradient tool seems to be stuck on all black, regardless of what layer I select or how many times I select the black to transparent option. I've tried it from white to transparent, as well, and this resulted in the gradient turning full white. It just selects the foreground color. I can't even get it to fade from orange to red (if I wanted it to do that)!
    Here is a snapshot of it: (not that it helps, really) Any suggestions? Yes, I've restarted my program and computer on numerous occasions. I've also checked my channels, and they are selected correctly.

    It seems to only be that way on the gradients that deal with transparencies (didn't notice that before).

  • Time dep master data reorganization / process seems to do nothing

    Hi,
    Info:
    I created a process chain just to reorganize time dep master data for 1 InfoObject (0UCINSTALLA). In this process variant I choose only to process time dep attributes - not text or time independent tables.
    The InfoObject is flagged for change run (have som entries in M version)
    The InfoObject with the properties:
    /BI0/QUCINSTALLA = 9 393 539 rec (4 162 in M version) (same goes for Y-table). Those tables have just a few (3-4) fields.
    The InfoObject 0UCINSTALLA exists in a few aggregates, but none of the time dep attributes does.
    The system have these components:
    SAP_ABA     700     0013
    SAP_BASIS     700     0013
    PI_BASIS     2005_1_700     0013
    ST-PI     2005_1_700     0005
    SAP_BW     700     0015
    BI_CONT     703     0005
    Running on Linux / Oracle 10.2.0.2.0
    Problem:
    The background job is started via process chain but checking the
    process it seems to do nothing. I ran it for 3 days over the weekend, it doesn't time out or give any ABAP dumps or entries in SM21.
    Checking the statement for the process in ST04 gives me:
    SELECT
    FROM
      "/BI0/QUCINSTALLA" T_00
    WHERE
      EXISTS ( SELECT T_100 . "UCINSTALLA" FROM "/BI0/QUCINSTALLA" T_100
      WHERE T_100 . "UCINSTALLA" = T_00 . "UCINSTALLA"
    GROUP BY
      T_100 . "UCINSTALLA" , T_100 . "OBJVERS" , T_100 . "CHANGED" ,
      T_100 . "IND_CODE" , T_100 . "UCBILL_CLA" , T_100 . "UCRATE_CAT" ,
      T_100 . "IND_NUMSYS" , T_100 . "IND_SEC"
    HAVING
      COUNT(*) >= :A0 )
    ORDER BY
      T_00 . "UCINSTALLA" , T_00 . "OBJVERS" , T_00 . "DATETO"
    The Explain gives me:
    SELECT STATEMENT ( Estimated Costs = 65 933 456 , Estimated #Rows = 0 )
           7 SORT ORDER BY
             ( Estim. Costs = 65 933 456 , Estim. #Rows = 4 )
             Estim. CPU-Costs = 101 899 203 438 143 Estim. IO-Costs = 56 497 939
               6 FILTER
                 Filter Predicates
                   1 TABLE ACCESS FULL /BI0/QUCINSTALLA
                     ( Estim. Costs = 20 562 , Estim. #Rows = 9 413 200 )
                     Estim. CPU-Costs = 3 825 943 517 Estim. IO-Costs = 20 208
                   5 FILTER
                     Filter Predicates
                       4 HASH GROUP BY
                         ( Estim. Costs = 7 , Estim. #Rows = 1 )
                         Estim. CPU-Costs = 10 845 274 Estim. IO-Costs = 6
                           3 TABLE ACCESS BY INDEX ROWID /BI0/QUCINSTALLA
                             ( Estim. Costs = 6 , Estim. #Rows = 4 )
                             Estim. CPU-Costs = 45 379 Estim. IO-Costs = 6
                               2 INDEX RANGE SCAN /BI0/QUCINSTALLA~0
                                 ( Estim. Costs = 3 , Estim. #Rows = 4 )
                                 Search Columns: 1
                                 Estim. CPU-Costs = 22 364 Estim. IO-Costs = 3
                                 Access Predicates
    Anybody have any idea what the problem could be - I have no idea how long a reorganization for the amount of records should take. But the process seems to do nothing.
    Thanks,
    Johan

    A little update:
    I could see that the background process (which seemed to do nothing) ran a oracle process and on the DB server instance this was no.1 in top cpu. So - something is happening. The DB only has 2 cpus. Is there any way to run this job with more then 1 process?

  • Mail tool seems to freeze my system at seemingly random times

    Mail tool seems to freeze my system at seemingly random times for a couple of minutes once or twice an hour. What's going on?
    I've run permissions repair, & the disk repair run showed no problems. The disk is split into Mac & BootCamp partitions and there's about 80GB free on the Mac partition. I'm running 2 x 8GB DIMMs that have been carefully matched and extensively memtested and passed. This is an early 2011, 15 inch MBP with the 1.5 GB ATI GPU option.
    The Console displays about 40 lines like this. Notice the 2 minute time delta between the 1st line in this subset from Console / All Messages:
    12/19/13 7:23:22.727 AM [0x0-0x78078].org.mozilla.firefox: OpenGL version detected: 210
    12/19/13 7:25:51.092 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.092 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.093 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.094 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.095 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.096 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.097 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.097 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.098 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.099 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.100 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.100 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.101 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.102 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.102 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.103 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.104 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.104 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.105 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.106 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.128 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.129 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.130 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.131 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.131 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.132 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.133 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.134 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.134 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.135 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.136 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.137 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.138 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.139 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.140 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.141 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.143 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.144 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.145 AM Mail: CFTimeZoneCreateWithName failed for -0500
    12/19/13 7:25:52.146 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.147 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.148 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.148 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.149 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.150 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.151 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.151 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:26:52.071 AM [0x0-0x7e07e].org.keepassx.keepassx: Found Metastream: Simple UI State
    Thanx,
                 - Geoff

    Mail tool seems to freeze my system at seemingly random times for a couple of minutes once or twice an hour. What's going on?
    I've run permissions repair, & the disk repair run showed no problems. The disk is split into Mac & BootCamp partitions and there's about 80GB free on the Mac partition. I'm running 2 x 8GB DIMMs that have been carefully matched and extensively memtested and passed. This is an early 2011, 15 inch MBP with the 1.5 GB ATI GPU option.
    The Console displays about 40 lines like this. Notice the 2 minute time delta between the 1st line in this subset from Console / All Messages:
    12/19/13 7:23:22.727 AM [0x0-0x78078].org.mozilla.firefox: OpenGL version detected: 210
    12/19/13 7:25:51.092 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.092 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.093 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.094 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.095 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.096 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.097 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.097 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.098 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.099 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.100 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.100 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.101 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.102 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.102 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.103 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.104 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.104 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.105 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:51.106 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.128 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.129 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.130 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.131 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.131 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.132 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.133 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.134 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.134 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.135 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.136 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.137 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.138 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.139 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.140 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.141 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.143 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.144 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.145 AM Mail: CFTimeZoneCreateWithName failed for -0500
    12/19/13 7:25:52.146 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.147 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.148 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.148 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.149 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.150 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.151 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:25:52.151 AM Mail: CFTimeZoneCreateWithName failed for -0800
    12/19/13 7:26:52.071 AM [0x0-0x7e07e].org.keepassx.keepassx: Found Metastream: Simple UI State
    Thanx,
                 - Geoff

  • Is Live Compare tool certified by SAP

    Hi GRC gurus,
    I am looking for some information on Live Compare tool.
    Is this tool certified by SAP ? Can we use this tool for work flow and SOD ?
    any details.. please share..
    Thanks a million.

    IntelliCorp's LiveCompare is SAP-Certified.  You can check its certification status on EcoHub: [http://ecohub.sdn.sap.com/irj/ecohub/solutions/livecompare|http://ecohub.sdn.sap.com/irj/ecohub/solutions/livecompare]
    I'd be happy to answer any questions you have about the product.  You can reach me directly (<removed> ) or find our contact details on our website: [www.intellicorp.com|www.intellicorp.com]
    Regards,
    Chris.
    CTO.
    Edited by: Moderator on Feb 20, 2010 9:51 AM - Please refer to business card rather than posting your email address

  • Compare tools

    hi
    What is Compare Tool in SAP Script

    Hi
    see this
    SAP Script offers  tools for comparing objects across clients. We can compare or copy the following kinds of objects.
    Styles
    Layout sets
    Documents
    With the Compare tool we can do the following :
    Check whether an object exists in both clients
    Display the differences between the versions of an object

  • Sql developer is not converting sybase schema to oracle schema

    Hi from France,
    I am trying to convert a sybase 15 database (a small database) to oracle. I am doing this offline trom beginning to end.
    sybase 15 : virtual box W7
    oracle 11gR2 ; virtual box Oel 6.5
    host W7
    Installed jdts 1.3
    Created the repository
    Captured the configuration off line inside the W7 VM using a shared folder.
    Used SQL dev to migrate
    Everything seems OK but i have no table under converted schema inside SQLDEV, the loader files oracle_external.sh, oracle_loader.sh are empty
    The reporting seems good.
    Another strange thing the master.sql script witch create the Emulation user does not not work :
    =========================================
    SET ECHO OFF
    SET VERIFY OFF
    SET FEEDBACK OFF
    SET DEFINE ON
    CLEAR SCREEN
    set serveroutput on
    COLUMN date_time NEW_VAL filename noprint;
    SELECT to_char(systimestamp,'yyyy-mm-dd_hh24-mi-ssxff') date_time FROM DUAL;
    spool Test_&filename..log
    -- Password file execution
    @passworddefinition.sql
    PROMPT Creating Role
    @role.sql
    prompt Building objects in Emulation
    @@Emulation/master.sql
    prompt starting post processing for schema Emulation
    @@Emulation/post.sql
    spool off;
    ======================================
    Where are my mistakes ?
    Thank you and waiting for your answer.
    Regards

    Hi from france
    I tested with another database DB2 (11.2.0.4) and it's work !!. The previous one DB1 with which it does'nt is a upgraded database from 11.2.0.3 to 11.2.0.4.
    Another difference is that DB1 is including APEX 4.2 and DB2 APEX 3.2.
    I did also a big mistake in the past because yesterday i found repository structures in the sys schema i dropped the repository from sys but the issue is still there.
    By comparing the folder generated by migration I noticed that the MySchemaToMigrate folder is not created when using DB1 :
    Here folders generated with DB1
    Emulation
    .wrapper.sql
    dropallschemas.sql
    master.sql
    passworddefinition.sql
    reportallstatus.sql
    role.sql
    below folders generated with DB2
    Emulation
    MySchemaToMigrate
    .wrapper.sql
    dropallschemas.sql
    master.sql
    passworddefinition.sql
    reportallstatus.sql
    role.sql
    Look like there is a problem with the generation program...
    and the master.sql looks different too :
    DB1 :
    SET ECHO OFF
    SET VERIFY OFF
    SET FEEDBACK OFF
    SET DEFINE ON
    CLEAR SCREEN
    set serveroutput on
    COLUMN date_time NEW_VAL filename noprint;
    SELECT to_char(systimestamp,'yyyy-mm-dd_hh24-mi-ssxff') date_time FROM DUAL;
    spool test06_&filename..log
    -- Password file execution
    @passworddefinition.sql
    PROMPT Creating Role
    @role.sql
    prompt Building objects in Emulation
    @@Emulation\master.sql
    prompt starting post processing for schema Emulation
    @@Emulation\post.sql
    spool off;
    DB2 :
    SET ECHO OFF
    SET VERIFY OFF
    SET FEEDBACK OFF
    SET DEFINE ON
    CLEAR SCREEN
    set serveroutput on
    COLUMN date_time NEW_VAL filename noprint;
    SELECT to_char(systimestamp,'yyyy-mm-dd_hh24-mi-ssxff') date_time FROM DUAL;
    spool test02_&filename..log
    -- Password file execution
    @passworddefinition.sql
    PROMPT Creating Role
    @role.sql
    prompt creating user MySchemaToMigrate
    @@MySchemaToMigrate\user.sql
    prompt Building objects in Emulation
    @@Emulation\master.sql
    prompt Building objects in NATIXIS
    @@MySchemaToMigrate\master.sql
    prompt starting post processing for schema MySchemaToMigrate
    @@MySchemaToMigrate\post.sql
    prompt starting post processing for schema Emulation
    @@Emulation\post.sql
    spool off;
    Which program/package is generating these folder and files ? By investigating them, may be i can found where is the problem...
    Thank you for your help
    Michel

Maybe you are looking for

  • Report on changes to HR Minimaster

    There is a requirement to report historic changes done to following parameters of the HR mini master: Bank account Cost centres Credit limits Credit card nos. Organisation position Tables PA0009, PA0027, PA0105, PA0 and PA0001 are used to store this

  • Master Project / Resource Pool

    We currently have a master project schedule that shows all our current on going projects in one schedule but unfortantely when we try to run a Visual Report for Resource Usage, it is taking some people and multiply their hours. So say "Dave" was sche

  • Why am I getting Error message 403 to operation CalDAVWriteEntityQueueableOperation.

    I'm getting the following error message: "403" to operation CalDAVWriteEntityQueueableOperation. Any thoughts? Si

  • Verizon 30 Scam --- Another Version of an old SCAM

    Hi everyone!  Here's another SCAM alert! I received 2 calls today (800-922-4444 and 800-922-3333) within 2 hours of each other.  Both giving a web address to claim a $30 Verizon credit. The website is www.verizon30.com Be aware - this is a scam... Do

  • Transferring .mov files with H.264 codec to FCP

    I am looking to purchase one of the Canon SLR cameras that offer video ( 5D mark 2 / 7D , etc ) and I understand that the .mov files they generate ( using the H 264 codec ) are not happily worked with in FCP. Can anyone describe or go into what is th