Showing posts with label workaround. Show all posts
Showing posts with label workaround. Show all posts

6/18/2020

Client for OES 2 (Novell) SP4 error message when login (Internal error -1497 0xFFFFFA27​)

Error message: Internal error -1497 0xFFFFFA27​

Solution and source: Microfocus

1. Using the Windows system dialog

Click on the "Start" icon
Click on the "Settings" icon
In Settings, open the System section
In the System section, select the About page
in the About page, select the System info link
In the System Info page, select the Advanced System Settings link
In the Advanced tab, select the Environment Variables link
In the Environment Variables page, from the System Variables section, select the "New" button
Define the new variable and its value
Variable name: OPENSSL_ia32cap
Value: :~0x20000000


2. Using the command line

Open an administrative ("Run as administrator") command prompt
Enter this command: 

setx OPENSSL_ia32cap :~0x20000000 /M


3. Edit the registry

a) From the command line

Open an administrative ("Run as administrator") command prompt
Enter this command:

REG ADD HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment /v OPENSSL_ia32cap /d :~0x20000000

2/13/2015

How to install HP Laserjet 1010 / 1012 / 1015 Printer Driver on Windows 8.1 and Windows 10

HP LaserJet 1010 not supported in Windows 8 or Windows 8.1 and Windows 10

Workaround:
(It works with Windows 8.1, but I got a comment, that it works with Windows 10 as well.)

-Download the HP LaserJet 1012 Host Based (Windows Vista 32 or 64 bit) driver from here.

-Extract the selected driver into a folder.

Follow next steps (and see the pics below):

Devices and Printers
Add Printer
The printer that I want isn't listed

Add a local printer or network printer with manual settings
Use an existing port - choose DOT4_001 (HP Print device)
Next
Click on "Have disk..." (and browse folder where you extracted drivers before)
Choose "hpc1015w", than click open
Click on your printer type
Nex, next, finish :)

Print a test page.









I found solution here.