Dears,
the idea in background is to realize an asp web page that refresh every minute, showing all the values of the counters of production machines on a monitor
so I started from your sample asp script and did some test, here below the simple code:
everything is working fine, as should be.
But i try with the following row, at customer site server
I got the following error
error '80131600'
/CustomerServer/test-UA.asp, line 18
where line 18 is exactly the above istruction row
The main difference is that NodeID is in the following format "ns=2;s=CurrentJobs.CurrentJob1.Part.PartName" in the not working row (real environment)
instead of NodeID "ns=3;i=1011" in the working row (simulated environment)
Thanks for any suggestion you could provide.
BR
Alberto
the idea in background is to realize an asp web page that refresh every minute, showing all the values of the counters of production machines on a monitor
so I started from your sample asp script and did some test, here below the simple code:
everything is working fine, as should be.
But i try with the following row, at customer site server
I got the following error
error '80131600'
/CustomerServer/test-UA.asp, line 18
where line 18 is exactly the above istruction row
The main difference is that NodeID is in the following format "ns=2;s=CurrentJobs.CurrentJob1.Part.PartName" in the not working row (real environment)
instead of NodeID "ns=3;i=1011" in the working row (simulated environment)
Thanks for any suggestion you could provide.
BR
Alberto