Hello , i want the version of documentum i am currently using so is there any DFC class available for it , if not then how can i get current documentum version
in my java code
Regards
Mayur Mitkari
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Hi,
you can get the local DFC version from IDfClientX.getDFCVersion(), without establishing a session. The server version can be retrieved by IDfSession.getServerConfig().getString("r_server_version"); Obviously, you'll have to create a session to do this
Jørg
or simply this: You need dfc.jar in your classpath
java DfShowVersion