Report opens in "Design" mode and throws error

Hi All,
One of my user gets an attached error when he opens a report. I noticed that, this happens because his report always open in "Design" mode. Now when we click on "Reading" mode, it works fine.
Also, this behavior is happening only for one report. What can be the issue ? Is there a way in settings that I can do, so that the report always opens in "Reading" mode.
BI4.1 SP1
Thanks,
Anupam,

Check this KB:
              2016483  - error: "while trying to
invoke the method java.util.List.iterator() of null object loaded from
local variable 'nodes' (Error: INF)”

Similar Messages

  • Since ff13 update to ff13.1 my browser wont open and also wont open in safe mode and i tried to download ff13.0 but it wont open also. so i dont know what to do

    since ff13 update to ff13.1 my browser wont open and also wont open in safe mode and i tried to download ff13.0 but it wont open also. so i dont know what to do?

    here the other promblem

  • Why was yesterday the typefont Lato displaying good in design mode and today looks like Arial?

    why was yesterday the typefont Lato displaying good in design mode and today looks like Arial? In preview mode its looking good

    I'm having exactly the same problem as Kitcarhans just as of now, with the same font (Lato).
    I tried to follow Abhishek's recommended steps, but they are unclear to me, and in any case, didn't have any effect.
        "2. Rename the folders named tk1 and tk2 in the following locations"
    Not sure what this step is instructing me to do; rename them to what new name? Any? The same?
        "3. Launch Muse and add the font again"
    The font was never removed… was it supposed to have been? Well, in any case, I tried removing and then re-adding, but no effect there either…
    Could you clarify these instructions for me, or if they don't apply to the current problem, advise? The two websites I'm working on now both use Lato, so I can't do much of anything until I solve this problem…
    Thanks.

  • When I use Firefox without menu bar I can see bookmarks. How ever when I activate menu bar the bookmark is missing from toolbar. I tried opening in safe mode and resetting toolbar but it didn't fix the issue. I am using version 7.0

    When I use Firefox without menu bar I can see bookmarks. How ever when I activate menu bar the bookmark is missing from toolbar. I tried opening in safe mode and resetting toolbar but it didn't fix the issue. I am using version 7.0

    Do you mean the Bookmarks Menu button on the Navigation Toolbar?
    You only see that button if the menu bar is hidden.

  • Range Filter Mode not working and throws error in Power View (SharePoint 2013)

    Hi,
    I am using two filters in my power view report.
    One for the contact type group and one for year.
    First I select multiple contact type group for the first filter and everything works fine.
    Then I try to select the year using the range filter and I get this error:
    System.ArgumentException: The name 'Year' was specified twice, at index 0 and index 1. Duplicate names are not allowed.
    Parameter name: keys[1]
       at Microsoft.Data.Common.CommandTrees.ExpressionBuilder.Internal.EnumerableValidator`3.Validate(IEnumerable`1 argument, String argumentName, Int32 expectedElementCount, Boolean allowEmpty, Func`3 map, Func`2 collect, Func`3 deriveName)
       at Microsoft.Data.Common.CommandTrees.ExpressionBuilder.Internal.EnumerableValidator`3.Validate()
       at Microsoft.Data.Common.CommandTrees.ExpressionBuilder.Internal.ArgumentValidation.ValidateGroupBy(DbGroupExpressionBinding input, IEnumerable`1 keys, IEnumerable`1 aggregates, DbExpressionList& validKeys, ReadOnlyCollection`1& validAggregates)
       at Microsoft.Reporting.QueryDesign.ExpressionTrees.ExpressionBuilder.Internal.QueryExpressionBuilder.GroupBy(QueryGroupExpressionBinding input, IEnumerable`1 groupItems, IEnumerable`1 aggregates)
       at Microsoft.Reporting.QueryDesign.QueryDefinitionModel.Internal.QdmExpressionBuilder.QdmGroupBy(IEnumerable`1 expressions)
       at Microsoft.Reporting.QueryDesign.QueryDefinitionModel.Internal.QdmExpressionBuilder.QdmFilter(IGrouping`2 predicates)
       at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
       at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
       at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
       at Microsoft.Reporting.QueryDesign.QueryDefinitionModel.Internal.QdmExpressionBuilder.QdmFilters(IEnumerable`1 filterConditions)
       at Microsoft.Reporting.QueryDesign.QueryDefinitionModel.Internal.FilterQueryFactory.AddRowCount(QueryBuilder queryBuilder, Group group, EntitySet entity, IEnumerable`1 rowCountFilterContext)
       at Microsoft.Reporting.QueryDesign.QueryDefinitionModel.Internal.FilterQueryFactory.CreateValueWithCountQuery(QueryBuilder queryBuilder, List`1 columns, IEdmFieldInstance fieldInstance, FilterCondition availableValueFilter, FilterCondition activeValueRetentionFilter,
    GroupReference& groupRef)
       at Microsoft.Reporting.QueryDesign.QueryDefinitionModel.Internal.FilterQueryFactory.CreateValueListQuery(EntityDataModel model, IEdmFieldInstance fieldInstance, Int32 topCount, FilterCondition availableValueFilter, FilterCondition activeValueRetentionFilter,
    IEnumerable`1 exclusionPathSegments, ValueListQuerySchema& schema)
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Filtering.Internal.FilterValueQueryFactory.CreateFilterValuesQuery[TFilterMode](TFilterMode filterMode, Int32 maxRowCount, FormulaFilterCondition availableValueFilter, FormulaFilterCondition
    activeValueRetentionFilter, ValueListQuerySchema& schema)
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Filtering.Internal.ListFilterMode.ListDataLoader.<LoadDataImpl>d__15.MoveNext()
       at Microsoft.Reporting.AsyncEnumerator.AsyncEnumeratorBase.MoveNextChecked()
       at Microsoft.Reporting.AsyncEnumerator.AsyncEnumeratorBase.ResumeIterator(Boolean synchronous)
       at Microsoft.Reporting.AsyncEnumerator.AsyncEnumeratorBase.BeginExecuteCore(IEnumerator`1 asyncMethod)
       at Microsoft.Reporting.AsyncEnumerator.AsyncEnumeratorImpl.BeginExecute(Func`2 asyncMethod)
       at Microsoft.Reporting.AsyncEnumerator.BeginExecute(Func`2 asyncMethod, AsyncCallback userCallback, Object userState, AsyncEnumeratorSettings settings)
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Filtering.Internal.FilterMode.DataLoader`1.BeginLoadData(AsyncCallback userCallback, Object userState)
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Filtering.Internal.FilterMode.DataLoader`1.LoadDataAsync()
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Filtering.Internal.FieldFilter.LoadDataAsyncCore()
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Filtering.Internal.FilterManager.OnEditCompleted()
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Filtering.Internal.PageFilterManager.OnEditCompleted()
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Filtering.Internal.FilterManager.OnEditCompleted(EventArgs args)
       at Microsoft.Practices.Prism.Events.EventSubscription`1.InvokeAction(Action`1 action, TPayload argument)
       at Microsoft.Practices.Prism.Events.EventSubscription`1.<>c__DisplayClass2.<GetExecutionStrategy>b__0(Object[] arguments)
       at Microsoft.Practices.Prism.Events.EventBase.InternalPublish(Object[] arguments)
       at Microsoft.Practices.Prism.Events.CompositePresentationEvent`1.Publish(TPayload payload)
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Internal.TransactionManager.EditEventAggregator.Exit()
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Internal.TransactionManager.EditEventAggregator.SelectionManager_SelectionResumed(Object sender, EventArgs e)
       at Microsoft.Reporting.Util.RaiseEvent(EventHandler eventHandler, Object sender, EventArgs eventArgs)
       at Microsoft.Reporting.AdHoc.Shell.Regions.Canvas.Internal.SelectionManager.ResumeSelectionChanges()
       at Microsoft.Reporting.AdHoc.Shell.Regions.Canvas.Internal.SelectionManager.<.ctor>b__3(Object s, EventArgs e)
       at Microsoft.Reporting.Util.RaiseEvent(EventHandler eventHandler, Object sender, EventArgs eventArgs)
       at Microsoft.Reporting.AdHoc.DataManagement.Internal.DataManager.set_HandleRdmChanges(Boolean value)
       at Microsoft.Reporting.AdHoc.DataManagement.Internal.DataManager.UndoManager_SuspendRdmHandlingChanged(Object sender, StateChangedEventArgs`1 args)
       at Microsoft.Reporting.Util.RaiseEvent[TEventArgs](EventHandler`1 eventHandler, Object sender, TEventArgs eventArgs)
       at Microsoft.Reporting.AdHoc.Shell.Services.UndoManagement.Internal.UndoManager.<.ctor>b__0(Object sender, StateChangedEventArgs`1 args)
       at Microsoft.Reporting.Util.RaiseEvent[TEventArgs](EventHandler`1 eventHandler, Object sender, TEventArgs eventArgs)
       at Microsoft.Reporting.AdHoc.Shell.Services.UndoManagement.Internal.UndoManagerApiProperties.set_SuspendDataManagerRdmHandling(Boolean value)
       at Microsoft.Reporting.AdHoc.Shell.Services.UndoManagement.Internal.UndoManagerHasOpenUndoGroupStateImpl.OnUndoGroupCommitting(UndoGroup undoGroup)
       at Microsoft.Reporting.AdHoc.Shell.Services.UndoManagement.Internal.UndoManagerHasOpenUndoGroupStateImpl.HandleUndoGroupStateChanged(Object sender, EventArgs args)
       at Microsoft.Reporting.Util.RaiseEvent(EventHandler eventHandler, Object sender, EventArgs eventArgs)
       at Microsoft.Reporting.AdHoc.Shell.Services.UndoManagement.Internal.UndoGroup.HandleStateEnteredEvent(Object sender, EventArgs args)
       at Microsoft.Reporting.Util.RaiseEvent(EventHandler eventHandler, Object sender, EventArgs eventArgs)
       at Microsoft.Reporting.AdHoc.Shell.Services.UndoManagement.Internal.UndoGroupCommittingStateImpl.EnterState()
       at Microsoft.Reporting.AdHoc.Shell.Services.UndoManagement.Internal.UndoGroup.SetState(UndoGroupStateImpl nextState)
       at Microsoft.Reporting.AdHoc.Shell.Services.UndoManagement.Internal.UndoGroupOpenStateImpl.Commit()
       at Microsoft.Reporting.AdHoc.Shell.Services.UndoManagement.Internal.UndoGroup.Commit()
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Internal.TransactionManager.CompleteTransaction(Transaction transaction, Boolean completedSuccessfully)
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Internal.TransactionManager.Transaction.Dispose()
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Internal.TransactionalObject.ExecuteInTransaction(Action action)
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Filtering.Internal.ValueAndOperatorConditionFilterMode.CreateRangeFilterCore(IList`1 rangeConditions)
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Filtering.Internal.NumericRangeFilterMode`1.CreateRangeFilter(FilterValueAndOperator[] rangeConditions)
       at Microsoft.Reporting.AdHoc.Shell.Regions.Canvas.Internal.RangeFilterViewModel`1.<get_UpdateRangeBoundsCommand>b__0(Nullable`1 adjType)
       at Microsoft.Practices.Prism.Commands.DelegateCommand`1.<>c__DisplayClass6.<.ctor>b__2(Object o)
       at Microsoft.Practices.Prism.Commands.DelegateCommandBase.Execute(Object parameter)
       at Microsoft.Practices.Prism.Commands.DelegateCommandBase.System.Windows.Input.ICommand.Execute(Object parameter)
       at Microsoft.Reporting.Windows.Common.Internal.RangeSlider.FireCommand()
       at Microsoft.Reporting.Windows.Common.Internal.RangeSlider.Thumb_DragCompleted(Object sender, DragCompletedEventArgs e)
       at System.Windows.Controls.Primitives.Thumb.RaiseDragCompleted(Boolean canceled)
       at System.Windows.Controls.Primitives.Thumb.OnLostMouseCapture(MouseEventArgs e)
       at System.Windows.Controls.Control.OnLostMouseCapture(Control ctrl, EventArgs e)
       at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags)
    If I select List Filter mode and try to achieve this it works fine no issue but when I use range filter this weird problem occurs. Can't I select multiple values using Range Filter Mode ? Isn't that's what it is intended to do ? Is it a known bug ? Any kind
    of prior experience or help would be much appreciated.
    Vivek Kamath

    This looks like it could be a bug. You could file an issue at
    http://connect.microsoft.com and include a repro. If this is blocking your business, you could also contact support services and if it is determined to be a defect in a Microsoft product, the support is free.
    Brad Syputa, Microsoft Power BI This posting is provided "AS IS" with no warranties.

  • Displaying std field in enable mode after throwing error msg

    Hi experts,
    I have a requirement where i need to  check the value enterred in standard field (final grade) of infotype 0022 and need to throw error message, when the user click save button in PA30.
    But the problem is, if i throw Error message, that field becomes disable and the user have to go back and come back for entering the correct value. So, my requirement is taht the field should still be in enable mode even after getting the error message.
    pls tell me how to achive the same?

    Hi Shanti,
    You don't need to display a message of type ERROR as this will lock the screen and will prevent the user from providing further input. You can use the following thing
    MESSAGE i001 DISPLAY LIKE 'E'.
    This will serve your purpose by displaying the error but will not lock the screen field and thus will not prevent the user from further input.
    Have a look at the following link for more details : [ MESSAGE KEYWORD|http://help.sap.com/abapdocu_70/en/ABAPMESSAGE_OPTIONS.htm]
    Hope this will help.
    Thanks,
    Samantak.

  • Type shift between design mode and preview mode in Muse.

    My type shifts / moves positions between design and preview modes. It then justifies differently in differnet Web Browsers. This mean I end up positioning things incorrectly in design mode to accommodate the error when published. I am using the Droid Sans Websafe font from Typekit but it doesn't seem to matter which font is used as the bug still occurs. See the attached images; the left is in Design and the other in Preview. See how the formatting shifts within the software. Also the weight of the headline FORDNESS changes slighlty. On other pages, this headline shifts a few pixels across and down. Any suggestions?

    Hi,
    Text layout and rendering varies from browser-to-browser (and between Muse Design and Preview modes). This may come as a suprise if you have a Print background, but is the reality of the web medium. I'll point you to some previous forum posts that may be instructive.
    Layout shifts because of line-break changes
    http://forums.adobe.com/message/6032336#6032336
    Layout shifts because of font metrics
    http://forums.adobe.com/message/6045303#6045303
    Text rendering differences (general)
    http://forums.adobe.com/message/4778838#4778838
    Text thickening (specific to Safari)
    http://forums.adobe.com/message/5862858#5862858
    Hope this helps.
    Abhishek

  • Firefox will not start, will not open in safe mode, and still will not work after clean reinstall, Mac/OSX

    One moment I was using Firefox the same as I always have. The only difference was that I changed the preferences to erase history when quitting Firefox. When trying to open the program again, it is immediately unresponsive. I attempted opening it in safe mode and a window will appear but never load, and Firefox remains unresponsive. I could not reset Firefox either. I deleted the application and re-downloaded Firefox, but it changed nothing. I am in OSX 10.7.4. Can anyone help?

    Hello chillman4130, try to create a new profile(in case that you profile is corrupted), go (with closed firefox...... it is anyway) to /Applications/Utilities > Open the Terminal application > in the Terminal application, enter the following:
    * /Applications/Firefox.app/Contents/MacOS/firefox-bin -p
    Press Return
    the above opens Profile Manager, if the profile manager open then see : [https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles#w_creating-a-profile Creating a profile]
    then see: [https://support.mozilla.org/en-US/kb/Recovering%20important%20data%20from%20an%20old%20profile Recovering important data from an old profile]
    http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    thank you

  • Iphone 4 is stuck in recovery mode and gives error code 2001 when trying to restore from itunes...any help?

    Just downloaded the new software from itunes today for my iphone 4.  While talking on the phone while plugged into macbook (charging) my call was dropped and then my phone turned off.  Itunes now says it found my phone and it was in recovery mode and I need to restore it.  When I try to do that I get an error code of (2001) and I am unable to go any further.  any help from anyone please?  Thanks.  Ben

    Thats okay
    Are you using a Mac or PC? The step about ports, it not really relative to your issue (error 2001)
    Apple wrote (in TS1275)
    (2001, 2002, 2005, 2006, 2009, and so on) If you experience this issue on a Mac, disconnect third-party devices, hubs, spare cables, displays, reset the SMC, and then try to restore. Learn how to reset the SMC. If you are using a Windows computer, remove all USB devices and spare cables other than your keyboard, mouse, and the device, restart the computer, and try to restore. If that does not resolve, try the USB issue-resolution steps and articles listed for Error 1604 above. If the issue continues, it may be related to conflicting security software.
    So I would try an SMC reset if you are on a Mac. But mainly, try a different USB cable if you have one.

  • Iphone 3gs in recovery mode and gets error on itunes

    Hi my iphone 3gs in stuck recovery mode and gets an unknown error on itunes when afterdownloading ios6 and trying to restore.
    My phone is useless right now:(
    I did have a uncomplete cloud backup inprogress when I tried ti update the ios

    Hi Han38,
    If your iPhone is in Recovery Mode but isn't being recognized by iTunes on your Windows machine, you may find the following article helpful:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/ts1538
    Regards,
    - Brenden

  • Design-Mode and Preview differ a lot

    On one of my pages the design mode does not show the same as in the browser. (The space between image and text). I wonder, what failed to do.
    Anyone an idea? Thanks for response.
    design mode
    preview mode

    Please check if any scroll is applied with key position as it comes in preview  , additionally have you tried pinning the content on page ?
    Thanks,
    Sanjit

  • Elements in Design Mode and Preview Mode are Different

    I've encountered an irritating problem in Muse. The elements arranged in design mode are shifting erratically in preview mode. I'm trying to set up "buy" links for my client's CDs using amazon, cdbaby, itunes icons. The buy buttons are place below the audio player widget from MuseGrid. Right now they are just pics - no hyperlinks attributed. If anyone has advice, I'd be grateful as this problem is driving me nuts and costing me hours!!! I am using the
    Design Mode                                                                                                Preview Mode

    Hi,
    Please try grouping the objects on the page. It resolved such issues in most cases.
    Regards,
    Aish

  • MP3 player opens in rescue mode and will not function from that m

    My Normad Zen Xtra 30gb opens with rescue mode but when I try to open any of the functions it appears to be working but takes me back to the main rescue mode screen. This player has worked for almost a year and this happened recently during a battery charge. Is this a software glitch or is the unit toast?

    This can be a sign that the hard dri've heads have jammed. You can try the advice here in the Zen FAQ at Nomadness.net at your OWN RISK. If you don't want to try this or are under warranty then contact Creative Support.
    If you aren't under warranty you can contact Creative Support to see if they will repair it. If you want to try repairing it yourself, taking the risk the hard disk is at fault, then you can follow Rudi Cheow's excellent guide. There's also a thread here at the Zen Nomadness.net forum on compatible dri'ves, and the last page of Rudi's guide also has information on this.

  • Huge discrepancy between design mode and exported html.

    I added some html from videojs.com to my adobe muse website. As long as I put this video to the left of the website there is no problem, but when I put it more to the right the footer moves along with it. This ONLY happens when I export the page, this does not happen in DESIGN mode in muse itself. Can anybody please help me with this problem?

    Hi Parikshit,
    The sticky footer sounded promising, but it didn't change anything. I still can't move those bottom toggles to be at the desired ruler mark.
    As for the margins... Its my understanding that whatever you have in a master page will be applied to the pages you assign, but the content and spacing is different. There is no content that would push the page to extend further down, which I have seen done before. And because I cannot individually move the toggles I have no way of adjusting the spacing. I am going for a seamless look between pages, where the size and content of the page remains the same while the images in my portfolio change.
    Even if I go to Page > Page Properies and try to enter the correct numbers, it still doesn't affect the page.
    Does that clarify?
    Also, I am running 7.1 on a Mac OS 10.9...does that have something to do with it?
    Thank you so much for responding!
    - Carly

  • TS3694 MY IPHONE 4S WON'T SWITCH ON APPLE SIGN JUST KEEPS FLASHING,TRIED RESTORING IT THROUGH ITUNES BUT SAYS ITS IN RECOVERY MODE AND UNKNOWN ERROR SO CANNOT RESTORE CODE 3194

    MY IPHONE 4S WONT SWITCH ON THE APPLE SIGN JUST KEEPS FLASHING ITS 4 MONTHS OLD AND HASNT BEEN DAMAGED HAD ABOUT A QUARTER OF CHARGE AND JUST WENT OFF TRIED RESETING BY HOLDING HOME AND LOCK KEY, NO LOOK, TRIED DOING IT THROUGH ITUNES, IT SAYS ITS IN RECOVERY MODE AND WILL ERASE ALL DATA AND RESET, THEN SAYS IT CANT BE BECAUSE OF AN UNKNOWN ERROR CODE3194, PLEASE HELP!

    Stop using caps then I'll read your post.

Maybe you are looking for

  • Iphone 4 won't activate after factory restore? help, please?

    I did a restore on my iphone 4 earlier. This is the first time I have ever done a restore-I have only had this phone for about 2 weeks. However, I was having battery problems so I chose to restore.  It went through the entire process and even came up

  • Getting AccessControlException when running Applet in AppletViewer

    I'm using Java 1.5, and NetBeans 4.1, when I try to run my applet in the AppletViewer in NetBeans I get the error message 'AccessControlException', which comes from me trying to access a text file on the local system to read from. I have checked the

  • How to develop a new bill of materials report(BOM) in SBO?

    Dear all On sbo, there is a report of BOM in production, the BOM report can explore to Class1.Class2.. ClassN,, but the report is with fixed format, now I need add more columns into the report, how to do? if not, can I write and SQL script to get it

  • Data Source Tables in SAP BW 3.5

    Hello Experts, I am working on scenario where I need some information regarding data source present in 3.5 version. I have checked RSDT table but it contains data for data sources present in 7.0 version only. Please provide list of tables used for da

  • Changed number online now phone wont work what do i do?

    my husband went on line and changed to a local number - now the phone wont work... i dont know whats wrong but hes stuck in flordia working third shift and im in sc and the account holder. everytim i call it it goes straight to voicemail and he has m