Author: <span>kenio.carvalho</span>

Thetechnote  1447614 outlines the steps to install Multi-user 8.5.1 or later releases, on Citrix XenApp with a customized data directory for new and existing Notes Installs.  These instructions do not include steps to store the data directory on a remote file share, because this configuration is not supported.

Uncategorized

I search for information about upgrading ODS to a new version to support a Domino migration  and justify the upgrade of the ODS.

The summary is bellow.

On-Disk Structure (ODS)

Every major release of Notes/Domino (e.g., versions 2, 3, 4, 5, 6/7 ,8 and 8.5 ) has included significant architectural changes to the database structure, also known as the On-Disk Structure (ODS). These architectural changes enables the Notes and Domino development team to improve performance and scalability in each release. Upgrading the databases provides a lot of benefits, with very low risk, so this has always been an important early step in any Notes and Domino upgrade plan.

The ODS version for each major release of Notes and Domino is as follows:

  • v2 — ODS 16/16.3
  • v3 — ODS 17/17.3
  • v4 — ODS 20
  • v5 — ODS 41
  • v6/v7 — ODS 43
  • v8 — ODS 48
  • v8.5 — ODS 51

Uncategorized

The impersonation feature lets you access another user’s system as though you are that user. This is a new feature of WebSphere Portal 7.
The impersonation feature lets you view new pages, portlets, and other portal components. Users such as support specialists can use the impersonation feature to find issues and errors.

But pay attention on this two things:

Client side aggregation does not support user impersonation. For this reason, ensure you do not activate client side aggregation on any portal pages where the impersonation portlet is deployed.

User impersonation and people awareness: When a user who is enabled for impersonation impersonates other users, the people awareness feature is disabled for the entire session for which that user is authenticated.

Uncategorized

From TN 1507380

Domino server 8.5.2.3 (Fix Pack 3) changed one of the API calls that the Lotus Traveler server uses.  Running Domino 8.5.2.3 and Lotus Traveler 8.5.2.3 (or lower Fix Pack level) can cause a server crash scenario.

Traveler 8.5.2.4 (includes APAR LO62635) is available from Traveler Recommended Maintenancepage.

Uncategorized

The InstallShield Tuner for Lotus Notes configuration file (LotusNotes853.itw) was inadvertently excluded from the 8.5.3 Notes Standard client, All Client (Notes, Admin, Designer) webkits and ISO images. The absence of this file will affect Administrators using the InstallShield Tuner for Lotus Notes to generate a transform file for customized installations on Windows.

The missing file can be downloaded directly from  Fix Central (Fix ID = Notes_853_ITWFile).

Uncategorized

New offering designed to help ISVs (Independent Software Vendors) and business partners deliver social business applications for web and mobile devices.

Leverages IBM’s XPages technology to provide rich social business applications with a Web 2.0 applications for partners/ISVs that need to provide :

  • a tailored solution that rapidly delivers on customers’ business objectives
  • applications available on web and mobile devices for productivity anywhere
  • good looking applications with a rich user experience
  • solutions based on a proven technology
  • solutions with built-in enterprise grade security
  • solutions at a low cost
  • integration of  multiple enterprise information sources into a single view for better decision making
  • applications that connect to social communities for broader knowledge sharing

Uncategorized

Compressing and decompressing files on linux

gzip {filename}

Gzip compress the size of the given files using Lempel-Ziv coding (LZ77). Whenever possible, each file is replaced by one with the extension .gz.

gzip mydata.doc
gzip *.jpg

bzip2 {filename}

bzip2 compresses files using the Burrows-Wheeler block sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by bzip command (LZ77/LZ78-based compressors). Whenever possible, each file is replaced by one with the extension .bz2.

bzip2 mydata.doc
bzip2 *.jpg

zip {.zip-filename} {filename-to-compress}

zip is a compression and file packaging utility for Unix/Linux. Each file is stored in single .zip {.zip-filename} file with the extension .zip.

zip mydata.zip mydata.doc
zip data.zip *.doc

tar -zcvf {.tgz-file} {files}
tar -jcvf {.tbz2-file} {files}

The GNU tar is archiving utility but it can be use to compressing large file(s). GNU tar supports both archive compressing through gzip and bzip2. If you have more than 2 files then it is recommended to use tar instead of gzip or bzip2.
-z
: use gzip compress
-j
: use bzip2 compress

tar -zcvf data.tgz *.doc
tar -zcvf pics.tar.gz *.jpg *.png
tar -jcvf data.tbz2 *.doc

Decompressing

gzip -d {.gz file}
gunzip {.gz file}

Decompressed a file that is created using gzip command. File is restored to their original form using this command.

gzip -d mydata.doc.gz
gunzip mydata.doc.gz

bzip2 -d {.bz2-file}
bunzip2 {.bz2-file}

Decompressed a file that is created using bzip2 command. File is restored to their original form using this command.

bzip2 -d mydata.doc.bz2
gunzip mydata.doc.bz2

unzip {.zip file}

Extract compressed files in a ZIP archive.

unzip file.zip
unzip data.zip resume.doc

tar -zxvf {.tgz-file}
tar -jxvf {.tbz2-file}

Untar or decompressed a file(s) that is created using tar compressing through gzip and bzip2 filter

tar -zxvf data.tgz
tar -zxvf pics.tar.gz *.jpg
tar -jxvf data.tbz2

The table above is from this link

Uncategorized

Workaround for restricting the Users to Forward Mail Using SendCopy To from the Mail Rule. Its from TN1516384

To avoid certain user from creating a rule to automatically forward messages to their external email address is by removing the ‘send copy to|B’ field from the action field in the mail template.

This can be done by editing the mail template in the designer client.

1. Make a copy of the mail template (mail85.ntf) and change the name as mail85_test.ntf
2. Open the mail template(mail85_test.ntf) in designer Client                          
3. Form folder >> Open the ‘RulesDlg’ form                            
4. Double click on action field                                      
5. Click on second tab ‘Control’                                      
6. Under the choices, delete the option ‘send copy to|B’              
7. After deleting the option, an empty space still shows. Press delete button again to remove blank space.                                  
8. Press Esc on Keyboard and click on Save button to save the changes.

Open the user mail file in notes client and replace the design with Mail Template (mail85_test.ntf). Once the design replace is completed, user will not be able to see “send copy to” action field.

Therefore , we can prevent users from forwarding mails using a send copy to by making changes in mail template.

Uncategorized

When you work with WebSphere Portal you must understand the basics of an LDAP Server, go and download this Redbook

You need a tool called Browser.

 For several years i used Softerra Ldap Browser and JXPlorer but now  i use Apache Directory Studio it’s Eclipse Based and good tool.

Uncategorized


From TN 1508444

You might detect excessive network traffic when using Sametime Community Server 8.5.2.  Other symptoms are deferent delays during log-in and chats.  This traffic is due to a high number of redundant presence notifications, reported to IBM as APAR# LO62831 (SPR# PPLV8KJ9J3).

A fix is available on IBM Fix Central.  This interim fix is strongly recommended for all 8.5.2 Community Servers to avoid this negative effect on the server performance.  The fix name is 8.5.2.0-Lotus-ST-IF-NTOR-8KJA7G.

Uncategorized