Skip to Main Content
AVEVA™ PI System™ Feedback Portal

Welcome to our new feedback site!


We created this site to hear your enhancement ideas, suggestions and feedback about AVEVA products and services. All of the feedback you share here is monitored and reviewed by the AVEVA product managers.

To start, take a look at the ideas in the list below and VOTE for your favorite ideas submitted by other users. POST your own idea if it hasn’t been suggested yet. Include COMMENTS and share relevant business case details that will help our product team get more information on the suggestion. Please note that your ideas and comments are visible to all other users.


This page is for feedback specifically for AVEVA PI System. For links to our other feedback portals, please see the tab RESOURCES below.

Status No Status
Product PI Integrators
Created by Guest
Created on Aug 16, 2022

Lock or rename file when actively writing to file

We are using file target to move data into a system that PI Integrator does not support writing to directly. We have a script that moves the files PI Integrator creates to our other system, but we need a way to tell when the Integrator has finished writing to that file. The Integrator should either lock the file it is writing to or have a processing naming pattern similar to UFL.
  • Attach files
  • Guest
    Reply
    |
    Aug 16, 2022
    PI Integrator uses paging to export the data into csv files. When a big amount of rows are written into a file, this write operation is performed in batches. If we have another application moving those PI Integrator generated csv files, this can result on the application moving files that have not been completed. Is it possible for the Integrator to Lock the files until they are fully written and\or save the temporary csv file in a different location from the final one?