Multiple insert statements within one DB transaction

Can I use a Database control to do more than one insert in a Database control method?
If not , will this feature become available?
I want to
1. set autocommit off
2. insert master record
3. insert child records
4. commit

Steve--
Glad you got this figured out; I misunderstood what you wanted to do
-- I thought you actually wanted to call commit(). :)
Yes, a custom control is the way to aggregate multiple DB control
calls that need to be treated as a unit relative to the current transaction.
The "Workshop Internals" document sheds more light on the details of
how / why this happens.
http://dev2dev.bea.com/products/wlworkshop81/articles/wlw_internals.jsp
Eddie
Steve Hicks wrote:
Solved (having read my course notes).
To update different database inserts (or similar) all you have to do is encapsulate
this in ONE Java Custom Contol Method and then call the various database inserts
(in my case) in a Database control. The JCC method does a rollback if it exits
with an exception
"Steve Hicks" <[email protected]> wrote:
Tried this but it does NOT work. Would be nice to use a database control
for this
since this scenario is common with master/detail tables. I got the following
error:
java.sql.SQLException: Cannot call Connection.commit in distributed transaction.
Transaction Manager will commit the resource manager when the distributed
transaction
is committed.
FOR CODE:
java.sql.Connection connection = userRequestDB.getConnection();
connection.setAutoCommit(false);
userRequestDB.insertUserRequest(userRequestForm);
connection.commit();
Eddie O'Neil <[email protected]> wrote:
Steve--
One way to do this would be to wrap the DB control in a custom
control (JCS) or web service. Then, you can call getConnection() on
the
DB control and invoke setAutoCommit(false) and commit yourself. Here's
the DB control interface documentation:
http://e-docs.bea.com/workshop/docs81/doc/en/workshop/java-class/com/bea/control/DatabaseControl.html?skipReload=true
This should work, but I haven't tried it myself. :)
Eddie
Steve Hicks wrote:
Can I use a Database control to do more than one insert in a Databasecontrol method?
If not , will this feature become available?
I want to
1. set autocommit off
2. insert master record
3. insert child records
4. commit

