Message mixing

Hi,
I have strange situation. We are using SAX Java mapping in simple scenario IDOC - to - JDBC. It happens, sometimes, that some messages are going to be mixed, I mean, system starts to create first message, then stops, and starts with second but with data from first and second message together. Finally, it happens nothing but error in JDBC receiver.
What could be wrong? I noticed that this happens sometimes when messages are sent in same time( in one second)?!
We are on SP11....
thx
mario

Hi Mario,
we have got similar issue in SP11,but in our case if 2 different messages send at the same time,they are comming to right and wrong message interfaces.messages comming to wrong interfaces failing in message mapping.we also getting messages to right interfaces,so its not big issue in our case,
i guess its bug in SP11. please send message to SAP.
Cheers,
Jag

Similar Messages

  • TS2755 Messages mixed up

    I phone 4s when sending texts the person that recieves them the message is different and usually bits of old ones :s

    I've been having this issue on and off also within the last week. I finally updated to iOS 7 about a month ago. And I have had this issue before also, over a year ago, well over a year ago. And i'm not entirely to sure what "fixed" it. Idk what's causing this because the texts that're being squished into current texts are from months ago, and have long been deleted off my phone and the receiver's phone. So if neither device has these old texts saved, where are they coming from to be "resent" again in mid of current texts to the receiver? To my knowledge VZW (my current provider) doesn't keep these texts anywhere. All you can see on myverizon is times sent and received, and who they are sent to and received from. We as customers can not find our own previous texts on myverizon.
    Correct me if i'm wrong, but for these old texts that are no longer on either device to be "resent" from months ago, they have to be being saved somewhere. So, then where? Why? Why can't we access this? And what's messing up occasionally to cause it to randomly resend out these old texts? Switching out devices hasn't fixed it. Nothing specific seems to have fixed it before either. It just kinda, stops doing it on it's own....

  • Mixed periodicities in a forecast are not allowed In Demand Planning

    Hi All,
    I am running forecast in background by defining activity and job in transaction /sapapo/mc8t and /sapapo/mc8d .
    I am scheduling the job in transaction in /sapapo/mc8g.
    Before scheduling the job i checked the job in transaction /sapapo/mc8i and this check is fine.
    When I am running the job in background i am getting the following error message:
    "Mixed periodicities in a forecast are not allowed".
    This error I am getting in the spool of job in SM37 transaction.
    I ran a copy key figure macro in the same planning book with the same view and it is having no problem.
    In my planning book i am having only one dataview    and with that dataview    only i am scheduling the job.
    The strange thing is that the forecast is running smoothly in  interactive mode in same planning book,same data view with same forecast profile.
    Did anybody face the same problem in the past?
    I am using SAP SCM 7.0 version.
    Thanks In Advance,
    Mukesh Pandey

    Hi,
    I contacted SAP on the same and they suggested me exactly what was the problem.
    I will try to explain the problem with an example here as that would be easy.
    Say, My storage bucket profile is a custom week.
    suppose i am doing forecast at custom week level.
    my time bucket profile in the planning book is "2 years in months".
    So here in the background job we are expecting from the system to first divide years in months and than months to custom weeks. Here we are referring to mixed pereodicities.
    So the rule is your time bucket profile and the bucket of forecasting should be directly in proportion of storage bucket profile.
    it should not be
    Year-->month--
    >week
    it should be
    Year-->week or year>month or month--
    >week.
    I hope i am clear.
    Regards,
    Mukesh Pandey

  • Mixed content - https vs http

    In the browser Chrome, after going to a website starting with https://, it gave me the below message:
    Mixed Content: The page at 'https://...' was loaded over HTTPS, but requested an insecure resource 'http://...'. This request has been blocked; the content must be served over HTTPS.
    Which is good but in Firefox, it doesn't recognize this issue which should.
    Can you please update Firefox browser to recognize the issue and give us a proper message like Chrome does?

    I think all browsers allow you to leave a secure page for an insecure page (from HTTPS link to HTTP link) without a warning, otherwise you would go crazy using Google and other search engines that use HTTPS. There is an exception for when a form is being submitted from a secure page to an insecure page: then you definitely should get a warning that your submission isn't being encrypted.
    What Firefox and other browsers now pay closer attention to is content pulled ''into'' the page, treating some as high risk (such as scripts) and some as low risk (such as JPEG images). You can adjust Firefox's settings to block this lower risk "display" content if you like. (It requires switching the security.mixed_content.block_display_content preference from false to true in the about:config preferences editor.)

  • Mixed periodicities in a forecast are not allowed ???

    Hi All,
    When I try to run the forecast in DP in BACKGROUND then I see following message "mixed periodicities in a forecast are not allowed", but when I execute the forecast in foreground it works completely fine with that forecast profile and everything same.
    Can anyone suggest the way to handle this???
    Best Regards,
    Chandan Dubey

    Hi Chandan,
    This is the standard design in the background.
    If you run your forecast in batch you can only use one periodicity and
    not mixed periodicities. Per design it is not allowed to             
    use different periodicities for forecast in mass processing.         
    In interactive demand planning, the forecast key figure and other key   
    figures, such as the adjusted past within the past and forecast horizon 
    are saved independently of the planning horizon of the planning book or 
    planning view. This means in particular that the forecast also saves    
    results outside of the planning horizon for the planning book or        
    planning view.For performance reasons, however, the horizon of the      
    planning book must be greater than the horizons in the forecast profile 
    in the background processing.It is sufficient therefore if the horizon  
    of the planning book in greater than or equal to the forecast horizon.In
    this case, the forecast results are saved but the adjusted past or the  
    expost forecast cannot be saved.Therefore, a warning message indicating 
    that the horizon of the planning book does not contain the past period  
    for the forecast is issued here.In addition, note that for performance  
    reasons the period units of the planning book and forecast profile must 
    be identical in the background processing.This is directly due to the   
    fact that you are not allowed to you use planning books with mixed      
    period units in the background processing.These restrictions do not     
    exist in the interactive planning.      
    I hope this helps.
    Regards,
    Tibor                                                                               
    Furthermore, note that data is not saved in lines or areas that are not 
    ready for input in the background processing.Therefore if, for example, 
    you want to save the adjusted past, then the past horizon for the       
    planning book must be ready for input.

  • CRVS2010 Beta - Crystal Reports: Mixed Mode Assembly

    I am trying to find the way to get my report to load current data (from a sql 2008 table) and display the report.  I have tried the following code sets:
    Dim DS As New DataSet
    ' Create a datatable in your dataset. The datatable's name
    ' must match that in the schema file used by the report.
    This One Will show the correct report after the user clicks the refresh report button
    Dim cmdStatusRpt As New SqlCommand("SELECT StatusReports.* FROM StatusReports ORDER BY CompName, SortField, EventDate")
    Dim dtStatusRpt As DataTable = GetDataPL(cmdStatusRpt)
    DS.Tables.Add(dtStatusRpt)
    Dim strReportPath As String = "
    files
    StatusReports\" & strReportName & ".rpt"
    If Not IO.File.Exists(strReportPath) Then
        'Throw (New Exception("Unable to locate report file:" & _
        ' vbCrLf & strReportPath))
    End If
    ReportsViewer.ShowRefreshButton = True
    ReportsViewer.ViewerCore.DataContext = DS.Tables(0)   ReportsViewer.ViewerCore.ReportSource = strReportPath
    This one Blows up (Exception listing is after the code sample)
    Dim strConnection As String = "Provider=SQLNCLI10;Server=PROLAW;Database=Prolaw;Trusted_Connection=yes;"
    Dim Connection As New OleDbConnection(strConnection)
    Dim strSQL As String = "SELECT StatusReports.* FROM StatusReports ORDER BY CompName, SortField, EventDate"
    Dim DA As New OleDbDataAdapter(strSQL, Connection)
    Dim DS As New DataSet
    ' Create a datatable in your dataset. The datatable's name
    ' must match that in the schema file used by the report.
    DA.Fill(DS, "StatusReport")
    Dim strReportPath As String = reportPath & "\" & ReportName & ".rpt"
    If Not IO.File.Exists(strReportPath) Then
        Throw (New Exception("Unable to locate report file:" & vbCrLf & strReportPath))
    End If
    Dim cr As New ReportDocument
    cr.Load(strReportPath)
    cr.SetDataSource(DS.Tables("StatusReport")) - - Throws the Error
    ReportsViewer.ViewerCore.ReportSource = cr
    System.IO.FileLoadException was unhandled
      Message=Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
      Source=mscorlib
      StackTrace:
           at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
           at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
           at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection, Boolean suppressSecurityChecks)
           at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
           at System.Reflection.Assembly.LoadFrom(String assemblyFile)
           at CrystalDecisions.ReportAppServer.DataSetConversion.DataSetConverter.DataSetProcessingDelegate(IntPtr arg)
      InnerException:

    Hello,
    Don't use the Add method, that adds the DS to the report, it doesn't replace the existing connection.
    Second code snippet is what you should use but change: cr.SetDataSource(DS.Tables("StatusReport")) - - Throws the Error
    Use this method ( it's C# but the same thing in VB )
               rptClientDoc.DatabaseController.SetDataSource(DataSetConverter.Convert(ds), "Orders", "Orders");
    also, I am using inProc RAS ( Report Application Server ) to set location.
    Thank you
    Don

  • Tvtime has no sound: no 'mixer' device in /etc? [~SOLVED]

    Hi everybody
    Every audio app were workin fine in this location up to 1 or 2 days ago.
    Got latest Alsa & edited /etc/modprobe.conf accordingly to alsa wikki a long time ago, removing anything but those lines:
    alias snd-card-0 snd-intel8x0
    alias sound-slot-0 snd-intel8x0
    As of today, bmp, amarok, opera, mplayer have sound as allways, but tvtime has none (and that came out just in time for my single favorite tv show, you know that :cry: ) :
    Running tvtime 1.0.1.
    Reading configuration from /etc/tvtime/tvtime.xml
    Reading configuration from /home/kozaki/.tvtime/tvtime.xml
    mixer: Can't open device /dev/mixer, mixer volume and mute unavailable.
    tvtime uses '/dev/mixer:line' by default:
    option name="MixerDevice" value="/dev/mixer:line"/
    And may use some others like 'pcm', 'vol', etc.
    But it worked fine until 1 or 2 days ago, & I did not edit tvtime conf file since months !?
    What I found is there's no 'mixer' device in /etc :
    [root@llewellyn kozaki]# find /etc -name "mixer*"
    [root@llewellyn kozaki]#
    any clue about that pliz ?

    unmuted 'Line' in alsamixer and TV sound is back ...even if tvtime shows same warning message
    mixer: Can't open device /dev/mixer, mixer volume and mute unavailable.
    OK i get it clearer now : sound comes directly to/from the 'In' jack on my mobo integrated sound chip, so I have no control on it (like with an audio CD plugged directly to the sound card I guess).
    That was most probably /me having played with alsamixer #-|
    Uh, what is that still absent 'mixer' device supposed to do anyway ?

  • How do i use directX in microsoft visual basic studio 2010 express ?

    i am writing code to graph stock market prices using microsoft visual basic studio express
    i want fast response (i do machine language) using directX
    this is my problem
    i have never used directX, and i have never used directX in visual basic studio
    i followed a tutorial that went like this
      Reference: Microsoft.DirectX
                 Microsoft.DirectX.Direct3D
                 Microsoft.DirectX.Direct3DX
        Imports: Microsoft.DirectX
                 Microsoft.DirectX.Direct3D
                 Microsoft.DirectX.Direct3DX
        Declare: Private D3Ddev As Device = Nothing
                 Private D3Dpp As PresentParameters = Nothing
                 Private DP As DisplayMode = Nothing
    i found the reference dll's at C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0
    when i imported microsoft.directX.direct3DX i got error #1
    namespace or type specified in the imports 'microsoft.directX.direct3DX' doesn't contain any public member or cannot be found...
    the same error occurs wether i use direct3DX \1.0.2911.0 or \1.0.2902.0
    when i built and ran, i got error #2
    microsoft visual basic 2010 express is waiting for an operation to complete ...
    it hangs and i have to soft reset ctrl-alt-del
    error #3
    when i reference
      Microsoft.DirectX
      Microsoft.DirectX.Direct3D and
      Microsoft.DirectX.Direct3DX
      from C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0,
    all my declares work:
            D3Dpp = New PresentParameters()                             'Initialize
    some stuff for the Presentation parameters
            D3Dpp.BackBufferFormat = DP.Format
            D3Dpp.BackBufferWidth = DP.Width
            D3Dpp.BackBufferHeight = DP.Height
            D3Dpp.SwapEffect = SwapEffect.Discard                       'There's flip, copy, and discard. Flip and Discard
    are used most often.
            D3Dpp.PresentationInterval = PresentInterval.Immediate      'Present the scene immediately
    but when i start debugging (f5), i get this error message:
    mixed mode assembly is built against version 'v1.1.4322' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information
    i dont fully understand the visual studio process, but i think 'mixed mode' means run and debug. two seperate app's
    i know this is a long question, but the forums don't answer it properly
    i want it answered concisly. i am running windows 7 basic, and this is my question
    can somebody give me a dozen lines of directX code that will work with my system, so that i can at least draw a line using directX 2D and 3D ?
    thanks everybody :)

    Hi,
    Thank you for your post.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Since your issue is related to DirectX, I suggest you consult on DirectX forum:
    http://xboxforums.create.msdn.com/forums/ for better response.
    Thanks,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Copy standard cost with Cost Component from another material

    Hi,
    I need to copy standard cost from another material not only total price but also details of cost component split. I try to used transaction CKUC with procedure of "explode material cost estimate" but the reference material use "mixed costing" and isystem stop explosion.
    There is another procedure in order to make this copy? I can not use special procurement because are different codes (material A / Plant XXX copy froma material B /Plant XXX).
    Thanks for your support.
    Mic

    Hi Chandra,
    thanks for your suggestion, it works but only if I explode a level ... material "B" contains two mix codes  that also contain their mixes. So system shows this message "Mixed cost estimate explosion in level 2 for material xxx" and "Mixed cost estimate exists: maximum of 2 explosion level (s) possible".
    So Is not possible to copy and esploded a standard cost with multi level mix?
    Thanks
    Michela

  • Forecast not generated in background

    I have  question on generating forecast in background, I am getting the message 'Mixed periodicities in a forecast are not allowed In Demand Planning'. I do understand that our planning book has Posting periods and Year along with FYV. But I created a data  for Forecasting in Batch which has a planing buckets profile that has ONLY weeks  as display periodicity for 30 months . And I am using this dataview to define the mass processing activity /job. I am still getting this error. we are on SCM 7.0 . . Any thoughts ?
    Susan

    Hi Susan
    I had exactly the same problem today - what I explain below worked for me:
    I went to transaction Define Planning Book -> Data View Tab -> then make sure that the TB profile (Future) / TB profile (Past) are both in the same periodicity as is the Data View you are using. I had a mixture there, Weekly View and TB Profiles in Months.
    (I was trying to recalculate in batch using a weekly stats model).
    It seems that I was trying to recalculate in batch Stat Forecast using a WEEKLY model and a Weekly view, however the TB Profiles for that Weekly view were in MONTHS and I was getting the same Mixed Periodicities error message.
    I then tried recalculating in batch using a Monthly Stat model and the monthly view, that had matching TB Profile and it worked fine then. Of course end users may not be too keen, in which case a new Planning View with matching periodicity TB Profiles may be required.
    The periodicity of the Stat Model should match the TB profile periodicity of the Planing Book Data view you are using in your batch job. Hope this helps a little.
    Kind regards
    Isla

  • How do I sort by mailbox under the sent folder?

    On the navigation pane on the left of my mail i used to have a bullet for each mailbox I had under the "My Sent" section. I don't know what I changed but I don't know how to get it back, can anyone help me out with these preference settings? Thanks!

    Well after all that I am not going to be much help i'm afraid. You should have the same number of mailboxes in those folders, in my case I have. I have looked at every preference option and contextual option but there seems no way to alter this.
    Pulling at straws.... you have sent mail fom both of these accounts since setting them up? I guess you have if you say there are messages mixed together.
    If I trip over the reason I will get back.

  • How can I get my email to appear in order it was received instead of randomly?

    My email used to appear in the order it was received according to date/time.  Now it appears randomly with new messages mixed in with old ones.

  • Stock restricted to unrestricted

    Hello,
    I've got some stock in restricted-used in MMBE.
    Here are some complemnetary informations :
    - I've located the stock in wm in LS26 : I've succeed to make an inventory in WM to empty this stock
    - when I make a movement 322 : I see a line with my stock to pick
    But I can't save because I have in information message "mixed storage is not allowed in storage type exp"
    - when I make a movement 321 : I don't see it
    I suppose that when I make a movement 322 in some case a customizing decides to send a part of my production to quality review and block the stock.
    Could you help me to know how to transfer the stock from restricted to unrestricted ?
    And if possible the customizing point which creates this line ?

    Hi,
    If you are using Batch Management, using MSC2N transaction code, you can change the status of the batch from Restricted to Un-restricted stock.
    In OMS2 transaction code for Material type, select your material type and go to the detail screen. In this screen, verify the "Initial Status" check box. This box desides the stcok to Restricted / Un- restricted; in the case of batch managed materials.
    Regards,
    Narayana.

  • Email files and database appear to be lost or corrupted

    I fear I've created a disaster here on my system and I really need some help and advice on how to get back on track, if that's at all possible.
    * I run several PC's and laptops here and my TB 'Local directory' has been placed on a network drive.
    * My old PC runs Vista 64 and has been my normal place to use TB for all my email and is configured as 'Server Type: POP Mail Server' and the tick box is set to 'Leave messages on server'.
    * I've had to recently start up a new drive and operating system (Win 7 64) on the same box and in doing so, decided that I would probably be working on this one more often and would also like to access my email mostly from this OS/drive.
    * Without thinking this through properly, I stupidly set up TB on the new drive and pointed it to the same 'Local directory' on my network drive.
    * I also saw (but it didn't click) that in setting up TB on this new OS, TB defaulted to 'Server Type: IMAP server.
    * All seemed fine at first and my In and Sent boxes were fine, but what was missing was ALL the other folders and messages I had stored under the account.
    * On going into my network drive, to the 'Local directory', I can see all the folders are still there that should be under the account in TB, but there are NO files inside.
    * I've also had a look on my Vista 64 machine (my original TB install) and cannot see in my Profiles folder, any corresponding files that match the folders on the network drive!
    * And as of this morning, running TB on my original machine, I've now got data corruption on some duplicate IN box messages, where i'm seeing an old email from somewhere being repeated in the duplicate emails, plus, now going to my Sent box, ALL emails have data corruption, that is, although the headers are correct, every email now has a repeat of old email messages mixed into the message area.
    I'm now very concerned and pretty lost as to where to go from here.
    I've got a LOT of emails from the past and filed in those folders and I cannot seem to find anything that goes with them.
    Any help or clues here would be very much appreciated.

    Hi Matt, appreciate you coming back.
    Sorry... I didn't see this until today as I'm trying to stay away from TB as much as I can until I get a clearer picture as to what damage I may have done, and just like accidental file deletion, I didn't want to make matters any worse than they seem to be already.
    Ok, I've never consciously created a profile in any place other than what TB wants me to/defaults to, which I gather is the local drive, ie... C:/Users/'my name'/AppData/Roaming/Thunderbird/Profiles/XXXXXX.default, but in TB, I have under the Account Settings/Server Settings/Local Directory, created an Email folder on the network drive and into this has gone all my email files.
    Does that make sense?

  • Can VMS 2.1 and LMS 2.1 be installed in same server?

    Dear all,
    May I know can VMS 2.1 and LMS 2.1 be installed in same server? If so, how about the sequence of installation? If LMS 2.1 is already installed on the server, do I need to install the VMS Common Services? Thanks
    Gary

    Hi,
    In VMS 2.1 bundle, RME and Security Monitoring Center are included. As I know, RME can receive syslog from switch/router/PIX and Security Monitoring Center can receive syslog from PIX. If I install these two applications on the same server, will there be problems about the syslog receive? Will the syslog messages mix-up? Thanks
    Gary

Maybe you are looking for

  • To redirect the Enterprise portal logon page

    Hi all, Due to a certain requirement from the client, I need to redirect the logon page, immediately after the user authentication in portal. At present once the user key in the credentials, it is taken to the portal home page http://...../irj/portal

  • How to remove tags from a folder

    I have reset my tags, but I still have a few folders that will not allow me to remove the colour tag. On other folders I simply clicked the X in the coloured dot to remove the tag, but a few the opition is greyed out. I also tried checking and unchec

  • How to post downloadable media in a Muse Site

    Is there a provision in Muse for adding downloadable media (PDFs), like the Media Module in Business Catalyst? I want people to be able to download PDF articles and worksheets from the site.  

  • Changing of External Monitor.

    Previously i am using MacBook Air to connect to an Samsung external monitor, the display works perfectly fine. However, after i use the same external monitor with Windows 7 notebook, when i reconnected the external monitor to the MacBook Air, the ext

  • Invalid signature error on submission to iTunes connect

    I'm at the hair-tearing out end of stuck. Any help would be greatly appreciated. I've developed an app using Build.Phonegap and MVC4 for IOS. Now I'm stuck on the final hurdle: submitting the app to iTunes connect through APP Loader. I successfully u