Do I need a copy of DSC run-time for every machine?

Do I need to purchase a dsc run-time engine for every machine that will be running stand alone executables.

Yes if you wish to use the DSC features like the Engine, logging, alarming, etc.
Regards,
Khalid

Similar Messages

  • Do I need to include DSC run time on the host coputer to run an executable

    I've build an application and an installer and I've test them on a computer that has labview installed on it and it works well,
    but when I installed my application on computer that doesn't has LabView it gives an error messege Says " error 1 can't deploy library"
    althgough I'm deploying the libraries programmaticaly and the bath is correct aslo, but I don't know what's the problem I've tried every thing
    on the site but nothing works.
    I just need to deploy the libraries but i'm not doing or using logging & alarms so do i need to include DSC run time to my installer?
    If any one have an idea about this problem just give me the solution!!!!!!
    Mahmoud Alshair
    Intelligent Systems Integrator ( ISI )
    System Developer
    Solved!
    Go to Solution.

    Now no more duplicates,
    coz I solved the problem and you 'll find it here
    http://forums.ni.com/ni/board/message?board.id=170&thread.id=311115
    By
    Mahmoud Alshair
    Intelligent Systems Integrator ( ISI )
    System Developer

  • I need a copy of the PDF guide for version 12 I have just installed - the link that appears in searches takes me to version 13. Where can I get the version 12 copy please?

    I need a copy of the PDF guide for version 12 I have just installed - the link that appears in searches takes me to version 13. Where can I get the version 12 copy please? (I bought the Photoshop Elements and Premiere Elements pack, but have only just installed and started to use).

    Hi,
    You can find the Help Archives at Adobe Premiere Elements Help | Archive
    Regards,
    Premiere Elements Team

  • Install Labview DSC Run Time without SQL Express

    Hi 
    I have an application of DSC run time that I tested successfully but now must be installed on a server and my client does not allow install an instance of SQL Server Express because he are already using the Enterprise version. What should I do to not install the SQL Server Express incorporated in the DSC Run Time and use the SQL Server Enterprise already installed on the server?

    Hello Jdrendon
    Did you try to install your application on a PC with an instance of the Enterprise version?
    Maybe another instance of SQL will not be installed in this case, because you already have a later version installed.
    The second possibility is just uncheck the option to install the SQL Server Express when you are installing your application.
    Let me know if it is possible and if it solve your problem.
    Plínio Costa
    Application Engineer
    National Instruments Brazil

  • Do i need air port extream to run time capsule

    do i need air port extream to run time capsule

    OK. Yes, a TC is both a router and a network storage device. It is not like a normal external drive in that it must be used as a network drive. One can backup to a TC either wirelessly or via Ethernet. To be used as a router you need to connect it to your existing cable/DSL modem. If your cable/DSL modem also is a router, then you will need to configure the modem or the TC to function in "bridge mode." That means one device acts as the router while the other simply extends the network. In other words you can't have two working routers competing with one another.

  • I need a copy of my renewal receipt for Form Central

    I need a copy of my renewal receipt for Form Central 143.88 Nov 2014

    Hi ladonnaara,
    Please see this document for information about printing an invoice for an Adobe purchase: Print a payment receipt or invoice | Creative Cloud
    Best,
    Sara

  • How to change the view criteria at run time for af:query

    Hi,
    I've a usecase where I need to change the view criteria of the af:query at run time.
    Use case:
    =======
    1) Consider a check box (Show Emps Under Dept 10) in the query panel when user selects and clicks 'Search' button should show the employees under dept 10. If user searches without selecting the check box, the results should show all the employees in all the departments.
    2) I need to have a check box always in the query panel. Its mandatory.
    The way I implemented:
    ==============
    1) Created a transient variable 'Show Emps Under Dept 10' in the EmployeeVO and also created a bind variable bind_DeptNo.
    2) Create a view criteria 'AllEmployees' which has only the transient attribute as the view criteria item and whose value set to 'false' by default.
    3) Created another view criteria 'EmpUnderDept' which has 'DepartmentId' as the view criteria item and whose value set to the bind variable 'bind_DeptNo'.
    4) Dropped the view criteria 'EmpUnderDept' as the 'af:query' panel in the jspx page.
    5) Overridden the queryListener as '#{EmpBean.empSearch}'
    6) Has the below code in the empSearch method as below. When user selects the check box, applying the other criteria 'EmpUnderDept' and setting the bind variable to '10'.
    public void empSearch(QueryEvent queryEvent) {
    // Add event code here...
    QueryDescriptor queryDesc = (QueryDescriptor) queryEvent.getDescriptor();
    ConjunctionCriterion conCrit = queryDesc.getConjunctionCriterion();
    List<Criterion> criterionList = conCrit.getCriterionList();
    List criterionValues = new ArrayList();
    Object criteriaValue = null;
    int criteriaNo = 0;
    DCBindingContainer bc = (DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry();
    FacesContext facesContext = FacesContext.getCurrentInstance();
    for (Criterion criterion : criterionList) {
    AttributeDescriptor attrDescriptor = ((AttributeCriterion)criterion).getAttribute();
    System.out.println("============== attrDescriptor.getName() =================== " + attrDescriptor.getName());
    criteriaValue = ((AttributeCriterion)criterion).getValues().get(0);
    if(criteriaNo==0) {
    Boolean val = (Boolean) ((AttributeCriterion)criterion).getValues().get(0);
    if (val.equals(true)) {
    OperationBinding method = (OperationBinding) ADFUtil.findOperation("ExecuteWithParams");
    if(method!=null) {
    Map params = method.getParamsMap();
    //params.put(key, value)
    method.getParamsMap().put("bind_DeptId", 10L);
    method.execute();
    ADFUtil.invokeMethodExpression( "#{bindings.EmpUnderDeptCriteiaQuery.processQuery}", queryEvent);
    } else {
    //ADFUtil.invokeEL("#{bindings.ExecuteWithParams.execute}");
    ADFUtil.invokeMethodExpression( "#{bindings.AllEmployeesCriteriaQuery.processQuery}", queryEvent);
    But this approach is not working and its always showing all the employees in all the departments.
    Please let me know if there is a way to change the view criteria at run time depending on the values set at run time for one of the view criteria items.
    JDev version am using is '11.1.1.5'
    Thanks,
    Lakshman

    Hi Shay,
    It worked for me without overriding the executeQuery() method in the ViewImpl.java.
    Instead of creating 2 view criteria, I created only one which has both transient variable and the DepartmentId = <bind_DeptId>. With the above code, it worked properly. Now I am using only one view criteria.
    Thank you.

  • Run time for a query

    Hello all,
    Can you please tell me how can I see the total running time for a query?
    What other transactions besides ST03 and RSRT with statistics on?
    Points will be assigned
    Thanks
    Ramona

    Hi........
    You can use ST03N -> BW System Load
    Depending on the time frame you select, you get historical data or
    current data.
    To get to a specific query you need to drill down using the InfoCube
    name
    Use Aggregation Query to get more runtime information about a
    single query. Use tab All data to get to the details.
    (DB, OLAP, and Frontend time, plus Select/ Transferred records,
    plus number of cells and formats)
    Also You can get it in RSRT,RSRTQ...
    WE07  IDoc statistics 
    DB20  Update DB Statistics 
    Regards,
    Debjani........
    Edited by: Debjani  Mukherjee on Sep 25, 2008 2:42 PM

  • Run time for a Report

    Hi All,
    I have a requirement, where in i want to know whether my report has run for 8 mins or not. If it has run for 8 mins then i have to give an information message saying that the report is taking more than 8 mins so schedule the program in back ground.
    Is this possible ?
    Please let me know how to know during run time the time taken by a report.
    Regards
    Rakesh.

    Hi Dominic,
    The code you mentioned can be put to know what is the time taken by a select statement or the time taken by a particular piece of code. In my program there are several select queries and complex logics.. So i dont think that it is feesible to calculate the run time for each select and then if its increasing 8 mins then to show error !!!!
    My report will be called from an external application. If the program is taking much time it will get timed out. So for a precaution we have to tell them that the way you have given the selection screen filter values its going to take more than 8 mins so better schedule a back ground job.

  • Default maximum run time for updates

    Is there a way to change the default "Max run time" for each update? In SCCM 2007 the default run time was 20 minutes per update, now it is 5 minutes. I have machines that repeatedly fail to install updates because the max time of 300 seconds was
    reached.

    Hi,
    What is the powershell command to change the maximum run time?
    Thanks.
    probably this:
    http://technet.microsoft.com/en-us/library/jj850138(v=sc.20).aspx
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Maximum allowed run time for a task sequence

    I found if i left the maximum allowed run time for a task sequence with a defualt value of "0" in configuration manager 2012 r2 cu2,the required task sequence would never run without a maintenance window larger than
    12H.
    At client side,the servicewindowmanager.log always said this required task sequence had a maximum runtime of 43200 seconds(12h).
    servicewindowmanager.log:
    OnIsServiceWindowAvailable called with: Runtime:43200, Type:5
    Program cannot Run! Setting *canProgramRun to FALSE
    There does not exist a Service Window of this Type, for this duration. The Program will not run.
    If i set maximum allowed run time to 120 minutes,task sequence would run under a 3h mainenance window.
    So if you leave the maximum allowed run time for a task sequence with a value of "0" then client agent will evaluate it as 43200(12h) for a required deployment,is it true? have i missed something?

    Hi,
    That is correct it will default to the same value as a program with a "Unknown" maximum runtime value, Unknown is also evaluated to 0 = 12h so that is correct behaviour.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Battery run time for Tungsten E?

    What is the total run time for the battery in the Tungsten E assuming the back light is on all the time while playing a song?
    Post relates to: Palm III

    With a brand new T|E in early 2004 I could get about 3 hours of run time in Aeroplayer with screen off.
    I doubt you can get anything like that.
    It would be simpler and less time consuming for everyone if you had started one thread with ALL your T|E battery questions.
    Post relates to: Palm TX

  • I need a copy of my payment receipt for my subscription that was renewed yesterday February 26, 2015.  It looks to me that others have asked and have not received a reply.

    I need a copy of my payment receipt from yesterday February 26,2015
    Please reply asap

    Thank you for your reply but I tried and can’t seem to be able to get one.
    Could you please just email me one?
    Thank You!
    Shari Homstad
    Senior Center Director
    Menomonie Area Senior Center
    dba / Shirley Doane Senior Center
    1412 Sixth Street E
    Menomonie, WI 54751
    phone: 715-235-0954       fax: 715-235-1346
    web: menomonieseniorcenter.org

  • Setting Time Server Search Order in DSC Run-Time

    Hello,
    can somebody help me with explanation how can I set the  Time Server Search Order in DSC 8.6 Run-Time System? I can set it in development environment, but how can I transfer this to the Run-Time machine?
    I want to synchronise a system clock of the machine to another machine acting as the time server, running NI Time Syncronization service.
    Is it better to use standard Windows XP sync routines instead of NI ?
    Thanks a lot,
    romp

    Hi David,
    after trying NI approach ( I've got some tips from support, you should edit the Registry ) I found it just don't work well, so I have disable it completely and move to Microsoft mechanisms for clock synchronising. Looks like NI still didn't work this out as it should....it's a shame aince this is very fundamental stuff.
    romp

  • Need to copy form tag in source for google docs form...cannot find it?

    I have a google docs form that has worked, but they have just introduced an acknowledged bug that kills it.
    SO, i need to copy the form tag from the source code, but there is no form tag (in safari or FF on mac viewing on me.com). It is in an iweb HTML widget, does this some how change where I find the form tag?
    Below are the steps. Looking at non-iweb site with google form, the form tag is there.
    Where is it in iweb?
    Thanks
    bob
    5) Right click anywhere on the page and click View Source to look at the code behind the form.
    6) Copy all the code between <form> and </form> tags and paste it into the new form page on your web site.

    This was my bad, I realized that the instructions were referring to the form tags in source of the google docs forms website...since it is hosted, the form is not actually in iweb.
    Google forms changed, after submit instead of a link to return to the form (i.e. your web) the link now says "create your own form" which means the user has not way to return (except the browser back button). Google says they will correct it in a future version...
    thanks
    bob

Maybe you are looking for

  • IPhone photos app crashing consistently with large iCloud photo library beta - how can I completely remove?

    Hi - I turned on the iCloud photo library beta on my phone weeks ago.  Worked fine with no issues.  Then the Yosemite OS X beta 10.10.3 was released with the new Photos app.  Once i loaded that new app, it converted my Aperture library and began to u

  • Reg Soap to Soap scenario

    Hi...    I am doing soap to soap scenario. Can you please provide the details for doing the soap to soap scenario. I want to provide the input as soap request. Xi would take the soap request and process the request and provide the repsonse. Pleasehel

  • Adobe Acrobat XI pro set up issues

    I recently downloaded Adobe Acrobat XI Pro (English) version. But the software continues to setup in Swedish. Is there a reason why?

  • How to recover Itunes purchases when you can't de-authorize your old computer?

    Ok, My HP laptop just recently died on me. Luckily I managed to store  alot of my files/music, etc... before  it finally went.(it was 4 years old and the hard drive was just done) I just  bought a Macbook pro yesterday and while I was setting it up 

  • Find user

    In our organization some updated the records and i have a userid now i need find who did this job. but i don't know about user table. please some one help me how can i find a users. Regards, GreenX