← Февраль 2009 → | ||||||
1
|
||||||
---|---|---|---|---|---|---|
3
|
5
|
7
|
8
|
|||
10
|
12
|
14
|
15
|
|||
17
|
19
|
21
|
22
|
|||
24
|
26
|
28
|
За последние 60 дней 2 выпусков (1-2 раза в 2 месяца)
Сайт рассылки:
http://lotusnotes.wordpress.com
Открыта:
28-03-2008
Статистика
+1 за неделю
Бюллетень "Lotus Notes CodeStore" No 147 от 2009-02-27
Рассылку ведет: Программист на Lotus NotesLotus CoderВыпуск No 147 от 2009-02-27
рассылка о программировании на Lotus Notes/Domino Обсуждения на форумах, блогах. Примеры программного кода на LotusScript,@formula, Java рассылка:выпускархивлентаблогсайт Бюллетень "Lotus Notes CodeStore" Выпуск 13 от 21.04.2008comp.soft.prog.lotuscodesrore
Форумы.Свежи темы и обсужденияА чем не подходит в администрировании закладка File, folder mail ? ) Помогите!!!!!!! ... k primeru: Имя название п/ящика размер Олег Смирнов OSmirnov.nsf 45487894 Я новичок в Lotus-e.Мне нужно создать отчет в виде формы ,или хотя бы типа Excell-овского файла(что то вроде того)о состоянии почтовых ящиков пользователей. Я новичок в Lotus-e.Мне нужно создать отчет в виде формы ,или хотя бы типа Excell-овского файла(что то вроде того)о состоянии почтовых ящиков пользователей. k primeru: Имя название п/ящика размер Олег Смирнов OSmirnov.nsf 45487894 Помогите!!!!!!! ... А чем не подходит в администрировании закладка File, folder mail ? ) Здравствуйте! Подскажите пожалуйста установила Lotus Notes 5.0.9 ru. Затем захожу в свой почтовый ящик, а названия "Почта" и менюшка(Создать записку, переслать) отображаются каракулями. Все остальное нормально. В чем может быть проблема и что надо... Здравствуйте! Подскажите пожалуйста установила Lotus Notes 5.0.9 ru. Затем захожу в свой почтовый ящик, а названия "Почта" и менюшка(Создать записку, переслать) отображаются каракулями. Все остальное нормально. В чем может быть проблема и что надо... Интересные темы: Список форумов: Tips. СоветыUse this agent to match your BlackBerry email to the address specified in a Lotus Notes admin document. Then, message recipients can easily approve Notes documents using a BlackBerry mobile device.
You may be familiar with Java's stack trace information. Did you know you can also code a stack trace into your LotusScript libraries and agents? Use this quick code in your Lotus Notes environment.
Are you constantly un-doing a mistake one of your Lotus Notes Domino users made? Here are two quick server settings and policy changes to help protect Notes users from themselves and relieve some administrator stress.
The ability to transfer Lotus Notes data from a database to an Excel spreadsheet has been available for some time. If you're using OpenOffice.org Calc spreadsheets, however, you'll need to use this LotusScript code instead.
If you're using Microsoft Office SharePoint Server (MOSS 2007) and Lotus Notes, you can't create a link from your client to a Lotus Notes database. This workaround can help. Get the steps to use the proper syntax to open a Notes database in your client using SharePoint.
Send Lotus Notes users an email message that contains this LotusScript-coded button. This button will allow them to easily update an email in the location document of their Personal Address Books (PABs). The button automatically notifies the administrator once the address has been updated.
Get an introduction to DAOS (Domino Attachment Object Storage), a new feature in Lotus Notes 8.5 that preserves disk space by transferring attachments to a file system in your server, leaving you with tickets that reference the attachments, making them easily accessible. You'll learn the components it is made up of, what you'll need to run it, and why it's important to know all about it. Get an introduction to DAOS (Domino Attachment Object Storage), a new feature in Lotus Notes 8.5 that preserves disk space by transferring attachments to a file system in your server, leaving you with tickets that reference the attachments, making them easily accessible. You'll learn the components it is made up of, what you'll need to run it, and why it's important to know all about it.
Back to the "Search Builder" I mentioned on Wednesday. I asked what the logic should be to build a SELECT string based on a user's choice of fields and values (expecting a simple(ish) answer) and was re-assured to see that there isn't a simple way to achieve this. Based on your feedback and that of the customer I've revised the Search Builder to cater for bracketed search terms. Quite a few of you suggested there be some way of the user wrapping groups of criteria inside open and close brackets. The customer agrees this (along with user training) is the way to go. The thing that troubled me was how to allow this in a logical and user-friendly way. In the end I think I've come up with a nice and simple interface. See below:
Notice the grey ("knocked back") brackets to the sides of each "filter". Hover over them and you'll see they're clickable. Click one and it turns black to denote it's enabled. As you're doing this note how the search query is rebuilding itself at the bottom. All that's missing is some rudimentary error-checking to make there are as many close brackets as open and vice-versa. How Did I Do This?The best solutions are always the simple ones. All I did here was add two part-hidden CheckBox elements. The brackets you see are the labels to the checkbox. When you click them it's selects the checkbox. You just can't see it. The Flex code (MXML) to do this looks like:
The GridItem is the equivalent of a TD in HTML. By setting the "cell" to a width of 10 pixels we've hidden the checkbox as it's only wide enough to show the label (which is set to appear to the left of the checkbox. Note also that I've used the CheckBox's color property bind to its selected state. If it's ticked it's black, otherwise it's light grey. Bettering ItWhat do you think? Is this the best approach? It certainly seems like it could build any combination of criteria in any way you could ever want it to. You can nest bracket-terms as deep as you like. Feedback welcome.
Еще советы: Смотри советы на сайтах: Блоги. Что обсуждают и пишутDomino Administrator / Admin Tools: Allow specifying a future date/time for deleting/disabling a user (and other AdminP requests) Перевод [RU] Author: David Hablewitz Tags: user_deletion Idea: 1. Allow Delete Person requests in AdminP to be scheduled for a future date/time.
2. Create an AdminP process to add names to a Deny Access group, scheduled for a future date/time.
Most HR departments provide advance notice of a separation of an employee and provide a separation date. The Domino administrator must hold this request until the appropriate date and then process the Delete Person (or at least add the name to the Deny Access group) quickly after the employee leaves, but NOT before. It would be most helpful to have a way to schedule the date and time in the future to process a Delete Person and/or have the name added to a Deny Access group and maybe even clear the Internet password field.
Both of these processes have their value depending on how a company handles separations. In some cases it is a certainty and the Delete Person should be processed. In other cases, it is desirable to just add the person to the Deny Access and have the Delete Person processed (either manually or automatically) at some date/time in the future. Author: Florian Bieber Tags: mail Idea: It is possible to create new emails from stationary, but not if you reply or forward a message. That would be helpful with different signatures or standard-email-ansers. Notes Client / Core/Frameworks (Incl. sidebar, rich text editor): Copy text to the clipboard from the Properties dialog - especially the Replica ID Перевод [RU] Author: David Hablewitz Tags: properties replica-id Idea: There is no way to copy the replica ID from the Database properties dialog. So the only way to save that information to use somewhere else is to take a screenshot, paste it somewhere else, like Paint where you can read it from and type in where you need it. Domino Administrator / Admin Tools: Allow Replica ID to be added as a column in the Files list in the Admin client Перевод [RU] Author: David Hablewitz Tags: replica-id administrator Idea: Make the replica ID available as a column in the administrator client on the files tab.
If you are not familiar with how to select the columns, pull down File - Preferences - Administration Preferences, then click on the Files tab.
For that matter, the way the columns are managed is not intuitive either. I would expect this to be handled similar to how it is done in database views: pull down View - Customize This View. But for now, just give us the replica ID in a column. Author: Roland Reddekop Tags: daos quickr Idea: Quickr places are chock full of attachments. So it makes sense that the latest Domino technology for storing attachments outside of the NSF be made available to Quickr on Domino. Scalability and ease improvement of backup times (because the NSF is small and the attachments don't change once written) are just two advantages. www.ibm.com/developerworks/lotus/library/domino-green/ An aside: Currently it seems that Quickr is not compatible with the latest Domino 8 ODS either (breaks discussion threads) which is an issue itself. So there's some work to get Quickr up to the ODS used by Domino 8.5. Author: Jon Harris Tags: sub-ideaspace Idea: It would be nice to be able to look at ideas sorted by idea space and then sub idea space when you have them configured, just like it is when you select to post ideas. Have a second drop down appear if there's a sub space configured and select the sub idea space to see ideas in the sub ideaspace from the main page views. Idea Jam / Other: Give me a "What's New" view that shows recent activity related to my idea Перевод [RU] Author: Roland Reddekop Tags: IdeaJam Tracking Idea: I fully admit that when I go to IdeaJam, sure I'll vote on some ideas and make comments, but what I am really interested in is what is happening with MY ideas. I want to know what new comments were posted on my ideas and which of my ideas are hot or not so hot since since last time I logged in. Bruce and company most likey have their own private admin views for this. Right? This will save us the time of having to click on all our ideas to see if any of the comments are new. Then we can spend less time being self-centered and more time being altruistic and contribute to the community.
Quickr / : Quickr's versioning feature: Allow us to configure it to keep the last "X" versions of a file Перевод [RU] Author: Roland Reddekop Tags: quickr versioning Idea: Versioning, like backups are great, especially when its invisible and working automatically in the background. But do you keep all backups forever? If you turn on Quickr's implicit versioning feature it currently keeps ALL versions of a file. ALL is too many, for many applications. Allowing us to keep the last "X" number of versions and let the "X-1" version drop away would be a good compromise between safety and disk space. Author: David Hablewitz Tags: templates Idea: I already see the demotions coming. But let go of reality for a moment and envision this:
A person in Tampa clicks opens Notes and opens an application that says "Chess" on the icon. They see a list of games in progress. If they open one of the games they can see the current board position as well as the history of moves. They click on a view that has a list of players looking to start a game, in order by rank based on previous games. They select a player and begin a game. As moves are made they are replicated and their opponent in Sydney responds with their moves the next day. And so the game goes...
IBM changed it from File - Database - Open to File - Application - Open for a reason. I'm not saying turn life at work into a gaming session. But as Brick Breaker is to the BlackBerry, there should be a signature game in Notes. A game could be a great way to get people to better realize the power of Notes. It is a well known fact that games are one of the best ways to learn and to help people become comfortable with things that are new to them (like software). A well-written game can be a great tool to encourage users to explore the features in the software that might give them that competitive advantage (in the game as well as in their daily work). The new generation entering the workforce is particularly receptive to this style of learning.
I used Chess in my example because it is well known, but the actual game is irrelevant. What is relevant is that it comes from IBM and is the common thread that everyone thinks of when they think of Notes games, just like BrickBreaker. Author: David Hablewitz Tags: templates Idea: I already see the demotions coming. But keep in mind that games are known to be an excellent way to learn new software and it's features. It also helps in brand recognition. (c.f. BrickBreaker) Let go of reality for a moment and envision this:
A person in Tampa clicks opens Notes and opens an application that says "Chess" on the icon. They see a list of games in progress. If they open one of the games they can see the current board position as well as the history of moves. They click on a view that has a list of players looking to start a game, in order by rank based on previous games. They select a player and begin a game. As moves are made they are replicated and their opponent in Sydney responds with their moves the next day. And so the game goes...
IBM changed it from File - Database - Open to File - Application - Open for a reason. I'm not saying turn life at work into a gaming session. But as Brick Breaker is to the BlackBerry, there should be a signature game in Notes. A game could be a great way to get people to better realize the power of Notes. It is a well known fact that games are one of the best ways to learn and to help people become comfortable with things that are new to them (like software). A well-written game can be a great tool to encourage users to explore the features in the software that might give them that competitive advantage (in the game as well as in their daily work). The new generation entering the workforce is particularly receptive to this style of learning.
I used Chess in my example because it is well known, but the actual game is irrelevant. What is relevant is that it comes from IBM and is the common thread that everyone thinks of when they think of Notes games, just like BrickBreaker. Author: Rishi Sahi Tags: Database launch Idea: NotesDatabase class should have property/method to change this , along with that specify master template and read the "User Activity" log on specific database programatically. Author: Rishi Sahi Tags: Idea total Idea: It would be great if i can see the total number of idea for each category in the drop down list. Please refer the attachment. Author: Rishi Sahi Tags: threaded comments Idea: I would like to see the link " Flat | Threaded " next to the comments which can allow you to view comments in flat or threaded format. One of the stuff from SharePoint :-). Please refer screenshot. Author: Rishi Sahi Tags: threaded comments Idea: I would like to see the link " Flat | Threaded " next to the comments which can allow you to view comments in flat or threaded format.. Please refer screenshot. This blog entry contains some screenshots from a prototype with ideas how a new catalog could look like. ... Author: Maria Albena Carlizza Tags: invitation accept decline delegate notes calendar Idea: When a meeting invitation is sent out and the replies (accept, decline, delegate etc) are received, it would be nice to have these replies stored in the meeting entry in the calendar of the meeting chair.
This makes much easier for the meeting chair to see who has accepted, declined etc the meeting instead of going to the inbox everytime, trying to match the reply with the invitation sent. Author: Maria Albena Carlizza Tags: invitation accept decline delegate notes calendar Idea: When a meeting invitation is sent out and the replies (accept, decline, delegate etc) are received, it would be nice to have these replies stored in the meeting entry in the calendar of the meeting chair.
This makes much easier for the meeting chair to see who has accepted, declined etc the meeting instead of going to the inbox everytime, trying to match the reply with the invitation sent. Author: Greg Walrath Tags: TaskJam Idea: Can the powers that be add an idea space here for TaskJam? I know it's free, but I have a couple of ideas for it and it would be interesting to see if others are interested in the same. Domino Administrator / Admin Tools: Be able to edit access to multiple CA certifiers at a time Перевод [RU] Author: David Hablewitz Tags: ca process Idea: I need the ability to edit access to multiple certifiers that are setup in the CA process at one time. Either allow specifiying a group name in the list of CA's and RA's (not likely) or allow selecting a collection of certifiers to apply the security changes in bulk, much like the process to manage the ACL's of multiple databases at once.
Currently I have over 50 different certifiers. As people come and go from the helpdesk, I need to individually edit and update each certifier, adding the new person and deleting the old one. A very tedious process. But wait, there's more! The process must also be repeated for Password and ID Recovery for each certifier. Large corporations could have hundreds of certifiers that need this time-consuming attention from the poor soul who has access to change these settings. That would be..me. Fix it please!
And while you're at it, there is this bug in the CA that you must Add the new authority BEFORE you Delete the old one, or it won't process the list of names properly.
Еще записи: Интересные блоги специалистов: Статьи и ДокументацияUsing the Domino Administrator Client, you are unable to view the file system statistics of your Domino server when clicking Files -> Tools -> Disk Space. On a Lotus Domino server, a change to a Program document is not reflected on the server immediately. This issue occurs in an environment where Debug_enable_update_fix is set. Printing any document using Lotus Notes 8 on Linux platforms results in tiny font size being printed regardless of the system settings or font settings within Lotus Notes This file contains information you need for installing and running Lotus Notes Fix Pack 1 Cumulative Client Hotfix 1 (FP1CCH1) for the 8.0.2 build. This file also contains information about the SPRs included in this build. [<br>] The hotfix is available for download at Fix Central: http://www.ibm.com/support/fixcentral/. [<br>] This hotfix ALSO includes all fixes from Notes 8.0.2 Fix Pack 1 (FP1). This Client Cumulative Hotfix replaces Client Cumulative Hotfixes 1 , 2 and 3 for the Notes Silent install or Smart Upgrade fails with 'Invalid command line parameter' for Notes 8.0.x and 8.5 (non-English versions) Перевод [RU] An issue has been identified with the install kits on the Passport Advantage Web site for the non-English versions of Notes 8.0, 8.0.1, 8.0.2 and 8.5. This issue prevents users from upgrading the Notes client via silent install or Smart Upgrade. Note: The issue affects only the Standard Configuration, not the Basic Configuration. Is it possible to display more than 20 results in the type-ahead (Recent contacts) in Notes 8 and higher? You install a third-party software program that interacts directly with Lotus Notes, such as Crystal Reports. After installing the software, you find that when you open Notes, the login screen is no longer what you expected. For example, after installing Crystal Reports you see the following when you open Notes: - the password prompt for ID file has only one field in it instead of three, there is no selection box for the profile - the password prompt appears in the upper left-hand corner instead of the This file contains information you need for installing and running Lotus Notes Fix Pack 1 Cumulative Client Hotfix 1 (FP1 CCH1) for the 8.0.2 build. This file also contains information about the SPRs included in this build. [<br>] The hotfix is available for download at Fix Central: http://www.ibm.com/support/fixcentral/. [<br>] This hotfix ALSO includes all fixes from Notes 8.0.2 Fix Pack 1 (FP1). This Client Cumulative Hotfix replaces Client Cumulative Hotfixes 1 , 2 and 3 for the Notes The purpose of this white paper is to provide a method for using the IBM Lotus Domino Server.Load utility to evaluate and improve Domino Server performance for a given workload. Included are performance considerations for running Lotus Domino on Linux. Also presented is a detailed procedure for running the utility to evaluate the performance of Lotus Domino on Red Hat Enterprise Linux, for simulated workloads of 600 and 1200 users. This white paper explains how to use the various utilities of IBM Lotus Quickr Version 8.1 Services for Lotus Domino to administer the product. Learn how to manage places, how to use the QPTool to manage your Quickr environment, and how to obtain and apply a hot fix. It is intended for anyone who is a Quickr Domino Server Administrator. This white paper is intended for former Microsoft Outlook users who have moved to IBM Lotus Notes 8. It describes the functionalities of Lotus Notes, mapping these features from those of Microsoft Outlook and describing how to customize Lotus Notes to deliver a user experience comparable with that of Microsoft Outlook. Provides links to resources about Lotus Sametime Entry server Domino does not prompt to remove user when user is deleted from Active Directory when using ADSync Перевод [RU] Domino does not prompt to remove the user when the user is deleted from Active Directory when using ADSync. This document describes how to download IBM Lotus Domino 8 using the Passport Advantage Online Web site. You want to create a replica stub of your Name and Address Book to send to another company. The other company does not want to give you the rights to create new replicas on their server. Также почитатай: Найти документацию можно на сайтах:
|
В избранное | ||