Activity reports

Hi, I have a question
S_ALR_87013646
S_ALR_87013617
those 2 reports show the total Actual Activity happened in that month but I want to see a detailed line item ,Like in that month a total actual qty  is 100  but I want see from which Process order or HR , this 100 came,
is there any report to see like that,
Please help me ,, thx
Paartha

Hi,
I think you can view the line item details of the activities confirmation through KSB1-Actual Line item report by taking the concerned allocation cost element(IAA) for the selected period. You can modify the layout of the report by adding the required fields  and removing the fields not required. This will give full detais.
Trust this helps much!
Cheers!

Similar Messages

  • Activity Report download is saved without extension and unreadable

    Hello,
    The Portal Activity Report iView has a button which enables the user to download the report to his PC.
    The problem is that when the user clicks on that button and saves the file it is being saved by this default name: com.sap.portal.activityreport.frontend.DownloadableActivityReport
    The main problem is that it is being saved by default without any extension and after saving the user needs to manually add the .xls suffix.
    Another problem is that once I open the report with Excel The Object Name column is unreadable.
    Is there any way to resolve these issues?
    Roy

    Hi Roy,
    > if it wasn't supported there
    > or you would still consider it as a bug?
    The feature in general of course was supported, but what I cannot say is if it was a known issue that it didn't work correctly. As I dont't use the ActivityReport, I also have no experience if it didn't work at some time and maybe now is working.
    The wrong filename I don't expect to be corrected in the meanwhile, as said, that's a problem in some places. So at least for this you could open an OSS message. And maybe combine this with the problematic column issue.
    But if upgrading to SP18 would be an option for you, maybe you could first test that.
    Hope it helps
    Detlev

  • No data in Portal Database tables for Activity Report

    Hi experts,
    I've developed an Activity Report application in SAP Portal 7.0, which went live but the report shows no data.
    We are pulling data from 2 portal database tables: WCR_WEBCONTENTSTAT and WCR_USERPAGEUSAGE
    In non production environment there is data in the report but there is no data in the production environment.
    The Activity Report service is already activated/started and set to true.
    What could have caused this? And what should we check now?
    What other configurations/setup should be done?
    Regards,
    Greg

    Hi Greg,
    Those are the aggregated tables. If they are not filled with data although the Portal Activity Report is activated, you should check whether the aggregation finished successfully.
    In the older SPs there were some problems that were fixed in later SPs of 7.0.
    In order to have the latest version of Portal Activity report, you can check SAP note 1084379 - Portal Activity Report - Latest Version (SDA file).
    You can compare the SP via the MANIFAST file, as it contains the version and SP number.
    In order to troubleshoot problems in Activity Report, you can follow SAP note: 1690023 - Portal Activity Report - Component-specific Note
    Some basic checks that you can do:
    Run query on the raw data tables to check since when there is data in those tables:
    select min(timestamphour) from SAP<SystemID>DB.WCR_WEBCNODESTAT;
    If there is too much data from long time ago, then you should delete the old data, and leave only the new data (there is anyways retention time for the data to be kept).
    If there is no data, then it means that the Portal Activity Report does not collect data, and not really activated (usually this is not the case).
    The aggregation runs every top of the hour, so you can check in the default traces for an error during that time.
    In most of the cases something went wrong while aggregating the data.
    As a result the aggregation is not finished, so the transaction is not being committed, and the aggregated tables stay empty.
    If there is a DuplicateKeyException in the trace, you can follow SAP note 1054145 - Duplicate Key Exception.
    If you have any more questions, please don't hesitate to ask.
    I hope this information helps,
    Thanks & regards,
    Michal Zilcha-Lang

  • How to list the documents in the Portal Activity Report?

    Hello,
    In the Portal Activity Report I would like to see the documents list with number of uploads, number of downloads and the username who have accessed the documents for monthly. Can any one help me where to mention all the details regarding this one. I didn't found anything regarding this in the Portal Activity Report.
    Thnx in advance.
    cheers,
    Murali

    Hello,
    Can anyone help me solving this problem.
    Thnx in advance
    cheers
    Murali

  • Create an Activity Report for Current Week

    I would like to create a activity report for the current week. The trick is that if the weekday is Wednesday or earlier (Sunday being the first day of the week), the report shows last week's activities; but if the weekday is Thursday or later (Saturday being the last day of the week), the report shows the current weeks activities.
    I have a filter that works in Access but does not seem to work in Siebel. It does just what I explained above:
    Between CDate(Int((IIf(Weekday(Now())<=4,Now()-(6+Weekday(Now())),Now()-(Weekday(Now())-1))))) And CDate(Int((IIf(Weekday(Now())<=4,Now()-Weekday(Now()),Now()+(7-Weekday(Now()))))))
    Thank you,
    David
    Edited by: DavidE on Oct 7, 2008 4:17 PM

    David,
    try this:
    case DAYOFWEEK(CAST(Activity."Planned Start Time" AS date))when 1 then timestampadd(sql_tsi_day,1,CAST(Activity."Planned Start Time" AS date)) when 3 then timestampadd(sql_tsi_day,-1,CAST(Activity."Planned Start Time" AS date)) when 4 then timestampadd(sql_tsi_day,-2,CAST(Activity."Planned Start Time" AS date)) when 5 then timestampadd(sql_tsi_day,-3,CAST(Activity."Planned Start Time" AS date)) when 6 then timestampadd(sql_tsi_day,-4,CAST(Activity."Planned Start Time" AS date)) when 7 then timestampadd(sql_tsi_day,-5,CAST(Activity."Planned Start Time" AS date)) else CAST(Activity."Planned Start Time" AS date) end
    This gave me the sunday of the week. You should be able to modify this format for your purposes.
    cheers
    Alex

  • KM Activity Reporting  --  Enhancing Customer Reports

    Hello friends,
    I have a quick query on KM activity reporting . I came across this article by name  "Enhancing Customer Reports with Commands and Parameters" by Thilo Brandt dated 11th July 2006 .
    Here is the link to the article
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d28a67b-0c01-0010-8d9a-d7e6811377c0
    I would like to know if deploying the code given in the article would directly produce the report given in the article . Is this a fully functional code ? I am asking this because i have not come across any User Interface code in the example . Please respond with your comments at the earliest .
    Many thanks in advance
    Subra

    Hi Subra,
    look in the file DocumentAccessReport.java
    and take a look in the middle of the file :
    // reporting properties
    protected static final List m_resultPropertyNames;
    protected static final IPropertyName m_propDisplayname;
    protected static final IPropertyName m_propUniqueUserCount;
    protected static final IPropertyName m_propTotalCount;
    protected static final IPropertyName m_propLastAccessed;
    protected static final IPropertyName m_propLastModified;
    Regards, Kai

  • Need to join two queries A/R statemet and Activity report

    I have two  separate queries that need to be one. I have an A/R statement where I want to add notes next to each invoice. Currently these are two separate reports. How can I link the activity Report to the A/R Statement. Below are the two separate reports. I am not sure how to join the files. A/R Aging Report Declare @d datetime set @d /*Select 1 from jdt1 t where t.duedate*/=[%1] select * from ( SELECT T1.CardCode, T1.CardName, T0.RefDate, T0.Ref1 'Document Number',     CASE  WHEN T0.TransType=13 THEN 'Invoice'           WHEN T0.TransType=14 THEN 'Credit Note'           WHEN T0.TransType=30 THEN 'Journal'           WHEN T0.TransType=24 THEN 'Receipt'           END AS 'Document Type',     T0.DueDate, (T0.Debit- T0.Credit) 'Balance'     ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,@d)=0 and DateDiff(day, T0.DueDate,@d)30 and DateDiff(day, T0.DueDate,@d)60 and DateDiff(day, T0.DueDate,@d)90 and DateDiff(day, T0.DueDate,@d)=121),0) '121+ Days' FROM JDT1 T0 INNER JOIN OCRD T1 ON T0.ShortName = T1.CardCode WHERE  T1.CardType = 'C' ) sub Activity Report SELECT T1.[ClgCode],T2.[U_NAME], T4.[Name] as Status, T0.[CardCode], T0.[CardName], T0.[DocNum], T0.[U_AIS_DVIInvName] as 'SF Invoice Name', (T0.U_AIS_DVISFSO) as 'SO#', T0.[DocDate],T0.Taxdate as 'Month Of Service',T0.[U_AIS_DVIOpptyNm],T0.[U_AIS_DVIAdvNm],T0.[U_AIS_DVIManNm],T0.[U_AIS_DVIAcctNm], T0.[DocTotal], T0.[DocStatus],  T1.[Recontact],  T1.[Details], T1.[Notes], T1.[CntctType], T3.[Name] FROM OINV T0 left join OCLG T1 on t0.docentry = t1.docentry and  T0.[ObjType]  =  T1.[DocType] left outer JOIN OUSR T2 ON T1.UserSign = T2.USERID left outer join OCLT T3 ON T1.CntctType = T3.Code left outer join OCLS T4 ON  T1.CntctSbjct = T4.Code where T1.[CntctType] =6 or T1.[CntctType] =7

    This is what I have so far.. it finally produced results but I notice the amount on the Activity + Aging does not match what is on the Aging and that seems to be what the issue is... that was my check to know the report is working. Basically the report should show the aging + any activity associated with the open invoice. The amount on the report is lower than the aging.. I am attaching the aging query  and the aging with activity Query. It looks like something is not joining correctly as the amounts do not match on the balance. Aging Report Declare @d datetime set @d /*Select 1 from jdt1 t where t.duedate*/=[%1] select * from ( SELECT T1.CardCode, T1.CardName, T0.RefDate, T0.Ref1 'Document Number',     CASE  WHEN T0.TransType=13 THEN 'Invoice'           WHEN T0.TransType=14 THEN 'Credit Note'           WHEN T0.TransType=30 THEN 'Journal'           WHEN T0.TransType=24 THEN 'Receipt'           END AS 'Document Type',     T0.DueDate, (T0.Debit- T0.Credit) 'Balance'     ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,@d)=0 and DateDiff(day, T0.DueDate,@d)30 and DateDiff(day, T0.DueDate,@d)60 and DateDiff(day, T0.DueDate,@d)90 and DateDiff(day, T0.DueDate,@d)=121),0) '121+ Days' FROM JDT1 T0 INNER JOIN OCRD T1 ON T0.ShortName = T1.CardCode WHERE  T1.CardType = 'C' ) sub Activity + Aging Declare @d datetime set @d /*Select 1 from jdt1 t where t.duedate*/=[%1] select * from ( SELECT T1.CardCode, T1.CardName, T0.RefDate, T0.Ref1 'Document Number',     CASE  WHEN T0.TransType=13 THEN 'Invoice'           WHEN T0.TransType=14 THEN 'Credit Note'           WHEN T0.TransType=30 THEN 'Journal'           WHEN T0.TransType=24 THEN 'Receipt'           END AS 'Document Type',     T0.DueDate, (T0.Debit- T0.Credit) 'Balance'     ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,@d)=0 and DateDiff(day, T0.DueDate,@d)30 and DateDiff(day, T0.DueDate,@d)60 and DateDiff(day, T0.DueDate,@d)90 and DateDiff(day, T0.DueDate,@d)=121),0) '121+ Days', T6.[FirstName] as 'AP Contact First Name', T6.[LastName] as 'AP Contact Last Name' , T6.[E_MailL], T6.[Notes1] as ' AP Supervisor', T2.[ClgCode],T7.[U_NAME], T4.[Name] as Status, T5.[DocNum], T5.[U_AIS_DVIInvName] as 'SF Invoice Name', (T5.U_AIS_DVISFSO) as 'SO#', T5.[DocDate],T5.Taxdate as 'Month Of Service',T5.[U_AIS_DVIOpptyNm],T5.[U_AIS_DVIAdvNm],T5.[U_AIS_DVIManNm],T5.[U_AIS_DVIAcctNm], T5.[DocTotal], T5.[DocStatus],  T2.[Recontact],  T2.[Details], T2.[Notes], T2.[CntctType], T3.[Name] FROM JDT1 T0 INNER JOIN OCRD T1 ON T0.ShortName = T1.CardCode INNER JOIN OCLG T2 ON T1.CardCode = T2.CardCode INNER JOIN OCLT T3 ON T2.CntctType = T3.Code INNER JOIN OCLS T4 ON T2.CntctSbjct = T4.Code INNER JOIN OINV T5 ON t5.docentry = t2.docentry and  T5.[ObjType]  =  T2.[DocType] left outer join OCPR T6 ON T2.CntctCode = T6.CntctCode left outer JOIN OUSR T7 ON T2.UserSign = T7.USERID WHERE  T1.CardType = 'C' and (T2.[CntctType] =6 or T2.[CntctType] =7) ) sub

  • No data in Daily Activity Report

    Hi expert,
    There was no data in Daily Activity Report. But I changed the interval to 'Hourly', it displayed normally.
    Why?
    the version is 7.0 SP17
    Regards,
    Sidney

    Hi Raghu,
    That is what I do, but also no data.
    Does it need to set 'Save interval (minutes)' to 1440 in 'com.sap.portal.activityreport.core'?
    Regards,
    Sidney

  • How to execute the Portal Activity Report

    Hello,
    In the System Administration -> System Configuration-> Service Configuration Editor
    Under Applications->com.sap.portal.activityreport.core-> Services->ActivityReport and I have configured the report.
    I saved I have restarted the service to effect the changes and in Portal Catalog
    Application->com.sap.portal.activityreport.core and I have administrated the changes. The Application Details Editor is displayed.
    I have clicked the Restart the portal also.
    I would like to know how to execute this Portal Activity Report after making this configuration.
    Can anyone help me.
    Thnx in advance
    cheers
    Kris

    Hi Kris,
    here an example with steps:
    1. Navigate to Content Administration -> Portal Content
    2. Step into a test folder and right click on the folder to create a new iView
    2. Select the template "Portal Activity Report iView"
       Name: Daily User Logins
       Technical Name: DailyUserLogins
    3. Open the newly created iView and define the following parameters
       under "Specify report content"
          Start of Reporting: Date 01.01.2005 and Time: 08:00
          End of Reporting: Date 31.12.2005 and Time: 24:00
          Time Unit for Reporting: Daily
       under "Configure report options"
          Information to Report: Number of users logged on
    You have created a new reporting iView, aggregating information about the number of anonymous and authenticated users on a daily basis.
    Hope this helps,
    Robert

  • Can the Portal Activity Report show unique users per page?

    Hello all
    I guess this is a rather simple question, but can someone tell me if the portal activity report can show a count of unique users per page per week for instance?
    Or will it just show which users have visited the page in a list without aggregating them to a number? And if the users are aggregated to a number, is it only uniwue users that are counted for the given period?
    Regards,
    Martin

    Hi sogaard,
    It shows the no of unique logons.isnt it.
    Try these blogs
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5497
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5436
    Hope this helps
    Regards
    Vineeth

  • GMT wrong in activity report

    We have just instaled latest version of portal activity report, sap note 1084379, and now we see statistics with 3 hours of diference, por example, at 14:00, we see datas for 11:00
    Download Report
    Portal Activity Report - Number of users who logged on
    Day Date/Time Authenticated Users Anonymous Users
    mié 15. oct 2008 05:00 (GMT) 1 1
    mié 15. oct 2008 06:00 (GMT) 3 1
    mié 15. oct 2008 07:00 (GMT) 3 3
    mié 15. oct 2008 08:00 (GMT) 7 3
    mié 15. oct 2008 09:00 (GMT) 2 1
    mié 15. oct 2008 10:00 (GMT) 4 2
    mié 15. oct 2008 11:00 (GMT) 7 1
       Página 1 / 1
    Just now, the hour is 14:10
    Where can we see-change time?

    Hello Santiago,
    The portal nodes within a cluster can be in different time zones, yet the activity data from all nodes are aggregated together and reported together. To enable the reporting of hourly data from different time zones, portal activity reports display hourly data based on the GMT time zone.
    For example, portal activity in a single cluster that occurs from 10 to 11 a.m. on a portal node in New York and from 4 to 5 p.m. on a portal node in Frankfurt is reported as occurring between 2 and 3 p.m. GMT. This example assumes daylight savings time.
    Regards,
    Victoria Gur
    Installed Base Development Engineer
    NetWeaver Portal Platform
    SAP Labs Israel

  • Portal Activity report iview

    Hi
    I created a portal activity iView when i preview it and  click on Download Report button it is giving an empty report
    any help is appreciated
    regards
    ambicasony

    hi ,
    here by attaching a few articles regarding portal activities.
    Mysteries of the Portal Activity Report II,
    Portal Activity Report - Error,
    Mysteries of the Portal Activity Report III,
    Mysteries of the Portal Activity Report,
    The Final Word (Hopefully) on the Portal Activity Report
    i hope i have given u the entire documents on portal activity.......u cn check it easily where u have went wrong
    regards
    bhargava
    pts r always welcome

  • Portal Activity Report

    Hi,
    I am working on EP 7.0 SP 18. I have created an Activity Report iView to track which users have used my WebDynpro application.My Wedynpro application is on a page and the Monitor User property of the page is also turned on.
    I am able to see the data for some days but it does not show any data for the later days.
    What could be the problem? The raw data gets saved in the portal database.Is there any limit to the data that can be stored.I configured my Service to save data every 5 minutes.
    Pls Help.
    Warm Regards
    Saurabh

    Try taking the report every hour or so Rather than every 5 minutes .. as far as i know there is No limit to the amount of portal activity that you can store other than the actual size of the database ..
    other than that i am pasting a few links which you might know but might still be of some use to you . ..
    http://help.sap.com/saphelp_nw70/helpdata/EN/47/873c9dc84a199ce10000000a42189d/frameset.htm
    In the link below this topic has already been discussed but not the detail you are requesting ...
    Portal Actvity reporting
    and
    http://help.sap.com/saphelp_nw04/helpdata/de/b5/c652070d474533a18a930112a4b926/frameset.htm
    Regards ,
    Manthan.

  • Portal Activity Report with Selection criteria

    Hi All,
    I have created an iview using 'Portal Activity Report' template, added the iview to page and page is added to the role which is created for this report. Also, users were assigned to the new role. When users go to portal and see this report, they are seeing the final output of this report along with the 'Download Report' option.
    My requirement is to give selection screen option (Type of report and Reporting period) to users. So that users will change the selection criteria and run the report as per their need. Please advice me on how to do this.
    Thanks in advance.
    Swapna.

    swapna,
    you can do this by creating a webdynpro application for accessing the database tables, the list of data base tables is in this [help |http://help.sap.com/saphelp_nw04/helpdata/en/48/6aa9429b930b31e10000000a1550b0/frameset.htm]document and use web dynpro application to connect to that tables. Check this thread  for[ dynpro and database tables  |dynpro and database tables;
    regards
    Mahesh

  • Portal Activity Report -- Simplification?

    Hi all,
           I've been working with the Portal Activity Report iView for a couple of weeks now trying to develop some metrics for our company to measure the portal usage by. I didn't have any problems with the user reports, but I had <b>a lot of issues with the iview/page reports</b>.  Although I sucessfully found and charted the <b>daily data</b>, it took a painstakingly long time because of several factors:
                 - There was so much data that I had to shift through for about 1.5 months, upwards of 11000 rows.
                 - I did not need most of the data as this is the first report being generated for the company, they just want more general metrics rather than detailed metrics. However, the company may still want reports on the other data later on, so we can't just disable the collection of data on most of our iViews.
                 - The format of the date column in the iView/Page report did not sort well in Excel. Instead, I had to convert the dates to the more traditional mm/dd/yyyy format so that they sorted properly. This didn't take too long, but it was still an issue.
                 - Unfortunately, when the portal was deployed, and still now, we do not have naming conventions for our iViews. This resulted in there being many object names (column heading) that were the same even though they were different iViews and pages (for example, an "About" iView exists on many pages). The only way to differentiate them was based on the PCD location, which is very long and not the best way to have to look at and sort through data.
                 - Lastly, we only collected data for iViews/Pages that got at least 2 hits. This was fine for iViews/Pages that usually got 10 or more hits per day. However, for iViews that didn't get 2 on any given day, no data was reported. This is what we intended, obviously. But it became a problem when I went to go graph the data because I was using line charts with multiple lines (series) on them (for example, I grouped all the different search iViews onto one line chart to compare which search pages are getting used the most). Here is an example graph that I had to create dates and 0's for because the bottom two series had days were missing some days because they got less than 2 hits: <a href="http://img509.imageshack.us/img509/7365/examplegraphvd8.jpg">Example Graph</a>.  Some of the series wouldn't have the same number of points because there were some days that were missing because they got less than 2 hits. This meant I had to go back and manually add in rows of missing dates along with 0 hits to make the graph correct.
           So, now that I've detailed the problems and issues, here is my real problem going forward. The executives would like monthly reports on the portal. Ideally, this process would be as automatic as possible. I was hoping people could <b>suggest best practices</b> for gathering and sorting through the data so that it doesn't take anywhere near as much time to group and identify key iViews and pages. Is there <b>any way to selectively download data</b> about iViews/Pages without turning off the data collection on other iViews/Page? Also, is there any way to automate the downloading of the iView/Page and User reports from the portal given a time interval such as every 30 days? Has anyone else run into similar problems in their own positions and, if so, can you make suggestions about how you have improved the reporting and charting process? Any help is greatly appreciated.
    Thank you.
    Message was edited by:
            Chad Sowald
    Message was edited by:
            Chad Sowald

    Hi Ariel,
    Check the database table WCR_WEBCONTENTSTAT, and see if any data is being generated. This will determine if the problem is data generation or the reporting of the data.
    If there is no data, the only possibility is that the Montiro Hits is false, but this is not the default and is unlikely.
    If there is data, check the aggregationlevel field and the timestamp of the data, and create a report for this period and aggregation level. For example, if the aggregation level is "q" generate a quarterly report for the time period.
    Hope this helps.
    Daniel

  • Portal Activity Report is not getting updated properly

    Hi,
    I have created a test portal activity report with the Reporting type set as Page/iView activity.  I have added five iViews in this including a yahoo search URL iView.  The reporting period interval is set to Fixed Period with the date range that spans for around 10 days.
    The issue is, even after hitting these iViews several times, I don't see the portal activity report getting updated.  Only for the yahoo search, I can see no. of Users as 1 and no. of Hits as 4 as a previous day report (today being friday, I could see thursday's yahoo iView report).
    Here are the pre-liminary settings that I've done:
    1. All the iViews have the 'Monitor Hits' as 'true'.
    2. The Activate Data Collection is set to 'true' in the 'DataCollectionHook' that is available under com.sap.portal.activitydatacollector Service
    3. The properties viz., Activate Portal Activity Report, Gather iView statistics, Page statistics..etc are all set to 'true' in the ActivityReport Service
    4. I could see that the last aggregation time (in GMT) keeps changing every one hour without any problem.
    Any help would be appreciated.
    Thanks in advance!
    Regards,
    Yuvaraj SG

    Hi Raghu,
    I tried as per your suggestion.  At first, I thought that it's working.  But, the report came out only for one day (thursday's report) and there weren't any more reports after that.  So, I don't think this approach is working in my case!  Moreover, for me the requirement is that the iViews have to be in some other portal roles and the Activity Report iView will be in a different portal role.
    So, I am currently checking the SAP Note 1084379 as Sandeep has quoted.
    Thanks for your help!
    Regards,
    Yuvaraj SG
    Edited by: yuvaraj s g on Jul 13, 2009 8:09 PM

Maybe you are looking for

  • TAXINN - Base Value in Migo for the item is ZERO

    Hi, We are using TAXINN Tax Procedure. In MIGO Excise Item Tab, Base value is coming zero.  Also it is updating in Excise Registers 23A part I & 2. Can anybody tell me where i am doing a mistake. Thanks in advance KK

  • "Unlimited" Data grandfathered in to iPhone 4s?

    I have one of the last batch of "unlimited" data package on my samsung fascinate. I just ordered the iphone 4s. Will my plan grandfathered into that iphone 4s?  

  • New to SAP technical and Functional

    Hi I have 6+ years of experience on java. I completly new to SAP now i am assigned to SAP CRM. How is the future of SAP CRM. If i go SAP CRM technical wether it is good for my future or not. If yes please provide me the links to start on that and how

  • Upgrading weblogic server 7.0 sp4 JDK issue

    I have amended the C:\bea\weblogic700\server\bin\startWLS.cmd and C:\bea\weblogic700\server\bin\setWLSEnv.cmd to point to a jdk.1.4.1_07 install and I get the following error when I try starting the server. I have done the same on another machine som

  • Appointment invites not being sent

    When I send invites to appointments they do not reach the recipiet (a PC and iPad user). Can anyone tell me why? So frustrating!