Customer Experience Digital Data Layer 1.0
- 10 May, 2016
This specification describes a method for surfacing customer experience digital data on a web or other digital resource as a JavaScript Object which can be used for communicating this data to digital analytics and reporting servers. https://www.w3.org/2013/12/ceddl-201312.pdf
Customer Experience Digital Data Layer 1.0Read MoreWriting status bar history to a log file
- 05 May, 2016
You can use the NOTES.INI setting LOGSTATUSBAR=1 to enable logging of status bar messages to the local log file, LOG.NSF. To view the logged messages, open the file, LOG.NSF, and then click the Miscellaneous Events view. Status bar messages are appended with "Status Msg." To write the status bar messages to an external file, use the NOTES.INI setting Debug\Outfile= with the NOTES.INI setting LOGSTATUSBAR=1. For example: LOGSTATUSBAR=1 DebugOutfile=c:\temp\StatusBarLogging.txt
Writing status bar history to a log fileRead MoreJava 8.0 for WebSphere 8.5.5
- 25 Apr, 2016
The Liberty profile has support for java 8 for some time. If you want java 8 on WebSphere 8.5.5 full profile you must apply the fix pack 9 first. Installing the optional Java 7.0 or Java 7.1 or 8 does not imply that profiles can take advantage of this new version of Java. The managesdk command has to be used to switch Java or the WAS Admin Console. wsadmin can also be used. Instructions on how to use the managesdk can be read on this IBM TN(http://www-01.ibm.com/support/docview.wss?uid=nas8N1019730) See the SDK version for each WAS version on this link(http://www-01.ibm.com/support/docview.wss?uid=swg27005002)
Java 8.0 for WebSphere 8.5.5Read MoreYou cannot install FEB 8.5 or 8.6 on WebSphere Portal 8.5 Cluster
- 12 Apr, 2016
I try several times to setup Forms Expericence Builder (8.5 and 8.6) on top of Portal Cluster (2 nodes) using the Installation Manager (IIM) I got the following error during the ear deployment. WASX7015E: Exception running command: "source "/opt/ibm/WebSphere/wp\profile/ConfigEngine/config/work/was/curJaclScript.jacl""; exception information: com.ibm.bsf.BSFException: error while eval'ing Jacl expression: java.lang.IllegalArgumentException: WASX7122E: Expected "-" not found. -appname ""Forms Experience Builder"" -cluster PortalCluster -MapResRefToEJB { {"IBM Forms Experience Builder WAR 8.5.1.489" "" builder.war,WEB-INF/web.xml jdbc/BuilderDataSource "javax.sql.DataSource" "jdbc/IBM\FORMS\
You cannot install FEB 8.5 or 8.6 on WebSphere Portal 8.5 ClusterRead MoreHow to programmatically delete a particular email in all mail files
- 09 Apr, 2016
This can be done using an agent that is run by an ID that has access and delete rights to all the mail files on the server. The email will have the same Universal ID(UNID) in all of the mail files. This will allow you to get a handle on that particular email. The example code below gets a handle to the People view of the server's name and address book. From the person document, it obtains the mail file for the user and then opens the mail file, locates the email and removes it. The first step is to locate the UNID. This can be found by bringing up the document properties for the email you want to remove and looking at the beanie tab: !(http://www-01.ibm.com/support/docview.wss?uid=swg219808
How to programmatically delete a particular email in all mail filesRead MoreHow to generate fake names using ldap
- 07 Apr, 2016
This week i am working with TDI to sync MS AD and Domino. There are several ways to sync this two ldap servers. Searching on the web on how can i generate hundreds user accounts on the MS AD test server, i found LDIF Generator.(http://ldapwiki.willeke.com/wiki/LDIF%20Generator) This little java code generate a LDIF file and you can import using, for example, the Apache Directory Studio.
How to generate fake names using ldapRead MoreIBM gave me 4 badges
- 21 Mar, 2016
The badge is using Mozilla OpenBadges(http://openbadges.org/) technology to let people display verifiable acheivements.
IBM gave me 4 badgesRead MoreChoosing between WAS Classic and WAS Liberty
- 09 Mar, 2016
"There are a number of aspects to consider when choosing between the traditional WebSphere Application Server (WAS full profile, or WAS Classic) and WAS Liberty for deployment. If you have a hard requirement which is only available on one or the other (such as a particular API) then the choice is easy, but as the Liberty function has grown, it has become more common to need to weigh the pros and cons of each more closely; to consider topology choices, operational capabilities and security options. Over one hundred and fifty IBM products have shipped with Liberty as their internal application server and an ever-growing number of IBM SaaS offerings, such as BPM Workflow and Watson Analytics
Choosing between WAS Classic and WAS LibertyRead MoreImportant Tips on Router & SMTP mail routing
- 03 Mar, 2016
This open mic(http://www-01.ibm.com/support/docview.wss?uid=swg21665387&aid=1) presentation has 40 tips on the mail routing subject. The tip 24 - How to make Domino relay server to route mail to mutiple SMTP hosts help me today. Within the Domino "Relay host" field, two list delimiters are allowed - comma( , ) and semicolon( ;). The delimiter will set the method Method 1:Load balancing mode : host1, host2 In this example, the router will take the group of hosts at the same preference level (host1 and host2) and try to connect to these hosts in a random order. Method 2:Fail over mode : host1; host2 Inthis example, the router will take preference of first host (host1) to route emails. If
Important Tips on Router & SMTP mail routingRead MoreUnable to connect Java console to Domino server after applying JVM updater SR16FP20
- 19 Feb, 2016
This behavior is related to an intentional change in Java6SR16FP20 to tighten security by disabling the MD5 algorithm by default in latest JVM release. The Domino Server Controller, however, currently requires MD5. IBM is investigating a solution to leverage a more secure cipher for the Domino Server Controller (a.k.a. Domino Java Console). This issue is tracked as SPR RSSNA6UU79. Read the complete IBM Technote here(http://www-01.ibm.com/support/docview.wss?uid=swg21977125)
Unable to connect Java console to Domino server after applying JVM updater SR16FP20Read MoreDomino Replication Fundamentals and Troubleshooting
- 18 Feb, 2016
I found this(http://www-01.ibm.com/support/docview.wss?uid=swg21693949) article today. It covers the fundamentals of Domino Replication and options for troubleshooting common issues. 1. Introduction 2. Elements of Replication 3. Creating and Deleting Replicas 4. Running Replication 5. Replication Configurations 6. Other Areas of Replication 7. Logging and Debug options. 8. Troubleshooting
Domino Replication Fundamentals and TroubleshootingRead MoreHow to rename all Connect 2016 presentation files at once
- 09 Feb, 2016
After download all files i just want to rename the files to presentation titles. I search for a rename software but the problem was not about software. The problem was how to get the relationship with the file and the presentation name. I open every pdf file and get the presentation title and create the relationship. After that a small java program rename all files on a folder. The file bellow has the relationship renamer.txt(http://www.mysphere.com.br/wp-content/uploads/2016/02/renamer.txt) The java code bellow rename the files on the folder. Just put the reanamer.txt and Rename.jar on the same folder of the dowloaded files and run java -jar Rename.jar import java.io.BufferedReader; im
How to rename all Connect 2016 presentation files at onceRead More