SBO B1 2005 SP 01 Patch 11 - Issues with recordsets.

Hi,
We are using ‘recordset’ for Query all over our application. I have performance problems when I upgraded to SP01 Patch 11. Recordset retrieves the data fast but takes very very long time when I do movenext() or eof() or movefirst().
Here is a sample code:
Dim rs As SAPbobsCOM.Recordset = Query (sqlStmt)
            ' If no record is fetched, returns false which indicates the finding failed
            rs.MoveFirst()
            If rs.EoF() Then Return False
            ' Caches the object columns
            CacheColumns(rs)
            ' Releases the referenced object
            rs = Nothing
The whole process takes long time. So I debugged the code. The delay is at MoveFirst() and eof() stage. If I comment these 2 steps, it is faster. But I have to use the recordset functions. 
IT WAS VERY QUICK IN SBO 2005 before upgrading the sp01 patch 11. Am I missing something? Is something changed in SP01? I am using Recordset to query on user tables only.
Please somebody help me out.
Regards,
Prakash

Does this bug also affect the GetByKey method? Because I am developing an addon, and all of a sudden it starts to hang. I did upgrade to PL11 during the development. I have been going insane trying to figure out what made my program stop working, and I even back-tracked numerous revisions. In the end, it is the following code that made the difference:
oDocs = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders)
                        strSQL = "Select DocEntry from ORDR where DocNum = '" + strDocNum + "'"
oRecs = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
                    oRecs.DoQuery(strSQL)
                    strDocEntry = oRecs.Fields.Item("DocEntry").Value
                    If oDocs.GetByKey(strDocEntry) Then
oDocs.UserFields.Fields.Item("U_MyField").Value = strValue
end if
If I comment out the last if statement with GetByKey, it seems to be fine. If I leave it in, it hangs when I click the "Update" button on the Sales Order form. The database I'm working on has thousands of order records. Could it be caused by the bug since it's a large volume of records to go through? We also use record sets all over the place. It also doesn't make sense to me that in other areas it seems to work ok.

