Error in KPI Monitoring Screen

Hi All,
I am new to KPI Monitoring. Is that any example I can get for configuring it.
I follwed this docment "http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/1061e1c5-e25b-3010-aaae-bca7eb47837e?overridelayout=t…"
I tried with pointing normal Tag query into the "BaseKPI". And tried to run from the KPI monitoring screen. But it throws error as below.
Unable to run selected search template for the KPI MII_Samples/MIIOBJ/BaseKPI
[EXCEPTION]
com.sap.xmii.kpi.core.KPIMonitorRuntimeException: Unable to parse timestamp value for property DateTime at index 1 with format MM/dd/yyyy HH:mm:ss
at com.sap.xmii.Illuminator.templates.DBQuery.setParameter(DBQuery.java:855)
at com.sap.xmii.Illuminator.templates.DBQuery.prepareStatement(DBQuery.java:634)
at com.sap.xmii.Illuminator.templates.DBQuery.executeQuery(DBQuery.java:281)
at com.sap.xmii.kpi.core.KPIMonitorManager.queryKPIValue(KPIMonitorManager.java:762)
at com.sap.xmii.kpi.core.KPIMonitorManager.populateDynamicDetails(KPIMonitorManager.java:602)
at com.sap.xmii.kpi.core.KPIMonitorManager.runSearchTemplate(KPIMonitorManager.java:347)
at com.sap.xmii.ejb.alerts.KPIMonitorBean.runSearchTemplate(KPIMonitorBean.java:206)
at sun.reflect.GeneratedMethodAccessor446.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:47)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext$InvocationContextImpl.proceed(AbstractInvocationContext.java:131)
at com.sap.xmii.ejb.common.AdministrationInterceptor.wrapRuntimeExceptions(AdministrationInterceptor.java:50)
at com.sap.xmii.ejb.common.AdministrationInterceptor.assertHasPermission(AdministrationInterceptor.java:38)
at sun.reflect.GeneratedMethodAccessor371.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Application.invoke(Interceptors_Application.java:53)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:50)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:37)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:21)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_MethodRetry.invoke(Interceptors_MethodRetry.java:46)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:191)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:23)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:25)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:17)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:138)
at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
at com.sun.proxy.$Proxy658.runSearchTemplate(Unknown Source)
at com.sap.xapps.xmii.ui.admin.alert.wd.comp.kpimonitor.KPIMonitor.populateMasterKPINode(KPIMonitor.java:822)
at com.sap.xapps.xmii.ui.admin.alert.wd.comp.kpimonitor.wdp.InternalKPIMonitor.populateMasterKPINode(InternalKPIMonitor.java:423)
at com.sap.xapps.xmii.ui.admin.alert.wd.comp.kpimonitor.KPIMonitorView.onActionRunTemplate(KPIMonitorView.java:918)
at com.sap.xapps.xmii.ui.admin.alert.wd.comp.kpimonitor.wdp.InternalKPIMonitorView.wdInvokeEventHandler(InternalKPIMonitorView.java:800)
at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:142)
at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:75)
at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.doHandleActionEvent(ProcessingEventPhase.java:159)
at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.execute(ProcessingEventPhase.java:94)
at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:162)
at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:110)
at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:97)
at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:515)
at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:58)
at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1671)
at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1485)
at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessingStandalone(ApplicationSession.java:908)
at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessing(ApplicationSession.java:880)
at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:357)
at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:326)
at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
at com.sap.tc.webdynpro.serverimpl.wdc.DispatcherServlet.doContent(DispatcherServlet.java:89)
at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doPost(AbstractDispatcherServlet.java:62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:152)
at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:373)
at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:499)
at com.sap.tc.webdynpro.serverimpl.wdc.ForwardServlet.doPost(ForwardServlet.java:77)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:152)
at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:38)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:466)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:278)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
Can any one tell me where I can get the simple example?
Regards
R.Prakash

Hi Ria,
As I already said :
I follwed this docment "http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/1061e1c5-e25b-3010-aaae-bca7eb47837e?overridelayout=t…
This is the same document. The problem is I am getting the error while pointing a simple tag query in "BaseKPI". Is their anything like demo kit for KPI Monitoring like "SAP_BM". Please let me know?
Regards
R.P"

