Category: <span>Uncategorized</span>

Prezados,

Estamos mapeando profissionais com habilidades em administração em Domino e/ou  WebSphere Portal para atuar em projetos da Plansis.
Caso você possua tais competências e tenha interesse em participar  de nosso processo seletivo,  por favor preencha o documento anexo e encaminhe para:
adriani.silmarovi at plansis.com.br com o subject: Chamada para administradores
Caso você possua habilidade nos dois ambientes, envie uma versão do documento para cada produto.

Uncategorized

This issue is documented in APAR # IC60787 where DATA PROTECTION FOR DOMINO BACKUP FAILS WHEN DATABASE IS BUSY BY DOMINO SERVER.  

The fix for this problem is contained in the latest 5.5.3 release of the TDP Domino:

ftp://service.boulder.ibm.com/storage/tivoli-storage-management/maintenance/tivoli-data-protection/domino/Windows/x86_x64/v553/

Relative Technote:

http://www-01.ibm.com/support/docview.wss?rs=669&uid=swg21219345

TDP Domino 5.5.3 also addresses another key issue where TDP Domino may crash on files with local access protection (APAR # IC64849):

Uncategorized

From the TN 1358548. Before implementing DAOS take care of your backup strategy

In a standard Notes® database (NSF), the attachments are stored inside the NSF file itself, and the database is self-contained. In order to back up a standard Notes database, only the NSF file itself needs to be backed up. After you introduce DAOS, the NSF files that participate in DAOS contain only references to the NLO files where the attachment content is stored. As a result, backing up the NSF alone is no longer enough. The NLO data needs to be backed up as well.

Uncategorized

In a few weeks Plansis will host the Domino Admin Boot Camp. I will be the Instructor :-).  

Uncategorized

The WebSphere Support team has released a Flash technote regarding the personal certificate called “WebSphere Plugin Key” within the plugin-key.kdb that is shipped with the WebSphere Plugin install, which will expire on April 26, 2012.

Link to  TechNote

Uncategorized

From Notes Tips

We’ve had plenty of tips surrounding Recent Contacts, and it’s a highly talked-about area. In Notes 8.5.3, we’ve continued to improve how you can control Recent Contacts/type-ahead.

In the past, we made it easier to remove “incorrect” contacts from type-ahead, by letting you delete a contact from the right-click menu:
Image:Notes 8.5.3: Better way to remove people from type-ahead/recent contacts

But one problem with this method is that if you delete a contact from type-ahead in this way, they could be added back in automatically, if you send or receive more emails from them.

But in Notes 8.5.3, the new method avoids that 🙂 Now, if you see an address that you do not want to appear in the Recent Contacts list, you can hide it by selecting the contact in the Recent Contacts view, and clicking the Hide in Typeahead button.

Hide in Typeahead button

Then, the address won’t appear in type-ahead again, unless you click Show in Typeahead

Uncategorized

A developer got this error

Error = Invalid Oracle URL specified DSRA0010E: SQL State = 99999, Error Code = 17,067

 when use the code bellow:

private void connectLookup() throws Exception {
        try {
                InitialContext ctx = new InitialContext();
                DataSource ds = (DataSource) ctx.lookup(“jdbc/abcd1234”);
                connection = ds.getConnection();

                if (connection == null) {
                        throw new Exception(“Connection error….bla…bla..bla.”);
                }
        } catch (Exception e) {
                e.printStackTrace();
                throw e;
        }
}

When you test the connection on the websphere admin console everything is fine

Image:JDBC Connection and error

The problem was i forgot to set the field Authentication Alias for XA recovery.

Image:JDBC Connection and error

Uncategorized

The first thing you discover is how many files are useless and you don´t have time to do a cleanup before copy all documents to the new laptop, then you decide to copy all files.
You need to install a lot of software, i need to install the following:

– Windows 7 64x SP1
– Lotus Notes 8.5.2 FP2
– Moba Xterm
-7Zip
-Winscp
– MS Office 2010 Professional
– Visio 2010
– Symphony 3.0.1
– Putty
– Cisco VPN
– VMware Player
– Firefox
-Chrome
– XMark – helpme a lot syncronizing my tags, bookmarks
– Rational Application Developer 8.0.2
– WebSphere Portal 7.0.0.1 – Admin mode
– Filezilla Client
– Fox IT
– JMeter
– Java JRE 1.6
– Enable the new laptop to work with the internet banking
– MicroTorrent
– Download Them All
– Teracopy
– K-Light Codec Pack Standard
– Virtual Clone Drive
– C-Cleaner
– Bad Boy
– Microsoft Security Essentials
– Update the new Windows 🙁
– Setup alll Wireless Network to work at Home, Plansis

Uncategorized

  1. Launch IBM Lotus Domino Designer
  2. Create an agent
  3. Specify the trigger set as: Action Menu Selection
  4. Specify the Target as: None
  5. Copy and paste the following script into the Script Area:

    Dim session As New NotesSession

    Dim serverName, consoleCommand, consoleReturn as string                                  
    serverName = “xxxxxxxxxx/xxxxx”                                      
    consoleCommand = (“Load Convert -u mailxxxxx.nsf * xxxxxx.ntf”)    
    consoleReturn = session.SendConsoleCommand(serverName, consoleCommand)        
    Print consoleReturn,, consoleCommand

The information above is from TN 1577402

Uncategorized

Initial connection to the Portal Server via an HTTP server reports: “Internal Server Error”.  Refreshing the browser results in a successful connection.

Enabling the plugin trace you can see the error

– TRACE: lib_rio: wait_on_socket: ServerIOTimeout fired.

In my case the IBM HTTP is on the same machine as Portal  and it’s not a cluster.  The default value for ServerIOTimeout is -1.

Ajusting to ServerIOTimeout=120 solve the problem

You can see in the TN 1411685 that this problem was found on System I but my server is on Linux.

Uncategorized