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

Re: Installing Rich Media Edition server for Rich Media Edition fix pack 09

$
0
0
For Daniel - no, that step should be removed, it is a remnant from prior versions.

Re: Additional portal tuning options (Tuning Guide 6.1.x)

$
0
0
Base attribute set extended by by store.puma_default.user.base.attributes in WP PumaStoreService. It took me 20 minutes to find this, so thought it may save others time

Re: Adding a link element to an item

$
0
0
You are missing documentation on the 'Link Query String' field.

Re: Step-by-Step Cluster Guide for IBM WebSphere Portal v8

$
0
0
Can I update the primary node and secondary node to latest CF before federating them ?

Re: Command-line interface to update Portal v8 response files

$
0
0
Hi Frank Krout,



Can you share what the resolution provided to you for the error that you have...



I have a similar error and i am trying to install websphere portal express 8

[root@dmlprod1 tools]# imcl -acceptLicense input /opt/integration/IL-Setup/Setup/responsefiles/express_sl_install.xml -log /opt/integration/lentinstalllog.xml

ERROR: The 8.0.0.0-WS-WASJavaSDK-LinuxX64-IFPM61455 8.0.0.20120405_1359 package specified in the /opt/integration/IL-Setup/Setup/responsefiles/express_sl_install.xml file cannot be found.

[root@dmlprod1 tools]# ls

imcl imcl.ini imutilsc imutilsc.ini

[root@dmlprod1 tools]# imcl -acceptLicense input /opt/integration/IL-Setup/Setup/responsefiles/express_sl_install.xml -log /opt/integration/lentinstalllog.xml

ERROR: The 8.0.0.0-WS-WASJavaSDK-LinuxX64-IFPM61455 8.0.0.20120405_1359 package specified in the /opt/integration/IL-Setup/Setup/responsefiles/express_sl_install.xml file cannot be found.

[root@dmlprod1 tools]# vi /opt/integration/IL-Setup/Setup/responsefiles/express_sl_install.xml

[root@dmlprod1 tools]# vi /opt/integration/IL-Setup/Setup/responsefiles/express_sl_install.xml

[root@dmlprod1 tools]# imcl -acceptLicense input /opt/integration/IL-Setup/Setup/responsefiles/express_sl_install.xml -log /opt/integration/lentinstalllog.xml

CRIMA1076E ERROR: Error during "install" phase:

CRIMA1076E ERROR: Error executing "/tmp/portaldb2/db2setup" operation (status=87).

See agent output log for more information: /var/ibm/InstallationManager/logs/native/20140212_0448a.log

[root@dmlprod1 tools]# cat /var/ibm/InstallationManager/logs/native/20140212_0448a.log

DBI1191I db2setup is installing and configuring DB2 according to the

response file provided. Please wait.





The response file specified

"/opt/integration/WebSphere/PortalServer/Express/installer/wp.iim/db2response.linu

x.txt" is not valid.



For more information see the DB2 installation log at "/tmp/wpxdb2setup.log".

[root@dmlprod1 tools]# vi /opt/integration/WebSphere/PortalServer/Express/installer/wp.iim/db2response.linu

[root@dmlprod1 tools]# cat /tmp/wpxdb2setup.log



DB2 Setup log file started at: Wed Feb 12 04:48:52 2014 UTC

============================================================



Operating system information: Linux 2.6.18-348.12.1.el5.#1 SMP Mon Jul 1 17:54:12 EDT 2013 x86_64

ERROR: The keyword "FILE" is not found.





DB2 Setup log file finished at: Wed 12 Feb 2014 04:48:52 AM UTC UTC

============================================================

Re: Installing and Configuring WebSphere Portal v8 as a non-root user

$
0
0
Hi Hunter,



A qq reg the Porta 8 installation as non root user.

We are trying to do a full install of Portal 8 using a non root user on a server that is already running Portal 8 (installed as root) in a different location. So can we install the Installation Manager again on that server in a different location ? When we are trying to do that it shows the following error.



-bash-4.1$ ./installc -acceptLicense

CRIMC1018E ERROR: Administrator privileges are required.

You started the Installation Manager in administrator mode, but you do not have the required administrator privileges. On Microsoft Windows XP Professional, you must be a member of an administrator group. On Windows Vista, Windows 2008, and Windows 7, you must use the Run as administrator option. On Linux, UNIX, IBM i, and z/OS, you must have root privileges.

To use the Run as administrator option on Windows:

1. Right-click the executable icon.

2. Select Run as administrator.

3. Enter an administrator password when prompted for either an administrator password or a confirmation.

