I was trying to setup a non Windows directory service to run some test with SharePoint 2010. So i downloaded and installed OpenLDAP on my Windows 7 machine.
While trying to configure the OpenLDAP Server, i had to a run a command to check that the server was running and everything was setup correctly. The command from the OpenLDAP document is
ldapsearch -x -b '' -s base '(objectclass=*)' namingContexts
Then i got this error ldapsearch: ldap_search_ext: Bad search filter (-7).
After a couple of search, i couldn't find anything specific but i later figured out the solution. Replace ' with "". I reckon it has to do with how windows and linux handle the character single quote.
So i changed the command to ldapsearch -x -b "" -s base "(objectclass=*)" namingContexts and it worked.
I hope this helps someone.
Sunday, 22 April 2012
Saturday, 21 April 2012
Resolve SSRS unsupported RPL stream version ... error
This is one of those weird errors you encounter while working with Microsoft technologies. I was using Report Builder 3.0 to design and publish a report to SharePoint 2010, but when i tried to preview my report in RB i got this annoying error unsupported RPL stream version detected: 101.116.1047292257. Expected version 10.6.
After doing a couple of search to fix this problem, it happened that the SQL Server Agent had to be started.
I hope this helps someone.
After doing a couple of search to fix this problem, it happened that the SQL Server Agent had to be started.
I hope this helps someone.
Subscribe to:
Posts (Atom)