Similar Messages

  • My iPhone 4s will not charge in car or truck. It would appear after research that this is a software issue with ios5. Will there ever be a patch to correct this infuriating problem?!!!

    My iPhone 4s will not charge in car or truck. It would appear after research that this is a software issue with ios5. Will there ever be a patch to correct this infuriating problem?!!!

    Mine charges just fine, as does everyone's iPhone 4S that I know. Apple even sells a number of car chargers that are certified to work:
    http://store.apple.com/us/browse/home/shop_iphone/iphone_accessories/car_audio
    Perhaps there is a problem with your charger or the outlet you're using in your car/truck.

  • List of issues with patch level

    Is there a list of application errors reported for each patch level?
    When working with SAP R/3, there is a SAP note released for each patch level which states the changes delivered in that patch as well as what fixes are delivered. Therefore, it is easy to see what application errors exist in each patch level. Is there something similar for SAP Business One?

    There are also notes for those Lists of issues with each patch level for B1.  What is your B1 version and PL?
    Thanks,
    Gordon

  • Issue with Default Variable in WAD after Java Patch 7.01.7.31

    Hello all,
    I'm running into an issue with the Web Application Designer Template execution for a particular default variable. This started occuring after Java Patch 7.01.7.31 we had implented over the weekend.
    The issue is when Executing the WAD Template, we have a selection screen with a variable with default values assigned to it. When leaving the default values and hitting Ok to execute  through the screen does not register and stays as is and I get a message at the top with the following: Characteristic Prob % Number has no master data for "1.00" or you do not have authorization.
    This only seems to occur for this default variable on info object Prob % Number, the other default variables seem to work fine. Also another note when clearing out the values it returns data and executes through. The value 1.00 is also a valid value in the cube and also in the output display. If we run this report in the BEx analyzer, the selection screen executes through with the default variable perfectly fine, this is only an issue with the Web Application Designer Template.
    Has anyone ran into this? I've searched and have not found any notes as of yet.
    Thank you,
    -Andy

    Dear Andy,
    Please raise this to SAP, seems like a strange problem this needs to be addressed by OSS note only.
    Close this thread once you get a solution.
    Regards.
    Den

  • Issue with Removing the Patch Set Software 9.2.0.8

    Hi experts,
    I have issue with removing the patch set software 9.2.0.8
    I'm working on solaris box recently ugraded to 9.2.0.8 from 9.2.0.7. however i want to downgrade now. I have followed the document 4547809 mentioned. Now the real issue is when i restored the oracle_home (9.2.0.7) and execute sqlplus /nolog here is error message shown
    bash-2.05$ sqlplus /nolog
    bash: /oracle/test/920_64/bin/sqlplus: No such file or directory
    bash-2.05$ lsnrctl
    bash: /oracle/test/920_64/bin/lsnrctl: No such file or directory
    Please help
    thanks in advance

    Hi,
    Thanks for reply you are right
    ls -l /oracle/test/920_64/bin/sqlplus was not exist. However i copied everything from the backup.
    I'm trying again
    cp -r bk_test_home/* /oracle/test/920_64/*
    still i couldn't the file however it exist in bk_test_home. please suggest
    Thanks and regards

  • Errors with SAP GUI 7.10 issues with IE 7.0? and most curr patches?

    We are attempting to patch our SAP GUI 7.0 with the most recent GUI patches
    GUI patch 12
    BW patch 500
    BI patch 900
    we are applying these patches to correct the following
    >preview and printing of blank pages with web browser(ie 6.0)
    >german lang. toolbar appearing
    >missing active components when using analyzer (BW 3x)
    >BI rspc error 'x dump'
    these issues above have been corrected, however we are now having issues with this GUI and IE 7.0 , printing errors
    As anyone had these same issues above, and could you recommend on what patch combination (if any) have corrected them
    We have worked on this project for the last few months, to get the correct combination of patches that would not break anything else installed.  But, now we are finding that we may have issues with IE 7,0 and the SAP GUI with the above patches.
    Please advise
    Maria

    what happens on the desktops with IE 7.0 is that it looses printing capabilities.

  • Having issues with patches that require multiple reboots in a task sequence?

    Are you guys having issues doing a build and capture or deployment, while including the recent patches ?
    It looks like another patch is requiring multiple reboots which breaks the task sequence...
    Long story short... the last time I created a .Wim file was in June (with ZTIWindowsUpdate) - it included all the patches as of June 2014. This image has been deployed since then with no problem. All the other monthly patches (07/08/09/10/11/12/01) can be
    installed successfully through the deployment task sequence with no problem.
    Then last week, I decided to create a new .Wim file to include all the patches as of January 2015. In my build and capture step, it exits because one of the updates requires multiple reboot. I checked on the following website and it has not been updated
    since October 22nd : http://support.microsoft.com/kb/2894518
    Do any of you experiences issues with a WSUS that requires multiple reboot recently ?
    Thanks!

    As mentioned, the MDT offline updates task will do it. Add it to your build and capture and it will do the work for you using the updates in an update package that you've previously created. Alternatively, use a stand-alone instance of MDT to create your
    image (using a build and capture TS of course) -- this can then use a stand-alone instance of WSUS to install the updates into your image which you then import into ConfigMgr.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • ACS SE 4.1.1.23 patch 5 issue with users

    HI There, I am facing very weired issue with ACS SE 4.1.1.23 patch 5. I am trying to add users in ACS it is added successfully but I can not see these users when I click list all users.
    But I can see users are increasing in groups when I add users..but when I do list all users it say there are no users defined. and I tried to login with newly created users from devices  ....I am able to login with those new users.....
    also when I go to that particular group in which I added new users....and say list users in group...I get message from ACS saying that "can not read users from group" ....
    what could be issue any one has any idea....customer complained that he was unable to login to devices...with the users created on ACS...when I saw there was no users in database....then I added 2-3 users by looking at old passed and failed authentication... but I dont know how users got deleted automatically...even I tried to see appliance audit logs...could not see any thing which indicates someone deleted users...
    please help me to solve this issue..
    Thanks

    Issue resolved. The CRL that was being parsed from the cert was one level higher than the CRL that needed to be checked. The User CRL was ppointing to the Intermediate CA's CRL. I had to manually change the URL from this:
    http://DOMAINvmsp.DOMAIN.xxxx-xx.edu/pkipub/DOMAIN%20Intermediate%20CA%201.crl
    to this:
    http://DOMAINvmsp.DOMAIN.xxxx-xx.edu/pkipub/DOMAIN%20User%20CA%201.crl
    Mark

  • Issue with configuring Hyperion HUB 7.1.2 with SQLSERVER 2005

    Hello Experts,
    One of my customer has an issue with configuring Hyperion HUB 7.1.2 with SQLSERVER 2005.
    "We are trying to configure the SQL server 2005 database with Hyperion hub and we are unable to get the cofiguration completed. We suspect the driver class (hyperion.jdbc.sqlserver.SQLServerDriver) used in the domain.xml (path \Hyperion\HyperionHub\7.2.1\deployments\Tomcat\4.1.30\) is not helping to connect with sql server 2005. We would appreciate if you can provide new driver class which we can included while deploying the app under the web server."
    Please suggest. Thanks in advance
    Regards,
    Sonu

    Hi
    Please redeploy only the Web Server under shared service. It has to be redeployed once EPMA and others are configured.
    Thanks
    Rupak
    Mantra to Win | WinMantras.com | http://hyperion.winmantras.com

  • [svn] 4610: Commit Josh's patch for 3. x to fix bug SDK-17367 which works around an issue with Dictionary that stops ObjectUtil .toString() working with QNames.

    Revision: 4610
    Author: [email protected]
    Date: 2009-01-21 12:48:01 -0800 (Wed, 21 Jan 2009)
    Log Message:
    Commit Josh's patch for 3.x to fix bug SDK-17367 which works around an issue with Dictionary that stops ObjectUtil.toString() working with QNames.
    QE: Yes, please add a test case to ObjectUtil tests for this scenario.
    Doc: No
    Checkintests: Pass
    Bugs:
    SDK-17367 ObjectUtil.toString(QName) causes RTE
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17367
    http://bugs.adobe.com/jira/browse/SDK-17367
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/utils/ObjectUtil.as

    VPN-User,
    Ok - I see the list of issues and will ensure our X300 specialist takes a look at it.   
    Please do understand that while you have put together a very coherent list, I try to ensure priority to threads in which multiple customers are focused on a single issue, as we deliver the most benefit to the community in working on those.   This forum is primarly a peer to peer discussion forum rather than a Lenovo chat / tech support where we try to solve each and every issue put forth.
    Individuals with a long list of issues on a particular machine may find benefit from either contacting technical support and working through their list, or publishing it as you have done and wait for other users of the same system to share their experiences.
    Thanks for your patience
    Mark
    ThinkPads: S30, T43, X60t, X1, W700ds, IdeaPad Y710, IdeaCentre: A300, IdeaPad K1
    Mark Hopkins
    Program Manager, Lenovo Social Media (Services)
    twitter @lenovoforums
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Windows 7 with IE 9, portal patch issue..

    Hello,
    My portal version is : 7.00 SP20
    Seems there is an issue with portal on Windows 7 with IE 9. Please let me know whether we need any upgradation or updation of patch or anything ?

    Can you see or play any Flash content?  Does YouTube work for you?  What troubleshooting steps have you taken?  Can you try Google Chrome and see if that makes any difference?
    Thanks,
    Chris

  • SSL patch update has caused many issues with my iPhone 5c

    Since the patch update completed, my iPhone is acting ridiculous. I cannot use safari. Every time I try to search something, it tells me it cannot connect to server. I also cannot delete voicemails. Once I delete, the phone freezes and the voicemail is not deleted. It comes back from deleted messages. When I hit the phone toggle button, it opens up my recent call list but it opens to the calls from Thursday, the day I did the update. It also deleted every text message that I had sent that day from my text history. I have shut the phone down, what other options do I have?

    I have actually talked to a couple people that I know that have the 5c and it seems like it is a hit or miss. Some people have problems with the blue ones, im having issues with the white one, some people have no issues att all. COnsider your son luck that he has no problems. I have had problems with 3 different whote 5c over the coarse of 4 months now and contuining to have problems.

  • Issues with patch wizard utility

    We downloaded the infobundle manually due to issues with metalink credentials, When we go to run a patch recommendaiton report (with the second filter in the list) it is still giving the error in the log:
    "WARNING: The MetaLink Credentials have not been set up.
    Please use the MetaLink Credentials page to enter the login credentials you use to connect to the Oracle MetaLink.
    The MetaLink Credentials page can be accessed from Setup (Icon on the top right) > MetaLink Credentials link."
    Why would it fail if you have already downladed the bundle manually.
    Also it shows further down the error log:
    "Error : Not able to download the infobundle
    Not able to find infobundle in staging area
    Infobundle not already uploaded
    Hence Failing"
    Edited by: user599292 on May 7, 2013 2:37 AM

    ;) ApPsMasTi ;) wrote:
    user599292 wrote:
    All that link essentially says is download the infobundle file - then run the report. yes we've done both and it still doesnt work.
    How can you tell if its in a directory that "patch wizard" can access? who is the owner of the staging directory
    please post the the path of staging directory and the owner directory and infobundle.zip
    "Zip file needs to be copied to a system which can access the Patch Wizard staging directory. If the staging directory is on local disk, it must be copied to the system where you run Patch Wizard. If the staging directory is on shared (network) disk, it can be copied to any system with access to the shared disk"
    "Make sure the Patch Wizard can read from and write to the staging directory. " - how can you test this?create a file by application user on the stage directory
    ;) APpPSMAsTi ;)
    Sharing is Caringthe server side of the application isnt really a strong point of mine, the staging directory is set up to be backup/patches/apps
    I am not to sure what you mean by "owner", or the application user.
    here is the error log if of any use:
    "Start of the concurrent Program .. [################]
    .........PARAMETERS ..................
    Parameter name :CRITERIAID::Parameter value : Recommended Patches
    Parameter name :ImportPatchInfo::Parameter value : Y
    Parameter name :useproducts::Parameter value : Y
    Validating Staging directory '/backup/patches/apps'
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Calling InfoBundle Upload Program for Patchlist.... [##############]
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Starting Upload Process...
    Program Execution Start time: [#################]
    Stage Dir is /backup/patches/apps
    Infobundle Path /backup/patches/apps/InfoBundleR12.zip
    Downloading InfoBundle starts: [##############]
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    NOTE: MetaLink Connection setup not found. Please manually download Infobundle zip file to staging directory.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    WARNING: The MetaLink Credentials have not been set up.
    Please use the MetaLink Credentials page to enter the login credentials you use to connect to the Oracle MetaLink.
    The MetaLink Credentials page can be accessed from Setup (Icon on the top right) > MetaLink Credentials link.
    Downloading InfoBundle ends: [##########]
    Checking for Infobundle in Staging Directory ...
    Warning: InfoBundle doesn't exists in /backup/patches/apps
    Trying to Recommend using previously uploaded Infobundle ...
    **Warning: Request Completion**
    Warning: Request Completion
    **Warning: Request Completion**
    Program Execution End time: [###############]
    End of InfoBundle Upload Program ...... [##################]
    Error : Not able to download the infobundle
    Not able to find infobundle in staging area
    Infobundle not already uploaded
    Hence Failing
    +---------------------------------------------------------------------------+
    Start of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    End of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    Executing request completion options...
    Output file size:
    36
    Finished executing request completion options.
    +---------------------------------------------------------------------------+
    Concurrent request completed
    Current system time is ####
    +---------------------------------------------------------------------------+"
    Edited by: user599292 on May 7, 2013 4:33 AM
    Edited by: user599292 on May 7, 2013 4:35 AM

  • Facing bug Issue with Visual Studio 2010 SP1 software. need a Hotfix Patch KB2561001

    Hi Team,
    i have installed Visual Studio 2010 SP1 software in my system. but i am facing some issue with a bug. This bug needs a Specific Hotfix Patch ( KB2561001). 
    But when i am clicked on above link, not able to find this patch.
    Kindly request you to provide this Requested patch as project has been stuck without this.
    please look into this issue on priority. Eager to listen from your side.

    Hi mihir ray,
    Like this report:
    https://connect.microsoft.com/VisualStudio/feedback/details/611665/storegeneratedpattern-does-not-saved-properly-into-edmx-entity-framework-4-0
    It seems that the link for this kb is not available. So the real issue is that which kind of issue you get, and then check whether this issue has been resolved by the latest VS version. Like the above report, maybe the new VS version would be better for
    certain limitations for old versions.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I was wondering if you have fixed the compatibility issues with java and flash players in the new patch

    after update 6.0.0 all java scripts and flash players where incompatible and disabled i tried re-down loading new versions and tried to erase Firefox and all ad-dons and reload them and still had issues with them i had to re-download Firefox 5 to continue to use your program and i wanna make sure that in 6.0.2 i will not have to do the same thing.. it is a head ache and inconvenient

    You're welcome.
    The only workarounds to this problem is going back to Safari 4,
    You can revert to 4.0.5, instructions here.
    http://appletoolbox.com/2010/06/downgrade-from-safari-5-0-to-safari-4-0-5/

Maybe you are looking for