Posted by: choxblog on: June 25, 2009
Posted by: choxblog on: June 3, 2009
After been in new office, I feel a little bit miss my toy.
Sharepoint, I miss u..
(Dedicated to VPortal)
Posted by: choxblog on: April 30, 2009
<style>
.ms-navframe
{
display: none
}
</style>
Thanks to Todd Bleeker for this posting (http://www.mindsharpblogs.com/todd/archive/2005/10/25/801.aspx)
Posted by: choxblog on: April 24, 2009
Admin has defined a trusted location for excel file in Central Administration.
The location is in reports library in Microsoft Office Sharepoint Server 2007.
The contributor has published an excel file, from Microsoft Office Excel 2007 for the first time. And then edit that file, after that save-close the file.
User open the dashboard page, and found an error message, “File Not Found”.
Of course, then an email came to my Inbox asking that error :-p
Hmm.. new problem, with new toy..
After googling a while, I found why it show an error message.
The reports library was came with versioning. And the file after has been edited, will be saved with minor version.
The solution is contributor must make a major version of that file, with Publish a Major Version menu from dropdown list of list item in reports library.
Mission accomplished
Posted by: choxblog on: April 3, 2009
Shocked.. surprised.. after read agusto’s blog (MVP Sharepoint – Indonesia).
Sharepoint Designer 2007 now is free!
Posted by: choxblog on: March 24, 2009
Old problem with infopath form services in sharepoint.
Before i forget to make a documentation for this problem solving, I decided to make an article in this blog.
The solution is edit web.config file.
Find this configuration
<system.net>
<defaultProxy>
<proxy autoDetect=”true” />
</defaultProxy>
</system.net>
Change to
<system.net>
<defaultProxy>
<proxy usesystemdefault=”false” proxyaddress=”http://xxx.xxx.xxx.xxxx:yyyy/” bypassonlocal=”true” />
</defaultProxy>
</system.net>
“xxx.xxx.xxx.xxx” is your proxy server (ISA)
“yyyy” is the port of the proxy.
For further information, please read this article.
Posted by: choxblog on: March 2, 2009
This is a little post that i got from another web www.JustGeeking.net.
You can jump here.
During the configuration of a new SharePoint 2007 farm I experienced two separate errors:
1. When access the User Profile Properties page I got “An error has occurred while accessing the SQL Server database or the Office SharePoint Server Search service. If this is the first time you have seen this message, try again later. If this problem persists, contact your administrator.” at the top of the page.
2. When accessing the Search Settings under the SSP administration, I got a page unavailable.
The following steps resolved the issue for me.
1. Go to Central Admin > Operations > Services on server and stop the Office SharePoint Search service on whatever server it is running on.
2. Restart the service on the same server.
3. Do an iisreset /restart from the command prompt on the server that is running the search service.
4. Go to Central Admin > Application Management > Create or Configure this farm’s shared service. Edit the SSP and make sure an Indexer Server is selected.
5. That should resolve both issues.
Thanks for the article, it help me for solving the problem that i got.
Posted by: choxblog on: February 17, 2009
Check this out man, its fun!!
Wordle is a toy for generating “word clouds” from text that you provide. The clouds give greater prominence to words that appear more frequently in the source text. You can tweak your clouds with different fonts, layouts, and color schemes. The images you create with Wordle are yours to use however you like. You can print them out, or save them to the Wordle gallery to share with your friends.
And I have made one, hahaha… cool….
Recent Comments