quinta-feira, 1 de abril de 2010

outlook MAPI32.DLL CORRUPT

Cannot start Microsoft Office Outlook. MAPI32.DLL is corrupt or the wrong
version. This could have been caused by installing other messaging software.
Please reinstall Outlook.

Reinstallation does not help. All other Office programs work fine.


solution

renaming the MSMAPI32.DLL to MSMAPI32.XXX. Then try starting Outlook.

File is at \Program Files\Common Files\System\MSMAPI\1033 for english
systems.


link:

http://help.lockergnome.com/office/Outlook-2003-mapi32-dll-error--ftopict947931.html

sexta-feira, 12 de fevereiro de 2010

Nortel/Avaya Meridian ( M1) no TRAFFIC

When booting callpilot windows 2003 appliance server, IPsec service needs to be disabled for trafic to passthrough TCP/IP, in a VLAN enviroment

only when you disabled it, its possible to ping Elan interface and put autoattendant to work.

quarta-feira, 6 de janeiro de 2010

NTLDR IS MISSING PRESS ANY KEY TO RESTART

Windows XP users

1.Insert the Windows XP bootable CD into the computer.
2.When prompted to press any key to boot from the CD, press any key.
3.Once in the Windows XP setup menu press the "R" key to repair Windows.
4.Log into your Windows installation by pressing the "1" key and pressing enter.
5.You will then be prompted for your administrator password, enter that password.
6.Copy the below two files to the root directory of the primary hard disk. In the below example we are copying these files from the CD-ROM drive letter, which in this case is "e." This letter may be different on your computer.

copy e:\i386\ntldr c:\
copy e:\i386\ntdetect.com c:\


7.Once both of these files have been successfully copied, remove the CD from the computer and reboot.

quinta-feira, 10 de dezembro de 2009

Cannot start Microsoft Office Outlook. Cannot open the Outlook window

boas tardes,

mais um problema no outlook motivado por algum update no VISTA..

resolvido ok:


Start->run..then type the following -> "Outlook.exe /resetnavpane

fonte:
http://social.answers.microsoft.com/Forums/en-US/vistaprograms/thread/baf53169-0514-4dd3-808f-d8437c898e67

sexta-feira, 27 de novembro de 2009

802.1q trunk between Cisco and Nortel switches

We do have a running config between cisco catalyst 6509 and BayStack 450.

On the Cisco: configure a port for trunk with encapsulation "dot1q". Assign the native VLAN to 1 (default). Set the negotiation to off (it MUST connect).

On the BayStack: Set a port to "tagged access". You don't have to define VLANs, but put all VLAN that need to be transportet do the trunking port. Assign the PVID of that port to 1 (same as Cisco default).

ATTENTION: DONT USE CHANNELING or MULTILINK-TRUNKS. That doesn't work. This might work, but it will most certainly not. Even if it does seem to work in the first, it will produce strange errors on the network. Also if you have configured a MLT previously and reverted the config: use another port.
The config seems to be persistant.

FTP CMD COMMANDS

comandos uteis para linha de comando ftp

?
to request help or information about the FTP commands

ascii
to set the mode of file transfer to ASCII (this is the default and transmits seven bits per character)

binary
to set the mode of file transfer to binary (the binary mode transmits all eight bits per byte and thus provides less chance of a transmission error and must be used to transmit files other than ASCII files)

bye
to exit the FTP environment (same as quit)

cd
to change directory on the remote machine

close to terminate a connection with another computer

close brubeck
closes the current FTP connection with brubeck, but still leaves you within the FTP environment.

delete
to delete (remove) a file in the current remote directory (same as rm in UNIX)

get
to copy one file from the remote machine to the local machine

get ABC DEF
copies file ABC in the current remote directory to (or on top of) a file named DEF in your current local directory.

get ABC
copies file ABC in the current remote directory to (or on top of) a file with the same name, ABC, in your current local directory.

help
to request a list of all available FTP commands

lcd
to change directory on your local machine (same as UNIX cd)

ls
to list the names of the files in the current remote directory

mkdir
to make a new directory within the current remote directory

mget
to copy multiple files from the remote machine to the local machine; you are prompted for a y/n answer before transferring each file

mget*
copies all the files in the current remote directory to your current local directory, using the same filenames. Notice the use of the wild card character, *.

mput
to copy multiple files from the local machine to the remote machine; you are prompted for a y/n answer before transferring each file

open
to open a connection with another computer

open brubeck
bopens a new FTP connection with brubeck; you must enter a username and password for a brubeck account (unless it is to be an anonymous connection).

put
to copy one file from the local machine to the remote machine

b
to find out the pathname of the current directory on the remote machine

quit
to exit the FTP environment (same as bye)

rmdir
to to remove (delete) a directory in the current remote directory

VPN Router ( Contivity) 1100/1010 reset password e boot error

para fazermos reset a password do Contivity temos de entrar em modo recovery e sabendo o IP, fazer restore to factory defaults

Caso nao seja possível ter o IP, ligamos o nosso PC ao contivity e activamos o WIRESHARK que nos devolve um maravilhoso gratious arp com o IP de management contivity.

Caso aconteça apagarmos ficheiros do contivity nas areas /ide1/system/bin ou ide1/system/manage, podemos recuperar atraves de cmd e do FTp do Contivity.

Copiamos a pasta de manage e depois em recovery mode, restauramos um backup para cima do contivity.

links uteis:

http://www.cs.colostate.edu/helpdocs/ftp.html

http://community.nortel.com/go/thread/4374;jsessionid=532928DA659E91734810B2310EB46482.tomcat1?tstart=0

Abraços

Bcosta