howtoptrck.blogspot.com
Ptrck's 'Don't Forget How To' Blog: December 2010
http://howtoptrck.blogspot.com/2010_12_01_archive.html
Ptrck's 'Don't Forget How To' Blog. Wednesday, December 22, 2010. Create Batch File to Start or End Window Services. The important commands are the following:. NET START – starts the service. NET STOP – ends the service. NET STOP "Error Reporting Service". Output: The Error Reporting Service service was stopped successfully. Knowing the commands, one can now easily create batch files called something like beforegame.bat and aftergame.bat. A sample of the before.bat file might look something like this:.
howtoptrck.blogspot.com
Ptrck's 'Don't Forget How To' Blog: May 2012
http://howtoptrck.blogspot.com/2012_05_01_archive.html
Ptrck's 'Don't Forget How To' Blog. Tuesday, May 1, 2012. Errors encountered if the connection factory is not XA enabled. Errors encountered if the connection factory is not XA enabled Problem(Abstract)Only WebLogic environments are affected. Resolving the problemProblem Description: After setting up the MEA, if the connection factory is not XA enabled, you will see the following error:. Http:/ www-01.ibm.com/support/docview.wss? Links to this post. Subscribe to: Posts (Atom). Training and How Tos. Examp...
howtoptrck.blogspot.com
Ptrck's 'Don't Forget How To' Blog: automatically redirect HTTP traffic to HTTPS if SSL encryption
http://howtoptrck.blogspot.com/2012/02/automatically-redirect-http-traffic-to.html
Ptrck's 'Don't Forget How To' Blog. Monday, February 6, 2012. Automatically redirect HTTP traffic to HTTPS if SSL encryption. What can you do? Well, there are two ways of going about it, and both of them are hacks, but they do the job just fine. I prefer method 2 myself. Remove the first two and last two (") above. this page kept redirecting b/c of the code. Yes, there is. Once you’re done editing the file, save it to the root level of your site, or to the root level of IIS (c: inetpub wwwroot )...
howtoptrck.blogspot.com
Ptrck's 'Don't Forget How To' Blog: Errors encountered if the connection factory is not XA enabled
http://howtoptrck.blogspot.com/2012/05/errors-encountered-if-connection.html
Ptrck's 'Don't Forget How To' Blog. Tuesday, May 1, 2012. Errors encountered if the connection factory is not XA enabled. Errors encountered if the connection factory is not XA enabled Problem(Abstract)Only WebLogic environments are affected. Resolving the problemProblem Description: After setting up the MEA, if the connection factory is not XA enabled, you will see the following error:. Http:/ www-01.ibm.com/support/docview.wss? Subscribe to: Post Comments (Atom). Training and How Tos. SP - Tutorials 01.
howtoptrck.blogspot.com
Ptrck's 'Don't Forget How To' Blog: Restart Remote server from CMD
http://howtoptrck.blogspot.com/2011/11/restart-remote-server-from-cmd.html
Ptrck's 'Don't Forget How To' Blog. Tuesday, November 29, 2011. Restart Remote server from CMD. You must have same rights on the machine you are running this from. Shutdown /r /m severname. December 20, 2011 at 8:46 AM. Yes, you can simply use shutdown.exe command. But do not use -i switch, its not necessary :) (displays GUI during reboot process). Just use this simple syntax on server. Shutdown /r /f /m ServerName /t 00. Or on client machine. Shutdown -r -f -m ServerName -t 00. M - machine to reboot.
howtoptrck.blogspot.com
Ptrck's 'Don't Forget How To' Blog: April 2010
http://howtoptrck.blogspot.com/2010_04_01_archive.html
Ptrck's 'Don't Forget How To' Blog. Friday, April 9, 2010. How to "Unlock" a data source schema (.xsd). REF: http:/ www.infopathdev.com/blogs/hilary/archive/2009/03/13/locked-schema-got-you-down.aspx. Locked Schema Got You Down? Sometimes we want to create a new template off an existing schema. Microsoft has a great article Here. And at the bottom of the Data Source Task Pane, Add a Field or Group is grayed out. If you read the article I've linked in the first paragraph, it says:. So there you have it...
howtoptrck.blogspot.com
Ptrck's 'Don't Forget How To' Blog: May 2010
http://howtoptrck.blogspot.com/2010_05_01_archive.html
Ptrck's 'Don't Forget How To' Blog. Friday, May 14, 2010. Filtering a List by Workflow Status Column. REF: http:/ mossipqueen.wordpress.com/2010/01/25/filtering-a-list-by-spd-workflow-status/. Links to this post. Create a minimal master page. REF: http:/ msdn.microsoft.com/en-us/library/aa660698.aspx. How to: Create a Minimal Master Page. Edit Html to view code or follow the link above. Links to this post. Friday, May 7, 2010. Create a Link to Launch New Form or Item. Use this temp to create the link.
howtoptrck.blogspot.com
Ptrck's 'Don't Forget How To' Blog: February 2012
http://howtoptrck.blogspot.com/2012_02_01_archive.html
Ptrck's 'Don't Forget How To' Blog. Monday, February 6, 2012. Automatically redirect HTTP traffic to HTTPS if SSL encryption. What can you do? Well, there are two ways of going about it, and both of them are hacks, but they do the job just fine. I prefer method 2 myself. Remove the first two and last two (") above. this page kept redirecting b/c of the code. Yes, there is. Once you’re done editing the file, save it to the root level of your site, or to the root level of IIS (c: inetpub wwwroot )...
howtoptrck.blogspot.com
Ptrck's 'Don't Forget How To' Blog: February 2011
http://howtoptrck.blogspot.com/2011_02_01_archive.html
Ptrck's 'Don't Forget How To' Blog. Monday, February 28, 2011. Highlighting Cells Containing Specific Text. You can use the conditional formatting feature in Excel to help draw attention to cells that contain specific text in which you are interested. For instance, if you have a range of cells and you want to know which ones contain the letters "shawn," then you can do the following in versions of Excel prior to Excel 2007:. Select the range of cells. In the drop-down Condition list, choose "Formula Is".