Mapping Problem/ Suggestion needed

Hi All,
Purchase Order Header Details are to be sent to target file...
Only One Unique Document Number should be sent along with the Vendor..
Say I am getting from Source like this
DOCNUM                VENDOR
12356                       ABC LTD
12356                       ABC LTD
12357                       XYZ Co
12589                         SHELL CO
12589                         SHELL CO
12589                         SHELL CO
out put should file be like this
12356                ABC LTD
12357                XYZ Co
12589                 SHELL CO
My structure is like this
source -->
Header    (0....unbounded)
   DOCNUM 
   Vendor
Target -->
Supplier (0...unbounded)
   Order
   Vendor
Please suggest me how to go...
I have successfully done this with UDF ... but can i do this with standard Functions..
Thanks and Regards,
sridhar reddy

Sridhar,
<i> Its possible for me to simulate the scenario in mapping editor, if we check the queue we are getting the same o/p as u needed. But if u run the same in the test tab its going weird. I'll tell u the logic , can u please try it let me know if it works for you. Before running in the test tab, display those results in the queue.
DocNum (Change the context to higher level) <b>></b> Sort <b>></b>SplitByValue(ValueChanged) <b>></b>CollapseContext <b>></b>Supplier
DocNum --> Order
Vendor --> Vendor</i>
<b>Please don't consider the above logic, I did the logic on root node level, will try to solve and let you know.</b>
Best Regards,
raj.
Message was edited by:
        Raj