4. Click Continue.



00:02.30 ERROR [main] com.ibm.cic.agent.internal.application.HeadlessApplication run

CRIMC1018E Administrator privileges are required.

You started the Installation Manager in administrator mode, but you do not have the required administrator privileges. On Microsoft Windows XP Professional, you must be a member of an administrator group. On Windows Vista, Windows 2008, and Windows 7, you must use the Run as administrator option. On Linux, UNIX, IBM i, and z/OS, you must have root privileges.

To use the Run as administrator option on Windows:

1. Right-click the executable icon.

2. Select Run as administrator.

3. Enter an administrator password when prompted for either an administrator password or a confirmation.

4. Click Continue.



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

$
0
0
Hi Geoffrey,



actually if you are not using content spots that have a condition (e.g. only render on mobile devices...) you can directly use the path in the JSP and you don't have to use the REP.



Hope that helps.

peter

Re: Filtering search results by site area with Web Content Management

$
0
0
When appending the content path to the search query directly on the search form input box, it only works for me if I use contentpath instead of contentPath.

Re: Setting portlet preferences for portlet definitions

$
0
0
Hi,

I am only able to have the objectID of a specific portlet, like this.

ObjectID oidForUniqueNamePortlet = (ObjectID) ctx.lookup(uniqueNamePortlet);



Could anyone help me create portletModel first ? so that I could be able to set the preference of that portlet ?

Using friendly URLs without state information

$
0
0
I have done all the steps included on this wiki and works fine for portal pages but not when the friendly url points to a "label".

In this case the navigational state is generated on URL, there is a step to avoid this?

Re: Customizing error pages in IBM WebSphere Portal and IBM Web Content Manager applications in a multi-site environment

$
0
0
I have managed to get customized error pages to work on WP8.



The solution is to change BOTH the web.xml as well as the web_merged.xml in the exported web.ear: wps.war/WEB-INF. This is according to the comment from Thomas Hurek on the following blog entry - How to update and redeploy wps.ear : https://www.ibm.com/developerworks/community/blogs/PortalL2Thoughts/entry/how_to_update_and_redeploy_wps_ear12?lang=en



Also, I suggest that the change is made using the process described in the blog entry to change and redeploy the ear file and also using the process in the TECHNOTE http://www-01.ibm.com/support/docview.wss?uid=swg21411195.



David.

Re: Web Content Manager configuration services

$
0
0
Is there a location where I can get a comprehensive list of all available properties and what they do? A few that we have used do not show up here and they were quite a hassle to find at first, but very beneficial.

Re: Syndication troubleshooting

$
0
0
Other Options section



Enabling the "deployment.enableReport" setting on the subscriber.



There are two paragraphs that are duplicates with one spelling out that the information goes in the SystemOut.log and the other saying the information goes in the portal application server job log.



Which one is correct?



Thanks,



Joe



Re: Search constraints REST API specification

$
0
0
Category constraint usage is not well described



BAD EXAMPLE: constraint={"type": "category", "values": ["root/a/x", "root/a/y"]}

RIGTH WAY HOW TO USE CATEGORY CONSTRAINT: constraint={"type":"category","id":"facet_id","values":["label"]} ,, for example constraint={"type":"category","id":"tags","values":["XXX","AAA"]}

Re: Web security concepts and considerations for IBM WebSphere Portal administrators

$
0
0
Amazing. Superb article.

Many thanks Jason for such a fantastic post.



Cheers!!



http://ExtremePortal.blogspot.com




Re: WebSphere Portal 7 Product Documentation - PDF

$
0
0
Can't download the PDF file. How is that done? Thanks. Joe

Re: WebSphere Portal 7 Product Documentation - PDF

$
0
0
Go under attachments and then click on the link under the file name column.

Re: Manually Updating and Deploying Portal Themes and Skins

$
0
0
Hi,



I tried to manually change the web.xml of under "wps.ear/wps.war/WEB-INF/" ( installedApps//wps.ear/) folder, and then restarted Portal. But this did not work. I also restarted the wps application in WAS console. But i do not see the effects.



Is using the "wsadmin" command only option for this? (Export wps.ear, expand, change web.xml, and compress and then deploy).



Thank you.

Re: Lotus Web Content Management 6.1: The enhanced security model simplified

$
0
0
For some reason, images do not appear in the article above, please find the PDF copy attached. Hope it helps.

Thanks!

Re: 0.3 PDF of Building a Sample Web Site Using IBM Web Content Manager 7.0

$
0
0
same here ... looking for RiverBend theme
Viewing all 1367 articles
Browse latest View live