Bringing Watson Knowledge Studio to Bluemix
- 29 Sep, 2017
If you have used Watson Knowledge Studio (WKS) before, you would know that it is a powerful application to teach Watson how to interpret specific terms in unstructured text using annotation models. Available since July 2016, WKS we are using WKS on several projetcts. More information on this link(https://www.ibm.com/blogs/bluemix/2017/09/bringing-watson-knowledge-studio-bluemix/)
Bringing Watson Knowledge Studio to BluemixRead MoreRecommended values for web server plug-in config
- 26 Sep, 2017
In the web server plug-in, what do the LoadBalanceWeight, MaxConnections, ConnectTimeout, ServerIOTimeout, RetryInterval, IgnoreAffinityRequests, and GetDWLMTable options mean and what are the recommended settings for these options To understand how load balancing works in the web server plug-in, see Understanding IBM HTTP Server plug-in Load Balancing in a clustered environment(http://www.ibm.com/support/docview.wss?uid=swg21219567). To understand how fail-over works in the web server plug-in, see Understanding HTTP plug-in failover in a clustered environment(http://www.ibm.com/support/docview.wss?uid=swg21219808) . LoadBalanceWeight is a starting "weight". The value is dynamically change
Recommended values for web server plug-in configRead MoreWebSphere Liberty is an OpenSource Project
- 20 Sep, 2017
From Open Liberty Blog(http://www.openliberty.io/news/2017/09/19/open-sourcing-liberty.html) A modern runtime for Java microservices Over the last year we have had a lot of discussions with developers about how Liberty needs to evolve in order to meet developers' expectations, and to continue innovating to support modern application needs. Of course, what ‘modern’ means in this context is always changing and microservices are redefining how software is developed. This is why we have been so active in the Eclipse MicroProfile(http://microprofile.io) project which is helping to create common APIs for writing cloud-native microservices in Java. It isn’t just about what we do, though, it is
WebSphere Liberty is an OpenSource ProjectRead MoreFix Available for SMTP regression issue in Domino 9.0.1 FP9
- 15 Sep, 2017
An issue was introduced in Domino 9.0.1 FP9 that could result in SMTP mail headers with random characters inserted into From, Sendto, and Copyto fields. This could then result in non-delivery of mail to/from Internet email addresses when using the Domino notes.ini parameter SMTPVerifyAuthenticatedSender =1. Symptoms of the issue include receiving messages containing garbled sender names. Opening the message and replying results in a number of embedded garbled characters in the header. You can observe this by viewing the page source or by simply examining the content when opening an email. Another method is to capture the SMTP outbound message and examine the header. Fix Available: This iss
Fix Available for SMTP regression issue in Domino 9.0.1 FP9Read MoreSetup Watson Explorer 11.0.2 and Analytical Components on Centos 7
- 15 Sep, 2017
I am using Centos for all IBM Software i work with. Domino, WebSphere Portal, DB2, ITDS to name a few. The last software was Watson Explorer Enterprise and Advanced. I know Centos is not supported by IBM but it works During the setup of analytical components version 11.0.2 the installer was not working with and the error message is bellow: Unpacking the JRE... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... Launching installer... JRE libraries are missing or not compatible.... Exiting.... I search for a solution and IBM has a technote about the problem on version 11.0.0. To solve just install the 32 bit libr
Setup Watson Explorer 11.0.2 and Analytical Components on Centos 7Read MoreIBM® Domino® Community Server available today.
- 12 Sep, 2017
> IBM® Domino® Community Server for Non-Production will be a nonwarranted license option that enables your organization to test applications in a non-production environment. This offering will provide students, developers, and vendors with the capability to test their custom IBM Domino applications. > > Announcement letter here(http://www-01.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/repca/2/877/ENUSZP17-0552/index.html&lang=en&requestlocale=enanncount)
IBM® Domino® Community Server available today.Read MoreStaying logged in when switching URI - WebSphere Portal 8.5
- 09 Sep, 2017
If you migrated from Version 8.0.0.1, the default portal behavior was to log you out when you switched from a protected to unprotected URI. In Version 8.5, the default behavior is to keep you logged in. If you do not want to get logged out, you can enable the Version 8.5 default behavior. Procedure 1. Access the WebSphere® Integrated Solutions Console. 1. Go to Resources > Resource Environment > Resource Environment Providers. 1. Click WP ConfigService. 1. Click Custom Properties under the Additional Properties heading. 1. Locate the logout.user.onpublic property and change the value to false. 1. Click Apply. 1. Click Save. 1. Go to Security > Global security > Web and SIP security
Staying logged in when switching URI - WebSphere Portal 8.5Read More500 Free Online Programming & Computer Science Courses
- 09 Sep, 2017
Five years ago, universities like MIT and Stanford first opened up free online courses to the public. Today, more than 700 schools around the world have created thousands of free online courses. See the list here(https://medium.freecodecamp.org/450-free-online-programming-computer-science-courses-you-can-start-in-september-59712e77635c)
500 Free Online Programming & Computer Science CoursesRead MoreCollecting data for ITDS: Performance Issues
- 09 Sep, 2017
The majority of general performance problems in ITDS can be attributed to the following two causes: 1) lack of regular DB2 maintenance 2) inefficient ldapsearch operations querying the server repeatedly Before opening a Service Request for performance issues, please see the following technote and make sure that DB2 maintenance has been performed recently: http://www.ibm.com/support/docview.wss?uid=swg21263999(http://www-1.ibm.com/support/docview.wss?rs=767&uid=swg21263999) For more information read this technote(http://www-01.ibm.com/support/docview.wss?uid=swg21270498)
Collecting data for ITDS: Performance IssuesRead MoreHow to resolve synchronization issues after upgrading to IBM Traveler 9.0.1.18 (or higher)
- 08 Sep, 2017
IBM Traveler 9.0.1.18 enabled by default a feature that allows Traveler to "Run as a User" instead of as a server. This feature resolves several long standing issues with accessing the user's data as the server ID. The last point above may cause sync issues for mobile users. If the access controls are inadvertently set to values that restrict individual users, but do not restrict the Traveler server, then users that could sync when running as the Traveler server ID might not be able to sync when running as their user ID. Note that the Traveler administrator can disable the Run as User feature by setting the notes.ini value NTS\USER\SESSION=false on all Traveler servers and restarting the s
How to resolve synchronization issues after upgrading to IBM Traveler 9.0.1.18 (or higher)Read MoreHow to create a Wordpress instance using docker-compose.
- 05 Sep, 2017
Docker containers are like magic. You can create a wodpress instance in minutes. Today i create a docker-compose.yml file for a Wordpress inance. Just create the file with the commands bellow and you will get a Wordpress site. You will not loose the customizations because they are saved on the host machine. Create the folders /wp-content and wp-content/uploads bellow the folder that contains docker-compose.yml. I test this instance only on my Mac for development. version: '3' services: db: image: mysql:5.7 volumes: - db\data:/var/lib/mysql restart: always environment: MYSQL\ROOT\PASSWORD: rootpassword MYSQL\DATABASE: wordpress MYSQL\USER: wordpress MYSQL\PASSWORD: yourpassword word
How to create a Wordpress instance using docker-compose.Read MoreWorking with Dockerfiles on MS Visual Code
- 04 Sep, 2017
Yesterday i was working with some Dockerfiles and visual code tell about an externsion for Docker. VS Code understands the structure of Dockerfiles and instructions For more information go to this link(https://code.visualstudio.com/docs/languages/dockerfile)
Working with Dockerfiles on MS Visual CodeRead More