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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. andysk

    PIX Firewall 525 won't boot

    Hi, Today my colleague add 2 lines of access-list to our PIX 525. After 10 minutes, my firewall was rebooted and until now can't start. The booting process as listed below. The questions are : 1. What is my OS version? Flash? 2. How to remove those 2 lines (reset the config to default)? 3...
  2. andysk

    Date Range

    hi r937, sorry for late reply. i have tried to add constraint to check the table as shown in your code, however, the sql server reply "Subqueries are not supported in CHECK constraints, table 'testtable'.". my sql server version is 2000. Any other way ? Thanks, Andy
  3. andysk

    Date Range

    hi r937, Thanks for your info, do you have other way to prevent double/overlap data?
  4. andysk

    Date Range

    Hi All, i plan to create a table to hold Employee Leave information. The field are as follows : - Employee ID - Date From - Date To - Reason What i concern is related to date range such as : How to set its primary key? Since the data for date can be overlapped. Anybody can help? Thanks, Andy
  5. andysk

    C# Eval() or compile on fly with object

    Hi Mickey, Partially your guess was right. i have only some knowledge of C#. Aside from that, of course i can just add a lot of webforms that mimic like each webform should be, create objects and set the properties in design time. it's much more easier, but that's not the way i want it. In some...
  6. andysk

    C# Eval() or compile on fly with object

    Hi JMeckley, this is just an example, i just want to know how to make it works. I have a program (aspx) that will receive a parameter, based on the parameter, this program will get all required data from server. within the data, it contains a lot of object (that should be created) along with it...
  7. andysk

    C# Eval() or compile on fly with object

    Hi, I have tried using CodeDomProvider to compile the code on fly and get the value returned, like : string sEval = "1+1", will always return 2. However when i try to use the same concept on object like example below, i got an error : I have a webform with 3 textbox on it, named Label1...
  8. andysk

    Domain Controller Security Policy

    Hi All, I have "forced" to copy sysvol directory from Server A to Server B, and share it like on Server A (Both Netlogon and SYSVOL), now the Domain Controller Security Policy worked finally. The next problem is i try to join domain from one of the station (XP), and the error message is : A...
  9. andysk

    Domain Controller Security Policy

    Now, after awhile, i recheck it, active directory users and computers came back to work and NETDOM query FSMO also back to work. how strange.
  10. andysk

    Domain Controller Security Policy

    Hi Pat, i have tried to do as you say, but still can't work. and after i run GPMC and DCDiag, my active directory user and domain also don't work, and when i tried to issue NETDOM query FSMO, error message : Domain could not be contacted or does not existed
  11. andysk

    Domain Controller Security Policy

    Dear All, I have a Win 2003 Std Server (A), as main domain controller and a Win 2003 Std Server (B), as secondary domain controller. I am planning to shut off Server A, and switch it permanently to Server B, i do enable Global Catalog on both servers and have transferred all FSMO to server B...
  12. andysk

    Radio/Wireless Connection VS VSAT

    Anybody please. Thanks.
  13. andysk

    Radio/Wireless Connection VS VSAT

    Hi, If you have been given an option to choose between Radio/Wireless/Microwave and VSAT, which one will you choose ? Why (speed, latency, VOIP, Video Conference, etc.) ? Thanks, Andy
  14. andysk

    Local Administrator Group

    It's OK linney, very appreciate for your great help until now.
  15. andysk

    Blocking HTTP Download

    Hi all, Since internet bandwidth on my country is still very expensive, I tried to reduce internet traffic by avoiding download files like EXE, RAR, ZIP, MPEG, MP3, etc, which are consuming a lot of bandwidth. To accomplish that, I had blocked FTP and the rest of ports on my firewall, except...
  16. andysk

    Local Administrator Group

    Hi Linney, sorry i don't get your meaning
  17. andysk

    Local Administrator Group

    no clue?
  18. andysk

    Local Administrator Group

    Perhaps can make it more clear. I have 2 subnet networks, 192.168.1.X and 192.168.2.X. and i have PDC Server on 192.168.1.X and BDC Server on 192.168.2.X. Test 1 : 192.168.1.10 (Win XP) use MMC to 192.168.1.11 (Win XP), success Test 2 : 192.168.1.10 (Win XP) use MMC to 192.168.2.2 (BDC Server)...
  19. andysk

    Local Administrator Group

    Thanks linney, i can use MMC to administrate remote workstation on same subnet (192.168.1.X), but i can't use MMC to administrate remote workstation on different subnet (192.168.2.X). There is no problem using MMC for server on 192.168.2.X. Also there is no problem if i go to the location...

Part and Inventory Search

Back
Top