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

  1. jrwinterburn

    ASP.NET Web service to query Linux service

    Hi all, I need to write a asp.net web service (in vb.net, rather than c#) asp.net page, which will run a couple of commands on a red hat server (basically, run the "service httpd status" command) and return the output to the browser window. Is this possible, and if so, any idea how I go about...
  2. jrwinterburn

    Perl script mionitor/control linux services

    Hi all, I have created an ASP.NET intranet that monitors and controls all the Windows services etc in my network. I need to add to this so I can control and monitor services on my Linux and Solaris boxes. I realise that doing this in ASP.NET is probably impossible or very difficult, but no...
  3. jrwinterburn

    Terminal Server - custom Windows directory?

    Hi All, I am in the process of setting up a terminal server on Windows Server 2003 and all is well except for one thing. I have a custom program that depends on using an ini file that resides within C:\Windows. The trouble is, this file needs to be unique for each user, as they have their own...
  4. jrwinterburn

    Batch file - cycle through array of numbers?

    Hi all, I have a batch file which will copy an updated copy of a file onto all the PCs in the domain. However, there are 80 PCs it has to copy to, and I'm not sure how to make the batch file cycle through all the PCs without having to enter each command. The command is: xcopy...
  5. jrwinterburn

    RDP no longer connects to 2003 servers

    Once of the PC's in my office seems to have a problem, but only under one profile. The user can no longer connect to any Windows Server 2003 server using remote desktop (version 6.0). He used to be able to, but now if he tries any server, it instantly says it cannot contact the server. He...
  6. jrwinterburn

    Exchange 5.5 to 2003 migration - mailboxes remain

    Hi - I'm trying to move users from Exchange 5.5 to Exchange 2003 on two different servers. I'm using the Exchange Move Mailbox feature in exchange tasks. The mailbox moves to the new Exchange 2003 server, but it also remains on the 5.5. Users can access their mailbox, however, when i delete it...
  7. jrwinterburn

    ftp server - new file checker

    I have an FTP server which some of my friends upload files to, in varying folders. I then copy those files across to my game server using robocopy on task scheduler and use them as needed. However, it's a pain to have to go through each of the folders to see what new files exist. Rather, I'd...
  8. jrwinterburn

    Migrate/convert ACT! 4.0 to MS Access

    Hi, I have an ACT! 4.0 database and I no longer want to use ACT! but would rather use Microsoft Access or something similar. Is there any way of converting or migrating the database into Access? Thanks Jon
  9. jrwinterburn

    NT4 - AD trust - exchange 5.5 mailboxes problem

    Help please! We are in the process of migrating from NT4 with Exchange 5.5 (on domainA) to Windows 2003 AD & Exchange 2003 (on domainB). At present, I want users to migrate to AD on domainB but use Exchange 5.5 on domainA. I have created the trust and have migrated user accounts etc across...
  10. jrwinterburn

    Migration from NT4 to 2003 via VPN

    Hi all. I currently have an NT4 domain on one IP range. I have installed a Server 2003 AD domain on another server on a completely separate IP range. So far so good. Now I want to migrate the users/groups across using ADMT v3, but as the two IP ranges are separate (and I don't wish to join...
  11. jrwinterburn

    1mb Kilostream from office to office

    Hi all, Just wanted a bit of advice. I need to join my two offices together for 6 months so that all staff at both buildings will be able to access the same network, and in fact be part of the same network. Eventually all staff will move to the new building. I had first considered VPN, but...
  12. jrwinterburn

    RRAS routeing

    Hi All, I managed to achieve this a couple of years ago on another network, but cannot seem to do it now. I have a network on the 99.99.99.0/24 range (I inherited this network with this illegal range on it). I want to migrate PC's over to 192.168.0.0/20. I have a Cisco Pix as the default...
  13. jrwinterburn

    SQL Server Job or User Priority

    Morning all. I know this is a long shot, and probably not possible (as I have hunted high and low), but does anyone know if it is somehow possible in either MS SQL Server 2000 or even 2005 to set a priority for SQL jobs, or for SQL users? The problem I have is that I need to run reports...
  14. jrwinterburn

    Regular Expression

    Hi All, I wonder if someone could help me with a regular expression query. I have a form in ASP.NET which currently has a field for IP address. I currently use a regualr expression to ensure that the user can only enter one IP address, and the regexp goes as such: [0-9]{1,3}(.[0-9]{1,3}){3,3}...
  15. jrwinterburn

    cycle through records in dataset

    Hi Guys, Another query! I have a windows form that has a dataset in it which has been populated from a stored procedure (using enterprise library). This dataset simply has several hundred rows. What I would like to do is, when pressing my "start" button, beging cycling through the records in...
  16. jrwinterburn

    select statement query

    Does anyone if the following is possible: I have a table with records in that one of the columns ("entries") has an integer. What I want to do is select all records from the table, but if a row has (for example) 37 as the value for "entries", then that row is selected 37 times. Does this make...
  17. jrwinterburn

    Timer pause/resume

    Hi guys, Sadly, a newbie question for you! I've just started playing with the timer in vb.net and am trying to use a start/pause/resume button to start/pause/resume a progress bar I am using. I can make it start and stop the progress bar (so it appears to pause halfway through for example) but...
  18. jrwinterburn

    Email selected attachments

    Hi Guys, As it has been so long since I have coded anything in PHP, I can't think how to go about a form I am trying to code. Basically, I have a small form which a visitor to my site will enter their email address and choose any of 4 checkboxes. These 4 checkboxes represent 4 PDF files...
  19. jrwinterburn

    IIS - directory security settings not saved

    Hi Guys, I have a weird problem with IIS (6.0) on Server 2003 (SP1). I have a default web site running with several virtual directories that have anonymous access enabled. However, I would like to restrict access to the default web site based upon IP - all IP's should be blocked, except for 3...
  20. jrwinterburn

    auto-highlight row in datagrid

    Hi Guys, I cannot seem to get my datagrid to do what I want. When I run my form, the first row is selected (that's fine) but the first cell is selected with a cursor in it (not fine) whereas I'd rather either no cell or row is selected, or the first row is highlighted (no cursor). When I click...

Part and Inventory Search

Back
Top