Quantcast
Channel: Comments: IBM Digital Experience wiki
Viewing all 1367 articles
Browse latest View live

Re: Creating a web content page

$
0
0
how is localization handled? does it create 2 site areas for each locale?

Re: Enabling social rendering

$
0
0
This doc should make mention of installing on Virtual Portals.

Re: Deploying and developing IBM WebSphere Portal 8 themes: A step-by-step guide

$
0
0
Hello Henok,



thank you for your comment! I checked and the link was actually pointing to the 7.0.0.2 documentation. I updated it to:



http://www-10.lotus.com/ldd/portalwiki.nsf/xpDocViewer.xsp?lookupName=IBM+WebSphere+Portal+8+Product+Documentation#action=openDocument&res_title=Copy_the_dynamic_resources_for_your_theme_wp8&content=pdcontent



thanks,

peter

Re: WCM Sample Workflow Polling framework - issues with Projects

$
0
0
We're trying to use this workflow polling framework to publish draft items that we've pushed to a preview server. (we are on WCM v7)

Nearly everything is in a Project because we also use the Multi-lingual solution (MLS).

So we end up having content stuck in Pending Publish in the Project on our preview server, because the project on the preview server won't publish. It has a state of "deferred syndication".

Any ideas for a work-around for this?

Thanks for any help.

Re: Create RSS Feeds from exiting WCM content

$
0
0
How did you make it available with correct mime type (application/rss+xml)?

Re: WCM Sample Workflow Polling framework

$
0
0
Hi Maria, the 'Sample Workflow Polling' techinque is quite old now and a far better solution (available from WCM v7) is to use WCM JMS's support, which effectively has you write some code and a rule (such as when content is updated or created) and your code is fired only when that condition is true... however this doesn't actually help you solve the problem regarding 'Publishing Projects' on a downstream server. Unfortunately this is something that WCM does not support just yet, however I recommend you raise a feature request and we can look at it for a future release

Re: Clearing version history

$
0
0
PLS add to this doc the property "preserve_dates" to preserve the last modified date.

I found this prop in WCM 8 wiki but i think it will be usefull also in wcm7 doc



Thank you

Re: XML samples for creating or removing language definitions

$
0
0
The 'add' sample is missing the definition of the new language title, this is represented by a multiple child localdata elements inside the language tag like the following (You would want to define a title for each Portal locale your using):







English (Australia)




Re: XML samples for creating or removing language definitions

$
0
0
>language action="update" domain="rel" locale="en_AU"<

>localedata locale="en"<

>title<English (Australia)>/title<

>/localedata<

>/language<

Re: Configuring display attributes in the directory search portlet

$
0
0
Be aware that if you set a parameter like "cn,mail" you will no longer be able to search for groups. The attributes defined must exist on both groups and users. Affects 8.0.0.1 CF05



Re: Customizing the Search Center

$
0
0
Are there any best practices for changing the layout, hiding the scopes select box, hiding columns ?

Should we create our own portlet ?

Can we modify the existing one ?

I found this article: http://www-10.lotus.com/ldd/portalwiki.nsf/dx/Leverage_Search_Expierence_based_on_Portal_Search_REST_API which is great, but if we wanted to start simpel, what would be the best approach ?

Re: Customizing the Search Center

$
0
0
I found this path with XLST that you can use: ../PA_Search_Center.ear/searchCenter.war/js/ibm/portal/search/SearchCenter\xslt

Re: Advanced WCM/WebSphere Portal Search Integration

$
0
0
*** Please note ***

The link to the Omnifind 8.3 documentation is no longer working. The same reference for the query syntax used by SIAPI is available here:



http://publib.boulder.ibm.com/infocenter/discover/v8r5m0/index.jsp?topic=/com.ibm.discovery.es.ap.doc/developing/iiyspqysyntx.htm



Also please note that the SIAPI uses Omnifind v8.3 query syntax, so pay special attention to the notes in the above page regarding requirement prior to Omnifind v8.4

Re: Hints and tips for working with virtual portals

$
0
0
The following two statements listed above are no longer true (tested on Portal 8.0.0.1 CF08)....the context value is displayed when the subject tasks/jobs are run:

- The context of a virtual portal as specified by the configuration task create-virtual-portal and the input parameter VirtualPortalContext cannot be shown by using the configuration task list-all-virtual-portals.

