Hi Friends,
We have upgraded our DCTM 4.2 to 6.5 SP3. Currently we are upgrading a java application which was developed using dfc 4.2 to 6.5 sp3.
After we added dfc.jar (from 6.5 sp3), when we compile the application, the system throws two errors from DfSession, DfFile objects
They are
dfsession = (DfSession)parameter.get("dfcSession");Description Resource Path Location Type
DfSession cannot be resolved to a type LoginCommand.java /security/command line 1980 Java Problem ----------------------------------------------IDfFile f = new DfFile(sysObj.getObjectName());
f.deleteFile();Description Resource Path Location Type
DfFile cannot be resolved to a type DocumentCommand.java /documentum/inspection/command line 449 Java Problem
---------------------
When we verifiedthe help files, we noticed that DFSession and DfFile objects are missing in com.documentum.operations [dfc.jar file (DCTM 6.5 SP3)] . Is it true? or Are they moved to any other java classes? Can you tell us which jar files need to be added to get DfFile and DfSession objects.?
If you need any more help please ask me
Thanks in advance
With Regards
Jacob