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 bkrike 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: acn242
  • Content: Threads
  • Order by date
  1. acn242

    WSUS- imaged servers not present

    Previously, I had an issue with imaged servers not showing up in the WSUS management consol. I recently found some posts on it and I changed the SusClientID on all of the machines. It worked great for 4 out of 7 of the machines, but I am still having issues on 3. They are receiving new...
  2. acn242

    wsus only adding one virtual server at a time

    I have an interesting problem. I recently set gpo to push updates from wsus to our servers. however only one server (out of 7) will show up in the wsus group I created. What is odd is that when i run a wuauclt.exe /detectnow one a server it will replace the existing server in the wsus group...
  3. acn242

    router drops client connections to internet

    I have a linsys router wrt54G ver.2 with current firmware. About a month ago the router would start dropping client connections to the internet every other day or so. I am unable to get internet from any machine on the network however when i use the ping utility on the router admin interface...
  4. acn242

    off site, dns issues

    So I am working at an off site location that is on the local domain (or used to be). Today they have lost connectivity to the domain. I attempted to remove a computer from the domain and add it back in. that is when I received the error "the specified network name is no longer available". I am...
  5. acn242

    off site dns issues

    So I am working at an off site location that is on the local domain (or used to be). Today they have lost connectivity to the domain. I attempted to remove a computer from the domain and add it back in. that is when I received the error “the specified network name is no longer available”. I...
  6. acn242

    mx records and different isp

    i have a general question about mx records and my dns i have ISP(1) pointing the mx records to my exchange enabling me to use mycompany.biz. i recently added an additional website and ISP(2). Could i have ISP(2) point the mx records to my exchange(mail.mycompany.biz) as well, enabling me to...
  7. acn242

    building raid 5 using openmanager

    if i create a virtual disk raid 5 using openmanager, will it add space to the existing drives or create unpartitioned space? Thanks for the help
  8. acn242

    NTbackups

    i recently started doing local backups of the system using NTbackup. Only this time its taking a considerably longer time to complete. Why is "server\Microsoft Information Store\ First Storage Group" taking over 13 hours to run? how can i go about fixing this? Thanks
  9. acn242

    sum() with division

    How do i get this to work? Sum({InvoiceDetail.Quantity} / {Pricing.RxConverter})
  10. acn242

    general raid, rebuild question

    I am planning to rebuild my poweredge2900 this weekend. current config is 2 150G in a raid0. i am going to a 4 disk(300 each) raid 5. i am using a simple ntbackup to rebuild. my question is, after i get OS up and running again, should i re-configure to a raid 5 in openmanage before or after i...
  11. acn242

    general raid, rebuild question

    I am planning to rebuild my poweredge2900 this weekend. current config is 2 150G in a raid0. i am going to a 4 disk(300 each) raid 5. i am using a simple ntbackup to rebuild. my question is, after i get ms server2003 up and running again, should i re-configure to a raid 5 before or after i...
  12. acn242

    poweredge 2900 hot-plug hard drives

    I recently put two Satas in hot-plug slots 2 and 3 on my poweredge 2900. The drive-status light is solid green, however they do not show up under the disk management. Do I need to enable the slots in system setup? If so, I'm having trouble finding that setting as well. Thanks
  13. acn242

    NTBackup issues

    I am doing a ntbackup to some external drives, but it has been failing about 2/3 the way through. when i look at the log files, it only shows "delayed write failed" and the destination file. is there any way i can find the files or folders that are triggering this error? Thanks
  14. acn242

    Microsoft Report Viewer Redistributable 2005

    I am using WSUS version 3.1 for update management, which requires MRV redistributable 2005 to use some features. I guess my question is, if I download this, could it potentially cause any problems some where else, specifically the IIS server or my sharepoint services? Any advice is greatly...
  15. acn242

    order by after insert

    I have a table in which i insert into.. "insert into table1(...)(select ... from table2 order by A);" but a "select * from table1;" does not return the correct order (primarykey_id is not in ascending order) is there anyway to change this without importing and exporting data? Thanks,
  16. acn242

    .Net FrameWork Upgrade

    I recently upgraded to the .Net FrameWork 3.5. After a restart(and creating a new app pool to put it in), it does not give the the option to select version 3.5 in my new virtual directory. Did i do something wrong? What should I do now?
  17. acn242

    dotnet framework

    I recently created a web form in newly acquired web developer 2008 express to post on my companies intranet.however, server 2003SBS is still on dotnet platform 1.1. Locally i'm on version 3.5. Any advise on updating the server (tips, possible pitfalls)? Thanks
  18. acn242

    Folder Replication

    I have a folder on the server and identical folders on each workstation throughout the network(reports used with 3rd party software). Each time I update the folder on the server, I have to change it on each machine. I know i can write a script to copy and dump files on each machine, but is...
  19. acn242

    GetAge()

    I'm trying to create a function to return a customer's age. for some reason I'm getting "syntax error near as. line 2" I've tried taking out "as datetime" in header, but get comma syntax error???? here is the code /*#############################*/ ALTER function "me"."GetAge" (@in_DOB as...
  20. acn242

    sql anywhere 10 grouping

    i am pretty new to transact sql, i have been working in mysql but this simple query returns the same results with or without the group by clause. i would like just one row per customerid ######### select c.customerid, c.firstname, c.lastname, co.name, cod.custorderdetailid from c02.customer c...

Part and Inventory Search

Back
Top