Using Software to Compare Maps/Map Versions

I am considering buying a software package for comparing maps.  I'd like advice on what level of the Adobe Family will do the job I want do, if any will.  I need to take scans of historic maps, some current and digital, some hand-drawn in the 19th century and comapre them.  The maps will, obviously, be of varying scales and of greater or lesser cartographic accuracy.  What I'd like to be able to do is pull in a current base map of an area, scan in the older version, open both in different layers of the same image and adjust the second to match the base as closely as possible by specifying corresponding points (road intersections, mountain peaks, river courses) that correspond.  After identifying corresponding features for the program, I'd like it to try to fit the layers to each other as closely as possible, both with and without distortion of the images.  The "without" option is necessary because I cannot presume that a certain road has not been re-aligned or that the riveer has not changed course in the period between maps.  I'd also like to be able to overlay and match aserial photographs to maps in the same way.
Any advice on which Addobe or other product is best in this aplication would be greatly appreciated.  If I have not been clear, please let me know.

Free: place the map on V1, place a red circle on V2, keyframe the circle to move on your desired route.
$100: http://www.nattress.com/BigBox/Generators/GLines.htm
And that's pretty much all your options for FCE. Note that the second option is not $100 just for the line generator, it also includes a bunch of other handy stuffy.

Similar Messages

  • Map loader and map version numbers?

    ive just spent 4 hours downloading and installing western europe for my n95 8gb and maps 3
    My map loader is version 3.0.24.0 and map version 0.1.22.103
    how can I check in future that a new map version is out for my phone and western europe???
    thanks
    Message Edited by liam182 on 03-Jul-2009 03:31 PM

    unfortunately no, it does not seem that you can compare the version of map data. strange though, i wouldn't have thought it would be that difficult to include the date of maps in the software. but alas, there is no option anywhere in Map Loader or the Maps application to view this . ohwell, i personally don't see the need to update maps until at least six months/a year in the future anyway. unless the region that you live in is constantly changing and it affects your travel habits, in which case you can see the importance. but i'm happy enough updating every six months/a year (yearly in which new version of Maps is released anyway).
    personally, also i think standalone GPS units for cars such as TomTom, Navman etc are much more useful in day-to-day usage for navigation. nothing against Nokia phones, but just for convenience they are much much easier and there is the larger screen which makes things much much easier. for me, the phones are useful in Pedestrian mode or for short distance, non-complicated routes (i.e. few street directions). then again, i also use a paper street directory sometimes as well. just whatever floats your boat i guess  
    kudos, kudos   
    If you found this or someone's comments helpful or like what that person has to say, please give some Kudos to their post!

  • Latest USA map version

    what is the latest map version available to download, Map downloader dosent show the version number of maps, Nokia programmers dosent even know this is a good programming practice to display map version.
    Google Nexus 4.
    Latest Android.
    Loving it!

    Latest USA map version is 01.23.112  (or same number with decimals in different place
    http://static.s2g.gate5.de/map5/maploaderzip-00.01.23.112/1710.zip
    Extract contents of zip file to cities\diskcache on your phone memory card  (warning: large download of 1.15 GB)
    USA Index file (allows offline searches)
    http://static.s2g.gate5.de/map5/maploaderzip-00.01.23.112/NorthCentralAmerica.zip
    Extract contents of zip file to cities\diskcache\ClientIndex on your phone memory card (but you probably already have this if you are already using USA maps)
    I prefer to download this way and connect the MicroSD card to a much faster card reader rather than wait for Nokia's slow and buggy software with phone connected.
    It might be an idea to delete your QF and Cities folder (and then run the Maps application once on your phone so it can re-build a clean QF and Cities folder structure) before putting the new map on. Alternatively, you can just tell Map Loader to delete what's on your storage and get it to download the latest map for you. Version number should be listed on the bottom of Map Loader.

  • Mapping Versions/History in Integration Repository

    We are running PI7.0 - SP10....  A highly suspect version with some ropey patches supplied by SAP!
    We have imported a Mapping version into our XIT system that does not work, however, our XID system is about to be either restored or upgraded due to some "Beta testing" we have been doing on an SAP Note - SAP are helping us much as possible as it was their "fix" that caused the problem!
    However, we need to carry on testing, and I am trying to restore the mapping in XIT.    There is an option for Mapping Version - under Message Mapping - History.
    You can use this to Open an older version.  However, we would like to revert to this older version to enable the user acceptance testing.
    Is this possible?  When I close the window, it reverts back to the most recent version.

    Barry,
    If you open the history version and go to change mode, the system asks you whether you want to use this version as the current. Select 'Yes', make a change to the message mapping (the descrion, for instance) and save and acitvate the mapping.
    Kind regards,
    Koen

  • OWB 904 doesn't use DB Links in mapping scripts

    I'm having trouble deploying mappings because they don't use the generated DB Links in the mapping scripts.
    Normally when deploying a mapping I get this warning that certainly is correct since it can't find the source table:
    VLD-2771: System privileges may not allow extraction from source ZIPCODE.
    Extract from the mapping script:
    CURSOR "ZIPCODE_c" IS
    SELECT
    "ZIPCODE_DWH"."ZIPCODE" "ZIPCODE",
    "ZIPCODE_DWH"."CITY" "CITY",
    ROWNUM "ROWNUM_ALIAS$$$"
    FROM "AXAPTA"."ZIPCODE" "ZIPCODE_DWH" ;
    Only when explicitly typing the name of the DB link in the configure options of the mapping will it work. But when I do this I get the following warning:
    VLD-1124: Schema and/or Database link physical configuration parameters should not be set for ZIPCODE.
    The version of the code that works:
    CURSOR "ZIPCODE_c" IS
    SELECT
    /*+ NO_MERGE */
    "ZIPCODE_dwh.business8123"."ZIPCODE" "ZIPCODE",
    "ZIPCODE_dwh.business8123"."CITY" "CITY",
    ROWNUM "ROWNUM_ALIAS$$$"
    FROM "ZIPCODE"@"dwh.business.auc.dk@dwh" "ZIPCODE_dwh.business8123" ;
    Shouldn't the mapping script use the DB Link normally or is there an option I have missed? I see in the Reviewers Guide that the target user is granted access to the source (through Public) but won't this only work if both source and target is in the same database?
    Regards
    Bent

    Hi guys,
    I am facing a strange problem. The code generated for my mapping has NOT used the dblinks. My OWB version is 10.1.0.4
    This is my problem in brief.
    I have installed OWB newly and started to do a sample task. I created a very simple one to one table population mapping from source to the target schema. Both are in the same database.
    When i generated the code for the mapping, it gave a warning 'VLD-2771: System privileges may not allow extraction from source EMP'.
    When i checked the code which was generated, i couldnot see any dblinks associated with my source table( which seems strange)
    CURSOR "INGRP_c" IS
    SELECT
    "EMP_SRC_TRG_CONN"."EMPNO" "EMPNO",
    "EMP_SRC_TRG_CONN"."ENAME" "ENAME",
    "EMP_SRC_TRG_CONN"."JOB" "JOB",
    "EMP_SRC_TRG_CONN"."MGR" "MGR",
    "EMP_SRC_TRG_CONN"."HIREDATE" "HIREDATE",
    "EMP_SRC_TRG_CONN"."SAL" "SAL",
    "EMP_SRC_TRG_CONN"."COMM" "COMM",
    "DEPT_SRC_TRG_CONN"."DEPTNO" "DEPTNO_1",
    "DEPT_SRC_TRG_CONN"."DNAME" "DNAME",
    "EMP_SRC_TRG_CONN"."DEPTNO" "DEPTNO",
    "DEPT_SRC_TRG_CONN"."LOC" "LOC"
    FROM "SCOTT"."EMP" "EMP_SRC_TRG_CONN" ;
    In brief this is the process i have done.
    Source schema : SCOTT & Target schema : TRG_SCHEMA
    1) I have created source (for SCOTT) and target(for TRG_SCHEMA) modules.
    2) I have also created DBLinks, Locations and Connector from source to the target locations.
    3) I registered both the source location and target locations.
    4) Validated, Generated and Deployed the Connector from source to the target.
    I was unable to trace the error. Did i miss anything in the configuration? or during the installation of OWB.
    Though it is a very old post, i hope someone can help me out here.
    Thanks in Advance,
    Sri

  • New Ovi Maps: version 0.1.24.114 are out (!)

    For those interested, I just noticed Nokia have just released new maps version 0.1.24.114
    Prior to this they offered version 0.1.23.112
    For those waiting on new maps, now is your chance to grab them and see if they offer improvements in what you are looking for.
    I happened to notice the new version while loading Map Loader just prior to writing this.
    Contrary to what I thought, it seems Map Loader reports the version of maps that are on the server and not the version of maps already on your phone.
    Anyway, enjoy the new maps.
    I haven't even downloaded mine but will soon

    Maps confirmed working.
    All maps are from Nokia's official Gate5 server(s).
    Main geographic regions listed below.
    I'll fill requests for the much smaller individual countries later on.
    Just wanted to get this post out here quickly for those eager to grab the new maps (and who have enough storage and bandwidth for the bigger files).
    Australia/Oceania map (Australia & New Zealand)
    http://static.s2g.gate5.de/map5/maploaderzip-00.01.24.114/245.zip
    Extract contents of file to cities\diskcache (overwrite / replace files if prompted)
    Index Australia/Oceania (for searching addresses & Points Of Interest offline)
    http://static.s2g.gate5.de/map5/maploaderzip-00.01.24.114/AustraliaOceania.zip
    Extract contents of file to cities\diskcache\ClientIndex (create ClientIndex folder if necessary. Overwrite/ replace files if prompted)
    Asia map
    http://static.s2g.gate5.de/map5/maploaderzip-00.01.24.114/244.zip
    Extract contents of file to cities\diskcache (overwrite / replace files if prompted)
    Index Asia (for searching addresses & Points Of Interest offline)
    http://static.s2g.gate5.de/map5/maploaderzip-00.01.24.114/Asia.zip
    Extract contents of file to cities\diskcache\ClientIndex (create ClientIndex folder if necessary. Overwrite/ replace files if prompted)
    Africa map
    http://static.s2g.gate5.de/map5/maploaderzip-00.01.24.114/243.zip
    Extract contents of file to cities\diskcache (overwrite / replace files if prompted)
    Index Africa (for searching addresses & Points Of Interest offline)
    http://static.s2g.gate5.de/map5/maploaderzip-00.01.24.114/Africa.zip
    Extract contents of file to cities\diskcache\ClientIndex (create ClientIndex folder if necessary. Overwrite/ replace files if prompted)
    Europe map
    http://static.s2g.gate5.de/map5/maploaderzip-00.01.24.114/242.zip
    Extract contents of file to cities\diskcache (overwrite / replace files if prompted)
    Index Europe (for searching addresses & Points Of Interest offline)
    http://static.s2g.gate5.de/map5/maploaderzip-00.01.24.114/Europe.zip
    Extract contents of file to cities\diskcache\ClientIndex (create ClientIndex folder if necessary. Overwrite/ replace files if prompted)
    America map (includes USA & Canada & South America)
    http://static.s2g.gate5.de/map5/maploaderzip-00.01.24.114/241.zip
    Extract contents of file to cities\diskcache (overwrite / replace files if prompted)
    Index NorthCentralAmerica (for searching addresses & Points Of Interest offline)
    http://static.s2g.gate5.de/map5/maploaderzip-00.01.24.114/NorthCentralAmerica.zip
    Extract contents of file to cities\diskcache\ClientIndex (create ClientIndex folder if necessary. Overwrite/ replace files if prompted)
    Index South America (for searching addresses & Points Of Interest offline)
    http://static.s2g.gate5.de/map5/maploaderzip-00.01.24.114/SouthAmerica.zip
    Extract contents of file to cities\diskcache\ClientIndex (create ClientIndex folder if necessary. Overwrite/ replace files if prompted)
    Voices 
    Extract contents of zip file to cities\diskcache\voices
    f = female
    m = male
    http://static.s2g.gate5.de/navigation2/lua/afrikaans_f.zip
    http://static.s2g.gate5.de/navigation2/lua/arabic_f.zip
    http://static.s2g.gate5.de/navigation2/lua/basque_f.zip
    http://static.s2g.gate5.de/navigation2/lua/bulgarian_f.zip
    http://static.s2g.gate5.de/navigation2/lua/cantonese_f.zip
    http://static.s2g.gate5.de/navigation2/lua/catalan_f.zip
    http://static.s2g.gate5.de/navigation2/lua/croatian_f.zip
    http://static.s2g.gate5.de/navigation2/lua/czech_f.zip
    http://static.s2g.gate5.de/navigation2/lua/danish_f.zip
    http://static.s2g.gate5.de/navigation2/lua/dutch_f.zip
    http://static.s2g.gate5.de/navigation2/lua/english_f.zip
    http://static.s2g.gate5.de/navigation2/lua/english_m.zip
    http://static.s2g.gate5.de/navigation2/lua/english_us_m.zip
    http://static.s2g.gate5.de/navigation2/lua/estonian_f.zip
    http://static.s2g.gate5.de/navigation2/lua/farsi_f.zip
    http://static.s2g.gate5.de/navigation2/lua/finnish_f.zip
    http://static.s2g.gate5.de/navigation2/lua/finnish_m.zip
    http://static.s2g.gate5.de/navigation2/lua/french_f.zip
    http://static.s2g.gate5.de/navigation2/lua/french_ca_f.zip
    http://static.s2g.gate5.de/navigation2/lua/french_m.zip
    http://static.s2g.gate5.de/navigation2/lua/galician_f.zip
    http://static.s2g.gate5.de/navigation2/lua/german_f.zip
    http://static.s2g.gate5.de/navigation2/lua/german_m.zip
    http://static.s2g.gate5.de/navigation2/lua/greek_f.zip
    http://static.s2g.gate5.de/navigation2/lua/hindi_f.zip
    http://static.s2g.gate5.de/navigation2/lua/hungarian_f.zip
    http://static.s2g.gate5.de/navigation2/lua/indonesian_m.zip
    http://static.s2g.gate5.de/navigation2/lua/italian_f.zip
    http://static.s2g.gate5.de/navigation2/lua/korean_f.zip
    http://static.s2g.gate5.de/navigation2/lua/latvian_f.zip
    http://static.s2g.gate5.de/navigation2/lua/lithuanian_f.zip
    http://static.s2g.gate5.de/navigation2/lua/malay_f.zip
    http://static.s2g.gate5.de/navigation2/lua/mandarin_chinese_f.zip
    http://static.s2g.gate5.de/navigation2/lua/taiwanese_chinese_f.zip
    http://static.s2g.gate5.de/navigation2/lua/norwegian_f.zip
    http://static.s2g.gate5.de/navigation2/lua/polish_f.zip
    http://static.s2g.gate5.de/navigation2/lua/brazilian_f.zip
    http://static.s2g.gate5.de/navigation2/lua/portuguese_f.zip
    http://static.s2g.gate5.de/navigation2/lua/romanian_f.zip
    http://static.s2g.gate5.de/navigation2/lua/russian_f.zip
    http://static.s2g.gate5.de/navigation2/lua/slovak_f.zip
    http://static.s2g.gate5.de/navigation2/lua/slovenian_f.zip
    http://static.s2g.gate5.de/navigation2/lua/spanish_f.zip
    http://static.s2g.gate5.de/navigation2/lua/mexican_m.zip
    http://static.s2g.gate5.de/navigation2/lua/swedish_f.zip
    http://static.s2g.gate5.de/navigation2/lua/tamil_m.zip
    http://static.s2g.gate5.de/navigation2/lua/thai_m.zip
    http://static.s2g.gate5.de/navigation2/lua/turkish_f.zip
    http://static.s2g.gate5.de/navigation2/lua/urdu_f.zip
    Remember, you can always try to download your new maps with Nokia Map Loader / Maps Updater / Ovi Suite, too. The links above are only for those people that prefer to do it manually and/or can't get Nokia's software to work.
    You will need version 3 of the Nokia Ovi Maps application installed on your phone (3.01 or 3.03 or similar).
    If you have trouble getting it from Nokia, some of my previous posts have links to the map application.
    If you want to start fresh with new maps, deleting the qf file on the (root of) your memory card along with the Cities folder is the recommended way. Running the Nokia Ovi Maps application once on your phone will then re-build the Cities folder and the qf file, ready for your new maps.
    You will need to attach your phone to the computer in Mass Storage mode to extract & copy these files across. Most of these are large files (especially Europe and America), so it's only recommended for those that want major geographic regions (or the whole world on their phone). 8GB or more storage is preferred if you want all the countries that Nokia offer on your phone.
    Enjoy Nokia's new maps.

  • E71, stuck with Map Version 0.1.25.114 ?

    Hi, I'm using Ovi Maps for about a year now. I've used Ovi Suite to download the maps from Holland, Belgium and Germany to my E71. I have never been offered updates for these maps during one year of use. Am I stuck with version 0.1.25.114? Aren't there newer versions? If so, don't they work with my E71? I'm using maps version 3.03. I know there is a newer version, but Ovi store says it's not compatible with my E71. Should I buy a new phone to start using these newer maps? tnx !!
    Solved!
    Go to Solution.

    @mry007
    Welcome to the forum!
    You are correct in your assumption that only later devices using OVI Maps v3.06/7 can utilise map set 00.02.42.122 unfortunately.
    Happy to have helped forum with a Support Ratio = 42.5

  • Can I use the new Bing Maps control released in Feb 2015 in my windows store app?

    Can I use the new Bing Maps control released in Feb 2015 in my windows store app?  If not, will there be a release of the store app version that has all or most of the updates that are in the new map control for WPF/Silverlight?

    The FEB 2015 release was for the WPF map control which is for desktop only. There is an existing Bing Maps SDK for Windows Store apps which has a lot more functionality than the WPF map control already. You can find this SDK here:
    https://visualstudiogallery.msdn.microsoft.com/224eb93a-ebc4-46ba-9be7-90ee777ad9e1
    You can find documentation this SDK here:
    https://msdn.microsoft.com/en-us/library/hh846481.aspx
    Also, I have written a free ebook on this SDK here:
    https://rbrundritt.wordpress.com/my-book/
    You can also find lots of code samples here:
    https://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=Topic&f%5B0%5D.Value=Bing%20Maps&f%5B1%5D.Type=Platform&f%5B1%5D.Value=Windows%20RT&f%5B1%5D.Text=Windows%20Store%20apps
    You can also find a bunch of blog posts on this control on the Bing Maps blog. Here is a filtered list of blogs for Windows Store Apps:
    http://blogs.bing.com/maps/tag/windows-store-app/
    http://rbrundritt.wordpress.com

  • Map version update during Jan 13 ?

    Hi all
    I use maps on my 5800XM (I have v3.06 11wk10b01), and periodically check for updates using the in-app "Check for updates" button. I recall updating the map version some time last year, but since then every time I try it says I already have the latest version (can't remember what no. that was). When I try now, it says I have the latest version (00.02.46.103) but quotes a release date of 9/1/2013. Now, last time I updated it took around two hours of faffing around, and I certainly did not do that during January. Was there some kind of "silent update" ? If so it's not a good update because I can easily find bits of map that are several years out of date. Or has something gone wrong, and it thinks it's updated itself but hasn't really ? How do I find out whether I've got the latest version if I can't trust the "Check for Updates" facility ?
    Thanks.
    Solved!
    Go to Solution.

    Actually an update was released sometimes during December, 2012 which was version 00.02.47.103. But there was a major issue with that update as Offline Navigation was not possible. Nokia released another ROLL-BACK update (v 00.02.46.103) on 09.01.2013 which is the same as one released in May, 2012 ..so you may not find any changes from what you already had.
    Refer THIS

  • Chart of Map versions for different models

    Does Nokia publish a matrix or chart of up-to-date map versions for the various phone models? I note that amongst newer models that qualify for the free navigation (i.e. maps v3.03 and up), there are some that can run v3.04 (such as E73), and others that run even newer maps versions, such as v3.06. Thanks.

    kurtkaufman wrote:
    Does Nokia publish a matrix or chart of up-to-date map versions for the various phone models? 
    Not aware of it.
    S60 3rd Ed. FP1 devices Nokia_maps_3.01_09wk44_b01_s60_3.1 apart from E71 & E66 which run Nokia_maps_3.03_10wk11_b04_s60_3.1
    S60 3rd Ed. FP2 devices v3.04_10wk17_b07_s60_3.2.Nocs.sis
    S60 5th Ed. devices up to latest v3.06 http://nds1.nokia.com/files/support/global/phones/software/ovi_maps_installer_3.06_11wk23_b05_s60_5....
    Symbian^3 + Symbian Anna Ovi_maps_inst_3_06_11wk23_b05_tb9_2 but can run OVI Maps v3.08 Beta
    Happy to have helped forum with a Support Ratio = 42.5

  • How do I block this msg from always popping up "iTunes requires Safari 4.0.3 or later to be installed to use the iTunes Store within iTunes. Use Software Update to download and install the latest version of Safari" bc I can't download the latest software?

    How do I block this msg from always popping up "iTunes requires Safari 4.0.3 or later to be installed to use the iTunes Store within iTunes. Use Software Update to download and install the latest version of Safari". I cannot download this software bc my lap top is to old. The msg literally pops up everytime I make any moves on itunes and is VERY annoying.

    I have a 2006 MacBook with an Mac OS X version 10.5.
    In that case, try downloading a Safari 5.0.5 for leopard from the following location:
    http://www.apple.com/safari/download/

  • How to use functions in Message Mapping

    Hi All,
           I am new to SAP XI. I don't know how to use functions in message mapping.     Can any body tell me how to use IF condition in message mapping.
         Please provide me a good link where I can get the details how to use those functions.
    Thanks,
    Srinivas.

    HI Srinivas
    Please take a look at these links,
    http://help.sap.com/saphelp_nw04/helpdata/en/43/c4cdfc334824478090739c04c4a249/content.htm
    /people/sravya.talanki2/blog/2005/08/16/message-mapping-simplified--part-i
    /people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii
    This will help you
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/190eb190-0201-0010-0ab3-e69f70b6c257
    http://help.sap.com/saphelp_nw04/helpdata/en/55/7ef3003fc411d6b1f700508b5d5211/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/a8/bfc6373c8fea43bdb3541535bcbd43/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/8a57d190-0201-0010-9e87-d8f327e1dba7
    This will give you a detailed Idea about Context
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/db95f835c111d1829f0000e829fbfe/frameset.htm
    This will give more explanation on Queue
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/51a39490-0201-0010-5b9f-ae21e8b78195
    For understanding node functions this blog will help you
    /people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii
    Not sure you can find a collection of all...
    Cheers..
    Vasu
    <i>** REward Points if found useful **</i>

  • Firefox 6 will not allow you to paste a cookie into the addressbar like all previous versions have. I use software to replace web chat and must do this and have been able to do it in all past versions. What's the deal?

    Firefox 6 will not allow you to paste a cookie into the addressbar like all previous versions have. I use software to replace web chat and must do this and have been able to do it in all past versions. What's the deal?

    Thank you for your response.
    After searching around for any pointers to my problem, the above fixes I listed were the things that came closest to maybe addressing the issue, that I was able to locate. But since none worked, and as you pointed out, it is now clear they will only help towards viewing sent images rather than helping with inserting any images in the body of the email, which is the problem I suddenly started facing today.
    Coming to your suggestion, on opening the Write window, the Insert choice on the menu bar is indeed available. And I had already tried using that, by clicking on the '''Insert ----> Image''' option listed. That opens
    up the "Image Properties" box but using that has not resolved the matter either. It results in an image box getting inserted within the email but without the actual image itself.
    Plus, normally I am able to use the '''Paste''' function in the Edit menu or through right-click, but today the (Cut/Copy/Paste) functions have gone inactive, thereby disallowing me to use that to place an image within the email.

  • How to use error table in mapping level?

    Hi all
    Any one please tell me how to use error table in mapping level or how to handle the errors in mapping.
    I am creating one error table in oracle but i dont know how to use it in mapping.
    Thanks in advance.
    Kumar

    Hi Kumar,
    You need to use Error Table along with the Data Rule .
    Error tables are used with Logical error handlers (Data Rules). Detailed description on using data rules is explained in the following document
    http://www.oracle.com/technology/products/warehouse/pdf/OWB10gR2_ETLandBusinessRules.pdf
    In a nut shell usage of error tables is as follows.
    1. Create a data rule associate it with a table (Target table or table in which you load data).
    2. Use the table in a mapping as target table.
    3. Deploy the table and mapping.
    Now in the target schema one more table will be created with the name <target table name>_ERR. When a mapping is executed the data which violates the data rule gets into this error table.
    The following has to be done to have error table name of customers choice.
    1. Right click on the table and click configure.
    2. Give the table name in "shadow table name" section.
    3. Deploy the table.
    4. Use this table in a mapping. Now in the mapping on this table properties in "Error Table Name" section the name of the table specified in "shadow table name" will be populated.
    Thanks,
    Sutirtha

  • How can i get the map version in OVI?

    In map loader,we can see the map version in the left of the bottom of the interface.
    But,how can i get the version in my phone in OVI Suite map?
    my phone is E72,ovi suite is the lastest.
    3x

    Hi think, currently you can check, what map data files there's in your device by browsing device in Nokia Ovi Suite. Just click arrow on top of the phone icon and check what map data files there's in the device.
    Unfortunately, we don't have yet functionality to show, what version maps there's in device.
    Cheers, Samuli

Maybe you are looking for

  • Issue with retriving the title of objects

    Hello Colleagues, I am trying to develop an application which builds a tree structure with the objects assigned to a user in runtime.i.e if a user has a particular role lets say content administration,it list you the role and the objects inside that

  • Problem with trash function/cannt reset my mac

    i moved two one page word documents to trash but all it gave me was a moving "candy cane" blue/white bar. then i tried to stop it but i still have the moving blue/white bar while it reads "Stopping..." ... and its been like this for ten monutes. now

  • Minimum price of a material

    16.10.2007 Hi friends, Other than PMIN is there any other way by which I can enter  the minimum price of a material and check the same while creating sales documents. Regards, Udaynath.

  • Backing up your Mac advice

    I've had my Mac for awhile and I have an external hdd.  I'm currently backing up everything by hand.  Everything being a documents folder with not too much in it, my photos from iPhoto which are really important to me, and some videos.  The reason I

  • Solution Center problem

    My solution center always pops up on the screen.  It won't go away unless I stop it through the Task manager.  It says.  the feature you are trying to use is on a CD-Rom or other removable disk that is not available.  I cannot find my CD.  Is there a