Customize advanceddatagrid

Hi
how can i create an arraycollection from xml and the pass it
to a
advanceddatagrid?
my xml looks like this:
<root>
<week id="1">
<production day="monday">
<book>23</book>
<cds>49</cds>
</production>
<production day="tuesday">
<book>56</book>
<cds>68</cds>
</production>
...other weeks production...
</week>
</root>
i would display data contains in xml within a datagrid
through this layout
monday tuesday ...
books 23 56
cds 49 68
regards
thanks a lot

"Bilbo1984" <[email protected]> wrote in
message
news:ggjmtp$oa1$[email protected]..
> Hi
>
> how can i create an arraycollection from xml and the
pass it to a
> advanceddatagrid?
>
> my xml looks like this:
>
> <root>
> <week id="1">
> <production day="monday">
> <book>23</book>
> <cds>49</cds>
> </production>
> <production day="tuesday">
> <book>56</book>
> <cds>68</cds>
> </production>
> ...other weeks production...
> </week>
> </root>
>
> i would display data contains in xml within a datagrid
through this layout
>
> monday tuesday ...
> books 23 56
> cds 49 68
>
I think what you need is called an OLAP datagrid, and I think
it will
probably work with your existing XML.

Similar Messages

  • How to change the order of groups in AdvancedDataGrid

    Hello,
    I have a dataset similar to the following:
    Region   Sales
    ======   ======
    North     10
    North     15
    South     5
    East      20
    West      5
    West      4
    West      3
    I'd like to group by Region and sort the groups by the Sales subtotal for each group. I already have the data grouped correctly using GroupingCollection2. How can I sort the groups by the sales subtotal (it sorts by region name by default)? I've seen some posts that talk about creating a custom groupingObjectFunction and applying a group sort. But I'm still confused. Can someone give me some pointers on how to achieve this?
    So ideally, the AdvancedDataGrid would end up looking like this with the regions sorted by sales subtotal;
    Region    Sales
    ======    ======
    North
              10
              15
    subtotal 45
    East
              20
    subtotal 20
    West
              5
              4
              3
    subtotal 12
    South
              5
    subtotal 5

    Thanks, I looked at that earlier but it doesn't contain the solution I was hoping to find.
    I ended up not using GroupingCollection. I think GroupingCollection is cool, but it isn't really customizable to the extent I need.
    I just ended up transforming my data into a hierarchical form that could be used directly by AdvancedDataGrid. At the top level of my hierarchy, I have the detail txn groups, subtotal groups, and grand total groups. To sort the groups, I use custom SortFields. So, for example, if I want to sort by group name, I add a SortField for the groupName attribute. Both the Detail Group and the Subtotal Group share the same group name. Then I add a SortField for a summaryRow attribute. Only the subtotal group has that attribute. This ensures that the Detail Group is always followed by the associated Subtotal Group after sorting. I store my groups in an XMLListCollection and then set the sort attribute, then call refresh().
    Not ideal, but it works. If my requirements were more complex, perhaps my approach wouldn't have worked as well. But as it stands it works well and has good performance.
    I was hoping that ADG could handle this kind of sorting for me, but after looking at the source code, it seems like this is not possible without implementing my own custom GroupingCollection class and possibly other supporting classes.
    One key thing to note is that clicking the column header to sort within groups works fine. However, if you then attempt to sort at the group level, ADG hangs while trying to refresh itself. The trick is to assign the dataProvider.sort attribute to a temporary variable, then set it to null (this sort variable contains the ADG column sorts that the user clicked). Apply your group level sort and then reapply the dataProvider.sort attribute.

  • How to add background image for AdvancedDataGrid in Flash Builder 4

    I want to add a background image for the whole AdvancedDataGrid and
    Application. Can anyone tell me how to do that?
    Thank you.

    you can use css to customize skin of af:document. something similar to this
    af|document
      background-image: url("../../img/Bluehills.jpg");
    body {
      background: url("/img/body_bg.gif") repeat-x #E0E0E0;
    }if you are using Jdev release 2 then you can simply do this from Skin editor check this link for more info http://download.oracle.com/docs/cd/E18941_01/tutorials/jdtut_11r2_83/jdtut_11r2_83.html
    Edited by: Zeeshan BaiG on Jul 12, 2011 10:33 AM

  • Customizing summary row AdvancedDatagrid

    i want to customise the look and feel of the summaryRow of the AdvancedDatagrid by including borders to the top and the bottom.I tried overriding createChildren() and adding HRule  as the first and last child of the summaryRenderer.The HRule is  getting added but it is not getting displayed.Am i doing somthing wrong.If so how can i customize the look and feel .Please suggest

    You can just use Renderer providers to customize your SummaryRow just like you use Renderer Providers for your columns.Specify the label name of the summary row that you want to customize in the renderer provider.

  • Error while running a customize report in oracle ebs

    Hi ..
    can anybody suggest how to solve the follwing error while running a customize report in oracle ebs?
    XXIFMS: Version : UNKNOWN
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    Current system time is 03-JUN-2011 11:09:24
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_DATE_FROM='2010/04/01 00:00:00'
    P_DATE_TO='2011/06/03 00:00:00'
    Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
    APPLLCSP Environment Variable set to :
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.AL32UTF8
    stat_low = 9
    stat_high = 0
    emsg:was terminated by signal 9
    ld.so.1: rwrun: fatal: librw.so: open failed: No such file or directory
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Program was terminated by signal 9
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 1068011.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 1068011 on node D0005 at 03-JUN-2011 11:09:24.
    Post-processing of request 1068011 failed at 03-JUN-2011 11:09:24 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 03-JUN-2011 11:09:24

    Please post the details of the application release, database version and OS.
    Is the issue with this specific concurrent program?
    Can you find any errors in the CM/OPP log files?
    Please see if these docs help.
    On R12.1.1/Solaris Platform While Generating Oracle Reports Files Failed With Error " ld.so.1: rwconverter: fatal: librw.so: open failed: No such file or directory [ID 1067786.1]
    Apps UPG Fail With Error Ld.So.1: Rwserver: Fatal: Librw.So [ID 961222.1]
    Thanks,
    Hussein

  • Dunning Letters Customization

    Hi,
    I want to customize Dunning letter program. We have around 10 Operating Units. We want to build the customization for only US and UK operating units using BI Publisher. Rest of the operating units need to use the standard report.(text output.)
    'Dunning Letter Generate' will call 'Dunning Letter Print from Dunning Letter Generate' program. 'Dunning Letter Print from Dunning Letter Generate' will need to show the PDF output for US, UK operating units. Need to show text output for other operating units.
    How can i customize this.
    Thanks in advance.

    Sorry if i confuse you. We are using BI Publisher with EBS integration.
    'Dunning Letter Generate' is a spawned program which calls 'Dunning Letter Print from Dunning Letter Generate' internally. We cannot update 'Dunning Letter Generate' to call other programs.
    Now i can build template for 'Dunning Letter Print from Dunning Letter Generate' to get the PDF output.
    But i need PDF output for only US and UK operating units only. For the remaining operating units should use previous standard text output.
    Here i cannot create seperate custom programs for US, UK operating units. Because we cannot call them from 'Dunning Letter Generate'.
    How can i proceed.
    Please let me know.

  • Customize Print Quote stylesheet ASOPRINT.xsl

    Hi,
    I have a requirement where I need to check if we can use the existing Print Quote functionality to generate custom Quote Reports. As i see we can create new XML templates by making changes to the standard style sheet ASOPRINT.XSL. According to what is mentioned in the oracle quoting guide we can add company logo, change height width etc.. of the report by modifying this style sheet. I need to know how do we cusomize the style sheet to include static text or add new tables etc.. I am very new to XSL so do not have much idea as to where is the data fetched from and where is the static text present.
    Thnaks
    AM

    Hi,
    Thanks a lot for the response. I went through the documents and they mainly talk about customizing the Quote report by including the company logo, Title and disclaimer. How can we add static text to the ASOPRINT.XSl style sheet in order to customize it and attach it to a custom tempalate. I am very new to this so do not have much idea. can we add the static test directly in the style sheet or is it fetched from somewhere?
    Regard
    AM

  • Cannot open customize OAF screen after upgrade to 12.1.3

    Hi,
    After upgrade to 12.1.3, I am not able top open customize OAF screens from Applications.
    By following some documents from MOS, I have done the following.
    1)-applied patch 9879989 on Linux server.
    2)-I am able to install JDeveloper,open and compile my customize programs from JDeveloper installed on Linux server. I compilation, new *.jpx files created from *.jpr
    From Oracle Applications, I am getting the same error that I was getting without compiling customize program.
    My question is that, how Oracle applications will read the new compiled program. Do all program need to be in specific unix directory ?
    I copied all the customized program under " /u01/oracle/jdev_install_dir/jdevhome/jdev/myprojects" .
    I think the problem is now to place OAF files in the problem directory, which I don't know.
    Do I need to set environment variable like JDEV_USER_HOME in the environment file ?
    Please help.
    Best Regards

    Not sure if your issue is resolved. Did you compile the java sources in JDeveloper and moved all files from myclasses folder to unix under $JAVA_TOP or appropriate directory and deployed the PG files using xmlimporter?
    Thanks
    Shree

  • Team Planner -- Customization

    We recently upgraded to 2010 professional, and I was pleased to see the team planner view, which was something I was attempting to do in 2007.  We are using MS Project 2010 Professional more for resource management than project management.  In
    fact, we only assign one task per resource per project, just so we can have a clear picture of our resource utilization.  For example, if "Joe" is going to work on this project for 50 days, regardless of what he is doing, he goes in at 50 days (and the
    duration is calculated based on the percentage he is allowed to work on projects vs. day-to-day work (MAX Units), and the percentage the manager has assigned for him to do this work (Assigned Units).  We don't care what "Joe" is doing, just that his time
    is booked.  We have assigned more than one resource to the same task, and the team planner (unlike the resource usage view), does allow breakdown by resource, and not just by project.
    The purpose of this view is to provide management reports (printed/electronic PDF copies), for their weekly meetings to discuss the status of the resources and the impact of any new projects being proposed.  So I need to show more info then the basic
    info in the default Team Planner View.
    I just read another question regarding adding extra columns to this view and was disappointed to discover that cannot be done.  I have a shared resource pool with 140 resources and a master project schedule with 50 projects, and I am running the
    team planner view against the shared pool.  So, like the other person, I wanted to add a column with the project name (since the tasks are similiar in name, it gets confusing if it only shows the task name, as we have no idea which project it is associated
    with), as well as add a column for "section" (a custom field created in the resource view so each manager can view his own team), and a column showing Max Units, so we can understand why someone with only 1 task is overallocated.  As well, I would like
    to customize the task bar to include the Units for that resource (ie. 50%), so I can understand also why he is overallocated or available at glance. 
    As a workaround for the missing project name, I embedded the name in the task, which is very time consuming and not a real solution, since at any given time I have over 50 projects in the master project schedule.
    I hope this is something that is being considered in future, since it makes sense to me that management wants a view of the resource pool by assigned task, by project, and understanding of overallocation. 
    Trish :)

    You can create and apply a Group to list all tasks by resource. You could also group by Project then by resource or the other way around. In Proejct 2010 select the View tab, then in the
    Group By drop down box select New Group By and select the fields to group by.
    If you like teh Group, copy it to your Globa.mpt file using teh Organizer so it's available in all your projects.
    Rod Gill
    The one and only Project VBA Book
    Rod Gill Project Management

  • "Program files" directory problem during Microsoft Office Customization Installer in non-English versions of Windows

    We have a document-level customization solution for Word and are experiencing problems during deployment in an environment running on terminal services. The OS (Windows 2012) is English and Word (2013) is non-English (German). 
    Installation is done into the "Program Files" folder correctly. But when trying to start a word document linked to the specific template. The "Microsoft Office Customization Installer" pops up with the error.
    "There was an error during installation"
    From: file:///C:/Programme/[CompanyName]/[Productname]/[Productname].vsto
    Downloading file:///c:/Programme/[CompanyName]/[Productname]/[Productname].vsto did not succeed.
    Exception: ....
    System.Deployment.Application.DeploymentDonwloadException: Download file:///C:/Programme/[Companyname]/Productname]/[Productname].vsto did not suceed. ---> System.Net.WebException: Could not find a part of the path 'C:\Programme\[Companyname]\[Productname]\[Productname].vsto'.
    ---> System.Net.WebException: ...... ---> System.IO.DirectoyNotFoundException......
    The problem seems to be that the installer is looking for C:\PROGRAMME instead of C:\PROGRAM FILES. C:\PROGAMME is the German localized name of PROGRAM FILES (http://en.wikipedia.org/wiki/Program_Files).
    The installer installs the solution correctly deployed into c:\program files, but when the later a user tries to start it and the Microsoft Office Customization Installer is called, it tries to access the non-existing "c:\programme" folder. This
    doesn't exist, because Windows is English.
    Is there any thing related to deploying solutions on a platform which has different languages (mixing/matching of OS language and Office language?)
    Thank you for your help

    Hello,
    1. First, I would confirm with you whether you dealt with the localization for your document-level add-in?
    2. Did you use this way to define the Create a class that defines the post-deployment action part of Put the document of a solution
    onto the end user's computer (document-level customizations only) and did you get the path with Environment.SpecialFolder enum?
    To handle this, I would recommend you consider using Environment.SpecialFolder to set that property.
    Regards,
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • No longer able to fully customize?

    Follow up to closed thread https://support.mozilla.org/en-US/questions/985948
    I have been happily using firefox since ages, although I've never liked the idea nor felt the need of frequent updates. Last January I did the move from 3.6 (aka 10) bundled with my Linux SuSE version to the latest version 28 (that was mainly done to fix a mishap on google maps which after all proved instead to be due to some bad cookies). At the same time I considered also chrome but did not like it. I struggled a bit to reintroduce some nice features I liked (tabs on bottom, text only buttons in menu bar, status bar) than I was reasonably happy and even added some nice plugins. I even found the way in about:config to reduce the ANNOYING frequency in which I was asked to update to a new version.
    And so far did not update
    This morning BY CHANCE I hit the update button instead of the "ask later", and found myself in version 31 with an APPALLING GUI without menu bar, and without access to some of the plugins (although they appeared to be compatible and active) including the very useful Session Manager. The immediate solution to continue work was to REVERT TO THE BACKUP of firefox 28.
    Then I quietly checked the net for resources and experiences, and found that a lot of long-time firefox users do not like the new interface, that apparently there are ways to restore SOME BUT NOT ALL of the old nice features which were unexplainably suppressed. I also learned of the existence of PaleMoon.
    I would like to EXPRESS MY IRRITATION for the changes in the UI without a clear notice, or a clear way to revert in full to the previous behaviour.
    In the next days, when time allows, I will do (on a fresh separate installation) a thorough check of what is and is not customizable in firefox 31 as well as in PaleMoon, and do my final choice. But what I read so far about PaleMoon is inspiring me to switch over ...

    Hi,
    The people who answer questions here, for the most part, are other Firefox users volunteering their time (like me), not Mozilla employees or Firefox developers.
    If you want to leave feedback for Firefox developers, you can go to the Firefox ''Help'' menu and select ''Submit Feedback...'' or use [https://input.mozilla.org/feedback this link]. Your feedback gets collected at http://input.mozilla.org/, where a team of people read it and gather data about the most common issues.

  • How to hide itemRenderers in the Grouped rows of an AdvancedDataGrid?

    I am using an AdvancedDataGrid and showing a comboBox as the itemRenderer and also the editRenderer. However I am seeing the combobox in the grouped rows also. Below is the code I am using and also attached the screenshot of the app. Please help.
    TestAdvGridGrpRen.mxml
    ===================
    <?xml version="1.0"?>
    <!-- dpcontrols/adg/SummaryGroupADGCustomSummary.mxml -->
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
        <mx:Script>
            <![CDATA[
                import mx.collections.ArrayCollection;
                import mx.controls.advancedDataGridClasses.AdvancedDataGridColumn;
                import mx.collections.IViewCursor;   
                import mx.collections.SummaryObject;
    [Bindable]
    private var dpFlat:ArrayCollection = new ArrayCollection([
      {Region:"Southwest", Territory:"Arizona",
          Territory_Rep:"Barbara Jennings", Actual:38865, Estimate:40000},
      {Region:"Southwest", Territory:"Arizona",
          Territory_Rep:"Dana Binn", Actual:29885, Estimate:30000},
      {Region:"Southwest", Territory:"Central California",
          Territory_Rep:"Joe Smith", Actual:29134, Estimate:30000},
      {Region:"Southwest", Territory:"Nevada",
          Territory_Rep:"Bethany Pittman", Actual:52888, Estimate:45000},
      {Region:"Southwest", Territory:"Northern California",
          Territory_Rep:"Lauren Ipsum", Actual:38805, Estimate:40000},
      {Region:"Southwest", Territory:"Northern California",
          Territory_Rep:"T.R. Smith", Actual:55498, Estimate:40000},
      {Region:"Southwest", Territory:"Southern California",
          Territory_Rep:"Alice Treu", Actual:44985, Estimate:45000},
      {Region:"Southwest", Territory:"Southern California",
          Territory_Rep:"Jane Grove", Actual:44913, Estimate:45000}
                // Callback function to create
                // the SummaryObject used to hold the summary data.
                private function summObjFunc():SummaryObject {
                    // Define the object containing the summary data.
                    var obj:SummaryObject = new SummaryObject();
                    // Add a field containing a value for the Territory_Rep column.
                    obj.Territory_Rep = "Alternating Reps";
                    return obj;
                // Callback function to summarizes
                // every other row of the Actual sales revenue for the territory.
                private function summFunc(cursor:IViewCursor, dataField:String,
                    operation:String):Number {
                    var oddCount:Number = 0;
                    var count:int = 1;
                    while (!cursor.afterLast)
                        if (count % 2 != 0)
                            oddCount += cursor.current["Actual"];
                        cursor.moveNext();
                        count++;
                    return oddCount;
          ]]>
        </mx:Script>
        <mx:AdvancedDataGrid id="myADG"
            width="100%" height="100%"
            initialize="gc.refresh();">      
            <mx:dataProvider>
                <mx:GroupingCollection id="gc" source="{dpFlat}">
                    <mx:Grouping>
                       <mx:GroupingField name="Region"/>
                       <mx:GroupingField name="Territory">
                          <mx:summaries>
                             <mx:SummaryRow summaryObjectFunction="summObjFunc"
                                summaryPlacement="first">
                                <mx:fields>
                                   <mx:SummaryField dataField="Actual" summaryFunction="summFunc"/>
                                </mx:fields>
                             </mx:SummaryRow>
                          </mx:summaries>
                       </mx:GroupingField>
                    </mx:Grouping>
                </mx:GroupingCollection>
            </mx:dataProvider>      
            <mx:columns>
                <mx:AdvancedDataGridColumn dataField="Region"/>
                <mx:AdvancedDataGridColumn dataField="Territory_Rep"
                    headerText="Territory Rep"/>
                <mx:AdvancedDataGridColumn headerText="Actual" dataField="Actual"
                rendererIsEditor="true"
                itemRenderer="TestStatusTypeEditor"
                editorDataField="type"/>
                <mx:AdvancedDataGridColumn dataField="Estimate"/>
            </mx:columns>
       </mx:AdvancedDataGrid>
    </mx:Application>
    TestStatusTypeEditor.mxml
    ====================
    <?xml version="1.0" encoding="utf-8"?>
    <mx:ComboBox xmlns:mx="http://www.adobe.com/2006/mxml"
    creationComplete="OnInit()" >
    <!-- This is the content of the ComboBox.
    <mx:dataProvider>
    <mx:Object label="Cog" />
    <mx:Object label="Sproket" />
    </mx:dataProvider>
    -->
    <mx:Script>
    <![CDATA[
    import mx.collections.ArrayCollection;
            [Bindable]
            public var cards:ArrayCollection = new ArrayCollection(
                [ {label:"38865", data:1},
                  {label:"29885", data:2},
                  {label:"29134", data:3},
                  {label:"52888", data:4},
                  {label:"38805", data:5},
                  {label:"55498", data:6},
                  {label:"44985", data:7},
                  {label:"44913", data:8}]);
    private function OnInit():void
    dataProvider = cards;
    * This override of set data compares the data.label against the label property
    * of each item in the dataProvider (above). This code is written a bit more
    * generically than necessary, but it would allow you to have a long list
    * in the dataProvider and not have to change this code.
    override public function set data(value:Object):void
    super.data = value;
    var list:ArrayCollection = dataProvider as ArrayCollection;
    for(var i:int=0; i < list.length; i++)
    if( String(value.statusName) == list[i].label ) {
    selectedIndex = i;
    * This getter is the one identified as the editorDataField in the list for
    * the itemEditor.
    public function get type() : String
    if( selectedItem ) {
    return selectedItem.label;
    else {
    return null;
    ]]>
    </mx:Script>
    </mx:ComboBox>

    Solved this issue by using mx:rendererProviders element for my AdvancedGrid. Using the depth parameter gives me the ability to hide the itemRenderer for the Grouped rows.
        <mx:AdvancedDataGrid id="myADG"
            width="100%" height="100%"
            initialize="gc.refresh();">       
            <mx:dataProvider>
                <mx:GroupingCollection id="gc" source="{dpFlat}">
                    <mx:Grouping>
                       <mx:GroupingField name="Region"/>
                       <mx:GroupingField name="Territory">
                          <mx:summaries>
                             <mx:SummaryRow summaryObjectFunction="summObjFunc"
                                summaryPlacement="first">
                                <mx:fields>
                                   <mx:SummaryField dataField="Actual" summaryFunction="summFunc"/>
                                </mx:fields>
                             </mx:SummaryRow>
                          </mx:summaries>
                       </mx:GroupingField>
                    </mx:Grouping>
                </mx:GroupingCollection>
            </mx:dataProvider>       
            <mx:columns>
                <mx:AdvancedDataGridColumn dataField="Region"/>
                <mx:AdvancedDataGridColumn dataField="Territory_Rep"
                    headerText="Territory Rep"/>
                <mx:AdvancedDataGridColumn headerText="Actual" dataField="Actual"
                rendererIsEditor="true"
                editorDataField="type"/>
                <mx:AdvancedDataGridColumn dataField="Estimate"/>
            </mx:columns>
    <mx:rendererProviders>
        <mx:AdvancedDataGridRendererProvider
            columnIndex="2"
            columnSpan="1"
            depth="3"
            renderer="TestStatusTypeEditor"/>
    </mx:rendererProviders>
       </mx:AdvancedDataGrid>

  • Adobe Muse - Menu Bar Customization

    I am new to muse and have made a couple of test sites. I am not working on my first Muse site and running into the problem of customizing my menu bar. The bar no longer shows up as 4 different sections. It comes up as one big one. How do I add more sections to my menu bar and how do I change the name? Is there a way to Make the Menu an Image almost like a Photoshop button but have a Pull Down Menu. Is it possible to have a Pull Down menu?
    Thanks!

    When you drag a menu to the web page it replicates the your plan view, to show the child pages you will have to choose 'All pages' as the menu type by clicking the on the small blue icon. If you want to customize the menu the way you want you can use the option of the manual menu.
    - Abhishek Maurya

  • ? to Customize Sap GUI Logon Pad

    Hello all,
    How can i customize Sapgui logon pad with own Logo instead of Default Logo.
    Thanks in advanace,
    Rahul

    Hi Markus  When we click on Logon Pad SapGUI 710
    On the System Tab right hand side we have Viriable logon
    below to that We had a Logo Indicating Orange & Blue arrow
    How can i change to my own Logo.
    Cheers,
    Rahul

  • How to customize the table layout in WAD (BI70)

    hi experts,
    i want to customize the table layout in WAD.
    in 3.5, i can set the table interface class,and use T_Code se24.
    but now i am using BI7.0, there is no table interface, so how can i customize the table layout?

    Use report designer for customerizing.

Maybe you are looking for

  • Ical error message

    What actions should I take when I see this error message: "calendar encountered a critical error while saving to the database, and recent changes may be lost. More information may be available in the console."?

  • Error while passing Application Parameter in Transaction iView editor

    Dear all I am trying to pass some application parameters to one of the transaction iViews. Without passing any parameter in 'Application Parameters' field of the iView editor the iView can be previewed/displayed fine. But when I am trying to pass the

  • Monitoring of a file in java

    Hi All, Can anyone tell me that can we monitor a file in java which is available in a Shared Location in my system. I just want to log the user information,time of access of the file. Can anyone help me in this situation? Thanks in advance Senthil Ku

  • SOAP URL without username and password

    Hello Everyone, its a synchronous SOAP - PI -ECC scenario . I have created HTTP URL through sender agreement in integration for testing. However, customer now wants HTTPS URL without Username and password in  production URL. How do i create this . Re

  • IR Query size limit

    Hi all, It seems that there is a limit on the size of the query that goes into Region Source. I have a query with characters(no spaces):24,476 and Charcaters(with spaces):33,069. I get page cannot be found error. I could do whatever possible in reduc