Similar Messages

  • Message mapping problem / experts needed / UDF?

    Hello experts,
    I have the following problem in a message mapping:
    Source structure is as follows:
    - Node a (min 1, max 999)
      - Subnode b (min 0, max 999)
      - Each Subnode b has the element "number" (1,1)
    This structure must be mapped to the following target structure:
    - Node c (1,999)
       - Subnode d (0,999)
       - Each subnode d has the following elements:
           - e1
           - e2
           - e3
           - e11
    1 Source node a should create 1 target node c.
    All numbers in all subnodes b of one source node a should be mapped to the e1, e2,...e11 elements of the target structure. As one target node d can only contain up to eleven numbers, there must be several d nodes.
    I have already tried to create a UDF, but it does not work.
    Any experts who would like to share their knowledge?
    Thanks in advance.
    CHRISTOPH
    Edited by: Christoph G. on Apr 23, 2008 10:46 PM

    Hello again,
    meanwhile I have worked hard on it and I have found the solution (just one UDF (queue function) which gets the article numbers as well as constant(targetField). So the UDF covers the creation of the "groups" as well as the mapping of the article numbers.
    It was really interesting and it made me ambitious to find the solution myself I do not have access to the system today, but I will post my solution as far as I have access again. Maybe you still want to search for a solution? It really may be fun, just like some kind of a puzzle game.
    In order to make it more clear, here comes the source and target structure with an example. Let me once more explain it: In the source, there are positions, each with unlimited article numbers. Each position will create a targetPosition. The node "targetPosition" has the subNode "articlenrs" (unbounded). Articlenrs has 11 differnet elements, calles a1, a2, a3, ..., a11. That means, all article numbers from a source postion should be mapped to "groups of 11 target article numbers". Please be aware the there are 11 differnet target fields for article numbers: a1, a2, ... a11.
    I think that' why the solution of  Liang Ji and Rohit Kalugade will not work...
    SOURCE
    <position>
         <articlenr> 123   </articlenr>
         <articlenr> 456   </articlenr>
         <articlenr> 4783 </articlenr>
         <articlenr> 123   </articlenr>
         <articlenr> 456   </articlenr>
         <articlenr> 4783 </articlenr>
         <articlenr> 123   </articlenr>
         <articlenr> 456   </articlenr>
         <articlenr> 4783 </articlenr>
         <articlenr> 123   </articlenr>
         <articlenr> 496   </articlenr>
         <articlenr> 4783 </articlenr>
             . (unbounded)
    </positon>
    <position>
         <articlenr> 543  </articlenr>
         <articlenr> 865  </articlenr>
         <articlenr> 643  </articlenr>
    </positon>
    TARGET
    <targetPosition>
      <articlenrs>
           <a1> 123  </a1>
           <a2> 456  </a2>
           <a3> 4783 </a3>
           <a11> 496 </a11>
      <articlenrs>
      <articlenrs>
           <a1>4783 </a1>
      </articlenrs>
    </targetPosition>
    <targetPosition>
         <articlenrs>
         <a1> 543 </a1>
         <a2> 865 </a2>
         <a3> 643 </a3>
            </articlenrs>
    </targetPosition>
    Thanks,
    Christoph
    Edited by: Christoph G. on Apr 30, 2008 10:20 AM

  • XI IDoc complex mapping problem - help needed!

    Hi all,
    I am mapping WPUBON IDoc (sent as IDoc XML file) to WPUBON IDoc in R/3. However, I have a complex mapping requirement that I am trying to use the graphical tool for.
    Source segment structure is such that we have:
    E1WPB01 (header) has one or many E1WPB02 (items) and E1WPB05 (coupons).
    E1WPB02 (items) have one or many E1WPB03 (item conditions).
    So for each IDoc, we can have many items (E1WPB02), each item can have many conditions (E1WPB03) and each IDoc can have many coupons (E1WPB05).
    For each E1WPB05 received, we need to take the value and divide it proportionately in order to add an extra E1WPB03 discount condition segment to each E1WPB02 item (we are a retailer and this will allow us to break down customer coupon discounts across each item in the basket). For example, if we have 2 E1WPB02 items with values $2 and $3 and the coupon is worth $1, item 1 needs a new E1WPB03 segment with a value of $0.40 and item 2 needs one with a value of $0.60.
    This process needs to occur for each E1WPB05 segment (customers could have more than one coupon). No E1WPB05 segments are required in the target IDoc.
    I have tried a few things but really am a bit stuck on where to start.... any ideas anyone?
    Thankyou.
    Stuart Richards

    Stefan,
    Here's some sample source XML:
    <?xml version="1.0" encoding="UTF-8"?>
    <WPUBON01>
       <IDOC>
          <EDI_DC40>
             <TABNAM>EDI_DC40</TABNAM>
             <MANDT>104</MANDT>
             <DOCNUM/>
             <DOCREL>620</DOCREL>
             <DIRECT>2</DIRECT>
             <IDOCTYP>WPUBON01</IDOCTYP>
             <MESTYP>WPUBON</MESTYP>
             <MESCOD>ST6</MESCOD>
             <SNDPOR>WPUX</SNDPOR>
             <SNDPRT>KU</SNDPRT>
             <SNDPRN>0799</SNDPRN>
             <RCVPOR>SAPRD1</RCVPOR>
             <RCVPRT>KU</RCVPRT>
             <RCVPRN>0799</RCVPRN>
             <REFINT>00000000000016</REFINT>
          </EDI_DC40>
          <E1WPB01 SEGMENT="1">
             <POSKREIS>0001</POSKREIS>
             <KASSID>1</KASSID>
             <VORGDATUM>20060107</VORGDATUM>
             <VORGZEIT>134512</VORGZEIT>
             <BONNUMMER>120572</BONNUMMER>
             <KASSIERER>4400</KASSIERER>
             <CSHNAME> </CSHNAME>
             <BELEGWAERS>GBP</BELEGWAERS>
             <E1WPB02 SEGMENT="2">
                <VORGANGART/>
                <QUALARTNR>ARTN</QUALARTNR>
                <ARTNR>000005034394436881</ARTNR>
                <VORZEICHEN>-</VORZEICHEN>
                <MENGE>1</MENGE>
                <REFBONNR> </REFBONNR>
                <E1WPB03 SEGMENT="3">
                   <VORZEICHEN/>
                   <KONDITION>PN10</KONDITION>
                   <KONDVALUE>10.00</KONDVALUE>
                   <CONDID/>
                   <QUALCONDID/>
                </E1WPB03>
             </E1WPB02>
             <E1WPB02 SEGMENT="5">
                <VORGANGART/>
                <QUALARTNR>ARTN</QUALARTNR>
                <ARTNR>000005034394471158</ARTNR>
                <VORZEICHEN>-</VORZEICHEN>
                <MENGE>1</MENGE>
                <REFBONNR> </REFBONNR>
                <E1WPB03 SEGMENT="6">
                   <VORZEICHEN/>
                   <KONDITION>PN10</KONDITION>
                   <KONDVALUE>20.00</KONDVALUE>
                   <CONDID/>
                   <QUALCONDID/>
                </E1WPB03>
             </E1WPB02>
             <E1WPB02 SEGMENT="8">
                <VORGANGART/>
                <QUALARTNR>ARTN</QUALARTNR>
                <ARTNR>000005034394469131</ARTNR>
                <VORZEICHEN>-</VORZEICHEN>
                <MENGE>1</MENGE>
                <REFBONNR> </REFBONNR>
                <E1WPB03 SEGMENT="9">
                   <VORZEICHEN/>
                   <KONDITION>PN10</KONDITION>
                   <KONDVALUE>30.00</KONDVALUE>
                   <CONDID/>
                   <QUALCONDID/>
                </E1WPB03>
             </E1WPB02>
             <E1WPB05 SEGMENT="11">
                <VORZEICHEN>+</VORZEICHEN>
                <RABATTART>PTCS</RABATTART>
                <RABVALUE>6.00</RABVALUE>
             </E1WPB05>
             <E1WPB06 SEGMENT="11">
                <VORZEICHEN>+</VORZEICHEN>
                <ZAHLART>PTCS</ZAHLART>
                <SUMME>10.00</SUMME>
                <KARTENNR/>
                <ZUONR>120572</ZUONR>
             </E1WPB06>
          </E1WPB01>
       </IDOC>
    </WPUBON01>
    So we have one coupon worth $6.00. We have 3 items in the basket worth $10, $20 and $30 respectively. The additional E1WPB03 for each will need to contain $1, $2 and $3 respectively to give:
    <?xml version="1.0" encoding="UTF-8"?>
    <WPUBON01>
       <IDOC>
          <EDI_DC40>
             <TABNAM>EDI_DC40</TABNAM>
             <MANDT>104</MANDT>
             <DOCNUM/>
             <DOCREL>620</DOCREL>
             <DIRECT>2</DIRECT>
             <IDOCTYP>WPUBON01</IDOCTYP>
             <MESTYP>WPUBON</MESTYP>
             <MESCOD>ST6</MESCOD>
             <SNDPOR>WPUX</SNDPOR>
             <SNDPRT>KU</SNDPRT>
             <SNDPRN>0799</SNDPRN>
             <RCVPOR>SAPRD1</RCVPOR>
             <RCVPRT>KU</RCVPRT>
             <RCVPRN>0799</RCVPRN>
             <REFINT>00000000000016</REFINT>
          </EDI_DC40>
          <E1WPB01 SEGMENT="1">
             <POSKREIS>0001</POSKREIS>
             <KASSID>1</KASSID>
             <VORGDATUM>20060107</VORGDATUM>
             <VORGZEIT>134512</VORGZEIT>
             <BONNUMMER>120572</BONNUMMER>
             <KASSIERER>4400</KASSIERER>
             <CSHNAME> </CSHNAME>
             <BELEGWAERS>GBP</BELEGWAERS>
             <E1WPB02 SEGMENT="2">
                <VORGANGART/>
                <QUALARTNR>ARTN</QUALARTNR>
                <ARTNR>000005034394436881</ARTNR>
                <VORZEICHEN>-</VORZEICHEN>
                <MENGE>1</MENGE>
                <REFBONNR> </REFBONNR>
                <E1WPB03 SEGMENT="3">
                   <VORZEICHEN/>
                   <KONDITION>PN10</KONDITION>
                   <KONDVALUE>10.00</KONDVALUE>
                   <CONDID/>
                   <QUALCONDID/>
                </E1WPB03>
    <b>           <E1WPB03 SEGMENT="9">
                   <VORZEICHEN/>
                   <KONDITION>PN10</KONDITION>
                   <KONDVALUE>1.00</KONDVALUE>
                   <CONDID/>
                   <QUALCONDID/>
                </E1WPB03></b>
             </E1WPB02>
             <E1WPB02 SEGMENT="5">
                <VORGANGART/>
                <QUALARTNR>ARTN</QUALARTNR>
                <ARTNR>000005034394471158</ARTNR>
                <VORZEICHEN>-</VORZEICHEN>
                <MENGE>1</MENGE>
                <REFBONNR> </REFBONNR>
                <E1WPB03 SEGMENT="6">
                   <VORZEICHEN/>
                   <KONDITION>PN10</KONDITION>
                   <KONDVALUE>20.00</KONDVALUE>
                   <CONDID/>
                   <QUALCONDID/>
                </E1WPB03>
    <b>           <E1WPB03 SEGMENT="9">
                   <VORZEICHEN/>
                   <KONDITION>PN10</KONDITION>
                   <KONDVALUE>2.00</KONDVALUE>
                   <CONDID/>
                   <QUALCONDID/>
                </E1WPB03></b>
             </E1WPB02>
             <E1WPB02 SEGMENT="8">
                <VORGANGART/>
                <QUALARTNR>ARTN</QUALARTNR>
                <ARTNR>000005034394469131</ARTNR>
                <VORZEICHEN>-</VORZEICHEN>
                <MENGE>1</MENGE>
                <REFBONNR> </REFBONNR>
                <E1WPB03 SEGMENT="9">
                   <VORZEICHEN/>
                   <KONDITION>PN10</KONDITION>
                   <KONDVALUE>30.00</KONDVALUE>
                   <CONDID/>
                   <QUALCONDID/>
                </E1WPB03>
    <b>           <E1WPB03 SEGMENT="9">
                   <VORZEICHEN/>
                   <KONDITION>PN10</KONDITION>
                   <KONDVALUE>3.00</KONDVALUE>
                   <CONDID/>
                   <QUALCONDID/>
                </E1WPB03></b>
             </E1WPB02>
             <E1WPB06 SEGMENT="11">
                <VORZEICHEN>+</VORZEICHEN>
                <ZAHLART>PTCS</ZAHLART>
                <SUMME>10.00</SUMME>
                <KARTENNR/>
                <ZUONR>120572</ZUONR>
             </E1WPB06>
          </E1WPB01>
       </IDOC>
    </WPUBON01>
    The 3 new segments required are highlighted in bold. Note that coupon segment can be repeating but is not required in the target message.
    Cheers

  • Disk i/o problem: suggestions needed

    Oracle Version: 10G Release 2
    OS : HP-UX
    Physical RAM:16G
    Number of users accessing the db on peak time: 250
    Due to high Disk i/o I've been asked to do a hardware review on two of our servers.
    So this what i am going to do
    1. At unix(HP-UX) level, i am going to issue the following command
    $ sar -d 10 7
    and analyze the results
    2. Analyse the results of the following query
    SELECT d.name,
    f.phyrds reads,
    f.phywrts wrts,
    (f.readtim / decode(f.phyrds,0,-1,f.phyrds)) readtime,
    (f.writetim / decode(f.phywrts,0,-1,phywrts)) writetime
    FROM
    v$datafile d,
    v$filestat f
    WHERE
    d.file# = f.file#
    ORDER BY
    d.name
    /3. Make sure that Tables and its related Indexes are on different tablespaces which exist on different physical disks.
    4. Make sure that datafiles and redo-log files are on different disks
    I don't know much about file striping and DB_FILE_MULTIBLOCK_READ_COUNT parameter. So i going to learn about it soon.
    Anything you guys want to suggest?

    A couple of comments.
    HP-UX Glance is an invaluable analysis tool. That is always one of the 1st tools I grab when dealing with what seems to be a performance issue on a HP-UX platform. (it also enables you to write scripts for capturing performance data for analysis - a very useful feature)
    What can Glance tell you? The most important fact - is there a real I/O bottleneck, or is this merely a perceived problem from end-users/developers?
    I hate wasting my time chasing a non-existing performance problem. Which is why I always harp (in these forums and elsewhere) that. The #1 Step In Performance Tuning/Analysis is -=IDENTIFY THE PROBLEM!=-
    Is I/O really the problem? Are the I/O channels being hit hard? Or maybe it is swap space that is being hit hard which in turn not only add I/O (which makes it seem that I/O is the problem), but cause a viscous page swapping and trashing cycle.
    On the Oracle side, I/O counts are neither here not there. Just because datafile is being hit harder than another datafile does not necessarily indicate a performance problem.
    What is important in my view is WHAT those Oracle sessions is WAITING on? Every single wait means an impact on just how fast that session can do its job.
    Is the sessions waiting on I/O? Maybe not.. maybe it is a log buffer waits with the DB Writer being slow as async I/O is not working. Or maybe waiting on redo log switches as the redo logs are too few and small. Or anyone of a 1000+1 other possibilities.
    In my view it is imperative to first accurately identify the problem.. and not assume that high disk I/O is the problem. It could very well just be a symptom. And toubleshooting that could very well be a frustrating and wasted exercise.

  • Quicktime 7.6 update caused problem Suggestions needed

    Hi,
    Last evening my computer did its autocheck for updates and found a quicktime update. Once complete my system (Powerbook G4 on OS 10.4.11) started flipping to the finder every 90 seconds. When it does this only the file folders that were open at the time of the update stay open. Any other open folders close. Other programs stay running, although since the computer flips to finder, I need to go back to whatever program I was using (you can imagine how much fun this is).
    Does anyone have a suggestion as to how to fix this?
    Thanks,
    Bchem

    Check for incompatible third party applications.
    [Finder crashes associated with using Stuffit|http://discussions.apple.com/thread.jspa?threadID=1873700&tstart=0]
    [Finder crashing/looping/closing folders (Stuffit issue)|http://discussions.apple.com/thread.jspa?threadID=1882285&tstart=0]
    [Finder crashes associated with using Afloat|http://discussions.apple.com/message.jspa?messageID=8852780#8852780]

  • Weird mapping problem : suggested approach?

    I have a set of related processes activated by a top level process. One of the processes runs three mappings which pull data from SqlServer via three corresponding SqlServer views. The filters for the three mappings ask for rows greater than a particular date.
    When this process is run as part of the scheduled job, the data goes up to today minus one month. If run manually, the mappings start at the appropriate data but are providing all the data, including the last month.
    If you were trying to debug this problem, what would your top three approaches be?
    ak

    Checking the NLS date format is probably the top one.
    Check the views and ANY filtering conditions.
    I had an issue once where a time stamp was using to_timestamp incorrectly and was altering the data in an unacceptable format.
    Check anything in the process that touches the dates in any way at all.
    Try debugging the base mappings with a small subset of the data that contains rows that do and don't work in your case.
    Message was edited by:
    Greg Partenach

  • Swipe problem - suggestions needed :)

    I've got a Lenovo 13" Yoga.
    Everytime I try to move the curser on the screen with the touchpad (on the keyboard), the Yoga switches the screen to my Pictures Library.  It's driving me nuts.  Any ideas? 
    Thanks!

    That's bizarre. Does "every time" really mean every time? I.e. does this happen without any File Explorer windows open...you move the cursor, File Explorer launches, and shows you the contents of Pictures?
    If you launch File Explorer with the keyboard shortcut Win+e, do you end up in Pictures?
    Is it only with 1 finger touch? Or only with 2?

  • I am facing with the problem "plugin-container.exe has encountered a problem and needs to close. Please suggest how to fix the problem.

    I am using desktop computer with windows XP. Sometimes, I am facing with the problem "plugin-container.exe has encountered a problem and needs to close". After showing this event, the browser disappears automatically.

    See if there are any Crash Reports ID's saved.
    Type '''about:crashes''' in the Location Bar and hit Enter.
    Then open each Crash Report and once the report is loaded completely, copy and paste the URL of each report into the the '''''Post as Reply''''' box in this thread.
    IMO, seeing that you are using WinXP, you might be better off with the older Flash 10.3.183.90 version. Flash 11.0 and later have "improvements" that don't work on WinXP - only Vista and later. Adobe did continue to support and provide security updates for Flash 10.3 until a few months before WinXP went EOL back in April of this year.

  • N97 mini maps problem !

    hi all, i have a n97 mini and i hard formated it then i loaded all software now i can't enter my maps, after i open, it s closing in 1-2 seconds i don't understand what's going on :/ pls help help help me

    @behzatkara
    Welcome to the forum!
    Regrettably neither of the two previous posts appear to address your issue with one under the misapprehension that you are using N97 where phone memory is certainly a problem instead of N97 Mini in question.
    It is more likely here that you have corrupt map data, which is the commonest  cause of OVI Maps crashing upon opening! When you updated OVI Maps application to latest v3.06 it needs to delete previous 0.1.25.114 map data used by v3.04 to make way for 0.2.42.122 map set. Whilst there is a message saying that old map data will need to be removed, it requires confirmation by the user. 
    Suggest that you try deleting E:\Cities + .qf file, re-start OVI Maps application upon device to re-initialise application and re-create necessary folder structure. You now have option of downloading regional maps using either "Update" feature within application upon device via WLAN access point or use OVI Suite > Maps as previously if so preferred.
    Happy to have helped forum with a Support Ratio = 42.5

  • SecurityFilter mapping problem

    Hi, i have setup security in my app by applying the SecurityFilter class but I have a big problem with the SecurityFilter mapping. Apparently there is a bug in jsc as I have the same problem as in thread http://forum.java.sun.com/thread.jspa?forumID=881&threadID=5063740
    I implemented the workaround using <filter-mapping>
        <filter-name>SecurityFilter</filter-name>
        <servlet-name>Faces Servlet</servlet-name>
    </filter-mapping> as suggested just to make sure my app is configured correctly at and everything worked (each request is routed back to my login page).
    However here is my issue, i have a separate section (sub folder) of my app for admin stuff which requires logging in which is why i need to set the SecurityFilter mapping to the url pattern "/faces/admin/*.jsp" only. This mapping does not invoke the SecurityFilter so every admin page is fully accessible which is obviously incorrect. Using the faces servlet mapping above instead of a url pattern works but unfortunately applies the SecurityFilter to my whole app thus all pages including the main user website pages are now redirected to my login page too which is incorrect.
    So, is there a fix for this bug yet or another workaround that will only apply the SecurityFilter to certain area of a web app?
    Thanks.

    Thanks for responding. Maybe you are on to something. I'm not using any navigation-case(s) because I was using the new JSF 2 ability to call directly to a page/facelet.
    Example:
    In my index.xhtml I have a <h:commandLink action="servers">Servers</h:commandLink> that calls servers.xhtml. When the "Servers" link is selected the SecurityFilter doFilter gets "index.xhtml" as the request.
    Thanks for your help,
    Dave

  • Outlook 2016 getting crashed and throws an alert message as "microsoft outlook has encountered a problem and needs to close.

    Hi,
    Today i installed Microsoft Office 2016 preview for my Mac OS X 10.10 Yosemite. Word, Excel and Powerpoint applications are working without any problem. However, Outlook getting crashed and throws an alert message as "microsoft outlook has encountered a problem and needs to close.", it's happens always, when i launch outlook. please suggest me, how can i comet from this issue.
    Thanks in advance,
    Suresh Balakrishnan.

    Go to the Microsoft site for help. These forums are not offering support for MS products, especially not for beta products.

  • Adobe Audition has encountered a problem and needs to close.

    I have been using Audition 2.0 on this computer for quite some time and suddenly now when I open it, I get the cryptic error dialogue:
    "Adobe Audition has encountered a problem and needs to close.  We are sorry for the inconvenience.  If you were in the middle of something, the information you were working on might be lost.  For more information about this error, click here."
    When I click for more information, it's something useless like:
    AppName: audition.exe    AppVer: 2.0.5306.2    ModName: unknown
    ModVer: 0.0.0.0   Offset: 65726168
    Nothing on my computer has changed.  There are no viruses.  I have not added any new audio plug-ins.  I am completely up to date with all critical Windows XP SP3 updates and none have been downloaded and installed recently anyway.
    I searched the knowledgebase and found a document that suggesting many things to try.  I tried them all, including running the Windows hard disk "check disk" tool with options to fix file system errors and recover bad sectors. I also defragmented the hard drive.  Lastly, I completely uninstalled Audition, then  manually deleted any remaining files, including registry entries as suggested in another knowledgebase article.
    I then re-installed Audition 2.0 and it did exactly the same thing!  This it maddening.  Now it gets even more interesting.  I discovered that if I start up the
    Adobe ExtendScript Toolkit that Adobe Audition installed also, then try to launch Audition from the toolkit, IT STARTS CORRECTLY!  I can then close the toolkit and use it like normal.  Weird work-around.
    What the heck could possibly be going on?  Anyone have any ideas?  I've attached the error log file that is generated by the error but I doubt it will be of much help.
    Thanks!
    Steve in Chicago

    stevefoobar2: I may have found a solution for you.
    I had the same thing happen to me today. I was using Audition 2 this morning without any problems. But this afternoon, it started giving me the exact same error with no apparent reason. Nothing on my system had changed.
    So I uninstalled it and installed Audition 3 in its place. Audition 3 continued to have the same problem that Audition 2 had, so we can assume that this is not something that was changed between versions.
    But my attention was brought to the fact that you and I are both running Windows XP SP3 fully up-to-date. So I thought I'd try seeing it from the angle of a problem with Windows instead of Audition, and see if I didn't get a better result -
    First, I logged on to Windows as Administrator. This may or may not be required, but you'll probably want to do it just in case (you'll see what I mean later). At this point, Audition still crashed the same way when I opened it, so I moved on to my next troubleshooting strategy -
    Instead of opening Audition directly, I right-clicked the Audition icon and selected "Run as..." This may seem odd since I was already logged in as Administrator, but it proved to be the solution in my case.
    In the "Run As" diolog, there are two main options: run as current user, or run as another user.
    Since I was already logged in as Administrator, I could safely select the first option (run as current user). But here's the catch: selecting the first option allowed me to UNcheck the box underneath that says "Protect my computer and data from unauthorized program activity" (see the attached picture)
    Audition opened without any problems when I did this.
    This makes me think that one of the Windows security features suddenly decided to block something that Audition was trying to do, crashing the program in the process. By turning off this security feature, the problem was solved. And I only had to do it once. Every time afterwards, Audition has opened without any problems when I simply open it from my desktop. Perhaps Windows now remembers not to block Audition in the future.
    However, I have not restarted my computer yet, or logged off as Administrator. You may need to tweak this solution if you plan to do either of these things. You may end up having to "Run as" Audition every time you restart your computer or log off. You may even need to select the SECOND option, and run the program as Administrator with the appropriate password.
    Anyway, this was the only post I could find on Adobe.com concerning this problem, so I thought I'd post my solution in case it helped someone else.

  • Adobe Acrobat  has encountered a problem and needs to close.

    Just recently when I launch Acrobat X after about 10 seconds I get this error, "Adobe Acrobat has encountered a problem and needs to close.  We are sorry for the inconvenience."  I can create PDFs and open PDFs for 10 seconds.  I've done a repair of Acrobat,  I tried a new user account, and  I disbled all my start up items.  I still get the same error  I have no clue what to do.  Any suggestions?
    J.R.

    OK Will,  I pressed ctrl + Shift and double clicked on a desktop icon of a file.pdf I had saved there and it opened and is still open.  By not pressing ctrl + Shift the file opens then closes with that error in about10 seconds.
    So now, what has that proved to us is the issue?  Doesn't that load Acrobat without all the extensions?
    This issue just started a few days ago and all I remember installing on my computer were some Window's updates.
    J.R.

  • Adobe RoboHelp 8 has encountered a problem and needs to close.

    I am trying to generate a project as WebHelp and after about 10 minutes of generating, the following error message appears: "Adobe RoboHelp 8 has encountered a problem and needs to close."
    I am able to generate all other projects, just not this project.
    This project is not on the network. It used to be on the network, but I moved it to my local directory awhile ago.
    I tried restarting the computer. I tried generating from another computer and that did not work either.
    I tried repairing the CPD through Microsoft Access. (I am not able to rename the CPD, because when I do that, almost all of my topics appear as broken links, so I use Microsoft Access to repair the CPD instead).
    Is there anything else I can check or try?
    Thanks,
    Debbie

    Thanks. I didn't see anything in the .HHP.
    However, I think I'm getting closer to finding the solution (at least I
    think I've found the problem).
    I have various conditional tags. One is called "uni2" and one is called
    "Remove_in_uni2".
    When I generate with "uni2" excluded and "Remove_in_uni2" included, the
    WebHelp generates.
    When I switch them ("Remove_in_uni2" excluded and "uni2" included), then I
    get the error.
    I tried removing the underscores - didn't work.
    I tried renaming it to RemoveIn18 - didn't work.
    Any suggestions, anyone?
    Thanks,
    Debbie
                                                                                    From:       Peter Grainge <[email protected]>                                                                               
    To:         Debbie Sarig <[email protected]>                                                                               
    Date:       06/18/2009 09:06 AM                                                                               
    Subject:    Adobe RoboHelp 8 has encountered a problem and needs to close.                                                                               
    The CPD is created from RoboHelp's internal files so a repair will not
    necessarily fix the issue as Access will not know what to look for. A
    rebuild is what is needed and it should not result in the broken links you
    are seeing. However, that can happen and I have seen it. After repairing
    the links, I had no further problems. Try generating a CHM first as if that
    will create, it may make changes to the HHP that prevent the broken links.
    Also take a look in the HHP for any obvious path errors.
    Do you have many folders in the project? If not, creating a new project
    should not be too painful as you can import all the topics in a folder in
    one hit.
    See http://www.grainge.org for RoboHelp and Authoring tips

  • Blackberry Desktop Software has encountered a problem and needs to close

    When I try to open Blackberry Desktop the message I get is that Blackberry Desktop Software has encountered a problem and needs to close.  I have a Blackberry Bold 9700 and as a result I cannot sync.  Does this mean I need to uninstall and reinstall?  If I reinstall will I lose the update that I have on my phone that has changed the interface?  Will I have to reinstall that as well?
    Thanks for any help or advice you can give me.

    I suggest this thread:
    http://supportforums.blackberry.com/t5/Desktop-Software-for-PC/Cleanly-quot-Starting-Over-quot-with-...
    It starts with a process for cleanly starting over, and there is some discussion, and there is also a post (15) with links to older Desktop Software versions, if those are needed. Note that this is not, by any means, guaranteed to work...but it has worked for many to resolve issues they are having.
    Also, for XP users, please be sure you are on SP3...that is the current minimum level required with the latest Desktop Software.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • Link to named anchor in current file not working

    Links to named anchors are not working at this particular site. Works with Konqueror. Go to this web site: http://www.kusc.org/playlist/ Right below the calendar displays is a section "Playing this Hour" and below is list hours for AM and PM. You sho

  • Does anyone know how to copy and paste from a pdf document?

    I am trying to copy and paste from a pdf document to put on facebook, but I cannot highlight the text I want to copy. Any suggestions???

  • MixRadio Eating Up Memory

    I download a lot of offline mixes and Nokia Mix Radio hogged all the space on my Lumia 620 even though I delete mixes after listening to them. I deleted all my mixes and still Nokia Mix Radio was using most of the memory on my phone. I had to delete

  • Iphone not listed as device

    My ipad2 and iphone 4 are listed as devices even when they are not plugged into my macbook in itunes and can be synced remotely. I cannot seem to figure out why my iphone 5 will not show up the same way. It works fine when it is connected via USB. An

  • The 'Cube' with 'ID' = 'Capex' doen't exist in the Collection

    Dear All, When I am processing all the dimension at that time system is showing me the following error; The 'Cube' with 'ID' = 'Capex' doen't exist in the Collection Please help me to come our from this issue and Thanks Regards, SANJY