Internet Connectivity Pathfinders means Internet

Web Application Server FAQ

  1. Does it run on Universe or Unidata?
  2. Do I have to know HTML?
  3. I get the message 'Script not associated with a subroutine'

 

1. Does it run on Universe or Unidata?

No. This product is the only one that uses Pick Systems proprietary C calling interface. So, it only runs on D3 and AP 6.1 on top of Unix platforms.

 

2. Do I have to know HTML?

Yes. This product allows you to generate a web page from your Pick BASIC subroutine. You will actually pass back this HTML code as a Pick BASIC variable from the subroutine.

 

3. I get the message 'Script not associated with a subroutine'

This message is displayed by the Pick phantom process. It is telling you that it did not know what Pick subroutine to execute. It was not able to associate the click on the web page with a Pick subroutine.

This could be caused by a missing attribute in the PROPERTIES file. See the SCRIPTS item. Each attribute represents 2 values. One for the web URL and one for the cataloged Basic program to run. If using PHP you do not need to update the SCRIPTS item.