Hi,
I am using the below code that reads from the CBDPoint table in GeoSCADA.
retobj = MySoap.ExecuteQuery("SELECT FullName FROM CDBPOINT", obj, out limit);
It works to a point. However it only reads two points.
There are more than 30 points in CDBPoint table.
If I copy one of the two points and paste it in, with a new name of course.
It will then read three.
If I create an internal tag from scratch it will not pick up on it.
I have not been able to find information on this so far.
Will the code only capture certain types of points for some reason?
Thanks,
Solved! Go to Solution.
This sounds like it might be an access control issue.
Does the user account used by you're program have read access to all of the points?
If it only has access to some of the points but not others then that would explain this behaviour.
This sounds like it might be an access control issue.
Does the user account used by you're program have read access to all of the points?
If it only has access to some of the points but not others then that would explain this behaviour.
Hi,
thanks Andrew.
Discuss challenges in energy and automation with 30,000+ experts and peers.
Find answers in 10,000+ support articles to help solve your product and business challenges.
Find peer based solutions to your questions. Provide answers for fellow community members!