Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by globalstrata

  1. globalstrata

    Custom WMI Class and SMS_DEF.MOF Modification

    I think people are shying away from this question so I am rephrasing ... I need to collect the following registries keys in the Hardware Inventory. How do I modify the SMS_DEF.MOF to collect the information? 1. All the subkeys and registry keys HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet...
  2. globalstrata

    Inventoring ActiveX Controls

    ok. I have found that I can get the information by querying the following registries: 1. All the subkeys and registry keys HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions It should have the following information: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet...
  3. globalstrata

    Inventoring ActiveX Controls

    Does SMS has built-in reports for ActiveX Controls or do I have to modify the SMS-def.mof? If so, how would I do this? Thanks, Gladys Rodriguez GlobalStrata Solutions Computer Repair, Website Design and Computer Consultant Small Business Resources Anime, Manga and Video Games
  4. globalstrata

    Enumerating Registries that contain a subkey named Control

    Ok. Since you insist :) I have gotten to the point that I am able to list the keys under HKEY_CLASSES\CLSID and the subkeys of those keys. However, I am not sure how to break out of a loop once I find the subkey named CONTROL. For Example. Out of all of these...
  5. globalstrata

    Enumerating Registries that contain a subkey named Control

    haha. Got it. Thanks. Just the small things ... Const ForReading = 1, ForWriting = 2 Const HKEY_CLASSES_ROOT = &H80000000 Const HKEY_CURRENT_USER = &H80000001 Const HKEY_LOCAL_MACHINE = &H80000002 Const HKEY_USERS = &H80000003 Const HKEY_CURRENT_CONFIG = &H80000005...
  6. globalstrata

    Enumerating Registries that contain a subkey named Control

    Hmm... I get Object required for: 'objReg' Code: 800A01A8 Runtime error. Gladys Rodriguez GlobalStrata Solutions Computer Repair, Website Design and Computer Consultant Small Business Resources Anime, Manga and Video Games
  7. globalstrata

    Enumerating Registries that contain a subkey named Control

    Hello, WARNING: I have no idea how to script but I have been trying to come up with the code that I need but seem to be stuck here because this does not output anything. Const ForReading = 1, ForWriting = 2 Const HKEY_CLASSES_ROOT = &H80000000 Const HKEY_CURRENT_USER = &H80000001 Const...
  8. globalstrata

    Searching for ActiveX Controls in a client computer

    Hello, I am trying to write a script that outputs the files under the C:\Windows\Downloaded Porgram Files but I have not been able to figure out how to get the CLSID property for each file. Does any one has any idea? Here is the code I have so far Const ForReading = 1, ForWriting = 2 Dim...
  9. globalstrata

    latest testking 70-284 practice exam

    Be careful buying Testking Interactive. I read that they charge you a big amount of money and then the test has a timeframe of 90 days. If you could not complete the test in that amount of time, tough luck, you have to buy it again because when you attempt to open the tests, it says that it has...
  10. globalstrata

    Web.config SQL Connection

    A have a website that a friend helped me to bring up few years ago. The site was hosted in a server that also had SQL installed locally. This server was Win 2003 with SQL 2000 using SQL Auth. The server crashed and now I have temporarily moved it to a Windows 2000 while the database now...
  11. globalstrata

    Connecting a web to a database

    This is not a firewall issue. They are in the same subnet and same switch with no VLANs. I'll try ASP.NET but I thought since this is a connection to SQL, this was the forum to get it solved. Thanks anyways, Gladys Rodriguez GlobalStrata Solutions Computer Repair, Website Design and...
  12. globalstrata

    Connecting a web to a database

    yeap. 1.4 Framework. Gladys Rodriguez GlobalStrata Solutions Computer Repair, Website Design and Computer Consultant Small Business Resources Anime, Manga and Video Games
  13. globalstrata

    Connecting a web to a database

    yes. This is correct. Everything seems to work like the site is working, but I know it is not connecting/reading from the database given in the web.config because it tries to run few scripts that are only executed when the application is installed new and there is not an existing database in...
  14. globalstrata

    Connecting a web to a database

    Thanks Guys. Before I posted, I looked at these. Because of the many pages that I have in the site that are using, I want to keep the connection in the web.config. I used several settings from http://www.connectionstrings.com/, but it always seemed that the web server could not connect to...
  15. globalstrata

    Connecting a web to a database

    A have a website that a friend helped me to bring up few years ago. The site has hosted in a server that also had SQL installed locally. This server was Win 2003 with SQL 2000 using SQL Auth. The server crashed and now I have temporarily to a Windows 2000 while the database now resides in a...

Part and Inventory Search

Back
Top