rawk

Comments

  • The ticket # is 323514. First I was instructed to replace the SDF files with copies of the "blank" SDF files. Next I was instructed to recreate the website using the configuration wizard. Neither seem to have corrected the issue so I sent in a diagnostics zip file and I am awaiting response. Since it's a holiday today, I…
  • It's really seems to be just a timestamp issue. If we force a device to go down, we get the alert within 2-5 minutes. The traffic data, however, has timestamps that are now 97 minutes behind the current time. I'm going to open a support ticket.
  • JobsTracker.sdf = 83,028 KB PollingController.sdf = 82,900 KB
  • I can't be certain exactly what in SP3 fixed the issue since the errors I was receiving from the NPM were pretty vague. In addition to upgrading to SP3, there were 87 critical windows updates that were applied to the system at the time of the SP3 upgrade. It's entirely possible one of the critical updates fixed the issues…
  • I tried upgrading to 10.2.2 and rebooting again. Same thing occurred. It was fine at first and then after a while the timestamps were lagged again.
  • It appears that the update to SP3 was what was needed. Requirements say SP1 or better and we were running SP2. Oh well. Just happy it's working now.
  • I spoke to soon. I rebooted last night and the timestamps were perfect. Sometime between then and about 12 hours later, the timestamps are lagged by 1 hour and 24 minutes. Anyone have any ideas?
  • So, I finally found a solution, even if it is a bit dirty. WGET is a command line utility that will basically grab anything off the web and store it in a file (among many other features). It will automatically work out the headers and cookies that were preventing me from doing this directly in ColdFusion code. However,…
  • Using the sa account didn't work. I'm updating the SQL Server to SP3 to see if that makes a difference.
  • When all else fails, reboot. That did the trick.
  • Still no luck. I confirmed that the master db is set to compatibility 90. I keep getting the Invocation exception I mentioned in the original post when I run the config wizard. Additionally, the tables mentioned are still missing. I've tried it every which way. I have tried creating the SQL Server login and database…
  • Here's a quick screenshot of our processes.
  • bob ross lol... my wife loves that guy.... anyhow... Yes, the time on the database and the time on NPM machine are set to the correct local time. Also, both machines are in the proper time zone (eastern US). running the following query on the database returns the correct current time: select getdate() the query from my…
  • It seems silly to have to re-graph the traffic data considering Orion does such a good job at it and it's as simple as putting the chart URL in an <img> tag (once authenticated on the orion web server). I'm just looking for a way to to possibly auto-authenticate the image retrieval without giving the end user an…