calendar SSO error: CPIP Notification: Unsupported OID service

0
No votes yet

We are unable to access calendar through the calendar icon (with SSO). We were having this problem in February. We were not able to figure it out and when we ended up reinstalling for some other reason, it went away. Now it's back.

I tested this with a brand new luminis account. When I first login to Luminis (we are using EAS/Active Directory), the calendar channel says "please login to view your calendar". If I click on the calendar icon, I get a popup window with "CPIP Notification: Unsupported OID service". If I go directly to the calendar (http://xxx.xxx.edu:6788), I get with no problem. Then, when I refresh my Luminis home page, the calendar icon is populated! But I STILL cannot access the calendar via the calendar icon.

I have checked logs:
cpipconnector.log contains:
[2008-04-10 15:22:20,336] [ERROR] http-8008-Processor24:/comexp/GetConfigVersion2 com.campuspipeline.configuration.CPProperties.loadPropertyFile:144

and cp.log contains:
[2008-04-10 15:37:24,558] [ERROR](MMServlet.java:329) {http-80-Processor25} [cpip]: CPIP ERROR comexp Unsupported OID service

Jon's post about debugging connectors were helpful, but didn't lead me to the cause.

I'm following up with Sungard support, and I'll post what I find.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

calendar working again

While attending the Luminis SDK training course, I figured out what my problem was. In the process of setting up the MOWA connector, I messed up cpipconnector.properties.In $CP_ROOT/webapps/cpipconnector/WEB-INF/config/cpipconnector.properties, I had commented out the comexp connector:

#property.files = comexp.properties, messengerexpress.properties
property.files = mowa.properties

Once I changed this to:
property.files = comexp.properties, messengerexpress.properties, mowa.properties

the calendar works again.