-
THREAD: main; MSG: [DFC_SESSION_DOCBASE_UNREACHABLE] Docbase "BMSUAT" is unreachable; ERRORCODE: ff;
Dear Experts, While trying to connect to Docbase and get an session i am getting the below errors. I have verified the firewall is disabled in content server. i am able to do telnet to port 1489 . dfc.properties is having correct value. Error :::::: =================== 4985 [main] WARN…
-
Calling the view component from custom component-setcomponentjump
Hi, I have a custom component( a pop up window with a view button) from where i want to call the "view" component.I used the setcomponentjump method in the custom component class setComponentJump("view",args, this.m_actionContext); The view component seems to be called fine but i just get a jsp page with the selected…
-
Get folder path with r_version_label
SELECT distinct f.r_object_id, fr.r_folder_path, f.r_version_label FROM dm_sysobject_r sr,dm_folder_r fr, fdk_document f WHERE sr.i_position = -1 AND fr.r_object_id = sr.i_folder_id AND fr.i_position = -1 AND f.r_object_id = sr.r_object_id AND f.i_latest_flag=1 AND f.i_is_deleted = 0 AND f.r_object_id IN (SELECT…