Unix time to MSSQL time

I'm creating a view whith a column (end_tyd) that has unix time value's that i want to convert to SQL DATETIME 103.
Select
FROM_UNIXTIME(end_tyd)
From myTable
Msg 195, Level 15, State 10, Line 22
'FROM_UNIXTIME' is not a recognized built-in function name.
 

Hi MVP_88,
As
FROM_UNIXTIME is a function of MySQL, there's no such a built-in function in SQL server. To convert the that column to DATETIME 103 in SQL server, you can reference the below.
DECLARE @end_tyd INT;
SET @end_tyd=1421629632
SELECT CONVERT(VARCHAR(10),DATEADD(SECOND,@end_tyd,'1970-01-01'), 103) AS DATE
/* OUTPUT
DATE
19/01/2015
--In your case
SELECT CONVERT(VARCHAR(10),DATEADD(SECOND,end_tyd,'1970-01-01'), 103) AS DATE FROM yourTable
If you have any question, feel free to let me know.
Eric Zhang
TechNet Community Support

Similar Messages

  • VI to convert Unix time to standard time?

    hi,
    I am in need of a VI to convert Unix time to Standard time?
    eg: Unix time: 1268845177 in seconds
    Standard time: GMT: Wed, 17 Mar 2010 16:59:37 GMT
                            Your timezone(U.S):
    Wednesday, March 17, 2010 10:59:37 AM
    I have the calculation but not full formula.
    Unix time is in seconds from Jan 1,1970, 00:00:00 UTC, starting at 0 counting forward.
    When 1268845177/86400 = 14685 days.
    86400 = 60*60*24 seconds
    But how to convert the 14685 days and relate to the current date, how it should be done?
    Either the formula or a VI to convert Unix time to standard time will be a help.
    Regards,
    Arvinth

    Timestamps and the PC clock vs. time on the net are different and I'd say somewhat unrelated concepts.
    You are worried about accuracy of the current time.  Timestamps have nothing to do with current time, but are a way of identifying and particular moment in time.
    Yes, the PC clock gets its time from the net assuming the time server settings are all set properly.  Even the correction of the current PC time may not happen exactly when the leap second gets inserted.  It may be some time before the PC resynchronizes with the net time.  The PC doesn't know if the existence of when a leap second will occur.  And neither does the LabVIEW timestamp.
    Here is an example.  According to http://en.wikipedia.org/wiki/Leap_second, a leap second will occur at the end of June 30 of this year UTC.  Since my clock is eastern daylight time at that date, I put together an example for 8pm on June 30  (UTC +4).  You'll see that the 3 values (a second before, the exact time, and a second after) show they are all 1 second apart.  There is no extra second accounted for.  So in real life the time a second after  vs. a second before are actually 3 seconds apart, but LabVIEW only show 2 seconds.  Feel free to play with the attached snippet for different timezones and daylight savings time and all of that.
    I don't think you really have as big of a problem as you are trying to investigate here.  If your timing needs are that critical where you need accuracy of the current time to better than a second, then you shouldn't be looking at LabVIEW timestamps, PC time clock, or internet time at all, but look at a high accuracy timing source perhaps based on a GPS clock.
    Unless you have a particular test planned to run over the expected point of time where a leap second is inserted, then you shouldn't have to worry.  Even if you do have a test run over the leap second, you probably don't need to worry either.  If the test is based on a waveform datatype, then you have a T0 timestamp, and a dT that will keep track of all the individual data points accurately.
    Attachments:
    Example_VI.png ‏20 KB

  • UNIX time to Oracle time

    Hallo,
    I am acquiring the data for my reports in a UNIX evironment using embedded SQL.
    Therefore I am searching for a function that converts the UNIX time to ORACLE time. Currently I am doing the conversion via a string representation but I would prefer a function that does it on a binary level.
    Thanks a lot - Ulrich

    maybe (using the link provided) ;)
    select case when :unixts between -2114380800 and 2145916799
                then TO_DATE('19700101000000','YYYYMMDDHH24MISS') + NUMTODSINTERVAL(:unixts,'SECOND')
           end the_date
      from dualRegards
    Etbin

  • Trying to use labview to analyse analog data from a jump on a force plate and measure peak force (at two points, initial land and 2nd land from jump). Also need to mark the time of flight (time off plate).

    Attached is a file of 3 trials of a drop vertical jump activity onto a force plate.  the subject stands on a platform off the force plate, jumps onto the force place and immediately jumps up as if going for a rebound.  I am able to run this data and obtain a waveform graph with no problems.  however, I need to be able to find the initial contact with the force palte, the peak of the drop, the intial time off the force plate (prior to the jump), the return from the jump and finally the second peak (landing from the jump). 
    I want to calculate the time of flight ( time off the plate and in the air after the intial drop) to calculate juimp height.
    I had someone write me a mathscript for it and it works well, however, I need to do it without mathscript as I do not understand mathscript (nor Labview!!).
    Please help
    Attachments:
    Jose_Index and shift register6.vi ‏130 KB
    NI post.docx ‏365 KB

    OK, but I'm not understanding what you're asking us to do... Are you asking us to explain what the MathScript code is doing? (It's searching the array for the elements when the values are above or below a threshold.) Are you asking someone to convert the whole MathScript code to LabVIEW (we are not a code-writing service), or you just want to be able to calculate the new stuff you want with LabVIEW?
    In the future, please do not post proprietary file formats. Most people do not have Word, or Word 2007 for that matter. Please post text files or PDFs. Thanks.

  • Time Capsule and time machine with third party router

    Hi,
    This is the first time I use this site.
    I have over three years old Mackbook.
    APP has expired.
    Now I want to know how to set up time capsule in a new environment.
    I moved from Australian and Singapore.
    I was using Time Capsule and Airport Extreme in Australia.
    I have moved to Singapore.
    I am using router provided by Singtell(Singapore Telecommunication). I do not have an Airport Extreme anymore. My housemate and I are using wireless internet-sharing. Needless to say that internet provider is SingTell.
    Now I would like to know how to use time capsule and time machine with the network created with a router provided by SingTell.
    What I did so far is;
    Connected the time capsule to the power point.
    Orange lamp lit and flashed for a few second and stop. Orange lamp stayed on.
    Apple Utility does not recognise Time Capsule.
    I prefer to use it wirelessly.
    There are only two USB cable ports installed.
    One is used to synchronize iPhone.
    Other is used for a printer.
    but if it is not possible, wired would be OK.
    MacBook 13 inch 2.0 GH Late 2006
    I hope that someone able to give me an answer for this.
    Cheers,
    morepubholidays

    In this case the apple support people reveal a truly poor understanding.
    You must bridge something.. you either bridge the TC.. which 90% of people do.. or you bridge the dsl router.. which some people do manage to do.. You will have to look that up for your modem and check with verizon if they support pppoe authentication.
    IMHO just bridge the TC as you were told not to do.. as they are simply wrong about that.
    If you already tried this and it didn't work.. try again.. it is the correct approach.
    You have no choice. But this time let me suggest you do it using the 5.6 airport utility.. as the apple toyland v6 airport utility is likely half your trouble.
    So here is how to get the utility into your computer.
    How to load 5.6 into ML.
    1. Download 5.6 for Lion.
    http://support.apple.com/kb/DL1482
    Click to open the dmg but do not attempt to install the pkg.. it won't work anyway.
    2. Download and install unpkg.
    http://www.timdoug.com/unpkg/
    Run unpkg on the desktop.. it is very simple.. drag the AirPortUtility56.pkg file over to unpkg.. and it will create a new directory of the same name on the desktop.. drill down.. applications utilities .. there lo and behold is Airport utility 5.6 .. drag it to your main utilities directory or just run it from current location.
    You cannot uninstall 6.1 so don't try.. and you cannot or should not run them both at the same time.. so just ignore the toyland version.. the plastic hammer.. and start using 5.6.. a real tool.
    For screen shots see this post.
    https://discussions.apple.com/thread/4668746?tstart=0
    Then open the manual setup on the 5.6 utility.. go to internet tab. Connection sharing.. off bridged mode.
    Select this and update..
    Then all your IP addresses will be wrong.. I suspect this is where things are going wrong.. and messing you up.
    Once the TC is bridged.. turn off everything and restart.. in correct order.. modem.. TC.. client computers etc. 2min gap between each.

  • How do I set up multiple computers to use time machine on time capsule

    I have tried to set my other macs on time capsule using time machine as the backup device. All I get is the error message "there is a problem connecting ot the server.... Check the server name and ip address. This is supposed to be easy, so how do I set the other computers up?

    Whether or not this is possible will depend on the type of modem that you are using with the Time Capsule.
    If you have a simple modem (with only one Ethernet port), you can likely set up the Guest Network feature. If you have a modem/router (it will have multiple Ethernet ports), unfortunately, it is not possible to set up the Guest feature and have the Time Capsule operate correctly.
    Can you provide the make and model number of the device that you call your "modem"?

  • Trying to backup two computers via Time Machine on Time Capsule

    Hi, everyone.
    I have read about a similar problem that I am having, but the forums were all from 2009, so I don't know if anything has been updated or figured out since then.
    I bought a Time Capsule yesterday, and I set-up a network as well as the Time Machine configurations.  My iMac running 10.6.8 did just fine backing up; however, my Macbook running 10.5.8 did not.  
    When I try and run a backup with Time Machine, I get this error:
    "The network backup volume could not be mounted because there was a problem with the network username or password."
    After that error, I get this error:
    "Keychain error -25299 occured while creating a System Keychain entry for the username "XXX" and URL "afp://[email protected]//XX".
    I have searched different forums for hours, and so far, based on what I have been reading, I have done this:
    1. Deleted anything having to do with the TC in the keychain and trying to restart the backup.  This made me have the same errors again.
    2.  Reset the PRAM. 
    3. Repaired disk permissions.
    4.  Repaired keychain permissions.
    Finally, I found on a forum that I could set up guest access on the network and backup my Macbook as a guest.  This is what I am doing, now.  However, I saw that starting with OS X 10.6, there was some kind of update for Time Capsule and Time Machine in regards to using Time Capsule for multiple computers.
    My question is, since 2009, has there been a fix for this?  I know some people suggested updating firmware, and if this is the fix, what do I need and where do I get it?  Also, would it be possible to purchase OS X 10.6.8 for my Macbook and update it to potentially solve the problem?  Is updating the Operating System hard?  I'm not completely computer illiterate, but I am not great, either.  If I update the Operating System, will all of my files and applications remain on my Macbook?
    Thanks in advance for any help you can provide!

    Well, there is a way to reinstall without erasing the drive. But it may not fix the problem. You may need to start from scratch. In any event you should make a backup of your system then you do not risk losing anything but some time.
    But the real problem I see is that it is the computer that is the problem not the TC which seems to work fine with your iMac.
    Since you are using Leopard you can do the following. In my opinion I would not opt to preserve user accounts and network preferences since your problem may well be in your user account.
    How to Perform an Archive and Install
    An Archive and Install will NOT erase your hard drive, but you must have sufficient free space for a second OS X installation which could be from 3-9 GBs depending upon the version of OS X and selected installation options. The free space requirement is over and above normal free space requirements which should be at least 6-10 GBs. Read all the linked references carefully before proceeding.
    1. Be sure to use Disk Utility first to repair the disk before performing the Archive and Install.
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger, Leopard or Snow Leopard.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. Do not proceed with an Archive and Install if DU reports errors it cannot fix. In that case use Disk Warrior and/or TechTool Pro to repair the hard drive. If neither can repair the drive, then you will have to erase the drive and reinstall from scratch.
    3. Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When you reach the screen to select a destination drive click once on the destination drive then click on the Option button. Select the Archive and Install option. You have an option to preserve users and network preferences. Only select this option if you are sure you have no corrupted files in your user accounts. Otherwise leave this option unchecked. Click on the OK button and continue with the OS X Installation.
    4. Upon completion of the Archive and Install you will have a Previous System Folder in the root directory. You should retain the PSF until you are sure you do not need to manually transfer any items from the PSF to your newly installed system.
    5. After moving any items you want to keep from the PSF you should delete it. You can back it up if you prefer, but you must delete it from the hard drive.
    6. You can now download a Combo Updater directly from Apple's download site to update your new system to the desired version as well as install any security or other updates. You can also do this using Software Update.

  • Can I use Time Capsule for Time Machine and a place to put my iPhoto Library

    Can I use Time Capsule for Time Machine and a place to put my iPhoto Library?

    Only if you partition the Time Capsure into two partitions, one for TM and one for the iPhoto LIbrary.  But you won't be able to backup that library as it will be on the same drive as the TM backups.
    It's not recommended.  An alternative solution is to get another EHD, move the library to it and run it from there. Then TM can backup both your boot drive and the working EHD drive.
    OT

  • Time Machine and Time Capsule don't seem to work well together?

    Reposted.
    I get the feeling there are some serious problems with the combination of Time Machine and Time Capsule.
    This is extremely disappointing, as the idea of a centralized backup device on the network (instead of disks attached to each and every computer we have running Leopard) seemed like such a good idea and a good way to supplement our tape-based backup that takes place with Retrospect.
    In reality, it's a disaster on both Intel and PowerPC systems. All systems and the Time Capsule are fully up to date with software updates from Apple. I have two 1TB Time Capsule units. It goes something like this:
    1. I have a few systems (mainly Intel) that work perfectly with the Time Capsule. There are no complaints and no issues at all. These systems just quietly run their backups as they should. They are the definite minority--maybe one or two have worked properly.
    2. I have some systems that complain from time to time (mainly PowerPC) but will back up with a little encouragement. These too are the minority.
    3. And finally, I have systems that are nothing but pain. These are both Intel and PowerPC systems. They are also the majority of the systems I have. The most common problem is sudden loss of the credentials needed to access the Time Capsule hardware--a user will be going along about their business when the Mac OS asks for the Time Capsule user name and password--after it's already been supplied and backups have been running. This should simply never ever happen.
    Another charming behavior I've seen is corruption of the sparse disk image file that each computer creates on the Time Capsule. Time Machine will complain that it can't perform the backup, and examining the disk image file with Disk Utility shows it to be severely damaged. Turning off Time Machine, deleting the corrupted sparse image file, and starting over fixes it. For a while.
    Finally, there are the machines (again, both Intel and PowerPC) that just can't seem to actually get through the first backup run. They either go so far and can't continue, or never actually manage to get started. I've checked the disks in these computers and found no problem with the hardware or file system. The installations are fresh and fully up to date.
    Meanwhile, I have computers running Leopard with directly attached disks configured for use with Time Machine. One is a QuickSilver that isn't even officially supported by Leopard, with a Firewire attached disk. It doesn't skip a beat. The other is an Intel Mac mini being used with Mac OS X Server 10.5.4 and a USB external hard drive. These machines just do their thing, and I never have to babysit them.
    These problems with the Time Capsule have been so severe that I've just given up on most of the computers and shut off Time Machine entirely. We have tape backups that run over the week, so it's not a huge loss. But that's not what really made me throw up my hands and say "enough"...no, that was the speed. Even with just one computer backing up to it, the Time Capsule seemed terribly slow. Watching the progress indicator was just painful.
    I put in a word about all of this to my independent Apple dealer, and they say I'm definitely not the first to complain about some or all of these problems. In fact, they told me they were going to set up a test lab in their shop to see if they could duplicate these findings. I have no doubt that they can.
    There are a total of seven computers backing up to one Time Capsule. They all store maybe ~40GB worth of data including the OS. There are about six computers on the other. Because of the way the network is laid out, the Time Capsule is connected to a Gigabit switch (and that is the only thing it's connected to). It cannot be used as the router, although I know Apple suggests this. The Airport section is disabled--I have no need or desire to use it. Some computers link up at 100 megabits, others at 1 gigabit. There are no network problems--we have no problems moving large amounts of data across the same network to our tape backup machine.
    Is anyone else seeing these kinds of problems? Am I doing something wrong or expecting too much from Time Capsule?

    I may be on to something. The Time Capsules I have live in a telephone equipment room that is indoors but not directly air conditioned or heated. It doesn't ever get too hot to be comfortable in there--the highest I've ever seen the temperature was 80 degrees (F). Most of the time the temperature is between 60-78 degrees.
    I happened to touch one of them the other day while it was in use, and I noticed that the casing was hot to the touch...not dangerously so I suppose, but much hotter than I would have expected.
    So I turned a small fan on both Time Capsules and have left it running. And I've noticed that not only do backups seem to complete more quickly, the reliability is also better. I am going to try some of my most troublesome computers once again just to see what happens.
    I know there is a fan pointed at the hard drive in the Time Capsule, but I can't see how it does much in the way of cooling things down. In my opinion, it's just surrounded by too many heat producing devices to do much good...after all, not only is there a 7200 RPM hard disk in there, but also a 500MHz Marvell processor and radio set.

  • I am trying to update my time machine backup on time capsule, but time machine keeps trying to create an entirely new backup (evidenced by the 200GB backup size). How can I get time machine to modify my old backup rather than create a new one?

    I am trying to update my time machine backup on time capsule, but time machine keeps trying to create an entirely new backup (evidenced by the 200GB backup size). How can I get time machine to modify my old backup rather than create a new one?

    It must have found the old backup corrupt.. so you will more than likely have little choice. You can archive off the old backup if it is still useful.
    You can also verify it. See A5 http://pondini.org/TM/Troubleshooting.html
    He also has some info on this problem. eg C13.

  • I created a form with Single Choice fields, 4 days with times listed. But, I want the user to only be able to choose one time, and the time chosen to be unavailable for other users. How do I do this?

    I created a form with Single Choice fields, 4 days with times listed. But, I want the user to only be able to choose one time, and the time chosen to be unavailable for other users. How do I do this? I have 4 blocks of Single Choice fields in order for the summary page to give me each day in the final report. But, I need the user to be able to make a selection of any day and time and that apointment to no longer be available to future users when they log in. Plus, when the user clicks on the time, they are unable to change their mind and choose another time. Here's the link if you want to see what I'm talking about: 2015-2016 Workload Apportionment Review

    I'm afraid not.    It's not rocket science but you need to do some coding. 
    You'll need to find a script (php) and save it to your local site folder.  Then reference the script in your form's action attribute like so.
         <form action="path/form-to-email-script.php" >
    The input fields in your HTML form need to exactly match the script variables. 
    I'm  assuming you're hosted on a Linux server which uses PHP code.  Linux servers are also case sensitive, so upper case names are not the same as lower case names.  It's usually best to use all lower case names in your form and script to avoid confusion.
    Related Links:
    Formm@ailer PHP from DB Masters
    http://dbmasters.net/index.php?id=4
    Tectite
    http://www.tectite.com/formmailpage.php
    If this is all a bit beyond your skill set, look at:
    Wufoo.com (on-line form service)
    http://wufoo.com/
    Nancy O.

  • ESS Working Time - Start Time  and End Time in Weekly View

    Hello,
    I'm having a problem with the business package ESS - functionality Working Time (cat2).
    I need that information to Start Time and End Time appear in the Weekly View of the portal.
    In Daily View that information are already visible, but In Weekly View that information does not appear.
    Does anyone have any suggestions?
    Thank you very much your attention.
    Att,
    Jair de Oliveira Junior

    Hi Bala
    You can have clock in and clock out in a weekly view.
    you have to change the data entry profile settings.
    In general settings tab in data entry profile click the with clock times button and maintain the Period type to 02 in time settings tab.
    And you can view the weekly entry in clock in and clock out.
    Ravee
    +91.99206.33669

  • After load test is completed, "90% Page Time", "95% Page Time" columns appear blank and "99% Page Time" column is not available.

    Hi,
    I am using visual studio 2013. After running a load test on my application, I need to view the "90% Page Time", "95% Page Time" and "99% Page Time" percentile data in tabular results view. But since I have started
    using visual studio 2013, these columns appear blank after load test execution is completed. Is there a specific configuration change is required to view data from these columns ?
    Please refer attached screen shot -
    Help much appreciated.
    Thanks,
    Rahul S.

    Hi Rahul S,
    To collect the data, in the Load Test Editor, under the Run Settings node, select the run setting node to change. In the
    Properties window, for the Timing Details Storage property, select
    All Individual Details.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to set a specific time zone for time channel in DIADEM

    Hi,
    I'd like to know how to autmatically set a specific time zone for time channels in DIADEM.
    For example, I have stored data with corresponding time channel in UTC time on a disk which was collected in another time zone. Now I want to analyze this data and I want the time channel to show the local time in the time zone where the data was collected, and not the time in the local time zone where the computer is located.
    The time channel should also take site local summer/winter time into account. Now I'm running a script that handles it for me which adds or subtract hours according to my input. The problem is that I'm handling data from several different time zones and I'm not located in any of them and when you're running a lot of data over a greater time period, it's easy to make mistakes, especially when it comes to summer/winter time. Is there a any clever solution to this already implemented in Diadem that I have not found? 

    Hi hj77,
    No, I'm sorry, DIAdem has no time zone functionality at all.  I'm afraid you have no choice in DIAdem but to keep running your scripts.  Summer and Winter time are truly tricky, because the rules for when the changes occur are different in different countries and states within countries and also can change from year to year within the SAME country (as they did in the US a few years ago).
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Loading (point) features takes MapViewer 20 times sql exec time?

    I have a map which contains only one theme which shows 14500 point geometries stored in a table (accessed via a view). Rendering the map takes a long time, more than 22 secs. Looking at the log from MapViewer it seems like the sql execution time is not the problem, also in a sql editor the query is fast. Labeling and rendering is fast too. CPU is not very busy while rendering the map, memory usage is under 70 MB. The problem seems to be loading the features after executing the sql query.
    This is the logging:
    06/01/24 08:46:23 Tue Jan 24 08:46:23 CET 2006 DEBUG [oracle.sdovis.theme.pgtp] [ STOFFEN_INSTALLATIES ] sql exec time: 100ms, total time loading 14593 features: 21401ms.
    06/01/24 08:56:32 Tue Jan 24 08:56:32 CET 2006 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 21221ms.
    06/01/24 08:56:32 Tue Jan 24 08:56:32 CET 2006 FINEST [oracle.sdovis.RE] xfm: 0.0377536231884058 0.0 0.0 -0.0377536231884058 -2650.2018115942033 17432.848768115942
    06/01/24 08:56:33 Tue Jan 24 08:56:33 CET 2006 DEBUG [oracle.sdovis.VectorRenderer] time to render theme STOFFEN_INSTALLATIES with 14593 styled features: 951ms
    06/01/24 08:56:33 Tue Jan 24 08:56:33 CET 2006 DEBUG [oracle.sdovis.VectorRenderer] time to label theme STOFFEN_INSTALLATIES with 14593 styled features: 0ms
    06/01/24 08:56:33 Tue Jan 24 08:56:33 CET 2006 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 951ms
    06/01/24 08:56:33 Tue Jan 24 08:56:33 CET 2006 DEBUG [oracle.lbs.mapserver.core.MapperPool] freeMapper() begins...
    06/01/24 08:56:33 Tue Jan 24 08:56:33 CET 2006 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] preparation time: 0ms
    06/01/24 08:56:33 Tue Jan 24 08:56:33 CET 2006 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] querying/rendering time: 22182ms
    06/01/24 08:56:33 Tue Jan 24 08:56:33 CET 2006 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] packing time: 60ms
    06/01/24 08:56:33 Tue Jan 24 08:56:33 CET 2006 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] --------------- total time: 22242ms
    22 seconds is too long for our application. Does anyone know what could be wrong and what I could do to improve this?
    Thanks in advance,
    Ida

    22 secs seems too long.
    I tried something similar on old Sun Sparc (Ultra 60) machines. db on one Sun box, MV on another. Both on same local network.
    SQL> select count(1) from openls_dir_businesses where country_subdivision='MD' ;
    COUNT(1)
    24638
    No indexes, no other optimizations
    Fetching and rendering 24638 points took 19 secs or so.
    Fetch time 10 secs, render time 9 secs.
    Tue Jan 24 15:09:01 EST 2006 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 10741ms.
    Tue Jan 24 15:09:10 EST 2006 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 9083ms

Maybe you are looking for

  • NFe de entrada com XML versão 1.10 em ambiente com versão de XML 2.00

    Olá colegas, Nossos locais de negócio estão configurados para a NFe na versão XML 2.0. Com isso, todas notas criadas, tanto de saída quanto de entrada são da versão 2.00 do XML. Entretanto, ainda recebemos notas de clientes na versão do XML 1.10. Com

  • Windows 7 64 bit image install question.

    My current configuration is as follows: I have my OS (c:/) installed on a separate 150GB HDD.  I have a second 450 GB HDD where I have installed all my applications {d:/Program Files, d:/Program Files(x86)}.  I would like to replace the 150 GB HDD wi

  • Giving Away My Old iPod Mini

    Hello, I recently found an old old iPod Mini 4GB while cleaning out my office.....forgot I even had it!  I would like to give it to a girl from church who has had a tough life and is not able to afford such things at this time.  I would like to: 1) m

  • Solaris 10 on HP Intel Xeon Box

    Hi there, i am trying to install the Solaris 10 on HP intel Xeon server. but i get error message during the installaion configuration that hard disk not found. while i had win2003 on it before and drives are okay. i get this error message when i do t

  • Reading DBF files

    hello everyone, I need to write some beans to read/write DBF files (foxpro). But I dont even know how to start working, any suggested readings/hints/links would be very helpful. Thanks a lot for your time!