logonSession ERROR= MAPI_E_NOT_ENOUGH_MEMORY Detail= Not enough storage is available to complete this operation

Ahsay OBM version 6.9.x.x
logonSession ERROR= MAPI_E_NOT_ENOUGH_MEMORY Detail= Not enough storage is available to complete this operation

Your receive the message: “logonSession ERROR= MAPI_E_NOT_ENOUGH_MEMORY Detail= Not enough storage is available to complete this operation” when you try to start Ahsay Maillevel backup.

Solution:

MAPISP32.EXE
Look for the proccess “MAPISP32.EXE” in the task manager and kill it, then run my Cleanup Ahsay script found Here, and you are good to go.

XP Mode application not showing in start menu

If your have installed XP Mode, and have installed some applications inside the XP mode and they dont show up in the windows 7 start menu, this mini guide may can help you:

Copy the shortcut to the application to this folder (inside the XP Mode):

English XP mode:
C:\Documents and Settings\All Users\Menuen Start\Program files
Danish XP mode
C:\Documents and Settings\All Users\Menuen Start\Programmer


i
n this guide I have installed Navision inside XP mode

It will end up like this

 

telnet smtp commands

Here is a mini how to use telnet to send email / or use it to test the smtp server

1. Type telnet [mailserver ip og hostname] [Port]

telnet mail.domain.com 25

2. Type helo [your hostname]

Helo mail.mymailserver.com

3. Type mail from: [a valid email address]

MAIL FROM: mail@domain.com

4. Type RCPT TO: [Receive emailaddress]

RCPT TO: testuser@domain.com

5. Type DATA

DATA

6. Type the message of the email

This is a test email

7. On a new line type .

.

 

 

 

Configure Cisco AP 1131/1141

How to configure Cisco Ap 1131 or 1141


Default Login
Login: Cisco
Password: Cisco
Enable password Cisco


Telnet to the accesspoint (default it get a dhcp address)

enable
Config t
Hostname Cisco1

dot11 ssid <SSID name>
authentication open
authentication key-management  wpa version 2
wpa-psk ascii 0 <WPA key/preeshared key>
guest-mode

interface dot11radio0
encryption mode ciphers aes-ccm
ssid <SSID name>
no shutdown
end

config t
username Cisco password 0 <new password>
enable secret 0 <new password>
end
copy run start