Query has problem

Below query has problem .
Pls see the queries for Usage Summary with Partition and Without Partition
. I have executed this now so it may be in Buffer …****
DB Query ... SUM from event objects, bin variables
SELECT sum(amount) , sum(quantity), event.poid_type,ebal.resource_id,****
event.service_obj_type, event.service_obj_id0,ebal.
rate_obj_id0, ebal.OFFERING_OBJ_ID0, ebal.IMPACT_CATEGORY ****
FROM event_bal_impacts_t ebal, item_t item, event_tevent*
WHERE event.item_obj_id0 = item.poid_id0****
AND ebal.obj_id0 = event.poid_id0****
--                   and event.Poid_id0 >= 266838277921701888****
--                 and event.Poid_id0 < 267928993456455680****
--               and ebal.obj_id0 >= 266838277921701888****
--             and ebal.obj_id0 < 267928993456455680****
AND item.bill_obj_id0 = 148715294****
AND ebal.product_obj_id0 = 27433706****
AND ebal.account_obj_id0 = 146876519****
AND item.account_obj_id0 = 146876519****
AND event.poid_type like '%session/telco/gsm%'****
AND ebal.impact_category <> 'Free'****
AND resource_id not in (select resource_id from
resource_id_t)****
group by****
event.poid_type, ebal.resource_id,****
event.service_obj_type, event.service_obj_id0,****
ebal.rate_obj_id0, ebal.OFFERING_OBJ_ID0,ebal.
IMPACT_CATEGORY****
order by****
ebal.resource_id desc;****
SELECT sum(amount) , sum(quantity), event.poid_type,ebal.
resource_id,****
event.service_obj_type, event.service_obj_id0,ebal.
rate_obj_id0, ebal.OFFERING_OBJ_ID0, ebal.IMPACT_CATEGORY ****
FROM event_bal_impacts_t ebal, item_t item, event_tevent*
WHERE event.item_obj_id0 = item.poid_id0****
AND ebal.obj_id0 = event.poid_id0****
and event.Poid_id0 >= 264199450015039488****
and event.Poid_id0 < 265237388991660032****
and ebal.obj_id0 >= 264199450015039488****
and ebal.obj_id0 < 265237388991660032****
AND item.bill_obj_id0 = 148715294****
AND ebal.product_obj_id0 = 27433706****
AND ebal.account_obj_id0 = 146876519****
AND item.account_obj_id0 = 146876519****
AND event.poid_type like '%session/telco/gsm%'****
AND ebal.impact_category <> 'Free'****
AND resource_id not in (select resource_id from
resource_id_t)****
group by****
event.poid_type, ebal.resource_id,****
event.service_obj_type, event.service_obj_id0,****
ebal.rate_obj_id0, ebal.OFFERING_OBJ_ID0,ebal.
IMPACT_CATEGORY****
order by****
ebal.resource_id desc;****
--

848478 wrote:
Below query has problem .
Pls see the queries for Usage Summary with Partition and Without Partition
. I have executed this now so it may be in Buffer …****
DB Query ... SUM from event objects, bin variables
SELECT sum(amount) , sum(quantity), event.poid_type,ebal.resource_id,****
event.service_obj_type, event.service_obj_id0,ebal.
rate_obj_id0, ebal.OFFERING_OBJ_ID0, ebal.IMPACT_CATEGORY ****
FROM event_bal_impacts_t ebal, item_t item, event_tevent*
WHERE event.item_obj_id0 = item.poid_id0****
AND ebal.obj_id0 = event.poid_id0****
--                   and event.Poid_id0 >= 266838277921701888****
--                 and event.Poid_id0 < 267928993456455680****
--               and ebal.obj_id0 >= 266838277921701888****
--             and ebal.obj_id0 < 267928993456455680****
AND item.bill_obj_id0 = 148715294****
AND ebal.product_obj_id0 = 27433706****
AND ebal.account_obj_id0 = 146876519****
AND item.account_obj_id0 = 146876519****
AND event.poid_type like '%session/telco/gsm%'****
AND ebal.impact_category <> 'Free'****
AND resource_id not in (select resource_id from
resource_id_t)****
group by****
event.poid_type, ebal.resource_id,****
event.service_obj_type, event.service_obj_id0,****
ebal.rate_obj_id0, ebal.OFFERING_OBJ_ID0,ebal.
IMPACT_CATEGORY****
order by****
ebal.resource_id desc;****
SELECT sum(amount) , sum(quantity), event.poid_type,ebal.
resource_id,****
event.service_obj_type, event.service_obj_id0,ebal.
rate_obj_id0, ebal.OFFERING_OBJ_ID0, ebal.IMPACT_CATEGORY ****
FROM event_bal_impacts_t ebal, item_t item, event_tevent*
WHERE event.item_obj_id0 = item.poid_id0****
AND ebal.obj_id0 = event.poid_id0****
and event.Poid_id0 >= 264199450015039488****
and event.Poid_id0 < 265237388991660032****
and ebal.obj_id0 >= 264199450015039488****
and ebal.obj_id0 < 265237388991660032****
AND item.bill_obj_id0 = 148715294****
AND ebal.product_obj_id0 = 27433706****
AND ebal.account_obj_id0 = 146876519****
AND item.account_obj_id0 = 146876519****
AND event.poid_type like '%session/telco/gsm%'****
AND ebal.impact_category <> 'Free'****
AND resource_id not in (select resource_id from
resource_id_t)****
group by****
event.poid_type, ebal.resource_id,****
event.service_obj_type, event.service_obj_id0,****
ebal.rate_obj_id0, ebal.OFFERING_OBJ_ID0,ebal.
IMPACT_CATEGORY****
order by****
ebal.resource_id desc;****
--Consider getting the asterisk key fixed, since it results in invalid SQL syntax

