Jump to content

Pashers

Members
  • Posts

    336
  • Joined

  • Last visited

Everything posted by Pashers

  1. Hi guys, I've been trying to get my PDA to sync with Exchange, I've tried installing the certificates on the PDA but with no joy. I read somewhere that if we used ISA (which we don't) we need to install the certificate on the ISA server. We currently use Smoothwall, do we need to install the certificate onto the smoothwall? If so any ideas how to? Thanks Peter
  2. Hey guys, I've just built a print server for the RM CC3 network. I've just installed Server 2003 and installed: - RM Location Services, RM Printer credits client service, - RM Printer credits Framework, - RM Printer Wrapper Service I've added printers and shared them. However, in the RM Management Console it comes up with the following message: "Computer: A printer selected is currently not able to be managed (try again in 20 minutes)." Any suggestions? Thanks
  3. Hey guys, after much of a headache, I've managed to find the IP address of the switch and connected to it using the Console. Now I'm back on using the web interface! Thanks again for all your help!
  4. Hey guys, I've just been trying to connect to the Extricom switch (EXSW 1200) through the console port. Does anyone have any documents for the switch with the correct settings? Thanks,
  5. Pashers

    Exchange

    It's a shared calendar, only he has/had the permissions to change it.
  6. Pashers

    Exchange

    Hey guys, I'm stuck big time, using exchange. there's a calendar however, no one has the permissions to delete it or change the security settings. The user who created the calendar has been deleted and we only have the uid. I know who the user was. Any way to either change the permissions on the calendar and/or recreate a user with an exact previous uid? Thanks
  7. Pashers

    Is it possible...

    This is possible, have a look at psexec, you can create a batch file. Try something like the following: psexec \\computer -u localadmin -p password -i c:\program.exe
  8. Pashers

    VB For Idiots

    I can't see any dates in there?! The previous code snippet will bring up this line for example. DH 5000119000006 1425800 5034139000001 Name Name How would you want this to be modified?
  9. Pashers

    VB For Idiots

    I think I grasp the basic concept of what you're trying to do. Here's some code it's been a long time since I've done VB 6 (I've not checked for errors) Open "textfile.txt" #1 Do Until EOF(1) Line Input #1 , strLine If Left(strLine,2)="DH" Then Replace(strLine, "CurrentWord", "ReplacementWord") ... ... End If Loop Without any data I won't be able to give much more help
  10. Pashers

    VB For Idiots

    If you're looking at vb (any version) You'll obviously need to learn how to read the data (it looks to me like sql). VB has a function called day so Day(Now()) will display today's day. Note Now() is a function to return the date today. You also have Month(...) and Year(...) If you have a string "hello world" replace world with "there" you can use this function: strHello = "hello world!" strResult = Replace(strHello,"world","there") strResult now is equal to "hello there" If you need any more help give a shout :-)
  11. It's for XP/Server 2003. I've found the UNC path, I've gone to the server. Went into the Command Prompt then used the net share command. This was good enough for me. Thanks
  12. Hi guys, Is there a simple way to find out what the UNC path is for a mapped drive? Thanks,
  13. Haha, it's given me a few headaches in my time. I consider myself more of a software type guy then hardware. You heard of the Canteen system CPS? When they crashed (leaving us in the ditch). Got to the canteen database, and managed to get it to synchronise with SIMS. So we don't have to import year 7, change the years, forms etc. All good fun!
  14. It's a difficult enough job. But be easier for me to fix because I've kind of done most of the scripts when I worked there and I know how it works. The job of it would be to have an automated synchronise between three databases, rather than three different databases working independently.
  15. Hey guys, I've been asked to help out at the previous school I've worked at doing database maintainanence. I'll book a day off in my current job at a different school, but how much should I ask for to help with the databases? Because I've worked there, and got a great understanding on how to do this in the school, I'll be happy to but wouldn't know how much to charge. Would it be best per hour/per day? Thanks for your suggestions.
  16. Well I think I've sorted out the problem. They need access to write to a specific folder. Took hours to work out the problem, takes seconds to fix the problem Thanks for your help! Much appreciated
  17. Hey guys, is there any software (pref. free) which monitors what software requires access to? Currently we have software which works for teachers/admins but not for pupils. The software is Pinnacle, and admins/teachers are allowed to add MP3s into the timeline of the project. But for pupils, it doesn't. It doesn't come up with any messages, nothing in the Event Viewer, just nothing. As if it's not doing something. Any help would be most appreciated. Extra points if you can help fix this issue :-) Thanks again Peter
  18. Pashers

    RBUSS

    Hey guys, Does anyone know how RBUSS works? Does it back up the SIMS database everyday and send it all out each day. Or does it back up the database, sending out the package over 4 days? Also going to move away from RM (the school been with them for don't know how long, being the new guy I personally think we could save a few pennies moving away). Our current servers are Intel Xeon 2.66 Ghz with 1 gig of RAM!!?? Hmm... well anyway, would I have a good enough argument to ask for two new decent servers for the DC servers? Thanks, Peter
  19. Dance of victory
  20. Sorry I found it it was the Message Restrictions, Only from, in the Exchange General Tab Thanks
  21. Hey guys, Sorry for such a newbie question... I've just created a distribution list to send an email to the members of the group. This works fine. How do I only allow certain people to send an email to this list? Thanks, Peter
  22. Hi there, Tom sorry for late reply I got called out to fix issues... lol. The error message change to: HTTP request failed with error SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:lib(20):func(144):reason(134) (60) for URL now. I'm using babel fish translator to test it externally. I can still access it if I switch off the bypass proxy settings. As far as I know, nothing has changed since it's working state and it's non-working state. I could always do a restore from a backup??!
  23. Hey guys, We are currently getting the following response when trying to access the vle, email etc. externally. HTTP request failed with error Received HTTP code 504 from proxy after CONNECT (56) for URL: https://imail.bishopsbluecoat.cheshire.sch.uk/ We can access the site internally fine. Our ISP have had some Internet issues not sure if this would be anything to do with it? Got SmoothWall installed and Frog as our VLE. Any suggestions? Thanks Peter
  24. Have a look at Dreamweaver | Open Source Alternative - osalt.com for open source alternatives for dreamweaver.
  25. It's alright I found a program that works
×
×
  • Create New...