Initial data of Iview, not been refresh

Hi all,
I have three copys of the same a standard java iview (Compensation Planning ECM), that are been used in the same menu.
The problem is that after opening one of the ivews, the data that appears in the first page is always the same in the three iviews.
The function module that loads the first page is only called in the first iview. It should be called every time that I open each one of the iviews.
Any indea in what can be causing this?
Thanks and Best Regards,
Paulo Ruivo

Hi
What is the other property we have to change. Here I ahve changed the property for isolation from URL to embedded. The page is refreshing fine instead of iView refreshing but the values in the page are not changing.
We have some caluculations on that particular page like, when we enter some value it has to caluculate with the original value and it has to give the new value. In this case when we enter first time it is changing fine but later it is not changing,  thats why I have changed the isolation method as emedded. But it is not updating the value. Is there any other property I have to change.
Regards
Suresh

Similar Messages

  • Error during project server 2013 The property or field 'StartDate' has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested.

    Hi sir,
    when I have try to fetch the value of project start date and finish date and some other field value , I have recived error message like The property or field 'StartDate' has not been initialized. It has not been requested or the request has not been
    executed. It may need to be explicitly requested.
    I have used client context for project server 2013.
    I have also load and execute query.but fail to resolve it Please suggest me and provide solution.
    vijay

    Hi,    
    If you use the Include<TSource> Method in the Load method, we will retrieve only the ids of items in this query, so
    the listItems.ListItemCollectionPosition will not be initialized.
    You can use the <ViewFields> tag in CAML Query to specify the field values to return with each item instead.
    Best regards
    Patrick Liang
    TechNet Community Support

  • Error while Creating new Position-Data fields have not been filled (no. 5A135)

    Dear Consultants,
    My client using SAP HCM form 2008, now they want to create new positions to the existing system,
    To create new positions I am using T Code : PP03, while creating I am getting error "Date Fields have not been filled- Error Message No - 5A135", I want to create the positions valid from 01.04.2014. please do needful why this error is coming
    Regards,
    Naresh

    Hi,
    It is mandatory to give the org unit to which the position is being associated with.
    Give the org unit and try saving it.
    Thanks,
    Sriram

  • MDW Disk Usage for Database Report Error - A data source has not been supplied for the data source DS_TraceEvents

    Hello,
    On the MDW Disk Usage Collection Set report, I get the following error when I click on a database hyperlink.
    A data source has not been supplied for the data source DS_TraceEvents
    SQL profiler shows the following SQL statements are executed (I've replaced the database name with databaseX)
    1. exec sp_executesql N'SELECT
    dtb.name AS [Name]
    FROM
    master.sys.databases AS dtb
    WHERE
    (dtb.name=@_msparam_0)',N'@_msparam_0 nvarchar(4000)',@_msparam_0=N'databaseX'
    this returns zero rows as databaseX does not exist on my MDW central server, but is a database on a target server (i.e. one that is being monitored and uploaded into the MDW central server).
    2. USE [datatbaseX]
    this produces the following error:
    Msg 911, Level 16, State 1, Line 1
    Database 'databaseX' does not exist. Make sure that the name is entered correctly.
    why is the report looking for the database on my server?
    thanks
    Jag
    Environment: MDW (Management Data Warehouse) on SQL 2008 R2

    Hi Jag,
    Based on my test, while this database is offline, we will encounter this issue. This is because that while we click the certain database in “Disk Usage Collection
    Set” report, it will query some information with that certain database. If this database is offline, we will not access this database to acquire related information and generates this error.
    Therefore I recommend that you check the status of this database by using this system view:
    sys.databases. If it is not online, please execute
    the following statements in a new window to make this database to be online:
    USE master
    GO
    ALTER DATABASE <database name> SET ONLINE
    GO
    If anything is unclear, please let me know.
    Regards,
    Tom Li

  • The collection has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested

    hi sir,
    I have try to update task assignments using csom model.
     erro message ::The collection has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested
     foreach (PublishedAssignment assignItem in item.Assignments)
                                Guid id =assignItem.Id;
                               cc.Load(assignItem, a => a.Resource,a=>a.PercentWorkComplete);
                               cc.ExecuteQuery();
                               EnterpriseResource er = cc.EnterpriseResources.GetByGuid(assignItem.Resource.Id);
                               cc.Load(item.Assignments,c=>c.Where(uu=>uu.Id==id).IncludeWithDefaultProperties( l=> l.Task.Assignments,l=>l.Work));
                               cc.ExecuteQuery();
                               er.Assignments.Single(ll => ll.Id == id).Work = "9";
                               cc.Load(er);
                               cc.ExecuteQuery();
                               StatusAssignmentCollection sac = er.Assignments;
                               sac.Update();
                               sac.SubmitAllStatusUpdates("hello vijay");
    vijay

    Hi Vijay,
    You didn't load the 'er.Assignments' collection.
    Make sure it's loaded and it should work
    Hope this helps

  • SCRIPT5022: The collection has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested.

    Hi,
    i have a simple javascript which throws me the following error:
    SCRIPT5022: The collection has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested.
    I am using it under O365 inside an Content Editor WebPart. I have a list called "myTestList" with several items and one column called "points". I want to retrieve only the items which
    i have created and sum the points to show it inside a div. This is my code.
    <div id="myPoints" style="font-size: 50px;">0​</div>
    <script language="javascript" type="text/javascript">
    SP.SOD.executeOrDelayUntilScriptLoaded(retrieveMyItems, "sp.js");
    function retrieveMyItems() {
    var clientContext = new SP.ClientContext.get_current();
    var oList = clientContext.get_web().get_lists().getByTitle('myTestList');
    var camlQuery = new SP.CamlQuery();
    camlQuery.set_viewXml("<View><Query><Where><Eq><FieldRef Name='Author' /><Value Type='Integer'><UserID /></Value></Eq></Where></Query></View>");
    this.collListItem = oList.getItems(camlQuery);
    clientContext.load(collListItem, 'Include(points)');
    clientContext.executeQueryAsync(Function.createDelegate(this, this.onMyItemsQuerySucceeded), Function.createDelegate(this, this.onMyItemsQueryFailed));
    function onMyItemsQuerySucceeded(sender, args) {
    var listItemInfo = 0;
    var listItemEnumerator = collListItem.getEnumerator();
    while (listItemEnumerator.moveNext()) {
    var oListItem = listItemEnumerator.get_current();
    listItemInfo = listItemInfo + parseInt(oListItem.get_item('points'));
    var div = document.getElementById("myPoints");
    div.innerHTML = listItemInfo;
    function onMyItemsQueryFailed(sender, args) {
    alert('Request failed. ' + args.get_message() + '\n' + args.get_stackTrace());
    </script>​
    Whats wrong here?
    Best Regards
    Bog
    Developers Field Notes | www.bog1.de

    Solved!
    The set_viewXml line must be:
    camlQuery.set_viewXml("<View><Query><Where><Eq><FieldRef Name='Author' /><Value Type='Integer'><UserID Type='Integer'/></Value></Eq></Query></Where></View>");
    Best Regards
    Bog
    Developers Field Notes | www.bog1.de

  • Csom error The property or field 'LoginName' has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested.

    Hi sir,
    When I have get the value of project owner the error is occured
    The property or field 'LoginName' has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested.
    vijay

    Hi Vijay,
    The owner details are not loaded by default when you load all projects.
    You have to make sure the details of the project owner are loaded before you can access them:
    foreach (PublishedProject pubProj in projContext.Projects){
    User owner = pubProj.Owner;
    projContext.Load(owner);
    projContext.ExecuteQuery();
    Console.WriteLine(owner.LoginName);

  • Though my settings are to refresh my podcasts every hour, lately they have not been refreshed at all

    Mac mini 2.3 GHz Intel Core i5 running 10.8.2, 192 GB free
    8 GB memory, using 5 GB
    iTunes 11.4
    Ever since I upgraded (by force) to iTunes 11.4 I have been having quirks (like when I hit the word Podcasts in the Library panel there is always a delay in going to that screen, and I am constantly being barraged with messages asking if I still want to receive certain podcasts because I haven't listened to them in awhile, which is often untrue), but over the holiday weekend I began to notice that many of my podcasts were not refreshing, even tho' I have them set to refresh every hour. I starting looking in the iTunes store and discovered that there were several episodes of several different podcasts which had not been automatically downloaded, so I manually downloaded them. There may be more, as I haven't gone through them all.
    Also, on each of the pages in the iTunes store of each of the podcasts to which I subscribe it has a "subscribe" button, so I wonder why it says "subscribe" when I already am subscribed. I can't remember if in the past it read "Unsubscribe" for podcasts to which I already have a subscription.
    What could be causing this problem? My computer is always on, and this has never happened to me before in all the years I've been subscribing to podcasts.

    More info:
    I repaired my Disk Permissions twice, and each time I got a ton of corrections regarding iTunes. Here are just some of them (don't know what all the "Dutch" ones are about):
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/AACEncoderConfig.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    Repaired “Applications/iTunes.app/Contents/Resources/Dutch.lproj/AACEncoderConfig.nib”
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/AskUser.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    Repaired “Applications/iTunes.app/Contents/Resources/Dutch.lproj/AskUser.nib”
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/AskUserWide.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    Repaired “Applications/iTunes.app/Contents/Resources/Dutch.lproj/AskUserWide.nib”
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/AutofillSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    Repaired “Applications/iTunes.app/Contents/Resources/Dutch.lproj/AutofillSettings.nib”
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/BurnSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    Repaired “Applications/iTunes.app/Contents/Resources/Dutch.lproj/BurnSettings.nib”
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/CDInfo.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    Repaired “Applications/iTunes.app/Contents/Resources/Dutch.lproj/CDInfo.nib”
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/ConvertID3.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    Repaired “Applications/iTunes.app/Contents/Resources/Dutch.lproj/ConvertID3.nib”
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/EQPresets.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    Repaired “Applications/iTunes.app/Contents/Resources/Dutch.lproj/EQPresets.nib”
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/ErrorReportDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    Repaired “Applications/iTunes.app/Contents/Resources/Dutch.lproj/ErrorReportDialog.nib”
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/FormatPopup.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    Repaired “Applications/iTunes.app/Contents/Resources/Dutch.lproj/FormatPopup.nib”
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/HomeSharingServerSettin gs.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    Repaired “Applications/iTunes.app/Contents/Resources/Dutch.lproj/HomeSharingServerSettin gs.nib”
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/ImportSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    Repaired “Applications/iTunes.app/Contents/Resources/Dutch.lproj/ImportSettings.nib”
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogArtworkView.n ib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    Repaired “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogArtworkView.n ib”
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogInfoView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    Repaired “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogInfoView.nib”
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogLyricsView.ni b”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    Repaired “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogLyricsView.ni b”
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogMultipleInfoV iew.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    Repaired “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogMultipleInfoV iew.nib”
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogMultipleItem. nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    Repaired “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogMultipleItem. nib”
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogMultipleOptio nsView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    Repaired “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogMultipleOptio nsView.nib”
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogMultipleSorti ngView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    Repaired “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogMultipleSorti ngView.nib”
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogMultipleVideo View.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    Repaired “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogMultipleVideo View.nib”
    Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogOptionsView.n ib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    Repaired “Applications/iTunes.app/Contents/Resources/Dutch.lproj/InfoDialogOptionsView.n ib”

  • Problem regenerating Web Service - PI Cache not been refreshed issue?

    Hi guys.
    I'm pretty new to PI, so I don't really know if this issue has been discussed before. I tried a search but it couldn't solve my problem.
    I'll described my scenario as best I can. I've created a WebService in PI via an RFC, everything was running fine, until we had to modify some field's length in our ABAP structure. We've regenerated everything, deleted the old Web Service and created a new one with a new WSDL, but when running it, we get the data mixed up in our internal table, it looks like something of the previous Web Service is still in cache. We tried refreshing it through SXI_CACHE but still nothing, so we're running out of clues. The only thing we're sure about is that is something related to the PI caches, but we don't know what.
    Hope you can help.
    Best Regards

    Hello,
    I never worked with WebServices in PI but I faced similar issue using ABAP Proxies.
    When you generate an ABAP Proxy and change the structure (e.g. an IDOC), you need to delete the proxy and create a new one but using a diferent name of implementation class.
    In other words if you create a new proxy but using the same name it seems the change has no effect.
    Maybe you can try this way. Change your webservice defintion, name, etc...
    Regards,
    Diego Estanguini Gabriel

  • App states: up to date, but has not been installed

    I selected and successfully downloaded and installed 5 apps. I tried to download Photoshop and it states that it is up to date in my creative cloud installer but it does not appear in my activity stream of anywhere on my computer. When I try to download Photoshop again it won't let me. Is there a way to reset the download?

    Run the cleaner tool and try again.
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    Mylenium

  • The property or field has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested.

    After installed February
    2015 CU for SharePoint 2013 appear error when click on 'Shared
    With' in list item.
    The screenshots see here: 1 and 2
    Is this a bug?

    Yes, this is a known bug introduced with the November 2014 CU. There is no solution as of yet.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Adding custom webpart throwing Javascript error -The collection has not been initialized.

    Hi,
    I created a Javascript CSOM visual webpart and added to page. In the IE developer tools console, I am getting an error as below:
    "SCRIPT5022: The collection has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested.
    SP.Runtime.js, line 2 character 35853".
    My code is as below:
    <script type="text/javascript" src="../../_layouts/15/MicrosoftAjax.js"></script>
    <script type="text/javascript" src="../../_layouts/15/SP.Runtime.js"></script>
    <script type="text/javascript" src="../_layouts/15/sp.js"></script>
    <script type="text/javascript" src="../_layouts/15/sp.ui.controls.js"></script>
    <script type="text/javascript" src="/_layouts/15/test/Scripts/jquery-1.8.2.js"></script>
    <script type="text/javascript" src="/_layouts/15/test/Scripts/Rotator.js"></script>
    <script type="text/javascript" src="/_layouts/15/test/Scripts/bjqs-1.3.js"></script>
    <link rel="stylesheet" type="text/css" href="/_layouts/15/test/CSS/bjqs.css" />
    <SharePoint:FormDigest ID="FormDigestRotator" runat="server">
    </SharePoint:FormDigest>
    <div id="banner-fade">
    <ul id="carousel" class="bjqs">
    </ul>
    </div>
    // In Rotator.js
    $(document).ready(function () {
    SP.SOD.executeFunc('sp.js', 'SP.ClientContext', loadConfigData);
    function loadConfigData() {
    var clientcontext = new SP.ClientContext.get_current();
    var oweb = clientcontext.get_site().get_rootWeb();
    var olist = oweb.get_lists().getByTitle("LibName");
    var configquery = SP.CamlQuery.createAllItemsQuery();
    Allpictures = olist.getItems(configquery);
    clientcontext.load(Allpictures, 'Include(Title,ImgSubURL)');
    clientcontext.executeQueryAsync(Function.createDelegate(this, this.Configsuccess), Function.createDelegate(this, this.Configfailed));
    How to fix this javascript error? Due to this, the "Check-in" option is not working.
    Update: i believe the error is with "executeQueryAsync". How to fix this?
    Thanks

    Hi,
    I suggest you create a simple demo first, once it works, then add other customization into your project gradually. It will be easier to composite the correct code.
    Please apply the code below in your project for a try:
    <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
    <script type="text/javascript">
    _spBodyOnLoadFunctionNames.push("callCSOM");
    var clientContext;
    var website;
    var str="";
    // Make sure the SharePoint script file 'sp.js' is loaded before your
    // code runs.
    function callCSOM()
    //alert("call");
    $("#Button1").click(function()
    ExecuteOrDelayUntilScriptLoaded(sharePointReady, "sp.js");
    // Create an instance of the current context.
    function sharePointReady() {
    clientContext = SP.ClientContext.get_current();
    website = clientContext.get_web();
    clientContext.load(website);
    clientContext.executeQueryAsync(onRequestSucceeded, onRequestFailed);
    function onRequestSucceeded() {
    str="website.get_title(): "+website.get_title();
    alert(str);
    function onRequestFailed(sender, args) {
    alert('Error: ' + args.get_message());
    </script>
    <input id="Button1" type="button" value="Run Code"/>
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Patrick Liang
    TechNet Community Support

  • "The property or field has not been initialized" Error, when debbuging app

    Hello,
    I'm  following the instructions of a dev book but I get the following error message when debugging the app.
    "The property or field has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested."
    The code:
    var collListItems;
    $(document).ready(function () {
    getConfigValues();
    function getConfigValues() {
    var context = SP.ClientContext.get_current();
    var configList = context.get_web().get_lists().getByTitle('Configuration Values');
    var camlQuery = new SP.CamlQuery();
    collListItems = configList.getItems(camlQuery);
    context.load(collListItems);
    context.executeQueryAsync(onGetConfigValuesSuccess, onGetConfigValuesFail);
    function onGetConfigValuesSuccess() {
    var OrgLogoUrl;
    var OrgName;
    var listItemEnumerator = collListItems.getEnumerator();
    while (listItemEnumerator.moveNext()) {
    var oListItem = listItemEnumerator.get_current();
    var current = oListItem.get_item('Title');
    switch (current) {
    case 'OrganizationName':
    OrgName = oListItem.get_item('Value');
    break;
    case 'OrganizationLogoUrl':
    OrgLogoUrl = oListItem.get_item('Value');
    break;
    if (OrgName && OrgName.length > 0) {
    $('#DeltaPlaceHolderPageTitleInTitleArea').html(OrgName);
    $('.ms-siteicon-img').attr('title', OrgName);
    if (OrgLogoUrl && OrgLogoUrl.length > 0)
    $('.ms-siteicon-img').attr('src', OrgLogoUrl);
    else
    $('.ms-siteicon-img').attr('src', '../Images/AppLogo.png');
    function onGetConfigValuesFail(sender, args) {
    alert('Failed to get the Configuration Values. Error:' + args.get_message());
    What it have to do is to replace the Title and Site logo, using the "Title" and "Value" fields of the "Configuration Values" list.
    My dev environment: SharePoint online, Azure, VS2013 Ultimate (trial)
    I've tried to reach the author of the book but it's being 4 days and no response, maybe somebody here can help me.
    Thanks in advance.
    Jimmy

    Jaydeep, I don't get the values, see the HTML code below.
    <%@ Page Inherits="Microsoft.SharePoint.WebPartPages.WebPartPage, Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" MasterPageFile="~masterurl/default.master" Language="C#" %>
    <%@ Register TagPrefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <%@ Register TagPrefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <%@ Register TagPrefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <%-- The markup and script in the following Content element will be placed in the <head> of the page --%>
    <asp:Content ContentPlaceHolderID="PlaceHolderAdditionalPageHead" runat="server">
    <script type="text/javascript" src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.2.min.js"></script>
    <script type="text/javascript" src="/_layouts/15/sp.runtime.js"></script>
    <script type="text/javascript" src="/_layouts/15/sp.js"></script>
    <!-- Add your CSS styles to the following file -->
    <link rel="Stylesheet" type="text/css" href="../Content/App.css" />
    <!-- Add your JavaScript to the following file -->
    <script type="text/javascript" src="../Scripts/App.js"></script>
    </asp:Content>
    <%-- The markup in the following Content element will be placed in the TitleArea of the page --%>
    <asp:Content ContentPlaceHolderID="PlaceHolderPageTitleInTitleArea" runat="server">
    KA Online Klas
    </asp:Content>
    <%-- The markup and script in the following Content element will be placed in the <body> of the page --%>
    <asp:Content ContentPlaceHolderID="PlaceHolderMain" runat="server">
    <div id="menu">
    <ul>
    <li><a href="../Lists/Configuration Values">Site Configuration</a></li>
    <li><a href="../Lists/Site Assets">Site Assets</a></li>
    </ul>
    </div>
    </asp:Content>

  • Oracle BI Publisher Report from OEM12c data is not getting refreshed...

    Hello,
    We've integrated BI Publisher with EM12c. I've developed a report which checks a given database extents information (initial, next, maxextents) at tablespace level. The dataset is chosen as EM repository. The report runs absolutely fine until new data is added to a database. For eg, I created a new tablespace. The new tablespace related info is not getting refreshed despite the fact that I've refreshed the data source and checked that the tablespace exists in the database.
    Can anyone pls help.
    Thanks,
    Dhananjay

    Dhananjay,
    Has the data in the EM repository view been refreshed? The report retrieves data via the published repository views. If the view does not display the latest information, then you will have to wait till the relevant config or monitoring collections are complete.

  • The Data access service not running or not yet initialized.

    Hello guys , 
    i am getting the following error wen tryin to open the console The Data access service not running or not yet initialized. on scom 2012 R2 before it was working fine but once i closed the console and open got the error 
    OS : Windows 2012r2 patched and scom 2012 r2
    sql : 2012 r2 enuff database size  
    tried few things as :
    1. change the account to domain admin for system center data acess service  still no luck
    2. created registry keys for servicepipetimeout to 6000 bt still nit working
    3.  Refresh sql account used for sccom data aceess service  still no luck 
    4. the service disappears as running after 30 seconds and the console is unable to open 
    kindly help if some perfect resolution as lot of time has been wasted and need to meet deadlines.
    thanks guys in advance
    Basit Siddiqui
    AIG

    Check that following:
    Verify permission of SCOM Account on sysadmin and OM DB.
    Check firewall that is disable
    Check antivirus that didn't block scom folders or services.
    Check SQL services is running
    Check Space of database at 5 GB as you configured. It is best practice to set the db size at a reasonable size and not to set to autogrowth.
    Also you can check below link
    http://vmajmudar.blogspot.com/2013/07/the-data-access-service-is-either-not.html
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"Mai Ali | My blog:
    Technical | Twitter:
    Mai Ali

Maybe you are looking for

  • To get list of materialized views/views using a column of a table

    Hi,     I am removing sal column from table tab_emp; i want to check whether any materialized view or view using this column by  querying using data dictionary :- if i use like condition against query column of all_mviews it is throwing error sicne i

  • Ipod wont turn on, and is not recognized by computer

    There is no way to turn my ipod on, just stays on a black screen. Even when i plug it into the computer its black, and a message saying the Ipod is not giving off recognized information. What can I do?!

  • Chart Axis Labels Not Always Accepting Style Properties

    I have two charts as seen in the following screenshot and in one my style properties are taking effect, in the other the style font size is not taking effect for one of the axis. I have this CSS which I know does affect some areas of both charts: Bar

  • Starting admin server using WLST and NodeManager

    Hi I am trying to start admin server using WLST and NodeManager. I started nodemanager and WLST successfully. but when I am trying to nmConnect() command I am getting below errors. Please any one tell me where am I going wrong? I copied dumpStack() o

  • Excute a Store Procedure AS/400

    Hi.. I need to invoke a Store Procedure AS/400 from my Oracle Database (Workflow Engine). . How Can do That ?? Thank you