Saw about 6 dropped pings, very nice for a controller failover!
Filed under: Uncategorized | 1 Comment »
Saw about 6 dropped pings, very nice for a controller failover!
Filed under: Uncategorized | 1 Comment »
So what should you consider if you want to virtualize your exchange server onto an EqualLogic SAN. Well, first start by reading this guide Deploying Microsoft Exchange Server 2003 in an iSCSI SAN Dell_Exchange_2007_equallogic.pdf First, I would think you would want to do iSCSI attached volume for the Exchange DataStore. Why? by going this route [...]
Filed under: Applied IT, equallogic | Tagged: exchange | 1 Comment »
If you just want to try it out, download TaleoExport from here http://code.google.com/p/taleo-export/ The command line is TaleoExport1.0 CompanyCode username password CustomFieldOnTaleoThatYouWantToUpdate SearchParameters OutPutDirectory (Search Parameters are a key,value pair separated by a comma and if you have multiple pairs they are separated by a colon. Search parameters are additive for example if you want [...]
Filed under: Applied IT, Taleo API | Tagged: taleo, Taleo API | 5 Comments »
So I had always wanted to be able to do something like this dim myDog as new dogobject dim methodVariable as string = “bark” myDob.(methodVariable) i.e. call a method by using a variable Well, after some serious googling, I finally ran across this function CallByName http://msdn.microsoft.com/en-us/library/chsc1tx6%28VS.80%29.aspx this allows me to do this CallByName(myDog,methodVariable,CallType.Method) or if [...]
Filed under: Applied IT | Leave a Comment »
Trying to get Taleo’s web service to work
Filed under: Uncategorized | 1 Comment »
Implementing EDI and SaaS
Filed under: Applied IT, EDI | Tagged: taleo | Leave a Comment »
Could’nt find out how to do this for visual basic express. You need to use vbexpress /resetskippkgs “C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\vbexpress.exe” /resetskippkgs
Filed under: Applied IT | Leave a Comment »
EqualLogic Replication Notes
Filed under: equallogic, Uncategorized | Tagged: replication | 2 Comments »
From Tech Support. You are using thin provisioned volumes and what this message is saying is that if you filled all of your thin provisioned volumes there would not be enough space in the default pool to make up for it. This message is generated any time a new volume is created, the array restarts [...]
Filed under: equallogic | Leave a Comment »
This post is more of a compilation of random things I ran across with equallogic and vsphere. From this post http://communities.vmware.com/message/1272834#1272834 If you present multiple snapshots to vsphere it will not be able to resignature FYI, this is a bug in vSphere. If you present multiple snapshots/smart clones of a parent to vSphere it fails [...]
Filed under: Uncategorized | 1 Comment »