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

    IPSec VPN problem

    Hi, I am trying to get a tunnel up between a Cisco 800 series router and a Netscreen SSG box. I am failing on Phase 1 of the negotiations. From what I can work out the initiating VPN box (netscreen) isnt receiving a reply from the cisco and therefore failing on phase 1. I know that both...
  2. jamesjames1

    ASP Thumbnail

    Hi, Does anyone know how to create a thumbnail using all the files in a folder. I have written some code but the rendering process to create thumbnails from the contents of a folder times out after about 10 or so thumbnails. It seems a bit strange does anyone know a way to get this to work...
  3. jamesjames1

    Restrict access to website by hits per hour

    Hi there, I am experiencing data theft from my companies web site. Let me explain, a page which contains realtime data is being accessed via an anonymous access site. The information is being published on another site. I initially wanted to just block the IP address with the firewall but...
  4. jamesjames1

    GUI Problem Netscreen 100

    I have a problemwith my netscreen 100 firewall. Its a hub firewall running quite a few VPNs to other companies. While I was adding a new user via the the web GUI it timed out and now I cant log in at all. It seems the web interface has stopped working. I read somewhere that I might have...
  5. jamesjames1

    On Current on form

    Hi, I have a small database which is for server audits. Its pretty much complete except when I create a new record I get a run time error which de-bugs to the code in the On Current event on the main form. All thats in there is some code which states that when the tickbox is in yes state the...
  6. jamesjames1

    Netscreen Remote problem

    I have a clinet connecting to our VPN via Dialup. He is getting some errors which are stopping him connecting. I have reset the Shared key but the client is still getting errors, can anyone point me in the right direction: Here is the log 4-04: 22:11:07.328 SafeNet VPN Client Version 10.3.5...
  7. jamesjames1

    Onclick Visible form

    Hi, I am constructing an access database just to store server information for our network. I am using just 1 table which holds all the information, the problem I am having is that a field in my table is a yes\no selection box. I also have another field which is related to the yes\no box and...
  8. jamesjames1

    ASP thumbnail

    Can anyone see why my thumbnails are not working? James <html> <body bgcolor="#C0C0C0"> <% Set MyDirectory=Server.CreateObject("Scripting.FileSystemObject") Set MyFiles=MyDirectory.GetFolder(Server.MapPath("/mums/mull")) For each filefound in MyFiles.files <%Response.Write ("<a href=""" &...
  9. jamesjames1

    Find text in internet explorer window

    Hi, I have created some code to output the contents of an Internet EXplorer Window. I need to be more detailed and find a string in the output. The problem I have is that the Inst functionappears to be ignored and the complete contents is displayed. Can I use Instr function, if so how...
  10. jamesjames1

    Search for string on live webpage

    Hi, I am trying to find a method to search through a webpage (HTML)for a particular string. I can't seem to find much info on it only that its possible to save open an internet explorer windows, save to file then use Instr to parse for the required data. Question: Is there an easier method to...
  11. jamesjames1

    Setting up VLAN on cisco switch

    Hi, Just wondered if there was some information on configuring a cisco 2900 switch to support a VLAN through the fibre uplink? Any help would be gr8 - ta james
  12. jamesjames1

    Move computers depending on group membership

    Hi, I am trying to script a computer account move in AD which depends on the last logged on users group membership. I cant do this from a login script so need to do it from a domain controller. I have got the code to get the users group membership and this populates an array. I am having...
  13. jamesjames1

    Search for string in Array

    Hi, I have an array of groups which for troubleshooting is echoing to screen. What I really need to do is search through the array for a particular group name, from here I can construct some type of IF or select statement to run a chunk of code. Any help would be good. ta
  14. jamesjames1

    DP 6.0 Upgrade problem

    Hi, I am getting this problem when backin up data to a specific drive. [Warning] From: BMA@cccs087.ccc.cambridgeshire.gov.uk "Drive4_cccs087" Time: 16/12/2007 09:59:19 The device "Drive4_cccs087" could not be opened("Device could not be accessed") [Normal] From...
  15. jamesjames1

    Getting username from AD

    Hi, Is there a way to find out if a user is a member of a particular group. I need to move a computer object, based on last logged on user, to a specific OU. The OU is determined by group membership. I have found some script which uses script for current logeed user but this is not good as I...
  16. jamesjames1

    file

    Hi, I need toread through a csv filewith 2 columns. 1 column is a device name and oneisan Active Directory OU Path. The script I'd liketo use readsfrom the csv and moves the device to its corresponding OU which is in the CSV. As there are around 90 machines in the csv I will need a loop...
  17. jamesjames1

    Terminal Server Session ID

    I am running Windows 2000 terminal servers and an experiencing printer problems. Is there a way to get the terminal server session ID for a windows 2000 server machine. I have found how to do a server 2003 query but this doesn't work on 2000 servers. I also used from cmd query session but, if...
  18. jamesjames1

    Mounting Information Store /DisasterRecovery

    Hi, I have rebuilt an Exchange 2003 server back into our AD using the setup /disasterrecovery option. It worked well but I am having trouble mounting the databases. The error states thatI should restore from a backup otherwise it won't allow me to mount it. The original database was on a...
  19. jamesjames1

    Exchange Cluster - database replication

    Hi all, My boss want to have Exchange redundancy so I recomended clustering. I have never set an EXchange cluster up but have read the papers on shared storage cluster, i.e. a cluster which ahve a databas on NAS or a SAN storage... Geting back to the point, my boss want to replicate the...
  20. jamesjames1

    Dynamic NAT

    Hi - I am using Windows 2003 routing and remote access as a NAT server and a Router. We are currently working with a client who needs the external IP address of our Firewall to allow access to his site. The problem is a client on our network has noticed that the external IP address which he...

Part and Inventory Search

Back
Top