Query on Topology for working with Routing Server

Hi,
We have just started working with Routing Engine. We have a sample street data. For working with routing server, whether we need the topology to be built?
If we have a topology can we use with routing server?
In this request for un-geocoded addresses
<start_location>
<input_location id="1">
<input_address>
<us_form1 street="4001 E Bay Dr" lastline="largo, fl" />
</input_address>
</input_location>
</start_location>
What does this street and lastline mean. Which table its referring?
Can you help me out in this problem?
Thanks and regards
Aravindan

The routing engine requires data in a particular form. It does require a node and edge table as well as oher information.
In appendix c of the 10g Release 2 documentation is a description of the tables and the XML elements (such as us_form1, street, lastline, etc) required for the routing engine. If you have data that can be massaged into this format then you can do the massaging and load and use it.
Hope this helps,
d

Similar Messages

  • Configuring Cisco Router for use with Syslog Server

    Configuring Cisco Router for use with Syslog Server:
    Does anyone know of a good doc for this?
    -Ashley

    Start with that one: http://security-planet.de/wp-content/uploads/2008/12/logging-ios.pdf
    And if you need more informations, just ask what you want to achieve.
    Don't stop after you've improved your network! Improve the world by lending money to the working poor:
    http://www.kiva.org/invitedby/karsteni

  • Can TS work with sql server compact or express?

    I'm don't have much experience with the underpinning of database systems.  I know conceptually how they work and can hack my way through sql queries.  Is there something fundamentally different about a Sql Server Compact itnstall versus Sql Server versus Sql Server Express?  Can TS work with any of them with a proper connection string?
    My problem is at our local site a previous employee set us up on Sql Server and wrote a web app (.asp) to do the query for presentation on a web page.  At an offsite location they can't install Sql Server and I'm trying to figure out the best path for them to be able to use the same .asp tool we have.  My gut feeling is the .asp tool is probably set up such that it wouldn't take much to make it work with MySql but because I don't have the luxury of time I'm hoping someone can point me in what they think might be the easiest direction (whether that is sql compact if possible or MySql for them).

    Hi,
    TestStand works with SQL server express. (not sure about SQL server compact).
    Ravi

  • [announce] vps-lxc; comprehensive tool for working with LXC containers

    available...
    http://aur.archlinux.org/packages.php?ID=34507
    this is going to be brief, more later.  for some time i have been developing a comprehensive solution for working with LXC based VPS containers on my Arch servers.  it is about 95% complete, and ready for testing by others.
    this system will allow you to build template containers for _any_ distribution if it has bootstrap type utilities (i have only implemented Arch based containers, Ubuntu and Debian will be done soon, with Fedora, maybe Opensuse, maybe others can create these?).  once the templates are created, they can be "forked" into usable domains, and the LXC config (for the lxc-* user tools) can bee 100% generated from command line options to "vps-lxc mkdom".
    the code is very consistent and clean, and can easily be extended by writing/implementing your own subcommand files.  there is a command.proto file to get you started, and the "vps-lxc proto" command will show you the example command.
    there is proper bash completion for most subcommands, mktpl and mkdom the exceptions for now (they have several options and i want the completion for those to be awesome).  BTRFS will be used for efficient template/domain creation if available.
    see here for more details:
    http://www.mail-archive.com/lxc-users@l … 00148.html
    try it out if your interested in LXC, i'm using it now and its working pretty nice.  ls, init, and edit subcommands will be up soon.
    here is an example of output, and do this to get started.  the system is well commented, and the usage/exception strings should guide you:
    cr@ph1 ~ $ vps-lxc help
    Usage: vps-lxc COMMAND [help|OPTION]...
    Create, destroy, interact with, and manage LXC based Virtual Private Server
    (VPS/container) domains and templates.
    Creation/destruction COMMANDs:
    mktpl create a new template from scratch or based off an existing template
    mkdom create a new domain based off a pre-created template
    rmtpl remove a created template
    rmdom remove a defined/created, STOPPED domain and it's configuration
    Definition/edit COMMANDs:
    define initialize a domain after editing it's configuration (once)
    edit edit the persistent configuration of a VPS (requires reboot)
    Control/interaction COMMANDs:
    start send a STOPPED domain a signal to start
    stop send a RUNNING domain a signal to stop
    reboot send a RUNNING domain a signal to reboot
    enter enter a domain and interact via console (limited, config specific)
    Query COMMANDs:
    help what you are seeing right now
    tree view the VPS system's directories/files in a tree
    ls list each domain and/or template and their status
    cr@ph1 ~ $ vps-lxc mktpl help
    Usage: vps-lxc mktpl (-b BASE | -d DISTRO -a ARCH)
    [-p PROFILE] [-m MIRROR] TARGET
    Generate a VPS template using bootstrap utilities to build it from scratch, or
    base it off an existing template and add/modify packages/configuration
    Options:
    -b specifies the template used as a base for this one;
    arch and distribution will be ignored if provided
    -d the distribution to build
    -a target architecture
    -p distribution specific profile; default if not provided
    -m the mirror to use for download; overrides internal
    Arguments:
    BASE name of an existing template
    DISTRO an existing folder in include/mktpl
    ARCH either 32 or 64
    PROFILE an existing folder in include/mktpl/DISTRO
    MIRROR distribution specific mirror to use in the
    form http://...
    Parameters:
    TARGET the name of the template to be created
    Options not defined can/may be set by the selected profile
    cr@ph1 ~ $ vps-lxc mkdom help
    Usage: vps-lxc mkdom -b BASE [-p PROFILE] [-h HOSTNAME] [-t TTY] [-s DEVPTS]
    [-n type=TYPE,flags=FLAGS,link=LINK,name=NAME,hwaddr=HWADDR,ipv4=IPV4,ipv6=IPV6]...
    [-c subsys.param=VALUE]... TARGET
    Generate a VPS domain using an existing template as a base. The resultant domain
    configuration is altered according to the selected profile and any options passed
    Options:
    -b specifies the template used as a base for this domain
    -p the profile to use; default if not provided
    -h the hostname assigned to this domain; defaults to NAME
    if not provided
    -t number of ttys to allocate to this domain
    -s use a private devpts instance if possible, and restrict
    ptys to this number; not implemented upstream
    -n append a network interface to this domain in addition
    to any defined by the profile
    -c append cgroup subsystem values to this domain in
    addition to any defined by the profile
    Arguments:
    BASE name of an existing template
    PROFILE an existing folder in include/mkdom
    HOSTNAME a valid hostname; default TARGET
    TTY positive integer; default 2
    DEVPTS positive integer; default 1024
    TYPE empty, veth, macvlan, or phys
    FLAGS up; or do not specify
    LINK an existing interface on the host
    NAME the interface name assigned internally
    to the container
    HWADDR a valid MAC address; do not specify
    for dynamic
    IPV4 a valid IPV4 address in the form
    x.y.z.t/m, eg. 192.168.1.123/24
    IPV6 a valid IPV6 address in the form x::y/m,
    eg. 2003:db8:1:0:214:1234:fe0b:3596/64
    VALUE set VALUE to the specified cgroup subsystem
    parameter, e.g devices.deny=a; if VALUE has
    spaces, quotes are needed
    Parameters:
    TARGET the name of the domain to be created
    Options not defined can/may be set by the selected profile
    Last edited by extofme (2010-02-20 00:50:48)

    starfry wrote:
    Hello extofme, have you done any more work on your scripts? Is there any later information available than what is in this thread?
    I'm interested in setting up an Arch host with Arch/Ubuntu LXC containers.
    I am moving away from a hardy host with openvz hardy containers.
    Cheers.
    unfortunately i have not done much work on these for several months, as i have since moved myself and my clients to the google appengine.  however, i do follow the lxc list and devel, and they should still work ok (possibly some minor tweaking).
    the scripts are very easy to work with, and are modular; you can extend what you need.  they provide stacktraces and basic exception handling.
    i do intend to work with lxc soon, and will pick vps-lxc back up then.  feel free to run with it; send me patches if you find problems.  if you have issues w/vps-lxc or lxc itself just report here and i will guide you.  i was hoping others would find it useful and share some of the workload, meh :-)
    C Anthony

  • Best practices for working with large placed bitmap images?

    Hey all,
    I need some advice on the best way to approach building these files. I've been working on some banners that are very large: 3 x 7 feet.
    Each banner has a simple vector graphic treatment at the top and bottom (rectangle with a different colored rule on top, and vector logo) and a small amount of text, just a URL and a headline.The headline is type (not converted to outlines) and usually has some other effect applied to it, say a drop shadow or outer glow. Under these graphics is a full bleed image. The placed images need to be 150ppi at actual size, so they're honking big, sometimes up to 2GB. Once the layouts are approved, they have to go to a vendor for output.
    The Illustrator docs are really large, and I've read in other threads how to combat that (PDF compatibility, raster settings). But even still, does anyone have any insight into the best way to deal with these things? The dimensions are large, and then the images are large, and it just makes for lots of looking at the spinning ball of death...
    If it were me, I'd build them in InDe, but the vector graphics need to be edited for each one, and I so don't like to do that in InDe unless forced. To me, it's still ultimately a page layout app, not a drawing app. (Old school here.)
    FYI, our machines are all MBPs with 8G ram and the latest Intel Core 2 Duo chips, 2.66 and 2.8GHz. If we keep the files local (as opposed to working on the server) it should be fairly zippy... No?
    Any advice is appreciated, thanks!

    You can get into memory trouble with very large placed pdf files. Tiffs too.
    This has to do with the preview, which contains much more information than you need for working with.
    On the other hand if you place EPSs and take care not to turn on overprint preview you can get away with huge files.
    If you do turn on overprint preview your machine will slow down a lot and the file may become totally unmanageable.
    Compare this with to InDesign where you can control the quality of the preview. A hi-res preview will slow you down and most often you don't need it anyway.
    I was working (in Illie) the other day on much larger files than you mention – displays for whole walls – and had some considerable trouble until I reverted to the old EPS format. They say it's dying but it ain't dead yet .

  • How to make a simple form made with adobe Muse work with Godaddy server ?

    Hi
    i'm trying to do a little website for my student (excuse my english) and the simple form simply don't work with godaddy server. I put the-email adress and i receive nothing, like nothing happen. I try to place the gdform instead but muse said i can't do that.
    Do yu have a simple explication or a way around that thank you very much
    the site is www.chbh.org
    Josée Bélanger

    Hi
    Please refer to : forums.adobe.com/docs/DOC-3581 to know, how you may have the forms widget provided with Adobe Muse to work with third party hosting.

  • Database Mail not working with SQL Server Agent

    I'm running SQL Server 2005 Standard edition 64 bit with SP2 on a 64 bit machine. 
    Database mail does not work with SQL Server Agent.  When I configure SQL Server Agent to use database mail the test email button is greyed out and inactive therefore I cannot send emails using operators or for jub success failure etc. 
    I've read that there was supposed to be a fix for this with SP1 but I have SP2 and still receive the same problem.  Please can somebody help as I do not wish to use SQL Mail as a work around due to this becomming redundant in future versions of SQL Server.
    Kind Regards

    The problems solved
    steps:
    1)we create a mail profile at at Managment->Database Mail ,of SQL Managment
    2)we set this account as "default" at Managment->Database Mail -> Configure Database Mail -> Manage profile security
    3)At tab "Alert System" of SQL Server Agent properties , we check the "Enable mail profile" , Mail System=Database Mail, Mail profile = "the profile we already create"
    4)we create a new operator at "Operators" of sql agent, where at "notification options" -> "Email name" we put the mail where we want to sent the agent the mails at failured job
    5)We go at a specific job, at tab "Notifications" ,we check the "email" check box and then we choose the operator we just create, at the text box next to check box.
    I hope not to forget something
    Thank You all for the help

  • How do I get macmail to work with exchange server 2010?

    my company upgraded to exchange server 2010 and since then, I can't access ical shared calendars. I've been forced to switch to Outlook for my email client at work. Now I can't receive email at home using macmail. Is there a way for macmail to work with exchange server 2010?
    Intel tower running snow leopard 10.6.8 with the latest version of macmail.
    Any insight into this problem is greatly appreciated.
    Thanks very much.

    Hi,
    Please refer to the following link http://forums.adobe.com/docs/DOC-3581
    For changing the HTTP, you need to do it outside the muse after exporting the site or after uploading it to godaddy.
    Regards,
    Aish

  • (266758030) Q SYNCH-12 Does Workshop work with WebLogic Server 6.1?

    (266758030) Q<SYNCH-12> Does Workshop work with WebLogic Server 6.1? (asked by Noel
    Fuentes)
    A<SYNCH-12> (by Adam Fitzgerald): No, Web Services in WebLogic Server 6.1 are different
    from those available in WebLogic Server 7.0. WebLogic Workshop is a WLS 7.0 tool.

    Rick,
    You may want to look at the Alteon and F5 configuration we have on edocs.
    Take a look at the following URLs for a possible solution
    http://edocs.bea.com/wls/docs61/cluster/alteon.html#591902
    http://edocs.bea.com/wls/docs61/cluster/bigip.html#591902
    Chuck Nelson
    DRE
    BEA Technical Support

  • Will XP workstations work with MS server 2012

    will XP workstations work with MS server 2012

    Hi,
    Yes Windows XP Pro will work with a Server 2012 Domain Controller.
    I do recall some issues with GPO filtering down to XP on an installation I worked on some time back, You need a hotfix pertaining to Server 2008 GPO issues to fix this for 2012 control.
    If I manage to find the email with the hotfix number I will post it here, likewise if you find it before me, please do post it up.
    M
    If you find my information useful, please rate it. :-)

  • JK Adobe TV - Top 5 Tips for Working with Vectors in CC

    Julieanne Kost has just blogged about her  Adobe TV video on working with shapes and paths in Photoshop CC.  It's actually not that new to Adobe TV, and has already had a lot of views, but we get a lot of questions here on the subject with CC, and there are some nice little tips in it.  I certainly learned a couple of things. :-)
    http://blogs.adobe.com/jkost/2014/01/top-5-tips-for-working-with-vectors-in-photoshop-cc.h tml
    http://tv.adobe.com/watch/the-complete-picture-with-julieanne-kost/top-5-tips-for-working- with-vectors-in-photoshop-cc/

    My apologies, but I really had no interest in a member's "answer", especially one that is so unhelpful.  Assuming that you were responding to me (we are the only two commenter's at this point), I would not be inclined to read the Creative Cloud offers since this is something that I am not interested in.  I bought the product the first day of offer, I did not rent it....just like I have in all the years past.

  • Mac Pro RAID block size recommendations for working with audio in Logic Pro

    I have recently ordered a Mac Pro and plan to do a RAID configuration across 3 HDD's
    The RAID type i am going to do is a RAID 0 striped.
    The computer is going to be used primarily for audio post production and working with 20+ 24-Bit audio files at any one time within a Logic project.
    I want to know what is the best block size i should use when configuring the RAID.
    I understand that using a higher block size is best for working with large files but do i need to do this in my case or will the default 32k block size be enough?
    Thanks in advance

    Use 64k. Things like databases like having 32k blocks because of all the small files. Audio files are pretty small even at 24-bit 192KHz. Go to 128k if all you are doing is streaming and no samples. But 20+ 24-bit is really not too large anyway considering most modern HDD's can stream 100MB/s off one spindle. You'll probably be fine regardless of the block size you choose. But most audio pro's choose 64k.

  • Tips for working with USB floppy drives

    I was just wondering if anyone had any tips on working with USB floppy drives in Archlinux.
    One thing I've noticed is that trying to use mkfs.msdos on my USB floppy drive directly doesn't seem to result in a usable disk (it's mountable, but reports that I don't have enough space available to copy files), but if I use the command on an image file the same size as a floppy disk and then use dd to copy the blank image to my USB drive I get a disk that's perfectly usable.  Anybody know what the deal is with that or how I might be able to successfully format a disk in fewer steps (other than keeping the blank images around and just using dd to format the floppies, haha)?
    Also, I'd like to hear any other tips or tricks any of you have for working with USB floppy drives.  They just seem so much more usable under Windows as opposed to Linux, and that disappoints me a little.

    jmetal88 wrote:Okay, thanks guys.  I haven't figured out the issue yet, but you're helping me narrow it down.  I decided to run a df -h command after each try of formatting the disk this time.  I tried the low-level ufiformat command followed by a mkfs.msdos on the device, using a 720k disk, and df -h showed 700k free on the file system.  It's just not making the file system large enough (I believe the file I was trying to copy over was 710k or so).  When I run mkfs.msdos on a 720k disk image and then dd the image over to the drive, df -h shows 713k free after mounting the drive.  Any idea why mkfs.msdos isn't filling out the full 720k on the disk itself, but is on the image?
    I would assume this happens because (as far as I can tell from skimming through the source over the course of a few minutes) mkfs.fat only applies floppy size heuristics to fd and lo devices -- your USB floppy drive is treated as a hard drive, and that leads to less-than-ideal default parameters. Run
    fsck.fat -v
    on the more spacious filesystem to figure out what options need to be set when you attempt formatting an actual disk. Or just make things easier by keeping newly-formatted blank disk images on hand so that dd and (maybe) ufiformat are all you need to worry about.

  • What is better Mac Mini or Mac Pro and 4K 40" screen or iMac 5K for work with Exel

    I am working on Macbook pro retina for around 16 hours a day,  it is ok but the screen is to small. I am opening about 25 - 30 EXCEL windows, 20 - 25 safari windows at the same time. Excel windows are small, they only show 40 rows and S column   Now I am considering buying  iMac 5k ( but the screen is only 27", however a very high resolution but I think that fonts and digits displayed may be too small ). I am also considering Mac Mini or Pro with 40" 4K TV ( 4k computer monitors are 27 - 31" , so better idea would be purchasing iMac 5k ) . The problem is that 40 - 42" TV don't have Display Port ( I can't find  it anywhere )
    Please help me to choose what would suit my needs better. I need large screen to work comfortably with an Excel sheets.  What is better? Mac Mini or Mac Pro and 4K 40" screen or iMac 5K for work with Excel ?. The other problem I have is that when I spend  16 hours at work with retina macbook , my eyes are ok. Using the  30'' Dell screen 2560/1440 my eyes are tired after 2 hours.
    Thanks for your help on advance
    Best regards
    David

    Currently you can only get 4 K at 30 Hz via HDMI. Some users have reported jerky curser movement because of the 30 Hz.
    I would go for the 5K iMac. You can add a second screen at 4K.
    FaceTime HD camera
    Simultaneously supports full native resolution on the built-in display and up to 3840 by 2160 pixels on an external display
    Support for extended desktop and video mirroring modes
    The Mac Mini supports:
    Support for up to two displays at 2560 by 1600 pixels, both at millions of colors
    Thunderbolt digital video output
    Native Mini DisplayPort output
    DVI output using Mini DisplayPort to DVI Adapter (sold separately)
    VGA output using Mini DisplayPort to VGA Adapter (sold separately)
    Dual-link DVI output using Mini DisplayPort to Dual-Link DVI Adapter (sold separately)
    HDMI video output
    Support for 1080p resolution at up to 60Hz
    Support for 3840-by-2160 resolution at 30Hz
    Support for 4096-by-2160 resolution at 24Hz
    The 2013 Mac Pro can use three and more displays:
    Mac Pro (Late 2013): Using multiple displays - Apple Support
    I would go for multiple screens

  • WLS :: Will Vista web client work with Weblogic Server 8.1.6 over SSL?

    Hello,
    I have installed 51-2 bit SSL cert on weblogic 7 and found that the secure site doesn't work on Vista web client.
    Weblogic gives error in handshaking and says algorithm is not supported.
    Vista web client uses some algorithms which were not supported by weblogic 7.
    So would like to know if would Vista web client work with Weblogic Server 8.1.6 over SSL?
    Any information in this regard would be helpful.
    Thanks in Advance.

    can you use the following debug flags in the weblogic server as java_options and paste the complete ssl handshake exception here.
    -Dweblogic.StdoutDebugEnabled=true
    -Dssl.debug=true
    thanks,
    sandeep

Maybe you are looking for

  • Family Sharing Issue: Problem with child account not having access to parents purchases.

    I created a family sharing network consisting of my me, my wife, and my 16 y/o son.  I can see/download my wife's purchases and she can see/download my purchases. I can also see/download my sons purchases.  My son can see my purchases, but when he at

  • I have lost the correct proxy settings for the ethernet connection using Safari.  How do I get back to the original ethernet proxy settings?

    I changed the ethernet proxy settings for Safari on my Mac Pro, when I was in a particular place that required extra security.  Now I cannot get the ethernet connection to work when back home.  The wireless connection works fine.  What are the origin

  • Prior Month/Quarter/year Measure

    Hi Gurus, I have 3 drop downs year,quarter and month in my report. Now in my report 2 measures are shown.Current Period and Prior Period. Now if i select 2011 as year in drop down then current period will be of 2011 and Prior Period will be of 2010.S

  • Copy command hangs

    Hello All, I'm having problems copying data between oracle 8.1.6.1 dbs, both running on Red Hat 6.2. I'm using syntax like copy from username/password@server - insert applications - using select * from applications This works fine when copying betwee

  • IPhone 4S camera will not focus

    My iPhone 4S camera is not focusing, it is the camera on the back. One time I tried to take a photo of a document on paper and it just wouldn't focus on the writing, I turned my phone off and on and then it seemed to be working and focusing again. Re