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: *

  • Users: crazyitguy
  • Content: Threads
  • Order by date
  1. crazyitguy

    Advice on keeping track of network connections

    Can someone give me some advice on way to keep track of what is connected to what in a network. I use a spreadsheet now, but it is very inefficient. like this: -Switch1-FE1 -> PatchPanel1-1 -> room 1 -> Jack 1 -Server1 -> Switch2-FE1 Thanks
  2. crazyitguy

    wse policy is ignored

    I am testing out wse policies on a test web service. User/Certificate authentication is being bypassed. Thanks WebService.asmx: using System; using System.Web; using System.Collections; using System.Web.Services; using System.Web.Services.Protocols; [WebService(Namespace =...
  3. crazyitguy

    gridview/objectdatasource can not update/delete complex objects?

    is it true that gridview/objectdatasources can not update/delete complex custom business objects? like: public class Order { private int _orderid; private string _somestring; private Customer _customer; public Order() { _orderid = 0; _somestring = ""; customer = new Customer (); } //...get/set...
  4. crazyitguy

    bgp: full routing table vs partial routes; need to free more memory

    We are running low on router memory and need to decide whether to buy more memory or ask one of our ISPs(ISPB) to send only partial routes (their routes and directly connected routes). We have 2 routers , each going to a seperate ISP. ISPA(connected to router1) is sending us only a default...
  5. crazyitguy

    convert this sql server SP to ORACLE SP

    Can someone help me convert this SQL server SP to ORACLE. I am mostly interested in the "WITH a AS" and "OVER (ORDER BY..." statements. Thanks ALTER PROCEDURE [dbo].[GetAccountsSubset] @startRowIndex int, @maximumRows int, @sortExpression nvarchar(100) = null AS WITH a AS (...
  6. crazyitguy

    ldap authentication..store user data in local SLQ table

    This question is not specific to .net; just some theory... Lets say I wanted to authenticate users against an LDAP directory such as Acitvie Directory. The directory also has other attributes for each user such as fname, lname, etc, etc. Would it be "better" to grab that data and store it in...
  7. crazyitguy

    will t1 card for 1700 series router work in an 1800 series router?

    Can anyone tell me if the t1 card/module for 1700 series router work in an 1800 series router(or show where I can find out)? thanks
  8. crazyitguy

    2 int on firewall if primary int fails , 2nd int will take over

    This question is for PIX and/or ASA firewalls: I am planning to implement a network like the one below. It has an Active/Standby firewall config and BGP enabled edge routers. Firewall1 is the active firewall with the default gateway set to Router1. If Router1 fails, how can I tell Firewall1 to...
  9. crazyitguy

    Upgrade server farm advice

    We would like to upgrade our network that supports our server farm(about 25 servers made). Mostly web and SQL databases. Currently we have 2 2811 routers running BGP. Each is connected to a different ISP; one via T1, the other via FastEthernet 100Mb. The routers are then connected to an...
  10. crazyitguy

    fun topic: server farm upgrade advice

    We would like to upgrade our network that supports our server farm(about 25 servers made). Mostly web and SQL databases. Currently we have 2 2811 routers running BGP. Each is connected to a different ISP; one via T1, the other via FastEthernet 100Mb. The routers are then connected to an...
  11. crazyitguy

    trying to create cmp correctly(auto-increment);error while running

    I am using the latest versions of Jboss(4.0.5.GA) and Lomboz(R-3.2-200610201336) along with SQL Server 2005 and Microsoft's SQL Server 2005 JDBC driver. Lomboz used xdoclet to create the java files based on the SQL table but it did not put anything in the DoctorBean.java file telling it that...

Part and Inventory Search

Back
Top