Similar Messages

  • Executing multiple insert statement in oracle

    hellor every one,
    I have multiple insert statements which should be executed in a single execution and i placed the sample insert statement here. How can i execute these statement in a single execution. Please help me.
    insert into r_symptom_master_tcs (RSM_CRT_DT,RSM_SYM_CD,RSM_CRT_UID,RSM_SYM_DESC) values('30-Sep-2005',1,'04509','Abdomen pain');\
    insert into r_symptom_master_tcs (RSM_CRT_DT,RSM_SYM_CD,RSM_CRT_UID,RSM_SYM_DESC) values('30-Sep-2005',2,'04509','Abdominal bloating');\
    insert into r_symptom_master_tcs (RSM_CRT_DT,RSM_SYM_CD,RSM_CRT_UID,RSM_SYM_DESC) values('30-Sep-2005',3,'04509','Abdominal cramps');\
    insert into r_symptom_master_tcs (RSM_CRT_DT,RSM_SYM_CD,RSM_CRT_UID,RSM_SYM_DESC) values('30-Sep-2005',4,'04509','Abdominal pain');\
    insert into r_symptom_master_tcs (RSM_CRT_DT,RSM_SYM_CD,RSM_CRT_UID,RSM_SYM_DESC) values('30-Sep-2005',5,'04509','Abdominal sensitivity');\
    insert into r_symptom_master_tcs (RSM_CRT_DT,RSM_SYM_CD,RSM_CRT_UID,RSM_SYM_DESC) values('30-Sep-2005',6,'04509','Abnormal bleeding');\
    insert into r_symptom_master_tcs (RSM_CRT_DT,RSM_SYM_CD,RSM_CRT_UID,RSM_SYM_DESC) values('30-Sep-2005',7,'04509','Abnormal weight gain');\
    insert into r_symptom_master_tcs (RSM_CRT_DT,RSM_SYM_CD,RSM_CRT_UID,RSM_SYM_DESC) values('30-Sep-2005',8,'04509','Abnormal sensitivity to cold');\
    insert into r_symptom_master_tcs (RSM_CRT_DT,RSM_SYM_CD,RSM_CRT_UID,RSM_SYM_DESC) values('30-Sep-2005',9,'04509','Abnormal sensitivity to heat');\
    insert into r_symptom_master_tcs (RSM_CRT_DT,RSM_SYM_CD,RSM_CRT_UID,RSM_SYM_DESC) values('30-Sep-2005',10,'04509','Abnormal movements');\
    insert into r_symptom_master_tcs (RSM_CRT_DT,RSM_SYM_CD,RSM_CRT_UID,RSM_SYM_DESC) values('30-Sep-2005',11,'04509','Absence of menstrual periods');\
    insert into r_symptom_master_tcs (RSM_CRT_DT,RSM_SYM_CD,RSM_CRT_UID,RSM_SYM_DESC) values('30-Sep-2005',12,'04509','Absence of periods');\
    insert into r_symptom_master_tcs (RSM_CRT_DT,RSM_SYM_CD,RSM_CRT_UID,RSM_SYM_DESC) values('30-Sep-2005',13,'04509','Absent menstrual periods');\

    > but in what editor we should do this, either in the sql editor, or pl/sql
    Whatever editor you are comfortable with. I assume there is one.
    btw if there are a lot of INSERT statements in the script it might be worth adding the following to the top:
    ALTER SESSION SET CURSOR_SHARING = SIMILAR;

  • Create multiple Insert statements from multiselect list

    I want to thank everyone in advance for the help on this one.
    I have a multiselect list that I would like to use to create multiple Insert statements. I would like to then take those statements and execute them against the database, thus inserting the records. My thoughts are below;
    1.     Customer selects multiple items in the list
    2.     Clicks the submit button
    3.     onclick event walks through the string created by the multiselect list and creates the Insert statements by walking through an array of the values.
    4.     the Insert statements get executed against the database
    5.     page redirects to the proper page after the process is done.
    I actually have already created a javascript function that will use the split command on the string to create an array. I then get the length of the array and walk through a loop creating the sql statements. I am not sure what to do from here. How can I get the sql to execute.
    I am not wed to this approach. If there is a better idea out there please do not hesitate to share it with me. I am relatively new to APEX and have not done much work in pl/sql or javascript. But I learn fast, so don’t hold back.
    Thanks again and please let me know what questions you have for me.
    Derek.

    I setup the demo app on apex.oracle.com:
    http://apex.oracle.com/pls/apex/f?p=26255:3
    Login as demo / demo
    Go to the "products" tab. There is a Test region with a multiselect list. It shows product names (with product id's) from the demo_product_info table.
    When you select multiple things from the list and click apply, it uses the following procedure to simply insert a new record for each into the product table. It increments the product_id by 1000 and prepends "DUPLICATE " to the product_name:
    declare
    cursor c_products is
    select product_name, product_id
    from demo_product_info
    where instr(':' || :P3_X || ':', ':' || product_id || ':') >= 1
    order by 1
    begin
    for r_product in c_products loop
    insert into demo_product_info (product_id, product_name)
    values (r_product.product_id + 1000, 'DUPLICATE ' || r_product.product_name);
    end loop;
    end;
    You can see that is working by using it on the duplicate entries themselves.
    -Richard

  • Use Multiple Insert Statements in Prepared Statements

    Hi Friends
    i am stuck in a problem for which i need your help.i will brief you about the issue below.
    I am having Multiple Insert Statements which i need to execute to put the data in the database.i have a doubt about the use of the executeUpdate() function in the statement interface. sample code is as below.
    stmt = conn.prepareStatement("INSERT INTO Client ( clientPk, provincePk, countryPk, statusPk, branchPk, salutation, ) VALUES(PID, 2, '123123123', '123', '66', 1, 1 );");
    int n =stmt.executeUpdate();
    Now the problem is how do i insert multiple Insert statements using the conn.prepareStatement().should i do like
    stmt = conn.prepareStatement("")
    int n =stmt.executeUpdate();
    stmt = conn.prepareStatement("")
    int n =stmt.executeUpdate();
    stmt = conn.prepareStatement("")
    int n =stmt.executeUpdate(); ..................................
    should i use the same steps to execute each individual query and then use executeUpdate().
    Please let me know the correct procedure to be followed to execute these tasks.waiting for a positive reply from your side.
    Thanks & Regards
    Vikram K

    Hi
    Thanks a lot once agin for the reply.
    I think i have figured out the solution. I am using SQL statements in the Prepared statements(""). But now i have dropped the idea of using the prepared statement and decided to use the simple Statement instead.
    what i have done is as below.
    conn = ConnectionFactory.getInstance().getConnection();
    stmt = conn.createStatement();
    stmt.executeUpdate("INSERT INTO Client ( clientPk, provincePk, countryPk, statusPk, branchPk, salutation, heightMeasurementType, weightMeasurementType ) VALUES(PID, '1', '1', '0', '1', 'Mr', CONCAT('Jason ', PID), 'R', 'Mawdsley', '123', '66', 1, 1 );");
    stmt.executeUpdate("INSERT into Cp () Values ()");
    stmt.executeUpdate("INSERT into gp () Values ()");
    stmt.executeUpdate("INSERT into jk () Values ()");
    I think this makes sense to use the Statement and execute all the queries in one shot rather than using PS.
    thanks a lot for your help.
    Regards
    Vikram K

  • In Pages (5.5.1) can I create multiple Paragraph Styles within one paragraph?

    In Pages (5.5.1) can I create multiple Paragraph Styles within one paragraph. 
    I need to make a table of contents for my Mater's Thesis and want to use the automatic table of contents feature.  I want the first sentence of a paragraph to have a different paragraph setting than the rest of the paragraph.  Is this possible?
    Thanks!

    Nice of you to be doing this for your Mother's Thesis.
    There are several issues here:
    1. A Paragraph Style is what it says, the style for the paragraph
    2. You can format text within a paragraph by applying a Character Style
    3. Pages 5.5.1 lets you apply formatting to overall text for the T.O.C. but not parts of it and you can not retain that formatting as a Paragraph style
    So in answer to your question, no.
    You will need to create the T.O.C. manually and unfortunately as Pages 5.5.1 can't create bookmarks (just one of over 100 missing features) you will be unable to link the T.O.C. to the referred pages in the list.
    Peter
    Apple's marketing slogan:
    Pages 5.5.1 - Can't Do That!

  • EBS - Electronic Bank Statement Multiple Posting Rule for One External Transaction Type NTRF

    hello SAP Gurus,
    I'm configuring EBS - Electronic Bank Statement. My requirement is for Bank External Transaction Type NTRF <for Incoming Payment> I want to assign 2 posting rules for Posting Area 2 that is Sub-Ledger posting viz. <1> For the payments received from Customer which should clear the Customer Open item since it is bill to bill exactly matching the open line item and <2> For the payments which should not clear the Customer Open item since i know that they are not bill to bill and only partial against the original line item
    Is this possible? if yes then how?
    Currently, SAP allows only one assignment like one external transaction type NTRF => one Posting Rule <either clear the sub-ledger-system picks FB05 or just post on Sub-ledger so that not to clear - system uses FB01 >
    Journal for Posting Area 2:
    Bank Clearing Account Dr
       To Customer Account Cr  <either set this to clear with original invoice / or just post on customer so as to clear/handle it manually later on once paid fully>
    So, what is the solution; how can i differentiate my incoming whether fully payment or partial payment; since bank statement always tag it to external transaction type NTRF always for any incoming payments !
    regards,
    `raj. 

    Hi,
    You cannot create separate rule with sub ledger postings while executing electronic bank reconciliation.The reason is your bill to bill transfers should posted to bank sub ledger account first and then you can write a BDC to clear sub ledger account.Otherwise use F.13 to clear the sub ledger account.
    Regards
    Chrishantha

  • How to return the result set of multiple select statements as one result set?

    Hi All,
    I have multiple select statements in my stored procedure that I want to return as one result set 
    for instance 
    select id from tableA
    union 
    select name from table b 
    but union will not work because the result sets datatypes are not identical so how to go about this ?
    Thanks

    You have to CAST or CONVERT (or implicitly convert) the columns to the same datatype.  You must find a datatype that both columns can be converted to without error.  In your example I'm guessing id is an int and name is a varchar or nvarchar. 
    Since you didn't convert the datatypes, SQL will use its data precedence rules and attempt to convert name to an int.  If any row contains a row that has a value in name that cannot be converted to an int, you will get an error.  The solution is
    to force SQL to convert the int to varchar.  So you want something like
    select cast(id as varchar(12)) from tableA
    union
    select name from tableb
    If the datatypes are something other that int or varchar, you must find a compatable datatype and then convert one (or both) of the columns to that datatype.
    Tom

  • Creating Form Manually w/Process that Contains Multiple Insert Statements

    Hello,
    I've been trying to create a form manually by following the instructions in the Users Manual under "Creating Form Manually - Creating a Process that Contains One or More Insert Statements." I have not had much luck and I think that it is because I'm not sure what is ment when said:
    "Create a conditional process of type PL/SQL that executes when the user clicks the button."
    Here is the PL/SQL that I used:
    BEGIN
    UPDATE T
    SET first_name = :P1_FIRST_NAME,
    last_name = :P1_LAST_NAME
    WHERE ID = :P1_ID;
    END;
    I am not sure where to create this process,however. I've tried several areas (i.e. Processes under Page Processing, Processes under Page Rendering, Under Conditions on the Button, etc.) but will get errors or no effect at all.
    Please let me know what i am doing wrong. If you could provide me with a simple example of how to create a form manually, that would be greatly appreciated.
    Thanks.
    Linda
    Message was edited by:
    lhudak

    Hello Scott,
    I followed your instructions and the error that I get is that nothing happens at all. I submit the page and nothing gets updated, deleted or added.
    I have the table, report, processes and form in place. Here are the settings:
    Process Point: is "on-submit, after computations...(in the Page Processing Section)
    Type: PL/SQL anonymous block
    Source: BEGIN
    INSERT INTO T ( first_name, last_name )
    VALUES (:P1_FIRST_NAME, :P1_LAST_NAME);
    END;
    Conditional Processing: When Button Pressed (Create (ADD))
    For the Button:
    Database Action: SQL Insert action
    URL Redirect: No Target
    Should I have any special settings on the Page Item? (i.e. under Default: Default Value Type: PL/SQL Expression) or maybe under Conditions: Condition Type - PL/SQL?
    Please let me know.
    Thanks
    Linda

  • Combining two insert statements into one.

    I am using Oracle 19 g Release 10.2.0.1.0
    I have two dynamic complex queries running whose data looks similar to what i have loaded into current_tbl and past_tbl
    create table current_tbl as select * from(
    select '1' cast_key, '10' host_key, 'T' semester_cd from dual union all
    select '2' cast_key, '10' host_key, 'T' semester_cd from dual union all
    select '3' cast_key, '10' host_key, 'T' semester_cd from dual union all
    select '4' cast_key, '10' host_key, 'T' semester_cd from dual union all
    select '5' cast_key, '10' host_key, 'T' semester_cd from dual union all
    select '3' cast_key, '10' host_key, 'C' semester_cd from dual union all
    select '4' cast_key, '10' host_key, 'C' semester_cd from dual union all
    select '5' cast_key, '10' host_key, 'C' semester_cd from dual
    create table past_tbl as
    select * from(
    select '1' cast_key, '10' host_key, 'T' semester_cd from dual union all
    select '4' cast_key, '10' host_key, 'T' semester_cd from dual union all
    select '5' cast_key, '10' host_key, 'T' semester_cd from dual union all
    select '3' cast_key, '10' host_key, 'C' semester_cd from dual union all
    select '4' cast_key, '10' host_key, 'C' semester_cd from dual union all
    select '5' cast_key, '10' host_key, 'C' semester_cd from dual
    ) The process also dynamically builds insert statements into a temp_tbl, and runs in the loop for Semester_cd 'T' and Semester_cd = 'C', below are the queries it knows to run if its "T" or "C". The thing is it inserts duplicates. IS it possible to combine both the queires below and make a one insert statement.
    I do not want to use delete statement since it will be loading millions of records on each insert. also do not want to use (cast_key,host_key......) not in (select cast_key,host_key.... from temp_tbl)...
    Query 1
    insert into temp_tbl
    select *
    from current_tbl a, (select cast_key, max(Decode(semester_cd,'T','T',NULL)) t_ind,
                                max(Decode(semester_cd,'C','C',NULL)) c_ind
                         from past_tbl
                         group by cast_key) b
    where a.cast_key = b.cast_key(+)Query 2
    insert into temp_tbl
    select *
    from current_tbl a, (select host_key, max(Decode(semester_cd,'T','T',NULL)) t_ind,
                                max(Decode(semester_cd,'C','C',NULL)) c_ind
                         from past_tbl
                         group by host_key) b
    where a.host_key = b.host_key(+)Results it loads into each run of above query which loads duplicates
    Results by Query 1
    CAST_KEY    HOST_KEY    SEMESTER_CD    CAST_KEY_1    T_IND    C_IND
    1           10              T               1           T   
    2           10              T           
    3           10              C               3                   C
    3           10              T               3                   C
    4           10              T               4           T       C
    4           10              C               4           T       C
    5           10              T               5           T       C
    5           10              C               5           T       CResults by Query 2
    CAST_KEY    HOST_KEY    SEMESTER_CD    HOST_KEY_1    T_IND    C_IND
    1               10          T           10              T    C
    2               10          T           10              T    C
    3               10          C           10              T    C
    3               10          T           10              T    C
    4               10          C           10              T    C
    4               10          T           10              T    C
    5               10          C           10              T    C
    5               10          T           10              T    CIs there a way to to combine to one insert statement.

    If you just want to get rid of the duplicates (note that your sample results output doesn't appear to have any duplicate data), could you just UNION the two queries, i.e.
    INSERT INTO temp_tbl( column_list )
      <<query 1>>
      UNION
      <<query 2>>Of course, since the UNION will be removing duplicates, it will add some expense to the query, probably equivalent to sorting the result.
    Justin

  • Multiple ZR2740w failures within one and half year

    Hello,
    i would like to ask you if it is "normal" for me to have this series of issues with my ZR2740w's (by normal i mean if this is typical problem for this model; i know it is not normal to have that many RMA) :
    1) first ZR2740w (let's call it A, bought in December 2011) died completely one month after purchase, panel got replaced via the onsite warranty by a new panel (let's call it B; RMA at end of January 2012).
    2) i bought a second ZR2740w (let's call it C) a half year later.
    3) C died one month ago after a year (end of April 2013), got replaced by probably a new or refurbished panel (call this one D) :
    http://www.youtube.com/watch?v=-NnHiEn42cM
    4) D died today, same (or very similar) issue as C; i expect a replacement panel around Friday or next Monday :
    http://www.youtube.com/watch?v=bU1wf7QsvWQ
    I wonder if it is something at my side, but i can't imagine what, everything else works fine. Socket voltage is withing tolerance (voltage here in Slovakia should be 230V, my socket has 236V which is within the +/-5% tolerance), the issue happens using any of connections (DVI/DP), from any source (tried 2 different computers with 3 different graphic cards - 2x Intel in various computers, 1xNVIDIA), using different power cables. C died when used on Eaton UPS, D died when connected directly to the socket.
    While i still have year and half left from the warranty of the older display and nearly 2 years of the newer one, i dislike this happening all the time, as it means i am usually one week without one of my displays, plus i can expect both displays dying within one year after the warranty expires, which is unacceptable for ~600€ display (that is around a half of my monthly salary).
    PS: And i don't even mentoin the "running pixels" issue of B on certain backgrounds (gray, blue and similar darker colors) - the pixels are moving from top to bottom, from half to about 3/4 of the display width; this one can be seen mostly when i am closer than 40cm from the display, further away it is nearly invisible (it's hard to catch it on camera, i hope you can see it at the first half of the video) :
    http://www.youtube.com/watch?v=zhiPDpSsa3g
    PS2: And i am not sure i will be even able to ask for refund once the replacement for D dies again, as it would be the 3rd failure within warranty, but technically the whole panel gets replaced, so not sure if that law applies in this case... Plus it was replaced by an authorized HP service, not by the seller.

    Just got a call from service centre, they will replace this display again, and if i get a 3rd failure within the warranty period they will refund me through the seller i bought the display from. Still can't understand why it happens, the only common thing between the failures of C and D is the power socket i get the power from (no issues with other devices connected to the same power line - LCD TV, AVR, two PC's, another ZR2740w, 23xi, Mac Mini), which i cannot change and not even the other ZR2740w has problems with.

  • Creating Multiple INSERT statements with SQL

    is there a way to create multiple INSERT staements with SQL .
    Example scenario : This is only example but i have lot of data in the real time.
    sql : Select Emplid from Table A where Emplid between 100 and 350 will retun me 50 rows . i want to insert those rows into another table.
    I am looking for output like below instead of Giving output just as EMPLIDs
    Insert into PS_LM_DATA ( EMPLID ) values ( 123 )
    Insert into PS_LM_DATA ( EMPLID ) values ( 234 )
    Insert into PS_LM_DATA ( EMPLID ) values ( 334 )
    and so on....
    thanks ,
    Karu

    If you are inserting into another table, you could use
    insert into PS_LM_DATA ( EMPLID ) 
    select Emplid from Table A where Emplid between 100 and 350Example:
    SQL> insert into emp2(empno) select empno from emp;
    14 rows created.
    SQL> insert into emp2(empno) select empno from emp where empno between 7369 and 7788;
    8 rows created.

  • Multiple paragraph styles within one cell?

    Maybe I'm missing something real simple but I'm having a bit of an issue with styles.  What I'm trying to do is have the name of a tool in one paragraph style and the description (separated from the name by "-") in another paragraph style - all within the same cell of a table.  Instead, when I try to change styles it changes all text within the cell.  Even if I go back and highlight the tool name and change it to a different style than the description it changes all text including what is not highlighted.  If anyone has a solution I would greatly appreciate it!

    Thanks, Dave!  Nested styles works perfectly.  I figured the solution would've been something simple like this.

  • Multiple customer statement in one spool file

    Hi Experts,
    I am using f.27 to create a monthly customer statement. I would like to process all the customer in one time, which is able to create an spool request, but my requirement is to generate different pdf files from one spool file.
    Please help me
    Regards,
    Shoeb Kanpurwala

    Hello Friends,
    Looking for the same requirement, any update regarding to generate different spool for different vendors.. in F.27.
    As i need to send mail for different vendors separately.
    Regards
    vijay

  • Can we give multiple select statements in one function in PL/SQL

    Hi All,
    I am new to the PL/SQL. Can you please help me with the following problem.
    I am cretaing a function in which I have to extract some fields from three tables and to handle three tables I am first extracting the primary key from one table(acting as a foreign key for other table) in a variable declared in declare section, then I am selecting the required fields from the other table by giving that variable name in Where condition. My code is attached as well.
    e.g
    Create or Replace function <function name>(arguments)
    Return return type
    AS
    a1 a%TYPE;
    b_new b%TYPE;
    n fn%TYPE
    Select a into a1 from table1 where b like b_new;
    Select fn into n from table2 where id like a1;
    return a1,n; (can we pass record like this?)
    end;

    Left's first look at the approach you use.. 2 SQL statements that can be done using a single SQL statement.
    Actually it is not as bad as some other code posted here where people go and write complex PL/SQL code to do what could have been done using a single SQL statement.
    There are a couple of golden rules in Oracle development. One of these is to 'Maximise SQL and Minimise PL/SQL'.
    Why take a value from one SQL statement into PL/SQL and then use that value in a second SQL statement?
    Rather do this:
    select
    fn into n
    from table2
    where id like (Select a from table1 where b like b_new);Also keep in mind that in PL/SQL the above SQL construct is only able to fetch a single row - look at the bold above. The variable N can only hold a single value. If that SQL SELECT returns more than one value, how is variable N suppose to hold it?
    I suggest that you read [url http://www.oracle.com/pls/db102/to_toc?pathname=appdev.102%2Fb14261%2Ftoc.htm&remark=portal+%28Books%29]Oracle® Database PL/SQL User's Guide and Reference guide.

  • Multiple SQL statement in one step of procedure

    Hi,
    is it possible to run more than one sql command in only one step of a procedure.
    I need to run a script which insert about 2-300 records and i don't want to create 2-300 step.. any suggestions ?
    i tried :
    insert into myTable (myCol, myCol2) values('value1','value2');
    insert into myTable (myCol, myCol2) values('value2','value2');
    insert into myTable (myCol, myCol2) values('value3','value2');
    but it doesn't work!

    Hi,
    Why don't you try to write all your data:
    value1;value2 etc... in a file and create an interface that load this data to your table?
    Any way if you are in Oracle database try the begin end block as it said.
    or write a jython script to do the job.

Maybe you are looking for

  • Problem using runclient with j2ee

    Dear all, please help as i am banging my head against the monitor trying to figure all these little things out. Currently, I am working through the j2ee tutorial. This uses the deploytool to package and deploy all files. however, when i try to run ru

  • SCOM 2012 R2 & Exchange Server 2010 SP3 - Mailbox services not monitored

    Having done everything depicted in Exchange Server 2010 MP I still have trouble with some Exchange services - they are in not monitored state (five days passed): Mailbox All Database Services - Default-First-Site-Name Mailbox Database Service - Manag

  • Using the webcam with MSN

    When I bought my Macbook I thought I would be able to use the built in webcam on MSN Messenger, but after three months I am still failing to find a way... Is it possible, or is the webcam only compatible with iChat? Thanks for you help!

  • Asynch task workitem not getting terminated

    hi, Even after triggering event which is the terminating event of my task the workitem is not getting terminated. I am passing object key to in swe_event_create function module. Is there any setting required in transaction swe2. Regards, Sukhwinder

  • Why does my browser keeps causing my computer to get pinwhelled?

    I don't know why it is happening but I will be using my laptop and hae multiple tabs open then I would go to do something else and instead of my browser just running in the background it will show up as not responding. Then when I try to force quit i