Similar Messages

  • Query has exceeded 300 rows problem

    I just realized I posted in the wrong forum, sorry.
    Query has exceeded 300 rows. Potentially more rows exist, please restrict your query.
    I see in the diagnostics log on screen.
    ERROR:[fnd.common.Message.auto_log]:FND�FND_POTENTIALLY_MORE_DATA�N�VO_NAME�RecusalTransientVO1�N�MAX_FETCH_SIZE�300�
    But when I execute the query from the "About this Page" link of the RecusalTransientVO1 using toad, I only get one row.
    Please help shed light on this.
    Edited by: thedatawarehouse on Jul 6, 2011 12:35 PM

    Duplicate post -- Query has exceeded 300 rows problem.

  • "Your server is not configured properly or your search query has ..."

    Config info:
    v490, 20k+users, JES 2005Q1,
    118540-23
    118207-42
    115614-20
    Brief Description:
    When users select the Corporate Directory under the Address Book tab in CE and click the ALL button (or do a wildcard search) they get the following error:
    "Your server is not configured properly or your search query has
    exceeded the limit. Please check server configuration."
    Additional info:
    Additionally this error shows up when a user chooses a View: letter and clicks next for the following page, and additionally if they have the Corporate Directory set as their default address book in options.
    Logs:
    /sun1/dirserv/slapd-mail/logs/errors:
    [11/Oct/2005:10:44:21 -0500] - WARNING<20805> - Backend Database - conn=161557 op=34 msgId=169 - search is not indexed
    /sun1/dirserv/slapd-mail/logs/access:
    [11/Oct/2005:10:23:21 -0500] conn=161557 op=17 msgId=124 - SRCH base="o=ualr.edu,dc=mail,dc=ualr,dc=edu" scope=2
    filter="(&(&(cn=*)(|(objectClass=INETORGPERSON)(objectClass=GROUPOFUNIQUENAMES)))(objectClass=*))"
    attrs="objectClass"
    [11/Oct/2005:10:23:31 -0500] conn=161557 op=17 msgId=124 - RESULT err=0 tag=101 nentries=20540 etime=10 notes=U
    /var/sun1/comexp/logs/uwc.log:
    Oct 11, 2005 10:52:20 AM com.sun.uwc.abclient.ABInitFilter doFilter WARNING: Address Book session already set!!
    changes in /var/sun1/comexp/WEB-INF/config/corp-dir/db_config.properties
    lookthru_limit=30000
    I have a ticket, just wondering if anyone else has this problem...

    You'll be getting this in your case update (answer in response to the internal conversation we've been having about your issue)
    So if they really want to control wildcard searches then they should look in the "personalstore.properties" file for the domain (default: /var/opt/SUNWuwc/WEB-INF/domain/personalstore.properties) for the value of "db.idir.wildcardsearch". Its possible settings are documented in the comments. If they wish to disable all "*" and "*x*" searches (i.e. turn off the 'All' and selecting a letter options) they should set the value to at least 2.

  • SQL query / thread problem!

    I have the following code. when the execute mkethod is called, an instance of TransactionRunner is created. within the run method of TransactionRunner an SQLQuery is executed. I want to return the result set when the query has been executed, how can I do this, at the moment it tries to return the resultSet before the thread has finished. any ideas? I hav tried using a boolean as a flag but it doesn't appear to work.
    public static ResultSet execute(String SQL, boolean rs)
    System.out.println("in execute, dbm") ;
    SQLStatement = SQL ;
    result = rs ;
    complete = false ;
    tr = dbm.new TransactionRunner(SQL) ;
    //SOME FORM OF INDICATION TO THE END OF SQL EXECUTION
    return resultSet ;
    class TransactionRunner implements Runnable
         public ResultSet rs ;
         private Thread queryThread ;
         public String SQLStatement ;
         public TransactionRunner(String SQL)
              SQLStatement = SQL ;
              queryThread = new Thread(this) ;
              queryThread.start() ;
         public void run()
              if (result == true)
                   executeQuery(SQLStatement) ;
                   complete = true;
              else
                   update(SQLStatement) ;
              }

    I am up against the same problem, but I believe that
    you could fire off a progress monitor during the
    thread task and have the thread return the ResultSet.If you're planning to use Swing, then yes, you do need to execute the command in a spawned thread, otherwise your event thread will hang. BUT, spawning a sub-thread from a Swing app is not equivalent to spawning one from a simple console app, because the Swing event thread will keep your process alive. Instead, I would suggest doing something like the following:
    1) In the ActionListener that invokes the query (may be hung off a menu item, or a button, depending on your app):
            public void actionPerformed(ActionEvent actionEvent)
                (new Thread(new MyQuery())).start();
                displayWaitIndication();
            }This method runs in the event thread, and spawns a sub-thread to run the query. It also displays some sort of wait indication, maybe a progress box or a WAIT_CURSOR (I prefer the wait cursor, as you can't accurately display the progress of a server-side operation).
    2) MyQuery implements Runnable:
            public void run()
                List data = // call something to perform DB op here
                SwingUtilities.invokeLater(new Runnable()
                    public void run()
                        mainWindow.refresh(data);
            }This may be a bit confusing, as it leaves a lot of stuff out. I've used "List" as the return from the database function; chances are that you'll actually implement something like MyResultSet. You don't want to use an actual java.sql.ResultSet, because it (may) perform(s) a client-server call to retrieve each row. So, you process the real result-set into a container object (List or whatever) in the sub-thread.
    Then, you pass that container object back to the display window, on the event thread. I've used a variable to access the display window; you may do things differently. The key thing is the use of SwingUtilities.invokeLater(), to perform the actual update on the event thread.
    To summarize:
    1) You initiate the action on the event-thread.
    2) You perform the action in a sub-thread, put the resuls into a container.
    3) You update your display on the event-thread, using SwingUtilities.invokeLater().

  • Query weird problem

    Dear all,
    10.2.0.4 on solaris 10
    We have a program which gives the error :
    Search Results ORA-00907: missing right parenthesis
    when I traced the session, we are getting the below error :
    PARSE ERROR #6:len=261 dep=0 uid=185 oct=3 lid=185 tim=11975472898831 err=907
    select :"SYS_B_0" from ORM_RESTRICTED_CAT_BAL_ORD where (((CONTRACT_CAT=:b0 and ORDER_NO=:b1) and PREPOST_PAID in (:b2:b3,:"SYS_B_1")) and ((TRUNC(SYSDATE)>
    =TRUNC(FROM_DATE) and TO_DATE is null ) or TRUNC(SYSDATE) between TRUNC(FROM_DATE) and TRUNC(TO_DATE)))
    err=907 indicates the error ORA-00907: missing right parenthesis .
    The same query is fine in one more database as you can see below :
    Failed session gives the below in the trace file :
    PARSE ERROR #7:len=261 dep=0 uid=95 oct=3 lid=95 tim=12145359697150 err=907
    select :"SYS_B_0"  from ORM_RESTRICTED_CAT_BAL_ORD where (((CONTRACT_CAT=:b0 and ORDER_NO=:b1) and PREPOST_PAID in (:b2:b3,:"SYS_B_1")) and ((TRUNC(SYSDATE)>
    =TRUNC(FROM_DATE) and TO_DATE is null ) or TRUNC(SYSDATE) between TRUNC(FROM_DATE) and TRUNC(TO_DATE)))err=907 - indicates the error in the trace file
    The above query has all the parantheses. What could be the problem
    successful session gives the below in the trace file :
    PARSING IN CURSOR #7 len=247 dep=0 uid=455 oct=3 lid=455 tim=5569496832254 hv=1175718372 ad='7d9d6068'
    select 1  from ORM_RESTRICTED_CAT_BAL_ORD where (((CONTRACT_CAT=:b0 and ORDER_NO=:b1) and PREPOST_PAID in (:b2:b3,'BOTH')) and ((TRUNC(SYSDATE)>=TRUNC(FROM_D
    ATE) and TO_DATE is null ) or TRUNC(SYSDATE) between TRUNC(FROM_DATE) and TRUNC(TO_DATE)))
    END OF STMT
    PARSE #7:c=0,e=1032,p=0,cr=0,cu=0,mis=1,r=0,dep=0,og=1,tim=5569496832243Thanks
    Kai

    Probably not the cause of your error, but that's really, really a bad idea to name a column as TO_DATE since that's also an Oracle built-in function.
    Otherwise, check the bind variables value.
    Nicolas.

  • Query reusing problem

    Hi, kodo team.
    I have following code.
    query = pm.newQuery(Weather.class, "regionCode==:regionCode && wxDate ==
    :wxDate") ;
    for (int i = 0; weatherVOs != null && i < weatherVOs.length; i++)
    // query.setFilter("regionCode==:regionCode && wxDate == :wxDate");
    parameters.put("regionCode", weatherVOs.getRegionCode());
    parameters.put("wxDate", new
    Timestamp(CommonTimeUtil.getGMTTime(weatherVOs[i].getWxDate(), "GMT+9",
    "yyyy-MM-dd")));
    Collection col = (Collection)query.executeWithMap(parameters);
    Iterator iterator = col.iterator();
    boolean bExist = false ;
    When executeWithMap() method is first executed, It does good. but second
    call has problem.
    Kodo generates following SQL code.
    3064 TRACE [main] kodo.jdbc.SQL - <t 3156264, conn 5600736> [6 ms]
    executing prepstmnt 4093263 SELECT t0.REGIONCODE, t0.WXDATE, t0
    ..COUNTRYCODE, t0.DATEID, t0.MAXTEMP, t0.MINTEMP, t0.PREPAM, t0.PREPPM,
    t0.WINDDIRD, t0.WINDSPEED, t0.WXCODE, t0.WXTEXT FROM EPSCHEDU
    LE.SC_TWEATHER t0 WHERE (t0.REGIONCODE = ? AND t0.WXDATE = ?)
    [params=(String) 11A00000, (Timestamp) 2004-11-10 15:00:00.0] [reused=
    0] ------------------------> It's good
    3273 TRACE [main] kodo.jdbc.SQL - <t 3156264, conn 5600736> [8 ms]
    executing prepstmnt 18164 SELECT t0.REGIONCODE, t0.WXDATE, t0.C
    OUNTRYCODE, t0.DATEID, t0.MAXTEMP, t0.MINTEMP, t0.PREPAM, t0.PREPPM,
    t0.WINDDIRD, t0.WINDSPEED, t0.WXCODE, t0.WXTEXT FROM EPSCHEDULE
    ..SC_TWEATHER t0 [reused=0] ------------------------> It's bad.
    And, I have follwing package.jdo file.
    "ep.prm.mapper.TimeStampMapping" class is custom field mapping class.
    <!--==========================================================Weather==========================================-->
    <class name="Weather" objectid-class="WeatherPK">
    <extension vendor-name="kodo" key="jdbc-class-map" value="base">
    <extension vendor-name="kodo" key="pk-column" value="REGIONCODE"/>
    <extension vendor-name="kodo" key="pk-column" value="WXDATE"/>
    <extension vendor-name="kodo" key="table"
    value="EPSCHEDULE.SC_TWEATHER"/>
    </extension>
    <!--________ ____ 1-1 ________ ________-->
    <field name="regionCode" primary-key="true">
    <extension vendor-name="kodo" key="jdbc-field-map" value="value">
    <extension vendor-name="kodo" key="column" value="REGIONCODE"/>
    </extension>
    </field>
    <field name="countryCode">
    <extension vendor-name="kodo" key="jdbc-field-map" value="value">
    <extension vendor-name="kodo" key="column" value="COUNTRYCODE"/>
    </extension>
    </field>
    <field name="dateId">
    <extension vendor-name="kodo" key="jdbc-field-map" value="value">
    <extension vendor-name="kodo" key="column" value="DATEID"/>
    </extension>
    </field>
    <field name="wxDate" primary-key="true" persistence-modifier="persistent"
    default-fetch-group="true">
    <extension vendor-name="kodo" key="jdbc-field-map"
    value="ep.prm.mapper.TimeStampMapping">
    <extension vendor-name="kodo" key="column" value="WXDATE"/>
    </extension>
    </field>
    <field name="wxCode">
    <extension vendor-name="kodo" key="jdbc-field-map" value="value">
    <extension vendor-name="kodo" key="column" value="WXCODE"/>
    </extension>
    </field>
    <field name="wxText">
    <extension vendor-name="kodo" key="jdbc-field-map" value="value">
    <extension vendor-name="kodo" key="column" value="WXTEXT"/>
    </extension>
    </field>
    <field name="maxTemp">
    <extension vendor-name="kodo" key="jdbc-field-map" value="value">
    <extension vendor-name="kodo" key="column" value="MAXTEMP"/>
    </extension>
    </field>
    <field name="minTemp">
    <extension vendor-name="kodo" key="jdbc-field-map" value="value">
    <extension vendor-name="kodo" key="column" value="MINTEMP"/>
    </extension>
    </field>
    <field name="prePam">
    <extension vendor-name="kodo" key="jdbc-field-map" value="value">
    <extension vendor-name="kodo" key="column" value="PREPAM"/>
    </extension>
    </field>
    <field name="prePpm">
    <extension vendor-name="kodo" key="jdbc-field-map" value="value">
    <extension vendor-name="kodo" key="column" value="PREPPM"/>
    </extension>
    </field>
    <field name="windDird">
    <extension vendor-name="kodo" key="jdbc-field-map" value="value">
    <extension vendor-name="kodo" key="column" value="WINDDIRD"/>
    </extension>
    </field>
    <field name="windSpeed">
    <extension vendor-name="kodo" key="jdbc-field-map" value="value">
    <extension vendor-name="kodo" key="column" value="WINDSPEED"/>
    </extension>
    </field>
    </class>

    Sorry, The option is "javax.jdo.option.IgnoreCache : true". With false, I
    found the problem.That makes more sense. The reason the second query selects all objects, then,
    is that between the first and second query you've modified some objects without
    flushing their changes to the database. This means Kodo has to run the query
    in-memory on the changed objects in cache when IgnoreCache is set to false. You
    can prevent in-memory processing of the query with any of the following options:
    1. Set IgnoreCache to true, so Kodo always runs queries against the database and
    ignores the changes you've made to objects in the current transaction.
    2. Run all your queries for a given transaction before changing your objects.
    3. Set kodo.FlushBeforeQueries to true, which will cause Kodo to flush your
    changes to the database before a query that would otherwise have to be performed
    in memory. Then Kodo can run the query against the DB.

  • Jump Query Assignment Problem

    Hi all,
         I have a problem with Jump query. I have Posting Date (variable of type range) in Source Query. Target Query has Invoice Date (variable of type range). Both Posting and Invoice dates variables are identical. In RSBBS setting in the assignment details I assigned Posting Date variable to Invoice date variable. When I try to jump from source to target it is still asking for the Invoice date. Tried different options in the RSBBS assignment but still no luck.
         Any ideas as to how to send Posting Date variable values to Invoice date values.
    Thanks,
    Ram.

    Bhanu,
          Both posting date and Invoice date are part of selection screen entries in both the queries. I cannot remove it.

  • Warning - Query has exceeded 200 rows. Potentially more rows exist, please

    Hi Guys
    I am really stuck on this one did a snoop in the forum to find what the problem may be but have found nothing that can help me.
    I get the following error on my pages.
    I am using 11.5.10
    Warning - Query has exceeded 200 rows. Potentially more rows exist, please restrict your query.
    I had originally created a page and a view object with the relevent app module... and it was givin me the error. so what i did was delete the project
    created a page and just the app module with no view objects
    there is nothing on the page.. just that the page is linked to the app module via app module instance option.
    still givin the error
    i change the profile option for personal view object retrieval to 10 and still no avail..
    the message just change from
    Warning - Query has exceeded 200 rows. Potentially more rows exist, please restrict your query.
    to
    Warning - Query has exceeded 10 rows. Potentially more rows exist, please restrict your query.
    i have changed the max fetch size as well as the fetch size to limit the query..
    i have changed the max fetch size via code and setmaxfetchsize(1) via code on iniziliation..
    PLEASE HELP?>>>

    Hi George,
    What do you mean by, when you claim that the page still runs without your VO (i.e. Just the PG & AM)? Does it means that your webBeans in the page that references the VO Attributes, still comesup with no issues like (VO not found)?
    If yes, then your jdev. project is picking up the VO xml/class files else where from your classpath. Please check your classpath settings and library settings to see where the old file is still available.
    HTH.

  • My switch Linksys srw224g4 has problem and I need someone help

    Hello,
    My switch Linksys srw224g4 has problem that it keeps rebooting continuously and cannot bootup successfuly. Can someone tell me how to fix this problem? Firmware version is 1.2.2b , boot version is 1.0.2
    Here is console capture:
    ==================
    ------ Performing the Power-On Self Test (POST) ------
    UART Channel Loopback Test........................PASS
    Testing the System SDRAM..........................PASS
    Boot1 Checksum Test...............................PASS
    Boot2 Checksum Test...............................PASS
    Flash Image Validation Test.......................PASS
    BOOT Software Version 1.0.2 Built  17-Aug-2006  14:55:46
    Linksys SmartSwitch based on 88E6218 with ARM946E-S.
    32MByte SDRAM. I-Cache 8 KB. D-Cache 8 KB. Cache Enabled.
    Autoboot in 2 seconds - press RETURN or Esc. to abort and enter prom.
    Preparing to decompress...
     100%
    Decompressing SW from flash
     100%
    OK
    Running from RAM...
    *** Running  SW  Ver. 1.2.2b  Date  20-Mar-2007  Time  11:44:49 ***
    HW version is 00.03.00
    Base Mac address is: 00:1d:7e:74:b6:14
    Dram size is  : 32M bytes
    Dram first block size is  : 16969K bytes
    Dram first PTR is  : 0xF6D840
    Flash size is: 8M
    01-Jan-2000 01:01:02 %CDB-I-LOADCONFIG: Loading startup configuration.
    LZMA: Decompressing file failed!
    HOSTG_rscode_file_load: could not load file
    Device configuration:
    Slot 1 - SRW24F4G HW Rev.  0.2
    Tapi Version: v1.3.3.1
    Core Version: v1.3.3.1
    01-Jan-2000 01:01:09 %SYSLOG-F-OSFATAL:
    L FATAL ERROR: ROOT: ABORT DATA exception 
    ***** FATAL ERROR ***** 
    SW Version  :  1.2.2.16
    Version Date:  20-Mar-2007
    Version Time:  11:44:49
    Instruction            0x121fc0
    Exception vector       0x10
    Program state register 0x20000013
    *****************  SYSTEM RESET  *****************
    ------ Performing the Power-On Self Test (POST) ------
    UART Channel Loopback Test........................PASS
    Testing the System SDRAM..........................PASS
    Boot1 Checksum Test...............................PASS
    Boot2 Checksum Test...............................PASS
    Flash Image Validation Test.......................PASS
    BOOT Software Version 1.0.2 Built  17-Aug-2006  14:55:46
    Linksys SmartSwitch based on 88E6218 with ARM946E-S.
    32MByte SDRAM. I-Cache 8 KB. D-Cache 8 KB. Cache Enabled.
    Autoboot in 2 seconds - press RETURN or Esc. to abort and enter prom.
    Preparing to decompress...
     100%
    Decompressing SW from flash
     100%
    OK
    Running from RAM...
    *** Running  SW  Ver. 1.2.2b  Date  20-Mar-2007  Time  11:44:49 ***
    HW version is 00.03.00
    Base Mac address is: 00:1d:7e:74:b6:14
    Dram size is  : 32M bytes
    Dram first block size is  : 16969K bytes
    Dram first PTR is  : 0xF6D840
    Flash size is: 8M
    01-Jan-2000 01:01:02 %CDB-I-LOADCONFIG: Loading startup configuration.
    LZMA: Decompressing file failed!
    HOSTG_rscode_file_load: could not load file
    DelScr fatal Error: Invalid Variant type01-Jan-2000 01:01:03 %SYSLOG-F-OSFATAL: DelScr fatal Error
    ***** FATAL ERROR *****
    Reporting Task: ROOT.
    Software Version: 1.2.2b (date  20-Mar-2007 time  11:44:49)
    *****************  SYSTEM RESET  *****************
    Thanks,
    Tien

    Hi,
    Please follow the steps in this link to reload the image:
    http://www.cisco.com/en/US/products/ps9967/products_qanda_item09186a0080a36371.shtml
    And this is the link to download boot code 1.00.86:
    http://ip.gliebetronics.com:800/firmware/Linksys%20SRW2024/Firmware/
    Hope this help.

  • My iphone 4S has problem in making and receiving the calls. While making the call , call fails and netwrok disappears. Like wise no voice is heard for incoming calls. This happened after return from the overseas travel.

    My iphone 4S has problem in making and receiving the calls. While making the call , call fails and netwrok disappears. Like wise no voice is heard for incoming calls. This happened after return from the overseas travel.

    Hello SamSax
    Check out the assist page below for troubleshooting call connectivity.
    Calls and connection issues
    http://www.apple.com/support/iphone/assistant/calls/
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • Finding query access frequency or how many times a query has been executed?

    Dear Experts
    I need to find the total number of access frequency of individual queries that are requested by the users say at a particular time.
    Say there are 20 distinct queries requested in the time difference of 3 hours. All of the 20 queries or some of the queries may be requested for more than 2/3 times at that time by other users. By the way say query Q1 is requested 5 times at that so its query access frequency or how many times this query is executed is 5.
    From where and how can I can find this counting of query access frequency or how many times a query has been executed at particular time or a session?
    Normally we know the there SQL history dynamic performance views or if it can be possible to query the Shared pool library cache for SQL area it may be possible to find the total number of execution time for a query. But how to find that if anyone knows, please help me about this.
    Regards-
    Engr. A.N.M. Bazlur Rashid
    OCP DBA

    That's one of the stats reported by statspack - assuming that your query does sufficient work to meet the thresholds for the standard report. Executions is of course one of the columns of v$sql so you might just wish to sample that yourself. Finally if you are on 11g and the sql you are interested is relatively low resource intensive and you are licensed for AWR then you can use the slightly madly named "colored sql" feature that ensures that a specific statement will always be sampled for AWR.
    Niall Litchfield
    http://www.orawin.info/

  • Tp ended with error code 0247 - addtobuffer has problems with data- and/or

    Hello Experts,
    If you give some idea, it will be greatly appreciated.
    This transported issue started coming after power outage, sap system went hard shutdown.
    Then we brought up the system. Before that , we do not have this transport issue.
    our TMS landscape is
    DEV QA-PRD
    SED-SEQSEP
    DEV is having the TMS domain controller.
    FYI:
    *At OS level, when we do scp command using root user, it is fine for any TR.
    In STMS, while adding TR in SEQ(QA system), we  are getting error like this.
    Error:
    Transport control program tp ended with error code 0247
         Message no. XT200
    Diagnosis
         An error occurred when executing a tp command.
           Command:        ADDTOBUFFER SEDK906339 SEQ client010 pf=/us
           Return code:    0247
           Error text:     addtobuffer has problems with data- and/or
           Request:        SEDK906339
    System Response
         The function terminates.
    Procedure
         Correct the error and execute the command again if necessary.
    This is tp version 372.04.71 (release 700, unicode enabled)
    Addtobuffer failed for SEDK906339.
      Neither datafile nor cofile exist (cofile may also be corrupted).
    standard output from tp and from tools called by tp:
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 0
    ERRORS: Highest tp internal error was: 0247

    when we do scp using sm69,
    SEDADM@DEVSYS:/usr/sap/trans/cofiles/K906339.SED SEQADM@QASYS:/usr/sap/trans/cofiles/.
    it throws the error like below,
    Host key verification failed.
                                                                                    External program terminated with exit code 1
    Thanks
    Praba

  • My imac has problem with HP Photosmart 210a.

    Hello
    I have an I MAc with lion. And i Buyed an HP Photosmart 210a but the software on the CD id not completly with lion only with snow leopard.
    Since this time i put the CD in the MAc my mac has Problems When i Startet Itunes he is running slowly and made e e e e e e e e.
    The Software updater on mac show me every time the same Printer Software Update is For Update Ready, But every time he say it is finisched update but when i make a new search for updates he show me the same update is avaible for install.
    When i Close down the mac and start new is the same problem.
    You know the problem?
    regreads
    Markus

    I've got the same problem on my MacBook Pro with Snow Leopard and Gutenprint 5.2.5 when printing on the 7150 - it prints about 10% (and skewed at that) and spits out the page. This occurs when printing from any app.
    I am only able to print in draft mode which is not suitable for anything I need to do.
    I realize this printer is no longer officially supported, but any help would be appreciated!
    Thanks,
    Mike.

  • Firefox does not load long images, pixelates images if they are not in their original size, and has problems with thumbnails (in some sites)

    Firefox has problems with images.
    In sites like deviantART or ImageShack with full-view option, images that are not in full size/thumbnails get slightly pixelated e.g. http://img251.imageshack.us/f/screenshot2tq.jpg/
    Long images get completely messed up if full-viewed e.g. http://img689.imageshack.us/f/screenshot5z.jpg/ (though if the file is only big, it loads just fine)
    Also, thumbnails in some sites get messed up e.g. http://img201.imageshack.us/f/screenshotyr.jpg/
    And in general, Firefox has more 'glitches' like not allowing to add more search engines. It wasn't like that before and I can only assume that it got messed up somewhere with updates, but I'm not really sure.
    I've tried cleaning out cache, re-installing Firefox (multiple times) and even downloaded Firefox 4 beta, but the problem remains.
    I use Ubuntu.
    Does anyone else have similar problems? Or know where the problem lies?

    Do you have the latest driver for your graphics display card?
    Create a new profile as a test to check if your current profile is causing the problems.
    See [[Basic Troubleshooting#Make_a_new_profile|Basic Troubleshooting&#58; Make a new profile]]
    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)
    See http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • About query related problem

    hi ,
           we are generate query in 2005b,and procced for execuite query.following problem occure'<b>odbc sql server driver'[sql server] syntax error the converting the nvarchar value' 70302/20307' to column of data type int received alert OAIB</b>
    QUERY SHOWN BE AS FOLLOW.
    SELECT T5.DocNum as'Po. No. ', T5.DocDate as 'Po Date',T0.CreateDate,T5.NumAtCard as 'Man.PO. No/ Dt.', T0.DocNum as'AP No. ', T0.DocDate as 'AP Date',T0.NumAtCard as 'Vendor Ref. No.', T0.U_vbdt as 'Vendor Ref. Date', T0.CardName as 'Vendor', T1.Dscription as 'Item',  T1.Quantity AS 'QTY'  , T1.Price as 'Basic Rate', (T1.Price *T1.Quantity) as 'Value',T0.Comments as 'Po No. & Po.Dt.' FROM OPCH T0 INNER JOIN PCH1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OCRD T2 ON T0.CardCode = T2.CardCode INNER JOIN OPDN T3 ON T2.CardCode = T3.CardCode INNER JOIN PDN1 T4 ON T3.DocEntry = T4.DocEntry INNER JOIN OPOR T5 ON T2.CardCode = T5.CardCode INNER JOIN POR1 T6 ON T5.DocEntry = T6.DocEntry INNER JOIN OITM T7 ON T1.ItemCode = T7.ItemCode INNER JOIN OITB T8 ON T7.ItmsGrpCod = T8.ItmsGrpCod WHERE (  T1.BaseRef  =  T3.DocNum )  AND ( T4.BaseRef =  T5.DocNum ) AND (  T0.U_vbdt >=[%25]AND  T0.U_vbdt <=[%26]) AND ( T4.Dscription =T1.Dscription ) AND ( T4.Dscription = T6.Dscription  ) AND  (( T1.Dscription=[%0] OR T1.Dscription=[%1] OR T1.Dscription=[%2] OR T1.Dscription=[%3] OR T1.Dscription=[%4] OR T1.Dscription=[%5] OR T1.Dscription=[%6] OR T1.Dscription=[%7] OR T1.Dscription=[%8] ) OR ( T0.CardName=[%10] OR T0.CardName=[%09] OR T0.CardName=[%27] OR T0.CardName=[%28] ) OR ((  T8.ItmsGrpNam =[%11]  oR T8.ItmsGrpNam =[%12] OR T8.ItmsGrpNam =[%13] OR T8.ItmsGrpNam =[%14] OR T8.ItmsGrpNam =[%15] OR T8.ItmsGrpNam =[%16] OR T8.ItmsGrpNam =[%17] OR T8.ItmsGrpNam =[%18] OR T8.ItmsGrpNam =[%19] ) and  ( T7.U_FirmName =[%20] OR T7.U_FirmName =[%21] OR T7.U_FirmName =[%22] 
    oR T7.U_FirmName =[%23] OR T7.U_FirmName =[%24] )) )

    Hi Vishal,
    the value '70302/20307' is not an whole number so converting it to an int is not possible.
    You should check your data for this value an change your query or data.
    Regards
    Ad

Maybe you are looking for

  • Duplicate SPAN tags are not new in V9

    Contrary to the broadcast announcement about the new DLL being offered, the SPAN tags problem is not new in RH 9. However, what I've seen is more of a random insertion process (going from one or two instances in a topic to a dozen or more) than one o

  • Ora-28545 on a 64bit windows Oracle 10.2.0.4 vs Ingres 32 bits

    Hi, we just pass to a 64bits version of ower oracle 10.2.0.4 databse. We had a heterogenus connection who was woking A1 at that time. When we pass to 64 bit, we create the definition of the odbc in the c:\windows\SysWow64\odbcad32.exe (because with I

  • MSI GT60 2OC - NVIDIA 770M drivers

    Hi All , I have been trying to update my graphics card from the nviidia Website, even tried using the modified inf's from laptopvideo2go. But I have not managed to install the updated driver, the only way to work is by updating my driver from the Lap

  • Change single, private Creative Cloud membership to one of our paid eductional licenses

    I have had a private, educational membership (that I pay for yet my institution reimburses each month) on my university owned office computer (mac). We have recently purchased a number of CC licenses for our lab, one of which will be dedicated my off

  • MRP exception message configuration in SPRO

    Hi all, Please advise where we can do configuration settings of exception message in SPRO.