BPM 'block' uses ...

Hi.
I'm trying to do this exercise.
1) A BPM will receive a XML File (container data_in)
2) Transformation, will create vía the selected interface mapping, a multiline container (data_out).
3) Once this transformation has been done, i have set a block. This block contains a SENDER and a RECEIVER. The result of this block must be N Files in one folder, one per line of the container data_in.
Is this correct?
Thanks

Hi
Use foreach (for serial processing) or parforeach(parallel processing) block for sending multiline container .
You can have a lokk at BpmPatternMulticastParallel in http://sap.com/xi/XI/System/Patterns name sapce  under SAP basis 6.40. for using parforeach block.
In block Recieve step is not required just use Send step.
if it is async message.
Regards,
satish

Similar Messages

  • Multi Mapping - BPM -  Block 1 ( No Agent )  Error  --  Help Please  ?

    I am trying the the BPM scenario using Integration Process
    BpmPatternCollectTime
    from SAP BASIS ® SAP BASIS 7.00 in
    the namespace http://sap.com/xi/XI/System/Patterns
    I have done the scenario like the above . I have followed all the Steps which are used in above scenario.
    I am using a File Sender Adapter and Receiver Adapter .
    It is Successfully picked up the File but nothing is happening after that .
    I am using two receiver Determination one from Ob to IP and other from IP to FIleReceiver ( IB) .
    But, I am Getting error as Block1 (No agent) Error in the PE graphical diagram
    I have checked in SWWL my Integration Process Return code is "0"
    Can you please tell tell me how to solve this ?
    Can you please tell me this scenario is like Multiple Purchase Order Items to One Purchase Order
    Here they have given ID adn OverAllNumber . For ex. In one xml file I am sending
    ID as A100
    OverAllNumber as 120
    next 5 minutes putting the another file with contents
    ID as A100
    OverAllNumber as 130
    My Question is
    Will TWO files wiil come as Output in File Receiver or one file merged as like follows ?  
    ID as A100
    OverAllNumber as 120
      ID as A100
    OverAllNumber as 130
    I am not  Clear in this please give some suggestions .
    Best Regards.,
    V.Rangarajan

    Hi Raj,
              Thanks for ur reply.
    While defining the receiver determination, sender agreement, receiver agreeement , Interface determination which Interfaces areu using?
                       Yes
    + by the way which pattern u are following the basis component , is it BpmPatternCollectMessage?+
                  No  . I have taken example as 
    BpmPatternCollectTime
    from SAP BASIS ® SAP BASIS 7.00
    in the namespace http://sap.com/xi/XI/System/Patterns
    I have done the scenario like the above . I have followed all the Steps which are used in above scenario.
    The steps Which i have followed in BPM are
    1. Block with Deadlkine branch and Exception handler( as TimeOut Exception)
    Block Start and Block End as New Transaction
    2. Inside Block infinite Loop which contains Receive step ( Actives the Correlation ) and Multiline Container element which appends the Messages with CollectMessage
    3. Transformation Step
    It creates the New Transaction and Interface Maping from CollectMessage List to New Mesage
    4. Send Step
                   It sends the New Message . It creates the New Transaction .
    Best Regards .,
    V.Rangarajan

  • Triggering a BPM(NW) using sync interface and get the sync response

    Hi Folks,
    I have a scenario where in I have to trigger a BPM (NW) using a sync interface from a SOAP client by making request to get the response from SAP webservice . If the response from SAP is successful then its a happy path but if it fails or times out then there is an failure mapping to ECC using an IDOC. My question is to achieve the sync process how many synchronous interfaces do I need to use? Please let me know if my design works with 4 sync interface. One outbound sync interface at the source (i.e the request ing system), the other inbound sync interface to the BPM to trigger the BPM, another outbound sync interface within BPM for the request to SAP. the fourth inbound sync interface at the ECC for the response from ECC. Or please let me know if there is a better design option than this.
    Regards
    Kalyan.

    Hi,
    Control Step
    Use
    You use a control step () to do the following:
    ·        Terminate the current process
    ·        Trigger an exception
    ·        Trigger an alert for Alert Management (see also: Triggering an Alert)
    Activities
    Terminate the Current Process
    Choose Terminate Process.
    At runtime, the system terminates the current process instance, including all active steps, and sets the status for the process to logically deleted.
    Trigger an Exception
    Choose Trigger Exception and specify the triggering exception (see also: Exception Handling). The relevant exception handler must be defined in the same block or a superordinate block.
    The system triggers the specified exception at runtime.
    For more information about using exceptions, see Example: Collecting and Bundling Messages - One Interface.
    Proxy..
    How to create proxy.
    http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/frameset.htm
    How to Activate Proxy.
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    ABAP Server Proxies (Inbound Proxy)
    /people/siva.maranani/blog/2005/04/03/abap-server-proxies
    OutBound Proxy (Client Proxy)
    /people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
    File to R/3 via ABAP Proxy with good example
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy
    Debug your inbound ABAP Proxy implementation
    /people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation
    Thanks,
    Satya Kumar

  • BPM scenario  using JDBC and acknowledgement

    hello
    i have the foll. requirement-
    mine is a File->JDBC-> File scenario using ack.(BPM is used)
    a file is placed. the content of the file is used to select certain data from the JDBC.
    The response from JDBC consists of multiple rows, each of has only one field-Name(occurrence 0..1).
    This response needs to be mapped to a file.(let us say mapping1)
    My problem is, I need to get the number of times the name field is absent from the response(rows) and use the value in another mapping(let us say mapping2)) which is used in sending the acknowledgement.This implies that the acknowledgement data consists of the number of time the name was absent from teh response.
    i thought of using a global variable in mapping1.However we cant refer to this global variable in mapping2.
    Also in case i use a container element in switch in IP, there is no function to check if a certain field is absent or not.
    please help.

    Hi,
    In the BPM say you receive message M1 on which you need to perform the counting
    Then in the mapping2 you include this message on the source side alongwith the main source message
    In this mapping itself check for the occurence /  non-occurence of the node in message M1 and count it.
    Then assign it to the required element in the target....you will have two source and one target messages in the mapping2.....
    Make sure that your message M1 is not chaanged till it reaches mapping2......i.e. M1 --> transformation --> M1 (with some other data format in the same structure)....it will work.
    Also in case i use a container element in switch in IP, there is no function to check if a certain field is absent or not.
    you can check the existence of a field in the Switch block:
    For XI:
    Include a Switch Block --> Click on the condition section of the switch --> select the Xpath of the element from the desired message --> Click Ok --> Then select the Right Operand in the Condition Editor as EX --> Click OK
    For eg: p1:EmpData/FirstNam EX........it will execute the IF branch if FirstName field exists
    For PI7.1:
    Refer this thread:
    Re: Using element of message in condition editor in BPM
    Regards,
    Abhishek.

  • Release sales order credit block using VA02

    Dear experts,
    By any chance can we release the sales order from credit block using VA02 instead of VKM3?
    I could see an example wherein the change log shows that the Overall Credit Status has been changed to Approved using VA02.
    Could you please assist me with all the available methods of releasing the sales order from credit block.
    KR,
    Tawsif Chogle

    Hi Tawsif,
    I dont thing that is possible, once you released the order from VKM3, it suppose to show VKM3.
    But if you say that your order shows in VA02 for credit release then might be somebody change the price in order, so the order price comes lower the credit limit and order got released.
    Hope it helps.
    Regards,
    MT

  • Payment Block using Transaction Code MIRO

    Hi Expert,
    Just want to seek your help regarding my issue in Payment block using tcode MIRO. When I enter an Incoming Invoice and post the Purchase Order thru "SIMULATE" button the payment block appeared is block "R" but when I post it directly ("SAVE" button) payment block appeared is block "D" which is the correct one. I've already change the user-exit in the program used but I end up to affect the other payment block. Can you please help me on this issue? Your help is very much appreaciated.
    Thanks so much.
    Regards,
    Anna

    Hi Nabheet,
    As per debugging MIRO upon clicking the SIMULATE button, the code that validates the blocking is in Call Function 'MRM_INVOICE_POST' inside user_exit_010. Kindly see codes below.
    For D block.
              IF l_block_set IS INITIAL.                        "LRD080701
                p_t_drseg-spgrq = 'X'.                          "DMO021302
                MODIFY p_t_drseg TRANSPORTING spgrq. "LRD080701 "DMO021302
              p_rbkpv-zlspr = 'A'.                            "JJK080602
                p_rbkpv-zlspr = 'D'.                            "JJK080602
                READ TABLE xaccit INDEX 1.                      "LRD022305
              IF xaccit-zlspr IS INITIAL.        "LRD022305   "MTS051905
                xaccit-zlspr = p_rbkpv-zlspr.                   "LRD022305
                MODIFY xaccit INDEX 1.                          "LRD022305
              ENDIF.                                          "MTS051905
              ENDIF.                                            "LRD080701
    Thanks so much for your response.
    Regards,
    -Anna

  • How to reduce the number of data blocks used by table

    Hi,
    I was trying to reduce the space usage of a particular table of my apex application which stores blob content and therefore deleted many records from it.
    However, the data block usage remained the same as before.
    I have tried to 'analyze' the table and validate the structure,but am unable to overcome this problem.
    Could someone throw some light on what needs to be to reduce the number of data blocks used by this table?
    Best Regards,
    Priya Jetley

    Priya:
    It is likely that the BLOB content defined in your table is being stored 'Out-of-Line'. This means that the LOB columns are stored in segments of their own. These then are the segments that may need shrinking.
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14249/adlob_tables.htm#i1006363
    Varad

  • Blocked using Blocklist 1

    Dear support,
    One of our domain accounts was hacked and used to send out spam.
    This issue has been resolved days ago.
    We still get the following message when we try to send mail:
    You do not have permission to send to this recipient. For assistance, contact your system administrator.
    <baanmeubelen.nl #5.7.1 smtp;550 5.7.1 Service unavailable; Client host [82.161.66.211] blocked using Blocklist 1; To request removal from this list please forward this message to [email protected]>
    We followed the instructions more than a few times and got a response aswell (with case number).
    But it's been for days now and we're still being blocked.
    Is there anything we can do to get our IP 82.161.66.211 delisted from the Microsoft Blocklist?
    Thanks in advance.
    Kind regards,
    Paul.

    Hi Paul,
    First, please investigate and resolve any malicious activity, malware, or virus issues that could cause spam activity from the email address that is sending the email messages.
    Then, please contact FOPE Support to remove the sender's email address from the Blocked Sender list. This procedure is known as "delisting." Detailed steps as below:
    1.
    https://support.live.com/eform.aspx?productKey=mocpexforefront&ct=eformts&scrx=1&brand=mocp&brandtry=1
    2. Please choose "Delisting Requrest" under "what type of problem..." and they will address your issue fully. Thank you for your understanding.
    For no response from [email protected], we will contact our internal team to check this issue. Thank you for your reporting it.
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Blocked using FBLW15

    Good morning,
    we have a problem with sending emails from domain @macauditor.pl to domains which are hosted on Outlook.com or protected by Microsoft Forefront. Problem occurred after we changed IP address of our mail server. We have set MX, revDNS and SPF records correctly,
    but still are getting the following NDR:
    "550 5.7.1 Service unavailable; Client host [217.67.215.242] blocked using FBLW15; To request removal from this list To request removal from this list please forward this message to [email protected]".
    I have sent email to "[email protected]" but didn't get any response other than this:
    "Thank you for your delisting request SRX1244578730ID. Your ticket was received on (Apr 28 2014 11:11 AM UTC) and will be responded to within 24 hours."
    It has been nearly 2 days since our first request and we are still unable to send emails to domains: @bbdo.com.pl, @mediadirection.com.pl, @ideatfi.pl, @inventumtfi.pl. Those domains belong to our important clients, so this is a huge problem for us.
    We have already checked our IP at http://www.anti-abuse.org/ and it seems that we are 'clean' everywhere. Only MS is blocking our emails.
    Kind Regards,
    Paweł Gąsieniec

    Well, this is quite unexpected, and pleasing! :
    I received a response about 4 hours after my request to delist@ms :
    "Hello 
    Thank you for contacting Microsoft Online Services Technical Support.  This email is in reference to ticket number [xxx], which was opened in regards to your delisting request for [IP .x.x.x.x
    The IP address you submitted has been reviewed and removed from our block lists.  Please note that there may be a 1-2 hour delay before this change propagates through our entire system.
    We apologize for any inconvenience this may have caused you.  As long as our spam filtering systems do not mark a majority of email from the IP address as spam-like, your messages will be allowed to flow as normal through our network.  However, should
    we detect an increase in spam-like activity, the IP address may be re-added to our block list.
    Should you have any further questions or concerns, please feel free to respond to this email.
    Thank you again for contacting Microsoft Online Services technical support and giving us the opportunity to serve you."
    Thanks MS ;-)

  • Bpm block deadline branch not triggering

    For some reason, in one of my environment, the bpm block step's deadline branch doesn't get triggered. I couldn't figure it out.
    I setup a 1 minute limit and it never calls the deadline branch. Same thing works in my dev environment.
    please help.

    lot of other forum links has information regarding this. i should have searched first.

  • Construct a Sql block using With Clause to improve the performance

    I have got four diff parametrized cursor in my Pl/Sql Procedure. As the performance of the Procedure is very pathetic,so i have been asked to tune the Select statements used in those cursors.
    So I am trying to use the With Clause in order to club all those four Select Statements.
    I would appreciate if anybody can help me to construct the Sql Block using With Clause.
    My DB version is..
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    PL/SQL Release 11.1.0.7.0 - Production
    Four Diff cursors are defined below.
    CURSOR all_iss (
          b_batch_end_date   IN   TIMESTAMP,
       IS
          SELECT isb.*
                FROM IMPLMN_STEP_BREKPN  isb
               , ISSUE iss
          WHERE isb.issue_id = iss.issue_id
           AND iss.issue_status_id  =  50738
           AND ewo_no IN
          (SELECT TO_CHAR(wo_no)
            FROM MGO_PLANT_AUDIT
           WHERE dml_status = 'U' OR dml_status = 'I')
          UNION ALL
          SELECT isb.*
           FROM IMPLMN_STEP_BREKPN  isb
            , ISSUE iss
           WHERE isb.issue_id = iss.issue_id
           AND iss.issue_status_id  =  50738
           AND CAST (isb.last_updt_timstm AS TIMESTAMP) >=
                                                                  b_batch_end_date;
          CURSOR ewo_plant  ( p_ewo_no IN  IMPLMN_STEP_BREKPN.ewo_no%TYPE)
          IS
          SELECT DISTINCT wo_no ,
          plant_code
          FROM MGO_PLANT
          WHERE TO_CHAR(wo_no) = p_ewo_no;
          CURSOR iss_ewo_plnt (
          p_issue_id IN IMPLMN_STEP_BREKPN.issue_id%TYPE ,
          p_ewo_no IN IMPLMN_STEP_BREKPN.EWO_NO%TYPE,
          p_plnt_code IN IMPLMN_STEP_BREKPN.PLT_FACLTY_ID%TYPE)
          IS
          SELECT *
          FROM IMPLMN_STEP_BREKPN
          WHERE issue_id = p_issue_id
          AND ewo_no = p_ewo_no
          AND
          (plt_faclty_id = p_plnt_code
          OR
          plt_faclty_id IS NULL);
          CURSOR iss_ewo_plnt_count (
          p_issue_id IN IMPLMN_STEP_BREKPN.issue_id%TYPE ,
          p_ewo_no IN IMPLMN_STEP_BREKPN.EWO_NO%TYPE,
          p_plnt_code IN IMPLMN_STEP_BREKPN.PLT_FACLTY_ID%TYPE)
          IS
          SELECT COUNT(*)
          FROM IMPLMN_STEP_BREKPN
          WHERE issue_id = p_issue_id
          AND ewo_no = p_ewo_no
          AND
          (plt_faclty_id = p_plnt_code
          OR
          plt_faclty_id IS NULL);

    Not tested. Some thing like below. i just made the queries as tables and given name as a,b,c and substituted columns for the parameters used in the 2nd cursor and third cursor. Try like this.
    CURSOR all_iss (
    b_batch_end_date IN TIMESTAMP,
    IS
    select a.*,b.*,c.* from
    ( SELECT isb.*
    FROM IMPLMN_STEP_BREKPN isb
    , ISSUE iss
    WHERE isb.issue_id = iss.issue_id
    AND iss.issue_status_id = 50738
    AND ewo_no IN
    (SELECT TO_CHAR(wo_no)
    FROM MGO_PLANT_AUDIT
    WHERE dml_status = 'U' OR dml_status = 'I')
    UNION ALL
    SELECT isb.*
    FROM IMPLMN_STEP_BREKPN isb
    , ISSUE iss
    WHERE isb.issue_id = iss.issue_id
    AND iss.issue_status_id = 50738
    AND CAST (isb.last_updt_timstm AS TIMESTAMP) >=
    b_batch_end_date) a,
    ( SELECT DISTINCT wo_no ,
    plant_code
    FROM MGO_PLANT
    WHERE TO_CHAR(wo_no) = p_ewo_no) b,
    ( SELECT *
    FROM IMPLMN_STEP_BREKPN
    WHERE issue_id = p_issue_id
    AND ewo_no = p_ewo_no
    plt_faclty_id IS NULL) c
    where b.wo_no = c.ewo_no and
    c.issue_id = a.issue_id ;
    vinodh
    Edited by: Vinodh2 on Jul 11, 2010 12:03 PM

  • Executing a PL/SQL block (using Toplink)

    I have a scenario where I need to execute some fairly complex PL/SQL blocks. As a tester, I am attempting to execute the following simple block:
    declare val NUMBER := 1; begin val := 2; end;
    Both wrapping this in an SQLCall, or a DataReadQuery give the following exception. What is the best way to execute a PL/SQL block using Toplink?
    Local Exception Stack:
    Exception [TOPLINK-4002] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.DatabaseException
    Internal Exception: java.sql.SQLException: ORA-00900: invalid SQL statement
    Error Code: 900
    Call: declare val NUMBER := 1; begin val := 2; end;
    Query:DataReadQuery()
         at oracle.toplink.exceptions.DatabaseException.sqlException(DatabaseException.java:290)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:570)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:442)
         at oracle.toplink.threetier.ServerSession.executeCall(ServerSession.java:453)
         at oracle.toplink.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:117)
         at oracle.toplink.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:103)
         at oracle.toplink.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:174)
         at oracle.toplink.internal.queryframework.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:156)
         at oracle.toplink.queryframework.DataReadQuery.executeNonCursor(DataReadQuery.java:118)
         at oracle.toplink.queryframework.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:110)
         at oracle.toplink.queryframework.DatabaseQuery.execute(DatabaseQuery.java:603)
         at oracle.toplink.queryframework.DataReadQuery.execute(DataReadQuery.java:96)
         at oracle.toplink.publicinterface.Session.internalExecuteQuery(Session.java:2062)
         at oracle.toplink.publicinterface.Session.executeQuery(Session.java:981)
         at oracle.toplink.publicinterface.Session.executeQuery(Session.java:938)

    Could you try the following:
            Session s = ...
            DataModifyQuery dmq = new DataModifyQuery();
            SQLCall sqlCall = new SQLCall();
            sqlCall.setQueryString(
                "declare\n" +
                "  val NUMBER := 1;\n" +
                "begin\n" +
                "  val := 2;\n" +
                "end;");
            sqlCall.setQuery(dmq);
            dmq.setCall(sqlCall);
            s.executeQuery(dmq);

  • I have a ransomware virus on chrome browser that blocks use of browser  How do I remove this virus.  I scan with norton and shows no virus

    I have a ransomware virus on chrome browser the blocks use of browser  How do I disable virus?

    It's likely the "FBI Moneypak browser hijack" which works by hijacking Javascript in the web browser so you can't escapte.
    What you do is press command tab to get to the Finder, then from the Apple Menu select > Force Quit on Chrome.
    Apple menu > System Preferences > General >
    Uncheck “Restore windows when quitting and re-opening apps“
    Apple Menu select > Shutdown, restart and don't start up Chrome.
    Use Safari to find out how to disable loading of previous web pages in Chrome ( I don't use it )
    Once Chrome loads, then Reset it's caches etc.
    If you know the domain name of the malicious site, then feed it here
    https://www.google.com/safebrowsing/report_badware/

  • Mails from Exchange 2013 to Exchange Online blocked using Blocklist 1

    Hello,
    1 week ago I've implemented a new Exchange 2013 at a company which used SBS 2011 before.
    But now its impossible to send a mail to a recipient on Exchange Online.
    Everytime we get a NDR with the following text:
    Service unavailable; Client host [xx.xx.xxx.xxx] blocked using Blocklist 1; To request removal from this list please forward this
    message to [email protected]
    If I run a SPAM-Blacklist Check on mxtoolbox.com I can see that the IP is on none blacklist.
    How can i determine why this IP is on the Exchange Online Blacklist? I'm sure that no spam was sent over this IP, the new infrastructure is 1 week old...
    Could there be an other reason ?

    Hello,
    According to the NDR information, this issue is caused by FOPE last update. So I recommend you contact FOPE support to delist.
    Please open the link:https://support.live.com/eform.aspx?productKey=mocpexforefront&ct=eformts&scrx=1&brand=mocp&brandtry=1 ,choose
    "Delisting Request" under "What type of problem you have".
    Cara Chen
    TechNet Community Support

  • Using BPM (Blocks) when Incoming message has multilple rows

    Hi All,
    I am using BPM in my scenario.I have a message with multiple rows coming.I want to check for a condition for each row of the incoming message.I am trying to use a block(Mode: For Each) and using a switch step inside this block.But in a block if u want to check for each line, we need to define a multiline container element as Source Interface message.Since I am already having multilple rows, I cannot give multiline option.Can someone give me some example scenarios where this type of scenarios are handled.
    Thanks in Advance.
    Soumya

    Hi,
    Here I am picking a file with multiple rows
    The Sender Message Type structure is
    <ns:File_MT xmlns:ns="http://File/send">
      <recordset>
        <Slno />
        <Goods_Receipt_Date />
        <Material_Code />
        <Quantity />
        <Plant_Code />
        <Storage_loc />
        <Batch_Number />
        <PO_Number />
        <Item_Number />
        <Special_Stock_Indicator />
      </recordset>
    </ns:File_MT>
    Here the row recordset has multiple occurences.
    For my BPM I have defined an Abstract Message Interface of similar structure.
    1)I am using a receive step to receive the message.
    2)I am using a transformation step for structure change.
    3)Then I have to check a condition whether each of the fields, ie material number,plant code etc are null or not.
    I am using a switch for that.In the switch I have 2 branches-for error records and correct records.
    Now in the eror record branch, I want to append error records to a container using a container operation and finally send it to another system.
    Since my Source message is already having multilple rows.ie 0...unbounded for recorset, I can't define a multiline for container operation.The container operation expects a multiline container element when using append statement.
    How should I go about this?Should I define a Loop after the transformation step?
    Can you give me any example scenarios where transformation steps are used to change a source message with mutilple rows are used?I referred the FlightBooking Example, http://sap.com/xi/XI/Demo/Agency-SplitMultiplebookingOrder but in that they are not using the MessageTypes which are already defined, in the mapping.
    Can anyone help?
    Thanks and Regards,
    Soumya.

