ViewVC Help
View Directory | Revision Log | Download Tarball | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/TSAdminTool
Revision 99 - Directory Listing - [select for diffs]
Modified Sat Jul 14 04:50:27 2012 UTC (11 years, 4 months ago) by william
Diff to previous 98
+ bulk commit

Revision 98 - Directory Listing - [select for diffs]
Modified Sat Jul 14 03:14:54 2012 UTC (11 years, 4 months ago) by william
Diff to previous 97
+ more work

Revision 97 - Directory Listing - [select for diffs]
Modified Sat Jul 14 03:02:06 2012 UTC (11 years, 4 months ago) by william
Diff to previous 96
+ alter context for Program.cs

Revision 96 - Directory Listing - [select for diffs]
Modified Sat Jul 14 03:01:07 2012 UTC (11 years, 4 months ago) by william
Diff to previous 94
force initialize logging

Revision 94 - Directory Listing - [select for diffs]
Modified Sat Jul 14 02:52:23 2012 UTC (11 years, 4 months ago) by william
Diff to previous 93
+ add lots of debug logging with proper context

Revision 93 - Directory Listing - [select for diffs]
Modified Sat Jul 14 02:35:50 2012 UTC (11 years, 4 months ago) by william
Diff to previous 92
+ update to .net 3.5 (so we have linq and extension support)

Revision 92 - Directory Listing - [select for diffs]
Modified Sat Jul 14 00:55:41 2012 UTC (11 years, 4 months ago) by william
Diff to previous 91

Revision 91 - Directory Listing - [select for diffs]
Modified Sat Jul 14 00:36:23 2012 UTC (11 years, 4 months ago) by william
Diff to previous 90

Revision 90 - Directory Listing - [select for diffs]
Modified Fri Jul 13 22:58:13 2012 UTC (11 years, 4 months ago) by william
Diff to previous 88

Revision 88 - Directory Listing - [select for diffs]
Modified Fri Jul 13 22:42:09 2012 UTC (11 years, 4 months ago) by william
Diff to previous 87

Revision 87 - Directory Listing - [select for diffs]
Modified Fri Jul 13 22:37:40 2012 UTC (11 years, 4 months ago) by william
Diff to previous 86
+ start implementation of AnywhereTS.DBSupport

Revision 86 - Directory Listing - [select for diffs]
Modified Fri Jul 13 21:13:27 2012 UTC (11 years, 4 months ago) by william
Diff to previous 83
+ Admin: add referens to DBSupport
+ add logging support for database

Revision 83 - Directory Listing - [select for diffs]
Modified Fri Jul 13 20:57:30 2012 UTC (11 years, 4 months ago) by william
Diff to previous 82

Revision 82 - Directory Listing - [select for diffs]
Modified Fri Jul 13 20:57:21 2012 UTC (11 years, 4 months ago) by william
Diff to previous 81

Revision 81 - Directory Listing - [select for diffs]
Modified Fri Jul 13 20:56:44 2012 UTC (11 years, 4 months ago) by william
Diff to previous 79
change DBName from AtsDb ==> AnywhereTS

Revision 79 - Directory Listing - [select for diffs]
Modified Fri Jul 13 02:24:25 2012 UTC (11 years, 4 months ago) by william
Diff to previous 78
change Database Name: AnywhereTS ==> AtsDb
+ need to add user settings
  - set ServerIP
  - set ServerDBInstance (SQLEXPRESS or other)
  - need to set other settings
* build connection strings from these user settings at RunTime
  and remove the atsConnectionString user settings
Connection string types:
- SQL Server Express Database
- SQL Server Database (Enterprise, etc [not an Express version])
- SQL Server Database File (.mdf)

