IBM Exam 000-971: System i Administrator
Hi, If the profile’s been disabled I don’t see how you can sign on with QSECOFR. If you have another profile with the same authority as QSECOFR then you could use that profile to reset QSECOFR. I normally setup a “reserve” copy of QSECOFR just in case of these sort of emergencies. Regards, Martin Gilbert.

View Answer   |  January 6, 2009  1:41 PM
Certifications, IBM certifications, IBM Certified System Administrator, IBM Exam 000-971, QSECOFR, System i Administrator
answered by:
23,625 pts.

Lotus Notes 8.x designer setup file
Designer is included in the Notes/Admin/Designer package. For 8.02, it’s IBM Lotus Notes, Domino Designer and Admin 8.0.2 basic configuration for Windows English(C1K35EN).exe or IBM Lotus Notes, Domino Designer and Admin 8.0.2 for Windows English(C1K33EN).exe Good luck, JD

View Answer   |  January 5, 2009  8:28 PM
Lotus Notes 8.x
answered by:
45 pts.

Lotus Notes Opens Import window When new Memo is Clicked
Although this problem happened a while ago, I just had the same problem with Lotus Notes 6.5.5 today, maybe this would be useful to someone else as well. In my case it seemed to be related to the insert signature feature. In Lotus Notes go to Inbox, click Tools > Preferences > Mail (tab) > [...]

View Answer   |  January 5, 2009  2:06 PM
Domino 6.5, Lotus Notes
answered by:
15 pts.

Need help with @GetDocField!
Actually, you try in two ways : 1. If form A contains the same data with form B, try to make form A as inheritance form of form B. 2. Try using Lotusscript instead of Formula. LotusScript can handle more complex programming logic than Formula. You can get some references in searching method through Lotus [...]

View Answer   |  November 9, 2012  5:39 AM
Domino Designer 8, Lotus development, Lotus Domino
answered by:
20 pts.

Retaking the Lotus Notes Domino 190-834 certification exam
This link should be able to provide you with some helpful information: <a href=”http://www-03.ibm.com/certify/tests/eduL834.shtml”>Test 834: IBM Lotus Notes Domino 8 Application Development Foundation Skills</a> <hl> Your probably mean this “double take” promotion that expired dec 31. <hl> Dear Lotus Professional, The IBM Lotus Professional Certification Team and Prometric would like to invite you to take [...]

View Answer   |  November 9, 2012  10:22 PM
Certifications, Lotus certifications, Lotus Domino 8.x, Lotus Notes certificates
answered by:
15 pts.

Avoiding Save Conflicts
Is the conflict generated between the user and your QuerySave code, that is, all on the same workstation? If so, your issue may be caused by QuerySave writing to the back-end document while the user is modifying the front-end uidoc. You might want to modify your code to write to the front end, if possible, [...]

View Answer   |  December 30, 2008  6:36 PM
Domino Designer, Domino Server, Lotus Notes, LotusScript
answered by:
1,620 pts.

Lotus Notes new view
You can create views in Notes applications, as long as you have proper access. You can also delete any view that you create. To create a view 1. Select or open the application where you want to create a view. 2. From the menu, choose Create > View. 3. Enter a name for the view. [...]

View Answer   |  December 24, 2008  2:03 PM
Lotus Notes 8.x
answered by:
9,815 pts.

Lotus NSF Recovery
If the archive is on the hard drive and the hard drive is no longer accessible, the archive is gone. You could pay to have someone recover it if you need it that badly.

View Answer   |  December 23, 2008  4:11 PM
.NSF files, Lotus Notes archiving, Lotus Notes backup, Notes Storage Facility, NSF
answered by:
56,975 pts.

Archiving Lotus Notes email
There are two methods to archive your email: I.Archive Now – Archives documents that have not been modified in over 365 days, or whatever time period was entered in the default configuration settings. Archive is automatic and based on settings. Steps To Archive And Open Your Lotus Notes Email 6.5 II.Archive Selected Documents – Archives [...]

View Answer   |  December 22, 2008  1:42 PM
Lotus Notes, Lotus Notes administration, Lotus Notes archiving, Lotus Notes Domino administration, Lotus Notes email, Lotus Notes email archiving
answered by:
9,815 pts.

After deleting a message, the next message automatically opens up
I love that feature in Notes! Unlike Outlook, you can quickly go through your inbox and clean it up by pressing either Enter or Delete as appropriate. Saves many mouse clicks. Nonetheless, you have some options in Notes. Option 1: Press Esc when the next message opens. Option 2: Read your email in the preview [...]

View Answer   |  December 18, 2008  9:35 PM
Lotus Notes, Lotus Notes 8.x, Lotus Notes configuration
answered by:
1,620 pts.

Lotus Notes Accounts
My preferred method for doing this is to add the person to the Deny Access group defined in the Domino security settings and then to blank out the internet password field on their person document. To reactivate access, remove their name from the Deny Access group and enter a value in the internet password field. [...]