- For z/OS®: The context of a virtual portal, as specified under Creating a virtual portal under z/OS and the input parameter VirtualPortalContext cannot be shown by using the job EJPSMVPL.

The context field will be blank for the base portal VP, but that is by design. The value provided is a suffix to the base portal context root, so won't include that value.

Re: Custom theme 8.0.0.1 with CTC V4 and Social Rendering

$
0
0
Hi Michele, thanks for your great article. Can I point out an issue with your register theme XML-access script. The skin actions must not refer to the static project context-root but must refer to the dynamic project context-root. Otherwise you will not get any rendering of legacy-layouts e.g. WCM. You can see this on Peter Schnitzler's article, who also did an excellent descrption of creating a new theme http://www-10.lotus.com/ldd/portalwiki.nsf/dx/Deploying_and_developing_IBM_WebSphere_Portal_8_themes_A_step-by-step_guide. Actually, if you two would combine your articles, that would be a perfect match.

Re: Custom theme 8.0.0.1 with CTC V4 and Social Rendering

$
0
0
Thanks for the suggest I upload the new xmlaccess.

Re: Bind your theme to the context root of the web app

$
0
0
Step no 6,

Find the com.ibm.portal.layout.template.href parameter for your customTheme theme. Modify it from:











to:











setting the correct context-root, resourceroot, and uniquename for your skin



is incorrect..

1. When WebDav client is used this step is already achieved. Also result mentioned is confusion.



regards dilipkum@in.ibm.com

Re: Portal V7.0: Removing obsolete portlets from virtual portal scripts

$
0
0
I have an idea ... why don't you add either a list of the deprecated portlets or just a link to such a list?

Re: Portal V7.0: Preparing DB2 for large data sets migration

$
0
0
Here's a list of DB2 commands that used



Pre migration:

db2 CONNECT TO WCM70DB

db2 UPDATE DATABASE CONFIGURATION USING STAT_HEAP_SZ 16384 AUTOMATIC IMMEDIATE

db2 UPDATE DATABASE CONFIGURATION USING PCKCACHESZ 24000 IMMEDIATE

db2 UPDATE DATABASE CONFIGURATION USING MAXLOCKS MANUAL IMMEDIATE

db2 UPDATE DATABASE CONFIGURATION USING LOCKLIST 10000 IMMEDIATE

db2 UPDATE DATABASE CONFIGURATION USING AUTO_TBL_MAINT Off DEFERRED

db2 UPDATE DATABASE CONFIGURATION USING AUTO_RUNSTATS Off IMMEDIATE

db2 UPDATE DATABASE CONFIGURATION USING AUTO_STMT_STATS OFF DEFERRED

db2 CONNECT RESET



Post migration:

db2 CONNECT TO WCM70DB

db2 UPDATE DATABASE CONFIGURATION USING AUTO_STMT_STATS ON DEFERRED

db2 UPDATE DATABASE CONFIGURATION USING AUTO_RUNSTATS ON IMMEDIATE

db2 UPDATE DATABASE CONFIGURATION USING AUTO_TBL_MAINT ON DEFERRED

db2 UPDATE DATABASE CONFIGURATION USING LOCKLIST AUTOMATIC IMMEDIATE

db2 UPDATE DATABASE CONFIGURATION USING MAXLOCKS AUTOMATIC IMMEDIATE

db2 UPDATE DATABASE CONFIGURATION USING PCKCACHESZ 16384 IMMEDIATE

db2 UPDATE DATABASE CONFIGURATION USING STAT_HEAP_SZ 4384 AUTOMATIC IMMEDIATE

db2 CONNECT RESET

Steps before you do these steps

$
0
0
You may run into a problem like this:

The base entry 'dc=myorg,dc=com' cannot be added to the test1 realm because a repository must reference the base entry before it can be added to the realm.



If you do you need to add the entry to your ldap repository with these steps

http://www-10.lotus.com/ldd/portalwiki.nsf/xpDocViewer.xsp?lookupName=IBM+WebSphere+Portal+Express+8+Product+Documentation#action=openDocument&res_title=Updating_the_base_entry_on_Linux_exp8&content=pdcontent
Viewing all 1367 articles
Browse latest View live


Latest Images