Revision 78 - Directory Listing - [select for diffs]
Modified Fri Jul 13 02:21:43 2012 UTC (11 years, 4 months ago) by william
Diff to previous 77
+ comment-out NDC using statments that pass-in .sql script as context (this will keep the log file(s) lean an' mean)

Revision 77 - Directory Listing - [select for diffs]
Modified Fri Jul 13 01:35:49 2012 UTC (11 years, 4 months ago) by william
Diff to previous 76
+ fix syntax error in UpdateDatabase4.sql (commas cannot come after the last item in an ALTER table statement)

Revision 76 - Directory Listing - [select for diffs]
Modified Fri Jul 13 01:22:58 2012 UTC (11 years, 4 months ago) by william
Diff to previous 75
+ automatically replace the hardcoded database name AnyhwereTS with ATSGlobals.strDatabaseName when accessing SQLServerResources class

Revision 75 - Directory Listing - [select for diffs]
Modified Fri Jul 13 01:12:48 2012 UTC (11 years, 4 months ago) by william
Diff to previous 74
Qualify all INSERT/DELETE/UPDATE statments with databasename

Revision 74 - Directory Listing - [select for diffs]
Modified Fri Jul 13 00:43:28 2012 UTC (11 years, 4 months ago) by william
Diff to previous 73
ATSGlobals.strDatabaseName

Revision 73 - Directory Listing - [select for diffs]
Modified Thu Jul 12 22:00:37 2012 UTC (11 years, 4 months ago) by william
Diff to previous 72
+ attempt to get inner exception, if any

Revision 72 - Directory Listing - [select for diffs]
Modified Thu Jul 12 21:23:35 2012 UTC (11 years, 4 months ago) by william
Diff to previous 70
atsDataSet.Designer.cs:
ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master");

Revision 70 - Directory Listing - [select for diffs]
Modified Thu Jul 12 20:47:35 2012 UTC (11 years, 4 months ago) by william
Diff to previous 69
+ get NDC ThreadContectStack using reflection

Revision 69 - Directory Listing - [select for diffs]
Modified Thu Jul 12 20:06:53 2012 UTC (11 years, 4 months ago) by william
Diff to previous 68
+ fix retrievale of NDC stack
+ get exception type name

Revision 68 - Directory Listing - [select for diffs]
Modified Thu Jul 12 19:40:36 2012 UTC (11 years, 4 months ago) by william
Diff to previous 67
+ show abort, retry, ignore dialog to user when unhandled exception is shown

Revision 67 - Directory Listing - [select for diffs]
Modified Thu Jul 12 19:34:37 2012 UTC (11 years, 4 months ago) by william
Diff to previous 66
Clone NDC stack within using statemnt

Revision 66 - Directory Listing - [select for diffs]
Modified Thu Jul 12 19:23:51 2012 UTC (11 years, 4 months ago) by william
Diff to previous 65
+ add support in unhandled exception handler to display the log4net output in a messagebox

Revision 65 - Directory Listing - [select for diffs]
Modified Thu Jul 12 19:07:58 2012 UTC (11 years, 4 months ago) by william
Diff to previous 64
also use bApplication.ThreadException in addition to AppDomain.UnhandledException

Revision 64 - Directory Listing - [select for diffs]
Modified Thu Jul 12 18:56:31 2012 UTC (11 years, 4 months ago) by william
Diff to previous 63
+ more exception logging

Revision 63 - Directory Listing - [select for diffs]
Modified Thu Jul 12 18:17:31 2012 UTC (11 years, 4 months ago) by william
Diff to previous 62
DeleteClient(): make sure to log if mac address cannot be found and show a messagebox

Revision 62 - Directory Listing - [select for diffs]
Modified Thu Jul 12 18:13:24 2012 UTC (11 years, 4 months ago) by william
Diff to previous 61
+ catch some errors and log in atsDataSet.Designer.cs

Revision 61 - Directory Listing - [select for diffs]
Modified Thu Jul 12 17:34:46 2012 UTC (11 years, 4 months ago) by william
Diff to previous 60
+ more wip for unhandled exception

Revision 60 - Directory Listing - [select for diffs]
Modified Thu Jul 12 17:12:08 2012 UTC (11 years, 4 months ago) by william
Diff to previous 59
+ turnoff DEBUG constant and change debug info from: pdb-only to full

Revision 59 - Directory Listing - [select for diffs]
Modified Thu Jul 12 17:03:02 2012 UTC (11 years, 4 months ago) by william
Diff to previous 58
don't change cursor to waitcursor on form load

Revision 58 - Directory Listing - [select for diffs]
Modified Thu Jul 12 17:00:14 2012 UTC (11 years, 4 months ago) by william
Diff to previous 57
move appdomain unhandled exceptions again (put into called methods)

Revision 57 - Directory Listing - [select for diffs]
Modified Thu Jul 12 16:47:17 2012 UTC (11 years, 4 months ago) by william
Diff to previous 56
move appdomain unhandled exception clause to the forms that are called by program.cs

Revision 56 - Directory Listing - [select for diffs]
Modified Thu Jul 12 16:44:24 2012 UTC (11 years, 4 months ago) by william
Diff to previous 55
use master instead of AnywhereTS

Revision 55 - Directory Listing - [select for diffs]
Modified Thu Jul 12 16:32:50 2012 UTC (11 years, 4 months ago) by william
Diff to previous 54
use ex.GetType() instead of e.ExceptionObject.GetType()

Revision 54 - Directory Listing - [select for diffs]
Modified Thu Jul 12 16:31:47 2012 UTC (11 years, 4 months ago) by william
Diff to previous 52
if we donot have a SqlException then prefix NDC with Exception instead of SqlException

Revision 52 - Directory Listing - [select for diffs]
Modified Thu Jul 12 16:29:51 2012 UTC (11 years, 4 months ago) by william
Diff to previous 51
+ add support to log all unhandled exception(s)

Revision 51 - Directory Listing - [select for diffs]
Modified Thu Jul 12 16:21:35 2012 UTC (11 years, 4 months ago) by william
Diff to previous 50
fix an issue that was resolved by connecting to master database instead of AnywhereTS database

Revision 50 - Directory Listing - [select for diffs]
Modified Thu Jul 12 14:51:57 2012 UTC (11 years, 4 months ago) by william
Diff to previous 47
+ define DEBUG constant and package .pdb debug files in installers

Revision 47 - Directory Listing - [select for diffs]
Modified Thu Jul 12 14:29:34 2012 UTC (11 years, 4 months ago) by william
Diff to previous 46
+ fix compilation errors

Revision 46 - Directory Listing - [select for diffs]
Modified Thu Jul 12 14:17:14 2012 UTC (11 years, 4 months ago) by william
Diff to previous 45
+ add logging across ATSAdmin Tool project

Revision 45 - Directory Listing - [select for diffs]
Modified Thu Jul 12 13:01:44 2012 UTC (11 years, 4 months ago) by william
Diff to previous 44
remove one sqlCon.close()

Revision 44 - Directory Listing - [select for diffs]
Modified Thu Jul 12 12:59:45 2012 UTC (11 years, 4 months ago) by william
Diff to previous 43
+ make sure connection is not already opened before attempted to open it

Revision 43 - Directory Listing - [select for diffs]
Modified Thu Jul 12 12:43:29 2012 UTC (11 years, 4 months ago) by william
Diff to previous 41
use ATSGlobals.strDatabaseVersion instead of duplicating the value in Database.cs

Revision 41 - Directory Listing - [select for diffs]
Modified Thu Jul 12 12:41:04 2012 UTC (11 years, 4 months ago) by william
Diff to previous 40
+ add logging in CheckVersion

Revision 40 - Directory Listing - [select for diffs]
Modified Thu Jul 12 12:25:58 2012 UTC (11 years, 4 months ago) by william
Diff to previous 39
+ more logging and changes

Revision 39 - Directory Listing - [select for diffs]
Modified Thu Jul 12 12:21:43 2012 UTC (11 years, 4 months ago) by william
Diff to previous 36
+ add logging messages

Revision 36 - Directory Listing - [select for diffs]
Modified Thu Jul 12 11:35:07 2012 UTC (11 years, 4 months ago) by william
Diff to previous 35
+ add logging library (to be shared across application)

Revision 35 - Directory Listing - [select for diffs]
Modified Thu Jul 12 11:05:02 2012 UTC (11 years, 4 months ago) by william
Diff to previous 34
+ setup app.config for multiple loggers

Revision 34 - Directory Listing - [select for diffs]
Modified Thu Jul 12 10:58:36 2012 UTC (11 years, 4 months ago) by william
Diff to previous 33
+ add personal SQLServer isntance to app.config (this can be put back if released to public)

Revision 33 - Directory Listing - [select for diffs]
Modified Thu Jul 12 10:52:05 2012 UTC (11 years, 4 months ago) by william
Diff to previous 32
+ attempt to add log4net support to ATSAdmin

Revision 32 - Directory Listing - [select for diffs]
Modified Thu Jul 12 10:34:47 2012 UTC (11 years, 4 months ago) by william
Diff to previous 29
+ add reference to log4net

Revision 29 - Directory Listing - [select for diffs]
Modified Thu Jul 12 10:01:23 2012 UTC (11 years, 4 months ago) by william
Diff to previous 26
update and add 3rdparty/MDAudi100/TrackBar.dll

Revision 26 - Directory Listing - [select for diffs]
Modified Thu Jul 12 07:41:33 2012 UTC (11 years, 4 months ago) by william
Diff to previous 25

Revision 25 - Directory Listing - [select for diffs]
Modified Wed Jul 11 20:39:32 2012 UTC (11 years, 4 months ago) by william
Diff to previous 24
+ commit current wip for non-existing database

Revision 24 - Directory Listing - [select for diffs]
Modified Wed Jul 11 20:15:18 2012 UTC (11 years, 4 months ago) by william
Diff to previous 23
+ comment-out version check and verify message

Revision 23 - Directory Listing - [select for diffs]
Modified Wed Jul 11 20:14:42 2012 UTC (11 years, 4 months ago) by william
Diff to previous 22
+ remove database drop when database does not exist

Revision 22 - Directory Listing - [select for diffs]
Modified Wed Jul 11 20:13:17 2012 UTC (11 years, 4 months ago) by william
Diff to previous 21
+ finish support for creating tables in an empty database (incase the database are pre-created, but contains no tables)
- still have AD login issues when creating the database from scratch (ie. it did not exist to begin with)

Revision 21 - Directory Listing - [select for diffs]
Modified Wed Jul 11 19:34:51 2012 UTC (11 years, 4 months ago) by william
Diff to previous 20
+ commit wip for when database exists, but is empty

Revision 20 - Directory Listing - [select for diffs]
Modified Wed Jul 11 18:48:42 2012 UTC (11 years, 4 months ago) by william
Diff to previous 19
+ deprecate some File ACL methods

Revision 19 - Directory Listing - [select for diffs]
Modified Wed Jul 11 18:07:00 2012 UTC (11 years, 4 months ago) by william
Diff to previous 18
+ fix instancename parsing

Revision 18 - Directory Listing - [select for diffs]
Modified Wed Jul 11 17:45:48 2012 UTC (11 years, 4 months ago) by william
Diff to previous 17
+ add support to createdatabase is it does not exist

Revision 17 - Directory Listing - [select for diffs]
Modified Wed Jul 11 16:48:23 2012 UTC (11 years, 4 months ago) by william
Diff to previous 16
+ fix more references to SQLEXPRESS

Revision 16 - Directory Listing - [select for diffs]
Modified Wed Jul 11 16:36:27 2012 UTC (11 years, 4 months ago) by william
Diff to previous 12
ProSupport.InitDatabase(): don't overwrite the application settings for connection string

Revision 12 - Directory Listing - [select for diffs]
Modified Wed Jul 11 16:06:57 2012 UTC (11 years, 4 months ago) by william
Diff to previous 11
change version frpom: *.0 to *.1

Revision 11 - Directory Listing - [select for diffs]
Modified Wed Jul 11 16:02:50 2012 UTC (11 years, 4 months ago) by william
Diff to previous 10
Runtime Version:2.0.50727.3603 => Runtime Version:2.0.50727.5456

Revision 10 - Directory Listing - [select for diffs]
Modified Wed Jul 11 16:01:40 2012 UTC (11 years, 4 months ago) by william
Diff to previous 9
SetupDatabase():
sqlCon.ConnectionString = Properties.Settings.Default.atsConnectionString;

+ this enables the user to set the connection string
(they could use SQLEXPRESS or a full Server install with named instances)
Data Source=.\SQLEXPRESS
-or-
Data Source=IPADDRES\INSTANCENAME

Revision 9 - Directory Listing - [select for diffs]
Modified Wed Jul 11 15:53:30 2012 UTC (11 years, 4 months ago) by william
Diff to previous 7
append -MSSQL

Revision 7 - Directory Listing - [select for diffs]
Modified Wed Jul 11 15:13:26 2012 UTC (11 years, 4 months ago) by william
Diff to previous 4
update svn:ignores
Revision 4 - Directory Listing - [select for diffs]
Added Wed Jul 11 14:19:13 2012 UTC (11 years, 4 months ago) by william
imported from https://anywherets.svn.sourceforge.net/svnroot/anywherets/trunk/
Revision: 1
Author: beartown
Date: 3:10:40 AM, Monday, June 21, 2010
Message:
First upload. Still todo in order to get a fully working product: Replace Thinstation images with vanilla Thinstation, modify ImageDesigntimeConfig.cs, ImageRuntimeConfig.cs in order to support the Thinstation image

Convenience Links