Want to get rid of Google Ads, click here.
+ Reply to Thread
Results 1 to 26 of 26

Thread: Calendar

  1. #1
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,270

    Default Calendar

    Does anybody have the instructions for installing the Calendar?

    I got the webtier installed and depolyed the calendar.war. I get the login page but when logging in with falcon I get the error (SC server is running):

    System Error

    A system error occured.
    Please contact your administrator.





    At the moment I have problems logging onto HP's website so can't search there.
    Best regards Tommy
    Blog - - ITIL certified - Accredited Integration Specialist – HP OpenView Service Management

    Want to keep this site alive? Consider making a donation. Click here.

  2. #2
    Junior Member
    Join Date
    Aug 2007
    Location
    Poland
    Posts
    1

    Default

    I had the same problem but found solution as follow:
    1. In calendar.properties choose servlet not classic mode:
    com.peregrine.calendar.model.event.eventServiceLoc ation=http://localhost:13080/sc62server/PWS


    2. In my installation user falcon didn't have capability words required to use Change Calendar. I've added 'fscfull' and 'SOAP API' and now it works !



    Regards,
    Robert

  3. #3
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,270

    Default

    Thanks I was able to login now. But I don't see any changes.

    I can see that a new file is used cmcalendar. How/when is that populated ?
    Best regards Tommy
    Blog - - ITIL certified - Accredited Integration Specialist – HP OpenView Service Management

    Want to keep this site alive? Consider making a donation. Click here.

  4. #4
    Junior Member
    Join Date
    Jan 2008
    Posts
    1

    Default

    Hi,

    I have a problem with calendar too. Could you send me any changes in the calendar.properties file?

    There is a calendar.ear file. Where is the right place?

    Best regards,

    Athis

  5. #5
    Junior Member
    Join Date
    Nov 2007
    Posts
    23

    Default

    I've seen that cmcalendar is updated whenever cm3r/cm3t are updated. Once again, how nice it would be to have a relational application.

    Tommy you have installed HP calendar 2.1? Or SC change calendar 6.2? I have 2.1 running and I think cmcalendar was also used for 6.2. I have the install guides and release notes if you still need them.

    On the ear file: that is used for Websphere I think? The calendar.war file would be used for Tomcat. war files go in the Tomcat webapps dir and Tomcat installs them, as mentioned in install guides. Don't know about Websphere myself.

  6. #6
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,270

    Default

    I think it is 2.1 for SM 7

    Do you have anything in formatctrl, triggers or ioevents that could be doing to updating?
    Best regards Tommy
    Blog - - ITIL certified - Accredited Integration Specialist – HP OpenView Service Management

    Want to keep this site alive? Consider making a donation. Click here.

  7. #7
    Junior Member
    Join Date
    Nov 2007
    Posts
    23

    Default

    Yes I think calendar 2.1 is required for SM 7. I don't know what is updating cmcalendar, I installed the calendar web app out of box mostly, except for a few mods to the web app files we had done for change calendar 6.2, which all work fine in 2.1.

  8. #8
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,270

    Default

    Strange.

    Well I just have to test some more.
    Best regards Tommy
    Blog - - ITIL certified - Accredited Integration Specialist – HP OpenView Service Management

    Want to keep this site alive? Consider making a donation. Click here.

  9. #9
    Senior Member
    Join Date
    Apr 2007
    Posts
    160

    Default

    Guys,

    All calendar items are stored in the cmcalendar file in ServiceCenter where they are then retrieved using the Change Management Web Services Description Language (WSDL) that ServiceCenter publishes out of box.

    Hope this helps explain it a little more.

    Martin

  10. #10
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,270

    Default

    Quote Originally Posted by Nosnibor35 View Post
    Guys,

    All calendar items are stored in the cmcalendar file in ServiceCenter where they are then retrieved using the Change Management Web Services Description Language (WSDL) that ServiceCenter publishes out of box.
    Yes I discovered that but I have not yet found out what populates that table.
    Best regards Tommy
    Blog - - ITIL certified - Accredited Integration Specialist – HP OpenView Service Management

    Want to keep this site alive? Consider making a donation. Click here.

  11. #11
    Senior Member glg's Avatar
    Join Date
    Aug 2004
    Location
    Chicago, IL, USA
    Posts
    714

    Default

    Where did you get the cmcalendar dbdict? Is there an unload that came with the calendar? Would think there would need to be triggers or something in that unload that'll copy to cmcalendar.

  12. #12
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,270

    Default

    Its default in SM 7.
    Best regards Tommy
    Blog - - ITIL certified - Accredited Integration Specialist – HP OpenView Service Management

    Want to keep this site alive? Consider making a donation. Click here.

  13. #13
    Junior Member
    Join Date
    Jun 2007
    Posts
    7

    Default cmcalendar not getting populated

    I've just installed SM 7.01 and there is no data in the cmcalendar table. Even creating a new change doesn't populate the table. Is there some step required to turn this on?

  14. #14
    Senior Member
    Join Date
    Jul 2006
    Location
    San Francisco, CA
    Posts
    172

    Default

    Until you enable Change Calendar integration in the System Information Definition Record, no change calendar records will be created.

    Once you've activated the integration (you'll need to disconnect and reconnect), as you update and create tasks and changes, the related change calendar records will be created.

  15. #15
    Junior Member
    Join Date
    Jun 2007
    Posts
    7

    Default Calendar installation steps not in the manual

    Yes, that is what was missing from the manual:

    For SM7:
    Go to System Administration -> Base System Configuration -> Miscellaneous -> System Information Record
    On the Active Integrations tab, check the Change Calendar check box and fill-in the URL for the Change Calendar

    Then disconnect/connect.
    Any new changes or modified changes will be copied to the cmcalendar table now.

  16. #16
    Junior Member
    Join Date
    Feb 2008
    Posts
    5

    Cool

    Just been given another pointer to a glitch in a course. Using 7.01.

    in the calendar\WEB-INF\classes directory amend the calendar properites file.

    There is a typo in the following

    # Configures the page that the login control redirects to after a successful login.
    loginRedirectUrl=calendar.jsp?redrected=true

    in the original, word redirected is spelt incorrectly.
    Last edited by wolven; 2008-06-23 at 17:26.

  17. #17
    Junior Member
    Join Date
    Nov 2007
    Posts
    7

    Default

    Hi

    Can anyone provide me the sccalendar.war file. I want to enable change calendar for SC 6.2

    Thanks
    Suresh

  18. #18
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,270

    Default

    It is in the download file you can get from HP's website.
    Best regards Tommy
    Blog - - ITIL certified - Accredited Integration Specialist – HP OpenView Service Management

    Want to keep this site alive? Consider making a donation. Click here.

  19. #19
    Senior Member
    Join Date
    Feb 2002
    Location
    Ohio
    Posts
    162

    Default

    Can you tell me what these CAP Words really do??
    Are they just for the Calendar?

    fscfull or fscread (One permits write access,the other permits read only)

    SOAP API (Permit Web Service acces to allow the application to work)

  20. #20
    Senior Member mateuszk's Avatar
    Join Date
    Nov 2006
    Posts
    302

    Default

    Quote Originally Posted by thomast View Post
    Can you tell me what these CAP Words really do??
    Are they just for the Calendar?

    fscfull or fscread (One permits write access,the other permits read only)

    SOAP API (Permit Web Service acces to allow the application to work)
    fsc(full|read) - only for CM Cal
    SOAP API - exactly what it says, access to SOAP API
    (more on this in the Docs for SC/SM)

  21. #21
    Senior Member
    Join Date
    Feb 2002
    Location
    Ohio
    Posts
    162

    Default

    do I need to give them SOAP API to use the Calendar???

  22. #22
    Senior Member
    Join Date
    Apr 2007
    Posts
    160

    Default

    Quote Originally Posted by thomast View Post
    do I need to give them SOAP API to use the Calendar???
    Yes, and then the capability word that will best suit the access you want to give them.

  23. #23
    Senior Member
    Join Date
    Feb 2002
    Location
    Ohio
    Posts
    162

    Default

    Ok Thanks...

  24. #24
    Junior Member
    Join Date
    Mar 2009
    Posts
    3

    Default

    In the calendar.properties file:
    Setting dateOrderOverride might solve the problem when no changes are shown.

    Example:
    com.peregrine.calendar.model.event.serviceCenter.d ateOrderOverride=4

    Try to make a new change and test it.

    Regards,
    Christian

  25. #25
    Member
    Join Date
    Dec 2008
    Location
    Russia
    Posts
    72

    Default

    Quote Originally Posted by tommy View Post

    Do you have anything in formatctrl, triggers or ioevents that could be doing to updating?
    Hello
    There is a subroutine in FC "cm3r" post.fc which create and update cmcalendar records from Changes
    may be something wrong with conditions
    Thanks
    Last edited by pkuchugov; 2009-03-06 at 19:10.

  26. #26
    Junior Member
    Join Date
    Mar 2008
    Posts
    28

    Default

    Hi folks,
    i have a display problem with my Change Calendar : At first, the calendar works fine, but some days ago i had the problem, that when i click on a change a window opened with some tabs with no content. Today the details of the Change are diplayed, but nor tabs anymore ? Any ideas ?
    Thank you !

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Tags for this Thread

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts