Hi,
I have a problem with an agent in my application.
The agent initially used to open and read a CSV file across the network, and use each row of data to create a new Notes document. However, this ran into performance issues so we decided to try to put the CSV file directly on to the server and read it in from there.
The problem is, our users obviously don’t have access to the server directly, so instead I was allowing them to attach the CSV file to a document (which I don’t want to be saved) and then using NotesRichTextItem and the ExtractFile method to save the CSV file to the server. The problem now is, I get an error trying to access the server, and it appears that even though I have Administrative access through Notes to the server, and the agent is set to allow unrestricted operations, it still can’t extract the file to the server.
I apologise for the lengthy post, but if anybody could advise me if there’s maybe an easier/better way to go about this i’d really appreciate it…