Query throws an error while drilldowning a particular column in production

Hello Gurus,
There is an issue in a query when I run it on portal and when I try to drill down one particular column, it throws an error. I am pasting the error message below for your reference. This query works fine when I run in Bex. It also works fine when I run it on Quality portal. It only throws an error when I run it on production portal. I have got the patches and PI checked with BASIS team, everything seems to be fine.
Please help me out with this issue.
Termination message sent
ABEND RSBOLAP (000): Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
  MSGV1: SAPMSSY1
  MSGV3: UNCAUGHT_EXCEPTION
com.sap.ip.bi.base.application.exceptions
ABEND: Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
ABEND: System error in program SAPLRRK0 and form LRECH_01-01- (see long text)
Regards,

Hi,
There are a couple of threads on the same issue.
Refer to these, just might be handy.
Re: Uncaught_exception in Report Designer
Program error in class SAPMSSY1 method  : UNCAUGHT_EXCEPTION in Report
Good Luck!
Sandeep Tudumu

Similar Messages

  • MainPage.xaml throws an error while loading designer.

    Hello,
    I am new to WIndows store app development.
    I am creating a sample windows store App using VC++ UAP using Visual Studio 2015 CTP5. 
    MainPage.xaml throws an error while loading the designer:
    "The element [Grid] could not be displayed because of a problem with WIndows..UI.Xaml.Control.Grid"
    Exception:
    NullReferenceException: Object reference not set to an instance of an object.
    at Microsoft.VisualStudio.DesignTools.WindowsXamlDesigner.WindowsStoreXamlPlatform.get_ThemeResources()
    at Microsoft.VisualStudio.DesignTools.Platform.InstanceBuilders.ClrObjectInstanceBuilder.FindInstantiatedResource(IInstanceBuilderContext context, ViewNode viewNode, DocumentNode documentNode, DocumentNode keyNode)
    at Microsoft.VisualStudio.DesignTools.Platform.InstanceBuilders.ClrObjectInstanceBuilder.UpdatePropertyOrChildValue(IInstanceBuilderContext context, ViewNode viewNode, IProperty propertyKey, Int32 childIndex, DocumentNodeChangeAction action, DocumentNode valueNode, ViewNode& childViewNode, IInstanceBuilder& valueBuilder, Boolean& isNewInstance)
    at Microsoft.VisualStudio.DesignTools.Platform.InstanceBuilders.ClrObjectInstanceBuilder.UpdateProperty(IInstanceBuilderContext context, ViewNode viewNode, IProperty propertyKey, DocumentNode valueNode)
    at Microsoft.VisualStudio.DesignTools.Platform.InstanceBuilders.DependencyObjectInstanceBuilderBase`1.UpdateProperty(IInstanceBuilderContext context, ViewNode viewNode, IProperty propertyKey, DocumentNode valueNode)
    at Microsoft.VisualStudio.DesignTools.WindowsXamlDesigner.InstanceBuilders.FrameworkElementInstanceBuilder.UpdateProperty(IInstanceBuilderContext context, ViewNode viewNode, IProperty propertyKey, DocumentNode valueNode)
    at Microsoft.VisualStudio.DesignTools.Platform.InstanceBuilders.ClrObjectInstanceBuilder.InstantiateProperties(IInstanceBuilderContext context, ViewNode viewNode, DocumentCompositeNode compositeNode)
    at Microsoft.VisualStudio.DesignTools.Platform.InstanceBuilders.ClrObjectInstanceBuilder.Initialize(IInstanceBuilderContext context, ViewNode viewNode, Boolean isNewInstance)
    at Microsoft.VisualStudio.DesignTools.Platform.InstanceBuilders.ViewNodeManager.InitializeInstance(IInstanceBuilder builder, ViewNode viewNode, Boolean isNewInstance)
    The default contents of MainPage.Xaml for windows 8.1 project is :
    <Page
    x:Class="HelloWorld.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:HelloWorld"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    mc:Ignorable="d">
    <Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
    </Grid>
    </Page>
    The windows Phone 8.1 project loads the MainPage.xaml correctly. What is wrong with MainPage.xaml of Windows 8.1 project ?
    Thanks,
    Kunal

    There is nothing wrong with the code.
    >> using Visual Studio 2015 CTP5. 
    You're using a beta version of Visual Studio. Try using VS2013 instead. There's probably a bug.
    It could also be a problem with your Visual Studio install. Try repairing and/or reinstalling.
    Does taking out the Background property fix the issue? (i.e. just leave a completely empty grid)
    I'm a self-taught noob amateur. Please take this into account when responding to my posts or when taking advice from me.

  • DG4ODBC: STRING DATA, RIGHT TRUNCATION ERROR WHILE ACCESSING VARCHAR(MAX) COLUMN

    Problem Summary
    DG4ODBC: STRING DATA, RIGHT TRUNCATION ERROR WHILE ACCESSING VARCHAR(MAX) COLUMN
    Driver
    Microsoft® ODBC Driver 11 for SQL Server® - RedHat Linux
    Problem Description
    When selecting a MS SQL VARCHAR (max) column over a ODBC Gateway database connection I am getting this error from Oracle:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Microsoft][ODBC Driver 11 for SQL Server]String data, right truncation {01004}
    [Microsoft][ODBC Driver 11 for SQL Server]String data, right truncation {01004}
    [Microsoft][ODBC Driver 11 for SQL Server]String data, right truncation {01004}
    [Microsoft][ODBC Driver 11 for SQL Server]String data, right truncation {01004}
    [Microsoft][ODBC Driver 11 for SQL Server]String data, right truncation {01004}
    ORA-02063: preceding 2 lines from <LINK_NAME>
    The ODBC driver should map the varchar(max) column to SQL_LONGVARCHAR which would be appropriate for Oracle but the column is getting truncated
    Issue
    By default the SQL Server ODBC driver exposes the varchar(max) data type as a SQL_VARCHAR. When reporting the maximum size of a varchar(max) column, the driver returns 0, which is the Microsoft convention for "unlimited".
      [ODBC][25518][1399527750.588980][SQLDescribeCol.c][497]
      Exit:[SQL_SUCCESS]                
      Column Name = [raw_response]                
      Data Type = 0x7fffe3cbe1a4 -> 12                
      Column Size = 0x7fffe3cbe158 -> 0                
      Decimal Digits = 0x7fffe3cbe1ac -> 0                
      Nullable = 0x7fffe3cbe1b0 -> 1
    DG4ODBC is unable to interpret a zero length as an "unlimited" size and returns an error when retrieving varchar(max) data.
    FreeTDS and DataDirect ODBC drivers  return SQL_LONGVARCHAR instead of SQL_VARCHAR with 0 precision. So there is no problem reported for these drivers.
    Is there a fix for this or is the Microsoft ODBC driver team working on a fix for the driver regarding varchar(max)?
    Regards,
    James

    Hi James,
    Thank you for your question. I am trying to involve someone more familiar with this topic for a further look at this issue. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated. 
    If you have any feedback on our support, please click
    here.
    Regards, 
    Elvis Long
    TechNet Community Support

  • Error While Filtering a Particular Value in the Query Navigation

    Hi ALL,
            we have a time charecteristic 0FISCPER in our query and the output of the query  is fine until we filter this on the variant  V3 ,system is throwing an error
      "System error in program SAPLRRK0 and form SORT_END_TRUE-01- (see long text)"
         i have tried to fix this in "analysis and repair of infoobjects " by mentioning the name of the  infocube  then the system is showing the inconsistancies by  the  following messages 
    >>InfoCube XFIGL_C11 was marked as a Cube with an inconsistent time dimension.
    >>Record with the DIMID 44 contains non-fitting time characteristics
    >>This DIMID is used by 2475 records of the fact tables
    >>No master data found for characteristic of test described subsequently
    >>Time characteristic 0FISCPER value 102006000 does not fit with time char 0FISCPER3 val 0
                this error is there both on the development and also the production servers. any light thrown on this issue is a awewlcome and i promise to reward points,
    regards

    Hi,
    There are a couple of threads on the same issue.
    Refer to these, just might be handy.
    Re: Uncaught_exception in Report Designer
    Program error in class SAPMSSY1 method  : UNCAUGHT_EXCEPTION in Report
    Good Luck!
    Sandeep Tudumu

  • Query Throws Random Errors?

    Hello, can anyone tell me why SAP throws random errors when trying to execute below query in Query Manager?
    SAP opens and asks the user for the correct parameters but errors on execution.
    /*SELECT FROM [dbo].[OHEM] T0*/
    DECLARE @FirstName AS NVARCHAR(50)
    /* WHERE */
    SET @FirstName = /* T0.firstName */ '[%0]'
    /*SELECT FROM [dbo].[OHEM] T1*/
    DECLARE @LastName AS NVARCHAR(50)
    /* WHERE */
    SET @LastName = /* T1.lastName */ '[%1]'
    /*SELECT FROM [dbo].[OFPR] T2*/
    DECLARE @StartDate AS date
    /* WHERE */
    SET @StartDate = /* T2.F_RefDate */ '[%2]'
    /*SELECT FROM [dbo].[OFPR] T3*/
    DECLARE @EndDate AS date
    /* WHERE */
    SET @EndDate = /* T3.T_RefDate */ '[%3]'
    Select     (EMP.firstName + ' ' + EMP.lastName) As Name,
                   BL.TRANSDATE As Date,
                   SJ.JOBID As [WO#],
                   BL.SUBJOBID As [Tool ID],
                   BL.STOCKCODE As Pay,
                   CASE When TIMETYPE = 0
                        Then ISNULL(QTY,0)
                        Else 0
                   End As ST,
                   CASE When TIMETYPE = 1
                        Then ISNULL(QTY,0)
                        Else 0
                   End As OT,
                   CASE When TIMETYPE = 2
                        Then ISNULL(QTY,0)
                        Else 0
                   End As DT
    From OHEM EMP
         Inner Join ENPRISE_JOBCOST_TEMPBATCHJOBLINES BL On EMP.empID = BL.EMPID
         Inner Join ENPRISE_JOBCOST_SUBJOB SJ On SJ.SUBJOBID = BL.SUBJOBID
    Where firstName Like @FirstName + '%' And lastName Like @LastName + '%'
    And BL.TRANSDATE Between Convert(Datetime,@StartDate) And Convert(Datetime,@EndDate)
    Group By     EMP.firstName,
                        EMP.lastName,
                        BL.TRANSDATE,
                        SJ.JOBID,
                        BL.SUBJOBID,
                        BL.STOCKCODE,
                        TIMETYPE,
                        QTY,
                        BL.EMPID
    Order By Name
    Thanks,
    Mike

    Hi Mike,
    Can you try :
    From OHEM EMP
         Inner Join dbo.[ENPRISE_JOBCOST_TEMPBATCHJOBLINES] BL On EMP.empID = BL.EMPID
         Inner Join dbo.[ENPRISE_JOBCOST_SUBJOB] SJ On SJ.SUBJOBID = BL.SUBJOBID
    Regards
    Edy

  • OperatorClient.jar throws an error while trying to sign in

    Hello,
    I get this error while trying to sing in in operatorClient.jar:
    Signing in: java.security.NoSuchAlgorithmException: RSA/ECB/PKCS1Padding: RSA
    OS: CentOS 5.3
    Java: 1.6.0.16
    Tomcat: 6.0.20

    This means the Java that you have installed does not have support for RSA/ECB/PKCS1Padding.  What is the full output of "java -version", since I'm wondering if you have the Sun distro installed or something else?

  • Getting error while trying to delete columns from form designer

    I Am trying to make last name a mandatory field.
    AD was not getting provisioned for users that i created.The system validation task was not getting completed.WHen i tried to save the process form it was showing that last name was a mandatory field.So i figured it out that my process form was not getting populated.
    i was trying to delete last name from the form version.But it was throwing an error code= DOBJ.SDC_CANNOT_DELETE_SRE_ENTRIES_EXIST
    So i am trying to create a new version of a form and delete some columns.But when im doing it it shows the following error :
    ERROR,15 Dec 2008 18:03:20,073,[XELLERATE.SERVER],Class/Method: tcSDC/hasPrePopulatedEntries Error :Sdk cannot drop, SRE entries Exist.
    Could you help as to how i can resolve this.

    You cannot delete a column, but you can hide it ;)
    In your case, you may follow these steps:
    1) Create a new form version.
    2) Go to the "Properties" tab in the form editor.
    3) Delete the "Required=true" property for the "Last Name" field.
    4) Add a new property to the "Last Name" field: select "Visbile Field" in the "Property Name" combo-box, and add "false" to the "Property Value". Save.
    5) Activate your version.
    Think again about hidding the "Last Name", because I think it's a mandatory value for AD user creation (i.e., AD won't let you create users if they don't have Last Name set). However, I'm not sure.
    Hope this help!

  • Query gives  ASSIGN_TYPE_CONFLICT error while execution.

    Hi,
    I am using BEX 3.5 and I get the following error when I excecute a query built on a virtual provider.
    Runtime Errors         ASSIGN_TYPE_CONFLICT
    Date and Time          04.02.2009 07:26:14
    Short text
         Type conflict with ASSIGN in program "GP46IJU3DHHM7BMOVYK5C25VPU9".
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "GP46IJU3DHHM7BMOVYK5C25VPU9" had to be terminated
          because it has
         come across a statement that unfortunately cannot be executed.
    Error analysis
        You attempted to assign a field to a typed field symbol,
        but the field does not have the required type.
    Information on where terminated
        Termination occurred in the ABAP program "GP46IJU3DHHM7BMOVYK5C25VPU9" - in
         "EXECUTE".
        The main program was "SAPMSSY1 ".
        In the source code you have the termination point in line 345
        of the (Include) program "GP46IJU3DHHM7BMOVYK5C25VPU9".
    Line  SourceCde
      315     currrule-tranid  = '0AUBIMFV5RTEC7OMK4S551BJENDOPH2N'.
      316     currrule-progid  = '46IJU3DHHM7BMOVYK5C25VPU9'.
      317     currrule-version = '0'.
      318
      319     call method cl_rstran_runtime_exe=>get_suppressed_rules
      320       EXPORTING
      321         i_tranid             = currrule-tranid
      322         i_r_data             = e_r_outbound
      323       IMPORTING
      324         e_s_suppressed_rules = lssupp.
      325
      326 *   set attributs
      327     p_check_master_data_exist = i_master_data_exist.
      328     p_r_request               = i_r_request.
      329
      330
      331 * ==== Debugging ====
      332 * Breakpoint after start routine
      333     if i_r_trfn_cmd is bound.
      334       READ TABLE i_r_trfn_cmd->n_th_bp
      335            TRANSPORTING NO FIELDS
      336            WITH TABLE KEY bpid    = 3
      337                           datapid = i_r_inbound->n_datapakid.
      338       IF sy-subrc = 0.
      339         BREAK-POINT.                                       "#EC NOBREAK
      340       ENDIF.
      341     endif.
    342
    343 * ==== 2. process data package
    344     i_r_log->add_substep( 'RULES' ).
    >>>>     LOOP AT <_yt_SC_1> assigning <_ys_SC_1>.
    346
    347       CLEAR:
    348         G1,
    349         ltmsg_rec,
    350         ltmsg.
    351       currrule-record = l_recno_SC_1 = <_ys_SC_1>-record.
    352       TRY.
    353           CALL METHOD i_r_log->verify_record
    354             EXPORTING
    355               i_segid         = 0001
    356               i_record        = <_ys_SC_1>-record
    357             RECEIVING
    358               r_skip          = _skip
    359             EXCEPTIONS
    360               TOO_MANY_ERRORS = 1
    361               NOT_IN_CROSSTAB = 2
    362               others          = 3.
    363           IF sy-subrc <> 0.
    364             CALL FUNCTION 'RS_SYMESSAGE_TO_EXCEPTION'
    Please can someone help me with this?

    Hi Anil,
    I am facing same Runtime error in ST22.
    Can you help me out with solution.
    Thanks n Regards.
    Chetna

  • Query timedout expired error while removing PRIV from a Role in IDM

    I am trying to remove a PRIV from a role and i am getting Query timeour error.
    I tried removing this PRIV from workflow and there it takes some time to process and then i get a promt of error which is staying for a sec and then i get to home page.
    I also tried removing this PRIV from Identity center and there I get error window like this:
    Method: Save Identity Store Privilege
    Source: Microsoft SQL Native Client
    Error: 80040E31h (-2147217871)
    Description: Query timedout expired.
    this is the error i am getting when i try.
    This is very critical role assigned to many users.
    Please check this and let me know if you need any more information to understand and give a solution.
    FYI: I am on SAP Netwearver 7.0 version.
    This role is assigned to almost 1150 users in the system.
    Since, I dint see anyone giving answer for this, may be this helps to analyse the solution for this.
    Edited by: ARUN KUMAR AKUTHOTA on Apr 28, 2010 3:33 PM

    Dear Sabita,
    Any update if this has been fixed in SP13 or SP14. We are planning to upgrade to SP13.
    We are unable to do even provisioning in multiple systems. Only in 1 system role is getting provisioned and other system its not happening. Same situation for removal of roles also.
    Also, we have not upgraded the ABAP patches in A2D system to synch with GRC SP9, whereas in R1D the patches are in synch with GRC SP9. But the issue is happening with R1D system (patches are in Synch) and not in A2D system.
    Thanks and Best Regards,
    Srihari.K

  • Unable to add Action for table - throwing Fatal error while rendering the table after adding

    Hi,
    I am not able to add action to the table i created.
    when i click on events and then Create Action for "onFilter" event, it is giving me Internal Error. The message details is:
    eclipse.buildId=@qualifier@
    java.version=1.6.0_45
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en
    Command-line arguments:  -os win32 -ws win32 -arch x86 -data C:\NWDS\Workspace
    Error
    Thu Jul 17 11:17:27 IST 2014
    Internal Error
       Plug-In Name: Web Dynpro HTML Rendering
       Internal Error  : com.sap.ide.webdynpro.rendering.html
       Class      : com.sap.ide.webdynpro.viewdesigner.ur.RenderingService
       Method     : renderDelta
       Message    : java.lang.RuntimeException: nullFatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.TableAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSSapTableRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.TableAdapter@1376233Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSFlowLayoutRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter@1102ae6Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.GroupAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSGroupRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.GroupAdapter@70815bFatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSFlowLayoutRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter@3cb708Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSScrollContainerRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter@14a4b5Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSFlowLayoutRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter@14983d6Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSScrollContainerRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter@16e8151
       Exception  : java.lang.RuntimeException: java.lang.RuntimeException: nullFatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.TableAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSSapTableRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.TableAdapter@1376233Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSFlowLayoutRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter@1102ae6Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.GroupAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSGroupRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.GroupAdapter@70815bFatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSFlowLayoutRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter@3cb708Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSScrollContainerRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter@14a4b5Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSFlowLayoutRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter@14983d6Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSScrollContainerRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter@16e8151
          [Error: com.sap.ide.tools.services.ui.dialog.DialogService  Thread[main,6,main]]
    The complete error details is also attached with the message.
    After creating the action, the table looks like below:
    Can someone help me on fixing this issue.
    Thanks,
    Abhishek.

    Its a rendering issue with the NWDS/IDE.
    Try, close and re-open for fix it. If it still persists, uninstall NWDS and re-install the right version of NWDS w.r.t the Portal server.
    Regards,
    Sharath

  • SQL server agent jobs throws random errors while the ETL process works fine.

    Hi,
    I have this problem with SQL agent jobs.
    We went from sql2008 to sql2012 and migrated SSIS without problems. The ETL process runs fine and the OLAP cubes are processed.
    I have a job which calls the master execution dtsx for a particulair customer. When the ETL load and OLAP is processed it should go to the next customer. The problem i have is that the agent logs some errors for random customers. I tried to do only two clients
    in one job this works then i add the third client and then it fails (log wise) for a customer which did run successfully before when there were only two customers.
    Despite the error message the ETL did run, there were no duplicate keys and OLAP was processed???
    Im very close to pull all my hair, because some combinations like two customers work, and placing these two customers with a third one it then fails again. (again cubes are processed and data is integer yet i keep getting these annoying errors in the log)
    Perhaps someone could help me further. 
    -Miracles are easy, the impossible takes a bit longer-

    Just double-click on the Agent job, then click on Steps property page (on your left), you must be able to see a list of steps with the action "On Failure" which you should examine.
    Arthur My Blog

  • Weird behavior: Throws an error while debugging/Run mode, but doesn't when project is built

    Hi there,
    I am trying to see if I could get some help on a strange situation:
    I am developing a desktop application with few window components (like music window, rss feeds, photos window, etc). I am trying to have a checkbox in the "preferences" component which will disable or enable the appropriate window component.
    When I am trying to test this checkbox in my application (in either debug mode or 'run' mode) an error is being thrown which I am not able to figure out why this error occurs (though I know its complaining about Null object reference). But when I am building the application with "Export Release Build" option and installing the application on my desktop to test the same checkbox - it works!! I am not sure why this is happening. Any help?
    Can you tell me why it's not complaining about Null object when I build the project or how to overcome this problem?
    This is the error:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at Components::ComponentContainer/getComponentData()[/Users/Desktop/projects/DesktopLauncher /src/MyComponents/ComponentContainer.as:48]
    at Function/http://adobe.com/AS3/2006/builtin::apply()
    at SetIntervalTimer/onTimer()
    at flash.utils::Timer/_timerDispatch()
    at flash.utils::Timer/tick()
    Thanks in advance.

    Can you post the code at ComponentContainer.as line 48?
    Also, make sure the debug SWF is up to date; delete it in bin-debug, make a change to ensure the new one has come up.

  • Error while associating a report column with a LOV

    Hi All,
    I have a region based on a SQL Report. One of the columns of this report is based upon a LOV. While running the page, i get the following error -
    report error:
    ORA-20001: Error fetching column value: ORA-06502: PL/SQL: numeric or value error.
    I have checked, the report is fetching the correct data.
    Also, the LOV base table has data corresponding to the value of the column of the report.
    What could be the problem. Please suggest.
    Thanks
    Monika

    Hi Scott,
    I'm also facing the same problem as Monika.
    I have an LOV with the following query which returns 8774 records, when I copied and pasted those records into a text file it shows as 220KB in size.
    SELECT
    p.name d,
    p.pers_id r
    FROM people p,
    people_contacts pc
    WHERE SYSDATE BETWEEN NVL(start_date,SYSDATE) AND NVL(end_date,SYSDATE)
    AND     p.used_by_orc = 'Y'
    AND     pc.pers_id = p.pers_id
    AND     pc.group_id IN ('ORC','SHARED')
    ORDER BY 1
    After searching the forum, I think there's a 32K limitation on the fetched rows in tabular forms, can you please let me know how to overcome this problem?
    I'm selecting the persid in the (tabular form) SQL query updatable report.
    I'm trying to display the field as Name instead of PERSID by changing it to select list(based on named LOV) or whichever way it can work.
    Please help me.
    Thanks in advance.
    - Pradeep

  • Error while uploading the PAR file of Production to UAT-

    Hi Experts,
    Could you please help me out in resolving the error which i'm facing while uploading the PAR file.
    1. I have downloaded the par file from the production, imported to my NWDS.
    2. Made changes to my  HeadiView.jsp
    3. I want to test my implementation in UAT.So i have uploaded the PAR to UAT system.
    4. Below is the error i'm getting from the Log trace.
    #1.#D27E2000F002008200000020000BD0FE0004436CD4EBF6C2#1200034614604#com.sap.porta
    l.prt.runtime#sap.com/irj#com.sap.portal.prt.runtime#BVISHALA#17971##adcapsap18.
    uk_QP0_16441150#BVISHALA#5d8f9460c01111dcafa2d27e2000f002#Thread[PRT-Async 2,5,P
    RT-Async]##0#0#Error##Java###06:56_11/01/08_16441150
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in in
    it method
    Component : com.tw.navigation.Masthead.HeaderiView
            at com.sapportals.portal.prt.component.PortalComponentContext.init(Porta
    lComponentContext.java:251)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
    esh(PortalComponentContextItem.java:271)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
    ontext(PortalComponentContextItem.java:316)
            at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
    ntContext(PortalComponentRequest.java:387)
            at com.sapportals.portal.pb.PageBuilder.createIviewProfile(PageBuilder.j
    ava:443)
            at com.sapportals.portal.pb.PageBuilder.createiView(PageBuilder.java:391
            at com.sapportals.portal.pb.PageBuilder.createAndAddiViews(PageBuilder.j
    ava:233)
            at com.sapportals.portal.pb.PageBuilder.doOnNodeReady(PageBuilder.java:6
    36)
            at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEve
    nt(AbstractPortalComponent.java:388)
            at com.sapportals.portal.pb.PageBuilder.handleEvent(PageBuilder.java:816
            at com.sapportals.portal.prt.component.CachablePortalComponent.handleEve
    nt(CachablePortalComponent.java:703)
            at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode
    .java:252)
            at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.j
    ava:368)
            at com.sapportals.portal.prt.pom.AbstractNode.addChildNode(AbstractNode.
    java:340)
            at com.sapportals.portal.navigation.PortalLauncher.doOnNodeReady(PortalL
    auncher.java:318)
            at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEve
    nt(AbstractPortalComponent.java:388)
            at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode
    .java:252)
            at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.j
    ava:368)
            at com.sapportals.portal.prt.pom.AbstractNode.addChildNode(AbstractNode.
    java:340)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
    ortalRequestManager.java:642)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
    ServletConnection.java:240)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
    her.java:524)
            at java.security.AccessController.doPrivileged(AccessController.java:242
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
    va:407)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.se
    rvice(InvokerServlet.java:156)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcher
    Impl.doWork(RequestDispatcherImpl.java:321)
            at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcher
    Impl.forward(RequestDispatcherImpl.java:377)
            at com.sap.portal.navigation.Gateway.service(Gateway.java:126)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServle
    t(HttpHandlerImpl.java:401)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleReq
    uest(HttpHandlerImpl.java:266)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServle
    t(RequestAnalizer.java:387)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServle
    t(RequestAnalizer.java:365)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebCo
    ntainer(RequestAnalizer.java:944)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(Requ
    estAnalizer.java:266)
            at com.sap.engine.services.httpserver.server.Client.handle(Client.java:9
    5)
            at com.sap.engine.services.httpserver.server.Processor.request(Processor
    .java:175)
            at com.sap.engine.core.service630.context.cluster.session.ApplicationSes
    sionMessageListener.process(ApplicationSessionMessageListener.java:33)
            at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRu
    nner.java:41)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:3
    7)
            at java.security.AccessController.doPrivileged(AccessController.java:215
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.ja
    va:100)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:1
    70)
    Caused by: com.sapportals.portal.prt.core.broker.PortalComponentInstantiationExc
    eption: Could not instantiate implementation class com.btexx.pct.easyWCM.navigat
    ion.masthead.HeaderiView of Portal Component com.tw.navigation.Masthead.HeaderiV
    iew because: Could not find implementation class
            at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getIn
    stanceInternal(PortalComponentItemFacade.java:242)
            at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getCo
    mponentInstance(PortalComponentItemFacade.java:160)
            at com.sapportals.portal.prt.core.broker.PortalComponentItem.getComponen
    tInstance(PortalComponentItem.java:732)
            at com.sapportals.portal.prt.component.PortalComponentContext.getCompone
    nt(PortalComponentContext.java:103)
            at com.sapportals.portal.prt.component.PortalComponentContext.init(Porta
    lComponentContext.java:242)
            ... 44 more
    Caused by: java.lang.ClassNotFoundException: com.btexx.pct.easyWCM.navigation.ma
    sthead.HeaderiView
            at java.lang.Class.forNameImpl(Native Method)
            at java.lang.Class.forName(Class.java:152)
            at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getIn
    stanceInternal(PortalComponentItemFacade.java:228)
            ... 48 more
    Kindly help me to resolve this issue.
    Many Thanks,
    B.Vishali.

    Hi,
    The problem might be caused by the version inconsistency of your J2EE and Portal Platform. 
    Please check the version of your J2EE and Portal.
    Best Regards,
    Assaf

  • Error while uploading roles from quality to production

    Dear friends,
    I have to upload roles from quality to production.
    I have downloaded it from qualtiy but while uploading to production it is giving me an error "File does not contain valid data".
    Can anybody tell me what could be the problem and how to resolve it.
    Thanks in advance
    regards
    Nirgun

    HI matore,
    the best way is to transport the roles from DEV to QA and then to production as julius suggested
    are you trying for mass down load are single role
    Mass download
    go to PFCG >> utilities>> Mass download>> select all the roles which you want to move it to production
    and execute save it on desktop
    now go to production system>> go to PFCG>>in menu click on roles>>click on upload>>select the file which is saved in desktop and click ok
    mass generation of roles
    in the menu click on utilities>>mass generation>>give the role names with you have uploaded and click on execute select all click on genetate button
    download a single role
    go to PFCG>>in the menu click on role>>click on down load and save it on desktop
    now go to production system>> go to PFCG>>in menu click on roles>>click on upload>>select the file and click ok
    now you needs to manully generate the role
    do the user comparison
    hope this helps
    thanks
    kishore

Maybe you are looking for

  • How do i apply same column headings in a playlist to..

    all the other playlists in itunes? This should be easy to do because many people only want to see the same column information displayed regardless of what playlist they in. For example, if i only wanted to see 'file type', 'date modified', 'artist',

  • Deadlock: select and DDL

    Hello, I have an Oracle application. We have select sql statements and statements to enable constraints (for example, foreign keys and primary Key). The Select SQL statements and statement to enable constraints may be executed in parallel. Sometimes,

  • GWIA periodically crashes on SLES

    I'm running two instances of GWIA (GW8.01HP1) on SLES10SP3(64bit) (no OES). I have a secondary domain on this box for my SMTP server (GWIA instance1, port 25) and then on that same domain, I'm running a second GWIA instance with IMAP (port 110) and S

  • Does anyone have an example of taking a string and encrypting it and vise v

    I want to encrpyt -> save in my database then get value from database --> and then unencrypt Thanks for your time Adam

  • Kernel panic during install - how to continue?

    Mountain Lion downloaded and installed for a long time but then it started rebooting. It comes then with a Kernel panic page "Panic, Kernel trap at XXX, type 14=page fault" .... It then reboots and the whole thing keeps repeating itself over and over