Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ramakanth

Pages: [1]
1
MP Server / Re: How to delete single statements from a CMOD Load File
« on: January 21, 2020, 12:06:44 AM »
Hi Lars,
Thankyou for the quick reponse let me see the guideline which you have shared .
Thankyou

2
MP Server / Re: How to delete single statements from a CMOD Load File
« on: January 20, 2020, 02:34:35 AM »
Or even simpler than that (without playing with indexes, or whatever offser/length fields)

- Get the LoadID where the document you want to unload is (let say in old format: 123-123FAAA-1-0-12345-12345)
- Remove the index you don't want (arsdoc delete)
- retrieve all the documents from the LoadID from first step (arsdoc get -c -X loadID ...)
- archive the what you have retrieved in the previous point (arsload -X G -g ... -a ... ) You will have duplicates after this step is finished
- unload the whole original LoadID (that you took in the first step) (arsadmin unload -L LoadID -g ... )

Of course each of these steps must be successful in order to go to the next step, otherwise you will have lost documents! So again backup backup backup before trying/testing/... !

And of course after this method the LOAD will be different that the original one, so if you keep a database/file of the loadids... you might be careful with that method.
Basically this method is used by the CMOD module called ERM (Enhanced Retention Management), which gives you also a new LoadID!!




Hi Experts ,

Could you Please let us know where we can find the loadID.
the scenerio is like  we have inserted multiple no of documents,like 1 to 1000 we need to delete 850 documet how can we get the perticular load ID  odf 850 document.
 if it in table can you please tell me the table name .
Thanks in advance

3
Content Navigator / Re: ICN not connecting to CMOD
« on: February 25, 2019, 09:20:25 PM »
Hi Michel ,

I have a document of Cmod with ICN may be it is helpful for you, but not with Ldap Sync

Ramakanth
Ramakanthmaale9@gmail.com 

4
Hi Team,

Actually we are planning migration from different database platform for cmod .Below are the environment details.

Source System:

CMOD - 8.5
DB2 - 9.5
Linux- 7.4

Target System Environment is:

CMOD - 10.1
ORACLE:12.1.0.2.0
Linux- 7.4

Is their any  possibilities to move from db2 9.5 version to oracle 12 v, like moving meta data from from database versions .


 

Pages: [1]