Labview RT 14.0 Scheduler Assert%3A __1276 Scheduler Assertion Error%3A 80000004

We have a multithreaded CVI app (~20 threads) running on a PXIe-8135 (4 CPUs).   The application never gets done starting all the threads before blue-screening with the following error:
Scheduler Asser: __1276
Scheduler Assertion Error: 80000004
Interrupt Disabled. Scheduler Enabled.  ....
More details:
System
Chassis 1 PXIe-1085:
    PXIe-8135 Controller
    PXI-6704 (7 of them), initialize properly, thread runs successfully until blue screen
    PXI-8431/8 (8 of these, total of 64 RS422 channels, about 40 being used currently for test), it is during the starting of these threads (one for each board) that it blue screens 
    PXIe-8374 (for using Chassis 2 as an extension of Chassis 1)
Chassis 2 PXIe-1075:
    PXI-8370 (connected to PXIe-8374)
    PXI-6528 (1) threads run fine
    PXI-6529 (4) threads run fine
    NI-8234 (4) not used currently
The scheduler error happens at different times, but always during the starting of the RS422 threads.  Can anybody give a hint as to why the Scheduler Assertion Error occurs, and particularly this specific error?

Hi,
I have a couple of questions for you.
1) Has this application ever worked?
2) Can you attempt to replicate this issue with less RS422 channels? Basically, is there a maximum number of RS422 channels where the error is received, or if you had only 1 channel being used, would the error still happen?
3) Do you have another PXIe controller that you can try?
4) Did anything change in your system that would have caused the error?
Kevin S
Applications Engineer
National Instruments

