Question of divergence of the data portals

I weekly schedules for my work of discovery, inventory and download job.  My last successful upload was this past weekend.  The last successful upload was March 27.  The downloaded data from March 27 were correct and the portal showed all expected data (approximately 22 aircraft).  This past weekend, the download has the portals data showing only 1 device.  I checked the collector and I see work of discovery of these two weekends.  I checked on the collector-managed devices and the list shows all the correct data.

Thoughts as to why the download job would have given for a single device?

SSH on the manifold and run the command "sudo epsc service restart. Based on the first screenshot, it does not resemble the programming works correctly.

Once the service ended the reboot, manually start the inventory, wait until it ends and then run the download manually.

Tags: Cisco Services

Similar Questions

  • Custom properties are not displayed on the data portal

    In my version of return of DIAdem (2011), there are features to display personalized data portal properties. If selected by right-clicking on the data portal properties would appear under the root, the group or channel where they were stored. So far I have not been able to find this menu in 2014 DIAdem. This feature has been removed?

    Hi DIAdemUser1,

    In fact, this feature has been removed.  R & D wanted caused more confusion than benefit, and I agree.  I'm sorry for you and others who liked the feature that has now disappeared.  When tiara 9.0 released custom in the data portal properties shows their data types, but this feature has been removed in favour of simplicity.  I often miss this feature, but it's for the greater good.

    Brad Turpin

    Tiara Product Support Engineer

    National Instruments

  • HOWTO copy effectively chart the data portal

    I have a table in memory VBS and would like to create a channel in this data set-based data portal, I currently use this construction of code to copy the data:

    ' intChannelCount is the number of samples

    ' MaxHold is the array of data to be copied

    ' oFFTMaxHold is the string of data that is the target of the data

    counter = 1 to intChannelCount
    oFFTMaxHold.Values (counter) = MaxHold (counter)
    next

    It's rather slow (and if data preview is open in the data portal) still a lot slower.

    Is there a method to copy the entire table in one operation on a string?

    Tone

    Hi tone,

    If you have DIAdem 10.2 or later, you can use the following command to do this with a command - by the way the table of values as one of the parameters - order this is a common situation when you query records of a base you want to load into the data as data channels portal.

    ChanRefsArray = ArrayToChannels (ValuesArray, ChanNamesArray)

    In the case of your example, it would be:

    Call ArrayToChannels (MaxHold, Array (oFFTMaxHold.Name))

    Brad Turpin

    Tiara Product Support Engineer

    National Instruments

  • Tiara taking much time to load the TDMS 700 MB to the data portal

    I'm trying to load a file of 700 MB TDMS in DIAdem, sampling frequency of 4 channels 10 Hz for 4 days. When I drag the file in the data portal, tiara freezes, its on a 2GB machine, a file that is located on the desktop, not running other programs and it is went 50 minutes without being able to load before I did leave. seems to work fine, although on smaller files. I was wondering if this sounds normal and if anyone knows a way around him.

    Yin

    Hi Yin,

    You can defragment the TDMS file loading in DIAdem programtically:

    TDMSFileName Sun: TDMSFileName = "C:\Dokumente und Einstellungen\GrRomaiS\Eigene Dateien\LabVIEW Data\ttt.tdms.
    Call DataFileLoad ("" & TDMSFileName & "","TDMS","" ")

    Please note that in this case, you will need to replace at least"<" and="" "&"="" in="" your="" filename="" (not="" contained="" in="" example="" code="">

    In addition, we have incorporated a fix in DIAdem 2010 SP1 that will speed up loading files TDMS (for example containing explicit time strings). We hope to see DIAdem SP1 this year...

  • Importing several files .csv in the data portal

    I'm looking to import data that contains multiple .csv files in the data portal. I have a code to succeed, which can erase all data from the data portal, open a dialoge box to find new data and open new data using a .csv use. I want to improve this script to be able to have the ability to load multiple datasets in the data at a time portal, but I have a limited knowledge of the VBS coding structure. Can someone advise measures to reach this solution with VBS minimal coding experience? Thank you all in advance for your help.

    Hi dc13.

    The tiara FileDlgShow command has the ability to load several files at the same time. Please take a look by using tiara for more details and an example.

    Greetings

    Walter

  • Close command of the groups in the data portal

    Hello

    can I use a command in a script to close all groups in the data portal (same as pressing "/" on the num pad).

    Thank you

    Gabriel

    Hello Gabriel,

    You can use

    Portal.Structure.Collapse (Data.Root)

    Tiara supports DATA and PORTAL API since version 11.

    Greetings

    Walter

  • Cannot filter data through the data portal

    When I bring in a large data file to the portal, clear this check box, then load another data file, the channel filter function doesn't work anymore.  Any ideas what's happening?

    Somehow, all channels pinned, and I does not recognize the PIN icon.  My mistake, thanks for reading.

  • Getting file names of different groups in a data portal

    Hello

    I find it difficult to recover the file names of different groups in the data portal. For example, say that I loaded two different files of the same .tdms ext data portal that automatically assigns as two distinct groups. My goal is to get two groups using VBS in diadem 11.1 the name of the file.

    Can someone help me in this regard.

    Kind regards

    X. Ignatius

    Thank you Andreas.

    I have a plugin that loads multiple files of lvm with their name sourcefile. Earlier it would be like Labview, Labview data1, data2 Labview data... When multiple files are loaded. Now, with this plugin attached in the startup script, all files are loaded with their original file names.

    Attached plugins, set the LVM Custom load event. Vbs in the script, another starter accessory is the title of the main script function.

    Kind regards

    X. Ignatius

  • Display the data in the form of column headers

    I am trying to achieve in Apex 4.2

    My table is like (example)

    Identification number

    date of date_a

    value_1 number

    Value_2 number

    Value_2 number

    I have my sql like

    SELECT id, date_a, value_1, value_2, value_3

    from my_table

    If the report displays in the form

    ID date_a value_1 value_2 value_3

    1 01/01/2012 10 20 30

    15/03/2012 2 12 14 24

    Can anyone show me an example of how to create such a report

    01/01/2012-15/03/2012

    1                           2

    10                        12

    20                        14

    30                         24

    I took a look at pivot, but doesn't seem to be the thing

    See you soon

    Gus

    Gus,

    First of all you must understand SQL itself cannot change the names of the columns for a query, as Frank has said.

    Columns in a SQL query are the 'projection' and the number of columns, the names of them and the data types must be determined before all data are extracted.

    See the following article: 101 PL/SQL: cursors and Projection of SQL

    Apex is simply based on the queries that you write, and even there not magically be able to change the names of columns in report based on your data.

    This is not to say what you want is impossible... it's possible... but not easily...

    See: how a function having a dynamic number of columns in the pipeline?

    Essentially the data itself have be questioned or known, before the data is retrieved, so that requires only the generated columns dynamically based on known data (for example, the criteria entered by a user) or you can do a query of two passes... questioning the data only once to get the values and then dynamically generating a second query to extract data with dynamically generated column headers.

    In the Apex of reports you will usually have the problem report attributes are defined as part of the update and are determined when the query is assigned to the report (that you can manually override the headers)... but the apex will not allow lines dynamically the changes based on the data, for standard reports, it allows.  I have not tried to do in the Apex, but you can maybe try and generate the report results using a two-pass method, to put in an HTML region, but it depends on what user interaction is required with the report, that you far built-in report functions.

  • y at - it Systemtable of the data types of the column?

    Is QUESTION 1 Systemtable of the data types of the column?

    _________________________________________________________________
    QUESTION2

    IF REGEXP_SUBSTR (p_datatype, "[''!" [¤ % & / =? *; >: <]') IS NOT NULL

    We say: you can not write that! » ¤ % & / = ? ' ^ * ; >: <-each of each example ">".

    How can I say... you can NOT write PENIS, NIPPLES, hole word "NIPPLES".
    __________________________________________________________________

    Published by: user619226 on 19-sep-2008 01:15

    Do you mean something like this...

    SQL> ed
    Wrote file afiedt.buf
    
      1  declare
      2    v_txt VARCHAR2(200) := 'FRED,JOE';
      3  begin
      4    IF regexp_like(v_txt, '^[[:alnum:]]*$') THEN
      5      dbms_output.put_line('Text is OK as it contains just a word');
      6    ELSE
      7      dbms_output.put_line('Text is not OK.  Must only contain a single word');
      8    END IF;
      9* end;
    SQL> /
    Text is not OK.  Must only contain a single word
    
    PL/SQL procedure successfully completed.
    
    SQL> ed
    Wrote file afiedt.buf
    
      1  declare
      2    v_txt VARCHAR2(200) := 'FRED';
      3  begin
      4    IF regexp_like(v_txt, '^[[:alnum:]]*$') THEN
      5      dbms_output.put_line('Text is OK as it contains just a word');
      6    ELSE
      7      dbms_output.put_line('Text is not OK.  Must only contain a single word');
      8    END IF;
      9* end;
    SQL> /
    Text is OK as it contains just a word
    
    PL/SQL procedure successfully completed.
    
    SQL> ed
    Wrote file afiedt.buf
    
      1  declare
      2    v_txt VARCHAR2(200) := 'FRED JOE';
      3  begin
      4    IF regexp_like(v_txt, '^[[:alnum:]]*$') THEN
      5      dbms_output.put_line('Text is OK as it contains just a word');
      6    ELSE
      7      dbms_output.put_line('Text is not OK.  Must only contain a single word');
      8    END IF;
      9* end;
    SQL> /
    Text is not OK.  Must only contain a single word
    
    PL/SQL procedure successfully completed.
    
    SQL>
    
  • Questions about the data reporting PowerCLI store

    Hello

    I have a problem with a script that I use and I'm looking for an idea on the problem.

    I have a script that gathers pretty much all the information on the virtual machine in my cluster. (Disk size, free disc, data store).

    Most of the time, it works very well. But there is something that bothers me little. It doesn't report the data store that each VM is linked to. It works for most, but on a select few, it's not.

    I wonder if there is something in my script which is the first cause, or if it is a question of VSphere.

    My script and the output is attached.

    Thanks in advance for the help.

    -Aaron

    I was able to get the warehouses of missing data as well.

    That's when the VMDK are stored on more than 1 data store for a specific virtual machine.

    In this case, the line

        $myDS = Get-Datastore | Where { $_.Id -eq $VM.Datastore}
    

    nothing will store in $myDS because $VM. Data store is an array of MoRefs.

    In fact you try to map the partitions in the guest OS with data warehouses that host the VMDK files.

    There is no easy solution for that I fear (there are number of threads in this community who are trying to do the same thing).

    I fear that there is no real solution for this problem

  • Technical question from the data store

    Hello everyone.

    I have a question that you can maybe answer:

    "Is it possible to have a WARNING message (check) before formatting a LUN (EMC)?"

    Let me explain:

    We currently have a datastore composed of 12 LUN (of 236 GB), and even if this isn't in the best practices of VMware, I made a mistake (und) when creating a new data store.

    Indeed, I used a logic unit number which was attached directly to a virtual machine (in Raw Device) pour set up my new data store.

    Would you have a solution that makes a data control (on the logic unit number) and which could see us the partition proposed pour extend the data store contains data!

    Thanks in advance for your answer!

    J. Gaspoz

    Hi Julien

    Nice to see you on communities

    The vCenter will list all LUNS that are not already in the "Add storage" wizzard data warehouses, and by definition, a RDM en of is not formatted VMFS, since the lun belongs to the VM and it met with filesystem clean so son.

    There is therefore no direct way to pour do what you're asking (UN ESX knows nothing about the data on a non-vmfs LUNs).

    Personally, plug-in a simple way: the LUN ID. All the LUNs that will be used in RDMS are presented to my ESX with UN LUN ID between 50 and 70 (f.ex.). So I know whether or not a lun is RDM.

    Otherwise maybe third-party products (rv maybe tools) can get out a report listing the VM using the RDM.

    I hope that helps!

    Best regards.

    Stéphane Grimbuhler

    Senior consultant virtualization & storage (VCP / VCAP-DCA)

    VMware instructor (VCI)

    My Blog: www.virtualgeek.ch

  • question: format / 'language' of the current Date (in the date/time field), javascript only

    Hello

    I have 2 date fields in my form, which should display the date in a different format. (yyyy.mm.dd / dd-mm-yyyy)

    To get the current date I only use java script

    Formular1.p1.date_YYYYmmDD::initialize - (JavaScript, client)
    
         var date = new Date();
        this.rawValue  =  date.toLocaleDateString();
    
    

    My first problem is (red): I get the date in English, but I want it in another language. As it was defined in the form settings

    screenshot_date1.png

    My second question is: How can I format a date/time-sized (not a text field) in javascript with a model specific to the init event?

    It seems that my code in the init event replaces the model of the DateTime field configuration

    Here is my form, if anyone wants to check it out:

    https://Acrobat.com/#d=zeOMyj9MhBdYbVWk8S1pHw

    Hello

    I think that these two problems are the same, by setting a date/time field using the rawValue always format must be yyyy-mm-dd, if you use a different format, the value is just seen as text and poster without shaped.

    var date = new Date();

    this.rawValue = util.printd("yyyy-mm-dd", date);

     

    You can also set the formattedValue if you have a date in the correct format.

    var date = new Date();

    var currentLocale = xfa.resolveNode("#localeSet.#locale").name;

    var dateFormat = "date("+currentLocale+"){DD MMM, YYYY}"

    this.formattedValue = util.printd(dateFormat, date, true)

    This code assumes that the view model is date {MMM DD, YYYY}

    The date format specification is in the XFA http://partners.adobe.com/public/developer/xml/index_arch.html specification

    Concerning

    Bruce

  • strange question by inserting the data...

    Hi everone,

    I have a strange question. I'm not looking I do something wrong or is this a bug?
    I do a simple ' insert into table (select statement). Everything is ok... It's inclusion. But when I run the
    "select statement" separately (actual data I need to insert), I get different data inserted in the table.

    -> I have observed something else where there is a "case statement" in the selection m than the data in the table are spoil...

    EX:

    SELECT TRIM (member_span.member_nbr) member_nbr-> this one I see the correct data
    (
    CASE
    WHEN SUBSTR (member.member_nbr, 10, 2) = '00' THEN TRIM (member.member_nbr)
    Of OTHER SUBSTR (member.member_nbr, 1, 9). '00'
    END Subsciber_nbr),-> This data are spoil seeing incorrect data in the table...


    Database version:

    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bi
    PL/SQL Release 10.2.0.2.0 - Production
    "CORE 10.2.0.2.0 Production."
    AMT for HP - UX: release 10.2.0.2.0 - Production
    NLSRTL Version 10.2.0.2.0 - Production

    < b > "" "did exactly the same thing in a different database. I don't have any problems out there"" "I'm getting problem only with this database < /b >"

    Anyone know a bug related to this problem?
    INSERT
    INTO member_load(member_nbr,   subscriber,   ymdbirth,   security_group,   group_nbr,   network_id,   cob_date)
      (SELECT TRIM(member_span.member_nbr) member_nbr,
        (
       CASE
       WHEN SUBSTR(member.member_nbr,    10,    2) = '00' THEN TRIM(member.member_nbr)
       ELSE SUBSTR(member.member_nbr,    1,    9) || '00'
       END) subsciber_nbr,
        (
       CASE
       WHEN LENGTH(member.ymdbirth) = 8 THEN member.ymdbirth
       ELSE NULL
       END) dob,
        (
       CASE
       WHEN TRIM(member_span.group_nbr) IN('108076',    '108077',    '108078',    '108079',    '108080',    '108081') THEN 'E'
       WHEN TRIM(member_span.group_nbr) IN('107001') THEN 'M'
       WHEN TRIM(member_span.group_nbr) IN('107005') THEN 'J'
       ELSE 'A'
       END) security_grp,
         TRIM(member_span.group_nbr),
        (
       CASE
       WHEN TRIM(member_span.business_unit) = '01' THEN 'N' || TRIM(member_span.business_unit) || '-' || TRIM(member_span.prog_nbr)
       WHEN TRIM(member_span.business_unit) = '03' THEN 'N' || TRIM(member_span.business_unit) || '-' || TRIM(member_span.prog_nbr) || '-' || TRIM(member_span.carrier)
       ELSE NULL
       END) network_id,
    
        (
       CASE
       WHEN LENGTH(member.ymdverify) = 8 THEN member.ymdverify
       ELSE NULL
       END) cob_date
       FROM member_span @dblink,
         member @dblink
       WHERE member_span.ymdeff > 20090908
       AND member.member_nbr = member_span.member_nbr
       AND TRIM(void) IS
      NULL
       AND member_span.member_nbr NOT IN 
        (SELECT member_nbr
         FROM member_span @dblink
         WHERE(20090908 BETWEEN ymdeff
         AND ymdend)
         AND TRIM(void) IS
        NULL)
      )
    ;
    Please help me with this question...

    Marella Phani wrote:

    sven
    
    different NLS settings....
    How can i find the NLS setting on both the databases..
    can i query some metadata table to find that..
    

    Please let me know how to proceed

    Anurag...

    It is not the problem with my SQL (that I know of). It gives a correct output that I need when I simply run the SQL query.
    I just give a few examples of data (no real data).

    But when I run Insert in staging_table (select statement). I do not see the correct data in staging_table...

    Thanks for all the replies...

    You can check your NLS settings with

    select name, value, isdefault from v$parameter where name like 'nls%';
    

    or in sql * plus with

    SQL> show parameter nls
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    nls_calendar                         string
    nls_comp                             string
    nls_currency                         string
    nls_date_format                      string
    nls_date_language                    string
    nls_dual_currency                    string
    nls_iso_currency                     string
    nls_language                         string      AMERICAN
    nls_length_semantics                 string      BYTE
    nls_nchar_conv_excp                  string      FALSE
    nls_numeric_characters               string
    nls_sort                             string
    nls_territory                        string      AMERICA
    nls_time_format                      string
    nls_time_tz_format                   string
    nls_timestamp_format                 string
    nls_timestamp_tz_format              string
    SQL> 
    

    Please be careful, that my comment about to_char was that under the assumption that you have a column for the number. If the column is VARCHAR2, do not add an extra TO_CHAR around this column. He could not give problems, but is not necessary (I think it can give problems in 9i, but impossible to find a small example yet).

    An idea to find the source of your problem would be to change the NOT IN subquery. At least in a NOT EXISTS a subquery. Or even better find a way to access the remote tables only once instead of twice.

    not exist

    INSERT
    INTO member_load (member_nbr,   subscriber
    )
    (
      SELECT TRIM(ms.member_nbr) member_nbr,
        (
       CASE
       WHEN SUBSTR(ms.member_nbr,    10,    2) = '00' THEN TRIM(to_char(m.member_nbr))
       ELSE SUBSTR(to_char(ms.member_nbr),    1,    9) || '00'
       END) subsciber_nbr
       FROM member_span@dblink ms,
         member@dblink m
       WHERE ms.ymdeff > 20090908
       AND m.member_nbr = ms.member_nbr
       AND TRIM(ms.void) IS
      NULL
       AND NOT EXISTS
        (SELECT null
         FROM member_span@dblink ms1
         WHERE (20090908 BETWEEN ms1.ymdeff AND ms1.ymdend)
         AND TRIM(ms1.void) IS NULL
         AND ms.member_nbr = ms1.member_nbr)
    
    )
    ;
    

    Is ymdeff a number or a string? If it is a string, then change 20090908 in '20090908'. If it is a number then keep as it is.

  • Question about report with the format "Date."

    Hello friends! I want to make a line chart with a measure on the columns and type 'date' Format (MM/dd) data on lines and my report is invited with the type 'date '. In my dashboard page, I have a prompt with the Date and the operator is "BETWEEN".

    For example if I choose in my line of the first date: 01/01/2009 and the second date: 01/10/2009 in my chart, I see the results between these dates. But my question is... I see the same date last year? I mean if I choose the 01/01/2009 - 10/01/2009 I see this line and another line with 01/01/2008-01/10/2008. Is this possible?

    Because in my guest I can't type a variable presentation because date type is not taken care of...


    Thank you very much!!

    Let's say you have fresh measure
    then in your SPR you create logical column with the AGO formula (costs, TimeDim.YearLevel, 1)-Let's call him ' py 'measure.
    This will be your column YAGO...

    now in your report - you drop date, measure and measure columns py... it should work as long as you have the right size of set up time

Maybe you are looking for

  • How can I pay my Bill in msn

    all I want to do is pay my Bill

  • Resolution of a DCOM problem identified in the event viewer (event ID: 10016)

    Here is the error of the OBSERVER of EVENTS, I try to resolve (Windows XP Pro SP3): QuoteEvent type: errorEvent Source: DCOMEvent category: noEvent ID: 10016Date: 24/03/2011Time: 08:41:17User: Authority NT\SERVICE networkComputer: Learning-ADF6F864De

  • HPG6000 - webcam is stuck in the mode of "popart"?

    I have a HPG6000 with integrated webcam. Using Youcam and Skype the image, it's as if there is a filter "popart" on what we all expect that if we are in an Andy Warhol painting - which was fun at first, but now we would like to seem normal.  I had th

  • HP Support Assistant health analysis fails

    I have a laptop of HP G61 - 408-CA I am running windows 7 64 bit. When I try to run a scan it fails steps two, three and four and said CASL Exec has stopped working. I'm not sure how to solve this problem. If someone could help sort me my problem wou

  • numbers in TextFiled

    Hello I need users to use only input numbers TextField data. And I have no idea how to do that. I see the NumberAndPunctuation option as a mode of entry, but it does not work for me, because it allows you to use special characters also. Any help woul