Error #1009:  while loading datagrid in to appl

Below exeption showing while trying to load datagrid in to my application..
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at mx.controls::DataGrid/createItemEditor()[E:\dev\4.0.0\frameworks\projects\framework\src\m x\controls\DataGrid.as:4325]
at mx.controls::DataGrid/itemEditorItemEditBeginHandler()[E:\dev\4.0.0\frameworks\projects\f ramework\src\mx\controls\DataGrid.as:5237]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.core::UIComponent/dispatchEvent()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\co re\UIComponent.as:12266]
at mx.controls::DataGrid/commitEditedItemPosition()[E:\dev\4.0.0\frameworks\projects\framewo rk\src\mx\controls\DataGrid.as:4093]
at mx.controls::DataGrid/updateDisplayList()[E:\dev\4.0.0\frameworks\projects\framework\src\ mx\controls\DataGrid.as:1804]
at mx.controls.listClasses::ListBase/validateDisplayList()[E:\dev\4.0.0\frameworks\projects\ framework\src\mx\controls\listClasses\ListBase.as:3962]
at mx.managers::LayoutManager/validateClient()[E:\dev\4.0.0\frameworks\projects\framework\sr c\mx\managers\LayoutManager.as:932]
at mx.core::UIComponent/validateNow()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core \UIComponent.as:7631]
at mx.managers::PopUpManagerImpl/centerPopUp()[E:\dev\4.0.0\frameworks\projects\framework\sr c\mx\managers\PopUpManagerImpl.as:485]
at mx.managers::PopUpManager$/centerPopUp()[E:\dev\4.0.0\frameworks\projects\framework\src\m x\managers\PopUpManager.as:213]

this is my code for datagrid... please check..
<commoncomponents:ListDatagrid id="reportGroupDetailsListDG"
                                               dataProvider="{ReportGroupDetailsModelLocator.getInstance().reportGroupVO.reportDefinitio nList}"
                                               width="100%"
                                               keyDown="{reportGroupDetailsHelper.handleDataGridKeyDown(event,
                                                         Constants.VIEW_REPORT_GROUP,modelLocator.reportGroupVO.reportDefinitionList,ReportGroupDe tailComponent,'EX', -1);}"
                                               keyUp="{reportGroupDetailsHelper.handleHotKeys(modelLocator.reportGroupVO.reportDefinitio nList,event,
                                                                                 EventConstants.REPORT_GROUP_EVENT,Constants.LIST_REPORT_GROUP_DETAILS,
                                                                                     reportGroupDetailsHelper.displayError, Constants.PAGE_REPORT_GROUP, -1);}"
                                               >
                    <commoncomponents:columns>
                        <mx:DataGridColumn width="20"
                                           headerText=""
                                           dataField="userAction"
                                           rendererIsEditor="true"
                                           visible="{(reportGroupDetailsHelperVO.state == Constants.STATE_EDIT ||
                                           reportGroupDetailsHelperVO.state == Constants.STATE_ADD_NEW) ? true : false}">
                            <mx:itemRenderer>
                                <mx:Component>
                                    <commoncomponents:BDCUserActionTextInput height="10"
                                                  width="10"
                                                  fontFamily="Arial"
                                                  fontWeight="bold"
                                                  textAlign="center"
                                                  maxChars="1"
                                                  restrict="XE"
                                                  text="{data.userAction}"
                                                  includeInLayout="{parentDocument.reportGroupDetailsHelperVO.state == Constants.STATE_EDIT ? true : false}">
                                        <commoncomponents:keyDown>
                                                <![CDATA[
                                                    ListItemVO(ReportGroupDetailsModelLocator.getInstance().reportGroupVO.reportDefinitionLis t.getItemAt
                                                        (event.currentTarget.document.reportGroupDetailsListDG.selectedIndex)).userAction
                                                    = event.target.text;
                                                  ]]>
                                        </commoncomponents:keyDown>
                                    <mx:Script>
                                        <![CDATA[
                                        import com.bnymellon.bds.bdc.ui.model.reportgroup.ReportGroupDetailsModelLocator;;
                                        import com.bnymellon.bds.bdc.ui.vos.ListItemVO;
                                        import com.bnymellon.bds.bdc.ui.utility.Constants;
                                        ]]>
                                    </mx:Script>
                                    </commoncomponents:BDCUserActionTextInput>
                                </mx:Component>
                            </mx:itemRenderer>
                        </mx:DataGridColumn>
                        <mx:DataGridColumn editable="false"
                                           headerText="Report Name"
                                           dataField="command" width="120">
                            <mx:itemRenderer>
                                <mx:Component>
                                    <mx:HBox paddingLeft="5">
                                        <mx:Text styleName="normalText"
                                                 text="{data.command}"/>
                                    </mx:HBox>
                                </mx:Component>
                            </mx:itemRenderer>
                        </mx:DataGridColumn>
                        <mx:DataGridColumn editable="false"
                                           headerText="Access Level Id"
                                           dataField="accountScopeID" width="150">
                            <mx:itemRenderer>
                                <mx:Component>
                                    <mx:HBox paddingLeft="5">
                                        <mx:Text styleName="normalText"
                                                 text="{data.reportGroupScopeId}"/>
                                    </mx:HBox>
                                </mx:Component>
                            </mx:itemRenderer>
                        </mx:DataGridColumn>
                        <mx:DataGridColumn editable="false"
                                           headerText="Security ID"
                                           dataField="security" width="140">
                            <mx:itemRenderer>
                                <mx:Component>
                                    <mx:HBox paddingLeft="5">
                                        <mx:Text styleName="normalText"
                                                 text="{data.security}"/>
                                    </mx:HBox>
                                </mx:Component>
                            </mx:itemRenderer>
                        </mx:DataGridColumn>
                        <mx:DataGridColumn editable="false"
                                           headerText="Qualifier"
                                           dataField="reportParam">
                            <mx:itemRenderer>
                                <mx:Component>
                                    <mx:HBox paddingLeft="5">
                                        <mx:Text styleName="normalText" width="100%"
                                                 text="{data.parameter}"/>
                                    </mx:HBox>
                                </mx:Component>
                            </mx:itemRenderer>
                        </mx:DataGridColumn>
                        <mx:DataGridColumn editable="false"
                                           headerText="FileType"
                                           dataField="fileFormat" width="80">
                            <mx:itemRenderer>
                                <mx:Component>
                                    <mx:HBox paddingLeft="5">
                                        <mx:Text styleName="normalText"
                                                 text="{'.' + data.fileFormat}"/>
                                    </mx:HBox>
                                </mx:Component>
                            </mx:itemRenderer>
                        </mx:DataGridColumn>
                    </commoncomponents:columns>
                </commoncomponents:ListDatagrid>