Similar Messages

  • Delivery before the schedule line date in scheduling agreement.

    Hi All,
    I have a situation where in I am using JIT delivery schedule for processing the delivery requirement from customer. In this, lets say, I have a schedule as 08/05/2009 for material A to deliver 1000 qty and the material is made available to me after production as of 07/05/2009 and I want to despatch the material on 7th only and not on 8th. The system does not allow me to do this.It allows me to make a delivery only on 08/05/2009.
    Is there any alternative to this and is this SAP standard behaviour.

    I think you can change the schedule line date in scheduling agreement itself and do the delivery.
    regards,
    Sudhir

  • What is the difference between scheduling agreement and delivery schedule

    Hi
    1. Can anyone explain me the difference between scheduling agreement output
        and scheduling agreement delivey schedule
        Will the both look same in T.code SP02 when seeing the output for a document.
        Can anyone send me T.codes for above ones in purchasing.
    2. when seeing the Detailed statement for rebate agreement,there is item number.
        In which table can we see the item number for rebate agreement

    Hi,
    If you have to deal with more complex situations, you can define a delivery cycle in the material master record in addition to the planning cycle. In so doing, you determine the days on whichthe vendor delivers his goods. The delivery cycle is entered in the material master record as a planning calendar in the Planning calendar field.
    You enter a delivery cycle if the delivery date (or the goods receipt date) depends on the day on which you order the goods. For example, you carry out the planning run and place your orders on Mondays and Tuesdays. If you place the order on Monday, the delivery is made on Wednesday, if you wait until Tuesday to place the order, the delivery is not made until Friday
    Where as Planning calander is Three character number (numeric or using letters) that specifically identifies a PPS-planning calendar. The difference between Planning calender and delivery cycle is If you have selected the MRP type "MRP" and have set a period lot-sizing procedure according to planning calendar, you enter here which planning calendar is to be used.
    If you selected the "time-phased planning" MRP type, the planning calendar that you specify here defines the delivery cycle. This specifies the days on which the vendor delivers the material. You can enter the planning cycle in addition to the delivery cycle

  • Difference between Scheduling lines and Delivery schedule

    Hi SD Experts
    can u say me the clear difference between Scheduling lines and Delivery schedule.
    where we will maintain deliver schedule. whether delivery schedule is automatically created along scheduling agreements..
    with regards
    James

    Hi James,
    Schedule Lines: Has basically information realted to delivery scheduling in Sales Order level.
    Delivery Scheduling: Is a process using which system will determine what are the different activities which need to be performed and time taken for each activitiy only after which the material can be delivered to the customer.
    Delievry scheduling will be started only from the material availability date i.e., system will first determine the material avail date and then do scheduling. By default Standard SAP system does Backward Scheduling in case material availability falls beyond the required delivery date system will do forward schedluing
    Delivery Scheduling consists of the following Basic activities:
    We give deatils while creating order:
    Order Creation Date
    Required Delivery Date
    Order date - Material availability date - Transportation Planning Date - Loading date - Goods Issue Date - Required Delivery Date
    Time Between GI Date and required Delivery Date is called Transit Time
    Time Between LoadingDate and GI Date is called Loading time
    Time Between Material Availability Date and Loading Date consists of 2 components - Pick / PackTime and Transportation Planning Time
    System has to calculate all this before it determines the confirmed delivery date.
    Give your mail Id I have some Presentation I will send you across.
    REWARD POINTS IF IT HELPS
    Regards
    Srini

  • Automatic Creation of Scheduled Master Record for Scheduled Master Data

    Hi experts,
    We know that MRU and Portion are Scheduled master data but Scheduled master record is transactional data. So it is obvious that we have to generate scheduled master record in every server wher we transport the master data manually. And we can generate records for a particular time span and after that time we have to generate the records again.
    All I want to know that whether it is possible to get all the records generated automatically after certain period.
    Thanks,
    Arghya

    Hi,
    Scheduled records do NOT get created automatically , altleast not by any sort of configuration, in case you are looking for it.
    Your can always create custom program to do so, but it isn't worth the effort.
    You can create records for upto 7yrs ( do need to check but definitely for a period long enough)
    Hope that helps!!!

  • How to sync tables in scheduler DB#1 and scheduler DB#2

    Hi experts
    the issue is as following
    ====
    Customer's BIP environment is as following
    [Publisher 1] [Publisher 2] ---------+---------> [ scheduler DB 1] (primary)
                                                     [ scheduler DB 2] (stand by)
    BIP :10.1.3.4.2  DB:  10.2.0.5
    Customer use DB#1 at ordinary times, only when any issue happen and make DB#1 down,then Customer will use DB#2.
    Now Customer need to make the following four tables synchronized in scheduler DB#1 and scheduler DB#2 every 10 mins(or shorter time). 
    ========
    ・XMLP_SCHED_JOB
    ・XMLP_SCHED_OUTPUT
    ・XMLP_SCHED_SUBSCRIPTION
    ・SEQUENCE
    ========
    Questions are
    1. Does BIP support team have any supported steps to sync the four tables in scheduler DB#1 and scheduler DB#2?
    2.Is it ok to just Sync the four table by extract difference data to a CSV file and sync the four tables by  SQLLDR.
      or we need to Sync the entire schema not just a few tables
    3.As CT needs to sync the four tables every 10 mins,at that time, Both BIP and DB are active,do we support to do sync in this status.
    but for no document state it,Could development give me official answer for it?
    Thanks&Regards
    Shuangfei

    Hi Sanjo
    login in as ora<SID>. Issue command sqlplus /nolog. Then issue connect / as sysdba.
    This should take you to SQL prompt where you can trigger your queries.
    Hope it helps
    Regards
    Lokesh Gupta

  • Text in the scheduling lines of a scheduling agreement.

    hi,
    is it possible to add text some where in the scheduling lines of a scheduling agreement (like how we can insert header text in the line item)??

    yes.I agree with you that in all good processes schedules lines are automatically generated by MRP run.
    On the other hand,some times due to incontigencies we are forced to manually add the schedule.At that time,my client wants to capture those incontigency reasons which he wants along with the schedule lines.
    Please let me know whether SAP has got some way out for this issue.
    Thanks.
    Edited by: r.jeethendiran on May 12, 2011 5:46 AM

  • How to stop scheduled ship date and scheduled arrival date from defaulting to sysdate

    Hello,
    We have a business scenario where we are deriving scheduled ship date and scheduled arrival date outside and then imported in the instance with the order. However we find that the scheduled ship date and scheduled arrival date are defaulting to sysdate. The atp flag is set to N for these items. I have checked the defaulting rules, there is no such defaulting rule set for scheduled ship date or arrival date ( screenshot attached) Please share your thoughts on how can I stop scheduled ship date and arrival date date from defaulting to sysdate ?
    Thanks
    Rajesh

    Hi
    Please visit following link. It may be useful.
    How to prevent auto default of schedule ship date in sales order form
    HTH
    sd

  • Scheduling agreements with delivery schedule - Copy control

    Hi,
    I wonder, if it would be possible / would make sense to specify for sales document type "LZ - Scheduling agreements with delivery schedule"  a copy control for referenced documents like quotations.
    Is there anybody who already has experience in that field?
    Thank you in advance for your answers.
    Best Regards,
    Melanie

    Hi,
        It is obvious that, a schedule agreement needs to come with the fixed delivery qty and dates.
    Pls explain your requirement in detail so that you will get a clear solution.
    Rgds,
    Sivarajesh. j

  • Scheduling agreements with delivery schedule  - Deviation tolerance

    Hi,
    Within sales order document "Scheduling agreements with delivery schedule" (LZ) it is possible to enter deviation tolerances (e.g. deviation in quantity) manually for each single item line. 
    Does anybody know, if it is also possible to set up firm tolerance groups with assignment to customer / material, which are copied automatically into item lines of scheduling agreements? 
    Thank you for your assistance.
    Best Regards,
    Melanie

    Hi,
        It is obvious that, a schedule agreement needs to come with the fixed delivery qty and dates.
    Pls explain your requirement in detail so that you will get a clear solution.
    Rgds,
    Sivarajesh. j

  • Scheduling Agreements and relevant schedule lines configuration !

    Dear Sapients,
    I request you all to help me in providing the configuration steps for Scheduling Agreements and relevant Schedule lines configuration.
    Its urgent please help me !!
    Regards,
    Sreedhar.
    kodalisreedhar----
    com

    Hi Sreedhar,
    Scheduling Agreement with Delivery Schedules
    Definition
    An outline agreement that is created for one or more materials and outlines the overall expected quantity of the material(s) to be delivered to the customer over a specific period of time.
    Use
    The scheduling agreement is used as a basis for delivering a material. The customer sends in scheduling agreement releases, referred to as delivery schedules, at regular intervals to release a quantity of the material.
    Structure
    The structure of scheduling agreements with delivery schedules resemble that of other sales documents in the R/3 System, in particular the standard scheduling agreement.
    Data that applies to the entire document appears in the header; data about materials appears at item level; and delivery dates and quantities appear in the schedule lines within the delivery schedule. Additionally, the system maintains a history that permits you to compare and contrast various generations of delivery schedules.
    Integration
    Data in scheduling agreements comes from three sources:
    The customer sends in requested quantities and dates, normally by Electronic Data Interchange (EDI)
    The component supplier enters data manually
    The system automatically copies data into the scheduling agreement from master records
    Please go through the below link for further information
    http://help.sap.com/saphelp_47x200/helpdata/en/93/7439fb546011d1a7020000e829fd11/frameset.htm.
    Please Reward If Really Helpful,
    Thanks and Regards,
    Sateesh.Kandula

  • Calling labview 8.2 Vi from teststand 3.5 throws an error

    calling labview-8.2 vi in teststand-3.5 throws the following error.
    In the development environment, where Teststand 3.5 and LabVIEW 8.2 are installed, teststand file doesnt throw any error. However when the same sequence is deployed in a machine that doesnt have teststand and labview. (Both Teststand runtime engine and Labview runtime engine) are installed in the end machine.
    Trying the execute the sequence in the end machine throws the following error
    "Error loading step 'Call LabVIEW measurement module for amplitude imbalance' of sequence 'MainSequence' in file 'TSG06-Amplitude Imbalance.seq'.
    LabVIEW:  VI version is later than the current LabVIEW version."
    Attachments:
    Error.JPG ‏26 KB

    Hi,
    Should have also asked this question before.
    What is your LabVIEW Adaptor set too on the target system. Use ActiveX Runtime Server or LabVIEW RTE. If its set to use the LaBVIEW ActiveX Runtime Server which can be either the Operator Interface or the seperate ActiveX Server, then these are probably built with an early labVIEW.
    If so you would need to rebuild the server you are using.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Gettin "Assertion Failed" message and "Assert: parent node must have _DOMElement set", first when trying to bookmark and then when the "auto fill" on some web sites is used. Started after 3.6.9 automatic upgrade.

    Open Firefox and navigate to web site. Try to save to bookmarks and get the "assertion Failed" message and "Assert: parent node must have _DOMElement set" followed by a list of 8 (0-8) items.

    Try the Tiny Menu extension. I am using an older version of Tiny Menu on Lucid with Firefox 3.6.x and it works fine.

  • Oracle Scheduling Sending Email Notifications of Job Errors

    Hi,
    We are Oracle E-Business Suite - 12.1.3 & DB 11gr1
    I want to send to configure - Oracle Scheduling Sending Email Notifications of Job Errors.
    I already created job.. how i can configure Email Notifications of Job Errors.
    Thanks
    KSV.DBA

    Duplicate posts?
    Email Notofication - scheduled job fails
    Email Notification - Oracle Scheduled job failed
    Scheduler - 11g
    Re: Create Job scheduler

  • Early schedule start date, early schedule finish date

    I want early schedule start date, early schedule finish date and project cost plan in my report. This is a PS requirement. In the standard cube (0PS_C02) I can find actual start date and actual finish date. Has anybody used early schedule start date and early schedule finish date in the reports? If yes then did you get it using standard cube/ODS or you went for enhancement?

    HI,
    He have to go for few tables in which u can find all the data.
    Firstly u have to enhance the datasource .
    First go to table AFKO here you insert  AFUNR (Order Number) this table you will get AUFPL .
    Then take AUFLP and go to AFVV table and insert AFUPL . you will get all the activites and all dates of each activity  for example early start date ,early finish date, foirecost date etc.
    Thanks and Regards
    Dinesh

Maybe you are looking for