You are on page 1of 3

>> update dmi_queue_item object set task_state = 'DONE' where name = 'dm_autore nder_win31' and task_state = 'DTF_200131' to resubmitt

the objects from any connector. >> select date_sent, item_id,r_object_id from dmi_queue_item where name = 'dm_a utorender_win31' and task_state = 'DTF_200005' order by date_sent to find how old documents are in the connector queue. select count(*), task_state from dmi_queue_item where name = 'dm_autorender_win 31' group by task_state select count(*), task_state from dmi_queue_item where name = 'dm_fulltext_index _user' group by task_state update dmi_queue_item object set task_state = '' where name = 'dm_fulltext_inde x_user' and task_state = 'failed'

find . -xdev -type f -size +1024 -ls | awk '{print $11, $7}' | sort -rn +1 | aw k '{print $1, $2/1024/1024 "MB"}' |head -50 find . -xdev -type f -size +1024 -ls | awk '{print $11, $7}' | sort -rn +1 | awk '{print $1, $2/1024/1024 "MB"}' |head -50

select count(*), task_state from dmi_queue_item where name = 'dm_fulltext_index _user_01' group by task_state select item_id from dmi_queue_item where name = 'dm_fulltext_index_user' and ta sk_state = 'warning' > ids.txt delete object from dmi_queue_item where name = 'dm_fulltext_index_user' and task _state = 'accuired' select count(*), task_state from dmi_queue_item where name = 'dm_fulltext_index _user' and (date_sent > 09/30/2011 00:00:00 and date_sent < 10/03/2011 00:00:0 0) group by task_state select * from dmi_queue_item where name = 'dm_fulltext_index_user' select count(*) from dmi_queue_item where name = 'dm_fulltext_index_user' and d ate_sent = 9/6/2011 06:20:50 select count(*) from dm_queue where name = 'dm_fulltext_index_user' and task_sta te = 'failed' and date_sent >= date(09/30/2011)

select * from dmi_queue_item where name = 'dm_autorender_win31' and task_state = ' ' SELECT count(*) from dmi_queue_item where message = 'rendition_req_ps_pdf' and d elete_flag = 0 and task_state != 'DONE' update dmi_queue_item object set delete_flag = 1 where name = 'dm_autorender_wi n31' and message = 'rendition_req_ps_pdf' and task_state != 'DONE'

SELECT count(*) from dmi_queue_item where message = 'rendition_req_ps_pdf' and t ask_state != 'DONE' select * from gtc_document where r_object_id ='090177e18275d30c' SELECT count(*) from dmi_queue_item where task_state != 'DONE' select * from dmi_queue_item where name = 'dm_autorender_win31' and item_id ='09 0177e18275d30c'

step for adlib: getfile,c,objectid check the version and save it as 97-2003 format and size should be different. setfile,c,objectid , path/documentname save,c,objectid, resubmitt it rendition queu check status --------------------------------------------GDMS INdexing issue 1>select item_id, item_name, event, item_type,content_type, sent_by,date_sent,me ssage from dm_queue where name = 'dm_fulltext_index_user' and task_state = 'fail ed' and date_sent >= date(TODAY) and message like 'DM_INDEX_AGENT_ITEM_TIMEOUT% ' 2>select content_size from dmr_content where any parent_id = '090177e1828cef96' 3> getfile ,c,<r_object_id> ------------------------------------------------------------------------------------------------------------------------------------Session 1> For finding Maxm no of session get,c,serverconfig,concurrent_sessions 2> For finding the current/open number of session. Execute this DQL ( EXECUTE LIST_SESSIONS) find the total number of Pids in that . ---------------------------------------------------------------------------------------------------------------------------getlogin,c,NTID 090177e182f1344e

--------------------This came up today and it s worth sharing. In case you can t find database password in password sheet and you need to login urgently.

Go to following location and open password document: cat $DOCUMENTUM/dba/conf/<doc base name>/dbpassword.txt Run API: iapi <docbase name> API > initcrypto,c Execute query: decrypttext,c,<decrypted text from dbpassword.txt> --------------New adlib start up $DOCUMENTUM/Adlib_Connector/<docbase>/start.sh

You might also like