-
Re: Error Tag Not Found during InsertPIData
RJKSolutions Sep 3, 2013 9:39 PM (in response to carlos.mozo)Can you retrieve a value from the PI Point with PI WS, even though it is Pt Created, or do you get the same error message. If you can isolate it to InsertPIData it is easier to diagnose; InsertPIData takes a different code path than GetPIArchiveData (for example). Tag not found might be an incorrect error message.
Is your PI Server in a UTC time zone? What happens if you specify "*" for your time through InsertPIData?
-
Re: Error Tag Not Found during InsertPIData
hanyongSep 4, 2013 1:59 AM (in response to RJKSolutions)
I agree with Rhys about trying to retrieve values from the point via PI Web Services and see if the issue is isolated to the InsertPIData method. Another possibility that I think can cause this behavior is security. Not sure what kind of security setup you have for the PI Web Services, but PI Web Services can be authenticated or trusted as a user without read access to the PI Tag, causing it to "not find" the point on the server.
If this is the case, you should get the same error for other methods accessing the same point.
-
Re: Error Tag Not Found during InsertPIData
carlos.mozo Sep 4, 2013 1:31 PM (in response to hanyong)Finally, I've installed the last version of PI Web Services (2013) and the problem is gone because I was using PI WS 2012 to access to PI 2013.
I think it was a problem of InsertPIData operation.
Thanks anyway for your help!
-
-