Search found 13 matches

Go to advanced search

by nzwta
Tue Sep 12, 2017 10:03 am
Forum: General Discussion
Topic: Webservices - Live and Test systems linked?
Replies: 2
Views: 2841

Re: Webservices - Live and Test systems linked?

Turns out the web developer had hard coded a test to see if the jade webservice was up and running to help identify web errors and the test for the webservice had been left at the MYWTATEST and not changed for Live. He owes me morning tea at least!

Thanks to all those who read the post!
by nzwta
Tue Sep 12, 2017 8:26 am
Forum: General Discussion
Topic: Webservices - Live and Test systems linked?
Replies: 2
Views: 2841

Re: Webservices - Live and Test systems linked?

Further to this situation, I have found in our IIS logs where for every request for data from our LIVE website (MyWTA), we get three lines in the log, and the first two lines are the problem (MYWTATEST) and should NOT be there. The log shows as follows; 2017-09-06 20:41:17 192.168.1.2 GET /MYWTATEST...
by nzwta
Fri Sep 08, 2017 11:16 am
Forum: General Discussion
Topic: Webservices - Live and Test systems linked?
Replies: 2
Views: 2841

Webservices - Live and Test systems linked?

Hi Everyone. We have a live system and we have a test system each on different servers and in our two systems we have a web interface via webservices and IIS. So in IIS (and I am no expert in IIS) we have two websites setup and each uses different port numbers and points to a different folder and ea...
by nzwta
Tue Feb 17, 2015 8:42 am
Forum: Design and Architecture
Topic: Windows 2012 R2 issue
Replies: 1
Views: 4271

Windows 2012 R2 issue

We have installed a new server with above OS and it is running fine EXCEPT ..... we have a number of apps running on the server that are monitoring folders and processing files. The software checks to see if a folder exists or if the file was processed correctly and Windows 2012 seems to be providin...
by nzwta
Tue Dec 11, 2012 5:03 pm
Forum: General Discussion
Topic: Adobe Reader XI and Context Help
Replies: 3
Views: 9421

Re: Adobe Reader XI and Context Help

Thank you - yes that fix worked for us and now the Help Files are once again working as intended. ;)
by nzwta
Fri Jun 22, 2012 11:27 am
Forum: Tips and Techniques
Topic: Asyncronous Thread
Replies: 9
Views: 5443

Re: Asyncronous Thread

Thanks - I am now questioning the original premise and will get back to you when I can confirm we are using an additional process. And will check the use of JadeSerialPort.
by nzwta
Thu Jun 21, 2012 12:24 pm
Forum: Tips and Techniques
Topic: Asyncronous Thread
Replies: 9
Views: 5443

Asyncronous Thread

We have a need to read a balance (scale) that is attached to a PC via a serial port and we need to see on the screen the mass (weight) as the mass changes in a "live" mode. The simplest means would seem to be opening an Asyncronous Thread to the port. This will allow the user top continue processing...
by nzwta
Fri Sep 02, 2011 8:49 am
Forum: Feature Discussions
Topic: Null or Zero variable
Replies: 15
Views: 12571

Re: Null or Zero variable

Jade always initialises primitive values to null. This equates to zero for a numeric primitive” is actually the exact problem. In languages where primitives such as integer are nullable, zero and null are quite distinct. The problem is not to detect on the form entry has occurred, but how to interpr...
by nzwta
Thu Sep 01, 2011 10:21 am
Forum: Feature Discussions
Topic: Null or Zero variable
Replies: 15
Views: 12571

Null or Zero variable

We have fields on forms we want to change the display based on whether the user has entered a value into the variable. A valid entry includes a zero value but when we check the variable it is pre-initialised to be zero so we can't determine if the user entered zero on the form or not. It would be us...
by nzwta
Thu Apr 07, 2011 5:38 pm
Forum: General Discussion
Topic: pdf creation from within Jade
Replies: 3
Views: 2710

pdf creation from within Jade

Just a general query, is anyone using something from within Jade to create PDF files. At present we use a third party (AMYUNI) software that creates a printer that when printed to it saves the pdf files in a specific folder. It occurred to me that somehting like iText might be able to be used in a m...

Go to advanced search

cron