View Answer   |  December 18, 2008  6:33 PM
Lotus Notes, Lotus Notes Accounts, Lotus Notes User Permissions
answered by:
1,830 pts.

can you diable users ability in exchange 2003 to send and recive.
According to <a href=”http://support.microsoft.com/kb/895521″> this Microsoft article </a> you cannot disable the send function. There are a few “work-arounds” in the article that might be useful to you though. Good Luck! -Flame

View Answer   |  December 18, 2008  12:49 PM
Exchange 2003, Exchange user permissions, Lotus Notes, Migration from Outlook to Lotus Notes, Outlook, Outlook 2003
answered by:
14,895 pts.

Lotus Notes Change the field “Principal”
In Formula Language: FIELD Principal := “what you want it to be”; In Lotus Script: Dim session as New NotesSession Dim db as NotesDatabase Dim dc as NotesDocumentCollection Dim doc as NotesDocument Set db = session.currentdatabase Set dc = db.unprocesseddocuments if dc.count = 0 then exit sub end if Set doc = dc.getfirstdocument() doc.principal = [...]

View Answer   |  December 13, 2008  12:43 AM
Lotus Notes, Lotus Notes Fields, Lotus Notes Principal Field
answered by:
1,830 pts.

Lotus Notes “B-Tree structure is invalid” error
This means there is a problem with the basic structure of the database. I know I have seen the error before, but can’t find any references to what I did to repari. Try creating a new replica of the database.

View Answer   |  December 11, 2008  4:22 PM
B-tree structure is invalid, Lotus Notes, Lotus Notes 7.0.3, Lotus Notes 7.0.3 error messages, Lotus Notes 7.x, Lotus Notes error messages
answered by:
3,845 pts.

How do I make “Notes text” links hyperlinks on a browser?
The below information is correct if you want the user to access the document through a browser and is the only option. If, however, you want the user’s Notes client to launch, then you will need to format the link as a hyperlink that uses the notes protocol instead of the http protocol. The user [...]

View Answer   |  December 10, 2008  6:41 PM
Browsers, Hyperlinks, Lotus development, Lotus Domino interoperability, Lotus Notes, Outlook, Outlook Web Access, OWA, Web browsers, Web development
answered by:
3,845 pts.

Problem deleting emails.
I would try replacing the design of the mail database.

View Answer   |  December 9, 2008  7:58 PM
Lotus Notes, Lotus Notes 8.x, Lotus Notes error messages
answered by:
1,620 pts.

Removing all user information from Lotus Notes 7.0.2
The uninstall process keeps those files, and others, around as they are considered personal data. Similar to uninstalling Office and keep .xls, .doc, etc. As to their location, over the years Notes clients have defaulted to various install locations. Any of which can be overridden by the installer during installation. The ususal suspects for file [...]

View Answer   |  December 8, 2008  11:09 PM
Lotus Notes 7.0.2, Lotus Notes 7.0.2 Uninstall, Lotus Notes 7.x, Lotus Notes Uninstall
answered by:
75 pts.

Error opening Word attachments
Are these Word documents created in Word 2007 (They will have an extension of .docx if they are)? You might need <a href=”http://www.microsoft.com/downloads/details.aspx?FamilyId=941b3470-3ae9-4aee-8f43-c6bb74cd1466&displaylang=en”>this</a> from Microsoft to the read newer format to be read by an older system. Good Luck! -Flame

View Answer   |  December 8, 2008  7:19 PM
Lotus Notes, Lotus Notes 6.5, Lotus Notes 6.5.x, Lotus Notes attachments, Word Attachments in Lotus Notes
answered by:
14,895 pts.

Use enter instead of F9 in Lotus Notes?
You could remap the enter key to include an “F9″ key stroke. I’m not sure if this will have a detrimanetal effect on other aspects of your software though. There are several options listed <a href=”http://www.softpedia.com/downloadTag/remap+keyboard”>here</a> that might be useful to you. For a real “Geek” way of doing this check <a href=”http://www.usnetizen.com/fix_capslock.php”>here</a>. But beware, [...]

View Answer   |  December 8, 2008  3:38 PM
Lotus Notes, Lotus Notes 6.x, Lotus Notes administration, Lotus Notes configuration
answered by:
14,895 pts.

Unable to read email attachments in BlackBerry
First make sure the device is up to date – check www.t-mobile.com/bbupgrades that you are running the newest sw. then check the following: Verify the attachment module is installed, from the home screen open Options and select Applications. To install the BlackBerry Attachment Service using the Application Loader in the BlackBerry Desktop Manager. I figured [...]

View Answer   |  December 8, 2008  1:58 PM
BES, BlackBerry, BlackBerry 8330, BlackBerry email, BlackBerry email attachments, BlackBerry Enterprise Server, Lotus Domino
answered by:
9,815 pts.