Showing posts with label windows error. Show all posts
Showing posts with label windows error. Show all posts

Windows Error Code 800401E4-- Invalid syntax

ERROR MESSAGE-

SOLUTION

Solutions to Invalid Syntax

Check the Line: number in your script that references the 'LDAP:// Provider'. If necessary, work back for previous LDAP occurrences.

Char 1: often lies! it just means that the whole line will not execute. In the case of runtime errors you can use this work around. Add this line: On Error Resume Next

Example of Script with a Code 800401E4 error

In my example, it's line 6 is where the problem lies. Plainly, this syntax is gibberish.

Firstly, you need a colon as in LDAP://
Secondly the dc=cp,dc=com is o.k!
But Thirdly "&"/Administrators,group" is rubbish.

Set objGroup = GetObject("LDAP//dc=cp,dc=com"&"/Administrators,group")


This error code, 800401E4 occurs when you execute a VBScript. You are probably using a WSH method to connect to LDAP. A wild guess, you are using the command: GetObject("LDAP//:xyz...)


Windows Error:127 [ERROR=127 (7Fh)]

ERROR MESSAGE

Cannot get main entry point for C:WINDOWSSYSTEMVIPERSTI.CPL. Error:127 [ERROR=127 (7Fh)]

OR

The signature for Windows XP edition Setup is invalid. The error code is fffffdf0.

The system cannot find message text for message number 0xfffffdf0 in the message file for Syssetup.dll.

OR

Setup failed to install the product catalogs. This is a fatal error. The setup log files should contain more information.

OR

Warning! Setup failed to remove the setup catalog ieexcep.cat

OR

Warning! Setup failed to remove the setup catalog sp1.cat


SOLUTION

To solve this problem, rename the %WinDir%\System32\Catroot2 folder. For more information about how to rename folders by using the Windows XP user interface, click Start, click Help and Support, type renaming folders, press ENTER, and then click Change the name of a file or folder.

To rename the %WinDir%\System32\Catroot2 folder at a command prompt, follow these steps:

  1. While the Setup program is running, and while the error message still appears on the screen, press SHIFT+F10 to start a command prompt.
  2. At the command prompt, type cd\windows\system32\, and then press ENTER.
  3. Type rename catroot2 catold, press ENTER, and then restart the computer.
  4. Try again to finish the upgrade.

If you cannot start a command prompt while the Setup program is running, start the computer from a Microsoft Windows 95, Windows 98, or Windows Millennium Edition startup disk, and then rename the %WinDir%\System32\Catroot2 folder. Or, start the computer from the Windows XP CD, and then rename the folder in Recovery Console.

Windows Error # 691

Error Message:

Access denied because username and/or password is invalid on the domain.

OR

The computer you are dialing in to cannot establish a Dial-Up Networking connection. Check your password, and then try again.

Solution:
1. Ensure that you have entered the right username and password.
2. Make sure that your account is active and turned on.
3. You might also try to enter another Access Number.
4. If the problem persists, you might need to contact your ISP.

Windows Error # 680

This error is generally caused by a faulty modem, faulty modem cable, faulty phone line, corrupt Dial Up Network (Although the later is quite rare) or you are dialling on a non-standard phone line.


Error Message:

There is no dial tone.

Solution:
First of all check that your phone lines are correctly plugged in.
The phone lines might be damaged. Replace them and try again.
Else, install your modem drivers again.
If the problem persists, you might need to contact your ISP or a technician.

Windows Error # 678

Error Message:

There is no answer.

Solution:
1. First of all check that your phone lines are correctly plugged in.
2. Ensure that the Access Number is correct
3. Else, try another Access number
4. If you are trying to make use of your connection in a bad weather, this might be the source of the problem. Wait until it calms down and try again.
5. Else, install your modem drivers again.
6. If the problem persists, you might need to contact your ISP.

Windows Error # 777

Error Message:

The connection attempt failed because the modem on the remote computer is out of order.

Solution:
1. Install Blue Frog connection software again
2. Try an alternate modem
3. Install your modem drivers again
4. Else, install a new modem

hit counter javascript

Labels