Maybe you are looking for

  • My Firefox continues to stall a lot and Window Task Manager shows that Firefox is using a lot of memory (600,000k +) What can I do to make this stop stalling?

    I play Farmville or on Pogo and my computer keeps giving me the hour glass and when I look on my Windows Task Manager it shows that I am using over 600,000 k of memory. When it does that I can't do anything unless I just use the power button to shut

  • New to Java(TM) ME Platform SDK 3.0 how to open multiple emulators?

    Hi im new to Java Mobile Phone apps. I want to make a bluetooth game and theres a great bluetooth example in the package but i just cant find anywhere i can open 2 or more emulators. The compiler does'nt allow multiple instances either, Havent found

  • Plasma as external monitor

    I am considering a Samsung PN50B650 as an external monitor with my new i7 iMac. Are there any issues with such a setup? I am assuming I will be using the mini display port out to the external monitor? Any thoughts?

  • Sending mail based on condtion using smartform

    Hi friends, I have header data and item data...in the below way.. header data    vbeln     =     1000 item data   posnr      recipient       materail no       quanity     amount     10          1000              abc                 100             10

  • Serial number query

    Hi, Currently I'm in my trainingperiod and I'm busy with a query to search on serialnumbers to find the needed info with it. Currently I have the next code: SELECT DISTINCT T1.IntrSerial, T1.ItemCode, T1.ItemName, T1.WhsCode, T1.CardName, T3.CardName