IMPAX 6.5.1 Server Knowledge Base home > Troubleshooting: IMPAX Server > Troubleshooting: Administration Tools

Troubleshooting: Images cannot be retrieved

Issue

Authentication tickets provided by the IMPAX Client are rejected by the ASPFTP server and images cannot be retrieved.

Details

If the system time on an Application Server and an ASPFTP server (i.e. an IMPAX back end server that is serving images to Clients directly or indirectly via pixel data service) differ by more than a set amount, the authentication tickets provided by the IMPAX Client are rejected by the ASPFTP server.

Solution

Synchronize the clocks between the servers. You can use any method to synchronize the system clocks. The following instructions use the synchronization feature that is built into the operating system. Follow the appropriate instructions appropriate for your setup.

Solaris

To set up the NTP client on a Solaris system

  1. Log into the system as root.

  2. To create the ntp.conf file, open a terminal window and change to the /etc/inet directory.

  3. Copy the ntp.client file as ntp.conf:

    cp ntp.client ntp.conf

  4. Open and update the ntp.conf file with the IP address of the time server.

  5. Save and close the ntp.conf file.

  6. To start the xntpd daemon, type:

    /etc/init.d/xntpd start

Windows

To synchronize IMPAX with the time server if the IMPAX computer is not a member of a domain

  1. Open Control Panel.

  2. Select Date and Time.

  3. Switch to the Server Internet Time tab.

  4. In the Server list, type or select the time server to synchronize with.

To synchronize IMPAX with the time server if the IMPAX computer is a member of a domain

  1. At a command prompt, type:

    w32tm /config /syncfromflags:manual /manualpeerlist:time_server

    Where time_server is the DSN name or IP address of the time server.

  2. To update Windows Time to use the new configuration, type:

    w32tm /config /update

  3. To synchronize the clock, type:

    w32tm /resync

Note:

Note:

Ensure that the time zone for the computer is also set correctly.

For additional time synchronization instructions, refer to the “” (topic number 6752) section in the IMPAX 6.5.1 AS300 Installation and Configuration Guide.


See also


Topic number: 8936

Applies to: IMPAX 6.5.1 Server Knowledge Base