Similar Messages

  • Error Message - in Monitor Screen

    Hello ,
    In the monitor screen i am seeing the error
    Data Package X : arrived in BW ; Processing : Data packet not yet processed
    Update PSA / Transfer rules / Update rules / Processing end OK .
    I am seeing Update ( 0 new / 0 changed ) : Errors occurred .
    I checked the other forum stuffs and came to know i need to process the data package manually .
    Is it correct .
    What about the other data package data .
    I mean if i do it manully the other data is updated to target and the request turns green .
    And the total data of all the data package i can see in the target
    I checked the dumps already nothing is there .
    Edited by: Rahul  Rai on Apr 6, 2009 5:22 PM

    Yes you can try to load the data manually package by package...
    For manually loading the data do the following:
    Go to RSMO for your request
    Go to menu Edit -> Init. Update -> Setting for further update -> Package should be processed in the background
    Then under the Details tab, go under Transfer (IDocs and TRFC), right click on each data package and select 'Manual Update'.
    This will need to be done for each data package...the request will turn green once all the data packages are processed
    Hope this helps,
    Sita.
    Edited by: Sita Pulavarti on Apr 7, 2009 11:20 AM

  • TS1473 My hp laptop boots but the monitori screen stays shut down and  inoperable. There was no overheating, physical damage , or system issues. Video graphics card had errors

    My hp laptop worked fine, I shut down, attempted normal boot process several days later  and power boots but the monitori screen stays shut down and  inoperable. There was no overheating, physical damage , or system issues. Video graphics card had errors

    You would be better off posting this in an HP forum, this forum is for Apple products.

  • I have an Imac.  When I click to open google maps a permeable but dark screen covers my monitor screen and I get a note that tells me to shut down the computer and restart it.  This hasn't helped.  Everything else seems to work fine.

    When I attempt to open google maps in Firefox on my Imac, a dark screens descends over my monitor screen and a note tells me there's been an error, no number is noted, and that I need to turn off and restart my computer.  This doesn't help, but everything else works, including google maps in other browsers.

    This is a kernel panic.
    First verify that Firefox is fully updated including all extensions.
    If this fails to fix....
    Restart in Safe Boot mode then open Firefox.
    *  shutdown
    *  start the Mac and *wait* for the startup chime to sound
    *  after the sound, press and hold down the shift key
    *  keep holding and *wait* until the grey  Apple logo appears
    *  now release the shift key and just wait (it could take a few minutes)
    *  eventually the login screen appears with the words SAFE BOOT
    *  login and open Firefox.
    If you continue to have problems see this article for more options to fix.
    http://www.macworld.com/article/2027201/how-to-troubleshoot-a-kernel-panic.html

  • OS 10.6.8, Macbook Pro 3.1 error when saving monitor calibration, cannot save.

    Macbook pro 3.1 OS 10.6.8, error when saving monitor calibration profile.  Tried to name new profile, or save as an older profile, still got error when attempting to save.

    Try a NVRAM reset, and then go through the monitor calibration again.
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the third time.
    Release the keys.

  • Trex Index error in Component Monitor

    Hi Experts,
    I have created an index for indexing one of the KM folder . When I check the queue status from TREX monitor screen, it shows Document Status as "Preparation
    Failed"
    Return Message : 8005
    Return Message : Timeout reached
    Return Message : 8006
    Return Message : Lost Connection to peer
    I have also checked Component Monitor in that Repository Managers and Services shows runing status but there is errror symbol with yellow trangle.
    Can someone please help me out

    Yes Sir,
    There are errors  in component monitor and i have expanaded the node ands checked the errors that are as follows,
    Component Monitor  -->  Services --> scheduler -->  attachmentscheduler startup failed  :
    Configuration Error:  No CM system assigned to this task
    Component Monitor  -->  Services > reporting> Startup Error:  exception in startup: Invalid RID: No repository manager found for prefix: /reporting
    Component Monitor  --> Repository Managers > reporting> startup failed
    Component Monitor   --> Repository Managers >taxonomy> Startup Error:  taxonomy manager: start failed
    We had assigned one server node to Scheduler Tasks.
    Still there is same error.

  • Error in Application Monitor

    Hello,
    I am facing a weird problem.
    I see an error in application monitor with no description. It only has the date and time.
    When I try deleting this error, I get a message "Error deleting alert"
    Now in RZ20, I see that there is an error under Purchase Order.
    "Backend application errors       PurchOrder 4100001842: Transfer failed"
    When I try to open this and try to complete it, I do not see any item under the screen "Alert Display". So I am unable to complete this from RZ20.
    We are aware of the fact that we did have an error witht his PO. There was some config error which was rectified and moved to production after which the PO made it successfully to ECC.
    But the error remained in the application monitor and is now haunting the monitoring team who are forced to check every time to see if this is the old or a new one.
    Any idea on how I can get this off the app monitor?
    Thank you.
    Manish

    Hello Muthu,
    I have checked this already. We do not have any error in BBP_PD for this PO. This has got replicated to ECC with no errors.
    Not sure why this is still seen in app monitor.
    Any FM/Table from where I could delete this log entry. Just kidding..
    Pls advise.
    Thank you.
    Manish

  • Error while recording multiple screens using AVFoundation

    Hi All,
    I am trying to record primary and secondary monitor screens into two separate files using below code.
    const uint32_t MAX_DISPLAY = 2;
    CGDirectDisplayID displays[MAX_DISPLAY] = {0};
    CGGetActiveDisplayList(MAX_DISPLAY, displays, &m_nDisplays);
    NSString* dest_file[2] = {0};
    NSURL* dest_path[2] = {0};
    AVCaptureConnection *CaptureConnection[2] = {0};
    NSDictionary *videoCleanApertureSettings = [NSDictionary dictionaryWithObjectsAndKeys:
       @2048, AVVideoCleanApertureWidthKey,
       @1152, AVVideoCleanApertureHeightKey,
       @0, AVVideoCleanApertureHorizontalOffsetKey,
       @0, AVVideoCleanApertureVerticalOffsetKey,
      nil];
    NSDictionary *videoAspectRatioSettings = [NSDictionary dictionaryWithObjectsAndKeys:
       @3,AVVideoPixelAspectRatioHorizontalSpacingKey,
       @3,AVVideoPixelAspectRatioVerticalSpacingKey,
      nil];
    NSNumber* bitsPerSecond = [NSNumber numberWithDouble:1024*1000];
    NSDictionary *codecSettings =  [NSDictionary dictionaryWithObjectsAndKeys:
      bitsPerSecond, AVVideoAverageBitRateKey,
      videoCleanApertureSettings, AVVideoCleanApertureKey,
      videoAspectRatioSettings, AVVideoPixelAspectRatioKey,
      nil];
    NSDictionary *videoSettings = [NSDictionary dictionaryWithObjectsAndKeys:
       AVVideoCodecH264, AVVideoCodecKey,
      codecSettings,AVVideoCompressionPropertiesKey,
       AVVideoScalingModeResize,AVVideoScalingModeKey,
       @2048, AVVideoWidthKey,
       @1152, AVVideoHeightKey,
      nil];
    for( int nIdx = 0; nIdx < m_nDisplays; ++nIdx )
      m_session[nIdx] = [[AVCaptureSession alloc] init];
      dest_file[nIdx] = [NSString stringWithFormat:@"%@_%d.MOV",destination_path,nIdx];
      dest_path[nIdx] = [NSURL fileURLWithPath: dest_file[nIdx] ];
       // Create a ScreenInput with the display and add it to the session
      m_movie_file_input[nIdx] = [[[AVCaptureScreenInput alloc] initWithDisplayID:displays[nIdx]] autorelease];  
       [m_movie_file_input[nIdx] removesDuplicateFrames ];
       if ([m_session[nIdx] canAddInput:m_movie_file_input[nIdx]])
       [m_session[nIdx] addInput:m_movie_file_input[nIdx]];
       // Create a MovieFileOutput and add it to the session
      m_movie_file_output[nIdx] = [[[AVCaptureMovieFileOutput alloc] init] autorelease];
       if ([m_session[nIdx] canAddOutput:m_movie_file_output[nIdx]])
       [m_session[nIdx] addOutput:m_movie_file_output[nIdx]];
       CaptureConnection[nIdx] = [m_movie_file_output[nIdx] connectionWithMediaType:AVMediaTypeVideo];
       [m_movie_file_output[nIdx] setOutputSettings : videoSettings forConnection : CaptureConnection[nIdx]];
       // Start running the session
       [m_session[nIdx] startRunning];
       [m_movie_file_output[nIdx] startRecordingToOutputFileURL:dest_path[nIdx]  recordingDelegate:self];
    I am getting both the screens saved into two separate files. But while calling startRecordingToOutputFileURL API for the secondary monitor i.e. for the second pass of loop, I am getting an error as shown below :
    VTCompressionSessionCreate signalled err=-8973 (err) (VTVideoEncoderStartSession failed) at /SourceCache/CoreMedia_frameworks/CoreMedia-1562.19/Sources/VideoToolbox/VTComp ressionSession.c line 897
    Also compression parameters(bitrate) are not setting properly for Secondary monitor, it takes some different values other than the one I have specified in the program.
    Can somebody please help me on this ? Also please let me know this is the proper way of doing this.
    Thanks in Advance
    George

    Hi,
    Check the following link:
    http://www.sap-img.com/bapi.htm
    Regards,
    Bhaskar

  • Regarding Updation of data in the detail tab of Monitor screen

    hai
    I got error in loading the data.
    I modified it in the PSA level.
    I will update that datapackage 'manually' in the detail tab of the monitor screen.
    Like that , i have 15-error datapackage and i modified them . Then how can i update all 15-datapackages at a time  in parallel ????
    Upto my knowledge , there is a funcation called
    Monitor screen->edit->init.update->settingforfutherupdate...
    Then i need to selct the "packet should be processed in background" 
    SO i dont know all of them ....
    pls tell me preperly
    i ll assogn the points
    bye
    rizwan

    hi Rizwan,
    try to update again entire PSA,
    rsa1->psa->locate your psa, and right click,
    there are option 'immediate' and 'schedule in background'.
    hope this helps.

  • Error while writting a screen in report

    Hello Friends,
                            I am running a report while executing i am getting error Error when writing a screen,
    If anyone have useful answer please replay.
    Thanking
    Shrikant

    Hello ,
    While running program i am getting following dump error.
    Short text                                                                        
        Error when writing a screen.                                                                               
    What happened?                                                                    
        Error in the SAP kernel.                                                                               
    The current ABAP "ZHRM_DEVIATION_ALL" program had to be terminated because the
        ABAP processor detected an internal system error.                             
    Thanks
    Shrikant

  • System error in message monitoring

    Hello,
    Scenario is proxy to database. Status seems to sytem error in message monitoring. Error detail is  In audit log of message details as belows:
    JDBC Message processing failed, due to Error processing request in sax parser: Error when executing statement for table/stored proc. 'If_test ' (structure 'STATEMENT'): java.sql.SQLException: ORA-00936: missing expression 
    I should resent this message content. When i press Resend tab  in message monitoring, error status is not being changed.
    Thanks in advance

    Hi,
    Check the payload received is correct or not in this case ...
    Take payload and check at mapping level...
    if you are using insert or update statement you can enable log at the receiver jdbc channel in advance mode(logSQLStaement to true) to see how the statement is getting framed ...
    HTH
    Rajesh

  • Itunes wont launch, no error message, no blue screens, just wont open

    itunes wont launch, i get no error message, no blue screen, it just wont open. I've tried to delete and reinstall, but once i close itunes i still have same issue. it wont open again.

    I have same problem  on my XP lap top and Windows 7 PC.    Apple have been investigating this problem for me for a week now without success so far.  Understand it 's ongoing with other customers as well.
      It is caused by an bit of program called APSDaemon supplied by Apple in latest i-Tunes.     Your quick fix to enable you to open i-Tunes again is as follows:-     open Task Manager (right click bottom toolbar), click on Task Manager, select Processes.   Find APSDaemon, highlight and press END PROCESS.      I-tunes will now re-open ok.   You have to repeat this every time you want i-Tunes re-opened until you switchoff or restart.
    A pain I know, but lets you keep going until Apple repair and release an update for i-Tunes

  • I have very thin, colored lines running vertical on my desktop monitor screen.  I don't know where they come from or how to get rid of them.  I started with one and now have three.  Can anyone give me some insight about what to do in getting rid of them?

    I have very thin, colored lines that have shown up on my IMac monitor screen.  I don't know where they came from or how to get rid of them.  I'm concerned now because I started with one and now have three.  Does any know why this occurs or how to get rid of them?

    I got an address from Applecare, although I can't place my hand on it right now. I didn't bother persuing the letter route myself as I didn't expect much. I know that the location was Cork, Ireland though as that where the UK Applecare is based as far as I'm aware. The best thing to do is to call Applecare (if it's free) and discuss the issue. State that you are not happy wit the fact that you will have to pay to have the problem resolved especiiay if it is an ongoing problem that has not been resolved. I ended up speaking to a senior manager of the Applecare team who then proceeded to tell me about mailing in my grievence to customer services division or something like that.
    If I can find the address I may post it if I'm allowed.
    In the case of age, Schools usually have a 5-year life-cycle as they tend to be used differently than consumer machines, i.e. being used constantly on a daily basis for at least 12 hours with no break. you would expect issues to appear after a few years, but I expect problems that arise through defects to be resolved and stay resolved. As I mentioned we had machines for around 2 years before the lines appeared and sent them to be repaired. I'm happy with that. What I am unhappy about is the fact that the problem has reappeared exactly in the same way and now I'm left with around 7 machines that I either pay loads to repair or, the more likely replace the machines with newer ones since the age is now big enough to warrant the replacement.
    Sorry for the lengthy moan, but these are the reasons I purchased Apple ahrdware in the first place to avoid the "not our problem" stance some PC vendors  usually take, similar to the Dell monitors thread mentioned in here somewhere.

  • How do I print only the text on the monitor screen?

    I would like to be able to print only that portion of a text that is on the monitor screen. How do I do that?
    I have an Epson Workforce 325 printer, and an HP desktop computer PC

    Please see the following to print only the text portion of the web page. I am assuming you wish to print just the text & not the ads or additional irrelevant items to avoid wasting ink.
    See:
    [[Printing a web page]]
    '''If this solved your issue, please select ''solved ''& chose the appropriate ''solution'' to close this ticket/question posting'''.

  • When I have video clips on my timeline, they do not play in the monitor screen. I hear the sound track but can not see the image. To test if my new files are somehow the problem, I went back and used video files that I used successfully a year ago, and th

    When I have video clips on my timeline, they do not play in the monitor screen. I hear the sound track but can not see the image. To test if my new files are somehow the problem, I went back and used video files that I used successfully a year ago, and they no longer play in the monitor window. I hear the sound track, but do not see any video. Have I changed some setting that controls video playback in the monitor window?

    Randy Ruttger
    Thanks for the follow up.
    Missing in this equation were the version of Premiere Elements that you were using and the computer operating system on which it was running. But...
    The deed is done. But.....Until now and after you went ahead and moved to version 12, we now learn what version of Premiere Elements you were using. We still do not know the computer operating system involved.
    You just said Premiere Elements 10. Premiere Elements 10 is hit by a serious known display issue if the computer uses a NVIDIA GeForce video card/graphics card. In this issue, the only remedy is to roll back the driver version to about May 2013. The description of the problem and how to do the roll back are described in one of the Announcements at the top of this forum. What video card/graphics card does your computer use?
    On another front, Adobe will be releasing a new version of Premiere Elements any day now. No one but Adobe knows the feature set for the new version. That type of information is announced at the moment of release of the new version.
    So the remedy to the problem that you presented in this thread could have been...
    1. Rolling back the NVIDIA GeForce driver version to about May 2013 if possible (Windows 8 or 8.1 64 bit, may not be possible)
    2. Move to another version of Premiere Elements (which you did)
    I offer the above for consideration so that you can review your decisions. We are pleased to learn that Premiere Elements 12/12.1 works for you.
    Please do not hesitate to ask questions and ask for clarifications, but remember that the answers are in the details.
    Best wishes,
    ATR

Maybe you are looking for