Plotting two 3D surface plots error

I am ploting 2 3d surface plots separately. One plots ok, the 2nd is giving me an error - plot number is out of range. Both plots have the same plot number - (1). Both are plotting similar data. Why is is one failing?

Greetings, John!
I would first check the obvious things, like are you running out of memory? 3D charts can use a huge amount of it. Perhaps you can plot a couple of smaller data sets on your charts and see if you get the same error. You might also try a wiregrid format, instead of color, since color uses up a lot more memory.
Just a couple of hints.
Eric
Eric P. Nichols
P.O. Box 56235
North Pole, AK 99705

Similar Messages

  • Fatal two-task communication protocol error (when using  db link)

    I have created the db link betwen two databases of oracle version 9i 9.0.2
    the db link connects to specific user
    when i access the table with same name as user then recieve following message
    ORA-03106: fatal two-task communication protocol error
    when i access the other tables having different name that the user to which the db link connects
    that works alright
    so what is solution of problem in this particular case?

    What is your Oracle release? Is it 9.0.1.2 or 9.2.0?
    What version of Sql*Plus client are you using?

  • ORA-03106: fatal two-task communication protocol error

    Hello everyone,
    we have a problem with one of our table.
    the problem occurs when i execute
    SQL> select * from t;
    select * from t
    ERROR at line 1:
    ORA-03106: fatal two-task communication protocol error
    but i can access the data by giving the column names for the whole table.
    also there is nothing wrong with the other tables in the schema.
    many thanx in advance

    first of all thanx in advance
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for IBM/AIX RISC System/6000: Version 10.2.0.1.0 - Productio
    NLSRTL Version 10.2.0.1.0 - Production
    SQL> select comp_id, version, status from dba_registry;
    COMP_ID VERSION STATUS
    CATALOG 10.2.0.1.0 VALID
    CATPROC 10.2.0.1.0 VALID
    OWM 10.2.0.1.0 VALID
    JAVAVM 10.2.0.1.0 VALID
    XML 10.2.0.1.0 VALID
    CATJAVA 10.2.0.1.0 VALID
    EXF 10.2.0.1.0 VALID
    ODM 10.2.0.1.0 VALID
    CONTEXT 10.2.0.1.0 VALID
    XDB 10.2.0.1.0 VALID
    RUL 10.2.0.1.0 VALID
    COMP_ID VERSION STATUS
    ORDIM 10.2.0.1.0 VALID
    APS 10.2.0.1.0 VALID
    XOQ 10.2.0.1.0 VALID
    AMD 10.2.0.1.0 VALID
    SDO 10.2.0.1.0 VALID
    EM 10.2.0.1.0 VALID
    but i cannot understand why..
    as far as i know, nothing changed. but maybe the other admins:)
    as i said i can query all colums in table t without using a *,
    also i can use * when i include rowid in the query
    select m.*,rowid from t m;
    i am very confused now:S

  • ORA-3106 : fatal two-task communication protocol error

    We get the following error intermittantly in our server. We are using WebLogic 6.1. Any reason. Here is the log we are getting...
    Parsing: BEGIN gid_msg_fund.fund_get_details (:1, :2, :3, :4, :5, :6, :7, :8)
    ; END;
    Executing: BEGIN gid_msg_fund.fund_get_details (:1, :2, :3, :4, :5, :6, :7, :8
    ) ; END;
    SQLException: SQLState() vendor code(3106)
    java.sql.SQLException: ORA-03106: fatal two-task communication protocol error
    at weblogic.db.oci.OciCursor.getCDAException(OciCursor.java:240)
    at weblogic.jdbc.oci.Statement.executeUpdate(Statement.java:990)
    at weblogic.jdbc.oci.Statement.execute(Statement.java:1430)
    at ...

    ORA-03106
    ========
    Possible reasons for the ORA-03106 errors include:
    1. Incompatibilities between the client application and the RDBMS server.
    For
    example, version incompatibilities, or a client trying to use a feature not
    supported by the database kernel.
    2. When using database links or gateways.
    3. Network or SQL*Net problems.
    4. Corruptions.
    5. PL/SQL - language related.
    RDBMS - Troubleshooting two-task common errors
    ==============================================
    1. Check for NLS incompatibilities between the client and server. This is
    a very popular cause of the ORA-03106 error.
    2. Check the alert log and RDBMS trace files for any pertinent information /
    errors that coincide with receiving the ORA-03106 error.
    3. Try to get a testcase and reproduce the problem in-house.
    4. If a testcase is not possible, ask for SQL*Net trace files, SQL traces,
    and
    try setting event 3106 to obtain the error stack.
    5. In extreme circumstances, this could indicate that a shared memory
    segment
    used by Oracle is corrupted. You will have to shut down the database,
    possibly using the abort option. Make sure all semaphores have been
    released by using the IPCS command on Unix. Oracle uses semaphores to
    control concurrency between all of the background processes (pmon, smon,
    drwr, lgwr, and oracle shadow processes). Semaphores are also used to
    control Two-Task communication between the user process and the shadow
    process.
    6. Try and narrow down the code that may be causing it. For example it might
    have started to happen after increasing the number of parameters in a PL/SQL
    block or when using certain values for bind variables, etc.
    7. If we still do not make headway, file a bug under RDBMS, but we still may
    need some or all of the above information as indicated above
    hope it helps!!
    "Prasanna" <[email protected]> wrote in message
    news:[email protected]...
    We get the following error intermittantly in our server. We are usingWebLogic 6.1. Any reason. Here is the log we are getting...
    >
    Parsing: BEGIN gid_msg_fund.fund_get_details (:1, :2, :3, :4, :5, :6,:7, :8)
    ; END;
    Executing: BEGIN gid_msg_fund.fund_get_details (:1, :2, :3, :4, :5, :6,:7, :8
    ) ; END;
    SQLException: SQLState() vendor code(3106)
    java.sql.SQLException: ORA-03106: fatal two-task communication protocolerror
    at weblogic.db.oci.OciCursor.getCDAException(OciCursor.java:240)
    at weblogic.jdbc.oci.Statement.executeUpdate(Statement.java:990)
    at weblogic.jdbc.oci.Statement.execute(Statement.java:1430)
    at ...

  • ORA-03106: fatal two-task communication protocol error USING INFORMATICA

    Hi,
    We are testing Oracle 10203 with linux using INFORMATICA 8.1.1
    The user who run the informaica is getting the following error , after runing query against a remote database.
    READER_12_1_1> RR_4035 SQL Error [
    ORA-03106: fatal two-task communication protocol error
    (Please note that informatica is not using db links to open a connection against a remote db).
    The informatica client is installed on the same machine as the oracle database and they are using the same oracle client (e.g: 10203)
    I also set a trace in the sqlnet.ora at server side and at the client side.
    No error regarding ora-3106 was generated in the trace files.
    I also added: alter system set events '3106 trace name errorstack level 10', but nothing writthen to the trace file.
    Any suggestion ?
    Thanks.

    Error: ORA 3106
    Text: fatal two-task communication protocol error
    Cause: The communication path between Oracle and the user task has stopped.
    This is an internal error message not usually issued.
    Action: Contact customer support.
    ====================================================
    Unfortunately the error text doesn't lie, this error is difficult to catch. You may search metalink's knowledge base for possible reasons,but there are many. And, since this is a 3rd party application, I would ask INFORMATICA (not Oracle), do they certify against 10g? Sometimes simply the application is not ready for the used Oracle version.
    Werner

  • Two task communication protocol error

    I have a Database Data block. I want to i retrieve the records
    with execute query and save the item after changes. when i do
    this for the second time connection between ORacle Server and
    Forms Runtime is last. Message comming is Two task communication
    protocol error. Also the runtime exits.
    I need help very urgently as the project is held up because of
    this.
    Srini

    I wrote a class for the Oracle 8 OCI calls in php3...I'm not having any problems with php and Oracle...if anyone is interested in the class, email me ([email protected]) and i'll send you the code...it makes traversing a recordset very easy...
    $rs = new CData("user","pwd","sid","domain");
    $sql = "select col_a, col_b from table";
    if ($rs->GetRecordset($sql)) {
    while (!$rs->REOF()) {
    echo $rs->Val("COL_A")."<br>";
    echo $rs->Val("COL_B")."<p>";
    $rs->MoveNext();
    $rs->MoveFirst();
    echo $rs->Val("COL_B");
    $rs->MoveNext();
    echo $rs->Val("COL_A");
    $rs->MovePrevious();
    echo $rs->Val("COL_A");
    $rs->MoveLast();
    echo $rs->Val("COL_B");
    echo $rs->RowCount();
    echo $CurrentRow();
    $sql = "delete from table";
    if (!$rs->Execute($sql)) {
    echo "Error: ".$rs->err_num.$rs->err_msg;
    ...you get the picture...

  • File: e:\pt849-905-R1-retail\peopletools\SRC\PSRED\psred.cppSQL error. Stmt #: 1849  Error Position: 24  Return: 3106 - ORA-03106: fatal two-task communication protocol error   Failed SQL stmt:SELECT PROJECTNAME FROM PSPROJECTDEFN ORDER

    File:
    e:\pt849-905-R1-retail\peopletools\SRC\PSRED\psred.cppSQL error. Stmt #:
    1849  Error Position: 24  Return: 3106 - ORA-03106: fatal two-task
    communication protocol error
    Failed SQL stmt:SELECT PROJECTNAME FROM PSPROJECTDEFN ORDER
    BY PROJECTNAME
    Got this error when opening the peopletools application designer 8.49. The same is working fine within the server, but not working from the client's machine.
    We can still able to connect to the database & URL
    Please help by throwing some lights.
    Thanks,
    Sarathy K

    Looks like a SQL error. ARe you able to connect to the database with SQL*Plus ? Probably the Oracle client is badly configured.
    Nicolas.

  • EJB Error: ORA-03106: fatal two-task communication protocol error

    after weblogic running some time,my program often throw this Exception:
    javax.ejb.EJBException: ejbLoad: ORA-03106: fatal two-task communication
    protocol error
    at
    com.ebao.life.ejb.entity.customer.CustomerBean.ejbLoad(CustomerBean.java:206
    at
    weblogic.ejb.internal.EntityEJBContext.load(EntityEJBContext.java:160)
    at
    weblogic.ejb.internal.EntityEJBContext.afterBegin(EntityEJBContext.java:217)
    at
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:165)
    at
    weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:476)
    at
    com.ebao.life.ejb.entity.customer.CustomerBeanEOImpl.getData(CustomerBeanEOI
    mpl.java:105)
    at
    com.ebao.life.bean.newbizgroup.entry.code.CodeBean.entry(CodeBean.java:120)
    at
    com.ebao.life.servlet.newbizgroup.entry.code.CodeEntryServlet.doPost(CodeEnt
    ryServlet.java:39)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :120)
    I use weblogic 5.1 sp10,Redhat Linux 6.2,and JDK 1.3
    and the sp9 is the same.

    I think there are too many bugs weblogic sp9 and later.
    There are many strange jdbc error in these service pack
    "Narinder" <[email protected]> wrote:
    It seems like the connection to the oracle database is lost for no reason.
    What is the oracle database server and the jdbc driver you are using?
    Most
    of the time this happens because the jdbc driver is not compatible with
    the
    oracle server.
    -Narinder
    "jason" <[email protected]> wrote in message
    news:[email protected]..
    after weblogic running some time,my program often throw this Exception:
    javax.ejb.EJBException: ejbLoad: ORA-03106: fatal two-task communication
    protocol error
    at
    com.ebao.life.ejb.entity.customer.CustomerBean.ejbLoad(CustomerBean.java:206
    at
    weblogic.ejb.internal.EntityEJBContext.load(EntityEJBContext.java:160)
    at
    weblogic.ejb.internal.EntityEJBContext.afterBegin(EntityEJBContext.java:217)
    at
    weblogic.ejb.internal.StatefulEJBObject.getContextForInvoke(StatefulEJBObjec
    t.java:165)
    at
    weblogic.ejb.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:476)
    at
    com.ebao.life.ejb.entity.customer.CustomerBeanEOImpl.getData(CustomerBeanEOI
    mpl.java:105)
    at
    com.ebao.life.bean.newbizgroup.entry.code.CodeBean.entry(CodeBean.java:120)
    at
    com.ebao.life.servlet.newbizgroup.entry.code.CodeEntryServlet.doPost(CodeEnt
    ryServlet.java:39)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :120)
    I use weblogic 5.1 sp10,Redhat Linux 6.2,and JDK 1.3
    and the sp9 is the same.

  • Help about "ORA-03106: fatal two-task communication protocol error"

    Hello.
    After having changed some functions written in pro*C, I am getting "ORA-03106: fatal two-task communication protocol error", in the functions I have changed (all of them).
    Can someone tell me what the problem can be ?
    Tahnks in advance.

    The problem seems to be in pro*C code:
    My pro*C function is like this:
    int CSRIRDB_checkGT(char* in_CO_GT_V,
    char* out_SQ_GZL_01)
    int var_Error = CSRIRDB_OK;
    char var_Sqlerrmc[2000];
    char var_msg[512]; /* 512 es la longitud máxima del mensaje oracle incluyendo saltos de línea */
    size_t var_buf_len, var_msg_len;
    /* and the error is beacuse the following assignment */
    :out_SQ_GZL_01 := to_char(v_SQ_GZL_01);
    /* where v_SQ_GZL_01 is a NUMBER(5) */
    I don't know what I'm doing wrong.

  • IQ525A - Two Windows Script Host Error messages, plus folders won't close

    How do I get folders to close, when right clicking will not close them? I am running Trend Micro security and also have two Windows Script Host error messages appearing. I need to click OK to proceed each time I use IQ525A/
    assume IQ is running in safe mode, as start menu and bar is white.Any suggestions
    Thanks
    Kitcat 

    Crash report:
    https://crash-stats.mozilla.com/report/index/ab4ee242-57f1-4a84-baef-ca2202150308
    Signature shutdownhang
    Start your '''Computer''' in safe mode with networking. Then start Firefox. Try '''Safe''' web sites.
    '''[http://encyclopedia2.thefreedictionary.com/Linux+Safe+Mode Starting The Computer In Safe Mode;<br>Free Online Encyclopedia]'''
    Wait a few minutes (don't go anywhere), then close it.
    Is the problem still there?

  • Two Days of Restore Error Code 6... HELP!!!

    I have an iPod Touch that's about two years old. I no longer have access to the laptop that it is normally synced to, so I downloaded iTunes on the family computer. After hours upon hours of problems (not syncing, or showing that it successfully synced but getting a "no content" error once it turned back on) I thought maybe it was my iPod that was messing up and not the computer. I reset my iPod through holding down the home button and the power button, and I'm now at the screen that shows the USB cord with an arrow pointing towards the iTunes symbol.
    I tried to restore on iTunes, and it will get all the way through until "verifing restore," and then I will get a pop up that says the process could not be completed because of an unknown error (error 6.)
    I uninstalled iTunes and installed an earlier version of iTunes, but then my computer wouldn't even recognize my iPod. I reinstalled the latest version of iTunes and Quicktime. Still getting the same error code.
    I am on an Administrator account, running Windows Vista 64 bit, and everything is up-to-date. All anti-virus and firewalls are turned off. I've followed all of the steps outlined on the Apple site, and I am down to paying $29 for a phone call to Apple. (Ha! Over my dead body!) I don't have another computer to try it on. I've used two different iPod cords (mine and the cord from another iPod), and have tried out all of the USB ports on the computer.
    I'm really hoping someone could help me with this before I lose my mind.
    I'm fairly computer literate, but I'm not a whiz. Please don't feel the need to break things completely down into laymans terms, but please don't use pure tech-speak(:
    Diagnostics:
    Microsoft Windows Vista x64 x64 Home Premium Edition
    Service Pack 2 (Build 6002)
    HP-Pavilion NC686AA-ABA a6700y
    iTunes 10.4.1.10
    QuickTime 7.7
    FairPlay 1.12.20
    Apple Application Support 2.0.1
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 3.4.1.2
    Apple Mobile Device Driver 1.57.0.0
    Bonjour 3.0.0.2 (333.2)
    Gracenote SDK 1.9.1.485
    Gracenote MusicID 1.9.1.102
    Gracenote Submit 1.9.1.133
    Gracenote DSP 1.9.1.43
    iTunes Serial Number 00B3B0A00BAFB508
    Current user is not an administrator.
    The current local date and time is 2011-09-28 18:09:41.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is not supported.
    Core Media is supported.
    Video Display Information  NVIDIA, NVIDIA GeForce 6150SE nForce 430       
    **** External Plug-ins Information ****  No external plug-ins installed.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:     {154BA537-EF26-4015-BE91-6ACFA30865E5}
    Description:     USB Wireless 802.11 b/g Adaptor
    IP Address:     0.0.0.0
    Subnet Mask:     0.0.0.0
    Default Gateway:     0.0.0.0
    DHCP Enabled:     Yes
    DHCP Server:
    Lease Obtained:     Wed Dec 31 17:00:00 1969
    Lease Expires:     Wed Dec 31 17:00:00 1969
    DNS Servers:
    Adapter Name:     {3BF6C369-3C76-4358-997A-8DE3B494BFE8}
    Description:     NVIDIA nForce 10/100 Mbps
    Ethernet  IP Address:     192.168.254.3
    Subnet Mask:     255.255.255.0
    Default Gateway:     192.168.254.254
    DHCP Enabled:     Yes
    DHCP Server:     192.168.254.254
    Lease Obtained:     Wed Sep 28 17:12:00 2011
    Lease Expires:     Wed Sep 28 17:11:59 2011
    DNS Servers:     192.168.254.254
    Active Connection:     LAN
    Connection Connected:     Yes
    Online:          Yes
    Using Modem:     No
    Using LAN:     Yes
    Using Proxy:     No
    SSL 3.0 Support:     Enabled
    TLS 1.0 Support:     Enabled
    Firewall Information
    Windows Firewall is off.
    ZoneAlarm Firewall is installed.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was successful.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was successful.
    Connection attempt to firmware update server was successful.
    Connection attempt to Gracenote server was successful.
    Last successful iTunes Store access was 2011-09-28 17:14:05.
    **** CD/DVD Drive Tests ****
    No drivers in LowerFilters.
    UpperFilters: GEARAspiWDM (2.2.0.1),   E: TSSTcorp CDDVDW TS-H653Z, Rev 4403 Drive is empty.
    **** Device Connectivity Tests ****  iPodService 10.4.1.10 (x64) is currently running. iTunesHelper 10.4.1.10 is currently running. Apple Mobile Device service 3.3.0.0 is currently running.  Universal Serial Bus Controllers:  Standard OpenHCD USB Host Controller.  Device is working properly. Standard Enhanced PCI to USB Host Controller.  Device is working properly.  FireWire (IEEE 1394) Host Controllers:  VIA OHCI Compliant IEEE 1394 Host Controller.  Device is working properly.  Most Recent Devices Not Currently Connected:  iPod touch (2nd generation) running firmware version 4.2.1 Serial Number:     8K9436WJ75J  **** Device Sync Tests ****  No iPod, iPhone, or iPad found.

    This Question can be best answered by someone who had the Same error pop up, but I'll try my best.  You have an iPod touch 2nd Generation and you don't have anymore warranty for it. I hope you didn't jailbrake it or did something illegal with it like putting a new software on it that should not be on there. Here we go:
    Go to your Friends house or anybody else you know that has iTunes on their Computer. Don't sync your iPod!
    Try to restore the iPod, or try to put it as new iPod so it'll delete everything but you'll have your iPod problem fixed

  • Two business rules runtime errors

    Hi,
    The business rules looks very nice but I got two runtime errors, The first I have to deploy twice else I got a wdsl error
    08/02/17 13:05:16 -------> CompositeDeployerTimer: deploying composites ...
    08/02/17 13:05:16 --------->deploying composite model: businessrules/br!1.0*2008-02-17_10-23-41_328
    17-feb-2008 13:05:16 oracle.integration.platform.PlatformMessages warningUnableRegisterService
    WARNING: Unable to register service.
    oracle.fabric.common.FabricException: Error in getting XML input stream: OrderCheckRules_DecisionService.wsdl: Error in getting XML input stream: OrderCheckRules_DecisionService.wsdl: Error in getting XML input stream: oramds:/br/OrderCheckRules_DecisionService.wsdl: MDS-00054: Het bestand dat moet worden geladen oramds:/br/OrderCheckRules_DecisionService.wsdl bestaat niet.
         at oracle.integration.platform.common.MDSMetadataManagerImpl.getDocumentAsInputStream(MDSMetadataManagerImpl.java:341)
         at oracle.fabric.common.wsdl.WSDLManager.loadWSDL(WSDLManager.java:141)
         at oracle.fabric.composite.model.CompositeModel.loadImports(CompositeModel.java:149)
         at oracle.fabric.composite.model.CompositeModel.getWSDLManager(CompositeModel.java:130)
         at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.load(WebServiceEntryBindingComponent.java:89)
    The other is more serious. All the business rules fails with the same error.
    17-feb-2008 13:11:45 oracle.bpel.services.common.ServicesLogger __log
    SEVERE: <.> ORABPEL-36335
    Fact not found in the rule engine working memory, rule session execution failed.
    The rule session bpel:1701 failed because an instance of the fact credit_check_br.OUTPUT could not be found in the working memory of the rule session.
    This is most likely a rule modeling error. The decision service interaction expects the fact instance to exist in the working memory of the rule session. Check the rule actions in rule designer and make sure that a fact of the expected type is being asserted. Contact oracle support if error is not fixable.
    17-feb-2008 13:11:45 oracle.bpel.services.common.ServicesLogger __log
    SEVERE: <.>      at oracle.bpel.services.rules.rpi.oracle2.OracleRuleSession.executeUnitOfWork(OracleRuleSession.java:516)
    17-feb-2008 13:11:45 oracle.bpel.services.common.ServicesLogger __log
    SEVERE: <.>      at oracle.bpel.services.rules.rpi.AbstractDefaultRuleSession.execute(AbstractDefaultRuleSession.java:272)
    17-feb-2008 13:11:45 oracle.bpel.services.common.ServicesLogger __log
    SEVERE: <.>      at oracle.bpel.services.rules.rpi.oracle2.OracleRuleSession.execute(OracleRuleSession.java:246)
    17-feb-2008 13:11:45 oracle.bpel.services.common.ServicesLogger __log
    SEVERE: <.>      at oracle.bpel.services.rules.impl.DecisionServiceImpl.process(DecisionServiceImpl.java:1273)
    17-feb-2008 13:11:45 oracle.bpel.services.common.ServicesLogger __log
    SEVERE: <.>      at java.lang.Thread.run(Thread.java:595)
    17-feb-2008 13:11:45 oracle.bpel.services.common.ServicesLogger __log
    SEVERE: <.> ORABPEL-36333
    Error while executing the rule session.
    The rule session bpel:1701 failed to execute.
    Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    17-feb-2008 13:11:45 oracle.bpel.services.common.ServicesLogger __log
    SEVERE: <.>      at oracle.bpel.services.rules.rpi.AbstractDefaultRuleSession.execute(AbstractDefaultRuleSession.java:287)
    SEVERE: <.> Fact not found in the rule engine working memory, rule session execution failed.
    The rule session bpel:1701 failed because an instance of the fact credit_check_br.OUTPUT could not be found in the working memory of the rule session.
    This is most likely a rule modeling error. The decision service interaction expects the fact instance to exist in the working memory of the rule session. Check the rule actions in rule designer and make sure that a fact of the expected type is being asserted. Contact oracle support if error is not fixable.

    I'm not sure what you did to create the rule you are running here. Did you try the Rules chapter of the 105 sample on the TP3 page? That one does work.
    Once you have it working using the sample, try your exercise again and let us know what you did to create your rule. There are many permutations here and we want to know what doesn't work.
    Heidi.

  • Two PCIe-6537 read error and blue screen of death

    Hi all
    I am reading two PCIe-6537 at 20MHz sample rate acquiring all 32 lines each with externally supplied clock and external trigger.
    When operating separately, no problem, but when two are read I get
    a) on average of 25% of time error reading the data (time out error but happening before the actually time set by timeout, i.e. immediately after trigger)  and
    b) a blue screen of death after 1h or so of constant operation.
    I have a feeling a) and b) are related and LV causes the system crash with so many errors. NI support seems to think otherwise. 
    I am using Dell Studio XPS 8100 and I have done all the firmware updates for the Chipsets etc. It has
    not changed anything.
    Changing single line to whole port reading does not change anything. 
    Any ideas what to try else?

    Hello Pawel,
    I have looked over the service request you mentioned about acquiring 2 PCIe-6537 at 20MHz sampling rate on all 32 lines. In order to narrow down this issue, I think it would be best to try only acquire from both cards without doing any triggerring etc. Also when performing this test, I would only want to acquire from 8 channels on both cards to see if this reproduces it. If this works, we can slowly add more elements to narrow down what the issue is and make us more effective to solve the problem.
    I also wanted to ask if you have tried this setup on another machine and if it worked.
    Along with this, have you tried to create two Digital Tasks in MAX and try to acquire for the same amount of time to see if the issue reoccurs here? This would tell us if this problem is connected to the driver/computer or LabVIEW.
    Jim St
    National Instruments
    RF Product Support Engineer

  • Persistent surface scan error on techtool- please help

    My Powerbook started running slower than usual, so I decided to run the Techtool Deluxe cd I got with my Apple Care plan. I ran all the tests. My result: 5 errors in the Surface Scan test.
    I didn't know what to do, so I took my Powerbook to the Apple store Genius Bar. The guy just said I needed to reformat my HD. So, I did the "erase and install" reformat at the store.
    But, the genius bar guy didn't seem to know what he was talking about, so after I did all the software updates at home, I decided to run the Techtool Deluxe cd again. Again, the results showed I had 5 errors in the Surface Scan test, even after I had completely reformatted my hard drive.
    I had the 3.0.4 version of Techtool, and just to be safe that it wasn't out of date, I installed it on my computer and updated it to version 3.1.2.
    With the updated 3.1.2 Techtool Deluxe program, I ran all the tests again.
    And STILL I have 5 errors on my Surface Scan test.
    Here is a copy of my results (every thing else passed).
    Surface Scan
    Failed - 5 errors
    The Surface Scan test will scan the disk for bad blocks.
    Media defects cause this test to fail. You should consider backing up the device, reformatting the media, replacing the data, and then testing again.
    Please help! What am I supposed to do???? (I don't think reformatting my HD will help, because I already did, and still have this problem)
    Thank you!

    Welcome to the Apple discussions.
    When you reformatted the hard drive, did you do an erase and write zero's? That's important because that's what remaps the bad sectors of the hard drive. After booting from the OS X CD, choose disk utility, choose the hard drive, and on the erase tab, choose security options and write zero's. If you don't do this step, a plain erase or erase and install only deletes the index or catalog of the disk contents.

  • ORA-03106: Fatal Two Task Communication Protocol Error due to multilanguage

    1) I have installed oracle 10.2 with multi language support enabled Unicode (AL32UTF8) on windows 2003 Server.
    2) Forms 6i installed on same machine but Form close immediately after Database connection.
    3) In Net8 Easy Config following error appear "ORA-03106: Fatal Two Task Communication Protocol"
    4) If I reinstall database without multi language support, Forms run and connect successfully.

    Forms 6i does not support multi language support enabled Unicode(UTF-8)
    and unicode character has to take a long word size where form6i word's length is less
    thats why the message is coming as Two Task Communication Protocol because the same protocol
    is used for both database as well as for form6i and database is capable of taking unicode characters
    whereas the forms 6i is not able to perform the same.

