Cache records

I have 1000 records in a table based upon a search condition i am fetching 100 records. I have to display record one by one with previous and next button. I dont want to go back to my database to fetch the records one by one among the 100 records. I want to do some thing like cache in .NET.
Any suggestions to make this work efficiently / simpler is most welcome.
Thanks in advance

I have 1000 records in a table based upon a search
condition i am fetching 100 records. I have to
display record one by one with previous and next
button. I dont want to go back to my database to
fetch the records one by one among the 100 records. I
want to do some thing like cache in .NET.
Any suggestions to make this work efficiently /
simpler is most welcome.
Thanks in advanceGet all the records in a List and use it as a cache. It should work fast for 1000 records.
***Annie***

Similar Messages

  • Any ideas to cache  records in memory or something?

    HI,
    I have a question about keeping records off the database.
    i have a bean that opens up the recordset puts it in a vector and returns the vector to the jsp from whence it was called.
    But the problem is that these database queries are truly unnecessary. If i could update the recordset say once a month i would be set.
    my QUESTION is does anyone know any strategy for storing the recordset in memory some how ?
    each user might need a different recordset.
    however i could possibly reuse a recordset of about 500 records from Oracle for 1 user but if the user chooses to look at another topic then i would possibly have to refersh that recordset with different info based on a different primary key.

    Thanks.
    QUESTION 1:
    I have been using a Vector to store recordsets.
    The bean method would call a sql statement in another class and loop through the resultset - insert everything as a String into the Vector and return the vector to the JSP page. is that how you would do it?
    Are Vectors serializable? is it possible to implement your solution by caching the Vectors in an HttpSession? or is this restricted to an arraylist
    QUESTION 2:
    You say I should store the arraylist into the HttpSession -
    I just want to double check how you implement this.
    Do you mean that I should have a bean that implements serialiable and instantiate the bean in session scope ?
    with <jsp:useBean id="j" etc etc scope="session" > and everytime the person goes to a page with this instantiation it will just pick it up out of session instead of requerying the db.
    to change the primary key of query in the array list I would pass a different id to the bean and would it automatically know to requery and populate the arraylist?
    Thanks
    Stephen

  • DVRCast Cache/Recorded Streams Location

    Where does FMIS 3.5.2 store recorded streams?
    I am running FMIS 3.5.2, FMLE 3 ("Record"), and DVRCast 1.1. I have tried numerous settings, e.g., setting <StreamManager><StorageDir> and setting LIVE_DIR in fms.ini, at the application, vhost, and server level, but nothing seems to work. FMLE does not throw any errors in the encoding log and I am able to view the live stream – I do not have flash 4 or the flv 2.5 playback component so I cannot actually test the DVR feature, but I am not seeing any errors in the FMIS logs.
    I have been able to successfully record streams by creating a custom FMIS application, but I would prefer to use DVRCast 1.1 because I am certain the code is more robust than mine.
    Any help would be greatly appreciated.
    Jason

    Additionally, I can't seem to get the F4V post processor to work with these files.  It is throwing an error "cannot open file" and the -v flag adds no helpful output.

  • DNS cache " Name Does not Exist"

    Hey Guys,
    So we've been experiencing a really weird issue related to the DNS for past couple of months. Here are the details:
    1) Our domain machines are Windows 7 Enterprise and their DNS points to Windows DNS Servers
    2) For companyxyz.net internal sites, the Windows DNS resolves those from its
    companyxyz.net zone.
    3) For public *.companyxyz.com records, the Windows DNS has conditional forwarders to point these requests to our Linux Bind Servers. And than the authoritative name servers respond to these queries accordingly
    4) Our internal employees use the public records such as testing.companyxyz.com 
    Problems:
    1) Employees on the internal network would randomly experience page not found on their browsers while trying to hit
    testing.companyxyz.com. When we try to ping this URL, ping would fail too. However, NSLOOKUP would work perfectly fine and return the correct results. ipconfig /flushdns fixes the issue right away
    2) During the time when this problem is occurring, if I look into the local cache ( ipconfig /displaydns), I find an entry saying:
        testing.companyxyz.com
        Name does not exist. 
    ipconfig /flushdns obviously clears out this record along with the other local cached records and fixes the issue.
    3) Point the local computers directly to the Linux Bind servers as DNS never create this issue. It's only when they are pointing to the Windows DNS and going to this public record. The problem also seems to occur a lot more frequently if there are considerably
    high number of hits to this URL.
    Have you guys experienced this issue before? I am looking for a fix for this issue and not having the end-users to flush their dns constantly. Also note this problem occurs sometimes once a day, or 2 -3 times a week. It's very random.
    Thanks.
    Bilal
     

    Hi,
    It seems that the issue is related to your Windows 7 client. Considering whether there is DNS attack or virus on this computer.
    Please try to do the safety scan first.
    Please monitor the DNS server performance referring these article:
    Monitoring DNS server performance
    http://technet.microsoft.com/en-us/library/cc778608(WS.10).aspx
    Monitoring and Troubleshooting DNS
    http://www.tech-faq.com/monitoring-and-troubleshooting-dns.html
    For further step, we need to capture the traffic by using Network monitor when the issue happened and we continuously ping
    testing.companyxyz.com.
    Microsoft Network Monitor 3.4
    http://www.microsoft.com/en-us/download/details.aspx?id=4865
    Let’s see whether there is DNS request happened and the DNS request is handled.
    You can post back the save traffic log here for our further research.
    Kate Li
    TechNet Community Support

  • Access the cached session in ADF

    Hello,
    I have generated an EO A. Business logic is triggered to call a DB store procedure in EO A generated java class.
    The DB store procedure is to create list of record in A. The list of records are cached in the session and not committed yet.
    If i can access this cache, i can simply do select * from A where A.key = k to get the list of records.
    How can I do that in the entity object generated java class?
    Thanks

    Hello,
    I am using JDeveloper 11.1.1.3.0
    Actually, I want to convert a PL/SQL logic in the ADF BC.
    The original logic is using a calling a store procedure and then using a cursor to retrieve the record.
    So, when i called the same store procedure in ADF BC, how can I access the cached record in the same way as cursor?
    For example,
    A entity object/view object was created on DB table SCHED, a button is pressed to trigger the store procedure
    so that a list of schedule records of SCHED are generated but not committed.
    How can I access the generated record of SCHED?
    Thanks

  • Data Cache and Generic Cache

    Hello,
    According to this document,
    http://download.oracle.com/docs/cd/B16240_01/doc/apirefs.102/e12639/chapter1.htm#CIAEFHFB
    I see there are two cache system in Oracle BI Server, "Data Cache" and "Generic Cache".
    What is the difference between these two kinds of cache ?
    Thanks.

    Hi user611881,
    I'll try to explain the two cache types here, but if someone can better phrase it than myself, by all means, step up.
    Data Cache:
    The OBIEE BI Server will cache the result set of SQL that is executed. These cached results are records and if OBIEE sees another report requesting the same record set that it already has in cache, it will go straight to the cache version instead of re-issuing the SQL
    Generic Cache:
    The generic cache is the presentation server cache. This has to do with the caching of particular request. If the BI Server detects a cached version of a request, it will get the request directly from the cache and not even go down to check for the cached record set.
    This is how they function. Assume you have report A with record set 1 and there's no data in either cache.
    You run Report A
    1) Presentation Service checks if the Request is in the generic cache.
    2) This check fails.
    3) Presentation service issues logical SQL query to BI Server
    4) BI Server checks if there is any record set matching the logical query in the cache
    5) This check fails.
    6) BI Server issues the physical SQL
    7) BI Server caches the result set
    8) Presentation service gets result set and formats the data
    9) Presentation service caches presentation results
    10) Report A is displayed
    That is my understanding of the Data and Generic Caches.
    Good luck and if you found this post useful, please award points!
    Best regards,
    -Joe

  • Delivers unable to refresh Report through Cache Seed

    Hi
    I am using delivers to refresh the Oracle BI cache.
    I have created a Report & run the report, saved.
    Cache was enabled at this moment. Now the report was cahed.
    I have created a iBot on this report and sheduled.
    After this... i updated one of the values of column in database.
    Now i try to schedule the report as i thought that the cache will be refreshed.. for this iam checking the check box "Oracle BI Server Cache" Cache Seeding option present in Destination tab of Delivers. When i fired my iBot at this moment i am unable to get the updated records which means the cache is not refreshing...
    Can you explain procedure how to refresh the Oracle BI Server Cache.
    What is the Cache seeding..?
    Thank You..
    G. Kishore

    Seeding cache means you are employing a mechanism (manual or automatic) to pre-populate the cache entries so your first user(s) don't have to wait for data to be displayed on the screen.
    To seed a cache one presumes the cache is empty -- at least for the entries in question. You might have some data that changes yearly ... so you never remove those cache records unless the year is done. You might have daily data that you need purged and re-seeded every morning. You might have such good database query/network/BI Server performance that your users will actually perform the seeding for you (but then it can be argued why have the cache at all); but usually the DB/network/BI Server performance is such that we want to cache data, purging and re-seeding as needed.
    Also keep in mind: caching is the LAST step in a comprehensive OBIEE performance strategy.

  • SunWS cache problems

    Greetings.
    I've got following problem, wich seems to be related with SunWS cache.
    I try following simple program:
    #include <algorithm>
    #include <functional>
    #include <iostream>
    #include <vector>
    using namespace std;
    struct A {
    int process2(int i) {
    cout << "i: " << i << endl;
    return i;
    int main() {
    vector<A*> a;
    a.push_back(new A);
    for_each(a.begin(), a.end(), bind2nd(mem_fun(&A::process2), 10));
    In this way it compiles Ok. Now I change bind2nd to bind1st and try to compile. Program doesn't compile, which is correct. Then I fix error and switch to bind2nd again. But when I compile fixed programm, I've got following message:
    __1cDstdIfor_each4CppnBA_n0AJbinder1st4n0AKmem_fun1_t4Cin0B_Ci_____6FTA4TB_5_ is out-of-date and will be regenerated
    ld: fatal: file /home/u1atpus/test/SunWS_cache/CC_obj_B/BPFKrWRLzDN0IQzI5b3r.o: cannot open file: No such file or directory
    ld: fatal: File processing errors. No output written to a.out
    And now the only way to get program compiled is by clearing the cache manually. Is there any other solution? I've got Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-17 2003/08/11
    Thank you.

    I think this question is covered in the FAQ or the Release Notes. The template cache does not auotomatically remove unused template instances. (Determining when an instance becomes unused is somewhere between extremely expensive and impossible.)
    For_each is a template, and you create a template instance when you use it. Each different set of parameter types creates a different instance. When you instantiate on bind1st, you create an instance that is different from the instance using bind2nd. The cache records the dependency of for_each<bind1st> on your program file. When your program file is updated, it knows it needs to update the instance of for_each<bind1st>, but the source code for it is no longer around.
    The only fix is to clear the template cache.
    Our current shipping compiler (Sun Studio 8, C++ 5.5) does not use a template cache by default, and this and many other problems relating to the template cache disappear.

  • Record a videocall with shared content between two endpoints

    Good day! I faced a next task a record of a videocall between two endpoints.  For example, a videocall with shared content between two DX70. I doubt that MediaSense is able to record content, whereas Telepresence Content Server is extremely expensive solution. What simple way is for sorting out my issue?

    I believe that if you edit any song information (Name, Artist, Album, etc.), iTunes refuses to edit the actual file (but keeps a cache record of the changes). If you "Compile iTunes Library" (see below), it will make a change to the duplicate file it creates, and keeps record of the ratings as well.
    To compile your iTunes library, go to the "iTunes" option, and select Library... >> Organize Library... and select "Consolidate Files". This will duplicate your files, and move the duplicates to the iTunes Music Folder (organized by artist and such). You can then copy and move this file to your iMac.

  • Internal DNS Caching - Different than External DNS Caching?

    Possibly. Just check the TTL of your internal DNS records like this:
    Batchfilenslookup -type=soa rackspace.co.uk
    Where rackspace.co.uk is the name of one of your internal machines.

    Oliver Kinne wrote:DNS per se allows you to set the TTL (time to live) of a DNS record. Public DNS entries are set with TTLs of anything between 5 minutes to 72 hours - depending on the records and who set them up.You can set the TTL of DNS records on your Microsoft server - see here: https://support.microsoft.com/en-us/kb/297510So it's up to you how long for DNS entries are cached for internal records.Of course, technically clients can ignore the TTL and cache records for longer or even a shorter amount of time. The TTL is just a "recommendation", but most clients adhere to the TTL given out by the DNS server.Ohhh! Okay, I didn't know that cached DNS records expired. So, basically, my internal DNS server is stating that the TTL on our internal DNS info isa period of time of less than that of external DNS sources such as those that...

  • Pricing with IPC4 and CRM4

    Hi,
    I'm very new to IPC and CRM-Pricing and need some help for a special task.
    I need a function module in CRM4 to determine prices with the IPC4.
    At the end, this function module should act as a webservice (rfc-enable) to determine prices for a products by using the following input-parameters:
    - materialnr.
    - sold-to-party
    - Sales Org.
    - Distribution Channel
    - Division
    For this task I tried to implement an ABAP function module that uses the function module 'PRC_PD_CREATE' and 'PRC_PD_ITEM_CREATE'. The problem is that I get always 0.00 values as price back. You can find the IPCServErr.log in the text below. Can you imagine what I've done wrong, or do you know a better way to get prices out of CRM by using the IPC?
    IPCServErr.log:
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-3 Debug: RFC request: client=011&userName=MATHWEGE&userLocation=QME&type=CRM&application=IPC_TTE
    Nov 12, 2007 1:34:05 PM  ...sxe.socket.server.CommandMgr.hiss88[JCO.ServerThread-3] Info: command executed:CreateSession, response code:200
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-3 Debug: RFC response: newSessionId=26162783
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-3 Info: response time of command CreateSession: 0
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-4 Debug: RFC request: IV_SESSION_ID=26162783&procedureName=ZFI001&application=CRM
    Nov 12, 2007 1:34:05 PM  ...sxe.socket.server.CommandMgr.hiss88[JCO.ServerThread-4] Info: command executed:GetPricingProcedureInfo, response code:200
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-4 Debug: RFC response: conditionTypesWithDataSource[1]=VPRS&dataSources[1]=H&purposes[1]=null&availableItemConditionTypeNames[1]=EK02&availableItemConditionTypeNames[2]=YSUP&availableItemConditionTypeNames[3]=YCOP&availableItemConditionTypeNames[4]=ZFIP&availableItemConditionTypeNames[5]=ZFR1&availableItemConditionTypeNames[6]=YGDV&availableItemConditionTypeNames[7]=YGV1&availableItemConditionTypeNames[8]=VA00&availableItemConditionTypeNames[9]=YA00&availableItemConditionTypeNames[10]=YA01&availableItemConditionTypeNames[11]=YA02&availableItemConditionTypeNames[12]=ZPVB&availableItemConditionTypeNames[13]=ZPV8&availableItemConditionTypeNames[14]=ZPVN&availableItemConditionTypeNames[15]=YN00&availableItemConditionTypeNames[16]=PN00&availableItemConditionTypeNames[17]=ZXX4&availableItemConditionTypeNames[18]=ZXX1&availableItemConditionTypeNames[19]=ZFI3&availableItemConditionTypeNames[20]=YGEX&availableItemConditionTypeNames[21]=YGBU&availableItemConditionTypeNames[22]=YGCU&availableItemConditionTypeNames[23]=YIBW&availableItemConditionTypeNames[24]=ZFRF&availableItemConditionTypeNames[25]=YPIZ&availableItemConditionTypeNames[26]=ZFR8&availableItemConditionTypeNames[27]=YPMZ&availableItemConditionTypeNames[28]=ZPV3&availableItemConditionTypeNames[29]=ZPV5&availableItemConditionTypeNames[30]=ZPRV&availableItemConditionTypeNames[31]=Z006&availableItemConditionTypeNames[32]=Z007&availableItemConditionTypeNames[33]=ZFRD&availableItemConditionTypeNames[34]=ZFRE&availableItemConditionTypeNames[35]=GRWR&availableItemConditionTypeNames[36]=EDI1&availableItemConditionTypeNames[37]=EDI2&availableItemConditionTypeNames[38]=ZFI1&availableHeaderConditionTypeNames[1]=YM00&availableHeaderConditionTypeNames[2]=ZFR3&availableHeaderConditionTypeNames[3]=YHBU&availableHeaderConditionTypeNames[4]=YHCU&availableHeaderConditionTypeNames[5]=YHGW&availableHeaderConditionTypeNames[6]=ZFI0&availableHeaderConditionTypeNames[7]=ZFI2&availableHeaderConditionTypeNames[8]=Z006&availableHeaderConditionTypeNames[9]=Z007&availableHeaderConditionTypeNames[10]=ZFRD&availableHeaderConditionTypeNames[11]=ZFRE&headerAttributeNames[1]=CURRENCY&headerAttributeNames[2]=DIS_CHANNEL&headerAttributeNames[3]=DIVISION&headerAttributeNames[4]=FKART&headerAttributeNames[5]=HEADER_DIVISION&headerAttributeNames[6]=INCOTERMS1&headerAttributeNames[7]=INVENT_LOC&headerAttributeNames[8]=PRICE_GRP&headerAttributeNames[9]=PRICE_LIST&headerAttributeNames[10]=PROCESS_TYPE&headerAttributeNames[11]=REF_CURRENCY&headerAttributeNames[12]=SALES_ORG&headerAttributeNames[13]=SALES_ORG_ORDER&headerAttributeNames[14]=SHIP_COND&headerAttributeNames[15]=SOLD_TO_PARTY&headerAttributeNames[16]=TAX_DEPART_CTY&headerAttributeNames[17]=TAX_DEST_CTY&headerAttributeNames[18]=TAX_GROUP_BP_01&headerAttributeNames[19]=TAX_X_EU_CTY_FRO&headerAttributeNames[20]=TAX_X_EU_CTY_TO&headerAttributeNames[21]=VAT_REG_NO&headerAttributeNames[22]=YCCNDVAL_641_LIM&headerAttributeNames[23]=YCCNDVAL_KSCHLMM&headerAttributeNames[24]=YCCNDVAL_KSCHLMP&headerAttributeNames[25]=YC_PRIC_PROC&headerAttributeNames[26]=YR_KONDS&headerAttributeNames[27]=YR_PR_REQ_609&headerAttributeNames[28]=YR_PR_REQ_617&headerAttributeNames[29]=YY_VKORG_R3&itemAttributeNames[1]=INDICATOR_IC&itemAttributeNames[2]=PRC_GROUP3&itemAttributeNames[3]=PRC_INDICATOR&itemAttributeNames[4]=PRICE_PRODUCT&itemAttributeNames[5]=PROD_PR_GROUP&itemAttributeNames[6]=TAX_GROUP_P&itemAttributeNames[7]=YYRPSTYV&itemAttributeNames[8]=ZZPRODH1&itemAttributeNames[9]=ZZPRODH2&itemAttributeNames[10]=ZZPRODH3&itemAttributeNames[11]=ZZPRODH4&itemAttributeNames[12]=ZZPRODH5&itemAttributeNames[13]=ZZPRODH6&itemAttributeNames[14]=ZZPRODH7&conditionAccessTimestampNames[1]=PRICE_DATE
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-4 Info: response time of command GetPricingProcedureInfo: 0
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-2 Debug: RFC request: IV_SESSION_ID=26162783&useDocumentId=473866A41F6C63FDE10000000A69C053&procedureName=ZFI001&application=CRM&documentCurrencyUnit=EUR&localCurrencyUnit=EUR&language=D&country=DE&dateFormat=dd.MM.yyyy&partialProcessing=N&keepZeroPrices=N&editMode=A&groupConditionProcessing=N&readPricingDocumentFromDb=N
    Nov 12, 2007 1:34:05 PM  ...e.log.log_api.SPE.pricingDocumentInit JCO.ServerThread-2 Debug: PricingDocument INIT FOR PricingDocument: 473866A41F6C63FDE10000000A69C053
    Nov 12, 2007 1:34:05 PM  ...e.log.log_api.SPE.pricingDocumentInit JCO.ServerThread-2 Debug: PricingDocument TRY TO CREATE IPCCacheManager
    Nov 12, 2007 1:34:05 PM  ...p.sxe.log.log_api.SPE.IPCCacheManager JCO.ServerThread-2 Debug: IPCCacheManager - TRY TO CREATE IPCCacheManager
    Nov 12, 2007 1:34:05 PM  ...p.sxe.log.log_api.SPE.IPCCacheManager JCO.ServerThread-2 Debug: IPCCacheManager - Cache record count:71
    Nov 12, 2007 1:34:05 PM  ...p.sxe.log.log_api.SPE.IPCCacheManager JCO.ServerThread-2 Debug: IPCCacheManager - NO ClearCache Cache-TimeStamp:12.11.2007 current Date:12.11.2007
    Nov 12, 2007 1:34:05 PM  ...sxe.socket.server.CommandMgr.hi8br014 JCO.ServerThread-2 Info: command executed:CreateDocument, response code:200
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-2 Debug: RFC response: documentId=473866A41F6C63FDE10000000A69C053
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-2 Info: response time of command CreateDocument: 0
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-1 Debug: RFC request: IV_SESSION_ID=26162783&documentId=473866A41F6C63FDE10000000A69C053&isRelevantForPricing=N&isNotDeletable=N&productGuid=429D02A3FF110F5BE10000000A69C035&exchangeRateType=M&pricingDate=20071112&salesQuantityValue=1.00000&salesQuantityUnit=ST&grossWeightValue=0.00000&netWeightValue=0.00000&weightUnit=KG&volumeValue=1.00000&volumeUnit=CCM&pointsValue=0.00000&formatValue=N&pricingAnalysis=Y&isReturn=N&isStatistical=N&pricingItemIsUnchangeable=N&useItemId=473866A21F6C63FDE10000000A69C053&suppressPricing=N&importPricingConditions=N&headerAttributeNames=DIS_CHANNEL&headerAttributeNames=DIVISION&headerAttributeNames=SALES_ORG&headerAttributeNames=SOLD_TO_PARTY&headerAttributeValues=50&headerAttributeValues=A1&headerAttributeValues=O 50000004&headerAttributeValues=429F942A5409096BE10000000A69C03B&itemAttributeNames=PRICE_PRODUCT&itemAttributeValues=429D02A3FF110F5BE10000000A69C035
    Nov 12, 2007 1:34:05 PM  ...sxe.socket.server.CommandMgr.hi8br014 JCO.ServerThread-1 Info: command executed:CreateItem, response code:200
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-1 Debug: RFC response: itemId=473866A21F6C63FDE10000000A69C053
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-1 Info: response time of command CreateItem: 0
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-5 Debug: RFC request: IV_SESSION_ID=26162783&documentId=473866A41F6C63FDE10000000A69C053&itemId=473866A21F6C63FDE10000000A69C053&formatValue=N
    Nov 12, 2007 1:34:05 PM  ...sxe.socket.server.CommandMgr.hiss88[JCO.ServerThread-5] Info: command executed:GetPricingItemInfo, response code:200
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-5 Debug: RFC response: grossValue=0.00&netValue=0.00&taxValue=0.00&totalGrossValue=0.00&totalNetValue=0.00&totalTaxValue=0.00&subtotal1=0.00&subtotal2=0.00&subtotal3=0.00&subtotal4=0.00&subtotal5=0.00&subtotal6=0.00&freight=0.00&netValueWithoutFreight=0.00&grossValueSubtotal=0.00¤cyUnit=EUR&netPrice=0.00&netPricePricingUnitValue=1&netPricePricingUnitName=ST&cashDiscount=0.00&cashDiscountBasis=0.00
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-5 Info: response time of command GetPricingItemInfo: 0
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-3 Debug: RFC request: IV_SESSION_ID=26162783&documentId=473866A41F6C63FDE10000000A69C053
    Nov 12, 2007 1:34:05 PM  ...ndata.application.imp.PricingDocument JCO.ServerThread-3 Debug: pricing document 473866A41F6C63FDE10000000A69C053: pricing complete
    Nov 12, 2007 1:34:05 PM  ...sxe.socket.server.CommandMgr.hiss88[JCO.ServerThread-3] Info: command executed:PricingCompleteDocument, response code:200
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-3 Debug: RFC response: netValue=0,00&grossValue=0,00&taxValue=0,00
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-3 Info: response time of command PricingCompleteDocument: 0
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-4 Debug: RFC request: IV_SESSION_ID=26162783&documentId=473866A41F6C63FDE10000000A69C053&formatValue=N
    Nov 12, 2007 1:34:05 PM  ...sxe.socket.server.CommandMgr.hiss88[JCO.ServerThread-4] Info: command executed:GetPricingDocumentInfo, response code:200
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-4 Debug: RFC response: grossValue=0.00&netValue=0.00&taxValue=0.00&subtotal1=0.00&subtotal2=0.00&subtotal3=0.00&subtotal4=0.00&subtotal5=0.00&subtotal6=0.00&freight=0.00&netValueWithoutFreight=0.00&grossValueSubtotal=0.00&rootItemIds[1]=473866A21F6C63FDE10000000A69C053&itemIds[1]=473866A21F6C63FDE10000000A69C053&itemGrossValues[1]=0.00&itemNetValues[1]=0.00&itemTaxValues[1]=0.00&itemTotalGrossValues[1]=0.00&itemTotalNetValues[1]=0.00&itemTotalTaxValues[1]=0.00&freights[1]=0.00&netValuesWithoutFreight[1]=0.00&grossValuesSubtotal[1]=0.00&itemNetPrices[1]=0.00&itemNetPricePricingUnitValues[1]=1&itemNetPricePricingUnitNames[1]=ST&itemCashDiscounts[1]=0.00&itemCashDiscountBases[1]=0.00&itemSubtotals1[1]=0.00&itemSubtotals2[1]=0.00&itemSubtotals3[1]=0.00&itemSubtotals4[1]=0.00&itemSubtotals5[1]=0.00&itemSubtotals6[1]=0.00¤cyUnit=EUR
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-4 Info: response time of command GetPricingDocumentInfo: 16
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-2 Debug: RFC request: IV_SESSION_ID=26162783
    Nov 12, 2007 1:34:05 PM  ...sxe.socket.server.CommandMgr.hiss88[JCO.ServerThread-2] Info: command executed:CloseSession, response code:200
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-2 Debug: RFC response:
    Nov 12, 2007 1:34:05 PM  ...p.sxe.socket.server.rfc.RFCConnection JCO.ServerThread-2 Info: response time of command CloseSession: 0
    Nov 12, 2007 1:34:06 PM  ...cket.server.SocketConnection.hiss88
    Debug: request:
    Nov 12, 2007 1:34:06 PM  ...sxe.socket.server.CommandMgr.hi8br014 Info: command executed:GetLoad, response code:200
    Nov 12, 2007 1:34:06 PM  ...cket.server.SocketConnection.hiss88
    Debug: response:
    socketLoad=5&rfcLoad=0
    Nov 12, 2007 1:34:06 PM  ...cket.server.SocketConnection.hiss88
    Debug: response time of command GetLoad: 0

    Hi
    For the Characteristic pricing Table name:SDCOM and field name VKOND the values are updated.You need write code E.g.,
    $self.Z_pricing = 'A_1' if $self. Z_finish = 'A_1
    Here Z_pricing is the characteristics maintained for pricing
    Z_finish is the characterstics where the components A_1 is maintained
    Hope this will get some picture
    Regards
    Ramesh

  • Dynamic re-creation of Entity/View Objects

    Does anybody know if the following is possible with JDeveloper/ADF, and if so, any suggestions on where to start?
    My boss wants to be able to re-define a series of database views dynamically at any time, adding/removing columns. This will be handled by PL/SQL etc so it is not part of the JDeveloper question.
    But he then wants the J2EE Swing GUI application to be able to "see" the changes to the view immediately e.g. to display new fields on the client form, without having to re-compile any code.
    The Swing GUI appears to be a given, unfortunately as it would be easier to re-create at least the GUI dynamically using JSP etc.
    Right now, I'm trying to figure out how to pass the database changes through the J2EE tiers e.g. how do I dynamically re-define the Entity Object based on the modified view, without re-compiling it? How do I reflect these changes in the corresponding View Object(s)?
    Personally I think this requirement will be the death of the project, as it will absorb 95% of our limited intellectual/Java resources for 5% of the functionality: Welcome to Dilbertland!
    But given this requirement, does anybody out there have any ideas?
    Thanks,
    Chris

    Hi Chris ,
    well you can always create dynamic attribute in the view object using viewObject.addDynamicAttribute(DynamicAttributeName);
    and you can store any serialazable object in this attribute like any other attribute. It should be serializable coz BC4J needs to send it to Database in case you are using spillover feture
    to cache records.
    you can also create Dynamic view object based on an entity or a SQL query.
    AppModule.createViewObjectFromQueryStmt();
    But of course dynamic view based on SQl Query
    will not be updatable. I doubt , You can dynamically create attribute on Entity or dynamic Entities.
    I have already posted one question for this ..and waiting for reply ..:-(
    Updatable , Dynamic VIEW OBJECT ??
    hope it'll help
    Prasoon

  • How to handle Keys (Sequences) generated in Database

    Need some pointers about how to achieve following:
    I am building a cache for TRADES and have a CacheStore supporting LOAD/STORE/REMOVE methods.
    The TRADES cache is associated with TRADE table on the database. I have most of my business logic related to adding a trade in a Database Package.
    If a new trade is being added to the table, Stored Procedure in my package will use a sequence number to assign it a UNIQUE KEY and will return the key with the call
    Now, my cache is using TRADE KEY as a key for the trade objects. If my application is putting a new trade to the cache, then how should this be designed?
    I do not really want to have sequences put in the cache as my stored procedure does it for me and there are few other applications which are using same SP.
    Has anyone implemented something like this where the key is now known until the object is entered in the database?
    I can have a TEMPORARY KEY assigned to the object and can replace the record once the trade has been successfully added to the table. As I can not do replace/update cache records in CacheStore, is there any way to achieve this?
    Following is my cache-config:
    <distributed-scheme>
         <scheme-name>PartitionedTradePOFScheme</scheme-name>
         <service-name>SweetTradeSvc</service-name>
         <serializer>
              <class-name>com.tangosol.io.pof.ConfigurablePofContext</class-name>
              <init-params>
                   <init-param>
                        <param-type>String</param-type>
                        <param-value>position-pof-config.xml</param-value>
                   </init-param>
              </init-params>
         </serializer>
         <backing-map-scheme>
              <read-write-backing-map-scheme>
                   <internal-cache-scheme>
                        <local-scheme></local-scheme>
                   </internal-cache-scheme>
                        <cachestore-scheme>
                        <class-scheme>
                             <class-name>com.db.spg.sweet.coherenceutil.DBCacheStoreTrade</class-name>
                             <init-params>
                                  <init-param>
                                       <param-type>java.lang.String</param-type>
                                       <param-value>{cache-name}</param-value>
                                  </init-param>
                             </init-params>
                        </class-scheme>
                   </cachestore-scheme>
              </read-write-backing-map-scheme>
         </backing-map-scheme>
         <autostart>true</autostart>
    </distributed-scheme>I am trying to be as clear as possible. If anything here is confusing, let me know.
    Thanks

    Jonathan.Knight wrote:
    <li>The AQ messaging is asynchronous so there will be a time-lag between the original put of the trade and it being updated with the version from the DB.
    <li>How does the AQ listener know what the key is of the temporary trade is that it needs to remove, presumably you write this to the DB then send it back in the AQ message?Agreed. From my CacheStore, I call Stored Procedure inside Database Package. I can pass this TEMP key to this SP as 1 extra parameter. So, I do not necessarily need to store it in the database, but just use merely as an extra parameter to be sent back to AQ. Also, when the client puts a new trade, the business logic for most of the trade processing is in our stored procedures. There, it will enrich that trade with additional information from other tables, it will also adjust the trader position and then will return with the new trade key to the client. GUI/Client Applications will provide the data required to create a trade. But SP will use this data and using other local stored procedures, it will obtain extra information for the trade, enrich all the information in a single trade record and then will create that new record.
    <li>If the code the listens to the AQ messages removes the original version of the trade from the cache before putting the new version into the cache you will have a short period of time where there is that trade does not exist in the cache
    <li>Alternatively if your AQ listener works the other way round and puts the new version into the cache before removing the original version you will have a short period where there are two copies of the same trade in the cache.
    <li>Depending on what you use-cases for reading these trades back out of the cache you could have issues with the above times when there may be one, zero or two copies of the trade.Yes. I have been thinking about that as well. But I think, as the trade entered from GUI is merely an indicator for the background/database processing. If and only if the database processing is successful, that is considered a valid trade. So as far as I know, the duplicate/old copy of the trade would still be considered as in "waiting database update" state. I am designing my GUI accordingly. I will probably check with the users about this requirement once again though. You have a valid point.
    <li>I assume your use-cases for accessing trades from the cache are not using the keys as they could not rely on having obtained the correct key for a trade as it might change. At this point, I am using these TRADE keys as my cache keys. Because, it is really easier for us to manage TRADES in the cache, especially when there are lot of lookups involved from our users
    One more thing someone I had worked with long time back suggested that, having a staging/metadata cache for all these trades to be processed from the client. Add these trades in the database and then in QueueListener, add a new trade in Trade-Cache and remove the corresponding old trade from staging/metadata cache. This also seems good, though I need to see if that is going to complicate matters in terms of processing.
    Thanks a lot JK for your suggestions. Let me know if the logic I explained makes sence.

  • Work around for server not found problems on FF36

    I have found a work around for all the people having server not found problems with FF36.
    If you manually set your network adapter DNS to an external DNS server (as opposed to your local ISP) then the problem goes away. I set mine to use the two google DNS servers:
    Preferred: 8.8.8.8
    Alternate: 8.8.4.4
    Not a clue why this works but it is 100% successful on my desktop PC, whereas before I could hardly connect to a webpage with FF36 without multiple page refreshes and much frustration, even though FF35 was fine and rolling back to FF35 was also fine.
    Something has changed in FF36 and either the way it handles DNS or the way it works with some network adapters.
    It is nothing to do with add-ons, profiles or firewall software as I have tried all of these things and only the DNS change made a difference. I even copied over a full working profile and the program files directory for Mozilla from my portable which was having no problems and the problem still existed on the desktop, which is why I started looking at the network adapater since everything else between the working PC and the non working one was identical.
    Hopefully this will help the developers to pin down the real cause of the problem and fix it in the next release.

    Well done. Thanks for finding that.
    That is not only assigned but has an approved patch included in the scheduled Fx36.0.1 release so it should be fixed in few days, watch out for the upgrade.
    * Bug 1093983 - DNS resolver should not use 'ANY' to get cached records for TTL <sup>[https://bugzilla.mozilla.org/show_bug.cgi?id=1093983#c35 c#35]</sup>
    * https://wiki.mozilla.org/Firefox/Channels/Meetings/2015-03-03#Schedule_Update
    With the bug now fixed it would not really be appropriate to add further comment. I do now see another related bug assigned but not being fast tracked, so if all goes well that will probably land in Firefox 39.
    * Bug 1138242 - DNS: Request A and AAAA record types rather than ANY when obtaining TTL on Windows

  • Is it possible to implement iSupplier Portal for Employee type Vendors

    We have iSupplier portal for external suppliers which we customized to show only invoices and payment advices.
    Is it possible to implement the same to our internal employees without creating them as new suppliers ?
    We want employees use iSupplier portal to view their expense(payments).

    If you are using presentation API then as Nagarajan said, you can use Endeca Dimension Search to power your TypeAhead/Predictive search.  Below are a few pointers that may help.
    Trigger typeahead only after user enters a few characters (ideally after 2-3 characters).
    Introduce a delay of a few milliseconds between your Endeca Searches.
    Limit the Dimensions to include using the Di parameter.
    Control the number of dimVals returned and other Dimension behavior using Drc and Dp
    Use Drc (to evaluate InStock products) in a seperate query with D=* to get a list of all valid DimVal IDs. Cache them and use this list to remove any out of stock dimVal IDs from the real query results.
    Use Dk and Dx to control match mode and your relevance ranking strategy to sort your results.
    Oracle Commerce Services also offers a prepackaged service called Endeca Predictive Search (EPS) module that can be quickly implemented to power TypeAhead. EPS provides other configurable features like caching, record search, frequent matches ,etc.  Reach out to your Oracle representative if that intersts you.
    All the best! I hope this helps.
    Best,
    Kaush
    P.S. Google limits the search result to 4 which, works for them and might work for you but to exploit the full potential of Predictive Search based on Endeca, try HomeDepot.com, Staples.com, etc. for inspiration.

Maybe you are looking for

  • Questions on ABKRS and Wage type

    Hello, Am in the process of transitioning to SAP HR and have some questions needing answers: My first question is on ABKRS which is the default value for payroll accounting area. When all the necessary entries have been made when creating "Employee S

  • External Hard Drive Died -- Full Library on iPod -- How can I get on iTunes

    My external hard drive recently died and I do not have my music backed up. All 3,600 of my music tracks are on my iPod, but I am afraid to sync my iPod up to my computer and add anything new for fear that it will erase all of my iPod trackes because

  • BBD / SLED in EWM without Batch Management ?

    Hi Can we have BBD / SLED functionality in EWM without Batch Management ? The products are not batch managed but Best Before Date Or Shelf Life expiration is required. Regards / Vinod Sedani

  • A table mapping between ISO country code and ISO currency code

    Hi experts, I want to know whether there is a table mapping between ISO country code and ISO currency code.I have searched T005(Countries) and TCURC(Currency Codes).why the filed of WAERS(Country currency) hasn't maintained in talbe T005?Whether ISO

  • Howto center flash object in a page

    Hi, i am confused of how are whole pages(with all navigation, header,etc) generated. I tried to study html and css codes of generated pages but there is a lot of functions etc, so the first question: is there some tutorial where are described some pr