Similar Messages

  • Error #1009 while loading swf "Cannot access a property or method of a null object reference."

    Hello
    I'm trying to load a swf called "polaroids.swf" into my main swf called "09replacesSWF.swf". I keep getting the error when I test the movie. I'm completely lost and have been at this for hours. If I just test polaroids.fla the movie works fine but if I try to load it into 09replacesSWF.swf, I get the error. I need some help PLEASE!!!!!
    I tried to debug the movie and flash says......."Cannot display source code at this location".
    ....... TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Polaroids$iinit()
    Here is my AS code
    package {
        import flash.display.*;
        import flash.filters.*;
        import flash.utils.*;
        import flash.net.*;
        import flash.events.*;
        import flash.filters.DropShadowFilter;
        import caurina.transitions.*;
        public class Polaroids extends MovieClip {
            //Variables
            public var stageContainer:MovieClip;
            private var _scaleTempo:Number;
            private var _thumbStr:Number;
            private var _stageHeight:Number;
            private var _stageWidth:Number;
            private var _count:Number;
            private var _initBGHeight:Number;
            private var _initBGWidth:Number;
            //Arrays
            private var _backgroundImageArr:Array;
            private var _imageURLArr:Array;
            private var _imageCaptionArr:Array;
            private var _imagesArr:Array;
            //Bitmaps
            private var _image:Bitmap;
            private var _backgroundImage:Bitmap;
            private var _bitmap:BitmapData;
            private var _backgroundBitmap:BitmapData;
            //XML
            private var _xmlLoader:URLLoader;
            private var _imageXML:XML;
            //Holders
            private var _imageContainer:ImageContainer;
            private var _backgroundImageHolder:MovieClip;
            //Image States
            private var _activeImage = null;
            private var _previousActiveImage = null;
            //Loaders
            private var backgroundImageLoader:Loader;
            public function Polaroids() {
                //sets up initial variable values
                _count = 0;
                _backgroundImageArr=new Array;
                _imageURLArr=new Array;
                _imageCaptionArr=new Array;
                _imagesArr=new Array;
                _scaleTempo=9;
                _thumbStr = .3;
                backgroundImageLoader = new Loader();
                _stageHeight=stage.stageHeight;
                _stageWidth=stage.stageWidth;
                _backgroundImageHolder = new MovieClip();
                stageContainer = new MovieClip();
                addChild(stageContainer);
                init();
            //Add Stage Listener
            private function addedToStage(e:Event):void {
                stage.addEventListener(Event.RESIZE, onResize);
            Initialise
            private function init():void {
                //Setup stage
                stage.align     = StageAlign.TOP_LEFT;
                stage.scaleMode = StageScaleMode.NO_SCALE;
                //Load XML
                var _xmlLoader:URLLoader=new URLLoader;
                _xmlLoader.load(new URLRequest("photos.xml"));
                _xmlLoader.addEventListener(Event.COMPLETE,processXML);
                this.addEventListener(Event.ADDED_TO_STAGE, addedToStage);
            Process XML
            private function processXML(e:Event):void {
                _imageXML=new XML(e.target.data);
                _backgroundImageArr[0] = _imageXML.@backgroundImage;
                for (var i:int=0; i < _imageXML.*.length(); i++) {
                    _imageURLArr[i]=_imageXML.image[i].@url;
                    _imageCaptionArr[i]=_imageXML.image[i].@caption;
                loadImages();
                loadBackgroundImage();
            Load Background Image
            private function loadBackgroundImage():void {
                backgroundImageLoader.contentLoaderInfo.addEventListener(Event.COMPLETE,addBack ground);
                backgroundImageLoader.load(new URLRequest(_backgroundImageArr[0]));
            Add background image to stage
            private function addBackground(e:Event):void {
                _backgroundImage=Bitmap(e.target.content);
                _backgroundBitmap=_image.bitmapData;
                _backgroundImage.smoothing = true;
                _backgroundImageHolder.addChild(_backgroundImage);
                _initBGHeight = backgroundImageLoader.contentLoaderInfo.height;
                _initBGWidth = backgroundImageLoader.contentLoaderInfo.width;
                if ((_initBGWidth/_initBGHeight) > (stage.stageWidth/stage.stageHeight)) {
                    _backgroundImageHolder.height = stage.stageHeight;
                    _backgroundImageHolder.width =  _backgroundImageHolder.height * _initBGWidth / _initBGHeight;
                } else {
                    _backgroundImageHolder.width = stage.stageWidth;
                    _backgroundImageHolder.height= _backgroundImageHolder.width * _initBGHeight / _initBGWidth;
            Load Images
            private function loadImages():void {
                for (var i:int=0; i < _imageURLArr.length; i++) {
                    var imageLoader:Loader=new Loader;
                    imageLoader.contentLoaderInfo.addEventListener(Event.COMPLETE,addImage);
                    imageLoader.load(new URLRequest(_imageURLArr[i]));
            Add images to MovieClip on Stage
            private function addImage(e:Event):void {
                _image=Bitmap(e.target.content);
                _bitmap=_image.bitmapData;
                _image.smoothing = true;
                _imageContainer = new ImageContainer();
                _imageContainer.falseBtn.buttonMode = true;
                _imageContainer.falseBtn.doubleClickEnabled = true;
                _imageContainer.imageHolder.addChild(_image);//Add Bitmap to a MoviClip _imageContainer
                _image.x = _imageContainer.width/2 - (_image.width/2 + 15);
                _image.y = _imageContainer.height/2 - (_image.height/2 + 80) ;
                _imageContainer.imageCaption.text = _imageCaptionArr[_count];
                _imageContainer.scaleX = _thumbStr;
                _imageContainer.scaleY = _thumbStr;
                _imageContainer.rotation = 30 - 60 * Math.random();
                if (Math.round(Math.random() * 1) == 1) {
                    _imageContainer.y=stage.stageHeight * Math.random() + _imageContainer.height * 2;
                    if (Math.round(Math.random() * 1) == 1) {
                        _imageContainer.x=stage.stageWidth + _imageContainer.width * 2;
                    } else {
                        _imageContainer.x=- _imageContainer.width * 2;
                } else {
                    _imageContainer.x=stage.stageWidth * Math.random() + _imageContainer.width * 2;
                    if (Math.round(Math.random() * 1) == 1) {
                        _imageContainer.y=stage.stageHeight + _imageContainer.height * 2;
                    } else {
                        _imageContainer.y=- _imageContainer.height * 2;
                //Setup Attributes
                _imageContainer.newX = Math.round((_imageContainer.width/2) + (stage.stageWidth-_imageContainer.width)*Math.random());
                _imageContainer.newY = Math.round((_imageContainer.height/2) + (stage.stageHeight-_imageContainer.height)*Math.random());
                _imageContainer.oldRotation = _imageContainer.rotation;
                _imageContainer.oldX = _imageContainer.newX;
                _imageContainer.oldY = _imageContainer.newY;
                _imageContainer.startX = _imageContainer.x;
                _imageContainer.startY = _imageContainer.y;
                _imageContainer.oldHeight = _imageContainer.scaleY;
                _imageContainer.oldWidth = _imageContainer.scaleX;
                _imageContainer.id = _count;
                _imageContainer.addEventListener(Event.ENTER_FRAME, animateImage);
                _imageContainer.addEventListener(MouseEvent.MOUSE_DOWN,dragImage);
                _imageContainer.addEventListener(MouseEvent.MOUSE_UP,dropImage);
                _imageContainer.addEventListener(MouseEvent.MOUSE_OUT, dropImage);
                _imageContainer.falseBtn.addEventListener(MouseEvent.DOUBLE_CLICK, setup_activeImage);
                _imagesArr.push(_imageContainer);//Add image reference to an Array
                _imageContainer.filters = [new DropShadowFilter(0,0,0,.9,8,8,1,1,false,false)];
                //Button Listeners
                _imageContainer.nextBtn.visible = false;
                _imageContainer.previousBtn.visible = false;
                _imageContainer.nextBtn.buttonMode = true;
                _imageContainer.previousBtn.buttonMode = true;
                _imageContainer.nextBtn.addEventListener(MouseEvent.MOUSE_DOWN, nextImage);
                _imageContainer.previousBtn.addEventListener(MouseEvent.MOUSE_DOWN, previousImage);
                //Add Container to Stage
                addChild(_imageContainer);
                stageContainer.addChild(_imageContainer);
                _count++;
            Animate Images onto Stage
            private function animateImage(e:Event):void {
                e.target.y += (e.target.newY - e.target.y) / _scaleTempo;
                e.target.x += (e.target.newX - e.target.x) / _scaleTempo;
                if (Math.round(e.target.y) == e.target.newY) {
                    e.target.removeEventListener(Event.ENTER_FRAME, animateImage);
            Drag & Drop Images
            private function dragImage(e:MouseEvent) {
                if (e.currentTarget != _activeImage) {
                    e.currentTarget.startDrag();
                    if (_activeImage == null) {
                        stageContainer.setChildIndex(DisplayObject(e.currentTarget), stageContainer.numChildren-1);
                    } else {
                        stageContainer.setChildIndex(DisplayObject(e.currentTarget), stageContainer.numChildren-2);
            private function dropImage(e:MouseEvent) {
                if (e.currentTarget != _activeImage) {
                    e.currentTarget.stopDrag();
                    e.currentTarget.oldX = e.currentTarget.x;
                    e.currentTarget.oldY = e.currentTarget.y;
            onResize Handler
            private function onResize(e:Event):void {
                for (var i:int = 0; i<_imagesArr.length; i++) {
                    if (_imagesArr[i] != _activeImage) {
                        _imagesArr[i].x = Math.round(stage.stageWidth * (_imagesArr[i].x/_stageWidth));
                        _imagesArr[i].y = Math.round(stage.stageHeight * (_imagesArr[i].y/_stageHeight));
                    } else {
                        _activeImage.x = stage.stageWidth/2;
                        _activeImage.y = stage.stageHeight/2;
                    _imagesArr[i].oldX = Math.round(stage.stageWidth * (_imagesArr[i].oldX/_stageWidth));
                    _imagesArr[i].oldY = Math.round(stage.stageHeight * (_imagesArr[i].oldY/_stageHeight));
                    _imagesArr[i].newX = Math.round(stage.stageWidth * (_imagesArr[i].newX/_stageWidth));
                    _imagesArr[i].newY = Math.round(stage.stageHeight * (_imagesArr[i].newY/_stageHeight));
                    _imagesArr[i].startX = Math.round(stage.stageWidth * (_imagesArr[i].startX/_stageWidth));
                    _imagesArr[i].startY = Math.round(stage.stageHeight * (_imagesArr[i].startY/_stageHeight));
                //Background Resizer
                if ((_initBGWidth/_initBGHeight) > (stage.stageWidth/stage.stageHeight)) {
                    _backgroundImageHolder.height = stage.stageHeight;
                    _backgroundImageHolder.width =  _backgroundImageHolder.height * _initBGWidth / _initBGHeight;
                } else {
                    _backgroundImageHolder.width = stage.stageWidth;
                    _backgroundImageHolder.height= _backgroundImageHolder.width * _initBGHeight / _initBGWidth;
                _stageWidth = stage.stageWidth;
                _stageHeight = stage.stageHeight;
            Handle Selected Image
            private function zoomImage():void {
                stageContainer.setChildIndex(_activeImage, stageContainer.numChildren-1);
                Tweener.addTween(_activeImage,{scaleX: 1, scaleY: 1, rotation: 0, x: _stageWidth/2 , y: _stageHeight/2, time: 1});
                _activeImage.nextBtn.visible = true;
                _activeImage.previousBtn.visible = true;
            private function returnImage():void {
                stageContainer.setChildIndex(_previousActiveImage, stageContainer.numChildren-2);
                Tweener.addTween(_previousActiveImage,{scaleX: .3, scaleY: .3, rotation: _previousActiveImage.oldRotation, x: _previousActiveImage.oldX , y: _previousActiveImage.oldY, time: 1});
                _previousActiveImage.nextBtn.visible = false;
                _previousActiveImage.previousBtn.visible = false;
            private function setup_activeImage(e:Event):void {
                if ((_activeImage == null) && (_previousActiveImage == null)) {
                    _activeImage = e.currentTarget.parent;
                    zoomImage();
                } else if (e.currentTarget.parent != _activeImage) {
                    _previousActiveImage = _activeImage;
                    _activeImage = e.currentTarget.parent;
                    zoomImage();
                    returnImage();
                } else {
                    Tweener.addTween(_activeImage,{scaleX: .3, scaleY: .3, rotation: _activeImage.oldRotation, x: _activeImage.oldX , y: _activeImage.oldY, time: 1});
                    _activeImage.nextBtn.visible = false;
                    _activeImage.previousBtn.visible = false;
                    _activeImage = null;
                    _previousActiveImage = null;
            Button Handlers
            private function nextImage(e:MouseEvent):void {
                var imageID = int(e.currentTarget.parent.id);
                if (imageID < _imagesArr.length - 1) {
                    _previousActiveImage = e.currentTarget.parent;
                    _activeImage = _imagesArr[imageID+1];
                    zoomImage();
                    returnImage();
                } else {
                    _previousActiveImage = e.currentTarget.parent;
                    _activeImage = _imagesArr[0];
                    zoomImage();
                    returnImage();
            private function previousImage(e:MouseEvent):void {
                var imageID = int(e.currentTarget.parent.id);
                if (imageID != 0) {
                    _previousActiveImage = e.currentTarget.parent;
                    _activeImage = _imagesArr[imageID-1];
                    zoomImage();
                    returnImage();
                } else {
                    _previousActiveImage = e.currentTarget.parent;
                    _activeImage = _imagesArr[_imagesArr.length-1];
                    zoomImage();
                    returnImage();
    }

    Raymond,
    The error is at line 55....when I debug
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Polaroids$iinit()[/Volumes/Herman's Passport/Music Rocka/RockaGallery/Polaroids.as:55]
    So i'm looking in the code.....

  • I have no problem connecting my i-phone programs to my tv through apple tv. but one program from an application from appstore don't go through apple tv. It says an error occured while loading the content.This is just for one program. All other works good.

    My apple TV works fine with my I-Phone 4s. But one program from one of the application I downloaded from the app store dont work. When I load that a message comes "an error occured while loading this program" This is  only for one program all other most of the time works good. Any one knows why ?

    Hi there Mundaplackel!
    I have an article here for you that can help you troubleshoot the functionality of that app that you have purchased from the app store, and should be able to give you some steps that will help you resolve the issue:
    iOS: Troubleshooting applications purchased from the App Store
    http://support.apple.com/kb/TS1702
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • Apple TV2 throwing "An error occurred while loading this content"

    Hi
    I have purchased an Apple TV2 recently and tried to watch rental movies. Preview of all the movies working fine but after rental is consistently giving error "An error occurred while loading this content". I have 8Mbps line and can rent movies from my PC and also from iPad. But Apple TV is giving this error.It also gibe similar error while trying to watch video podcasts of bigger size. I have done the recent apple TV update but no luck. Frustrating. Any help from any one. I have now rentals on my Apple TV that can not viewed and going to expire in 3 weeks.
    Regards
    Anil

    are you renting these movies directly from the appleTV or are you renting/downloading from iTunes on a computer then streaming to appleTV?

  • D4O-1009 An error occurred while loading the worksheet

    hye everbody
    i create a worksheet in discoverer plus olap but i get the error *"D4O-1009 An error occurred while loading the worksheet"..*
    even i uninstall the catalog and install the catalog..
    when i create the worksheet and saved..of i exit..and try to open back...it show this error..
    this is the diagnosis for the connection...
    <D4OCheckConfig version="1.0.0.0">
    <Check key="JDK version" value="1.6.0_16"/>
    <Check key="BI Beans internal version" value="3.2.2.0.24"/>
    <Check key="Discoverer Plus OLAP version" value="10.1.2.07.75"/>
    <Check key="Discoverer version" value="10.1.2.48.18"/>
    <Check key="port" value="-1"/>
    <Check key="Connect to database" value="Successful"/>
    <Check key="JDBC driver version" value="10.1.0.3.0"/>
    <Check key="JDBC JAR file location" value="\TOSHIBA\disco\plus_files\d4o_double.jarjar"/>
    <Check key="Database version" value="10.2.0.1.0"/>
    <Check key="OLAP API Server version" value="10.2.0.1.0"/>
    <Check key="OLAP AW Engine version" value="10.2.0.1.0"/>
    <Check key="OLAP Catalog version" value="10.2.0.1.0"/>
    <Check key="BI Beans Catalog version" value="3.2.2.0.24"/>
    <Check key="Discoverer Catalog version" value="10.1.2.07.75"/>
    <Check key="Authorized for Discoverer Plus OLAP catalog" value="Yes"/>
    <Check key="OLAP API JAR file version" value="9.2"/>
    <Check key="OLAP API JAR file location" value="\TOSHIBA\disco\plus_files\d4o_double.jarjar"/>
    <Check key="Load OLAP API metadata" value="Successful"/>
    <Check key="Number of metadata folders" value="3"/>
    <Check key="Number of metadata measures" value="19"/>
    <Check key="Number of metadata dimensions" value="17"/>
    this is the error when i save the error in a notepad...
    oracle.dss.d4o.common.D4ORuntimeException: D4O-1009 An error occurred while loading the worksheet.
    oracle.dss.bicontext.BINamingException: BIB-14099 Unknown naming exception.
    oracle.dss.bicontext.BINamingException: BIB-14067 Persistable object threw exception during lookup on method setXMLAsString; component class oracle.dss.dataSource.QueryServer; exception null.
    i not have any clue...why this thing occur..
    any idea why this thing occur...
    thanks in advance....
    regards,
    rao..

    Hi Rao
    Please don't keep creating new postings for the same issue as it is hard to keep answering multiple posts about the same thing.
    If you have done all of the things suggested by Keith in my previous reply, which as I say is what I would have done, then you really ought to raise this as a service request to Oracle.
    I'm advising this because the particular error you are encountering does not come up in my database of fixes neither could I find any reference to it in either the OTN or MetaLink forums. This needs to be brought to Oracle's attention.
    Best wishes
    Michael

  • Apple tv error occured while loading this content

    error occured while loading this content

    Hi there Mundaplackel!
    I have an article here for you that can help you troubleshoot the functionality of that app that you have purchased from the app store, and should be able to give you some steps that will help you resolve the issue:
    iOS: Troubleshooting applications purchased from the App Store
    http://support.apple.com/kb/TS1702
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • An error occurred while loading this content / Apple tv 3

    please i need help i cannot stream rented movies on my apple tv 2 or 3 .. this message occured (an error occurred while loading this content

    Has any other fixes been found.  Since I updated to the latest iOS I've been having a similar problem.  It doesn't matter what I stream through either.  I bought I ATV2 when they first came out and have been using it perfectly fine, however after the last update I haven't been able to stream my movies, tv or even Netflix. 
    I've also been having issues with my ATV2 connecting to my windows 7 desktop where I store all of my movies and TV shows.  I have to deauthorize home sharing and turn it back on for my ATV2 to recognize that it is even on.  Frustrating to say the least.

  • An error occurred while loading this content apple tv 2

    I get "An error occurred while loading this content" when trying to view a rental movie. Not all of them but a few rentals. I wonder why only a few?

    Has any other fixes been found.  Since I updated to the latest iOS I've been having a similar problem.  It doesn't matter what I stream through either.  I bought I ATV2 when they first came out and have been using it perfectly fine, however after the last update I haven't been able to stream my movies, tv or even Netflix. 
    I've also been having issues with my ATV2 connecting to my windows 7 desktop where I store all of my movies and TV shows.  I have to deauthorize home sharing and turn it back on for my ATV2 to recognize that it is even on.  Frustrating to say the least.

  • ATV2: Error occurred while loading this content

    This error started appearing out of the blue today. And I'm nearly at my wits end with this, because no solution I could possibly think of makes any difference. I would get this error intermittently once a month or so, but unplugging ATV2 and doing a cold start would usually resolve this.
    Any ideas? Anyone?
    Symptoms:
    "An error occurred while loading this content" appears
    It appears exclusively for movies, TV shows and music in my iTunes library
    It affects all media - nothing in my iTunes library will play
    Streaming of purchased content form iTunes store is not affected by this error
    I am able to play my iTunes content on my Mac
    I am able to play my iTunes content on a different Mac via HomeSharing
    I am unable to play any media stored in my iTunes library on my ATV. Period.
    What I've tried (to no avail):
    Power cycled my cable modem (DOCSIS 3 compliant)
    Power cycled my AirPort
    Power cycled my Mac
    Power cycled my ATV2
    Logged out of iTunes store on Mac and ATV2 and logged back in
    Turned off Home Sharing on Mac and ATV2 and started it up again
    My setup:
    I have a 25+ mbps cable internet
    Airport Extreme is my main router
    Mac is connected to AE via ethernet (it houses my iTunes library and has WiFi shut off)
    ATV2 is connected to AE via ethernet as well
    Both Mac and ATV2 have reserved IP addresses on Airport Extreme and always get the same IP, no conflicts
    Both Mac and ATV2 have a good connection speed when tested
    All software and firmware is up to date and Mac, AE and ATV2

    You are definitely NOT the only one here with this MAJOR issue: http://discussions.apple.com/thread.jspa?threadID=2615363
    I have the same issue, and I have a 6MB AT&T Elite Pro DSL service that I have always had since purchasing my ATV2 in October. Never have I had these issues until the 4.2 update. Horrible software bug and it keeps coming back up. TV shows, movies, etc. No rhyme or reason. Some shows new, some old. Some movies HD, some SD. It is almost as if the Apple TV rolls a die and if I get an odd number, I get the error message. Even number, it plays through...
    Why would Apple continue to release software updates that do not address these issues? We have to keep leaving Apple feedback on this issue that is big enough that over 13,000 views on their own message board confirm this problem since the 4.2 software update a few weeks ago...
    Tell your friends: http://www.apple.com/feedback/appletv.html

  • An error occurred while loading this content - only with iPhone not iPad

    I know this issue has been discussed to death with no real solution in sight but my case is slightly different:
    1.  On my new iPad, I select AppleTV (not mirroring), open Safari, then to YouTube and play any HD video. Immediately, the video will be streamed to the AppleTV with no hassle.
    2.  I do the same on my iPhone 4, 4S or 5 and all I get is "An error occurred while loading this content. Try again later". This occurs without fail.
    If I use Jasmine YouTube client, streaming will work perfectly but alas, this app is prone to the error message "Youtube has restricted feeds for this video" and thus, I can't use this.
    If I use the new google youTube app, only the audio gets streamed to the AppleTV. I have to use mirroring and the video does not fill the TV screen but leaving a dark border all round. The streaming is not smooth either. The previous youTube app by Apple works perfectly - never had an issue. As soon as iOS6 came along, I end up with all these problems.
    Is there a solution to all this? Currently, I use only my iPad for streaming YouTube videos but I really want to use my spanking new iPhone 5 but can't.
    I am so sad.
    Can anyone help or am I doomed to use only my iPad for this? I am soooo disappointed with the iPhone 5 due to this.

    Has any other fixes been found.  Since I updated to the latest iOS I've been having a similar problem.  It doesn't matter what I stream through either.  I bought I ATV2 when they first came out and have been using it perfectly fine, however after the last update I haven't been able to stream my movies, tv or even Netflix. 
    I've also been having issues with my ATV2 connecting to my windows 7 desktop where I store all of my movies and TV shows.  I have to deauthorize home sharing and turn it back on for my ATV2 to recognize that it is even on.  Frustrating to say the least.

  • "error occurred while loading this content" ... ATV2 not even 24hrs old...

    I just bought this ATV2. I am using AT&T internet with an EDGE250AEW wireless router and a Motorola modem.
    I'm attempting to rent movies with my ATV2 and watch them. After a myriad of times of trying to just sign into my iTunes account via ATV2, I finally was able to rent a movie.
    When I click on the movie to rent, I'll press "PLAY" and it will give me the message "error occurred while loading this content".
    I realize my internet connection is slow (1.5M) so I am renting in SDef ... but that still shouldn't be preventing me from even being able to rent a movie.
    I attempt to watch a movie preview ... and a 2 minute movie preview takes over 5 minutes to load ... and it wont start playing until it's completely loaded. Bollocks!
    I have updated my software, I have rebooted, I have restarted, I have recycled ... no avail.
    Is this a PORT opening issue? I dont know what is going on but it's REALLY frustrating to have a 100 dollar paper weight.
    I AM able to use home sharing and watch movies from my Macbook iTunes to the ATV2 ... but rentals from the store via the ATV2 doesn't work.
    help please

    You are definitely NOT the only one here with this MAJOR issue: http://discussions.apple.com/thread.jspa?threadID=2615363
    I have the same issue, and I have a 6MB AT&T Elite Pro DSL service that I have always had since purchasing my ATV2 in October. Never have I had these issues until the 4.2 update. Horrible software bug and it keeps coming back up. TV shows, movies, etc. No rhyme or reason. Some shows new, some old. Some movies HD, some SD. It is almost as if the Apple TV rolls a die and if I get an odd number, I get the error message. Even number, it plays through...
    Why would Apple continue to release software updates that do not address these issues? We have to keep leaving Apple feedback on this issue that is big enough that over 13,000 views on their own message board confirm this problem since the 4.2 software update a few weeks ago...
    Tell your friends: http://www.apple.com/feedback/appletv.html

  • "error occurred while loading content" ?

    Curious if anyone is having the same problems with their Apple TV.
    It first started when we tried to rent episodes from Apple.  We'd purchase the episode, it would be ready for veiwing, and after about 5 mintutes the "error occured while loading content".  We'd go over to netflix and I could watch old episodes of various tv shows without a problem.  Downloading a movie rental in HD would also take up to 5 or 10 minutes. 
    I checked our wireless modem - everything was working fine.
    I reset the network settings on the Apple TV and checked that it was up to date.  Also reset all the username/password stuff.
    That did the trick for about a week and now we're having the same problem. 
    Thoughts anyone?
    Thanks

    I'm somewhat convinced that errors on the network (or for that matter over HDMI) can cause corruption of the Apple TV. In such cases restarting the Apple TV by removing ALL the cables for 30 seconds, usually does enough to reset things.

  • System Error 998 While loading the Labview Run-Time Engine

    Hello.
    I have a DLL made with LV 7.1 I run the dll using a C compiler and works great in WINXP, but cannot run in Win2K. Error is:
    "System error 998 while loading the Labview Run-Time Engin(c:\program
    files\National Instruments\Shared\Labview Run-Time\7.1\\lvrt.dll)
    READVOLTAGE requires a version 7.1 (or compatible) Labview Runtime
    Engine. Please contact the vendor of READVOLTAGE to correct this
    problem"
    READVOLTAGE is my function inside the dll. The runtime is already
    installed. I tried it in another WINXP running machine and works fine.

    This is actually a Microsoft bug with statically loaded DLLs. There are a couple of workarounds for it, and I have included two links below to posts that address this issue:
    Not found error message from LabVIEW runtime when called from VC++ with statically linked MFC
    I get error 998 when calling a LabVIEW buildt DLL from MSVC++
    Kind Regards,
    E. Sulzer
    Applications Engineer
    National Instruments

  • Excel, PowerView error in SharePoint 2013: "An error occurred while loading the model for the item or data source 'EntityDataSource'. Verify that the connection information is correct and that you have permissions to access the data source."

    I've installed SQL Server 2012 SP1 + SP server 2012 + SSRS and PowerPivot add-in.
    I also configured excel services correctly. Everything works fine but the powerview doesn't work!
    While I open an excel workbook consist of a PowerView report an error occurs: "An error occurred while loading the model for the item or data source 'EntityDataSource'. Verify that the connection information is correct and that you have permissions
    to access the data source."
    error detail: 
    <detail><ErrorCode xmlns="http://www.microsoft.com/sql/reportingservices">rsCannotRetrieveModel</ErrorCode><HttpStatus xmlns="http://www.microsoft.com/sql/reportingservices">400</HttpStatus><Message xmlns="http://www.microsoft.com/sql/reportingservices">An
    error occurred while loading the model for the item or data source 'EntityDataSource'. Verify that the connection information is correct and that you have permissions to access the data source.</Message><HelpLink xmlns="http://www.microsoft.com/sql/reportingservices">http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsCannotRetrieveModel&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0</HelpLink><ProductName
    xmlns="http://www.microsoft.com/sql/reportingservices">Microsoft SQL Server Reporting Services</ProductName><ProductVersion xmlns="http://www.microsoft.com/sql/reportingservices">11.0.3128.0</ProductVersion><ProductLocaleId
    xmlns="http://www.microsoft.com/sql/reportingservices">127</ProductLocaleId><OperatingSystem xmlns="http://www.microsoft.com/sql/reportingservices">OsIndependent</OperatingSystem><CountryLocaleId xmlns="http://www.microsoft.com/sql/reportingservices">1033</CountryLocaleId><MoreInformation
    xmlns="http://www.microsoft.com/sql/reportingservices"><Source>ReportingServicesLibrary</Source><Message msrs:ErrorCode="rsCannotRetrieveModel" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsCannotRetrieveModel&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0"
    xmlns:msrs="http://www.microsoft.com/sql/reportingservices">An error occurred while loading the model for the item or data source 'EntityDataSource'. Verify that the connection information is correct and that you have permissions to access the
    data source.</Message><MoreInformation><Source>Microsoft.ReportingServices.ProcessingCore</Source><Message msrs:ErrorCode="rsErrorOpeningConnection" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsErrorOpeningConnection&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0"
    xmlns:msrs="http://www.microsoft.com/sql/reportingservices">Cannot create a connection to data source 'EntityDataSource'.</Message><MoreInformation><Source></Source><Message>For more information about this error navigate
    to the report server on the local server machine, or enable remote errors</Message></MoreInformation></MoreInformation></MoreInformation><Warnings xmlns="http://www.microsoft.com/sql/reportingservices" /></detail>
    Please help me to solve this issue. I don't know if uploading the excel workbook is enough or maybe It needed to connect to another data source.
    I Appreciate in advance.

    Hi Ali.y,
    Based on the current error message, the error can be related to the
    Claims to Windows Token Service (C2WTS) and is an expected error under certain conditions. To verify the issue, please check the aspects below:
         1. The C2WTS Windows service and C2WTS SharePoint service are both running.
         2. Check the SQL Server Browser service is running on the machine that has the PowerPivot instance of SSAS.
         3. Check the domain. You're signing into SharePoint with a user account in some domain (call it Domain A).  When Domain A is equal to Domain B which SharePoint server itself is located (they're the same domain), or Domain
    A trusts Domain B.
    In addition, the error may be caused by Kerberos authentication issue due to missing SPN. In order to make the Kerberos authentication work, you need to configure the Analysis Services to run under a domain account, and register the SPNs for the Analysis
    Services server.
    To create the SPN for the Analysis Services server that is running under a domain account, run the following commands at a command prompt:
    • Setspn.exe -S MSOLAPSvc.3/Fully_Qualified_domainName OLAP_Service_Startup_Account
    Note: Fully_Qualified_domainName is a placeholder for the FQDN.
    • Setspn.exe -S MSOLAPSvc.3/serverHostName OLAP_Service_Startup_Account
    For more information, please see:
    How to configure SQL Reporting Services 2012 in SharePoint Server 2010 / 2013 for Kerberos authentication
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • An error occurred while loading the model for the item or data source 'EntityDataSource'.

    Hi Team,
    We are trying to configure the Power View in SharePoint 2013. We did the entire configuration by following below steps. When we open the excel workbook (2013) containing
    Power View sheet (using excel web services) deployed in SharePoint Document library, we get the below error.
    “An error occurred while loading the model for the item or data source
    'EntityDataSource'. Verify that the connection information is correct and that you have permissions to access the data source.”
    Steps followed for configuring Power View in SharePoint Server 2013 (Single Machine setup):
    Installed SharePoint Server 2013 Enterprise edition
    Did not configure it at this time
    Installed SQL Server 2012 with default instance installation (selected every features)
    Later installed SP1 for SQL Server 2012
    After that installed Analysis Server in SharePoint mode (SQL Server PowerPivot for SharePoint)
    Again installed another Analysis Server and selected the tabular mode of data model
    Then ran the configuration wizard of Share point 2013 for farm configuration (only for central admin creation)
    Later we ran the PowerPivot for SharePoint 2013 (spPowerpivot.msi)
    Then using the Power Pivot Configuration tool for 2013 and completed all the steps and configured the excel service and registered the above two analysis service instances. 
    Questions/Doubts are:
    Is our steps followed as mentioned above is correct for configuring Power View in SharePoint Server 2013 Enterprise edition?
    Is the SQL Server 2012 Enterprise edition with SP1 installed is sufficient to view Power View sheets in SharePoint 2013 or we need to use the SQL Server 2012 SP1
    CTP3 software for Power View feature as mentioned in the below link.
    http://technet.microsoft.com/en-us/library/jj219634.aspx
    but we don’t have an option to download CTP3 software now from Microsoft site
    Or do we need to install
    Microsoft SQL Server 2012 With Power View For Multidimensional Models
    CTP
    http://www.microsoft.com/en-sg/download/details.aspx?id=35822
    Few blogs says that SQL Server 2012 instance should have been installed with SP1 at one go (not seperately).
    http://www.microsoft.com/en-in/download/details.aspx?id=35575
    Error detail :
    <detail><ErrorCode xmlns="http://www.microsoft.com/sql/reportingservices">rsCannotRetrieveModel</ErrorCode><HttpStatus xmlns="http://www.microsoft.com/sql/reportingservices">400</HttpStatus><Message
    xmlns="http://www.microsoft.com/sql/reportingservices">An error occurred while loading the model for the item or data source 'EntityDataSource'. Verify that the connection information is correct and that you have permissions to access
    the data source.</Message><HelpLink xmlns="http://www.microsoft.com/sql/reportingservices">http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsCannotRetrieveModel&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3000.0</HelpLink><ProductName
    xmlns="http://www.microsoft.com/sql/reportingservices">Microsoft SQL Server Reporting Services</ProductName><ProductVersion xmlns="http://www.microsoft.com/sql/reportingservices">11.0.3000.0</ProductVersion><ProductLocaleId
    xmlns="http://www.microsoft.com/sql/reportingservices">127</ProductLocaleId><OperatingSystem xmlns="http://www.microsoft.com/sql/reportingservices">OsIndependent</OperatingSystem><CountryLocaleId xmlns="http://www.microsoft.com/sql/reportingservices">1033</CountryLocaleId><MoreInformation
    xmlns="http://www.microsoft.com/sql/reportingservices"><Source>ReportingServicesLibrary</Source><Message msrs:ErrorCode="rsCannotRetrieveModel" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsCannotRetrieveModel&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3000.0"
    xmlns:msrs="http://www.microsoft.com/sql/reportingservices">An error occurred while loading the model for the item or data source 'EntityDataSource'. Verify that the connection information is correct and that you have permissions to access
    the data source.</Message><MoreInformation><Source>Microsoft.ReportingServices.ProcessingCore</Source><Message msrs:ErrorCode="rsErrorOpeningConnection" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsErrorOpeningConnection&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3000.0"
    xmlns:msrs="http://www.microsoft.com/sql/reportingservices">Cannot create a connection to data source 'EntityDataSource'.</Message><MoreInformation><Source>Microsoft.AnalysisServices.SPClient</Source><Message>We
    cannot locate a server to load the workbook Data Model.</Message><MoreInformation><Source></Source><Message>We cannot locate a server to load the workbook Data Model.</Message><MoreInformation><Source>Microsoft.Office.Excel.Server.WebServices</Source><Message>We
    cannot locate a server to load the workbook Data Model.</Message></MoreInformation></MoreInformation></MoreInformation></MoreInformation></MoreInformation><Warnings xmlns="http://www.microsoft.com/sql/reportingservices"
    /></detail>
    Please help me in  configuring Power View for SharePoint 2013.
    Thanks in advance.
    Pavan Kumar

    I'll bet that I know the answer to this one - and you probably won't like it ;)
    Here's the telling portion of that error:  "We cannot locate a server to load the workbook Data Model."
    This error is thrown in two scenarios; the first, when you haven't registered an analysis server.  The second appears to be the issue you're having:
    PowerPivot requires SQL Server 2012 SP1.  Microsoft issued a release of SQL Server 2012 SP1 that really wasn't SP1...
    Check the version of SQL that you are running.  It should be version 11.0.3000 or greater.  If it's not, you have the wrong "SP1" installed.  The correct one is
    here.
    Here's the bad news- you can't simply redeploy the correct one... because the installer already thinks that SP1 is installed.  You'll have to backup (or detach and copy) your databases, then re-install SQL with the correct SP1, then restore or reattach
    the databases.  Once you've done that, PowerPivot and PowerView will work properly.
    I sincerely hope this resolves your issues - we wasted TWO WEEKS of our time with this problem!

Maybe you are looking for

  • Recomended report to identify inactive Netuser accounts on NCS prime 1.3

    hi i have two 5508 running 7.4 being monitored by  NCS prime 1.3 Using local net users created origionally on the wlc but now from prime. we are looking for a report that will show inactive users to assist with housekeeping. rgds Graham

  • Configuring WL JMS as a foreign JMS provider with security scope (WLS 8.1)

    Hello, i have a problem accessing a queue from a foreign jms provider, if the queue has a security policy. I have the following scenario:           1) Server server1 in domain1 (WLS81) has a JMS Server with one queue queue1 with a security policy "Ca

  • [질문]MTS 와 Dispatcher 관련 Error 메시지

    안녕하세요 ^^ alert log 에 관해서 질문 하나 올립니다 ~ 우선 alert log 에 아래와 같은 에러 메시지가 떨어졌습니다. Errors in file /oracle/app/oracle/admin/HLC2/udump/hlc2_ora_5670.trc: ORA-00604: error occurred at recursive SQL level 1 ORA-02067: transaction or savepoint rollback required

  • Download button in ovistore is not active (grey)

    When I go in ovi store app via my C6-00 and want to download something I can't download it beacause the download button is not active. I tried to preinstall the ovistore app, but in the middle of installation process I got a message that installation

  • Need urgent help on Sawtooth stucked at Open Firmware screen

    Hello. I've got a G4 Graphite Sawtooth Powermac running a Newertech MaxPower 2.0MHZ processor upgrade for about 3 years. It is running Leopard (10.5.8) system. I've also installed a Seritek 1S2 card with a 500GB Sata disk. Some days ago I've started