Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - norman

Pages: 1 ... 8 9 [10] 11 12 ... 19
136
You may get an error message and the program stops. It may occur immediately after installing a new version of the program or you log onto Windows as a different user.

It's due to Windows security and means that the program was previously installed under a particular user and that's not you!

There are two solutions -

1.  Go into My Computer then Local Disk C: and the folder ProgramData (not Program Files) and you will find a directory called ZiPZAP Computers Limited.

(Note that ProgramData is a hidden folder and you may have to unhide it. In Windows 10 click on Local Disk C: then View and Options. The setting is on the View tab.)

Enter this directory and you will see a folder called TPNSOAP. Right-click on this and choose PROPERTIES.

Click on the SECURITY tab. Half way down you will see a button that says EDIT. Click this.

You will get a new screen with a list of users. Click on the ADD button.

Add a user called Everyone

Hit the CHECK button. It will be accepted. Click on Everyone in the table. Put a tick in Full Control at the bottom and hit the APPLY button.

Now OK and come out. You can now access the system as another user.

or you can -

2. De-install TPN SOAP. Browse to C:\ProgramData\ZiPZAP Computers Limited\ and delete the TPNSOAP folder you find here. You may need to authorise it as ADMINISTRATOR.

Re-install TPN SOAP

You will have to go into Setup and complete this again. There is an install guide on our web site in the same folder as the program.

Norman
 ;)

137
Windows / Inaccessible boot device - Windows 10
« on: September 11, 2017, 09:25:11 am »
The computer boots to the blue screen of death with the message 'Inaccessible boot device'

Windows 10 uses multiple partitions and the C: drive you see is not really the boot partition. For some reason it's not loading the operating system.

It is a scary message. A reboot may just take you to the same thing. Do not follow the advice that you get from the internet and start reinstalling Windows. It's a poor solution.

Don't forget that if you reinstall then you will lose everything.

Reboot again and try hitting F8. See if you can get into a Command Prompt screen. If you can you may find you end up at an X: prompt with a few directories in it. You will find there is a C: drive but it's not your normal C: drive. If you look at D: then you may find all your files and folders here.

Run sfc /scannow on any drives that you find. It may say that it has found nothing.

Reboot again. Does the computer now magically reboot?

Worth a try.

This may be connected with pressing reset when the computer hangs for a very long time on startup when it's actually doing an update.

Norman
;)

138
Loadmaster / Loadmaster 44.0.1.0 released - 21/08/2017
« on: September 11, 2017, 09:20:31 am »
Available now.

Includes Docutrak document management bibliographic system.

Norman
;)

139
Raspberry Pi / Adding a DS3231 Real Time Clock to the Pi
« on: September 11, 2017, 09:18:19 am »
The Pi does not have a RTC as standard but they cost less than 5 pounds. Fitting and setup is easy but it would have been even easier if it came with instructions!

Add the i2c interface in RASPI-CONFIG

Add the following line in /boot/config.txt using Nano -

dtoverlay=i2c-rtc,ds3231

So sudo nano /boot/config.txt

CTRL O then CTRL X to finish.

Then -

sudo nano /lib/udev/hwclock-set

Alter -

if [-e /run/systemd/system];
then
exit 0
fi

to

#if [-e /run/systemd/system];
#then
#exit 0
#fi

Power down. Fit the RTC. A diagram of where to fit it would have been nice. https://www.zipzap.co.uk/images/rtc.jpg

Restart.

Test with -

sudo hwclock -r

Norman
;)
PS Another one to remind me!

140
Raspberry Pi / Adding a HP Printer to the PI
« on: September 11, 2017, 09:12:51 am »
You have to add all the printing support as it's not already set up.

In terminal -

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install cups
sudo apt-get install hplip
sudo usermod -a -G lpadmin pi
sudo nano /etc/cups/cupsd.conf

Change this line -

Listen localhost:631 to #Listen localhost:631

Add this after that line -

Port 631

Add this line -

Allow @local

after Order allow,deny in Location & Location /admin & Location /admin/conf

CTRL O then CTRL X

sudo /etc/init.d/cups restart

Then run the internet browser with 127.0.0.1:631 on the address line.

Add a printer. This will find the printer. Click on the PPD file at the bottom and browse for the right PPD file. OK.

Try a test print.

Norman ;)
PS this is to remind me as well!

141
Loadmaster / Loadmaster hanging on Print Preview or creation of PDFs
« on: August 08, 2017, 01:43:29 pm »
You are on Windows 10 Creators Update!

It's a 'feature' introduced by Microsoft!

Upgrade to Loadmaster 43.1.86.0 or later

Norman
 ;)

142
Released 25/07/2017.

This deals with an issue caused by the Creators Update which caused the production of PDF documents and print previews to 'hang'.

Please note that Windows has a habit of changing the Default Program for PDF's to the Edge Browser. Ensure this is altered back to Adobe Reader or your normal PDF reader.

Previous versions of Windows do not need the update.

Norman
 ;)

143
The data directory in no longer available or has been entered wrongly causing the program to start and then exit.

Go to START. Type REGEDIT on the Run Line.

Browse to the key HKEY_CURRENT_USER then SOFTWARE then ZIPZAP TPN INVOICE MODULE

The wrong data path will be on the right of the screen. Right click on the word DataPath and delete it.

Restart the program.

Norman
 ;)

144
It seems that certain Intel Clover Trail processors are not compatible with this update at the moment.

These are used on some machines that have been produced in the last 3 years, including some HP machines.

Norman
 ;)

145
Miscellaneous / Not all NAS drives are the same!
« on: July 17, 2017, 01:43:49 pm »
A simple test. Read 500 records from a database and filter a subset based upon the same criteria.

1. Local folder on SSD drive. 0.3 seconds
2. Buffalo NAS. 5.42 seconds
3. WD NAS. 6.09 seconds
4. Iomega NAS  (RAIDED). 3 mins 9.65 secs

Norman
 ;)

146
Windows / Google Chome not working properly after Creators Update
« on: July 17, 2017, 01:01:40 pm »
Go into SETTINGS, ADVANCED and turn off HARWARE ACCELERATION.

Norman
 ;)

148
This topic has been moved to Windows.

http://192.168.0.6/index.php?topic=135.0

149
Windows / Windows 10 - no other computers visible in Network
« on: July 17, 2017, 11:28:44 am »
Ensure File and Printer sharing is turned on.

Go into Control Panel and Administrative Tools. Go to SERVICES. Click on the Standard tab.

Go down to Function Discovery Resource Publication. Turn this ON and set startup to AUTOMATIC.

Your computers should now appear in Network.

Norman
 ;)

150
Following the update to the Creators Edition it seems that Kaspersky Secure Connection will no longer connect.

Update 12/07/2017 - this was reported to Kaspersky. The cure they found is to totally remove Secure Connection and then reinstall again with the latest version.

Update 14/07/2017 - further issues exist in the Safe Money option. The cure for this is to upgrade to Kaspersky Internet Security 2018.

Norman
 ;)

Pages: 1 ... 8 9 [10] 11 12 ... 19