Best way to present a query recordset to a remote server

Hello, everyone.

I was responsible for a project that will involve querying a table on a server, then send the data to a remote server that will take the data and insert it into another database (the two db cannot communicate directly with each other).

I've never had to do something like that before.  What is the best way to get the desired results?  Is it possible to "petition" (anywhere from 1 to 5 files at a time) to the remote server without incorporating WDDX?

CF9 environment, soon CF10.

V/r,

^_^

Hi, @BKBK,

Not allowed.

This is the kind of tedious, but I've worked so far is having CF1 select data from DB1, SerializeJSON data, cfhttp allows to VALIDATE data for CF2.

THEN, CF2 DeserializeJSON data in a query object and that insert into DB2.

Unless you think there is a better way to do it?

V/r,

^_^

Tags: ColdFusion

Similar Questions

  • Best way to add the query?

    Hey all, I'm adding the media to the Html file. I was wondering is it better to add them inline in the Html file or add them in the CSS file? I added a slide show to a container and want only on the left with a line to the right to add text. I want this float underneath when the xs.

    This is the code:

    < div class = "container-fluid" >

    < div class = "row" >

    < div class = "col-md-12 col-md-offset-3" >

    < h1 class = 'text-center' >#< / h1 >

    < / div >

    < / div >

    < hr >

    < / div >

    < div class = "container" >

    < div class = "row text-Center" >

    < div class = "col-md-6 col-md-offset-3" >

    < div id = "carousel1" class = "slide Carousel" data-ride = "Carousel" >

    < ol class = "Carousel-indicators" >

    < li data-target = "#carousel1" data-slide-to = "0" class = "active" > < /li >

    < li data-target = "#carousel1" data-slide-to = "1" > < /li >

    < li data-target = "#carousel1" data-slide-to = "2" > < /li >

    < /ol >

    < div class = "Carousel-interiors" role = "listbox" >

    "< div class ="active item"> < img src="file:///HD/Users/macuser/Library/Carousel_Placeholder.png "alt ="First slide"class ="Center-block">

    < div class = "Carousel-caption" >

    < H3 >first slide heading< / h3 >

    < p >first slide legend< /p >

    < / div >

    < / div >

    "< div class ="item"> < img src="file:///HD/Users/macuser/Library/images/Carousel_Placeholder.png "alt ="Second image slide"class ="Center-block">

    < div class = "Carousel-caption" >

    < H3 >second slide heading< / h3 >

    < p >second slide legend< /p >

    < / div >

    < / div >

    "< div class ="item"> < img src="file:///HD/Users/macuser/Library/images/Carousel_Placeholder.png "alt ="Third slide"class ="Center-block">

    < div class = "Carousel-caption" >

    < H3 >section third slide< / h3 >

    < p >third slide legend< /p >

    < / div >

    < / div >

    < / div >

    < a class = "Carousel-control left" href = "#carousel1" role = "button" data-slide 'prev' = > < span class = "glyphicon glyphicon-chevron-left" aria-hidden = "true" > < / span > < span class = 'sr-only' >previous</span > < /a > < a class = "carousel-control right" href = "#carousel1" role = "button" data-slide 'next' = > < span class = "glyphicon glyphicon-chevron-right" aria-hidden = "true" > < / span > < span class = 'sr-only' >Next</span > < /a > < / div >

    Click outside the blue container select this option for < strong >line< facilities >. The columns are always contained in a line. < Strong >lines are indicated by a dotted grey lines and rounded corners online< facilities >.

    < / div >

    < / div >

    Find it me easier to add online and I think this is the best way. This way I have add a container then an ID and this is where I add questions from the media. Is this the wrong way? I keep seeing people adding them in the CSS file. What is the best and why? I'm a newb. Thank you!

    I think that sometimes people get a little confused by the Bootstrap classes that establish points of breaking for you if used correctly.  So in that sense, I guess that some people may think it's the CSS inline code.  But technically, it's just the HTML markup.   In this example, you can set widths different collar for xs, sm, md and lg devices.   Bootstrap is mobile in the first place, so the default value is 12-xs-col.  This is why we don't need to express it in our code.

    something here...

    class=" "="">
  • What is the best way to move the data from the app and Server data structures?

    Hi guys,.

    I developed my application locally with Apex 4.2 and Oracle 11 g XE on Windows 7. Not far away, it is time to move the application to a server Oracle Apex. I guess that Exim is the way to go app. But what about the APA tables and data (tables/as 'customer' and 'account' created specially for the application)? I've been using a modeling tool, so I can run a DDL script to create the database server data structures. What is the best way to move the application data on the server? Is it possible to move the structures and data in a single process?

    Thank you
    Kim

    There is probably another way to get here, but in Developer SQL, on the navigation tree, expand objects until your table, right-click, and then click EXPORT... you will see all the options. It is a tedious process and it sucks IMO, but yes, it works. This is zero especially because 1) it's a table at a time, 2) If your data model is robust and has constraints and sequences and triggers, then you will need to disable all for the insert and we hope you can re-enable constraints, etc. without hitch (good luck, unless you have only a handful of tables)

    I prefer to use the oracle EXP command-line to export an entire schema, then the server target, I use IMP to import the schema. In this way, it is almost true. This makes the dirty life if you develop multiple applications in a single schema, and I felt pain - however - it is much easier to drop the tables and other objects is to create them! (thus, even if the process of EXP/IMP moved more than you wanted to "move".. blow everything you don't want on the target after the fact...)

    You can use method datapump oracle too.

    If not, what can be done, IF you have access to both servers of your instance of SQL developer (or if you can tnsping both already from the command line, you can use SQL * MORE), is to run a script that will identify the objects of your applications apex (usually by the prefix for the names of objects, such as % EBA_PROJ_ etc.) and do all the manual work for you. I've created a script that does just that so that I can pass data from dev to prod servers on a dblink. It is difficult because of the order that must be executed to disable constraints and then turn it back on and of course, more complicated if don't always precede you ALL your "objects demand '... (tables, views, triggers, sequences, functions, procs, indexes, etc.)

  • best way to write this query

    Hello

    I have a problem and I realized a simplified version of it:

     
    
    create table deals (id_prsn number, id_deal number, fragment number); 
    create table deal_values (id_prsn number, id_deal number, value_ number, date_ date); 
    
    insert into deals values(1,1,50); 
    insert into deals values(2,2,40); 
    insert into deals values(1,3,50); 
    insert into deals values(2,4,80); 
    insert into deals values(1,5,20); 
    insert into deals values(2,6,80); 
    
    insert into deal_values values(1,1,10 ,sysdate - 3); 
    insert into deal_values values(2,2,208, sysdate - 3); 
    insert into deal_values values(2,4,984, sysdate - 3); 
    insert into deal_values values(1,null,134,sysdate - 3); 
    insert into deal_values values(1,1,13, sysdate - 2); 
    insert into deal_values values(2,2,118, sysdate - 2); 
    insert into deal_values values(2,4,776, sysdate - 1); 
    insert into deal_values values(1,null,205,sysdate - 1); 
    insert into deal_values values(2,null,-5,sysdate - 1); 
    The id of the requirement to join these two tables based on:

    1.) ID_PRSN and ID_DEAL
    2.) max DATE_ grouped per person and deal
    (3.) in the case that ID_DEAL is defined in the AGREEMENTS, but not defined in the DEAL_VALUES table, I have to join this records to DEAL_VALUES based on the person where id_Deal is null.

    Number 3 gives me headache. I realized the following query:
     
    
    select *from ( 
    select a.id_prsn, 
           a.id_deal, 
           a.fragment, 
           b.value_, 
           b.date_, 
           max(b.date_) over (partition by b.id_prsn, b.id_deal) max_date 
      from deals a 
    inner join deal_values b 
        on a.id_deal = b.id_deal or b.id_deal is null 
       and not exists  (select 1 from deal_values 
                                  where id_prsn = a.id_prsn 
                                    and id_deal = a.id_deal) 
       and a.id_prsn = b.id_prsn 
    ) 
    where date_ = max_Date; 
    It returns the correct result of he,


    ID_PRSN ID_DEAL FRAGMENT VALUE_ DATE_ MAX_DATE
    1 1 50 13 16.10.2012 09:59:48 16.10.2012 09:59:48
    1 3 50 205 17.10.2012 09:59:48 17.10.2012 09:59:48 OK
    1 5 20 205 17.10.2012 09:59:48 17.10.2012 09:59:48 OK
    2 2 40 118 16.10.2012 09:59:48 16.10.2012 09:59:48
    2 4 80 776 17.10.2012 09:59:48 17.10.2012 09:59:48
    2 6 80-5 17.10.2012 09:59:48 17.10.2012 09:59:48 OK



    but the join clause:
     
    
    
        on a.id_deal = b.id_deal or b.id_deal is null 
       and not exists  (select 1 from deal_values 
                                  where id_prsn = a.id_prsn 
                                    and id_deal = a.id_deal) 
       and a.id_prsn = b.id_prsn 
    in fact the query much slower.

    I was wondering is there a different way to write this join and manage the logic.

    Thanks in advance

    Here's a different approach:

    select * from (
      select a.id_prsn, a.id_deal, a.fragment, B.value_, b.date_,
      ROW_NUMBER() over(
        partition by a.ID_PRSN, a.ID_DEAL
        order by B.ID_DEAL nulls last, B.DATE_ desc
      ) RN
      from DEALS a
      join DEAL_VALUES B
      on a.ID_PRSN = B.ID_PRSN and a.ID_DEAL = NVL(B.ID_DEAL, a.ID_DEAL)
    )
    where rn = 1
    order by 1, 2;
    

    "nulls last" is the default sort order; I just put that for clarity.

    Published by: stew Ashton on October 18, 2012 12:58

  • Best way to abbreviate the query

    Is there an easier way to shorten this "less the request" without using negative? Some kind of subquery?


    Select a.sa_status_flg, a.end_dt, a.acct_id, Acct, c.prem_type_cd, b.rs_cd as, a.char_prem_id as PremiseID, z.char_val as MTR, d.sp_id SP, c.address1_upr as the address
    Of
    ci_sa one
    ci_sa_rs_hist b
    c ci_prem
    ci_sp d
    ci_sp_char z
    where
    a.sa_id = b.sa_id
    and a.char_prem_id = c.prem_id
    and c.prem_id = d.prem_id
    and d.sp_id = z.sp_id
    and (z.char_val = ' 5/8 "' or z.char_val = 3/4"' or z.char_val = 1 "' or z.char_val =" 1.5 "' or z.char_val = 2"' or z.char_val = 3 "' or z.char_val = 4"' or z.char_val = 6 "' or z.char_val = 8" "' or z.char_val = 10 ' ')
    and a.start_dt < 31-dec-08'
    and a.cis_division = '110'
    less
    Select a.sa_status_flg, a.end_dt, a.acct_id, Acct, c.prem_type_cd, b.rs_cd as, a.char_prem_id as PremiseID, z.char_val as MTR, d.sp_id SP, c.address1_upr as the address
    Of
    ci_sa one
    ci_sa_rs_hist b
    c ci_prem
    ci_sp d
    ci_sp_char z
    where
    a.sa_id = b.sa_id
    and a.char_prem_id = c.prem_id
    and c.prem_id = d.prem_id
    and d.sp_id = z.sp_id
    and (z.char_val = ' 5/8 "' or z.char_val = 3/4"' or z.char_val = 1 "' or z.char_val =" 1.5 "' or z.char_val = 2"' or z.char_val = 3 "' or z.char_val = 4"' or z.char_val = 6 "' or z.char_val = 8" "' or z.char_val = 10 ' ')
    and a.end_dt < 1 January 09 '
    and a.cis_division = '110'
  • Best way to present the web form by e-mail and the Earth on a thank you page.

    Hi all

    I am a volunteer for a non-profit that has a conference, so I created a registration form I want to e-mail it to me and then the next page be a thank you page. Someone at - it a code they could "loan" me?

    Thank you!

    Dan

    Ask your host if they have a form-to-email script server you can use.

    The success.html is something create you separately and reference in the form-to-email script.

    Nancy O.

  • Best way to download multiple ISO/models to an ESXi Server

    We put a lot (about 70) Server ESXi (standard license).  Each server will go to one of our remote offices that is connected through a link that we cannot push a lot of data using...   We have ESXi 4 U1 installed on each server.  Now we try all our models and the ISO copy on each server.  Initially, we thought that we would be able to connect to your laptop with the client and download files in storage.  This works, but takes forever.  We have about 20 GB of data, and it took about 2 hours per server...   So we thought that we could do it once and then use Ghost to clone the drive we have created...  This also seems to take forever.  Does anyone have ideas on how to do this?

    Thanks for all the ideas.

    Have you tried Veeam FastSCP ?

    ~ Cheers,.

    ~ Jean # remember points, if you found the useful answer

  • Best way to display a set of data rows (15 + columns)?

    Hey,.

    I have a set of data rows in a data from a JAVA call control. Rowset contains about 15 + columns of data that I need to display to the user in a grid. What is the best way to achieve this? When I try to drag the control of data lines in the AMX only obvious choice page seems to be seen list but I can't just use some columns in a list view. Or an iterator. I guess I should use iterator somehow, but what is the best way to present this data?

    Manually, you can go and edit the list to add more columns and place fields in them.

    Check out the application workbetter to see some models list (for example, people discovered) sample.

    Oracle Mobile Application Framework samples

    You might want to rethink your design and have a limited set of fields appear in the list, and then when you select a list item data show the rest of the info.

    a very large list is perhaps not ideal for a mobile screen.

  • Best way to get vCenter Server VM

    I would like to spend our vCenter server from one physical machine to a virtual machine.

    What is the best way to go about this?

    The current Server vCenter running Server 2003 R2 Standard x 64 Edition with SP2.

    I want to move it to a virtual machine running Server 2008 R2.

    I don't have something special, installed with the server vCenter Server. Running Essentials Plus licensing.

    2 host ESX 4.1 with one on the way. New host will be ESXi 4.1 update 1.

    Thanks in advance.

    vCenter License.png

    The sysprep files if you use the converter will go on the client in which you are running the converter from.

    Here's a link KB with all the sysprep files.

    Sysprep file locations et versions (1005593)

  • What is the best way to optimize a SQL query: call a function or doing a join?

    Hi, I want to know what is the best way to optimize a SQL query, call a function inside the SELECT statement, or make a simple join?

    It depends on.  Could be a.  Could be the other.  Could be no difference.  You would need to compare with your tables in your environment with your settings.

    If you put a gun to my head, I was given no other information and required that I answered the question, I would tend to wait that the join would be more effective.  In general, if you can do something in pure SQL, it will be more effective than if you call PL/SQL.

    Justin

  • best way to query the XMLType column

    Hi all

    I have a table that will structure have as

    create table t (seq_NO FIGURE sys.xmltype xml_file, mydate date);

    This xml_file will have the following structure

    " < envelope SOAP: xmlns:SOAP = ' http://schemas.xmlsoap.org/SOAP/envelope/ ">

    < SOAP: Header / >

    < SOAP: Body >

    < ns1:MY_GetOutRes xmlns:ns1 = "urn:myxyzcompany.com:myxyzcompany_sap_p_i_webs:myRpt" >

    < MY_RESULT >

    < MYCODE > 0000011002 < / MYCODE >

    < > 20010101 MY_DATE < / my_DATE >

    < CURRENT > 111,000 < / CURRENT >

    < MOD > 100,000 < / MOD >

    < > 100,000 AVG < / AVG >

    ABCD < UMS > < / UMS >

    < / MY_RESULT >

    < MY_MSG > Sucsses < / MY_MSG >

    < / ns1:MY_GetOutRes >

    < / SOAP: Body >

    < / envelope SOAP: >

    This xml file will have 200 MYCODES with values. I need to query the values for all MYCODES and extract the values of CURRENT, MOD, AVG etc and insert it in some tables of xyz.

    What is the best way to do this.

    Thank you

    with t as)

    Select xmltype ("http://schemas.xmlsoap.org/soap/envelope/" >)

    0000011002

    20010101

    111,000

    100,000

    100,000

    ABCD

    Sucsses

    xmlDoc ') of double

    )

    Select mycode,

    my_date,

    current_,

    mod_,

    avg_,

    UMS

    t,.

    XMLTable)

    XmlNamespaces)

    "http://schemas.xmlsoap.org/soap/envelope/" as "SOAP."

    "urn:myxyzcompany.com:myxyzcompany_sap_p_i_webs:myRpt" as "ns1."

    ),

    ' /: SOAP envelope / SOAP: Body / ns1:MY_GetOutRes / MY_RESULT'

    passage xmldoc

    columns

    path of varchar2 (20) MyCode ' / MY_RESULT/MYCODE.

    date path my_date ' / MY_RESULT/MY_DATE ',.

    current_ number path "/ MY_RESULT/CURRENT."

    mod_ number path "/ MY_RESULT/MOD."

    avg_ number path "/ MY_RESULT/MOD."

    UMS number path "/ MY_RESULT/MOD.

    )

    /

    MYCODE MY_DATE CURRENT_ MOD_ AVG_ UMS
    -------------------- ------------------- ---------- ---------- ---------- ----------
    0000011002 01/01/2001 00:00:00 111 100 100 100

    SQL >

    SY.

  • best way to store, present the date and time of entry into

    Hello!

    I hope that I can make clear. I see an APEX application that has a couple of different date type fields. This demand will be translated in two different languages, which has representations different date/time. For example: hh12:miAM DD-MON-yyyy and yyyy-mm-dd hh24. I am now find what is the best way to store the date/time fields and hou I can present them in a form/report and how the user can enter in a field.

    That's what I see:
    -I can set a time stamp request format date format/application. It must be in the format of the main language, in this case, English.
    -I can also make translated versions of the application. QUESTION: can I enter a different date for the translated application format?

    What should I do my fields of type date or timestamp?

    I hope someone can answer. If I'm not clear, please tell me!

    You can set the format of date of application using an element of demand

    & DATE_FORMAT_MASK.

    and this element the value dynamically.

    Home > Application Builder > Application # > shared components > change attributes of globalization

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    http://www.Amazon.de/Oracle-Apex-XE-Praxis/DP/3826655494
    -------------------------------------------------------------------

  • Best way to export from Indesign CS5 for Ipad presentation

    Hello, I want to create a portfolio of our work to put on an Ipad, so I can show it to my clients. Would be nice if I could slip through the different screens by scrolling with my finger. Now that I read a few articles about it, but still I can't find out what is the best way... Interactive PDF is not supported on Ipad (?) so I should create an e-book, but which is the best way? Or is it better to simply add a few images in my photofolder and simply scroll through them?

    Thank you very much for your answers!

    Aard_Sandra wrote:

    ... Or is it better to simply add a few images in my photofolder and simply scroll through them?...

    There you go. You already have the opportunity to browse the images and run them in a slide show. There is no need to complicate things with PDF/ebook.

  • Support for PIVOT query (or advice on the best way to do it)

    Hi gurus of SQL,.

    I'd appreciate any help you could provide on this request, I'm assuming that the best way to do this would be by using the PIVOT function. I read through some of the documents and books, and done some research here in the forums, but can't seem to find a way to make it work.

    I'm on Oracle 11.1.0.6.0 self.

    I have a table like this:
    ID     Product          Month_A_Amt Month_B_Amt Month_C_Amt     Month_D_Amt
    
    123     ProductA     3          5          7          9
    123     ProductB     2          4          6          8
    123     ProductC     10          11          12          13
    456     ProductA     1          2          3          4
    456     ProductB     3          4          5          6
    We get this data each month - Month_A is always the most recent month, and so it goes back for this game, Month_A is 09 November, Month_B is October 09, Month_C is Sept 09, etc. I'm OK with Hardcoding this value each month, so for the purposes of this exercise, just assume that Month_A is the 09 November, Month_B is Oct 09, Month_C is Sept 09 and Month_D is Aug 09.

    I need essentially "Pivot" in this table, so the end result looks like this:
    ID     Month          Product_A_Amt     Product_B_Amt     Product_C_Amt
    
    123     Nov 09          3          2          10
    123     Oct 09          5          4          11
    123     Sep 09          7          6          12
    123     Aug 09          9          8          13
    456     Nov 09          1          3          null
    456     Oct 09          2          4          null
    456     Sep 09          3          5          null
    456     Aug 09          4          6          null
    Here's the SQL code to create the database with test data table. Now that I've typed this explanation, it still seems easier that I had done it to be... but I'm still confused, so any help is greatly appreciated, thank you!

    create table test_base_table)
    Identification number,
    Product varchar2 (20).
    Number of Month_a_amt
    Number of Month_b_amt
    Number of Month_c_amt
    Number of Month_d_amt);

    insert into test_base_table values (123, "ProductA', 3, 5, 7, 9);
    insert into test_base_table values (123, "ProductB", 2, 4, 6, 8);
    insert into test_base_table values (123, "ProductC", 10, 11, 12, 13);
    insert into test_base_table values (456, 'ProductA", 1, 2, 3, 4);
    insert into test_base_table values (456, 'ProductB', 3, 4, 5, 6);

    Published by: TheBlakester on February 10, 2010 19:56

    Hello

    You don't want to make several clauses UNPIVOT and PIVOT; you want to do several sets of columns in a cluase PIVOT and UNPIVOT one clause.

    In the UNPIVOT clause, it's just a matter of replacing the unique "amt" column before the keyword FOR with a list in parentheses '(amt_1, amt_2)' and the replacement of each column in the list (for example, "month_a_amt") with a list of the same length ("(month_a_amt_1, month_a_amt_2)" ").
    In the PIVOT clause, it's just a matter of replacing the unique "SUM (amt)" aggregate function with a list of unparenthesized of functions, each with an alias ("the SUM (amt_1) AS amt_1, SUM (amt_2) AS amt_2'. The alias that will be added at the end of the givien for names output column in the IN clause.

    SELECT       id
    ,       TO_CHAR ( ADD_MONTHS ( TO_DATE ( 'Nov 2009'
                                            , 'Mon YYYY'
                              )
                          , month_num
                          )
                , 'Mon YYYY'
                )          AS month
    ,       product_a_amt_1
    ,       product_a_amt_2
    ,       product_b_amt_1
    ,       product_b_amt_2
    ,       product_c_amt_1
    ,       product_c_amt_2
    FROM       test_base_table
    UNPIVOT       ( (amt_1,         amt_2      )     FOR month_num IN (
             (month_a_amt_1, month_a_amt_2)     AS  0,
             (month_b_amt_1, month_b_amt_2)     AS -1,
             (month_c_amt_1, month_c_amt_2)     AS -3,
             (month_d_amt_1, month_d_amt_2)     AS -4              )
           )
    PIVOT       ( SUM (amt_1) AS amt_1
           , SUM (amt_2) AS amt_2 FOR product IN ( 'ProductA' AS product_a
                                                        , 'ProductB' AS product_b
                                       , 'ProductC' AS product_c
                                       )
           )
    ORDER BY  id
    ,            month_num     DESC
    ;
    

    Output:

    .              PRODUCT  PRODUCT  PRODUCT  PRODUCT  PRODUCT  PRODUCT
      ID MONTH    _A_AMT_1 _A_AMT_2 _B_AMT_1 _B_AMT_2 _C_AMT_1 _C_AMT_2
    ---- -------- -------- -------- -------- -------- -------- --------
     123 Nov 2009        3        9        2        9       10        9
     123 Oct 2009        5        9        4        9       11        9
     123 Aug 2009        7        9        6        9       12        9
     123 Jul 2009        9        9        8        9       13        9
     456 Nov 2009        1        9        3        9
     456 Oct 2009        2        9        4        9
     456 Aug 2009        3        9        5        9
     456 Jul 2009        4        9        6        9
    

    It looks like all the new values of amt2 are 9. Don't you think it's the best test? I think that different numbers, as you used for the examples of previous data, reduce the chances of getting good results purely by chance.

    If you want to experiment with queries like this, I suggest you use "SELECT *" (nothing added) in the SELECT clause. Start with just an UNPIVOT operation. Some examples in the documentation to do a TABLE CREATION AS... to save the results of an UNPIVOT operator and use this table as the base for a PIVOT table. I think it's a good idea to reduce confusion.

  • What is the best way to inform your client of VCentere when a vmotion event has occurred?

    For example, suppose you want to get ntofied when a vmotion event has occurred on the

    VCenter. You need the info on what got VM move to the place where.

    But it makes no sense to keep voting history of VCenter events. So, I guess you

    use the alarm mechanism. If this is the case then you are just left with the alarm runninng

    a script that somehow informed the client of VC occurred a vmotion. Now the question is what

    How is the best way to inform the customer of VC?

    So the process is the VCenter client calls the VSphere SDK API via web services to create/set the alarm.

    The alarm call a script, the script calls something to warn the client of VC.

    The script uses sockets / Messages /? or is it and most easy way?  What did other people?

    Again, the alarm is once configured on the server vCenter Server and this can be done by using the Client vSphere or programmaticlaly using the vSphere API. The action of the alarm go can be anything and who is also stored and executed on the server vCenter Server. If you want the action to send an HTTP request, you can, as long as the 'scenario' can be run on the server vCenter Server. It's the size of the default actions that have been implemented with an alarm (alarm in vCenter system as event, SNMP trap, e-mail or run local script to vCenter Server)

    If you want to develop a thin client that watches for a change or a particular property, you'll want to take a look at the collector of property if you have not already in the vSphere Programming Guide - http://pubs.vmware.com/vsphere-50/topic/com.vmware.ICbase/PDF/vsdk_prog_guide.pdf in collaboration with collector property, you'll want to take advantage of "Views" which is what the vSphere Client uses to display the vSphere infrastructure inventory and updates only the customer when something changes or automatically when a view is modified (for example, cluster/host to view vm/model). You can still use the method of the alarm, but relying on the collector of property/views, will give you a solid client without having to query the system.

    I would recommend that you take a look at these two presentation by one of our engineers on the manifold of the property http://vimeo.com/16222275 and http://vimeo.com/16215337 alarms & events

  • Maybe you are looking for

    • Touch pad problem

      Hello I use an HP envy 15 (model 15-j013cl). Because windows is updated to 8.1, I have great problems with my touchpad. Sometimes the touchpad doesn't work at all, sometimes when I touch the keyboard of my pc hangs and must be restarted. I installed

    • W7 refuses to work after the latest updates!

      Last week a few updates came through for W7 Home Premium 64-bit (not sure which service pack, even if it must be later because no SP update has not developed) and they have been installed. After the restart, if I clicked on what whether the computer

    • USB connection

      Hello, I have a problem with my new z5: it charges via a cable USB etc, but when I try to connect it to the pc, it connects fine. It comes on and outside... is it a hardware problem and I need to get my phone replaced?

    • "The task image is corrupt or has been tampered with. (0 x 80041321)". ___

      When I try to run the backup this error pops up, 'the task image is corrupt or has been tampered with. (0 x 80041321)". I already tried the prievious solution and the first registry value is not found

    • Re-install Windows 7 after the main table and the change of hard disk.

      I had starting problems with my office. If all goes well, a technician isolated the problem and told me that I need a new motherboard, on order right now. Once it is installed, and I hope that everything ok, I intend to make use of a hard 'bigger' di