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 ... 7 8 [9] 10 11 ... 18
121
Sameday Express / My computer cannot see the data but others can
« on: September 22, 2017, 10:18:03 am »
This is usually associated with Mapped Drives.

It means that the drive mapping on the computers are different and point to different places.

Go to the one that is working and make a note of the data directory which is displayed in the lower left of the screen. Now go into My Computer and find this directory.

Look at the size of the FIC files especially JOB.

On the non-working computer do the same. JOB.FIC will be a different size and probably very small (ie. empty).

Remap the drive or search for the correct directory.

Norman
 ;)

122
Loadmaster / My computer cannot see the data but others can
« on: September 22, 2017, 10:16:50 am »
This is usually associated with Mapped Drives.

It means that the drive mapping on the computers are different and point to different places.

Go to the one that is working and make a note of the data directory which is displayed in the lower left of the screen. Now go into My Computer and find this directory.

Look at the size of the FIC files especially JOBS.

On the non-working computer do the same. JOBS.FIC will be a different size and probably very small (ie. empty).

Remap the drive or search for the correct directory.

Norman
 ;)

123
TPN Invoicing / AVG blocking TPN SOAP
« on: September 22, 2017, 09:16:23 am »

124
Loadmaster / AVG blocking TPN Connect
« on: September 22, 2017, 09:14:57 am »
Follow this link (cut and paste to your browser) and set the web site as an exclusion -

https://support.avg.com/SupportArticleView?l=en&urlName=How-to-make-exclusions-from-all-scans-and-shields#

Norman
 ;)

125
Loadmaster / Not getting any data from TPN suddenly - 20/09/2017
« on: September 21, 2017, 05:08:21 pm »
TPN have changed the IP addresses of their servers.

Check that tpnconnect gets a login web page in your browser.

This is a DNS issue. Check your DNS server.

Get to a Command Prompt and type -

ipconfig /flushdns

Norman
 ;)

126
TPN Invoicing / Not getting any data from TPN suddenly - 20/09/2017
« on: September 21, 2017, 05:07:19 pm »
TPN have changed the IP addresses of their servers.

Check that tpnconnect gets a login web page in your browser.

This is a DNS issue. Check your DNS server.

Go to a Command prompt and type -

ipconfig /flushdns

Norman
 ;)

127
Operational Status / Web site changed to HTTPS - 20/09/2017
« on: September 20, 2017, 09:53:49 am »
The web site now has a HTTPS address.

There may be a few quirks while the site settles down.

Norman
 ;)

128
Windows / Outlook problems - 18/09/2017
« on: September 18, 2017, 09:42:50 pm »
Microsoft have reported issues with Outlook. Mail gets stuck in Drafts instead of getting posted.

Apparently the problem has existed for a few days.

Norman
 ;)

129
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
 ;)

130
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
;)

131
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
;)

132
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!

133
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!

134
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
 ;)

135
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
 ;)

Pages: 1 ... 7 8 [9] 10 11 ... 18