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 - rjrussel

Pages: 1 2 3 4 5 [6] 7 8 9 10
76
Let me ask this, when you originally installed/deployed ICN did you select both FileNet and CMOD as available repositories?

If you didn't, my suggestion would be to re-run configmgr_cl and make sure to now include CMOD and then redeploy ICN.

Thanks,

77
Content Navigator / Re: ICN document view url for CMOD reports
« on: February 04, 2021, 08:49:58 AM »
No, same URL. How are you generating the DOCID and creating the URL? I am assuming you have some custom ODWEK application that is generating them?

-RR

78
Starting in 10.5 you need a couple more jars in your classpath:

log4j-api-2.13.0.jar
log4j-core-2.13.0.jar
gson-2.8.6.jar (technically this one has been needed for a while)

Check out the release info for OD 10.5 here for some information on what's new!

https://www.ibm.com/support/pages/whats-new-content-manager-ondemand

79
Content Navigator / Re: ICN document view url for CMOD reports
« on: January 22, 2021, 02:02:21 PM »
Hello,

OnDemand has two api's to get doc ID's, getDocId() and getOpenDocId(). ICN uses getOpenDocId().

the explanation gets a bit tricky. Forgive me for not going into all the details. The important part is if your trying to build a ICN accessible URL you will need to use the getOpenDocId() api. Also note, be sure that the hostname defined to ICN for the CMOD repository matches what you are using in in your custom applications logon() call, otherwise you will get different doc ids and it will not be accessible by ICN. 

Thanks,
RR

80
You could potentially write a ICN plugin to do this. This assumes you have the size of the document stored as an index parameter. Otherwise you would have to retrieve the document to the ICN server, determine the size and then make a decision as to what to do with it. This not ideal at all though.

81
OD/WEK & JAVA API / Re: Automatically unload when error occurs
« on: December 01, 2020, 02:27:04 PM »
This one is tricky. Currently no, there isn't a way you can do this via the ODWEK API's. You could open an enhancement request though. The ODWEK API, in general, was not necessarily meant to be an administrative API. Sorry I don't have a better answer for you at this time.

-Thanks
Rob
 

82
What is the irrelevant message? There is no restrictions on access with ODWEK API (other than standard OnDemand user security). If they user that was used for the logon call has access to the folder in OnDemand it can be accessed via the apis.

83
If you are talking about the data that is stored in the system log. Use the api's to open that folder, perform a query and write the output to where ever you choose.


That said, there are a lot of questions one could ask in regards to your request. It's pretty vague. Are you looking for something in particular? You have some end goal in mind here?

Elaborate on what you're after and you will get far more specific guidance.

-RR

84
Sorry for the delay. Based on your config, you authenticate to AD using the samAccountName and also return the mappedAttribute. Since these values are unaffected by your upcoming change, you are good there. 

The other concerns are:

1.  The ARS_LDAP_BIND_DN, currently you show a psuedo example of CN=binduser,OU=Generic,OU=Users,OU=ouname,DC=dcname,DC=pri

I wonder if this is going to change to

CN=binduser,OU=Generic,OU=Users,OU=ouname,DC=emaildomain,DC=com

2. As in the previous comment you show a ARS_LDAP_BASE_DN of ouname,DC=dcname,DC=pri. I wonder if this will also change to something like
ouname,DC=emaildomain,DC=com

You should check with your AD admin as these changes would in fact break authentication.

Lastly, you probably already know this, CMOD 9.5 is officially out of support. Hopefully you either have extended support or plan on upgrading real soon.

Thanks,
Rob

85
Content Navigator / Re: Issue with ICN SSO (custom SSO Plugin)
« on: September 09, 2020, 08:37:11 AM »
We will probably need some more information in order to help you. What steps have done to troubleshoot this? Have you tried to debug your plugin or security exit? Any errors you can share?

-RR

86
MP Server / Re: db2move vs backup and restore
« on: July 06, 2020, 12:27:08 PM »
The readers digest versions is that when sticking with the same platform backup and restore works. It's when switching platforms that db2move comes in handy.

-RR

87
WEBI interface / Re: Anyone using IBM Content Navigator with Tomcat?
« on: April 28, 2020, 09:10:55 AM »
Its not supported.

-Rob

88
MP Server / Re: CMOD lifecycle link
« on: April 16, 2020, 11:49:21 AM »

89
OnDemand now has a requirement for GSON. if you are still getting this error message that means it wasn't properly added to the classpath.

90
OD/WEK & JAVA API / Re: ODWEK version
« on: April 07, 2020, 08:23:01 AM »
There is only a single install now. If you installed 10.5 you will have /www directory which is where ODWEK lives.

Thanks,
Rob

Pages: 1 2 3 4 5 [6] 7 8 9 10