Maybe you are looking for

  • Can't access iTunes Store. 'One Moment Please' message.  Please help!

    I downloaded the latest version (9.0.3) of iTunes at the start of this week when I bought my iPhone. Everything worked fine & I could access the iTunes store & purchased music. I had purchased music on my iPod which I transferred to my iTunes library

  • Query problem, no data exist

    Dear Experts, My user would like to combine data from FBl3N (field BUDAT, amount in document currency, amount in local currency , reference document) with data taken from Billing (VF03- FKDAT, BUDAT, VBELN, CHARG, MATNR, ARKTX). I have created a quer

  • The char '0x0' in 'return code:  500

    Hi All, I am trying to expose a EJB as webservice using AXIS 1.2 Final. When deployed my ear/ejb on WSAD - WAS 5.0 and trying to consume the web service using AXIS 1.2 generated stubs I am getting below error on the server side. Exception in thread "

  • Compressor Remover v2.0

    After removing and installing Compressor countless times I created an application to do it for me. this app was built using automator and the automator workflow is included in the zip (so you can double check my work). I built the app on a hodge podg

  • Front camera not work

    Hi all, i have a problem with front camera, when i swicht to It The display shows some little color vertical Lines, i tried all to remove battery, restarted The Phone But nothing. I need help, thanks a lot