T code f-58 , issue

hi gurus
while doin f-58 for vendor payment am getting error as
" Tax relevent accounts not defined in this area , please correct "
could anybody please tell me what it is ?????
please help me

Hi
In case any of the GL used relating to this entry has the entry in the Tax category field .
This means the entry is relevant to the tax calculation, check all the relevant tax related configurations - tax code , TCODE: FTXP, OB40, etc.
VVR

Similar Messages

  • Transaction codes for goods issue,Initial inventory,purchase contract......

    hi experts,
                can any one know the transaction codes for  Goods issue,Initial Inventory,
    purchase contract,billing data and the table name in which inactive vendors and active vendor are available.
                          thanking you

    Hi,
         mb5b, mb51  for goods issue
    MI01  for Initial Inventory
    ME31K for Purchase Contract
    MIRO for Billing data
    in SAP easy access
    under Financial accounting >Accounts payable-> information systems-->masterdata report
    you can display blocked vendors also as a list there using those reports.
    the vendors which are blocked are inactive vendors
    <b>Reward points</b>
    Regards

  • Enhancement-ABAP Code-Customized Field issue

    Hi Experts,
    Currently I am working on the BW3.5 version. We are using the standard SRM standard extractor 0BBP_TD_SC_1 and we enhance same extractor(populate the filed through CMOD - ABAP Code) with one customized field also. We are having issue on the customized field data which post from SRM system. I have verified the field value and value is fine in RSA3 in SRM source system. But while posting into the BW(PSA itself), its loading correct & wrong value. When i check the PSA for the particular load, It looks little strange. In the PSA, I can see correct value on my first record of the same SC and then next records has incorrect value of the same SC. Currently I am using the ODS as a data target. So finally i am getting the incorrect value on the customized field.
    Ex Scenario:
    Ex Customized Field: ZORGID
    In SRM source system RSA3 Extractor Checker value:
    Shopping Card No: 100
    Customized Field: ZORGID=1
    Shopping Card No: 200
    Customized Field: ZORGID=2
    In BW posting-PSA:
    Shopping Card No: 100
    Customized Field: ZORGID=2
    Shopping Card No: 200
    Customized Field: ZORGID=2
    At the same time, if i do the selective deletion of the particular Shopping Card or group of SC in BW and do the full repair, then it gets a correct ZORGID=1 for the same Shopping Card.
    I strongly believe, something wrong in the ABAP code. But when we tried to debug the customized filed value in RSA3. The value is fine. so we unable to trace out the issue. Please help me to fix the code. Thanks in advance.
    CMOD ABAP Code:
    *Populate approver ID even though it doesn't require approval this is required to make sure BW reports have restrict access to respective Org Unit approvals only
    IF l_s_bbp_sc-approver_id IS INITIAL AND l_s_bbp_sc-itm_guid IS NOT INITIAL.
    CALL FUNCTION 'Z_BBP_FIRST_APPROVALGET'
    EXPORTING
    iv_header_guid = l_s_bbp_sc-guid
    iv_itm_guid = l_s_bbp_sc-itm_guid
    IMPORTING
    approver_no = l_s_bbp_sc-approver_id
    EXCEPTIONS
    no_data = 1
    OTHERS = 2
    IF sy-subrc 0.
    ENDIF.
    ENDIF.
    To ensure that the Org Unit passed in into the field
    l_s_bbp_sc-zzapprov_orgunit belongs to the Actual Level 1
    Budget Owner and not any other manager such as Added Approver.
    CLEAR : ls_ln_approvers, l_userid, lv_bpartner_guid.
    DATA : lv_f_apprv_part TYPE BU_PARTNER.
    READ TABLE lt_ln_approvers INTO ls_ln_approvers
    WITH KEY INITIAL_INDEX = '0000000001'.
    IF sy-subrc EQ 0.
    MOVE ls_ln_approvers-approval_agent+2(12) TO l_userid.
    CALL FUNCTION 'BP_CENTRALPERSON_GET'
    EXPORTING
    iv_username = l_userid
    IMPORTING
    ev_bu_partner_guid = lv_bpartner_guid
    EXCEPTIONS
    no_central_person = 1
    no_business_partner = 2
    no_id = 3
    OTHERS = 4.
    IF sy-subrc = 0.
    CALL FUNCTION 'BUPA_NUMBERS_GET'
    EXPORTING
    iv_partner_guid = lv_bpartner_guid
    IMPORTING
    ev_partner = lv_f_apprv_part.
    ENDIF.
    ENDIF.
    We get the BP number of the first Budget Owner 1
    Here, we superseed the field l_s_bbp_sc-approver_id
    whereby it may be wrong due to Added Approver.
    IF l_s_bbp_sc-approver_id IS NOT INITIAL.
    IF lv_f_apprv_part IS NOT INITIAL.
    IF l_s_bbp_sc-itm_guid IS NOT INITIAL.
    CALL FUNCTION 'RH_STRUC_GET'
    EXPORTING
    act_otype = 'BP'
    act_objid = lv_f_apprv_part
    act_wegid = 'EBP-UP'
    act_begda = sy-datum
    act_endda = sy-datum
    act_tdepth = 4
    TABLES
    result_tab = lt_result_tab
    EXCEPTIONS
    no_plvar_found = 1
    no_entry_found = 2
    OTHERS = 3
    IF sy-subrc = 0.
    READ TABLE lt_result_tab INTO ls_result_tab WITH KEY
    otype = 'O'.
    IF sy-subrc EQ 0.
    l_s_bbp_sc-zzapprov_orgunit = ls_result_tab-objid.
    ELSE.
    ENDIF.
    ENDIF.
    ENDIF.
    Thanks,
    RR

    Hi Experts,
    Any suggestions. Thanks.
    Thanks,
    RR

  • Code View Toolbar Issue

    I've had a weird issue under Dreamweaver 8.02. It started
    under Vista and of course I blamed the OS and went back to XP. Well
    now it's occurring there as well. It all happens in code view which
    is where I work all the time. The toolbar buttons will not work. I
    can't move to Split or Design view or edit the title from the
    toolbar.
    I've tried looking around in the toolbar XML files, but
    nothing seems to help.
    Any thoughts?

    It sure does happen for me, and I'm using CS3 on
    Mac/WXPPro/Vista.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "computernerd14" <[email protected]> wrote
    in message
    news:f1atpd$a5j$[email protected]..
    > In Dreamweaver 8, when you place your cursor at any
    point in Design View,
    > that
    > area will be automatically selected in Code View. For
    some reason, this
    > doesn't
    > happen in Dreamweaver CS3. I hope it's just a bug and
    not some sort of
    > feature.
    > It's a very useful feature, and until things are
    clarified, I'm switching
    > back
    > to Dreamweaver 8.
    >

  • Tax code AA related issue

    Hi All,
    I am facing an issue while posting a customer invoice. It is displaying an error msg " Tax code AA does not appear in any G/L account item."
    Please advise what to do
    Thanks in advance,
    Sasidhar

    Hi
    After you create the Tax Codes in FTXP ,
    we must assign the 0%(A0 & V0) tax codes for non-taxable transactions -
    >OBCL and
    in OB40 -
    >Define Tax Accounts we must assign sale tax account to the Tax Code AA and
    in FS00 , select the sales account , under control data tab , give the tax category * (all tax types allowed) and select posting without tax allowed.
    while doing sales invoice posting select the calculate tax check box and give AA.
    This will resolve your problem
    Regards
    Venkat

  • Code Insight Weaknesses / Issues

    Congratulations Oracle, SQL Developer is a great product.
    However, major gripe for our developers is the weakness of SQL Developer's code insight. For example
    a) Package names and or proc / func names - all of the results are always in uppercase, rather than the case they were compiled with. Our packages and package procedures are mixed case, because they are far more readible that way.
    1. I type P_ [press ctrl + space] I see :
    P_ACCOUNTS
    P_ACCOUNTPOSTINGS
    P_UTILS
    whereas I should see:
    P_Accounts
    P_AccountPostings
    P_Utils
    as this is the case of the compiled objects and this is how they appear in the navigator.
    2. I select P_UTILS and get P_UTILS in editor, then type ".", I see :
    INDEXEXISTS
    CONSTRAINTEXISTS
    OBJECTEXISTS
    whereas I should see:
    IndexExists
    ConstraintExists
    ObjectExists
    b) Object type names would be clearer than a glyph. I'd prefer to see function MYFUNC, rather than a glyph and MYFUNC.
    c) Code insight gives you no idea what parameter types are, and we can't seem to get the "parameter insight" facility working
    I type MY and invoke code insight :,
    SQL Developer would show : MYFUNC(PINPUT1,PINPUT2)
    TOAD would show : function MyFunc(pInput1 integer, pInput2 integer) return integer;
    and TOAD will maintain showing the parameters as I type them in. TOAD is far superior is this respect.
    We hope you can address this for the next version.
    Paul

    This insight will be overhauled. It has many issues. Including what you have listed.
    -kris

  • Error code 0x8002006e burn issue

    Hi, I have read all the threads on this issue and no answer.
    Apparently this is happening a lot. I have burned one cd-r that worked on my new mac pro, (month old) and now I cannot burn anymore without the error code 0x8002006e unable to verify. I can although reinsert the disk and it will read and can open random files, but who trusts a disk with errors??
    I have shut down all programs to burn the disk and have restarted my finder.
    I've used Sony CD-R's and Memorex DVD-R which both worked fine on Tiger on my other computer,my pc dell laptop and my external duplicator.
    Running 10.5.2 all updated installed.
    I have wasted about 7 cd-r / dvd-r both. I have the standard superdrive from apple, and I have installed a pioneer from an old imac g4, (apple techs said it was compatible), and received the error in both drives. I can burn via my external lightscribe duplicator and it works great.
    Apple doesn't reopen until Monday and hopefully it's an issue that can be resolved now.
    Any suggestions would be wonderful!!! Unfortunately the nearest Apple store is 2 hours away

    I'm having this problem with CD-Rs on my new iMac. So far 3 good burns from the Finder against 5 bad. The first 4 failures died with 0x8002006E and the most recent with "Burning the disc failed because communication to the disc drive failed. (Error code 0x80020022)". Visually all the burns failed with about the same amount of the diskwritten. The DiscRecording.log visible in the Console app shows the writes failing at the same spot (except for the first which is a nonsense number):
    +Finder: Write (10), block: 4294967146, count: 32 -> 3/0C/00 Medium Error, Write error+
    +Finder: Write (10), block: 94240, count: 32 -> 3/0C/00 Medium Error, Write error+
    +Finder: Write (10), block: 94080, count: 32 -> 3/0C/00 Medium Error, Write error+
    +Finder: Write (10), block: 94144, count: 32 -> 3/0C/00 Medium Error, Write error+
    The last failure showed this:
    +Finder: Burn sense: 4/09/01 Hardware Error, Tracking servo failure+
    +Finder: Burn error: 0x80020022 The device failed to respond properly, unable to recover or retry.+
    Which is beginning to look like a hardware or firmware failure (some other forums seem to suggesting that the problem started with a firmware upgrade). I'll be checking with Apple support directly.
    One other oddity, I've tried selecting 8x burn speed - the default is 24x - but DiscRecording.log records this in every case:
    +Finder: Requested burn speed was max, actual burn speed is 24x.+
    For the record I'm not using a particularly reputable brand of media (Infiniti's from www.medea.co.uk, bought locally) because I thought I'd start with the cheap ones and work up. Messages in this forum and others suggest that the 0x8002006e problem occurs with all brands of media so I'm not confident that upgrading would fix the problem.
    Sam

  • Dreamweaver CS4 Code Letter Spacing Issue

    Hello,
    I am currently running Adobe Dreamweaver CS4 on my Macbook Pro. We use it on a daily basis to keep our corporate website up-to-date. During the past few weeks, we have developed a very odd issue in the DW code editing pane. The letter spacing is completely off, which is odd considering that the font is monospaced. A large space will appear between characters even though no space is actually there. I have included a screenshot below of some new code I recently entered. Notice the space between the form names and the apostrophes. It appears as though there is one space between the name and the apostrophe, however there is none. The code still works fine, but this becomes very frustrating when attempting to enter new code.
    I should also mention that none of my code developed prior to approximately two weeks ago has been effected. Only when I attempt to enter new code is the spacing effected.
    Is this a known issue? Any ideas of what could be going on?
    Any input would be greatly appreciated.
    Thanks!
    Jon

    Oh, you're welcome!
    I know, so many of these things you don't find with a cursory review of menu-items and preferences. Then when you need them, you might not have noticed them first time through.
    That's one reason I like the Forums: you learn things you didn't know you needed to know...
    I've noticed that system fonts change from system to system, and sometimes you "lose" a font when you go to a new computer.
    Best,
    Beth

  • 2 Company Codes - Same Report --- Issue Very Urgent

    Hello Guys,
    I have following questions w.r.to BI implementation.
    We have 40 SAP BI reports developed for our company.
    Now we have moved to other New implementation for the same company but in other country. ( Germany - Company Code - DE / France - Company Code - FR ).
    Both Implementation : EN Language.
    We have 2 different Dev clients(ECC) for diff country implementations.But when we move to QAS they (ECC) will be integrating the data into one client,
    we are using only one BI client for both implementations.
    I Just have few questions ...
    I need to Load all the master data for 2nd implementation all over again.
    Firstly we have all the process chains and DTP and Transformations in place from !st implementation.
    1.Can we use those same PC to load master data for our second implmentation with different ECC client.
    2. How can we differentiate which master data belongs to which implementation when we integrate into one ECC client from BI system point of View.
    3. Also they (2nd implementation) want to use the above BI reports developed from 1st implementations, with their data specific to thier company.
    How can we handle above issues.
    Also could you suggest the points to keep in mind when displaying the same report but with different data based on company code.
    thanks,
    Shekar.

    Hi Shekar,
    1.Can we use those same PC to load master data for our second implmentation with different ECC client.
    --> If source system and client is same you can use same process chains, or neet to create new one to include new infopackage for new source and client.
    2. How can we differentiate which master data belongs to which implementation when we integrate into one ECC client from BI system point of View.
    --> If same data(material and customer) maintained differently in different systems(ex: same technical name but description is different)... then its better to make master data objects compounding with source system to differentiate data.
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a6399e07211d2acb80000e829fbfe/frameset.htm
    3. Also they (2nd implementation) want to use the above BI reports developed from 1st implementations, with their data specific to thier company.
    --> Create authorization variable on company and use..
    How can we handle above issues.
    Also could you suggest the points to keep in mind when displaying the same report but with different data based on company code.
    --> Create authorization variable on company and use..

  • Error--tax code-taxinj..issue

    hi guys
    I  raised or,lf,pgi and f2 and after that when i release to accounting. Error message appears.
    I am now working on CIN.. Even I done revenue account determination. for my sales org with account key - EXD.
    Error Message:
    Tax code  in procedure TAXINJ is invalid
    Message no. FICORE704
    Diagnosis
    The tax code entered is not defined in the country for this company code.
    System Response
    Procedure
    Check and, if necessary, correct the entry.
    Procedure for System Administration
    If it is not an input error, check and possibly change the system settings.
    To do this, choose Maintain entries (F5).
    1. Check whether the required tax determination procedure is assigned to the relevant country. the Procedure field is in the detail screen.
    2. Create a new tax code if required.

    Dear chandra
    Please dont post the same question again and again.  Check the response for your earlier thread
    [Releasing to Accounting Issue   |Releasing to Accounting Issue;
    Do post in case still problem is not solved.
    thanks
    G. Lakshmipathi

  • OLT Unexpected Agent exit. Code = 0 - JavaAgent Issue

    Hi!
    I have OATS 9.10.0182 installed on a single machine. I have created a load test and have been attempting to execute it, however, I am seeing the following error in the Watch VU Grid shortly after I attempt to run the load test: Unexpected Agent exit. Code = 0*
    For the purposes of a simple test, I set the parameters to 1 VU.
    I examined the java_agent.log and found the stack trace below. I have verified that the OATS server is deployed an running (via checking the WLS admin console). The problem, I think, is that the URL in the stack trace is the canonical name for the local server (cwolfe2.lpasystems.com) which the DNS servers don't know (on the network I am on). I would like to replace the canonical name with the "localhost" name; however, I don't see any configuration file/parameters that would allow me to do that.
    Does anyone have any experience that would indicate that it is possible to configure the system to NOT use the canonical name?
    Thanks in advance!
    Chris
    STACKTRACE from java_agent.log:
    2010-05-27 10:21:03 ERROR [Main Thread][oracle.oats.jagent.applications.eload.Application] Exception
    javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://cwolfe2.lpasystems.com:8088: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection refused: connect; No available router to destination]
         at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
         at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:783)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:365)
         at weblogic.jndi.Environment.getContext(Environment.java:315)
         at weblogic.jndi.Environment.getContext(Environment.java:285)
         at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at oracle.oats.server.jndi.JndiLookup.createInitialContextInternal(JndiLookup.java:271)
         at oracle.oats.server.jndi.JndiLookup.createInitialContext(JndiLookup.java:151)
         at oracle.oats.jagent.cntlproxy.AgentVUsManagerImpl.init(AgentVUsManagerImpl.java:952)
         at oracle.oats.jagent.EntryPoint.start(EntryPoint.java:138)
         at oracle.oats.jagent.EntryPoint.main(EntryPoint.java:164)
         at oracle.oats.jagent.applications.eload.Application.runMain(Application.java:40)
         at oracle.oats.jagent.applications.common.JAgentApplication.run(JAgentApplication.java:26)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
         at org.eclipse.core.launcher.Main.run(Main.java:977)
         at org.eclipse.core.launcher.Main.main(Main.java:952)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.oats.jagent.EntryPointWrapper.main(Unknown Source)
    Caused by: java.net.ConnectException: t3://cwolfe2.lpasystems.com:8088: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection refused: connect; No available router to destination
         at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
         at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
         at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
         at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:344)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:339)
         ... 37 more
    Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection refused: connect; No available router to destination
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:464)
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:315)
         at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:251)
         at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:194)
         at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
         at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:200)
         ... 43 more

    Hi,
    From my experience, I solved the unexpected agent exit issue with :
    1) Change the Oracle Load Testing Agent Authentication Manager password by going to Start | Programs | Oracle Application Testing Suite | Tools | Oracle Load Testing Agent Authentication Manger.
    2) Increase the JVM memory setting. Login to Oracle Load Testing, Tools | Options | Scenario Defaults | Java Client Preferences, and change the Maximum JVM Heap Size.
    Rgds.

  • Withholding Tax for multiple company codes-Bank Challan issue

    Hi
    I am held up with one issue.
    I have four company codes and Extended withholding tax is activated for all the company codes.  I have assigned the same number group and number range status for all the company codes.
    Now when I try to update Bank challan for a TDS clearing document, the system says bank challan has already updated.  But the challan is not updated yet.  When we see the document, the challan number and date is coming as blank only.
    Is it due to assigning the same number ranges across company codes ?
    Your views are highly welcome.
    Regardz

    No answer ?

  • Code Folding - Applescript issue ?

    can't find this anywhere as an issue discussed
    I must be special
    this is happening on Xcode 3.1.2 on 10.5.6 intel
    I make an Applescript Application with a few handlers and a few if then statements
    when the if then statements are on one line they seem to screw up the code folding and the list of available handlers
    I have a small screenshot of it here http://www.metzinger.us/Pictures/code_folding.jpg
    the Xcode window thinks handler 4 is nested in handler 1 and doesn't even mention the other two
    I can fix the issue by expanding my if then statements to multiple lines with an end line
    is there something else I can do besides changing all of my if then statements?
    thanks
    .bill

    bump whoops
    be first to answer this and win a prize
    still baffled here
    I've reproduced this on another xcode 3.1.2
    make new applescript application
    paste this as a script
    if 1 = 2 then say "dooh"
    if 3 = 4 then
    say "dooh"
    end if
    the "code folding" feature of xcode is confused by the first line
    having an if then statement with no "end" bums it out
    seems like I'm missing something simple here
    is this a known bug or am I just bugging you?
    thanks
    .bill

  • Generated Code - Setter Style Issue

    Suggestion -- rather than generate setter code like this:
       public void setFacultyRowSet(JdbcRowSetXImpl jrsxi) {
            this.facultyRowSet = jrsxi;
        }Use this pattern:
      public void setFacultyRowSet(JdbcRowSetXImpl facultyRowSet ) {
            this.facultyRowSet = facultyRowSet;
        }It's more than just a style issue. It's also an issue of clarity. When using code completion and jrsxi appears, it looks like a mistake. Having facultyRowSet appear instead is more comfortable looking because it reinforces what the setter is all about.

    Hello James,
    I have noticed some strange looking variable names too in the generated code. Taking your suggestion into consideration I have filed an RFE for the same.
    Thank you very much for the feed back. Please do continue to share your experiences and giving your feedback to us.
    Cheers :-)

  • Z77 Mpower Error Code 62 Boot Issue

    Hey guys. I am pretty dumbfounded on this one. I will start by listing my specs:
    MSI Mpower mobo
    i5-2500k
    Corsair AX-750
    EVGA 670
    Intel 520 SSD / WD 3TB
    So this build has been running fine for absolutely months, no issues whatsoever. Today I downloaded and installed Mumble, it asked me to restart my system which I did. Now nothing out of the ordinary until nothing happens on the restart boot. PC is on, power on, fans all working, LED's on, but no screen input. Note I had changed NOTHING since it was working.
    I'm just failing to see why and what caused this and how to fix it. I've tried a few basic things, re-seating GPU/moving to diff slot, re-seating RAM, turning off for 1-2 hours, nothing is working. The error code is 62. I've looked around but as far as I can see there are no dead-set fixes, just hoping anyone here may be able to assist me.
    Regards.

    I couldn't test it in another system but I had an old GTX 260 on hand and with that the system runs fine.
    Which obviously points to the GTX 670 malfunctioning but I still don't get how it can go from fine no issues one moment to completely not working after doing a restart..
    Well I guess I'm going to have to RMA it either way. Thanks for the help.

  • XMLTRANSFORM Too large stylesheet - code buffer overflow issue

    Hi All,
    My question is related to MSWordML generation from PLSQL stored procedure.
    1. I have table, containing XSLT stylesheets for different documents
    2. PLSQL stored procedure is generating dynamic content depending on some params and at the end I'm using
    SELECT XMLTRANSFORM(XMLTYPE.createxml(db_data_clob), XMLTYPE.createxml(x.xslt_clob)).GetClobVal()
    INTO   res
    FROM   msword_ml_data x
    WHERE  x.report_id = rep_id_variable;
    where : x.xslt_clob -> column, containing XSLT CLOB
    db_data_clob -> dynamic content CLOB
    res -> CLOB result
    All this was working fine on Oracle11gR1, but I had to reinstall database and I said why not install Oracle11gR2 ...
    Guess what. Stored procedure is raising exception when using XMLTRANSFORM :
    Exception : : ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00004: internal error "Too large stylesheet - code buffer overflow"
    Google says nothing about it. I don't recall setting some special DB property in Oracle11gR1.
    Has anyone encountered this ?
    I haven't changed procedure nor table.
    I'm using exactly the same XSLT's from Java code and they are working just fine, so they are not the reason. My guess is that something in Oracle11gR2 related to XML processing is changed.
    If anyone could help, thanks in advance

    For those who are interested.
    I have logged a service request and it turned out that this is is a bug in Oracle 11gR2.
    "The limitation on the style sheet is not exactly a size limit but a limitation on the number of style sheet instructions and depends on the way the style sheet has been written. This is a C based parser limitation"
    Anyway, the workaround is to create Java stored procedure and do transformation from there.

Maybe you are looking for