Communications Express/UWC - Unwanted behaviour adding an owner of calendar

Hello:
root@machine # /opt/SUNWmsgsr/sbin/imsimta version
Sun Java(tm) System Messaging Server 6.3-0.15 (built Feb 9 2007)
libimta.so 6.3-0.15 (built 19:17:24, Feb 9 2007)
SunOS machine 5.10 Generic_137112-02 i86pc i386 i86pc
(I know we should patch)
root@machine # ./csversion
Sun Java(tm) System Calendar Server 6.3-8.01 (built May 5 2008)
SunOS calendar1 5.10 Generic_137112-03 i86pc i386 i86pc
We have noticed a weird behaviour in UWC when adding an owner in a calendar. You can add a new owner from the address book or just by typing its "name", which is actually the uid or the e-mail address. The point is that if you type an uid, for example "jlocke", the list of owners is filled correctly with "[email protected]", but if you type the entire e-mail address, "[email protected]", then the list of owners is filled with "[email protected]@domain.com", that of course leads to permissions error when jlocke tryes to do something in the calendar.
The desired behaviour is that if you type the entire e-mail address, "[email protected]", it shows an error message telling you that you must enter a uid, or that it takes "[email protected]" instead of "[email protected]@domain.com" as it is happening now.
Thank you very much.

Deprecated wrote:
Sun Java(tm) System Messaging Server 6.3-0.15 (built Feb 9 2007)
libimta.so 6.3-0.15 (built 19:17:24, Feb 9 2007)
SunOS machine 5.10 Generic_137112-02 i86pc i386 i86pc
(I know we should patch)Yes you should. This version has any number of known issues that can cause significant problems in production environments.
We have noticed a weird behaviour in UWC when adding an owner in a calendar. You can add a new owner from the address book or just by typing its "name", which is actually the uid or the e-mail address. The point is that if you type an uid, for example "jlocke", the list of owners is filled correctly with "[email protected]", but if you type the entire e-mail address, "[email protected]", then the list of owners is filled with "[email protected]@domain.com", that of course leads to permissions error when jlocke tryes to do something in the calendar.
The value you add to the permission list is not the email address of the user but the uid/domain of the user. In your environment uid@domain may just happen to correlate to the mail: address value.
That being said, UWC should be able to handle uid@domain in the "Name:" field -- I've logged a new issue for this problem behaviour:
bug #6917116 - "Cannot manually input "uid@domain" to the calendar permission list name field"
If you want this bug fixed you must log a Sun support request otherwise it will not be fixed.
Regards,
Shane.

