Products | Versions |
---|---|
TIBCO Data Virtualization | 7.0.x and higher |
When invoked from a client application, the /lib/resource/ReintrospectDataSource fails with :
--------------
Caused by: The resource named "/shared/test/hello.csv" of type "TABLE" could not be saved. Another resource with the same name and type was created by another user or process.
--------------
The /lib/resource/ReintrospectDataSource call is not intended to be used for carrying out multiple concurrent introspections. TDV is able to prevent introspection from running concurrently when the introspection is carried out in Studio (or, through a trigger). However, TDV cannot prevent concurrent introspection when it is carried out via calls from a client program, and so TDV will throw an error of the type below.
--------------
Caused by: The resource named "/shared/test/hello.csv" of type "TABLE" could not be saved. Another resource with the same name and type was created by another user or process.
[repository-1900004]
at com.compositesw.server.repository.internal.RepositoryImpl.performThreeWayMergeOfContainerChildren(RepositoryImpl.java:3714)
at com.compositesw.server.repository.internal.RepositoryImpl.checkForConcurrentResourceModifications(RepositoryImpl.java:3649)
at com.compositesw.server.repository.internal.RepositoryImpl.checkForConcurrentModifications(RepositoryImpl.java:3545)
at com.compositesw.server.repository.internal.RepositoryImpl.commitConnection(RepositoryImpl.java:2598)
--------------