Zend_AMF and NetConnection: Non descriptive error

Hi,
I am trying to make a simple call from my flash to Zend_AMF in a flash file. I am calling the same server function in Flex and it works but not from the flash. I have been trying to find the solution for 3 days now so any help is wellcome
Here is the code
var responder:Responder = new Responder(doOnResult, doOnFault);
var nconn:NetConnection = new NetConnection();
nconn.addEventListener(AsyncErrorEvent.ASYNC_ERROR, traceEvent);
nconn.addEventListener(Event.ACTIVATE, traceEvent);
nconn.addEventListener(Event.DEACTIVATE, traceEvent);
nconn.addEventListener(IOErrorEvent.IO_ERROR, traceEvent);
nconn.addEventListener(NetStatusEvent.NET_STATUS, traceNetStatus);
nconn.addEventListener(SecurityErrorEvent.SECURITY_ERROR, traceEvent);
nconn.connect("http://localhost/testService/messagebroker/amfService");
nconn.call("class.test", responder);
function traceNetStatus(e:Object){
    trace (e.toString());
    for each(var o:Object in e);
        trace(o);
function traceEvent(e:Object){
    trace (e.toString());
function doOnResult(obj:Object){
    trace("ok: " + obj.toString());
    nconn.close();
function doOnFault(obj:Object){
    trace("error: " + obj.toString());
    for each(var o:Object in obj)
        trace("-"+ o.toString());
    nconn.close();
Here are the traces
[Event type="activate" bubbles=false cancelable=false eventPhase=2]
[Event type="deactivate" bubbles=false cancelable=false eventPhase=2]
[Event type="activate" bubbles=false cancelable=false eventPhase=2]
[Event type="deactivate" bubbles=false cancelable=false eventPhase=2]
[Event type="activate" bubbles=false cancelable=false eventPhase=2]
error: [object Object]
-0
-0
[NetStatusEvent type="netStatus" bubbles=false cancelable=false eventPhase=2 info=[object Object]]
null
[NetStatusEvent type="netStatus" bubbles=false cancelable=false eventPhase=2 info=[object Object]]
null
[NetStatusEvent type="netStatus" bubbles=false cancelable=false eventPhase=2 info=[object Object]]
null
Why does it activates 3 times?
Why is thre no description of the ErrorEvents or the onFault?
Thanks,
Ana

I have resolved previous error, path to zend Framework was incorrect
Now i am facing a new error:
"Channel disconnected before an acknowledgement was received"
Any Help Please.
Best Regards,
Alok Jain

Similar Messages

  • Backup failed with a non-descript error and 4.5 upgrade fails with fatal error

    couldn't backup, somewhere in the middle of profiles the backup bombed each time, couldn't upgrade from 4.3. to 4.5 and browser application stopped working complaining about no service or something.  it briefly worked after that, and than stopped again, so that all browser based apps just give a white screen that says blackberry.
    took it to the verizon store, they couldn't figure it out either and they couldn't get through to their tech support.
    did a complete wipe of it, redownloaded 4.6 desktop software, and it still won't upgrade from 4.3 (which is what reappeared after the complete wipe).  interestingly a bunch of my apps all reappeared so it must have backed up/synched my applications.
    lost all my contacts, but at least it is working again.  not sure that I want it anymore if it won't upgrade from the O/S anyway.
    i know i can't get any help because it doesn't give any useful error messages, but I just want to complain about this brand new 8330.  the second in a month.  the first had a microphone problem that required a new device on day 2.

    yes , i am using symantec netbackup,
    but every thing is fine from their side as well(settings).
    i have reinstalled the client as well.
    it runs for 1 hr and then it throws error.
    yesterday i scheduled two backup at two different time(at the interval of 1 hr) but they both failed (struck) at the exact same time(even seconds were same).
    So what do you say??

  • Encountered an error when attempting to open Lightroom for the first time. Went to Lightroom Help and searched for the error "An error occurred when attempting to change modules". Non of the solutions helped. what now?

    Encountered an error when attempting to open Lightroom for the first time. Went to Lightroom Help and searched for the error "An error occurred when attempting to change modules". Non of the solutions helped. What now?

    I am getting this error message as well. I have just downloaded Lightroom recently. I try to click on Lightroom / preferences....and nothing happens. I tried to uninstall and it is greyed out so I can't do that either. Suggestions? Please help?

  • Catching errors such as divide by zero and typing non-numeric characters

    Fellows: How do I extend following script to catch errors such as divide by zero and typing non-numeric characters.      Thanks
    This program takes two integers (whole numbers), then displays the sum, average, division,
    Modula of those numbers and finally the first number raised to the power of the second number.
    import java.io.*;
    public class HWOne
         public static void main(String[] args) throws IOException  // error handling
              // variable declaration
              String firstdigit, seconddigit;
              int first, second, sum, total, modus, power;
              float division;
              double average;
              BufferedReader myIn = new BufferedReader(new InputStreamReader(System.in));
              //Invoke user response
              System.out.print("Please enter first digit ");
                   firstdigit = myIn.readLine();
                   first = Integer.parseInt(firstdigit);
              System.out.print("Please enter second digit ");
                   seconddigit = myIn.readLine();
                   second = Integer.parseInt(seconddigit);
              //computations
              sum = first + second;
              average = (double)sum / (double)2;
              division = (float)first / (float)second;
              modus = first % second;
              power = (int)Math.pow(first, second);
              //Screen message
              System.out.println("Sum: " + sum);
              System.out.println("Average: " + average);
              System.out.println("Division: " + division);
              System.out.println("Modula: " + modus);
              System.out.println("Power: " + power);

    Have you learnt about try/catch statements yet?
    The parseInt method throws a NumberFormatException. So you place the call to that method inside a try statement and catch the exception.
    For divide by zero, you can use an if statement. If the divisor != 0 perform division.

  • I have CS4 installed on two computers however none of the applications will now open on one machine and I get the error message 150:30

    I have CS4 installed on two computers however none of the applications will now open on one machine and I get the error message 150:30

    Your best bet is probably to start over by cleaning off the old software with the Adobe Cleaner tool:
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    Then reinstall from your original media, or download it here:
    http://www.adobe.com/downloads/other-downloads.edu.html

  • After upgrading to 3.6.8 none of the plugins load even though there are updates available. The updates will not install and even though the error states to look at the console error log there are no errors listed in the log.

    After upgrading to 3.6.8 none of the extensions load even though there are updates available. The updates will not install and even though the error states to look at the console error log there are no errors listed in the log. All extensions are listed in Addons>Extensions.
    == This happened ==
    Every time Firefox opened
    == Upgrading to newer Firefox version (3.6.8)

    I have been having the same issue for the last two weeks. No real indication as to why it ever began other than I had turned off my router and Airport Extreme Base Station off for a weekend while I was away from my place.
    iPad, iPhone, iPod Touch, all have no issues at all with my Airport Extreme Base Station. Can stay connected throughout my living room, bathroom, bedroom, no issues whatsoever.
    My 5 month old MacBook Pro 2.66 GHz Core i7 Airport is sometimes perfect, able to connect, DHCP, and browse without issue. Then, for no reason, I won't be able to join my wireless network, or when I can join, I can't pick up an IP address. And then it will connect, pick up and IP, and then it won't browse. No real rhyme or reason to when this will happen, or when it works.
    I thought that it was an issue with my MacBook Pro, but then my sister visited with her brand new MacBook Pro 2.26 Intel Core 2 Duo, and while a month ago she was able to connect, DHCP, and browse without issue, this weekend she had all of the same issues I was having.
    My XBOX 360 and MacBook Pro have absolutely no issues with the wired connection. Only my WAN seems to have this issue.
    Did you ever find anything more to this?

  • HT4623 I am getting an error when selecting software updates. It is non descriptive. What do I do as I need to update software ?

    Getting an error when trying to select the update software option.It is non descriptive. What do I do as I need to update software ?

    Have you tried connecting to iTune to update your IOS?

  • Iphone 3gs .. manifested by the non-stop phone restarts .. and shows me this error ..

    I have a problem with the iphone 3gs .. manifested by the non-stop phone restarts ..and shows me this error ..
    Incident Identifier: FAAE28BE-D103-4776-AAE5-F91FC33E3BA2
    CrashReporter Key: bc37321bdb04eb2b74d5e7f4391e335e352d24fa
    Hardware Model: iPhone2,1
    Date/Time: 2012-03-03 08:25:51.606 +0100
    OS Version: iPhone OS 5.0.1 (9A405)
    CRC ERR!
    bestr regrads, Rasid

    Hi,
    I'm having the same problem and no solution. Restored my phone several times but it still reboots when I’m using it…
    Has anyone a good idea / solution for this??
    =========================
    Incident Identifier: 7A47D85C-8BF9-47DE-91D5-65AAB2D653AE
    CrashReporter Key: 2e319e75e24b5945b32a01350b6cace1867d9a04
    Hardware Model: iPhone2,1
    Date/Time: 2012-08-07 00:12:49.728 +0200
    OS Version: iPhone OS 5.1.1 (9B206)
    CRC ERR!

  • I have just purchased 2 songs and I went to sync my Iphone 3G and I get an error 13019.. the iphone "my name" cannot be synced. I have tried.. removing voice memos (I have none) remove all music.. syncs fine.. if I choose to sync music I get the error

    I have just purchased 2 songs and I went to sync my Iphone 3G and I get an error 13019.. the iphone "my name" cannot be synced. I have tried.. removing voice memos (I have none) remove all music.. syncs fine.. if I choose to sync music I get the error help..
    I have tried everything and now I dont have one song in my Iphone since it doesnt want to sync music because I get this error...
    by the way I have tried this
    http://support.apple.com/kb/TS2830
    and I have tried restoring the iphone...

    I translated..
    El problema -> El itunes me dijo que habían como 12 canciones que tenían mejor calidad. yo decidí intercambiar las canciones que tienen mejor fidelidad en itunes.
    Itunes me pregunto si quería que ponga las canciones que iva a remplazar en “desk top” a lo cual yo respondí que si. El itunes hizo algo.. no puso las canciones viejas en el desk top pero cuando fui a sincronizar recibí el error 13019.
    La solución para los usuarios de Windows.. busca todas las canciones *.m4a que se han modificado en tu compu durante el día del incidente.. toma nota de los nombres de las canciones.
    En itunes busca estas canciones y deselecciona las canciones.. (con suerte veras que las canciones están seleccionadas dos veces.. deselecciona todas las canciones que fueron modificadas en ese día. Al final asegurase que tienes seleccionado la opción de solo sincronizar las canciones que están seleccionadas en tu lista.) y trata de sincronizar con itunes..

  • I have a very similar problem (5506) in that I changed my appleID loginid and now none of my home shares work. All itunes have been re-authorized/authenticated with the new appleID string. Yet I still receive this error. I too am looking for suggestions.

    I have a very similar problem in that I changed my appleID loginid and now none of my home shares work (5506) . All itunes have been re-authorized/authenticated with the new appleID string. Yet I still receive this error. I too am looking for suggestions.

    If you no longer have the computer(s) you want to deauthorise,
    Log in to iTunes,  go to "view your account info" on the itunes store,  deauthorise all five, (Please Note: this can only be done Once every 12 months)  and then re-authorize your current Computer(s) one at a time.
    Authorise / Deauthorise About
    http://support.apple.com/kb/HT1420

  • CS3 - Keywords and Description Error

    I have tried to update our Keywords, and get the following error:
    If I click OK twice, it goes away, and I am able to type new keywords in.  However after entering new keywords and clicking OK on that screen, I get another error: "You cannot perform this action in this region of the page" and any new words I entered are cleared.
    Can anyone help me? What I am doing wrong?

    I just had this happen for the first time too, wondering the same thing you are Aust.

  • DPM 2012 R2 - Windows Server 2012 R2 Hyper-v backup of Windows Server 2003 R2 - Non-retryable error 0x80070490

    Hi,
    I have a hyper-v host running Windows Server 2012 R2 Standard with Hyper-V on it, and on that host I got 5 virtual machines running and of those 5, 4 of those the DPM are able to backup but when DPM tries to backup a server running Windows Server 2003 R2
    I get the following errors in the eventlog.
    Log Name: Microsoft-Windows-Hyper-V-VMMS-Admin
    Source: Microsoft-Windows-Hyper-V-VMMS
    Date: 2013-11-28 10:46:58
    Event ID: 18014
    Task Category: None
    Level: Error
    Keywords:
    User: SYSTEM
    Computer: HYPERV05.domain.local
    Description:
    Checkpoint operation for 'SERVER01' was cancelled. (Virtual machine ID 5221623F-C80C-4B92-AD02-F545D118C859)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-Windows-Hyper-V-VMMS" Guid="{6066F867-7CA1-4418-85FD-36E3F9C0600C}" />
    <EventID>18014</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2013-11-28T09:46:58.365308800Z" />
    <EventRecordID>411</EventRecordID>
    <Correlation />
    <Execution ProcessID="2116" ThreadID="4248" />
    <Channel>Microsoft-Windows-Hyper-V-VMMS-Admin</Channel>
    <Computer>HYPERV05.domain.local</Computer>
    <Security UserID="S-1-5-18" />
    </System>
    <UserData>
    <VmlEventLog xmlns:auto-ns2="http://schemas.microsoft.com/win/2004/08/events" xmlns="http://www.microsoft.com/Windows/Virtualization/Events">
    <VmName>SERVER01</VmName>
    <VmId>5221623F-C80C-4B92-AD02-F545D118C859</VmId>
    </VmlEventLog>
    </UserData>
    </Event>
    Log Name: Microsoft-Windows-Hyper-V-VMMS-Admin
    Source: Microsoft-Windows-Hyper-V-VMMS
    Date: 2013-11-28 10:46:58
    Event ID: 18012
    Task Category: None
    Level: Error
    Keywords:
    User: SYSTEM
    Computer: HYPERV05.domain.local
    Description:
    Checkpoint operation for 'SERVER01' failed. (Virtual machine ID 5221623F-C80C-4B92-AD02-F545D118C859)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-Windows-Hyper-V-VMMS" Guid="{6066F867-7CA1-4418-85FD-36E3F9C0600C}" />
    <EventID>18012</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2013-11-28T09:46:58.365308800Z" />
    <EventRecordID>412</EventRecordID>
    <Correlation />
    <Execution ProcessID="2116" ThreadID="4248" />
    <Channel>Microsoft-Windows-Hyper-V-VMMS-Admin</Channel>
    <Computer>HYPERV05.domain.local</Computer>
    <Security UserID="S-1-5-18" />
    </System>
    <UserData>
    <VmlEventLog xmlns:auto-ns2="http://schemas.microsoft.com/win/2004/08/events" xmlns="http://www.microsoft.com/Windows/Virtualization/Events">
    <VmName>SERVER01</VmName>
    <VmId>5221623F-C80C-4B92-AD02-F545D118C859</VmId>
    </VmlEventLog>
    </UserData>
    </Event>
    Log Name: Microsoft-Windows-Hyper-V-VMMS-Admin
    Source: Microsoft-Windows-Hyper-V-VMMS
    Date: 2013-11-28 10:46:58
    Event ID: 10150
    Task Category: None
    Level: Error
    Keywords:
    User: SYSTEM
    Computer: HYPERV05.domain.local
    Description:
    Could not create backup checkpoint for virtual machine 'SERVER01': Element not found. (0x80070490). (Virtual machine ID 5221623F-C80C-4B92-AD02-F545D118C859)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-Windows-Hyper-V-VMMS" Guid="{6066F867-7CA1-4418-85FD-36E3F9C0600C}" />
    <EventID>10150</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2013-11-28T09:46:58.365308800Z" />
    <EventRecordID>413</EventRecordID>
    <Correlation />
    <Execution ProcessID="2116" ThreadID="4280" />
    <Channel>Microsoft-Windows-Hyper-V-VMMS-Admin</Channel>
    <Computer>HYPERV05.domain.local</Computer>
    <Security UserID="S-1-5-18" />
    </System>
    <UserData>
    <VmlEventLog xmlns:auto-ns2="http://schemas.microsoft.com/win/2004/08/events" xmlns="http://www.microsoft.com/Windows/Virtualization/Events">
    <VmName>SERVER01</VmName>
    <VmId>5221623F-C80C-4B92-AD02-F545D118C859</VmId>
    <Parameter0>%%2147943568</Parameter0>
    <Parameter1>0x80070490</Parameter1>
    </VmlEventLog>
    </UserData>
    </Event>
    What I have done to try to troubleshoot this issue is:
    Reinstalled DPM - No sucess
    Restarted the Hyper-v Host - No sucess
    I'm at the point where I am out of ideas and google hasn't given me much.
    /Joseph

    i have the same error.
    "vssadmin list writers" shows last error unknown for all writers
    disk space is sufficient
    ntbackup of systemdrive and systemstate runs fine.
    i installed KB940349 which fixes some vss related issues but the problem is still there.
    any ideas?
    Thanks.
    When you have vssadmin reporting unknown error the only way to reset the vsswriters (as I understand it please correct me if I'm wrong :) ) is to restart the machine. The Fellenator is correct, make use that the vsswriter is working correctly since this
    is the main function DPM is using when taking backup. He's also right in saying that it's outside the scope! Create a new thread on your error, then you will get much better responce!
    /Joseph

  • Received Non-Fatal Error 5904: LV 7 during use of Labview application. What does this mean?

    'Non-Fatal Error 5904'. LabView 7 application.  'Source: Comm Analyzer - CP Analog - Adjust Input Level.vi:CP RX Audio Muting.vi'  (MRTE 3.0 - Anritsu CDMA Test System)
    What does this mean?
    /BCU002
    Hardware Engineer•Design Reliability/Performance and Validation Group•Wavecom, Inc. - Research Triangle Park, N.C.•http://www.wavecom.com

    Xaq,
    Here is the comment that was passed about the error source: Comm Analyzer - CP Analog - Adjust Input Level.vi:CP RX Audio Muting.vi
    The application has been working fine for about 12 years, it continues to serve its purpose and the RF test equipment rack components are now obsoleted by newer models but it's still in weekly use and is kept calibrated annually but on occasion it unexpectedly throws an error like this while I'm using the test rack during a wireless RF parametrics test and it leaves me wondering if the root cause is the device under test or the test rack.  That's why I was hoping to find a detailed description about the error code.
    /Bruce
    /BCU002
    Hardware Engineer•Design Reliability/Performance and Validation Group•Wavecom, Inc. - Research Triangle Park, N.C.•http://www.wavecom.com

  • I'm running snow leopard. The try to open any .mov file in Quicktime, and I get an error message that says, "The document xyz.mov could not be opened. The movie is not in a format that Quicktime player understands. I'm a recent upgrade to Snow Leopard.

    I'm running snow leopard. The try to open any .mov file in Quicktime, and I get an error message that says, "The document xyz.mov could not be opened. The movie is not in a format that Quicktime player understands. I'm a recent upgrade to Snow Leopard.
    Help!
    Thanks, Mark

    Unfortunately, the error message gives no details about what codec might be missing or what it needs.
    If the file can't be opened in QT, it only means you cannot use the QT "Inspector" window to check what compression formats were used to create the file. It does not mean you can't use the Finder "Information" window to check on the compression formats or use a third party media information window (e.g., like VLC which will open many compression formats not supported natively by QT) to determine what kind of data is included in the MOV wrapper. If the file cannot be opened in any app, it is usually a good sign that the file itself is corrupted.
    It's a stupid error message. Apple should do better than that.
    Error trapping is quite extensive but there are still many areas which require human oversight. The message is telling you that either the container has a problem (e.g., not properly terminated, non-standard, or corrupted) or that one or more of the compression formats used is not supported by your current codec component configuration or that the data was encoded using non-standard settings or preferences not supported by QT or that the fourCC code does not match the data contained in the file or that there are timecode inconsistencies, etc., etc., etc. In short there are a near infinite number of possible problems for which it would be very difficult/nearly impossible to program error trapping depending on your sourcing of content and how you process it before it reaches the player app. Think of it like trying to play a BD disc in an DVD player.
    I'll call Apple support when I get a chance.
    Chances are good that they will end up sending you back here. In any case, it is often a good idea to post a sample file for examination by other QT users. At the very least, they should be able to tell you if the sample file will play on other systems which would indicate whether or not the file itself is bad and under the best of circumstances whould allow them to examing the file in detail for various common problems.

  • A view, function and TO_DATE causing an error.

    I have the following statement which calls a view, VW_DIST_RPT_WORK_LIST which in turn calls a function which returns either 'Null' or a date string e.g. '07 Oct 2003' as a VARCHAR2 (alias PROJECTED_DELIVERY_DATE).
    Statement:
    SELECT CUSTOMER_NAME, PROTOCOL_REFERENCE, SHIPPING_REFERENCE, CUSTOMER_REFERENCE, COUNTRY, PROJECTED_DELIVERY_DATE, STATUS, NOTES,
    TO_DATE(PROJECTED_DELIVERY_DATE)
    FROM VW_DIST_RPT_WORK_LIST
    WHERE EXPECTED_DESP_DT IS NOT NULL
    AND UPPER(PROJECTED_DELIVERY_DATE) NOT LIKE('NULL%')
    AND EXPECTED_DESP_DT <= TO_DATE('07/10/2003', 'DD/MM/YYYY')
    AND TO_DATE(PROJECTED_DELIVERY_DATE) <= TO_DATE('31/12/2003', 'DD/MM/YYYY') --< Problem here
    I need to be able to specify a date filter on the PROJECTED_DELIVERY_DATE field and hence used the TO_DATE(PROJECTED_DELIVERY_DATE) <= TO_DATE('31/12/2003', 'DD/MM/YYYY') but this is generating an ORA-01858: a non-numeric character was found where a numeric character was expected.
    I think the problem lies with the fact that this field can contain 'Null' which cannot be converted to a date using TO_DATE. I've tried adding a NOT LIKE ('NULL%') statement to catch any nulls which may be creeping in bu this doesn't solve the problem.
    I've added TO_DATE(PROJECTED_DELIVERY_DATE) to the select above to determine if the nulls are being caught and if the TO_DATE in performing the conversion correctly which it is on both counts.
    Any ideas anyone ?

    The answer provided above by Monika will work for this situation. However, you should seriously think whether you should be using a string for date datatype. Ideally, you should rewrite the function that returns PROJECTED_DELIVERY_DATE and change the return type to DATE. The least you should do is to return NULL (instead of the string 'NULL') from the function. Oracle handles nulls perfectly, there is no reason you should write code to handle nulls;
    One more thing. Looking at the type of error you are receiving, it seems that you are using rule based optimizer. Why do I think so? Because, in rule based optimizer, the conditions are evaluated in a specific order (viz, bottoms-up for AND clauses). To show this, look at the following simple demonstration. I did this in Oracle 8.1.6 (also in 9.2.0.4.0 on Windows).
    -- Check the database version
    select * from v$version;
    BANNER
    Oracle8i Enterprise Edition Release 8.1.6.1.0 - Production
    PL/SQL Release 8.1.6.1.0 - Production
    CORE 8.1.6.0.0 Production
    TNS for Solaris: Version 8.1.6.0.0 - Production
    NLSRTL Version 3.4.0.0.0 - Production
    -- Create the test table
    create table test (a number(2));
    insert into test(a) values (0);
    insert into test(a) values (1);
    insert into test(a) values (2);
    insert into test(a) values (3);
    insert into test(a) values (4);
    insert into test(a) values (5);
    insert into test(a) values (6);
    insert into test(a) values (7);
    commit;
    -- See that I have not analyzed the table. This will make use of RULE based optimizer
    select * from test
    where a > 0
    and 1/a < .25;
    and 1/a < .25
    ERROR at line 3:
    ORA-01476: divisor is equal to zero
    -- Look at the query clause. Even though I specifically asked for records where a is positive
    -- the evaluation path of rule based optimizer started at the bottom and as it evaluated the
    -- first row with a=0, and caused an error.
    -- Now look at the query below. I just re-arranged the conditions so that a > 0 is evaluated
    -- first. As a result, the row with a=0 is ignored and the query executes without any problem.
    select * from test
    where 1/a < .25
    and a > 0;
    A
    5
    6
    7
    -- Now I analyze the table to create statistics. This will make the query use the
    -- cost based optimizer (since optimizer goal is set to CHOOSE)
    analyze table test compute statistics;
    Table analyzed.
    -- Now I issue the erring query. See it executes without any problem. This indicates that
    -- the cost based optimizer was intelligent enough to evaluate the proper path instead of
    -- looking only at the syntax.
    select * from test
    where a > 0
    and 1/a < .25;
    A
    5
    6
    7
    Does the above example seem familiar to your case? Even though you had the AND UPPER(PROJECTED_DELIVERY_DATE) NOT LIKE('NULL%') in your query, a record with PROJECTED_DELIVERY_DATE = 'NULL' was evaluated first and that caused the error.
    Summary
    1. Use dates for dates and strings for strings
    2. Use cost based optimizer
    Thanks
    Suman

Maybe you are looking for

  • Mac Pro shut down on its own, then on boot up it beeped steadily for 2 min?

    I put my 2009 Mac Pro to sleep then the next day I find it completely shut down! I boot it up and then I hear a steady beep (every second) for about 2 minutes. After 2 minutes the beeping went away. Any idea what caused Mac Pro to shut down on its ow

  • NANO WILL NOT TURN OFF!!

    Please help - Everything works fine with the Nano when it is connected to laptop. When not connected, all works but it can not be turned off - only put in pause. If I connect back to laptop, I can turn it off just fine. I have reset, restored, etc. w

  • Howto - Using apache and mod_php4

    This is a quick tutorial on how to use the apache web server with the php module.  I am by no means an expert, so if you have any questions/suggestion, please feel free.  That being said, let's get started: 1.  Install apache and php: [root@limbo roo

  • Fk02 Transaction .

    hi ,                  In FK02 Transaction . i need to change With Hold Tax Type automatically .This can be done only BDC/BAPI. please tell me the BAPI which updates the LFBW Table or If it is BDC do tell me how to position  the cursor using BDC.

  • Apply patch for oracle10g on window

    Hi Experts, I am new person. I try to apply patch 1024 for oracle 10G R1 at 32 bit window. Patch 1024 Installation Instructions for Single Instance Follow these steps: 1. Cleanly shut down all processes running from the ORACLE_HOME. 2. Set the ORACLE