Error refreshing report after applying security restrictions in IDT

Hi,
I have created a report and now the requirement is that the user should be able to view data of his profile only for which i have created restricstions at universe at Business layer.. But after applying these if i refresh by the user id i get the error where as on removing this no error.
"An internal error occured while calling 'porcessDPCommandsEx' API. (Error: ERr_WIS_30270) (Error: INF)".
If i refresh using any other id other than used at restrictions the reports is getting refreshed. Please advise.
This is on BOXIR4 SP3.
Thanks in advance.

I believe you are implementing Row level restrictions either in UDT or IDT, The below video is for IDT, the concept is same for UDT.
http://scn.sap.com/docs/DOC-8461
Create a data security profile that restricts access to specific rows: Information design tool 4.x - YouTube
Regards,
Ashok Vemulapalli
Search is out best friend

Similar Messages

  • After applying Security Update 2006-001 can't launch Office X apps

    I noticed that, after applying Security Update 2006-001, I can't launch Microsoft Word nor Excel nor Power Point (Office X, 10.1.6 updated). If I double click the app icon, select and try to open from File menu or try to launch it from the Dock, I get the message "The app has unexpectedly quit". This does not affect Entourage so far. I can open existing files double clicking on their icons and, once the app is running, create new files from menu bar. Repaired permissions, checked for corrupted preferences files or templates but to no avail.
    Can anybody help?
    iBook G4   Mac OS X (10.3.9)   512 MB RAM

    DivX Doctor is a freeware I had downloaded a few days before applying Security Update 2006-01 (http://www.macupdate.com/info.php/id/4683). It certainly was responsible for my problems with Office X apps because, as I said, they completely disappeared as soon as I got rid of it.
    I hadn't the memory problems you mentioned (I've applied also Security update 2006-02 without problems).
    Don't know if this can help, but you might want to give a try to Disk inventory X (http://www.macupdate.com/info.php/id/14393) [quote]Disk Inventory X is a disk usage utility for Mac OS X. It shows the sizes of files and folders in a special graphical way called "treemaps".
    If you've ever wondered were all your disk space has gone, Disk Inventory X will help you to answer this question.[/quote]
    Once DiskWarrior fixed a problem with free hard disk space on my machine, even though a small one.
    iBook G4    

  • Error could not access a java object field called allowAppDataInServContext after Applying Security

    After applying the security patch 12-26 I am getting the error "Could not access a java object field called allowAppDataInServContext".  When I removed the update the error goes away.  When I read the update it returns.
    The error states it occurred in the following line: cfapplication name="somename" clientmanagement="No" sessionmanagement="Yes" setclientcookies="Yes"

    Is it a linux server?  Look at the following, second comment.
    http://blogs.coldfusion.com/post.cfm/coldfusion-security-update
    ^_^
    EDIT:  Also, http://www.shilpikhariwal.com/2012/12/security-hotfix-for-coldfusion-9-and.html

  • Transform path error when uninstalling 8.1.2 after applying security update

    I have been testing a customized install of 8.1.2 and noticed that when you try to remove 8.1.2 after applying the latest security update, an error pops. "Error applying transforms. Verify that the specified transform paths are valid". Looking in the registry you can see an odd entry in the "TRANSFORMS" string value entry under HKEY_CLASSES_ROOT\INSTALLER\PRODUCTS\68AB67CA7DA73301B7448A2100000030\. The value is changed to "@AcroRead.mst;C:\Program Files\Adobe\Reader 8.0\Setup Files\{AC76BA86-7AD7-1033-7B44-A81200000003}\RdrSU.mst" after applying the security update. You can edit the path to remove everything after @AcroRead.mst and then the software can be uninstalled. This problem does not happen if the install is not customized using a transform. I would like to deploy this software with the security update but do not want problems removing the software in the future. Please advise...

    I don't have a solution but found the exact same problem when I was testing security update 1 for a customised 8.1.2 deployment.
    I have decided NOT to deploy the update until it is fixed (or released as an MSP file so I can patch the MSI)
    I tried to contact Adobe support (UK) but they were not interested as we don't have a support contract :-(

  • Data at all level do not match after applying security

    Hi ,
    We are implementing the security and observed following.
    1. Data is loaded in the cube correctly and report shows up the data correct at all level.
    2. Now we apply the security which which will restricts the users to see some members according to the role they are mapped to.
    3. When we create a report we are seeing the values at second and all below level to be correct but the value at all level still shows same as got in step 1.This means that the value is not dynamically aggregated while creating the report.
    Also we checked that the values are not precomputed at all level for any dimension.
    Any pointers to resolve this?
    Thanks in advance.
    Thanks
    Brijesh

    John, A sureshot way to simulate the relational aggregation for various users (who have vpd) applied on the fact information is to create the AW for each user. That way the scoping of dimension hierarchies and/or facts occur on the relational source views and each user only sees the summation of the visible values in the AW. You can use (local) views in each user's schema on the appropriate AW and make the application access seamless across all the user schemas. Such a solution may be a bit redundant (leaf data present in multiple AWs increasing load time) but should work in all environments since it does not involve any tweaking of internal objects via custom olap dml.
    +++++++++++++
    Regd implementing the approach to have a single AW servicing multiple users but also allow for individual users to see only their data (for both base and summary data).. This can be done in 10gR2. We have used this approach with a 10gR2 AW based on suggestions from people who were in the know :)
    Please note the disclaimers/caveats..
    * Works for 10gR2 with no foreseeable way to port this onto 11g when olap dml object manipulation is prevented by the lock definition (lockdfn) keyword.
    * Custom code needs to be run at startup.. Preferably in PERMIT_READ program alone since this way any changes made by any of the restricted user(s) do not get saved/commited. This is the manner that sql query on AWM using vpd (say) would work.
    * OLAP DML Code is very dependent on the nature of the cube structure and stored level setting.
    * This approach provides for a neat and nifty solution in the context of a PoC/demo but the solution performs a (possibly exhaustive) cleanup of stored information during the startup program for each user session. And since this happens in the context of a read only session, this would happen every time for all user sessions. So be sure to scope out the extent of cleanup required at startup if you want to make this a comprehensive solution.
    *********************** Program pseudo code begin ***********************
    " Find out current user details (username, group etc.) using sysinfo
    limit all dimensions to members at stored levels
    limit dim1 to members that user does *not* have access to.
    NOTE: This can lead to perf issues if PROD dimension has thousands or millions of products and current user has access to only a few of them (2-3 say). We will have to reset the stored information for the majority of products. This is undo-ing the effects of the data load (and stored summary information) dynamically at runtime while the users request a report/query.
    limit dim1 add descendants using dim1_parentrel
    limit dim1 add anscestors using dim1_parentrel
    limit dim1 keep members at stored levels alone... use dim1_levelrel appropriately.
    same for dim2 if reqd.
    "If we want to see runtime summation for stores in North America (only visible info) but see the true or actual data for Europe (say).. then we need to clean up the stored information for stores in North America that the current user does not have access to.
    Scenario I: If Cube is uncompressed with a global composite.. only 1 composite for cube
    set cube1_meas1_stored = na across cube1_composite
    set cube1_meas2_stored = na across cube1_composite
    Scenario II: If Cube is uncompressed with multiple composites per measure.. 1 composite per cube measure
    set cube1_meas1_stored = na across cube1_meas1_composite
    set cube1_meas2_stored = na across cube1_meas2_composite
    Scenario III: If Cube is compressed but unpartitioned..
    set cube1_meas1_stored = na ... Note: This can set more cells as null than required. Each cell in status (including cells which were combinations without data and did not physically exist in any composite) get created as na. No harm done but more work than required. The composite object may get bloated as a result.
    Scenario IV: If Cube is compressed and partitioned..
    Find all partitions of the cube
    For each partition
    Find the <composite object corr to the partiton> for cube
    set cube1_meas1_stored = na across <composite object corr to the partiton>
    "Regular Permit Read code
    cns product
    permit read when product.boolean
    *********************** Program pseudo code end ***********************
    The cube in our aw was uncompressed/partitioned (Scenario I).
    It is more complicated if you have multiple stored levels along a dimension (possible for uncompressed cubes) where you apply security at an intermediate level. Ideally, you'll need to reset the values at load/leaf level, overwrite or recalculate the values for members at all higher stored levels based on this change, and then exit the program.
    HTH
    Shankar

  • Too much Time until logon window after applying Security Configuration Wizard on DC

    Hi,
    The scenario is the following:
    Domain Controller on Windows 2012 R2
    DHCP installed on Domain Controller
    Clients: Win7, Win8
    Servers: Win2008/R2, Win2012 R2
    After applying a SCW template on a DC, the logon window takes too much time to appear (after reboot, lock or sign out).
    The seetings in the template are the following:
    Select Server Roles: All of the default options selected by SCW
    Select Client Features: All of the default options selected by SCW
    Select Administration and Other Options: All of the default options selected by SCW
    Select Additional Services: All of the default options selected by SCW
    Handling Unspecified Services: Do not change the startup mode of the service
    Network Security Roles: All of the default options selected by SCW
    Require SMB Security Features: 2 checkboxes marked
    Require LDAP Signing: the checkbox marked
    Outbound Authentication Methods: Domain Accounts
    Outbound Authentication using Domain Accounts: 2 checkboxes marked
    Inbound Authentication Methods: none of the checkboxes marked
    System Audit Policy: Audit successful activities
    The question is:
    What options(s) include/exclude from SCW template that avoid too much time logon windows takes to appear?
    Thanks in advance!

    Hi,
    Based on my research, SCW helps administrators to ensure that only those services, application capabilities, and ports required for the roles to function are available; anything not specifically needed by the roles the server holds will be disabled. These
    tasks above all consume time to implement, which causes the delay for the Windows logon screen to display.
    Therefore, as the way I see it, it is a normal behavior, and I didn’t find any option which could avoid/reduce time spent on applying settings within the SCW template.
    More information for you:
    The Security Configuration Wizard
    https://technet.microsoft.com/en-us/magazine/2007.04.securitywatch.aspx
    Security Configuration Wizard
    https://technet.microsoft.com/en-us/library/cc754997.aspx
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • Portal Runtime Error in contentCatalogTree after applying SP11

    HI,
    I am getting a POrtal Runtime Error for the contentCatalogTree iView after I applied SP11. It was working fine before I patch the portal. Has anyone got a solution to this?
    Here is the error stack:
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    iView not found: pcd:portal_content/administrator/super_admin/super_admin_role/com.sap.portal.content_administration/com.sap.portal.portal_content/com.sap.portal.contentCatalogTree.
    Exception id: 09:49_11/04/05_0022_6990050
    See the details for the exception ID in the log file
    And the log file says:
    #1.5#001279D06329005D0000000700000F280003F423583156CF#1112857570796#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#Administrator#178####856f12c0a73311d9b39c001279d06329#SAPEngine_Application_Thread[impl:3]_23##0#0#Error#1#/System/Server#Java###Exception ID:03:06_07/04/05_0005_6990050
    [EXCEPTION]
    #1#com.sapportals.portal.prt.runtime.PortalRuntimeException: iView not found: pcd:portal_content/administrator/super_admin/super_admin_role/com.sap.portal.content_administration/com.sap.portal.portal_content/com.sap.portal.contentCatalogTree
         at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1937)
         at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:230)
         at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:312)
         at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:385)
         at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(PortalRequest.java:435)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:607)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:232)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:153)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:391)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:265)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:345)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:323)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:865)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:240)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Anyone out there can help. Thanks in advance.

    Hi all,
    Apprantly it seems that the sequence to applying the SP Stacks plays a part. I reverted back to SP9 then went on to SP10, SP10 patch2 and then SP11 and it appears fine now.
    Cheers

  • In SOLMAN after applying security notes warings are coming

    Hi All,
    Please help here
    We have applied some security notes in SOMAN Dev & made the TR for the same
    after importing the TR in Live we are getting warining.
    log detail is as below
    Post-import method SCWN_AFTER_IMP_METHOD started for NOTE L, date and time: 2010111705264
    Beginn: After import method for SAP Note 0001379987
    No release data for Note 0001379987 in the data file in the request
    End:    After import method for SAP Note 0001379987
    Beginn: After import method for SAP Note 0001380710
    No release data for Note 0001380710 in the data file in the request
    End:    After import method for SAP Note 0001380710
    Beginn: After import method for SAP Note 0001381719
    No release data for Note 0001381719 in the data file in the request
    End:    After import method for SAP Note 0001381719
    Beginn: After import method for SAP Note 0001402132
    No release data for Note 0001402132 in the data file in the request
    End:    After import method for SAP Note 0001402132
    Beginn: After import method for SAP Note 0001412774
    No release data for Note 0001412774 in the data file in the request
    End:    After import method for SAP Note 0001412774
    Beginn: After import method for SAP Note 0001430970
    End:    After import method for SAP Note 0001430970
    Execution of programs after import (XPRA)
    End date and time : 20101117052647
    Ended with return code:  ===> 4 <===
    we checked and could see these SAP Notes coming in warning message has been implemented in our Dev & Live suuccessfully
    still waring is coming
    please help here to avoid this warnings
    Regards,
    Vyash

    Hi,
    Regarding the message "No release data for Note XXXXXXXXX in the data file in the request"
    You can normally ignore this warning.
    The warning's meaning:
    When a Note (R3TR NOTE) is transported, the release data for the
    software components affected by the Note is normally transported too. If
    a transport request contains several Notes, however, the release data
    is only transported with one of the Notes, and not with all of them.
    When a transport request containing several Notes is imported, the
    system issues a warning for all Notes that do not have release data
    transported with them.
    If the system issues this warning for all Notes during a transport
    request import, however, this might mean that the data in the target
    system is incomplete. If this is the case, the system will issue an
    error message when the imported Notes are displayed with transaction
    SNOTE.
    You can solve this display problem by downloading one of the Notes again
    from SAP Service Marketplace. The functionality of your system is in no
    way impaired.
    Hope the above information could be helpful to your situation.
    Kind regards,
    Fabricius

  • Variable SERVERNAME is undefined in CFIDE after applying security patch for APSB09-12

    We attempted to apply the hotfixes available for ColdFusion and JRun released August 17, 2009 on our ColdFusion v8.0.1 and now are not able to connect to the ColdFusion administrator page.
    This is the link to the securty update:
    http://www.adobe.com/support/security/bulletins/apsb09-12.html
    We receive the login screen, enter our user/pass and are then presented with the following error message:
    The web site you are accessing has experienced an unexpected error.
    Please contact the website administrator.
    The following information is meant for the website developer for debugging purposes.
    Error Occurred While Processing Request
    Variable SERVERNAME is undefined.
    The error occurred in index.cfm: line 22
    -1 : Unable to display error's location in a CFML template.
    Resources: Check the ColdFusion documentation to verify that you are using the correct syntax.
    Search the Knowledge Base to find a solution to your problem.
    Browser 
    Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)
    Remote Address 
    127.0.0.1
    Referrer 
    http://127.0.0.1/CFIDE/administrator/index.cfm
    Date/Time 
    01-Sep-09 04:59 PM
    Stack Trace
    at cfindex2ecfm274406133.runPage(E:\cf8_final\cfusion\wwwroot\CFIDE\administrator\index.cfm: 22)                 
    coldfusion.runtime.UndefinedVariableException: Variable SERVERNAME is undefined.
         at coldfusion.runtime.CfJspPage._get(CfJspPage.java:325)
         at coldfusion.runtime.CfJspPage._get(CfJspPage.java:287)
         at coldfusion.runtime.CfJspPage._autoscalarize(CfJspPage.java:1405)
         at cfindex2ecfm274406133.runPage(E:\cf8_final\cfusion\wwwroot\CFIDE\administrator\index.cfm:22)
         at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
         at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
         at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
         at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:288)
         at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
         at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
         at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
         at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
         at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74)
         at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
         at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
         at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
         at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
         at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
         at coldfusion.CfmServlet.service(CfmServlet.java:175)
         at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
         at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
         at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
         at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
         at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
         at jrun.servlet.FilterChain.service(FilterChain.java:101)
         at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
         at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
         at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
         at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
         at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
         at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
         at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    This was caused by the Adobe patch, we removed the patch and applied the newly provided hot fix 3 and that resolved the issue.

  • Error refreshing report from parameter panel

    I'm using Crystal Reports 2008 SP3 with .Net 4.0 in visual studio 2010
    I'm using the following components
    CrystalDecisions.CrystalReports.Engine   12.0.2000.0
    CrystalDecisions.Enterprise.Framework   12.0.1000.0
    CrystalDecisions.Enterprise.InfoStore       12.0.1000.0
    CrystalDecisions.Shared                           12.0.2000.0
    CrystalDecisions.Windows.Forms            12.0.2000.0
    I have embedded the ViewerComponent in a windows form, everything works fine, loading report, exporting, printing, refreshing.
    However, I need to allow the user to refresh the report by using the parameter panel, because once the report has been loaded, some parameters are not allowed to be changed by a user. So I try to accomplish this by using the parameter optional function and show in parameter panel (read only/ editable / Don't show)
    However, when I try to edit a parameter in the parameter panel, I get to see the regular refresh dialog (this isn't a big problem...) however, when I do not enter any values, or just a few parameters, or all parameters, the viewer crashes with the following error:
    Unable to cast object of type 'CrystalDecisions.Shared.ParameterField' to type 'CrystalDecisions.Windows.Forms.ParameterFieldInfo'.
       at CrystalDecisions.Windows.Forms.ParameterFieldsInfos.get_Item(Int32 index)
       at CrystalDecisions.Windows.Forms.InteractiveParameterPanel.ShowParameters()
       at CrystalDecisions.Windows.Forms.CrystalReportViewer._ipPanel_ApplyButtonClicked(Object sender, EventArgs e)
       at CrystalDecisions.Windows.Forms.InteractiveParameterPanel.HandleApply()
       at CrystalDecisions.Windows.Forms.InteractiveParameterPanel.toolBar_ButtonClick(Object sender, ToolBarButtonClickEventArgs e)
       at System.Windows.Forms.ToolBar.OnButtonClick(ToolBarButtonClickEventArgs e)
       at System.Windows.Forms.ToolBar.WmReflectCommand(Message& m)
       at System.Windows.Forms.ToolBar.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.SendMessage(HandleRef hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at System.Windows.Forms.Control.SendMessage(Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.Control.ReflectMessageInternal(IntPtr hWnd, Message& m)
       at System.Windows.Forms.Control.WmCommand(Message& m)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.UserControl.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       at System.Windows.Forms.Control.DefWndProc(Message& m)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ToolBar.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
       at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.Run()
       at System.Windows.Application.RunDispatcher(Object ignore)
       at System.Windows.Application.RunInternal(Window window)
       at System.Windows.Application.Run(Window window)
       at System.Windows.Application.Run()
    Does anyone knows what goes wrong or what I'm doing wrong?
    Thanks in advance

    Thanks for your response.
    However, your not really right about that. I have integrated the viewer component into a WindowsFormHost, so it will just operate like a normal Windows Forms applcation.
    However, I'm wondering what is causing the Exception. It is trying to cast a ParameterField, can I override this?

  • Error in reports after database restart

    Hi,
    I am making reports using OBI with oracle 10.1.0 . I made some charts, pivot tables
    and some graphs. these are working fine until i restart the database. when i restart the
    data base the tables are show again at dash board but all pictorial type reports not work
    untill i make them again.
    it gives me error like
    No connection could be made because the target machine actively refused it. [Socket:888]while table by the same query is giving result. only graphical thing give error even after i
    redraw them.
    Thanks

    Step 1: Create Cachepurge.txt file with following command.
    call SAPurgeAllCache();
    Step 2: Tranfer this Cachepurge.txt file to this path (It can copy to
    anywhere)
    D:\oracleBI\server\Bin
    Step 3:
    Go to Command Prompt
    cd D:\oracleBI\server\Bin
    nqcmd -d Analyticsweb -u Administrator -p Administrator -s D:\oracleBI\server\Bin\Cachepurge.txt -o D:\output.txt
    -u --> User
    -p --> Password
    If you install OBIEE in C: please replace D: with C:
    Thanks,
    Chandra

  • Error  in reports after upgrade from OBIEE 10g to 11g :  [nQSError: 14025]

    Hi All, We upgraded RPD and web catalog from OBIEE 10g to 11.1.1.5. I see the following error while running few reports.
    Error: State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A
    general error has occurred. [nQSError: 43113] Message returned from OBIS.
    [nQSError: 14025] No fact table exists at the requested level of detail:
    When I add an user under BIAdministrator Application role and login, all the reports work correctly.
    I verified Oracle BUG fix (11850704) document and tried to make changes as suggested.
    Please suggest me if this issue is related to 10g to 11g RPD upgrade or are we missing any privileges?
    Also should I add every user to BIAdministrator role to avoid this issue?
    Thanks in Advance

    Hi,
    First of all i am not familiar on linux box.
    I tried in windows environment the rpd is deployed with out any errors.
    But i ran the ua.bat file in the following path
    \MWHOME\Oracle_BI1\bin\ua.bat.
    while i am running in oracle_common\bin\ua.bat is not responding in my local system.
    Please Mark if it helpful.
    Thanks

  • Error in report after upgradation

    Hi All,
    I upgraded RPD and web catalog from Obiee 10g to 11g.All reports (in dashboard) are working fine except one report.But when i tried to move to edit analysis for that report,it shows "An error occured while processing your request.please contact your site's Administrator".once i click ok,it showing that "Retrieving data please wait" for long time (more than 20 mins).
    will it be a problem of fetching data only for that report?pl tell me a solution to resolve that issue?
    Regards,
    gsk

    Hi Siva,
                  In the DC we don't have any build error in webdynpro.We r able to build & checkin properly but while activation it shows this error.
    If we try to build this dc in CBS, it shows same error.
    regards
    Sumit

  • Tungsten E2 Reset Loop After Applying Security Panel Update and Daylight Savings Updates

    I applied the Security Panel and Daylight Savings updates to my Tungsten E2 handheld.  The hotsync operation required me to press reset. Now my handheld loops on the Palm Powered screen.  Subsequent attempts to reset have the same result or ask me to delete all data.
    Does anyone have a solution for this?
    Bob Ludwig
    Post relates to: Tungsten E2

    If you have the data current in Palm desktop, do the hard reset. Do another sync to see if the E2 starts looping.
    If it does, you will need to rename the backup folder in the username folder and then sync again.
    Here is a link to an article regarding the location of the username folder on the PC http://kb.palm.com/wps/portal/kb/common/article/37​326_en.html
    Try installing one update at a time to see if one of the updates are causing the issue.
    For reference purposes, click on the following link for the support page for your device on the kb.palm.com webpage.
    http://kb.palm.com/wps/portal/kb/na/tungsten/e2/un​locked/home/page_en.html
    There are links on the page to the user guide, troubleshooting, how to's, downloads, etc.

  • Missing rows / output only one row in a Report after applying patchset 2

    Hi.
    We use Reports Builder for 10g R2. We had the problem with our AS 10g R2 on windows 2003, that some reports creates duplicate rows when it is a ASCII report (desformat = delimited), see Bug 3340546.
    Now we apply Patchset 2 on a local machine, to test the functionality. It fix the problem (look in metalink doc ID 398955.1 under "2.12 Oracle Reports Developer Bugs")-
    But now most csv reports creates only one row instead of multiple rows.
    We run reports on our local machine with OC4N and local started Form (via Forms Builder) to generate the reports (local started report server) from DevSuite).
    When we start the reports with desformat=delimited the txt-file has only the header row and one data row (instead of multiple ones).
    And when we generate the same report with desformat=delimiteddata it looks fine and generates all rows as expected.
    We found neither here in the forum or in metalink knowledge base nor on the internet.
    Have you any suggestions for us how to fix this problem?
    Using delimiteddata is now acceptable solution for us, because delimited is easier to use.
    Thanks for your help!

    Hey folks.
    We have solved the problem. :)
    We applied PatchSet2 for 10gR2. But we don´t know how the csv-report outputs only 1 data-row instead of several rows.
    Than we create a similar report (with the same sql-query) as a new one with the reports builder assistant.
    This one works pretty fine. So we looked for the attributes and see the "max. number datasets for each site" and it was in the new one set to 0 and in our old one set to 1.
    So we change this and ... the old one works pretty fine! :)
    So the problem is, that this attribute does not had any consequences in the old version. But since we update with PatchSet 2 it respect this attribute but we don´t "see" it.
    Hope this helps others.

Maybe you are looking for

  • HT1296 how do i sync my ipod touch with windows media player?

    so.....................any ideas????

  • Application Storage Issue

    Hello, A̶̲̥̅♏ having issue with my device being slow because the application storage memory ΐƨ almost full, i tried moving my apps to my media card but couldn't do that. ΐƨ there anyway this can be done? Please help .

  • SAX Java problem

    Hi, This is my first time to your forum. I would be grateteful if some one could tell me where Im going wrong. My program use a SAX parser in a Java application. It should read an XML file and extract cetain attibutes if they appear. Here is the prog

  • Syntax error in 4.6C

    Hello All, Consider the following piece of code. FORM fill_itabs TABLES p_t_table p_t_table_dummy. Internal table to be used for dynamic where condition DATA: lt_wherecond TYPE STANDARD TABLE OF ty_wherecond, Structure for dynamic where condition ls_

  • Firefox Hangs Downloading and Displaying PDF Files

    I've had a problem with Firefox for several years where it hangs in the middle of the file when downloading and displaying a PDF file.  Typically it downloads a few hundred kilobytes and then stalls. Recently I upgraded from Acrobat 8.1 to Acrobat 9.