Hello,
I currently develop a web-application with Tamino 4.2.1 Database and .Net. I have made a class that permits to upload non-xml documents and it works fine. But at this time, there was no security on the database.
So then I have made a tamino authentication with one user and a password. After I have inserted all information about the user and its password into .Net and I have tried again the web-app and it works still fine except one thing.
There is a problem with the uploading of non-xml files. With the web-app, the first file I want to upload works fine, but as sonn as I try to upload after a second one, it doesn’t function. I have looked into the code and it’s when I do the insert of the document with Tamino API into the database (TaminoResponse response = command.Insert(doc)) that it blocks.
How can I solve this problem?
#API-Management#Tamino#webMethods