Jump to content

mloveless

Members
  • Posts

    12
  • Joined

  • Last visited

Reputation

0 Neutral

About mloveless

  1. Hi, I'm experiencing an error when trying to attach the FMS database for FMSSQL. I've tried both attaching it to an already existing 2005 Express instance and also using the install wizard for FMS to create a new instance and then attach it. The error I receive is: A severe error occured on the current command. The results, if any, should be discarded. Please check your configuration. (usefull isn't it?) I Also recieve the following on occations: Ad hoc update to system catalogs is not supported. See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Data.SqlClient.SqlException: Ad hoc update to system catalogs is not supported. at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) at System.Data.SqlClient.SqlCommand.ExecuteScalar() at DbAttach.dbHelper.setDatabaseCompatabilityToSQL2005() at DbAttach.dbHelper.attachSQLDatabaseRequest(String databaseName, String sourceFile) at DbAttach.InterfaceModeForm.buttonAttach_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2407 CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll ---------------------------------------- DbAttach Assembly Version: 1.8.2.0 Win32 Version: 1.8.2.0 CodeBase: file:///C:/Program%20Files/Microsoft%20SQL%20Server/MSSQL.1/MSSQL/Binn/DbAttach.exe ---------------------------------------- System.Windows.Forms Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2365 CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll ---------------------------------------- System Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2407 CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll ---------------------------------------- System.Drawing Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2327 CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll ---------------------------------------- System.Data Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2365 CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll ---------------------------------------- System.EnterpriseServices Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2326 CodeBase: file:///c:/windows/assembly/gac/system.enterpriseservices/1.0.5000.0__b03f5f7f11d50a3a/system.enterpriseservices.dll ---------------------------------------- System.Xml Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2371 CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll ---------------------------------------- ************** JIT Debugging ************** To enable just in time (JIT) debugging, the config file for this application or machine (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the machine rather than being handled by this dialog. This is driving me mad. I've tried everything I can think of and nothing is working. Thanks in advance, Mike
  2. mloveless

    VB.Net Help

    Hi, I need help with VB.Net. In fact i need help with programming full stop. I cant get my head around how i would start with a project. Can anyone offer help? i am willing to pay for your time if need be cheers mike
  3. Unfortunately the 12 week thing is fixed between jan and march and all placements have gone . oh well i'll try again next year.
  4. Thanks deanc i'll look more into it. GrumbleDook - Because they dont that ICT seriously!! cheers Mike
  5. It's ok i sussed it! You have to change the filtering policy. go to view - filtering and untick "only show settings that can be fully managed"
  6. I'm writing a custon gpo (first timer) and i need a little help. The gpo is to disable the caching of internet history. to do this you change the shell folder and user shell folder within hkey_Current_User/software/microsoft/windows/currentversion/explorer Change the history, cache and cookies strings in both keys to a non existant drives. the following is my GPO coding: CLASS USER CATEGORY !!ShellFolders POLICY !!ShellHistory EXPLAIN !!ShellHistory_Help KEYNAME "hkey_current_user\Software\Microsoft\Windows\CurrentVersion\explorer\ Usershell folders" VALUENAME "History" VALUEON "f:\" VALUEOFF "%userprofile%\history" ACTIONLISTON KEYNAME "hkey_current_user\Software\Microsoft\Windows\CurrentVersion\explorer\User shell folders" VALUENAME "History" VALUE "f:\" END ACTIONLISTON ACTIONLISTOFF KEYNAME "hkey_current_user\Software\Microsoft\Windows\CurrentVersion\explorer\user shell folders" VALUENAME "History" VALUE "%userprofile%\history" END ACTIONLISTOFF END POLICY END CATEGORY [strings] ShellFolders="Shell folders" ShellHistory="Disable History Cache" ShellHistory_Help=" " It shows the catagory shell folders but no settings within - what am i doing wrong? cheers
  7. OK looked into this further. For some reason if you add a script to logon it hangs (not sure why will look at this for you) The error message to do with shared desktop is that rm cc3 uses desktop agent not folder redirection. edit the user type in ad so that it has folder redirection for the desktop and start menu. In both set redirection as basic. Also you will need to create a folder on H drive is probably best called policies or settings or something like that. Share it with a $ and ensure all users have read access. Create a folder within it called Desktop and StartMenu. Within the GPO relocate to these folders. Also on the setting tab untick Grant the user exclusive rights to Desktop/Start Menu and Move content of Desktop/Start Menu to the new location. You can now control what they have in the sart menu and on the desktop the same like rm's Desktop Agent does. Like i said earlier all security setting and even internet setting should be set by the user and the only things computers should be assigned are packages. Note: Folder redirection is ignore/overrided by desktop agent so it works fine when logging on to CC3 network. Note 2: within start menu create a folder called programs and put all icons/folders in that. Hope this helps Mike
  8. one last thing, what computer policies are you setting. in my experience you shouldnt need to set any. everything should come down from the user! I've just tested it and other than mapped drives printers and a shared desktop error it all worked fine. first to you just add a logon script for the users (this will be ignored by CC3)
  9. I know what you mean. MCSE here and cant see why we need cc3 when you can do it all with microsoft!
  10. Hi, I'm the network manager at Riverside Community College in Leicester and we seriously need at least another half a technician. Problem is i've been told we cant afford one. I would like to get a work placement student from De Montfort Uni in for a year so that we are not tide in to any permanent position but still we can not afford it. Would anyone in the leicester area be interested in sharing a student? I dont know if this is allowed but if anyone is interested PM me and i'll try to find out more. Cheers Mike
  11. Any reason not to put CC3 on laptops using SmartCliet? I'll have a go tomorrow at doing what your doing and see if i can sus it! Mike
  12. Riverside Community College here. Was Rowley Feilds. Difference is i came to leicester from southampton. Looking for a part time technician here. Russ any chance of meeting up? maybe i could pop to your school and look round/share idea's and you could come here (if your feeling brave). RM School BTW Cheers Mike
×
×
  • Create New...