- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
release a dataset programmatically
Hi,
could somebody tell me how to release a dataset programmatically?
In an old workflow script we used to do this with AccessUtil.release() but the current FS version (5.1) throws an IllegalArgumentException. I think DataSets are no longer supported but there should be some way with the access API?
Thanks for a tip!
Best regards,
Benny
- Labels:
-
Developers
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Benny,
A single Dataset object you should be able to release by using its release() method. No utility needed.
If the setting is more complicated or does not work, please, come back here or contact our help desk.
Cheers,
Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Benny,
A single Dataset object you should be able to release by using its release() method. No utility needed.
If the setting is more complicated or does not work, please, come back here or contact our help desk.
Cheers,
Stefan

