Setting up Social business toolkit SBT database using extension library - xpages

I am trying to configure the connections vcard. I have done a change in the proxy-config.properties as per the document.But I get following error.
Can somebody tell me what is missing?
Regards,
Prashant

Have you setup the web security store as required?
See http://heidloff.net/home.nsf/dx/12152011034545AMNHECAP.htm for more information.

Related

Hybris Commerce Server start up failed

I am beginner to Hybris, I am trying to go through Hybris commerce trails for customised B2B accelerator extension through modulegen.
After installing the B2B recipe,addons and running ant Initialize I started the server and tried to access the below link
https://powertools.local:9002/trainingstorefront/powertools/en/USD
but was not able to.
Could someone please let me know where I am going wrong.
Regards,
Farhan
Your URL looks incorrect. You can find the right URLs by going to https://localhost:9002/mcc/login.zul and logging in as admin. It will give you the links to all of the storefronts and services.

Browser update to a file without a web server

I need to create a browser based user interface to update an XML file. Is it possible to do this without a full blown web server?
I read about the PHP in-built web-server but wasn't clear whether it will suit my requirement. Any help would be greatly appreciated.
Yes, you can do this, using simpleXML, php. Very easy and clear.
All that you need is already well documented.
See:
http://php.net/manual/en/book.simplexml.php
http://www.w3schools.com/php/php_xml_simplexml_read.asp
http://php.net/manual/en/book.xml.php
http://www.w3schools.com/php/php_ref_xml.asp

How to enable Virtual ListView Control for OpenLDAP server?

I'm trying to use UnboundID's LDAP SDK to fetch contacts present on an LDAP server.
I'm using the VirtualListView(VLV) Control along with Server-side sort in my code and this code works perfectly fine when I tested with a LDAP server configured in my organization.
However, I wanted to setup a local server and add certain contacts/entries to it and test my code with that server. For this, I used OpenLDAP and configured it on Ubuntu 10.04 using instructions from this link: http://www.ghacks.net/2010/08/31/set-up-your-ldap-server-on-ubuntu-10-04/
Now, when I tried getting the contacts, my code does not work as the server I've setup is not supporting VLV. When I perform a simple search, i.e. without any VLV or other paging technique, then I am able to see the results. This means the server is working fine, but not supporting VLV control.
So what I need to know is how can I enable support for VLV or any other required controls for my server?
Please do let me know if anyone knows how to achieve this. Hors of googling hasn't lead to any promising results :(
Thanks & Regards,
Kiran
Question is off topic, should be on serverfault.com, but you have to load, enable, and configure the SSSVLV overlay.
Forget that blog, and all random Internet blogs while you're at it. Have a good look at the OpenLDAP Admin Guide itself, which is where you should have started. I can also recommend a really good reference here, but only because I've used it extensively, not just because Google said so.

Symfony 2 : Custom user provider

Since this article http://symfony.com/doc/2.0/cookbook/security/custom_provider.html has not been written yet, has anyone an idea of how to do that ? (In my case it would be using LDAP authentication).
Thanks for your answers
To help you get started you can check out my blog post which outlines how to create a very basic user provider system:
http://clintberry.com/2011/custom-user-providers-symfony2/
EDIT: This post only covers the custom User Provider. To use LDAP authentication you will need to create your own Authentication Provider as well or use a third party library. http://symfony.com/doc/current/cookbook/security/custom_authentication_provider.html
This first thing I would suggest you is to do a search for a LDAP bundle on the great website KnpBundles (results here). I saw two results. If you are willing to use an external bundle, you could just use of the two given in the results.
If you prefer to create your own bundle for this task, what I would suggest is to inspire you from these two bundles. Another useful suggestion is to check the FOSFacebookBundle. It is in no mean related to LDAP but, they implements their own provider, so all the glue is there to implement your own.
Just a small notice, if you are developing against Symfony2 master branch, it is good to know that security factory registration has changed a bit. So, be carefull when looking at other bundles to be sure what version they are targeting.
Hope this helps.
Regards,
Matt

How can I configure load balanceing multiple SharePoint2010 web server using Network Load Balancing?

How can I configure load balanceing multiple SharePoint2010 web server using Network Load Balancing ? I googoled and binged , not much resources could be found on SharePoint2010.Can anyone point me to some useful resouces?I am pretty new to the IT Pro side of SharePoint , any general guidelines would also be useful.
In the past I have used this guide published by Combined-Knowledge, written by Steve Smith.
follow the folllowing posts
http://www.harbar.net/articles/spca.aspx
http://technet.microsoft.com/en-us/library/cc754833(WS.10).aspx

Resources