Verse On-Premises system requirements and instructions

  • 02 Jan, 2017

System requirements For information about hardware and software compatibility, see the following topics in the documentation: - Server requirements(https://www.ibm.com/support/knowledgecenter/SS4RQV1.0.0/admin/topics/vopserverrequirements.html "(Opens in a new tab or window)") - Browser requirements(https://www.ibm.com/support/knowledgecenter/SS4RQV1.0.0/admin/topics/vopbrowserrequirements.html "(Opens in a new tab or window)") Instructions For step-by-step instructions for installing and configuring, see Configuring Verse on a Domino mail server(https://www.ibm.com/support/knowledgecenter/SS4RQV1.0.0/admin/topics/vopconfiguringserver.html "(Opens in a new tab or window)") in the Verse

Verse On-Premises system requirements and instructionsRead More

IBM Digital Experience V9.0 available tomorrow

  • 21 Dec, 2016

IBM Digital Experience V9.0 offerings provide integration with IBM Cognitive Engagement solutions and enable hybrid cloud capability to deliver engaging multichannel experiences. Starting with CF13, combined cumulative fixes apply to both WebSphere Portal version 8.5 and 9.0. The IBM Knowledge Center for Version 9.0 contains installation documentation and documentation on how to migrate your IBM WebSphere Application Server. After you install Version 9, return to the Version 8.5 IBM Knowledge Center for information on how to configure and use WebSphere Portal. You can purchase an extra license (WebSphere Portal Version 9.0) to integrate WebSphere Portal with Watson Content Hub. The licens

IBM Digital Experience V9.0 available tomorrowRead More

My return as IBM Champion for ICS in 2017

  • 15 Dec, 2016

Yesterday IBM announced the IBM 2017 Champions for Collaboration Solutions. I wasn't nominated in the past year for ICS but was for Middleware. I would also like to thank everyone who nominated me for IBM Champion for ICS 2017. I am honored and happy to return as IBM Champion for ICS The complete list of IBM Champions for ICS 2017 is here(https://www.ibm.com/developerworks/community/blogs/762e655e-e86c-4624-9662-ee81c6874de1/entry/Introducingthe2017IBMChampions?lang=en)!Screenshot2014-12-0221.53.15(http://www.mysphere.com.br/wp-content/uploads/2015/10/Screenshot2014-12-0221.53.15.png)

My return as IBM Champion for ICS in 2017Read More

Sametime meets Watson

  • 06 Dec, 2016

Bots is a high topic these days and i revisited this kind of application last week. I created a Translation Bot based on this article(http://www.ibm.com/developerworks/lotus/library/ls-STBots1/) from IBM. This Sametime Bot get the text, send to IBM Watson Translation Service and return the translated text to the user. public void textReceived(ImEvent e) {                    String q = e.getText();                //here we connect to watson and get the translation         LanguageTranslation service = new LanguageTranslation();         service.setUsernameAndPassword("","");         service.setEndPoint("https://gateway.watsonplatform.net/language-translator/api");         List identifiedL

Sametime meets WatsonRead More

Changes when you create WebSphere Portal theme using WebDAV

  • 18 Nov, 2016

The general procedure to create a new theme using webdav is: 1 -  connect to http://:/wps/mycontenthandler/dav/themelist/ 2 - Copy the original theme from IBM to your disk 3 - Modify some files and them upload the files to the file store. My team and i used this general rule for several projects but recently this kind of procedure failed. When we copy the files back to the file store we get a permission error at the folder metadata I raise a PMR and the L3 support will change the documentation with the following: "Hint: With some WebDAV clients it can happen that you get an error "You need permission to perform this action". In this case, you have to explicitly create the root folder

Changes when you create WebSphere Portal theme using WebDAVRead More

How to install IBM Notes 9.0.1 FP7 on Ubuntu 16.04 LTS 64 bits

  • 13 Nov, 2016

Prepare the packages for installation 1 - Download the image CIQ7TEN from Passport Advantage this is the Debian install for IBM Notes 9.0.1 and also the FP7 from fix central 2 - Expand the downloaded file using tar -xvf command 3 - Open the package bm-notes-9.0.1.i586.deb to be edited using the commands bellow dpkg-deb -x ibm-notes-9.0.1.i586.deb common dpkg-deb --control ibm-notes-9.0.1.i586.deb 4 - Edit the control file, inside of the folder DEBIAN and change the Pre-depends section : Pre-Depends: gdb:i386 | gdb:amd64, coreutils:i386 | coreutils:amd64, unzip:i386 | unzip:amd64, bash:i386 | bash:amd64, procps:i386 | procps:amd64, grep:i386 | grep:amd64, sed:i386 | sed:amd64, libart-2.

How to install IBM Notes 9.0.1 FP7 on Ubuntu 16.04 LTS 64 bitsRead More

IBM Presents the IBM Notes & Domino Roadmap

  • 31 Oct, 2016

Barry and Uffe will review the latest updates on IBM Notes and Domino as well as IBM Verse On-premises and related Cloud solutions. They will discuss the future directions and support for IBM Notes and Domino and the deliverables over the next 12 to 18 months as IBM transitions to using Feature Packs for delivering future enhancements. Plus, Martin Donnelly will discuss IBM's plans for XPages enhancements. There will be time for questions and answers at the end of their presentation. November 3rd - 10:30 A.M. to 12:00 P.M. Eastern U.S. time. Register here(https://attendee.gotowebinar.com/register/8701765197883755778)

IBM Presents the IBM Notes & Domino RoadmapRead More

How i solve my issues with Time Machine on macOS Sierra

  • 25 Oct, 2016

Since i update my mac to macOS sierra,  my TimeMachine backups was not running well. On El Capitain i don't exprience any issues using WD My BookLive or a disk attached to my ASUS Router. After the upgrade the WD disk is not recognized by TimeMachine, the "ASUS" disk had the same problem. I google a lot and found a final solution to my problem with TimeMachine Problem number 1 - WD My BookLive not found by TimeMachine Steps to solve: Create a sparse image – a virtual drive that Time Machine will see as a valid backup disk. Copy the sparsebundle to your network drive, then mount it. Tell Time Machine to use the mounted sparsebundle for backups. Tell your Mac to mount the virtual drive

How i solve my issues with Time Machine on macOS SierraRead More

Customizing IBM WebSphere Portal 8.5 login error message

  • 14 Oct, 2016

When an user write the wrong name or password the Login porlet show a message to the user. My customer has a requirement to change the default message and add a link to the registration porltet inside of this message, because only registered users with all attributes (defined by the customer) can login on the portal. Steps : 1  - Stop Websphere Portal 2 - Clear the wp\profile\temp  and wp\profile\ws\temp 3 - Go to wp\profile\installedApps\\PA\Login\Portlet\App.ear\login.war\WEB-INF\jsp 4 - Change the StatusMessageInclude.jspf adding what you want. Restart Websphere Portal. Obs: If you apply fixes or fixpacks maybe you need to change it again.

Customizing IBM WebSphere Portal 8.5 login error messageRead More

IBM Connect 2017 site is live

  • 10 Oct, 2016

Call for speakers is now open Submission topics Digital workplace Enterprise email Unified communications Enterprise content management Enterprise and team collaboration Compliance Individual productivity More information on the event  site(http://www-01.ibm.com/software/collaboration/events/connect/)

IBM Connect 2017 site is liveRead More

IBM Champions Nominations Open

  • 03 Oct, 2016

For 2017 IBM have launched a broader Cloud Champions program, Cloud Champions will have technical expertise in the following IBM Software, solutions and services: Bluemix Infrastructure(Formerly Softlayer), Bluemix, MobileFirst, DevOps (UrbanCode) Middleware (Tivoli, Rational and WebSphere), API Connect, Cognitive (Watson and Watson IOT and Cloud Managed Services. Below is a brief description of who an IBM Champion is, the benefits of becoming and IBM Champion and our extended Champion community. What are the benefits of being an IBM Champion? IBM Champions may receive: - Special visibility, recognition, and networking opportunities within IBM communities, events, and conferences - Partici

IBM Champions Nominations OpenRead More

IBM Notes and macOS Sierra (OS X 10.12.x)

  • 01 Oct, 2016

I upgrade from El Capitain and Notes 9.0.1 IF4 works fine for me. Yesterday IBM launch the FIX5 for Notes on MAC and will support macOS Sierra Some information from the TN(http://www-01.ibm.com/support/docview.wss?uid=swg21991680&myns=swglotus&mynp=OCSSKTWP&mync=R&cmsp=swglotus--OCSSKTWP--R) about the fix 5: IBM Notes 9.0.1 64-bit running 9.0.1 Interim Fix 5 or above supports macOS Sierra and OS X 10.11. IBM clients can open Service Requests running this release. Full certification of macOS Sierra will be completed by end of October 2016 or approximately 30 days after the general release of macOS Sierra. IBM Client Application Access (ICAA) 1.0.0.1 Feature Pack 1 due out in November 2016

IBM Notes and macOS Sierra (OS X 10.12.x)Read More