Removing a correlation?

All,
Newbie here. we have this following requirement - there is a sender system that is sending a multiple IDocs to XI. The XI (ccBPM) needs to collect all these IDocs - group these IDocs by a particular attribute on the IDoc - and write the output to a single file.
(the IDocs will be coming in different order, the XI process needs to kind of sort based on that attribute before writing it into the text output file)
we were thinking of using the collect pattern - so that the IDocs can be collected based on that attribute in separate instances - but are not sure - how to remove the correlation -so that we can write all the ccBPM instances into a single output file?
how can we resolve this? or is there a better way?
Thanks.

Hi,
see the below links
/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm - Collection of IDoc to Single File
/people/stefan.grube/blog/2006/09/18/collecting-idocs-without-using-bpm - collecting IDocs without BPM
/people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters - IDoc to File
Idoc - Multiple - interfaces - Idoc to multiple interfaces in XI
Multiple Idocs
How to send Multiple Idocs?
Idocs are missing in receiver side
IDoc not visible in target R3 system
Regards
Chilla
<i>reward points if it ishelpful..</i>

Similar Messages

  • Correlation Problem

    Hi guys .. M having a little problem with the correlation sets here ...here's my situation
    1. Created three Async Processes A,B and C
    2. The Reply from C should go to A directly and not through B.
    3 .This is the same thing as the Tutorial in the Sample of BPEL folder regarding Correlation Sets
    4. This channel is working properly without any problem
    5. I have another process D which calls the same operation 'receive' which Process C also calls to return data to 'A'.
    6. I have kept the two receive activities sequentially.
    7. After the first recieve is over when it comes to the second receive i m getting a null pointer exception
    8. When i remove the correlation set from the second receive it shows receive2 pending which is alright but somehow i need process D to fire the second receive as well ..it's not working ..
    9. Incase of An adapter ..file/jms etc this thing will work but i m confused why it's not working and running into null pointer..
    Any suggestion or help is highly appreciated ...
    thanks

    Hi,
    yes i did all the things ..property,property alias and all ...but still i m getting that .. i m trying to figure out how these things are working independently but when am using both in the same process ..the second receive gets the null pointer when i am adding the correlation properties on that receive..m using the Oracle soa 10.1.3.0 base version on olite for this testing..
    Edited by: andyC on Jul 7, 2010 2:15 AM

  • Correlation and multiple branches with flowN

    Hi All,
    I would like to ask a question about correlation.I am trying to spawn "n" processes (Process B) from a master process(Process A), and than collect the responses from these instances.I have an array as an input to Process A, and have a flowN activity.In this activity,I simply perform an assign(to assign the varible in the array by an index, to the input variable of invoke), an invoke and a receive activities.
    I have added correlation to the invoke as initiate correlation, and I added the same set to the receive activity.When I run the sample, unfortunately I get "Cannot initiate a correlation set more than once." error and the process is cancelled.In fact, the values for each array iteration is different, so I would expect to initiate n correlations for my waiting receive activities.
    Am I doing something wrong or isn't that the way it has to be done?

    No, I have inserted a scope into flowN sequence and defined a scope variable to use.From the audit trail, I can see I have successfully assigned the array variable to the scope variable.For an input of 2 list elements,the first flowN branch is successfully completed but the second branch has a faulted invoke with the message:
    "Cannot initiate a correlation set more than once."
    If I remove the correlation sets from the invoke and receive and leave the correlation to BPEL Engine, I get the following message:
    Conflicting receive.
    Another receive activity or equivalent (currently, onMessage branch in a pick activity) has already been enabled with the partnerLink "CalleeProcess", operation name "onResult" and correlation set "" (or conversation id). Appendix A - Standard Faults in the BPEL 1.1 specification specifies a fault should be thrown under these conditions.
    Message was edited by:
    Caglar Kara

  • Send Message Synchronously

    Hello,
    please help me to solve a problem.
    I need you to check my XI design and configuration. I confused at all.
    I have a task to send an information from MSSQL DB to SAP.This information is  based on query to the DB. At first we must be sure the information is present in DB and therefore we do a small query to be sure. If it is true we do the extended query. After that we transform the received information and send it to SAP.
    I use BPM.  I've realized the classic scheme as described in some blogs.
    But I simplified my scheme to debug it and removed any correlation and switch steps.
    My scheme is:
    Receive Step -> Synchronous Send Step -> Transformation -> Send Step.
    What i have done:
    <u>Receive Step</u>
    1) I've created DT, MT for outbound interface(simple query)
       Then I've created a couple of the MI – one real and one abstract  for Receive step.
    <u>Synchronous Send Step</u>
    2) I've created a couple of DT, MT for request and response messages accordingly. (Note:The DT of request message used a construction like that - “access=SQL_QUERY”).
    3) Then I've created two couple MI – two real MI and two abstract MI  for   Synchronous Send Step.
    The request MI is inbound. The response MI – outbound.
    Also I’ve created abstract synchronous MI and included in it  two MTs (request and response MTs).
    4) Then I’ve created MM and IM to transform outbound MT into request MT of sync interface. In IM I used real(not abstract) outbound MI as source and real request MI as target. It is dummy mapping <b>to initiate</b> extended query only in Synchronous Send Step.
    <u>Send Step</u>
    5) Then I’ve created MM and IM for transformation step in BPM. I use abs MI of response interface as source and IDOC as target.
    In Abs interface list in BPM I have one abs inbound interface(RS), two outbound interfaces(Synchronous and ABS for IDOC). Abs Req and Res interfaces are neither inbound nor outbound in BPM.
    It is the BPM design.
    <u>Configuration Stage</u>
    5) At the Configuration I’ve created  JDBC sender channel for outbound interface (Receive Step), JDBC receive channel (for Sync Step request) and IDOC receiver channel.
    6) At Receive Determination I used as sender DB service and as receiver abs MI of Receive Step of BPM.
    7) Then I used as sender BPM with OB synchronous interface of BPM and as receiver MSSQL DB service with Request interface as its inbound interface becouse I used JDBC receiver interface.  <b>(I doubt here!)</b>
    8) At last I used as sender BPM with response interface of BPM and as receiver SAP system with receiver IDOC interface of SAP system.
    In SXMB_MONI(PE) I see only first message which incomes in BPM and error status for Synchronous Send Step - <b>Send Message Synchronously Error</b> ! Nothing else!
    I feel I've made some mistakes but I don't know where they are!
    Please help me!
    Thanks!

    check in the column PE to see the graphical workflow log. This would help to debug the issue.
    and is ur scenario fo this kind:
    you send a request message to a DB and in turn recive a respnse. Based on the response u carry out the transformation and send to the target i.e. r3?
    chek the below log of handleing sync jdbc call. this shud help u out.
    /people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step

  • DBMS_AQ.dequeue_array always returns 0 messages

    Hi all,
    first of all, thanks for your time reading this...
    I have to dequeue messages from a Oracle queue and for performance reasons, I must dequeue batches of messages and not one by one.
    I have a logmessage object that it is what is queued:
    CREATE OR REPLACE
    type logmessage as object (
    wpTRID number(9),
    wpRuleID number(9),
    wpCompType Number(4),
    wpComponent varchar2(40),
    wpEvent varchar2(80),
    wpStartTimestamp timestamp,
    wpEndTimestamp timestamp,
    wpSuccess varchar2(20)
    The queue is created with the following statement:
    DBMS_AQADM.CREATE_QUEUE (
    queue_name => 'Log_Queue',
    queue_table => 'Log_Table',
    queue_type => DBMS_AQADM.NORMAL_QUEUE,
    max_retries => 3,
    comment => 'Log Queue',
    auto_commit => FALSE);
    The messages are enqueued with this function:
    PROCEDURE LOGENQUEUE(wpTRID in number, wpRuleID in number, wpCompType in number, wpComponent in varchar2, wpEvent in varchar2, wpSuccess in varchar2, wpStartTimestamp in timestamp, wpEndTimestamp in timestamp)
    IS
    queue_options DBMS_AQ.ENQUEUE_OPTIONS_T;
    message_prop DBMS_AQ.MESSAGE_PROPERTIES_T;
    message_id RAW(16);
    my_msg LogMessage;
    seq Number(9);
    BEGIN
    IF(wpTRID=-1)
    THEN
    select wp_queue_seq.nextval into seq from dual;
    my_msg:=LogMessage(seq,wpRuleID,wpCompType,wpComponent,wpEvent, wpStartTimestamp, wpEndTimestamp, wpSuccess);
    message_prop.correlation:=seq;
    ELSE
    my_msg:=LogMessage(wpTRID,wpRuleID,wpCompType,wpComponent,wpEvent, wpStartTimestamp, wpEndTimestamp, wpSuccess);
    message_prop.correlation:=wpTRID;
    END IF;
    message_prop.exception_queue:='Log_ExcepQueue';
    DBMS_AQ.ENQUEUE( queue_name => 'Log_Queue', enqueue_options => queue_options, message_properties => message_prop, payload => my_msg, msgid => message_id);
    END LOGENQUEUE;
    Now, this dequeue procedure works (but it gets one message at a time, so no good):
    PROCEDURE DEQUEUE_LOG_TABLE_2
    IS
    options DBMS_AQ.dequeue_options_t;
    properties DBMS_AQ.message_properties_t;
    v_message_handle RAW(16);
    log_message_a logmessage;
    TYPE log_dump_a_t IS TABLE OF log_dump%ROWTYPE
    INDEX BY BINARY_INTEGER;
    log_dump_a log_dump_a_t;
    total NUMBER := 0;
    n NUMBER;
    BEGIN
    options.navigation := DBMS_AQ.first_message;
    options.WAIT := DBMS_AQ.no_wait;
    FOR rec IN (SELECT wpi_id
    FROM jm_wp_info_history jm, log_table l
    WHERE jm.wpi_state = 'DONE'
    AND jm.wpi_id = l.user_data.wptrid
    AND ROWNUM < 2
    GROUP BY jm.wpi_id) LOOP
    total := total + 1;
    options.correlation := rec.wpi_id;
    SELECT COUNT(1)
    INTO n
    FROM log_table
    WHERE corrid = rec.wpi_id;
    FOR i IN 1 .. n LOOP
    DBMS_AQ.dequeue(queue_name => 'Log_Queue',
    dequeue_options => options,
    message_properties => properties,
    payload => log_message_a,
    msgid => v_message_handle
    log_dump_a(NVL(log_dump_a.LAST + 1, 1)).wptrid := log_message_a.wptrid;
    log_dump_a(log_dump_a.LAST).wpruleid := log_message_a.wpruleid;
    log_dump_a(log_dump_a.LAST).wpcomptype := log_message_a.wpcomptype;
    log_dump_a(log_dump_a.LAST).wpcomponent := log_message_a.wpcomponent;
    log_dump_a(log_dump_a.LAST).wpevent := log_message_a.wpevent;
    log_dump_a(log_dump_a.LAST).wpstarttimestamp := log_message_a.wpstarttimestamp;
    log_dump_a(log_dump_a.LAST).wpendtimestamp := log_message_a.wpendtimestamp;
    log_dump_a(log_dump_a.LAST).wpsuccess := log_message_a.wpsuccess;
    END LOOP;
    IF ( log_dump_a IS NOT NULL
    AND log_dump_a.COUNT > 0) THEN
    FORALL i IN log_dump_a.FIRST .. log_dump_a.LAST
    INSERT INTO log_dump
    VALUES log_dump_a(i);
    log_dump_a.DELETE;
    END IF;
    COMMIT;
    END LOOP;
    END dequeue_log_table_2;
    And this one doesn't (it does, doesn't return any exception, just doesn't dequeue any message):
    PROCEDURE DEQUEUE_LOG_TABLE
    IS
    TYPE log_message_a_t IS TABLE OF logmessage;
    payloadarr log_message_a_t := log_message_a_t();
    deqopt DBMS_AQ.dequeue_options_t;
    msgproparr DBMS_AQ.message_properties_array_t := DBMS_AQ.message_properties_array_t();
    msgidarr DBMS_AQ.msgid_array_t := DBMS_AQ.msgid_array_t();
    retval PLS_INTEGER;
    TYPE log_dump_a_t IS TABLE OF log_dump%ROWTYPE
    INDEX BY BINARY_INTEGER;
    log_dump_a log_dump_a_t;
    total NUMBER := 0;
    BEGIN
    payloadarr.EXTEND(100);
    msgproparr.EXTEND(100);
    deqopt.WAIT := DBMS_AQ.no_wait;
    deqopt.navigation := DBMS_AQ.first_message_multi_group;
    FOR rec IN (SELECT wpi_id
    FROM jm_wp_info_history jm, log_table l
    WHERE jm.wpi_state = 'DONE'
    AND jm.wpi_id = l.user_data.wptrid
    AND ROWNUM < 2
    GROUP BY jm.wpi_id) LOOP
    total := total + 1;
    deqopt.correlation := TO_CHAR(rec.wpi_id);
    payloadarr.DELETE;
    msgidarr.DELETE;
    msgproparr.DELETE;
    retval :=
    DBMS_AQ.dequeue_array(queue_name => 'Log_Queue',
    dequeue_options => deqopt,
    array_size => payloadarr.COUNT,
    message_properties_array => msgproparr,
    payload_array => payloadarr,
    msgid_array => msgidarr
    FOR i IN 1 .. retval LOOP
    log_dump_a(NVL(log_dump_a.LAST + 1, 1)).wptrid := payloadarr(i).wptrid;
    log_dump_a(log_dump_a.LAST).wpruleid := payloadarr(i).wpruleid;
    log_dump_a(log_dump_a.LAST).wpcomptype := payloadarr(i).wpcomptype;
    log_dump_a(log_dump_a.LAST).wpcomponent := payloadarr(i).wpcomponent;
    log_dump_a(log_dump_a.LAST).wpevent := payloadarr(i).wpevent;
    log_dump_a(log_dump_a.LAST).wpstarttimestamp := payloadarr(i).wpstarttimestamp;
    log_dump_a(log_dump_a.LAST).wpendtimestamp := payloadarr(i).wpendtimestamp;
    log_dump_a(log_dump_a.LAST).wpsuccess := payloadarr(i).wpsuccess;
    END LOOP;
    IF ( log_dump_a IS NOT NULL
    AND log_dump_a.COUNT > 0) THEN
    FORALL i IN log_dump_a.FIRST .. log_dump_a.LAST
    INSERT INTO log_dump
    VALUES log_dump_a(i);
    log_dump_a.DELETE;
    END IF;
    COMMIT;
    END LOOP;
    END dequeue_log_table;
    And I assure the queue has plenty of messages at the moment!
    SELECT state, COUNT(1)
    FROM log_table
    GROUP BY state;
    State count(1)
    0      1218578
    I already tried everything I could think off... From different (ALL) options.navigation settings available to removing the correlation use, etc, etc... I simply don't know what else to try.
    Can anyone share some insight on this?!
    Sorry for the long post. Better have all the information to start with, I guess.
    Thanks a lot!
    Best regards,
    Vítor Pinto
    Added the queue create statement.
    Message was edited by:
    user449493
    Message was edited by:
    user449493

    don't define log_message_a_t in proc. Create an explicit type on SQL prompt and see it will work..
    CREATE OR REPLACE TYPE log_message_a_t AS TABLE OF <schema_name>.logmessage;

  • IOS-XR 5.1.3 SP2 - %OS-RT_CHECK-3-INCONSISTENCY_DETECTED : ipv4-unicast detected inconsistency with

    I'm curious if anyone else has seen this message logged after an up/down grade to 5.1.3 w/ SP2
    %OS-RT_CHECK-3-INCONSISTENCY_DETECTED : ipv4-unicast detected inconsistency with 1 entries for scan-id N
    We were told by TAC this is a cosmetic issue only and not to worry.  However, the engineer inside me wants to know what the router is upset about and how to suppress the log message.  I'd also like to ask Cisco to create a cosmetic bug fix for 5.1.3 to resolve the log message if it is indeed truly cosmetic only in nature.
    Thanks!
    -ben

    hi Ben, the ddts is fixed in 52x forward. There is no smu planned for prior releases.
    you can schedule a periodic selective clear of the log buffer via:
    RP/0/RSP0/CPU0:A9K-BNG#clear log events delete [option] [field]
    the logging correlator, here is a little write up on that (copy/paste from my kb)
    XR nag Killer
    The short version  (i.e. here's the code to make it happen!)
    !! enter config mode... 
    conf t
    !! this removes the correlator so you can edit it...
    no logging correlator apply rule kill-annoyances all-of-router
    !!! define the rule
    logging correlator rule kill-annoyances type nonstateful
      timeout 600000
    !!! this is the "root cause" one... make sure you pick something that happens frequently
    rootcause PLATFORM ENVMON FAN_FAIL
    !!! these are all the NON root cause events. this is what gets squashed along with the root cause.
    !!! add things here that you want squashed.
      nonrootcause
      alarm PLATFORM ENVMON FAN_CLEAR
      alarm PLATFORM ENVMON FANTRAY_FAIL
      alarm PLATFORM ENVMON ENV_CONDITION
      alarm PLATFORM ENVMON FANTRAY_CLEAR
    !!! timeouts are currently maxed at ten minutes... (smu anyone?)
      timeout-rootcause 600000
    !!! this re-applies the correlator
     logging correlator apply rule kill-annoyances all-of-router
    !!! now commit the thing
    commit
    !!! done...
    On a somewhat related note, if anyone is not already familiar with the
     "logging correlator" function -- it can be used to greatly reduce the
     amount of "noise" generated by all these various little things that are
     broken (like single fan tray systems!)
     An example config that I have on my box is as follows:
     logging correlator rule fan type nonstateful
      timeout 600000
      rootcause PLATFORM ENVMON FAN_FAIL
      nonrootcause
      alarm PLATFORM ENVMON FAN_CLEAR
      alarm PLATFORM ENVMON FANTRAY_FAIL
      alarm PLATFORM ENVMON ENV_CONDITION
      alarm PLATFORM ENVMON FANTRAY_CLEAR
      timeout-rootcause 600000
    logging correlator apply rule fan
      all-of-router
    >>
    Which essentially says the following:
    >>
    1) a message of format "PLATFORM-ENVMON-FAN_FAIL" is a 'root cause' event.
    the timeout for root cause events is set to 600000ms (ten minutes), so
    no matter how many of these events I see, I will only actually throw a
    syslog every ten minutes.
    2) underneath this 'root cause' event are a number of 'nonrootcause'
    events.  If I see any of these events within the timeout specified (again,
    ten minutes) of a 'root cause' I will also suppress these messages -- the
    theory here is that I already know the root cause and don't want to clutter
    myself up with all the side effects.    In reality we're just hacking the
    correlator to get rid of messages, but hey -- it works.  ;-)
    >>
    3) this particular "correlator rule" is applied to the whole router (you
    *can* do all sorts of funky stuff with where you apply it if you want).
    4) in real environments the idea is to have lots of different correlators
    for different events... but what I do is basically maintain a great big
    list of known syslog messages that I don't want to have splattering my
    screen, and the correlator gobbles them all up for me.
    >>
    Limitations:
    >>
    5) UPDATE: you can now set timeouts up to 7200000 seconds (LONG time...)
    >>
    6) the only really annoying part is that you have to unapply the rule
    before you can edit it... so the process is "unapply rule, commit, change
    rule, apply rule, commit" instead of just "change rule".  But hey, it's
    better than nothing.
    >>
    7) if you want to see the messages that got suppressed/correlated, use the
    "show logging correlator buffer all-in-buffer" command -- and sit back and
    be amazed at how much console bandwidth you've saved.  ;-)
    >>
    Hope people find this helpful...
    config example courtesy of LJ Wobker.
    xander

  • Update Variables through Global Interactive

    Hi,
    I need to update some project variables through a global interactive activity.However,the only problem is that my global interactive does not have instance access.This is so because of i am trying to club two or three funtonalities at one place so that the user has less number of clicks.Hence can anybody suggest any other alternative way to acheive the same.
    Any kind of suggestions will be of great help...
    Ritu

    Backing up a bit, a correlation is like a primary key on a database table. It is a way you can uniquely identify and notify a work item instance in a process. Notifications into a process can either use the unique id.id (e.g. "/ProcessName#Default-1.0/1/0@ProjectName") which is difficult to determine, or a correlation (e.g. order "22378").
    As a developer, there are quite a few moving parts to getting this to work using a Message Wait activity that has an interrupt. Not trying to dissuade you, but I believe you might find that there are more "clicks" that the end user has to do using this technique than if you used a Global Interactive that has instance access.
    If you have not done this before, here are the high level steps you'll need to do as a developer:
    A. Set up the Message Wait activity flow:
    1. Add a Message Wait activity outside of any transitions currently in your process.
    2. Change the Message Wait activity's property to "Allows interruptions"
    3. Change the Message Wait activity to receive input argument(s)
    4. Modify the Message Wait activity to receive the correlation
    5. Add an Interactive or Automatic activity beside the Message Wait activity
    6. Add a transition from the Message Wait activity to the Interactive or Automatic activity.
    7. Add the logic inside the Interactive or Automatic activity to update the project variables and to send the work item instance back to where it was interrupted in the process.
    B. Create the correlation in the process
    1. Create the correlation inside the process for the instance using either an automatic activity or the Begin activity
    C. Create the Global Interactive activity to Notify the process
    1. Add a Global Interactive activity
    2. Add the logic to send the notification to the specific work item instance
    D. Remove the Correlation from the process
    1. Once there is no more need for the correlation, remove the correlation inside an Automatic activity (commonly done in an Automatic activity just before the End activity)
    In answer to your question - just a guess, but you are getting the correlation error probably because you might not have done one or more of these items listed above correctly (specifically items A3, A4, B1 and / or C2).
    Dan

  • Noise Filtering

    I have a large number of data files containing values for acoustic and vibration data from machinery. I am trying to look for distinguishing features in particular groups of files (covering certain dates) but there is a lot of random noise contained within the signals so this is proving difficult. I am plotting time domain and f domain of the individual files and the f domain does show up some peaks. However if I try to average the FFT (which I believe is a valid signal processing technique for a set of similar signals), the peaks just get lost in the noise. Therefore, I'm looking for a way to remove the noise across all the frequencies I'm measuring (0-25kHz). I'm a beginner at this, so if it sounds like I'm on completely the wrong track, feel free to
    set me straight!

    Your signal is basically composed of two types of signals that are:
    1 - The deterministic ones, like tones or DC
    2 - The non-deterministic ones, like true noise
    When you take a single snap-shot and perform an FFT, it can sometimes be difficult to determine whether a "peak" is caused by a deterministic tone or happens to be a noise component, especially if your expected tones are of the same order of level as your expected noise components. A single FFT measurement of a pure white noise signal typically results in a variation in level (as function of frequency) of more than 10 dB, so you may see peaks that may be confusing.
    That is where averaging becomes handy. So if you are averaging correctly (RMS averaging), and your "peak" disappears, it most likely
    means that ... it wasn't a tone.
    If you want to detect tones that are "almost" embedded in the noise, you have different options, including:
    1 - Use RMS averaging and see if that uncovers your tones
    2 - If not, try to perform your FFT on a longer time record. You will achieve 3 dB improvement in selectivity every time you double your record length.
    3 - (This may not be applicable in your case). If you have a way of triggering on a "copy" of the signal you are looking for (like if you want to detect 50-60 Hz power hum, you could trig on the Main power), you can then use Vector averaging. This will more or less average your tone signal correctly while removing un-correlated noise the more you average.

  • Correlation of spot removal with high memory faulting.

    I dont know if the below task manager capture is readable as uploaded, but it shows LRs page faults while in the middle of high spot removal wait time. Specificaly "Page Fault Delta", but also note the large page fault total.  Notice there is no load on the CPU.  And notice how little physical memory LR is using when there are 12gb abailable.  According to this, the application spends all its time waiting on unneeded disk access. It is just sitting there churning on swap memory while its little blue circle spins.  I dont see how this can be anything but a design flaw of some sort or perhaps a compiler problem.   If so, this should be relatively easy to correct.

    I have an OCZ 120 GB RevoDrive on order for this very purpose.  This is a fast drive.  It will be the D: drive and not hold the OS so that it can be replaced easier since I expect it to wear out faster.   It will contain swapfile, catalog & RAW cache.  Both C: and D: will be SSD so there there should be no part of LR that relies on spinners.  After I get it installed I will report back my findings --probably next week.
    The image (+ edit steps) that causes the above condition is very reliable in doing so (as are others) , and I will test it with the new drive.  If it fixes the speed problem then I fully expect the task manager show the same page fault data, --if so that will represent a duplicatable bug with a finger pointing in the direction of the problem.
    During the spot removal delay there I see no, or very minimal processor activity.  According to my screen shot --it is simply waiting on I-O.  3.4 is better, but it appears to not have addressed the core problem, which seems architectural (I've seen the same problem with gradients as well).  If I had to guess, this looks like a loop or class of internal tables that are being needlessly forced to swap, only to be accessed shortly thereafter.
    Whatever it is, the following is unacceptable, and I can duplicate it at will:

  • Error An unexpected error has occurred. Troubleshoot issues with Microsoft SharePoint Foundation. Correlation ID: 65ef1cb8-1cbf-40ee-b79b-05db15ca6dbb

    Hi, 
    Since I installed a few updates, that I can't access the sharepoint the same way. I always get errors when trying to access the majority of the pages.
    I already removed the update suggested on other threads (KB2844286), but everything remains the same.
    I always receive errors like this one:
    Error
    An unexpected error has occurred.
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: 65ef1cb8-1cbf-40ee-b79b-05db15ca6dbb
    what can I do? The Sharepoint 2010 is located on a virtual partition of our server, running Windows Server 2008 Standard edition SP1.
    When I try to access administration tools it happens the same error, and I don't know what I can do more. 
    Please help me.
    best regards,
    Jorge Guimarães

    I followed some tips, to trace the error, allowing some trace debug, and got this:
    Server Error in '/' Application.
    Object reference not set to an instance of an object.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 
    Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
    Source Error: 
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace: 
    [NullReferenceException: Object reference not set to an instance of an object.]
    Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties() +134
    Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs() +44
    Microsoft.Office.Server.Administration.UserProfileApplicationProxy.IsAvailable(SPServiceContext serviceContext) +329
    Microsoft.Office.Server.WebControls.MyLinksRibbon.get_PortalAvailable() +44
    Microsoft.Office.Server.WebControls.MyLinksRibbon.EnsureMySiteUrls() +60
    Microsoft.Office.Server.WebControls.MyLinksRibbon.get_PortalMySiteUrlAvailable() +15
    Microsoft.Office.Server.WebControls.MyLinksRibbon.OnLoad(EventArgs e) +91
    System.Web.UI.Control.LoadRecursive() +65
    System.Web.UI.Control.LoadRecursive() +190
    System.Web.UI.Control.LoadRecursive() +190
    System.Web.UI.Control.LoadRecursive() +190
    System.Web.UI.Control.LoadRecursive() +190
    System.Web.UI.Control.LoadRecursive() +190
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2427
    Version Information: Microsoft .NET Framework Version:2.0.50727.5477; ASP.NET Version:2.0.50727.5479

  • Can't Login to SharePoint as an invited External User / Can't Remove All Traces of External User with Microsoft Account

    Hi TechNet,
    I have an MS SharePoint Online (SharePoint Plan 2) team site, quite simple, one document library etc.
    I have successfully added all users (E3) within the organisation to groups, and permissioned correctly.
    I have added myself (separate organisation, also Office 365 E3) as an External User, and have access to the website without any problems by authenticating with my Organization account e-mail address.
    I have a single user (separate organisation, also Office 365 E3), who's setup is identical to mine (Also Office 365 E3).
    However, when this user is added as an External User, they are unable to login, and get "Sign In is not complete":
    That didn't work
    We're sorry, but [email protected] can't be found in the CLIENT1.sharepoint.com directory. Please try again later, while we try to automatically fix this for you. 
    Correlation ID: dc1f7f9c-092b-20b8-7b35-89348ba22f71
    Date and Time: 3/20/2014 7:06:55 AM
    URL: https://CLIENT1.sharepoint.com/
    User: [email protected]
    Issue Type: Partner User Invalid.    
    I then remove the user using the Site Collection, and using the PRofile Manager, and using Remove-SPOUser, and using Remove-SPOExternalUser. Which is great, he's gone. However when I go to add him back to a group, as soon as I type his e-mail address, it
    'Resolves' into his full name! If I have completely(?) removed him form the site, how is he being resolved? And therefore me trying to remove him to re-add him to try and solve the user/directory/auth issue is not working.
    Furthermore, upon clicking on said client's username inside SharePoint (after I've 'added him back' of course), his ID, in format: i:0#.f|membership|live.com#[email protected] has an entirely different e-mail address, his Microsoft Account! 
    I'm assuming he must have been already signed into his Microsoft Account when he clicked on the External User e-mail invite? If so, I clearly do not want this, how can I remove lal traces of his Microsoft Account, given that I have gone to the lengths as
    detailed above?
    I have already completed these steps: http://community.office365.com/en-us/forums/148/p/228263/709905.aspx
    Some possible further reading regarding Microsoft ID's and Organization ID's:
    http://sergeluca.wordpress.com/2013/09/23/sharepoint-online-and-external-users-this-invitation-has-already-been-accepted-with-another-account-bug-or-feature/
    Please let me know if you need any more information regarding this issue, and thanks in advance to anyone who can shed some light on this situation for me and anyone whom encounters it in the future.
    Regards,
    Evanly.

    Hi Scott,
    Thank you so much for taking the time to read and respond to my issue.
    Certainly, it makes sense that regardless of where the invitation it sent, the user would authenticate with their Microsoft ID.
    In my case, I want the user to authenticate using their Microsoft Organisation ID, that they use for their seperate Office 365 account.
    This is the way I was able to log in, and worked great. With my client, they are unable to access Sharepoint because once they sign in with their Microsoft Organisation / Office 365 ID, they are told they are not in the directory, because their Microsoft
    ID is in the directory and it doesn't match up.
    I am simultaneously trying to 1) Remove all traces of this users Microsoft ID, which so far using the above steps, has been unsuccessful; and 2) Invite the user using his Microsoft Organisation ID, and have him authenticate with that (which is proved to
    work, as my account uses this).
    Looking forward to any more suggestions. Thanks in advance!

  • Exchange 2010 install corrupted, need help to remove and reinstall

    Completed a fresh install of Exchange 2010 on Windows Server 2008 R2, the install went without any issues, however when opening either the EMC or EMS there is no access, continue to get the following errors in the event log.
    Application Log:
    Log Name:      Application
    Source:        Microsoft-Windows-IIS-W3SVC-WP
    Date:          5/21/2014 8:54:34 AM
    Event ID:      2280
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      TFServer4.TFSNET.local
    Description:
    The Module DLL D:\Exchange2010\Bin\kerbauth.dll failed to load.  The data is the error.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-IIS-W3SVC-WP" Guid="{670080D9-742A-4187-8D16-41143D1290BD}" EventSourceName="W3SVC-WP" />
        <EventID Qualifiers="49152">2280</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-05-21T12:54:34.000000000Z" />
        <EventRecordID>8904</EventRecordID>
        <Correlation />
        <Execution ProcessID="0" ThreadID="0" />
        <Channel>Application</Channel>
        <Computer>TFServer4.TFSNET.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="ModuleDll">D:\Exchange2010\Bin\kerbauth.dll</Data>
        <Binary>7E000000</Binary>
      </EventData>
    </Event>
    I have attempted to reregister the dll and also to replace it however it did not solve the issue, the instance of Exchange can not find the server and or the database on startup. I have attempted to uninstall all the Exchange rolls and have been able to
    remove all but the mailbox and Management Tools, when I do I receive this:
    Summary: 3 item(s). 2 succeeded, 1 failed.
    Elapsed time: 00:00:11
    Configuring Prerequisites
    Completed
    Elapsed Time: 00:00:00
    Mailbox Role Prerequisites
    Failed
    Error:
    Uninstall cannot continue. Database 'Mailbox Database 1047019462': This mailbox database contains one or more mailboxes, mailbox plans, archive mailboxes, or arbitration mailboxes. To get a list of all mailboxes in this database, run the command Get-Mailbox
    -Database <Database ID>. To get a list of all mailbox plans in this database, run the command Get-MailboxPlan. To get a list of archive mailboxes in this database, run the command Get-Mailbox -Database <Database ID> -Archive. To get a list of all
    arbitration mailboxes in this database, run the command Get-Mailbox -Database <Database ID> -Arbitration. To disable a non-arbitration mailbox so that you can delete the mailbox database, run the command Disable-Mailbox <Mailbox ID>. To disable
    an archive mailbox so you can delete the mailbox database, run the command Disable-Mailbox <Mailbox ID> -Archive. Arbitration mailboxes should be moved to another server; to do this, run the command New-MoveRequest <parameters>. If this is the
    last server in the organization, run the command Disable-Mailbox <Mailbox ID> -Arbitration -DisableLastArbitrationMailboxAllowed to disable the arbitration mailbox. Mailbox plans should be moved to another server; to do this, run the command Set-MailboxPlan
    <MailboxPlan ID> -Database <Database ID>.
    Click here for help...
    http://go.microsoft.com/fwlink/?linkid=30939&l=en&v=ExBPA.14&id=4a96fd69-9cec-4a48-9571-5c9e8ab3cfe9
    Elapsed Time: 00:00:00
    Organization Prerequisites
    Completed
    Elapsed Time: 00:00:01
    Since I do not have access to EMS and can not perform any of the necessary requirements to remove the mailbox role and uninstall all of exchange and attempt a reinstall.
     Any help with this would be most appreciated.

    Thank you for the reply, I have checked the applicationHost.config as indicated, and the path shown is the same as in the error message, there is no D:\Exchange,Server\V14\Bin\ path, it is as indicated in the error D:\Exchange2010\Bin\. Here is the section
    from that applicationHost.config file:
    <add name="CertificateMappingAuthenticationModule" image="%windir%\System32\inetsrv\authcert.dll" />
                <add name="UrlAuthorizationModule" image="%windir%\System32\inetsrv\urlauthz.dll" />
                <add name="DigestAuthenticationModule" image="%windir%\System32\inetsrv\authmd5.dll" />
                <add name="IISCertificateMappingAuthenticationModule" image="%windir%\System32\inetsrv\authmap.dll" />
                <add name="IpRestrictionModule" image="%windir%\System32\inetsrv\iprestr.dll" />
                <add name="kerbauth" image="D:\Exchange2010\Bin\kerbauth.dll" />
    As indicated in my post, I have replaced the kerbauth.dll from another functioning exchange 2010 installation and it has not corrected the issue.
    At this point I am looking for a solution for removing the mailbox role and being able to complete the uninstall of exchange and perform a clean install.
    Any additional help with this is very much appreciated.

  • I have several copies of the same track - how do I remove extra tracks?

    First, I am now running iTunes for windows, 11.1.3.8
    My computer is a laptop running Windows 7.
    I have an iPod classic that I try to sync with it.
    I have a mix of songs downloaded from Amazon (sorry guys) or ripped from CD's. 
    A year ago, iTunes started creating several copies of the same track.  For example, if I wanted to listen to Adam Ant, I'd have three copies of "Desperate, but not serious" and one copy of something else and two copies of "Room at the Top."
    So, I deleted the extra tracks.  Sometimes this was horrid because if I deleted the wrong track, the other tracks wouldn't work, but they all looked the same (same number of bytes, no numbers at the end of the titles, etc) so I had to be careful. 
    I cursed, a lot, so after a time I deleted iTunes completely, then started over.  That seemed to fix it.
    BUT, today, I have the same problem.
    It's random.  Not every album is effected.  Not every song on a certain album is effected.  It's not just songs I ripped, or songs I downloaded.  There's nothing you can point at and go "AHA!"
    Furthermore...this might be a separate problem, but my iPod is not always recognized by iTunes, and some of the songs on the iPod get skipped.  Again, no way of telling which songs it doesn't like...it skips some ripped, some downloaded.  No correlation that one can easily track.
    What I would like to do is fix iTunes then reset the iPod and start over, I guess?
    Any ideas?  Thank you all in advance.

    Apple's official advice is here... HT2905 - How to find and remove duplicate items in your iTunes library. It is a manual process and the article fails to explain some of the potential pitfalls.
    Use Shift > View > Show Exact Duplicate Items to display duplicates as this is normally a more useful selection. You need to manually select all but one of each group of identical tracks to remove. Sorting the list by Date Added may make it easier to select the appropriate tracks, however this works best when performed immediately after the dupes have been created.  If you have multiple entries in iTunes connected to the same file on the hard drive then don't send to the recycle bin. This can happen, for example, if you start iTunes with a disconnected external drive, then connect it, reimport from your media folder, then restart iTunes.
    Use my DeDuper script if you're not sure, don't want to do it by hand, or want to preserve ratings, play counts and playlist membership. See this thread for background. Please take note of the warning to backup your library before deduping, whether you do so by hand or using my script, in case something goes wrong.
    (If you don't see the menu bar press ALT to show it temporarily or CTRL+B to keep it displayed)
    tt2

  • Error while using correlation ID

    Hi I am getting the following error when my host is trying to reply using the correlation ID. The error say it cant find the instance with instance key dbde176c78edd4fd:59c59d4e:12393555045:-7fc4. But when i search in BPEL console with the instance key I am able to get the instance. How to solve this error kindly help.
    Thank you
    09/09/07 12:56:48 0 - ORABPEL-02152
    Instance not found in datasource.
    The process domain was unable to fetch the instance with key "dbde176c78edd4fd:59c59d4e:12393555045:-7fc4" from the datasource.
    Please check that the instance key "dbde176c78edd4fd:59c59d4e:12393555045:-7fc4" refers to a valid instance that has been started and not removed from the process domain.
    <2009-09-07 12:56:48,928> <WARN> <default.collaxa.cube> <BaseCubeSessionBean::logWarning> Error while invoking bean "finder": [com.collaxa.cube.engine.core.InstanceNotFoundException: Instance not found in datasource.
    The process domain was unable to fetch the instance with key "dbde176c78edd4fd:59c59d4e:12393555045:-7fc4" from the datasource.
    Please check that the instance key "dbde176c78edd4fd:59c59d4e:12393555045:-7fc4" refers to a valid instance that has been started and not removed from the process domain.
    ORABPEL-02152
    Instance not found in datasource.
    The process domain was unable to fetch the instance with key "dbde176c78edd4fd:59c59d4e:12393555045:-7fc4" from the datasource.
    Please check that the instance key "dbde176c78edd4fd:59c59d4e:12393555045:-7fc4" refers to a valid instance that has been started and not removed from the process domain.
         at com.collaxa.cube.engine.data.AdminFinder.lookupInstanceByConversationId(AdminFinder.java:306)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.collaxa.cube.engine.data.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:58)
         at $Proxy1.lookupInstanceByConversationId(Unknown Source)
         at com.collaxa.cube.ejb.impl.FinderBean.lookupInstanceByConversationId(FinderBean.java:205)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
         at com.evermind.server.ThreadState.runAs(ThreadState.java:693)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxNotSupportedInterceptor.invoke(TxNotSupportedInterceptor.java:43)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at FinderBean_RemoteProxy_4bin6i8.lookupInstanceByConversationId(Unknown Source)
         at com.oracle.bpel.client.Locator.lookupInstance(Locator.java:448)
         at displayInstance.jspService(_displayInstance.java:123)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:400)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:414)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:230)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:400)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:414)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)

    Server issue problem got resolved

  • Mail in OS X 10.10.2: Removing attachment makes message unreadable

    OS X 10.10.2, Mail 8.2 (2070.6)
    While in previous versions sometimes message attachments were not recognized and could not be removed, this has improved in the actual version.
    Now a new problem arose: Sometimes, removing the message, recodes the text such as it becomes completely unreadable.
    Example:
    嗁テig拆.畕�呴毑h湲�(~�(汏テig瞼.畕�呴毑h湲�(~�(殗邏迁}鴾{���汗靣�散r�,←\�~'�聤萜ig瞏!囤!zf瑲'+⑹�凳&䥽邏 强跰8�]竣iテig� m稛�� 0迠帻4D@《ix��歷g璲�mリ畩��^炘颔�(炞Т�^七岫i\叒靭�.��&z支jg��檗h'甸��葴畫(~炸x~)mz窛欑b簁-蔠��夗 玮�+b?~夗}��~夗}� 殩&電枾⑶帝^y踡高n�_i菬_jhド6、f﹋z,{]底�7鐜6泗W儁娯祥2� ⒐殩X尣僪甪+滩僪甪妢�歠珎)邰踙汳4譀_l�7帝Jm~夗}�$鈾� {�h櫓靭笩jX蔤溗(�*^甔k(曹氣⒏運+n[灥靘u�(b赍妛毦+"电lォ滩侐リ鍔y�h羚f矉-蔠┊*+娷锦�%⒑n畽^奠mu�(b 赍妛┠櫒堀{^娌�-蔠棭z�(潻kz檙~夗}� 殩&電僻睬珘�(枈��弡 �( �Cy霎栙藃曤rョ宝婍r~夗�,拮M)稏爕j+u'湺*'秩硔璿覜{鱩)秄珎)餮啥焉费啥焉潑酲瀝亘焃Z佸ō詾r亘焈旆)^夬-zk(��ア萙ョ^}端奁�� v+l�'fk�5觧���wb~'嗟楝\f枊!j棩k*.恩贝�潑�"vf┙靘�鏱抵環 䦆!j棩k*.伏f曢輭�醳≤x�  b濦�栫瘱)��洬潑�%j��Z娸I�-妷酯蒢怖 矁h甪ゲ枾暕��CTJ藃曕�l�7底Jm~夗}�*袣�&電东ǘ僻睬珘⒆(枈��弡 7毉〆瑙�)j楗蒢怖 矁h甪ゲ枾暕��CTJ藃曕�l�7底Jm~夗}�*袣�&電东ǘ僻睬珘⒆(枈��弡�奼n�欹��%j��2� ⒐殩蔤濾� Q+-蔠�~夗�,拮])碟'钓\婤jX洰*诋③�炈��'旰媆+証=�4醞y2㈢璇*.h畫爣 +拪欹��%j��2� ⒐殩蔤濾�
    The header and the start of the text (some parts removed due to privacy)
    Return-Path: [removed]
    X-CGP-ClamAV-Result: CLEAN
    X-VirusScanner: Niversoft's CGPClamav Helper v1.18.5 (ClamAV engine v0.98.5)
    Received: [removed]
    X-IronPort-Anti-Spam-Filtered: true
    X-IronPort-Anti-Spam-Result: A0AjAwAzXOtUnFfqN51bgkMhdFoEgwS7Z4obAhyBSgEBAQEBARABAQEBAQYNCQkULoQPAQEBAQMSARA KXAIBCA4DBAEBCx0DAgICMBQJCAEBBBMIGogNAQIBrGoBgTxfBYsAAQFvmBQBAQEBAQUBAQEBAQEBAQE ZixOEDBEBVoJpL4EUBZowhUCJGoM+hBBvgQs5fwEBAQ
    X-IPAS-Result: A0AjAwAzXOtUnFfqN51bgkMhdFoEgwS7Z4obAhyBSgEBAQEBARABAQEBAQYNCQkULoQPAQEBAQMSARA KXAIBCA4DBAEBCx0DAgICMBQJCAEBBBMIGogNAQIBrGoBgTxfBYsAAQFvmBQBAQEBAQUBAQEBAQEBAQE ZixOEDBEBVoJpL4EUBZowhUCJGoM+hBBvgQs5fwEBAQ
    X-IronPort-AV: E=Sophos;i="5.09,631,1418079600";
       d="scan'208,217";a="28634691"
    Received:[removed]
    Received:[removed]
    Received:[removed]
    Received:[removed]
    Received: [removed]
    From: [removed]
    To: [removed]
    Subject: [removed]
    Thread-Topic: [removed]
    Thread-Index: AdBMRHx2jNWtUCFcR0iWrwUrE02J6wAEKdCgAMp/94AAAtO3IA==
    Date: Mon, 23 Feb 2015 17:02:48 +0000
    Message-ID: <[email protected]>
    References: <[email protected]>
    <[email protected]>
    <[email protected]>
    In-Reply-To: <[email protected]>
    Accept-Language: da-DK, en-US
    Content-Language: en-US
    X-MS-Has-Attach:
    X-MS-TNEF-Correlator:
    x-originating-ip: [10.87.1.44]
    Content-Type: multipart/alternative;
      boundary="_000_C2FB31364A05CD4C86D4FEBE2FAC02777B3810BFSRVUNIMBX05unia_"
    MIME-Version: 1.0
    Return-Path: [removed]
    X-EOPAttributedMessage: 0
    Received-SPF: None (protection.outlook.com: mbg.au.dk does not designate
    permitted sender hosts)
    Authentication-Results:[removed]
    (message not signed) header.d=none;
    X-Forefront-Antispam-Report:
      CIP:185.45.20.64;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(10009020)(428002)(252514 010)(199003)(189002)(97736003)(107886001)(2656002)(19580405001)(19580395003)(159 75445007)(68736005)(19625215002)(102836002)(87936001)(6806004)(64706001)(2900100 001)(16236675004)(2950100001)(512874002)(2920100001)(105586002)(54356999)(761769 99)(92566002)(106466001)(33656002)(84326002)(5250100002)(101416001)(50986999)(10 4016003)(55846006)(74482002)(450100001)(77156002)(62966003)(110136001)(53416004) (46102003)(19300405004)(7099025);DIR:OUT;SFP:1101;SCL:1;SRVR:VI1PR01MB0846;H:SRV UNIHUB01.uni.au.dk;FPR:;SPF:None;PTR:InfoDomainNonexistent;A:1;MX:1;LANG:en;
    X-Microsoft-Antispam: UriScan:;
    X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:VI1PR01MB0846;
    X-Microsoft-Antispam-PRVS:
      <[email protected]d.exchangelabs. com>
    X-Exchange-Antispam-Report-Test: UriScan:;
    X-Exchange-Antispam-Report-CFA-Test:
      BCL:0;PCL:0;RULEID:(601004)(5005003);SRVR:VI1PR01MB0846;
    X-Forefront-PRVS: 0496DF6962
    X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:VI1PR01MB0846;
    X-OriginatorOrg: mbg.au.dk
    X-MS-Exchange-CrossTenant-OriginalArrivalTime: 23 Feb 2015 17:02:49.7593
    (UTC)
    X-MS-Exchange-CrossTenant-Id: 61fd1d36-fecb-47ca-b7d7-d0df0370a198
    X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=61fd1d36-fecb-47ca-b7d7-d0df0370a198;Ip=[185.45.20.64]
    X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem
    X-MS-Exchange-Transport-CrossTenantHeadersStamped: VI1PR01MB0846
    --_000_C2FB31364A05CD4C86D4FEBE2FAC02777B3810BFSRVUNIMBX05unia_
    Content-Type: text/plain; charset="utf-8"
    Content-Transfer-Encoding: base64
    RGVhciBHdW50ZXIsDQoNClRoYW5rIHlvdSBmb3IgZ2V0dGluZyBpdCBkb25lIHNvIHF1aWNrbHkg
    ZGVzcGl0ZSB5b3VyIGZsdS4NCg0KQmVybnQNCg0KRnJvbTogR3VudGVyIEJhY2tlcyBbbWFpbHRv
    OmdiYWNrZXNAdW5pLWthc3NlbC5kZV0NClNlbnQ6IDIzLiBmZWJydWFyIDIwMTUgMTc6NDENClRv
    OiBCZXJudCBHdWxkYnJhbmR0c2VuDQpDYzogQmluaywgTWFyY287IEx1YyBKYW5zcw0KU3ViamVj
    dDogUmU6IHJldmlldyBvbiBCaWxhbCdzIHRoZXNpcw0KDQpEZWFyIEJlcm50LCBkZWFyIE1hcmNv
    IGFuZCBMdWMsDQoNCmFzIHByb21pc2VkLCBteSBkcmFmdCBmb3IgdGhlIHJlY29tbWVuZGF0aW9u
    Lg0KDQpDaGVlcnMNCg0KR3VudGVyDQoNCkd1bnRlciBCYWNrZXMNCihQcm9mZXNzb3IpDQpVbml2
    ZXJzaXTDpHQgS2Fzc2VsDQpGQjExIC0gw5Zrb2xvZ2lzY2hlIEFncmFyd2lzc2Vuc2NoYWZ0ZW4N
    Ck5vcmRiYWhuaG9mc3RyYcOfZSAxYQ0KMzcyMTMgV2l0emVuaGF1c2VuDQpUbGYuOiAoMDU1NDIp
    IDk4LTExNDANCmVNYWlsOiBnYmFja2VzQHVuaS1rYXNzZWwuZGU8bWFpbHRvOmdiYWNrZXNAdW5p
    LWthc3NlbC5kZT4NCg0K

    I've used the "remove attachments" feature regularly for years. No problem. Got on Yosemite and now... getting this mess.
    I'm using IMAP so I think... just access my mail via webmail or another device. Wrong. The message is ruined for all time there too.
    This is business-related email. In some cases a legal record of a conversation is now lost.
    In the graphics / video business, leaving all attachments in my email account is not an option.
    One Helpful Tip:
    You can still view the text of the original message by going to View > Message > Raw Source.
    V5k

Maybe you are looking for

  • Cmd+right shortcut has stopped working

    Ever since updating to Snow Leopard from Leopard, the Cmd+right arrow built-in shortcut to go to the end of a line of text has stopped working. This used to work in most applications, now it doesn't work at all. I don't see anything in System Prefs >

  • IMac Still Has Video Problems after Upgrade

    I did the firmware and software upgrade to my iMac, which was supposed to fix the video problem, however the problem continues. I am using OS 10.4.11. My computer never "froze" however the screen went haywire. I would have to do a soft restart (if I

  • How to clear macbook pro without installation disc

    Recently purchased new Macbook.  I now need to delete all content on old Macbook Pro, before selling for parts.  I cannot find the original installation disc.  How do I reset to manufacturers settings and delete all personal content? OS X 10.6.8

  • Data_Transfer and Database size.

    Hello all, I am using a Data_Transfer transform to speed up job performance. My question is that if I use these transforms will database size increase by a larger percentage than if not using it. And if so are there options that I can select to limit

  • Counting Record from OPEN FOR statement

    Hi, Is there a way to count the number of record produce by OPEN ... FOR statement...? I tried using %ROWCOUNT. It doesn't seems to be working. It returned me 0 though when i printed the cursor, i had 7 records. OPEN p_cursor FOR sqlstatement; pnum_r