Similar Messages

  • Default Calendar Group for Communications Express?

    When using the soon to be eliminated Calendar Express (cshttpd) interface, it is possible to select a default calendar group. This causes the application to always display a calendar group after logging in rather than the user's individual calendar.
    Does anyone know if it is possible to set such a preference in the Communications Express (uwc) interface?

    UWC does not provide you this feature.You could raise an enhancement request -RFE .
    Thanks,
    Ramya

  • Communications Express doesn't create access Manager SSO session

    Hi all,
    I'm running Communications Express, Sun Access Manager and Sun messaging server, each on seperate hosts.
    Single Sign On works i.e. when users have a valid session and point their browser at the Communications Express URL they can access their mail, calendar and addressbooks without further ado.
    When they don't have a valid session though and the users go to the Communications Express URL they get a username and password prompt. If they enter valid credentials they will be logged in, but the session created is only a local session, not an Access Manager SSO session. This behaviour has changed from the previous versions of Comm Exp which wouldn't work at all without SSO.
    Is it possible to configure communications express to either redirect users to the Access Manager's authentication page or have Comm Exp create the SSO session on the users behalf?
    TIA
    Herman
    Versions:
    - Communications Express 6.3 update 1
    - Sun Java(tm) System Messaging Server 6.3-4.01 (built Aug 3 2007; 32bit)
    libimta.so 6.3-4.01 (built 17:13:29, Aug 3 2007; 32bit)

    Hi Shane,
    as always your anwer is better then I could have expected. A more or less complete manual
    just hours after asking my question. Thanks!
    shane_hjorth wrote:
    The cleanest solution I could develop to address the behavioural change was to
    leverage a web-server policy agent to perform the redirections.
    I wrote up a guide but never received any feedback unfortunately so results-may-vary.
    I have republished this guide externally - feedback is welcome:
    http://msg.wikidoc.info/index.php/AM_redirection_using_Policy_AgentTook me some time to implement, test and write feedback:
    The setup we have is a little more complex then the a single box scenario you
    have tested on:
    From the internet working inwards we have load balanced
    SSL accelerators (apache+SSL doing reverse proxy) in front of
    dedicated application servers running communications express.
    Mail is retrieved from separate mail-store clusters.
    Access manager is configured similarly: load balanced SSL accelerators
    in front of application servers running the login page (disributed
    authentication UI). Those then talk to the access manager cluster.
    Firewalls and access lists between each of those layers. None of the
    applications can be accessed directly from the internet and they are
    limited in what they can access in the DMZ as well.
    I followed your recipe to the letter. After a bit of tweaking everything
    worked like a charm. Policy agent installed and configured on the
    SUN webserver where communications express is deployed.
    Instructions were very good on detail and easy to follow.
    We deploy uwc in the root of the server not in /uwc. Something I didn't notice right away.
    It would seem that the policy agent expects the values com.sun.am.naming.url
    (The URL for the Access Manager Naming service) and
    com.sun.am.policy.am.login.url (The URL of the login page on the Access Manager
    where users should enter their credentials) to be the same host.
    In our setup the URL/host users have to use to log in can't be accessed by the policy agent.
    The policy agent should verify sessions directly against the access manager cluster.
    I played with some of the override settings in the policy agent configuration file but
    without much success. Eventually I used the hostname our users have to use to log
    in and abused the /etc/hosts file to map the external hostname to the internal address
    of the access manager cluster. Users end up on the correct login page, and the policy
    agent can verify the sessions. Ugly, but it works.
    The other issue is that the policy agent redirects to:
    com.sun.am.policy.am.login.url?goto=URL_Protected_by_Policy_Agent
    When a users enters incorrect credentials they get the default login url, without the
    goto parameter. (May be bug in access manager or by design...) After entering their
    credentials correctly on their second or third try users won't be redirected back to UWC,
    but will end up on the default page defined by their iplanet-am-user-success-url LDAP attribute.
    I solved that in the policy agents configuration file by adding the gotoOnFail=URL in the
    definition of com.sun.am.policy.am.login.url:
    com.sun.am.policy.am.login.url = https://login.domain.com:443/amserver/UI/Login?gotoOnFail=https://uwc.domain.com:443When you enter incorrect credentials you'll be redirected back to uwc (where the policy agent
    will again intercept you and send you on to the login page for your next try). May be more of
    an issue in the policy agent then your manual.
    Regards,
    Herman

  • Functionality Differences between Calendar Express & Communications Express

    Now that the BIG problems related to our migration from Calendar v5.1.1 to v6.3 have died down, we're getting reports of significant (to our users, at least) differences in the functionality between our old environment (Calendar Express v5.1.1) and the new environment (Communications Express v6.3) (partial list at the end of this posting).
    All of the below issues, I have checked in Calendar Express v6.3, and they appear to function as our users expect, like they did in 5.1.1. The problem is that we went live with CommExpress, and have not branded Calendar Express for general consumption. We would like to be able to make the CommExpr calendar functions work like they do in Calendar Express, assuming it wouldn't be a HUGE undertaking of modification to the underlying code. I've asked Sun Support for some answers regarding this, but thought I'd post something here while I wait for an answer.
    Issues:
    - When scheduling an appointment on someone else's calendar (subscribed), the owner of the calendar is NOT added as an invitee, but the logged-in user is. This causes major problems when trying to check availability, because the owner of the calendar is not included in this check, but the person doing the scheduling is, even though they're not going to the meeting.
    - When you click on "check availability" from the main CommExpress calendar screen, it defaults to the logged-in user, and not the user for the currently selected "Current Calendar." Again, user reports that this functionality is different than previously.
    - Also, previously when two events were scheduled for a user at the same time, the calendar would show "conflict" in red letters in both events. We are no longer getting this warning.
    Again, all three of these issues behave in the current version of Calendar Express like they did in v5.1.1. CommExpress just doesn't work right in this respect. We'd like to continue to use CommExpress, since all indications are that Calendar Express is going away at some point, but we need the calendar functionality that CommExpress is not providing.
    Thanks,
    Kurt

    shane_hjorth wrote:
    I only tested with the month-view so it is entirely possible that I missed the week-view. Mea culpa.
    If you could please provide the diffs of the changes you made that would be useful for any other forum reader thinking of making a similar modification.
    These changes may be more than absolutely required for the change, but they seem to be working as expected.
    #> pwd
    /var/opt/SUNWuwc/uwc/css
    #> diff css_ie5win.css css_ie5win.css.2008-09-05 626,628c626
    < /* WSU mod */
    < /* border-right: 4px solid #B67A27;*/
    < border-right: 4px solid #FF0000;
    border-right: 4px solid #B67A27;633,635c631
    < /* WSU mod */
    < /* border-right: 4px dotted #B67A27;*/
    < border-right: 4px dotted #FF0000;
    border-right: 4px dotted #B67A27;645,647c641
    < /* WSU mod */
    < /* border-right: 4px solid #B67A27;*/
    < border-right: 4px solid #FF0000;
    border-right: 4px solid #B67A27;653,655c647
    < /* WSU mod */
    < /* border-right: 4px dotted #C0C5ED;*/
    < border-right: 4px dotted #FF0000;
    border-right: 4px dotted #C0C5ED;674,676c666
    < /* WSU mod */
    < /* border-right: 4px solid #B67A27;*/
    < border-right: 4px solid #FF0000;
    border-right: 4px solid #B67A27;704,706c694
    < /* WSU mod */
    < /* border-right: 4px solid #B67A27;*/
    < border-right: 4px solid #FF0000;
    border-right: 4px solid #B67A27;714,716c702
    < /* WSU mod */
    < /* border-right: 4px solid #B67A27;*/
    < border-right: 4px solid #FF0000;
    border-right: 4px solid #B67A27;722,724c708
    < /* WSU mod */
    < /* border-right: 4px solid #B67A27;*/
    < border-right: 4px solid #FF0000;
    border-right: 4px solid #B67A27;#> diff css_ns6up.css css_ns6up.css.2008-09-05 626,628c626
    < /* WSU mod */
    < /* border-right: 4px solid #B67A27;*/
    < border-right: 4px solid #FF0000;
    border-right: 4px solid #B67A27;638,640c636
    < /* WSU mod */
    < /* border-right: 4px solid #B67A27;*/
    < border-right: 4px solid #FF0000;
    border-right: 4px solid #B67A27;646,648c642
    < /* WSU mod */
    < /* border-right: 4px dotted #C0C5ED;*/
    < border-right: 4px dotted #FF0000;
    border-right: 4px dotted #C0C5ED;667,669c661
    < /* WSU mod */
    < /* border-right: 4px solid #B67A27;*/
    < border-right: 4px solid #FF0000;
    border-right: 4px solid #B67A27;681,683c673
    < /* WSU mod */
    < /* border-right: 4px solid #B67A27;*/
    < border-right: 4px solid #FF0000;
    border-right: 4px solid #B67A27;705,707c695
    < /* WSU mod */
    < /* border-right: 4px solid #B67A27;*/
    < border-right: 4px solid #FF0000;
    border-right: 4px solid #B67A27;715,717c703
    < /* WSU mod */
    < /* border-right: 4px solid #B67A27;*/
    < border-right: 4px solid #FF0000;
    border-right: 4px solid #B67A27;

  • Communication express and internet explorer

    hi;
    when i login communication express from internet explorer and i see this error
    "ERROR: Error in populateOrgProfile
    com.iplanet.am.sdk.AMException: Could not find service config : iPlanetAMAuthService
    at com.iplanet.am.sdk.AMObjectImpl.getTemplate(AMObjectImpl.java:696)
    at com.sun.identity.authentication.service.AuthD.getOrganizationTemplate(AuthD.java:1234)
    at com.sun.identity.authentication.service.LoginState.populateOrgProfile(LoginState.java:462)
    at com.sun.identity.authentication.service.LoginState.createAuthContext(LoginState.java:1219)
    at com.sun.identity.authentication.service.AuthUtils.getAuthContext(AuthUtils.java:229)
    at com.sun.identity.authentication.service.AuthUtils.getAuthContext(AuthUtils.java:166)
    at com.sun.identity.authentication.UI.LoginViewBean.forwardTo(LoginViewBean.java:321)
    at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:981)
    at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:615)
    at com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:473)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:807)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
    at com.sun.mobile.filter.AMLController.doFilter(AMLController.java:163)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:280)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161)
    at com.iplanet.ias.web.WebContainer.service(WebContainer.java:580)"
    How could i solve this error?
    regards;

    hi;
    i open debug option at communication express. then i restart web server , but i saw this error " info: WEB2798: [uwc] ServletContext.log(): TRACE DefaultXSLUILocatorHandler.init: adding .ie55.(Pattern:Mozilla/4.0 (compatible; MSIE 5.5;Device:html;supportClientXSL:false)"
    What is this mean it?How could i solve this problem?
    thanks...
    regards...

  • Communication Express 6.3 fails to show Address Book.

    Hi all ,
    well i am deploying the Communication express 6.3 on sun app server 8.2 ,
    it fails to show the address book ,
    rest of it working up to the mark ,
    well it showed me once that there is some thing wrong with some style sheet ?
    regards
    Adeel
    Edited by: adeelarifbhatti on Sep 19, 2008 4:26 AM

    elson.vhliu wrote:
    i had applied the patch 122793-31 few weeks ago, but this problem started before i apply the patch, i'm using application server as a web container. for your information, in our server have 2 LDAP server
    This behaviour has been reported before by a number of customers who are running UWC/CE on Application Server:
    http://forums.sun.com/thread.jspa?threadID=5424006
    My advice remains the same name:
    1. Deploy UWC/CE to Sun WebServer 7 instead which has not exhibited this behaviour.
    2. Log a Sun Support case so a detailed investigation can be performed.
    Regards,
    Shane.

  • Communication Express with AM SDK

    I'm installing JES on 3 hosts. One is Directory Server, one has Access Manager and the third one should have Messaging + Communication Express.
    On the third host I need to install MS, Web Server, Acess Manager SDK and Administration Server.
    I install all of them and use "configure later".
    The config of Adm Serv, Web Serv goes quick.
    Then AM SDK via silent config.
    I receive one error:
    chown: jaxrpc-spi.jar: No such file or directoryBut the configuration ends.
    Then I config MS and finally CE ( uwc ).
    After restarting WebServ with CE/uwc I receive
    "Not Found" in place of uwc.
    When I do it alltogether on one host it's quick and easy.
    What's wrong?
    I think a AM SDK configuration is the point.
    I'm not sure about few options:
    DEPLOY_LEVEL=?
      3 = Install Access Manager SDK only
      4 = Install SDK only and configure the containerDIRECTORY_MODE=?
    I've chosen 4.
    Anyone?

    This just came by my desk. . .
    1) First check if the webserver runtime owner is root:other. In other words the runtime owner should
    be the same for AM Server, AM SDK and UWC. It is preferred that the runtime owner be root:other
    If the runtime owner for the webserver is not root (but webservd) then do the following
    a) change the ownership of /opt/SUNWwbsvr/https-host.domain.com directory to root:other (recursively)
    b) Edit the /opt/SUNWwbsvr/https-host.domain.com/config/magnus.conf file and change the line containing
    "user webservd" to "user root"
    c) restart the webserver
    2) Checking of AM SDK. Run the following command from the frontend AM SDK location and should see
    some output like the following
    /opt/SUNWam/bin # ./amadmin -u amadmin -w password -m http://zaptos.red.iplanet.com:80
    Get Sessions: Server Name = http://zaptos.red.iplanet.com:80
    [Current Session] User Id: amAdmin Time Remain: 120 Max Session Time: 120 Idle Time: 0 Max Idle Time: 30
    To invalidate sessions, enter the index numbers
    [CR without a number to exit]:
    Success 0: Successfully completed
    3) If the above didn't work as expected, then follow this step. Create a new state file for AM SDK configuration
    #cat amsamplesilent.uwc
    DEPLOY_LEVEL=4
    SERVER_PROTOCOL=http
    SERVER_NAME=AM_SERVER_HOSTNAME #### (AM server hostname)
    SERVER_HOST=AM_SERVER_HOSTNAME_FQDN #### (AM server hostname fully qualified domain name)
    SERVER_PORT=AM_SERVER_WEB_CONTAINER_PORT
    ADMIN_PORT=AM_SERVER_WEB_ADMIN_PORT
    DS_HOST=DS_HOSTNAME_FQDN #### (Directory server hostname)
    DS_DIRMGRPASSWD=DM_PASSWORD
    ROOT_SUFFIX=UG_SUFFIX
    ADMINPASSWD=AMADMIN_PASSWORD
    AMLDAPUSERPASSWD=AMLDAPUSERPASSWORD
    COOKIE_DOMAIN=.iplanet.com
    AM_ENC_PWD="myQDWqCBhvI0bfp/BF/1b7+k/BiEpVcY" #### Got this from AMConfig.properties file
    NEW_OWNER=root
    NEW_GROUP=other
    WEB_CONTAINER=WS6
    SSL_PASSWORD="sample"
    BASEDIR=/opt/SUNWam
    CONSOLE_HOST=$SERVER_HOST
    CONSOLE_PORT=$SERVER_PORT
    CONSOLE_PROTOCOL=$SERVER_PROTOCOL
    CONSOLE_REMOTE=true ##### This was false before, I modified this
    SERVER_DEPLOY_URI=/amserver
    if [ $DEPLOY_LEVEL -eq 2 -o $DEPLOY_LEVEL -eq 12 ]; then
    CONSOLE_DEPLOY_URI=$SERVER_DEPLOY_URI
    else
    CONSOLE_DEPLOY_URI=/amconsole
    fi
    PASSWORD_DEPLOY_URI=/ampassword
    COMMON_DEPLOY_URI=/amcommon
    DIRECTORY_MODE=4 #### this was 1 before. I modified this
    DS_PORT=389
    DS_DIRMGRDN="cn=Directory Manager"
    USER_NAMING_ATTR=uid
    ORG_NAMING_ATTR=o
    ORG_OBJECT_CLASS=sunismanagedorganization
    USER_OBJECT_CLASS=inetorgperson
    DEFAULT_ORGANIZATION=
    JAVA_HOME=/usr/jdk/entsys-j2se
    AM_REALM=disabled
    PLATFORM_LOCALE=en_US
    XML_ENCODING=ISO-8859-1
    NEW_INSTANCE=false
    ############### Required for Web Server ###############################
    WS61_INSTANCE=https-COMMS_EX_HOSTNAME_FQDN #### I modified this to reflect frontend hostname
    WS61_HOME=/opt/SUNWwbsvr
    WS61_PROTOCOL=$SERVER_PROTOCOL
    WS61_HOST=$SERVER_HOST
    WS61_PORT=$SERVER_PORT
    WS61_ADMINPORT=$ADMIN_PORT
    WS61_ADMIN="admin"
    WS61_IS_SECURE=false
    DIRECTORY_MODE=4
    DS_PORT=389
    DS_DIRMGRDN="cn=Directory Manager"
    USER_NAMING_ATTR=uid
    ORG_NAMING_ATTR=o
    ORG_OBJECT_CLASS=sunismanagedorganization
    USER_OBJECT_CLASS=inetorgperson
    DEFAULT_ORGANIZATION=
    JAVA_HOME=/usr/jdk/entsys-j2se
    AM_REALM=disabled
    4) Take a backup of /etc/opt/sun/identity/AMConfig.properties. Check the content of the following lines in that file
    com.iplanet.am.directory.host=AM_SERVER_HOSTNAME_FQDN
    com.iplanet.am.server.host=AM_SERVER_HOSTNAME_FQDN
    com.iplanet.am.console.host=AM_SERVER_HOSTNAME_FQDN
    com.iplanet.am.profile.host=AM_SERVER_HOSTNAME_FQDN
    com.iplanet.am.naming.url=http://AM_SERVER_HOSTNAME_FQDN:WEBCONTAINER_PORT/amserver/namingservice
    com.iplanet.am.notification.url=http://COMMS_EX_HOSTNAME_FQDN:WEBCONTAINER_PORT/notificationservice
    5) Make sure the default domain contains the CORE and LDAP services
    (can be found using the amconsole, check in the services tab)
    6) Make sure the uwcauth.properties reads the complete dn for the variable uwcauth.identity.binddn as shown below
    !Bind DN of AdmAdmin
    uwcauth.identity.binddn=uid=amadmin,ou=people,o=usergroup

  • Communication express 6.3 - timeout issus

    Dear Sun,
    Recently my office communication express 6.3 mail proxy encounter a timeout issue while login, i had changed the timeout sessions to value 600, but the problem still remain, sometime we need to login few times . Can Sun guide me to find out the root cause? thanks

    elson.vhliu wrote:
    i had applied the patch 122793-31 few weeks ago, but this problem started before i apply the patch, i'm using application server as a web container. for your information, in our server have 2 LDAP server
    This behaviour has been reported before by a number of customers who are running UWC/CE on Application Server:
    http://forums.sun.com/thread.jspa?threadID=5424006
    My advice remains the same name:
    1. Deploy UWC/CE to Sun WebServer 7 instead which has not exhibited this behaviour.
    2. Log a Sun Support case so a detailed investigation can be performed.
    Regards,
    Shane.

  • Sun communication express - Calendar colour features

    Hi Sun,
    Is the colour for calendar event in sun communication express customizable.
    Let say event A is blue, Event B is red
    Cheer
    UBD

    ubd wrote:
    Is the colour for calendar event in sun communication express customizable.
    Let say event A is blue, Event B is redNo.
    There is an RFE logged for this feature (RFE#6357817 - "Would like to have events color coded based to type") but as new features aren't being added to UWC/CE it will never be implemented.
    There is also an RFE for Convergence (RFE#6633158 - "iwc should support different visual indication based on type of event").
    If this functionality is important to your organisation then you will need to push this RFE via your Sun Account Manager who can then raise it with the Convergence product manager.
    Regards,
    Shane.

  • Communication express dates inconsistencies

    hello
    an user sent some emails via connector on the 3/7 but these emails never arrived. one moth later on the 4/8 this user retyped these emails and sent them again. then she connected to the uwc and in the sent items she could see the emails with date of 3/7 but when she opened them it was in fact the mails van 4/8. I am just wondering what causes this behaviour and how to correct the dates or show the correct messages with the correct dates?
    thank you in advance.
    Mariog

    mario_garcia wrote:
    I have asked more questions about what they mean never arrived. they just said 'had lost emails'.. Hmm... I'm a little surprised it took over a month before they tried to resend it and bring this to your attention. This alone makes me a little 'suspicious' of their story.
    as far as the messages in the message store are concerned. the date in the header is from 4/8. and if i do a ls -l in the folder where these messages are stored, it also shows 4/8, however in communications express, sent items you see them with date of 3/7.You need to be careful of which folders the customer is looking at and which folders you are looking at. Remember that Outlook by default stores emails in the "Sent Items" folder and Comms Express stores them in the "Sent" folder. So make sure the user is actually looking at the correct folder -- this would explain how the dates could be different. Otherwise it isn't possible for an email to have a date header and a timestamp of 4/8 then show as 3/7 in Comms Express.
    Regards,
    Shane.

  • Communications Express without Calendar???

    Hi all, is it possible to install Communications Express without Calendar Server running? I get the impression from Sun's docs that in order to install Comms Express you first need Messaging Server and Calendar Server running. The reason I ask is that our current iMS5.2 environment is to be upgraded to JES Messaging Server 6.3 but, for the time being, we are not in need of a Calendaring system. This may change in the future.
    I am particularly interested in knowing whether it is possible to install Comms Express providing just messaging services and later, let's say in 6mths, add Calendaring services.
    Thanks in advance,
    Stewart

    Hi,
    mcleans wrote:
    Hi all, is it possible to install Communications Express without Calendar Server running? Yes. There are a number of customers who run with this configuration.
    I get the impression from Sun's docs that in order to install Comms Express you first need Messaging Server and Calendar Server running.You need calendar server running if during the configuration of UWC you enable the calendar component:
    http://docs.sun.com/app/docs/doc/819-4440/6n6jfgche?a=view
    So in your case, just de-select the calendar component.
    The reason I ask is that our current iMS5.2 environment is to be upgraded to JES Messaging Server 6.3 but, for the time being, we are not in need of a Calendaring system. This may change in the future. Sounds fair to me. Why introduce the added complexity of calendar if you don't need it post-upgrade. Please note however that the outlook connector requires calendar to be installed/configured in UWC.
    I am particularly interested in knowing whether it is possible to install Comms Express providing just messaging services and later, let's say in 6mths, add Calendaring services.Yes you can do this by setting the calendar related settings in:
    /var/opt/SUNWuwc/WEB-INF/config/uwcconfig.properties
    Regards,
    Shane.

  • Communication Express - session timeout too fast

    Hi all,
    I have problem with communication express. Sometime, users are deconnected with the error :
    "Connection session time out. Please relog"
    This error can appear after 2 min, after reading 1 mail, or just after logging. I have tested with differents browsers.
    Communication express is installed on application server 9.1u2 on my frontend, on which convergence is installed too. I haven't any problem with convergence.
    Version :
    root@frontmail2prod# showrev -p | grep uwc
    Patch: 122794-24 Obsoletes: 118541-43, 117288-99, 117820-13, 119157-07 Requires: Incompatibles: 118042-22, 126233-04 Packages: SUNWuwc
    In uwcauth.properties :
    uwcauth.identity.enabled=false
    Messaging server version :
    root@frontmail2prod# /opt/sun/comms/messaging/bin/imsimta version
    Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)
    libimta.so 7u2-7.02 32bit (built 01:56:27, Apr 16 2009)
    Using /opt/sun/comms/messaging/config/imta.cnf (compiled)
    SunOS frontmail2prod 5.10 Generic_137112-03 i86pc i386 i86pc
    root@frontmail2prod# ./configutil | grep uwc
    local.webmail.sso.uwcenabled = 1
    In uwc.log, I can see :
    15 janv. 2010 13:34:56 com.sun.uwc.common.auth.MailProxyFilter doFilter
    GRAVE: Request doesn't contain webmail cookie
    15 janv. 2010 13:34:59 com.sun.uwc.common.auth.LDAPAuthFilter doFilter
    FIN: Check If Identity is enabled
    15 janv. 2010 13:34:59 com.sun.uwc.common.auth.LDAPAuthFilter doFilter
    INFO: --------Inside ldapfilter-----
    15 janv. 2010 13:34:59 com.sun.uwc.common.auth.LDAPAuthFilter doFilter
    FIN: Session is null
    15 janv. 2010 13:34:59 com.sun.uwc.common.auth.LDAPAuthFilter doFilter
    FIN: username is... null
    15 janv. 2010 13:34:59 com.sun.uwc.common.auth.LDAPAuthFilter doFilter
    FIN: username or password is null
    15 janv. 2010 13:34:59 com.sun.uwc.common.auth.LDAPAuthFilter doFilterAnd in log http from messaging server :
    [15/Jan/2010:13:38:13 +0100] frontmail2prod httpd[26005]: Account Information: connect [MY_IP:44087]
    [15/Jan/2010:13:38:13 +0100] frontmail2prod httpd[26005]: General Information: [MY_IP:44087] GET /cmd.msc?cmd=logout&mbox=&sid=nzSgJMhJW8c HTTP/1.1
    [15/Jan/2010:13:38:13 +0100] frontmail2prod httpd[26005]: Account Notice: close [] USER 2010/1/15 13:38:09 0:00:04 0 0 1Is anyone have idea ?
    Thx in advance
    JC

    Hi all,
    we have same problem with communication express. Sometime, users are deconnected with the error :
    "Connection session time out. Please relog"
    This error can appear after sometimes 10 min and sometimes different time.
    also we have tested with differents browsers.
    Communication express is installed on application server 9.1u2 on my frontend, on which convergence is installed too. I haven't any problem with convergence.
    Version :
    bash-3.00# showrev -p|grep uwc
    Patch: 122794-26 Obsoletes: 118541-43, 117288-99, 117820-13, 119157-07 Requires: Incompatibles: 118042-22, 126233-04 Packages: SUNWuwc
    bash-3.00#
    In uwcauth.properties :
    uwcauth.identity.enabled=false
    Messaging server version :
    bash-3.00# /opt/sun/comms/messaging64/bin/imsimta version
    Sun Java(tm) System Messaging Server 7u2-7.02 64bit (built Apr 16 2009)
    libimta.so 7u2-7.02 64bit (built 02:28:03, Apr 16 2009)
    Using /opt/sun/comms/messaging64/config/imta.cnf (compiled)
    SunOS posta2 5.10 Generic_141415-08 i86pc i386 i86pc
    bash-3.00#
    # ./configutil | grep uwc
    local.webmail.sso.uwcenabled = 1
    Is anyone have idea ?
    Thx in advance
    s.baskoylu

  • Communication Express Address Book problem

    Hi
    System Messaging Server 7.0-3.01 32bit (built Dec 9 2008)
    libimta.so 7.0-3.01 32bit (built 09:08:43, Dec 9 2008)
    Using /opt/sun/comms/messaging/config/imta.cnf
    SunOS 5.10 Generic_137137-09 sun4u sparc SUNW,Sun-Fire-V240
    Sun Java(TM) System Communications Express 6.3
    Sun Java Convergence 1u3
    After install Sun Java Convergence Address book in Communication Express gone. It showing white page after clicking on Address book tab. Address book is working fine under Convergence.

    luk4s1984 wrote:
    System Messaging Server 7.0-3.01 32bit (built Dec 9 2008)
    libimta.so 7.0-3.01 32bit (built 09:08:43, Dec 9 2008)Convergence 1u3 requires MS7u3 and above. You can use the "commpkg upgrade" command to migrate to MS7u3 64-bit.
    Sun Java(TM) System Communications Express 6.3 What is the exact patch level of UWC/CE (./showrev -p | grep uwc)?
    After install Sun Java Convergence Address book in Communication Express gone. It showing white page after clicking on Address book tab. Address book is working fine under Convergence.Which web-container are you running (Sun WebServer7/App-Server 9.1/Glassfish 2.1)?
    Are you running UWC/CE and Convergence in the same web-container?
    What JDK version is in use by the web-container hosting UWC/CE?
    Regards,
    Shane.

  • Portal 6.3.1 "Communications Express Address Book" provider

    Hi,
    Does anyone have working setup with "Communications Express Address Book" provider from PS 6.3.1 ? I'm having a problem to get it to connect to UWC address book in my JES3 test installation. All other connections to "old" address book, "old" and uwc-type mail, calendar, IM are working fine.
    Thanks,
    Mareks

    Hi,
    Thanks for yours replay, i have installed:
    jdk-6u16-solaris-i586
    jdk-6u16-solaris-x64
    anubis# pkginfo| grep JDK
    system SUNWj5cfg JDK 5.0 Host Config. (1.5.0_20)
    system SUNWj5dev JDK 5.0 Dev. Tools (1.5.0_20)
    system SUNWj5rt JDK 5.0 Runtime Env. (1.5.0_20)
    system SUNWj6cfg JDK 6.0 Host Config. (1.6.0_16)
    system SUNWj6dev JDK 6.0 Dev. Tools (1.6.0_16)
    system SUNWj6dmo JDK 6.0 Demo Programs (1.6.0_16)
    system SUNWj6dmx JDK 6.0 64-bit Demo Programs (1.6.0_16)
    system SUNWj6dvx JDK 6.0 64-bit Dev. Tools (1.6.0_16)
    system SUNWj6jmp JDK 6.0 Man Pages: Japan (1.6.0_16)
    system SUNWj6man JDK 6.0 Man Pages (1.6.0_16)
    system SUNWj6rt JDK 6.0 Runtime Env. (1.6.0_16)
    system SUNWj6rtx JDK 6.0 64-bit Runtime Env. (1.6.0_16)
    Should i downgrade my java ?
    Thanks,
    Mariusz

  • Having trouble with calendar server with SSO in communication express

    I have configured communication express with components calendar, messaging and access manager. I am able to login that but when i click on calendar ,it says "Aplication Error" NULL pointer Exception. I am able to access address book and options for all of them. i checked the am_sso.log , it has statement
    com.sun.uwc.UWCMainViewBean <init>
    SEVERE: UWCMainViewBean:forwardToURL(forwardtodefview) - null
    Can anybody tell me how to fix that problem?
    Thanks

    A similar problem was discussed over in the Calendar Server forum: http://forum.sun.com/jive/thread.jspa?threadID=101320 Check out the answers there (and the Calendar Server forum is probably a better place to ask this anyway since it looks pretty specific...)

Maybe you are looking for

  • Home sharing - cannot connect to media library - iOS 4.3.1 not working

    This question might be answered... Posting anyway in case it helps anyone else (did not find answer when I searched). Feel free to ignore or contribute as you wish. iPhone 3GS currently streaming a movie from MacBook Pro iTunes library so home sharin

  • Resetting a video card?  (ATI Radeon HD 2600 XT)

    So here's my issue. I am trying to connect a secondary monitor to my mac pro (10.5.8). The card in the machine is a ATI Radeon HD 2600 XT. The only port that seems to work on the card is "#2" (or the left port while looking at the card from the back

  • Lack of conformity with ID3V2.3 standard as regards multiple artists

    Hi there! It is defined in the informal standard for audio tags ID3V2.3 (http://www.id3.org/d3v2.3.0) that multiple artists can be listed as independent, coequal lead performers in the text information frame TPE1 ("lead artist(s)/lead performer(s)/so

  • Proxy User Authentication with SQL Developer

    Hello, I realized that there are 2 methods for configuring SQL Developer to user Proxy User Authentication. 1) one-session method with Syntax: personaluser[appuser] 2) two session-method with dialog "Proxy Connection" For me it is unclear, why anybod

  • HBO GO - Exceeded number of simultaneous video streams...

    hi, i'm unable to view any HBO go videos while logged in on my laptop, using any of the regular browsers FF/IE/Chrome as I constantly get this message once i hit play "You have exceeded the maximum number of simultaneous video streams for your househ