OracleCommand.Transaction property is read only Pls Help me

I Am Using oracle 9 .2.
Imports Oracle.DataAccess.Client
Imports Oracle.DataAccess.Types
Dim lCmdSql, lCmdErr As New OracleCommand
Dim lTrans, lTransErr As OracleTransaction
lCmdSql.Connection = conGlobal
'lCmdSql = conGlobal.CreateCommand()
lCmdSql.CommandTimeout = 500000
lTrans = conGlobal.BeginTransaction(IsolationLevel.ReadCommitted)
'Error Come Here
Transaction property is read only
lCmdSql.Transaction = lTrans'''''''''''

Hi,
How many machines are effected by this problem?
I've seen someone suggested you disable add-ins, does this work? To eliminate the influence by add-ins, we can also start Outlook in Safe Mode to test:
Press Win + R, type "outlook.exe /safe" in the blank box, press Enter.
If the issue persists, please switch the account to work in Online Mode:
Go to Account Settings -> Double click on the account -> Uncheck "Use Cached Exchange Mode" -> Next -> Finish.
You will need to restart Outlook to work in Online Mode.
Now please check if this issue persists when you select the contact in Step 6. I suggest you do this so since in Cached Mode Outlook uses the Offline Address Book, and in Online Mode Outlook uses Global Address List directly. If it works fine in Online Mode,
probably the OAB is corrupted and I suggest you go to C:\Users\username\AppData\Local\Microsoft\Outlook, find the Offline Address Books folder and delete it. Outlook will generate a new one when it starts next time in Cached Mode, let's see if it fixes the
issue.
Regards,
Melon Chen
TechNet Community Support
It's recommended to download and install
Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
programs.

Similar Messages

  • OracleCommand.Transaction property is read only

    Does anyody know what's wrong with this:
    VB Code:
    Imports Oracle.DataAccess.Client
    Dim oraCn As New OracleConnection(ConString)
    Dim oraCmd1 As New OracleCommand(oraString1, oraCn)
    Dim oraTrans As OracleTransaction
    oraTrans = oraCn.BeginTransaction(IsolationLevel.ReadCommitted)
    oraCmd1.Transaction = oraTrans --> gives me error said that the property is read only
    Does anyone know how to solve this issue?
    Thanks in advance

    Hi,
    Access rights are proper. In fact, I am using Admin ID with full access.
    Regards,
    Kapil

  • How and Where to change ESS payslip property as READ only Mode

    Hi,
      We are SAP ECC5.0 and using EP6 for ESS payslip. We have a problem
    launching ESS payslip for those employees who have Acrobat Editor and
    Reader installed. One can actually change the payslip information via
    Acrobat Editor when click onto PRINT button.
    However, for those without Acrobat Editor installed in the PC, we do
    not have such problem. Please advise how to resolve this.
    Was told to change ESS payslip property as READ only Mode. Unable to find this in the configuration setting.
    Thanks.

    You may further look at the following help link:
    http://help.sap.com/saphelp_nw04/helpdata/en/97/ccfc3f0ac2c642e10000000a1550b0/frameset.htm
    If it helps, pl do reward.
    Thanks
    Narasimha

  • CALL Transaction in background not working pls help URGENT

    hi i have writtin a bdc program which uses CALL TRSANCTION everything is working in foreground.
    if i schedule the program in background the call transaction does not work. any idea why?????????
    pls help its urgent

    hi
    good
    have you checked in the debug mode, if you have checked in the debug mode check wheather it is giving any error before data is displaying in the screen, if any error is displaying as a message than check that error why it is coming there.
    If no error is coming than check your flow of the bdc screen in the debug mode , there must be some prob, so that it is not working in the background.
    thanks
    mrutyun^

  • Datasource exits transactional data, master data, hierarchy pls help

    Hi experts,
    I got to do a user exit assignment.
    I m new to concept and have only little bit of theory knowledge.
    i shud know the coding part and what shud i do to solve the issue
    pls help me pls pls
    i  anybody knows this i will be greatful
    Sincerly
    Jay

    Hi,
    Thanks so much for ur responsee.
    I have to
    ask the access key from the basis consultant as i m new to the company.This position is for contract.and i m new to the company.
    I need to begin my task soon.
    So  I thought of having idea before i start to work for this.
    And coding too i need ur help .
    i got to know the function module exit ..just had a brief reading about it from the network.
    Thanks a lot in advance
    Jay

  • Jsp-comp error saying tag-property is read only

    Hi!
    Running oc4j 1.0.2.2 on win2000.
    When I try to access a jsp I get a "error parsing jsp-page",
    saying:
    Property 'numberofitems' of
    bean/tag 'bg.taglib.campaign.CampaignListTag' is read only
    Is there anyone that can explain...?
    stubbs follow...
    class:
    public class CampaignListTag extends ListTag {
    public int doStartTag() {
    return(EVAL_BODY_TAG);
    public int getNumberofitems(){
    return super.getNumberofitems();
    public void setNumberofitems(String NumberOfItems){
    super.setNumberofitems(NumberOfItems);
    jsp-call:
    <%@ taglib uri="taglib" prefix="bg" %>
    <bg:CampaignList numberofitems="12">
    tag-declaration:
    <tag>
    <name>CampaignList</name>
    <tagclass>bg.taglib.campaign.CampaignListTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <attribute>
    <name>numberofitems</name>
    <required>false</required>
    <rtexprvalue>true</rtexprvalue>
    </attribute>
    </tag>
    regards
    .../Andreas

    Hi,
    How many machines are effected by this problem?
    I've seen someone suggested you disable add-ins, does this work? To eliminate the influence by add-ins, we can also start Outlook in Safe Mode to test:
    Press Win + R, type "outlook.exe /safe" in the blank box, press Enter.
    If the issue persists, please switch the account to work in Online Mode:
    Go to Account Settings -> Double click on the account -> Uncheck "Use Cached Exchange Mode" -> Next -> Finish.
    You will need to restart Outlook to work in Online Mode.
    Now please check if this issue persists when you select the contact in Step 6. I suggest you do this so since in Cached Mode Outlook uses the Offline Address Book, and in Online Mode Outlook uses Global Address List directly. If it works fine in Online Mode,
    probably the OAB is corrupted and I suggest you go to C:\Users\username\AppData\Local\Microsoft\Outlook, find the Offline Address Books folder and delete it. Outlook will generate a new one when it starts next time in Cached Mode, let's see if it fixes the
    issue.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Read only query help

    Hello,
    I have read-only access to a database and I'm trying to perform a count on a decoded statement.
    I cannot update, merge, create views, or delete at all.
    example:
    vdh.vin as VIN,
    mcs.vehicle.veh_manuf_year@OCP5 as YEAR,
    mcs.veh_make.veh_make_desc@OCP5 as MAKE,
    vcbc.veh_model.veh_model_desc@OCP5 as MODEL,
    vdh.created_timestamp as "TIMESTAMP",
    max(to_char(decode(c.COMMAND_ID,'LT_FT_TR_PR',TRIM (TO_CHAR
    (c.command_result, 'XXXXXXXXXXXXXXX')), ' '))) LF_TIRE_PRESSURE,
    max(to_char(decode(c.COMMAND_ID,'RT_FT_TR_PR',TRIM (TO_CHAR
    (c.command_result, 'XXXXXXXXXXXXXXX')), ' '))) RF_TIRE_PRESSURE,
    max(to_char(decode(c.COMMAND_ID,'LT_RR_TR_PR',TRIM (TO_CHAR
    (c.command_result, 'XXXXXXXXXXXXXXX')), ' '))) LR_TIRE_PRESSURE,
    max(to_char(decode(c.COMMAND_ID,'RT_RR_TR_PR',TRIM (TO_CHAR
    (c.command_result, 'XXXXXXXXXXXXXXX')), ' '))) RR_TIRE_PRESSURE,
    max(to_char(decode(c.COMMAND_ID,'HIGH__PRESSURE_LIMIT',TRIM (TO_CHAR
    (c.command_result, 'XXXXXXXXXXXXXXX')), ' '))) HI_LIMIT,
    max(to_char(decode(c.COMMAND_ID,'LOW__PRESSURE_LIMIT',TRIM (TO_CHAR
    (c.command_result, 'XXXXXXXXXXXXXXX')), ' '))) LO_LIMIT,
    c.STATUS as STATUS,
    dh.DTC_CODE as DTC_CODE,
    dh.EXPLANATION_TEXT as DTC_EXPLANATION
    from vdu.c2pt_data_history c, veh_diag_history vdh,
    vdu.connected_veh_param cvp,
    module_history mh, dtc_history dh,
    mcs.vehicle@OCP5, mcs.veh_make@OCP5, vcbc.veh_model@OCP5,
    vcbc.veh_manufacturer@OCP5
    where ((c.VEH_DIAG_HISTORY_SAK = vdh.VEH_DIAG_HISTORY_SAK)
    and (vdh.CASE_SAK = cvp.CASE_SAK)
    and (dh.MODULE_HISTORY_SAK = mh.MODULE_HISTORY_SAK)
    and (vdh.VEH_DIAG_HISTORY_SAK = mh.MODULE_HISTORY_SAK)
    and (cvp.VEHICLE_SAK = vehicle.vehicle_sak@OCP5)
    and (veh_make.veh_manuf@OCP5 = veh_model.veh_manuf@OCP5)
    AND (veh_make.veh_make@OCP5 = veh_model.veh_make@OCP5)
    AND (veh_manufacturer.veh_manuf@OCP5 = veh_model.veh_manuf@OCP5)
    AND (veh_model.veh_manuf@OCP5 = vehicle.veh_manuf@OCP5)
    AND (veh_model.veh_make@OCP5 = vehicle.veh_make@OCP5)
    AND (veh_model.veh_model@OCP5 = vehicle.veh_model@OCP5)
    AND (veh_model.veh_manuf_year@OCP5 = vehicle.veh_manuf_year@OCP5))
    and c.CREATED_TIMESTAMP >= to_date ('10/20/2007 12:00:00 AM','MM/DD/YYYY
    HH:MI:SS AM')
    and c.CREATED_TIMESTAMP < to_date ('10/21/2007 12:00:00 AM','MM/DD/YYYY
    HH:MI:SS AM')
    group by vdh.vin, mcs.vehicle.veh_manuf_year@OCP5,
    mcs.veh_make.veh_make_desc@OCP5,
    vcbc.veh_model.veh_model_desc@OCP5, vdh.created_timestamp, c.STATUS,
    dh.DTC_CODE,
    dh.EXPLANATION_TEXT
    order by vdh.created_timestamp
    unfortunately it returns no data. I think there is a disconnect between table:dh and table:c
    but my main problem is how do I add another column called count which counts from 0 through 4 what the return is on:
    max(to_char(decode(c.COMMAND_ID,'LT_FT_TR_PR',TRIM (TO_CHAR
    (c.command_result, 'XXXXXXXXXXXXXXX')), ' '))) LF_TIRE_PRESSURE,
    max(to_char(decode(c.COMMAND_ID,'RT_FT_TR_PR',TRIM (TO_CHAR
    (c.command_result, 'XXXXXXXXXXXXXXX')), ' '))) RF_TIRE_PRESSURE,
    max(to_char(decode(c.COMMAND_ID,'LT_RR_TR_PR',TRIM (TO_CHAR
    (c.command_result, 'XXXXXXXXXXXXXXX')), ' '))) LR_TIRE_PRESSURE,
    max(to_char(decode(c.COMMAND_ID,'RT_RR_TR_PR',TRIM (TO_CHAR
    (c.command_result, 'XXXXXXXXXXXXXXX')), ' '))) RR_TIRE_PRESSURE
    all I need to know is whether or not 1 through 4 are null or not, if not, then set the value to 1 and then if null then the value is zero and cound 1 through 4 in the column called count_pressure.
    the values may be anything from 1.23232 to 100000.00323.
    I hope this makes sense.

    Not sure if I understand your requirements but perhaps;
    SQL> with t as (
       select 5 c1,5 c2,5 c3,5 c4 from dual union all
       select 5, 5, 5, null from dual union all
       select null, null, null, null from dual union all
       select null, null, 5, 5 from dual)
    select
       nvl2(c1,1,0) +
       nvl2(c2,1,0) +
       nvl2(c3,1,0) +
       nvl2(c4,1,0) tot
    from t
           TOT
             4
             3
             0
             2

  • External Hard drive is suddenly Read only.  Help!

    I reformatted my I mac due to it being extremely slow. After reformat, the toshiba external hard drive that I have been using for months before with no problem, is now a read only. I have over 1TB of space available and I need to use it. Does anyone know what happened and how to fix it. I cant lose my information.

    In the Finder, press the key combination shift-command-C, or select
    Go ▹ Computer
    from the menu bar. A window will open showing all mounted volumes. Select the one in question and open the Info window. What is shown as the Format in the General section?

  • Im up dating my i phone to iOS 6 then my baterry completely drain i forget to plug my charger,when i re charged my battery for 12 hrs my i phone wont start again i try to conect to my computer but it cant be read also.pls help

    im up dating my i phone to iOS 6 then my baterry completely drain i forget to plug my charger,when i re charged my battery for 12 hrs my i phone wont start again i try to conect to my computer but it cant be read also.pls help

    Thanks too all the people who responded. . . . (noone)
    Got it sorted though. Seems that Apple has issues with multiple apple id's.
    Seems i had to somehow remember and use the original id i had when i first bought my 1st iPhone. . . .
    Even after that it was extremely hard to get my apps back on my PC.
    If anyone else has the same problem. . . .email Apple. Cya.

  • Pages: this location is read-only, ? Help

    This occurred after having a new OS X installed. I wish to be able to simply save documents & create folders as I'm doing so.

    I also have this problem and have read/write permissions on the folders it occurs in. It is only since I have upgraded to Maverick that this problem occurs, so it is probably not Pages problem.
    For example, sometimes, when I try to save a copy or a PDF in Pages, it tells me that the volume I am trying to save to will not accept a file name of more than 32 characters. Even when I change to less than 32 characters or remove any symbols from the filename, it will not allow it. The work around is to save to desktop and then move the file but is a little annoying.
    This problem occurs also when trying to save attachments from Email, so is unlikely to be a Pages problem but seems like a set of Maverick' bugs. Any inspiration if the two things might be connected?

  • After upgrading to firefox 9.0.1 ,web page not rendering html.It showing the codes only.pls help me .

    if i paste that codes here it is working fine.i dont know in that page why it is happens.It is our mail service

    Do you have security software that acts like a sandbox or uses virtualization to restore files on a next boot?
    See also:
    *http://kb.mozillazine.org/Preferences_not_saved
    *https://support.mozilla.org/kb/Preferences+are+not+saved
    It is possible that there is a problem with the file(s) that store the extensions registry.
    Delete the files extensions.* (e.g. extensions.sqlite, extensions.ini, extensions.cache) and compatibility.ini in the Firefox profile folder to reset the extensions registry.
    *https://support.mozilla.org/kb/Profiles
    New files will be created when required.
    See "Corrupt extension files":
    *http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    *https://support.mozilla.org/kb/Unable+to+install+add-ons
    If you see disabled, not compatible, extensions in "Tools > Add-ons > Extensions" then click the Tools button at the left side of the Search Bar (or click the "Find Updates" button in older Firefox versions) to do a compatibility check or see if there is a compatibility update available.

  • Read Only Mode Help Please Guys!

    Friends, but I did attach database,I am using the following code when correcting:
    1)
    ALTER DATABASE test SET Read_write;
        GO
    ALTER DATABASE test SET SINGLE_USER;
        GO
        DBCC CHECKDB (test REPAIR_ALLOW_DATA_LOSS) WITH NO_INFOMSGS;
        GO
    2)
    USE master;
    GO
    ALTER DATABASE test
    SET SINGLE_USER
    WITH ROLLBACK IMMEDIATE;
    GO
    ALTER DATABASE test
    SET READ_write;
    GO
    ALTER DATABASE test
    SET MULTI_USER;
    GO
    Error message:
    Msg 5120, Level 16, State 101, Line 1
    Unable to open the physical file "C:\edit.mdf". Operating system error 5: "5(Access is denied.)".
    Msg 5120, Level 16, State 101, Line 1
    Unable to open the physical file "C:\edit.LDF". Operating system error 5: "5(Access is denied.)".
    Msg 945, Level 14, State 2, Line 1
    Database 'edit' cannot be opened due to inaccessible files or insufficient memory or disk space. See the SQL Server errorlog for details.
    Msg 5069, Level 16, State 1, Line 1
    ALTER DATABASE statement failed.
    Msg 5011, Level 14, State 5, Line 1
    User does not have permission to alter database 'edit', the database does not exist, or the database is not in a state that allows access checks.
    Msg 5069, Level 16, State 1, Line 1
    ALTER DATABASE statement failed.
    Msg 102, Level 15, State 1, Line 1
    Incorrect syntax near 'edit'.
    Msg 319, Level 15, State 1, Line 1
    Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon.

    Hi,
    As Tom pointed out, could you please clarify the ‘edit’ and ‘test’ database?
    Which account you used for SQL Server service?
    It seems a permission issue. The account should have the permission on the location which you placed the mdf file and ldf file in. And have the mdf and ldf file in the right location.
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Headquarter Error : Property 'DocEntry' of 'Document' is read only

    Hi All,
    I had followed "How to Build & Run a B12B1 Scenario" Documentation and until I created a biz package and activated successfully. But when I try to create a PO in the subsidiary system, It sends ok, but I get the following error in admin console > monitoring > error inbox under the headquarter :
    com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception: com.sap.b1i.bizprocessor.BizProcException: BPE001 Nested exception: com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception: com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception: java.lang.RuntimeException: Invoke of: GetBusinessObjectFromXML Source: Description: CServiceData::VerifyPropertyWrite failed; Property 'DocEntry' of 'Document' is read only
    Your help is appreciated.
    Hany

    Hi Hany,
    the error message tells you that the field DocEntry is a read-only property. That means this field must not occur in the receiver payload. The fields DocEntry, DocNum etc. will be created automatically by the receiving system.
    Please have a look at the SDK Help (DI Reference) according to your current version. There you will see which fields are read-only.
    Kind regards,
    Marcus

  • Role to access PFCG in "read-only mode"

    Hi,
    I've created a role to access transaction PFCG in "read-only mode", because some functional consultants asked for it.
    However, it still gives them access to perform the "User Comparison" and I would like to remove that as well.
    The role has the following authorization objects and values:
    S_TCODE-TCD = PFCG
    S_USER_AGR-ACTVT = 03
    S_USER_AGR-ACT_GROUP = Y-, Z-  (these are the allowed role names)
    I really don't know what to do... any ideas?
    thanks

    Hello Gary,
    Yes, I also noticed that. The restriction of a user compare in PFCG in the F4 help in PRGN_CUST, is the same SAP note as that for activity 22 (assigning the user to the role)...
    You could have posted this on Sunday evening, that way Monday morning is closer to test it
    Cheers,
    Julius
    PS: We now have at least two "Gary Morris" at SDN and have for some time been trying to contact the "real one(s)" to determine who-is-who. Another "name sake" is:  https://forums.sdn.sap.com/profile.jspa?userID=3618541&start=0 for example.
    If you have any concerns, feel free to email me (see my business card) or SDN (at) SAP (dot) COM.

  • Read-Only text area

    Hi,
    I'm using a text area to display a longer read-only text. It should display only 5 lines and, if the text is longer, it should be scrollable. Works fine as long as I set the attribute Editable to true. But if I set it to No (because it should be read-only), I get the following problems:
    - It does not show only the 5 lines anymore, but the complete text without scrollbars.
    - It shrinks the size of the text area, so that it fits the text inside. You can see that looking at the borders. But I wanted to have the borders at the original size independent of the text.
    Does anyone knows, how to solve that?
    Thanks&Regards
    Matthias

    to the best of my knowledge, if you make it read-only you cannot have the scroll bar enabled. and whatever you explained is the expected behaviour!!
    But, i have a workaround under three conditions:
    1. if you need the scroll bar
    2. if you want the size of it as in the initial state - without disturbing the existing size and format of page
    3. you wish to retain the value
    keep the value of the text area in a temporary object and pass it to the reference attribute on submit of page. (here we are just retaining the value and not making it read-only)
    this helps in keeping the format of page undisturbed!!
    HTH
    Sharma

Maybe you are looking for