Posted by Jason Mohan on Jul 19th, 2010 | 0 comments
Creating ICA files is usually pretty easy, but not all the time. I had an instance where I couldn’t create an ICA file with the access management console. So I used the ICA file creator from citrix, however it kept throwing up errors, and generic errors at that. I was fed up trying to find a solution. Then I found this Citrix Quick Launch tool, which allows you to directly connect to a...
Posted by Jason Mohan on Jul 10th, 2010 | 0 comments
So how do you backup WSS 3.0 automatically? Well you know you can go into the operations center and backup manually, by setting the destination. However this will not automatically backup your sharepoint farm on a daily basis. There is a simple command to backup your sharepoint farm via command line. Once you have a command line then you can create a batch file and backup however your...
Posted by Jason Mohan on Jul 10th, 2010 | 0 comments
If you trying to get sharepoint to start a full crawl of your site, or you need to diagnose a problem you have to wait for sharepoint to start it’s full crawl interval. However with the below command you have it start immediately.
Stsadm -o spsearch -action...
Posted by Jason Mohan on Jul 10th, 2010 | 0 comments
I wanted to access the SQL databases on my WSS 3.0 server, however I was using the embedded edition of SQL. So I downloaded SQL Management Server studio, but I couldn’t still access the databases. It kept saying it can’t make a remote connection to the server though I was trying to access it via local to the machine. Then I found this. Type it in as the server name, and...