Is the API for programatically executing packages redistributable?

For applications created by an ISV that depend on "Microsoft.SQLServer.ManagedDTS.dll" to programatically execute packages: can this DLL legally be packaged with the application, rather than requiring it to be installed as a prerequisite?  I
am unable to find any documentation that specifies either way.

Daniel, if the customer is licensed to run SSIS then it can use your code.
Otherwise you have no merit even to ship such code, the ManagedDTS.dll is useless without the SSIS installation.
Arthur My Blog

Similar Messages

  • API for intradoc.* packages

    Hi,
    I'm writing custom UCM component. Where can I find actual (11.1.1.16) Java API for intradoc.* packages eg. for classes: intradoc.server.Service or intradoc.server.ServiceHandler ?
    Kuba

    I'm afraid that the best Java API I'm aware of is the one available in the HowToComponent samples. Unfortunately, it does not seem to contain intradoc.server classes.
    If you add the server.jar to your project in JDeveloper you should see at least what methods/attributes are available (without explanation). Personally, if I need to step in, I use Java Decompiler (JAD).

  • How to use the API for DATE, MONTH  AND YEAR

    I would like to use the java api in .util.calender in the java api to get the date.
    How to implement the API for the "DATE","MONTH","YEAR" which are available provide by java?
    can someone give me in one complete code?

    From the Java Developers Almanac 1.4:
        Calendar cal = new GregorianCalendar();
        // Get the components of the date
        int era = cal.get(Calendar.ERA);               // 0=BC, 1=AD
        int year = cal.get(Calendar.YEAR);             // 2002
        int month = cal.get(Calendar.MONTH);           // 0=Jan, 1=Feb, ...
        int day = cal.get(Calendar.DAY_OF_MONTH);      // 1...
        int dayOfWeek = cal.get(Calendar.DAY_OF_WEEK); // 1=Sunday, 2=Monday, ...

  • Make the installer for my executable run the DAqcarddriver and runtime engine installer automatically

    *Hi
    I would like to know how to make the installer for my executable run the DAqcarddriver and runtime engine installer automatically
    I would like to include run time engine and the drivers of  my daqcard(AI16XE50),( and maybe Ni daq or anything else needed?) in order to make my application portable for other computers on OS win98 and winXP .
    How can I do that
    thank you in advance
    Olivier

    Olivier,
    What version of LabVIEW are you using to build your application?  On a remote computer you should only need the drivers you are using and the Run-Time Engine.  You can attach installers to LabVIEW 8 installers, but for previous versions you will have to add it by opening the installer configuration page, configuring your installer and then configure the Advanced properties.  This will allow you to attach a EXE to the installer which you can run.  Also depending on the version of LabVIEW will affect the OS version that you will be able to install the RTE on.  LabVIEW 7.0 is the last version that can be installed on Windows 98. 
    Please let me know if you have any further questions and please include the version of LabVIEW you are using.  Thanks!
    Andy F.
    National Instruments

  • Where is the API for PKI authentication library in ColdFusion 9?

    Hello,
    I have to get PKI/certificates working with our ColdFusion application.  We're using CF9, and evidently there were calls added
    to this to help you get the cert, the distinguished name, etc.  So, what I am looking for specifically is where can I read
    the API for this?   I need to know the functions, tags, etc that I will be calling in order to get the info I need from the cert.
    Thanks!

    I was able to find something to try from the forum, although not explained well.  I had to use cfdump to see
    the different methods to use:
    <!---We need to get all of the required fields from the 509 cert and store those in session--->
    <cfset x509 = GetPageContext().getRequest().getAttribute("javax.servlet.request.X509Certificate")>
    <!---Debug prints--->
    <cfdump var=#x509[1].getSubjectDN().getCommonName()#>
    <cfdump var=#x509[1].getIssuerDN().getCommonName()#>
    <cfdump var=#x509[1].getIssuerDN().getOrganization()#>
    <cfdump var=#x509[1].getIssuerDN().getOrganizationalUnit()#>
    I saw some other solutions with cfscript, but that's overkill.  I also find it incredibly STUPID that
    the CGI variables for CERT_SUBJECT, etc, are only available if you use IIS.  Umm, who even
    USES IIS anyway?  People use Apache/Jrun more than anything.  I wasted a lot of time going through
    the CGI and asking questions on other forums about it.
    However, the above method is easy, and works.

  • Available APIs for process and package management

    Hello All and welcome to my Hello All:
    Welcome to my inaugural post. I am a complete noob to Solaris (although I have been using Linux for 5+ years) and am in the process of trying to get a handle on what local C/C++ APIs (if any) are available for management. Specifically, I am looking to find out about process and package management.
    For process management, basically I would like to know is there some kind of interface to the the prstat application (ie. Memory and CPU utilization). Does something like this exist?
    For package management, I am looking for the ability to add, remove, and query the package �database�. Correct me if I am wrong, but the Solaris package �database� seems similar to that of a Debian system (at least from the perspective that the informational files are stored as plain text in a well-defined directory [ie /var/sadm/pkg/]).
    I have installed Solaris 10 on an x86 machine with a full installation; however, of the installed development kits (listed below) nothing jumped out at me.
    -bash-3.00# ls -1d /var/sadm/pkg/*devel
    /var/sadm/pkg/SUNWaspell-devel
    /var/sadm/pkg/SUNWevolution-devel
    /var/sadm/pkg/SUNWevolution-libs-devel
    /var/sadm/pkg/SUNWgnome-a11y-base-devel
    /var/sadm/pkg/SUNWgnome-a11y-libs-devel
    /var/sadm/pkg/SUNWgnome-a11y-reader-devel
    /var/sadm/pkg/SUNWgnome-a11y-speech-devel
    /var/sadm/pkg/SUNWgnome-audio-devel
    /var/sadm/pkg/SUNWgnome-base-libs-devel
    /var/sadm/pkg/SUNWgnome-camera-devel
    /var/sadm/pkg/SUNWgnome-common-devel
    /var/sadm/pkg/SUNWgnome-component-devel
    /var/sadm/pkg/SUNWgnome-config-devel
    /var/sadm/pkg/SUNWgnome-desktop-prefs-devel
    /var/sadm/pkg/SUNWgnome-file-mgr-devel
    /var/sadm/pkg/SUNWgnome-hex-editor-devel
    /var/sadm/pkg/SUNWgnome-img-editor-devel
    /var/sadm/pkg/SUNWgnome-libs-devel
    /var/sadm/pkg/SUNWgnome-media-devel
    /var/sadm/pkg/SUNWgnome-panel-devel
    /var/sadm/pkg/SUNWgnome-pilot-devel
    /var/sadm/pkg/SUNWgnome-print-devel
    /var/sadm/pkg/SUNWgnome-project-devel
    /var/sadm/pkg/SUNWgnome-terminal-devel
    /var/sadm/pkg/SUNWgnome-text-editor-devel
    /var/sadm/pkg/SUNWgnome-vfs-devel
    /var/sadm/pkg/SUNWgnome-wm-devel
    /var/sadm/pkg/SUNWgnutls-devel
    /var/sadm/pkg/SUNWjpg-devel
    /var/sadm/pkg/SUNWlibexif-devel
    /var/sadm/pkg/SUNWlibgcrypt-devel
    /var/sadm/pkg/SUNWlibpopt-devel
    /var/sadm/pkg/SUNWmozilla-devel
    /var/sadm/pkg/SUNWmoznspr-devel
    /var/sadm/pkg/SUNWmoznss-devel
    /var/sadm/pkg/SUNWogg-vorbis-devel
    /var/sadm/pkg/SUNWopenjade-devel
    /var/sadm/pkg/SUNWopensp-devel
    /var/sadm/pkg/SUNWpcsclite-devel
    /var/sadm/pkg/SUNWpng-devel
    /var/sadm/pkg/SUNWpostgr-devel
    /var/sadm/pkg/SUNWPython-devel
    /var/sadm/pkg/SUNWTiff-devel
    I've placed orders for Solaris Internals and Solaris Performance & Tuning (that should arrive tomorrow), but I was hoping that someone could give me a gentle push (or perhaps a swift kick) in a general direction. :)
    Thanks.

    For process management, basically I would like to
    know is there some kind of interface to the the
    prstat application (ie. Memory and CPU utilization).
    Does something like this exist?Not prstat (although you could 'truss' it and see some of what it's doing to collect the information). kstat is available with a C interface and through perl/shell. It has several CPU fields. It's certainly useful for monitoring, but read-only. I'm not sure what you're looking for in terms of "management".
    Also 'dtrace' can provide tons of dynamic information, but that's not necessarily what you're looking for.
    For package management, I am looking for the ability
    to add, remove, and query the package �database�.
    Correct me if I am wrong, but the Solaris package
    �database� seems similar to that of a Debian system
    (at least from the perspective that the
    informational files are stored as plain text in a
    well-defined directory [ie /var/sadm/pkg/]).Yes, although it's based on the SysV packaging system. I don't believe there's any API for it outside of the 'pkg*' utilities.
    Darren

  • HR API User Hooks - Can I use to change a value in the table the API for?

    I am trying to initialize a descriptive flexfield on per_all_people_f. I originally tried doing the initialization using a “before row insert” database trigger directly on the table per_all_people_f. Seems to work great in the People form (PERWSHRG), but does not seem to work consistently when a new employee is entered through a template like Enter Employees (PERWSQHM).
    Does anyone know if you can use an API User Hook to initialize a value on one o the tables the API is inserting? For example, could I put a "Before Process" user hook on the "Create_ Employee" API to change the value of a descriptive flexfield?
    Any other good ideas?
    Currently I have a concurrent request that runs once every 30 minutes to default the descriptive flexfield. The delay is causing issues.

    In such cases you should write the code to default the values in the front end PUIs. As one person pointed out, User hooks are provided either to validate the already entered values, or to insert/update data in some custom tables but not for updating values in the same table where data is being inserted/updated.
    BTW for your information:-
    Person form (People Enter and Maintain) does not use APIs so anything written inside the user hook would be ignored by the application when this form is used. (The reason is this is one of the oldest form in HRMS, was created even before the concept of user hook came).
    Template form PERWSQHM uses APIs, so user hook is called when this form is used to create/update the data.
    Hope this is useful.

  • How to find the API for "update" button

    Hi,
    I have a jsp page in JTT(JTF) framework on which an UPDATE button exists.
    I want to add two more fields and the data in those also must be updated to the database.
    So for this i need to find the API which the Update Button calling.
    Please guide me how to find the API.
    The below is the code segment for the Update button.
    function xsubmitForm(){
    //alert("oldStatusCode is " + "<%=oldStatusCode%>" );
    var newStatusCode = getElementValue( document.forms['<%=asfPage.getHTMLFormName()%>'].elements['<%=PageWebBean.makeName(oppCloseForm.getSectionName(),PageWebBean.OBJ,"statusCode")%>']);
    //alert("newStatusCode is " + newStatusCode);
    if (( "<%=openStatusFlag%>" == "Y") && ( newStatusCode == "<%=oldStatusCode%>"))
    if (confirm(<%=MessageUtil.getMessageJSVar(asfPage, "ASF", "ASF_OPP_STATUS_OPEN")%>))
    doAsfAction('<%=asfPage.getHTMLFormName()%>', 'UPD');
    else
    doAsfAction('<%=asfPage.getHTMLFormName()%>', 'UPD');
    Best Regards,
    Venkatesh
    Edited by: Palepu on May 17, 2010 12:22 AM

    Hi,
    Post your question in "Technology - OA Framework" forum for a better/faster response.
    Technology - OA Framework
    http://forums.oracle.com/forums/category.jspa?categoryID=3
    Thanks,
    Hussein

  • Help...where can i find the api for XSLTProcessor

    Anyone can help me on tis....
    i hav already
    import org.apache.xalan.xslt.*;
    to my program which look like tis
    //program Simpletransform.java
    //necessary import files
    import org.apache.xalan.xslt.*;
    import org.w3c.dom.Document;
    import org.xml.sax.SAXException;
    import org.apache.xerces.parsers.DOMParser;
    //Here we can load the given XML and XSL files,
    //transform the XML and store it in the output file.
    public class SimpleTransform {
    public SimpleTransform(String xmlFile, String xslFile, String outFile) throws
    java.io.IOException, java.net.MalformedURLException,
    org.xml.sax.SAXException {
    // Load the XSLT Processor.
    XSLTProcessor xsltProc = new XSLTProcessorFactory.getProcessor();
    // XSLTProcessor xsltProc = XSLTProcessorFactory.getProcessor();
    xsltProc.process(new XSLTInputSource(xmlFile),
    new XSLTInputSource(xslFile),
    new XSLTResultTarget(outFile));
    System.out.println("************* The result is in the " + outFile +
    " file*************");
    //method : main is for testing the program and just creates an instanceand tests the results.
    public static void main(String[] args) {
    try {
    SimpleTransform st = new
    SimpleTransform("example.xml", "example.xsl", "example.out");
    catch (Exception e) {
    System.out.println("Exception caught = " + e);
    public SimpleTransform() {
    but still there is error which look like tis
    C:\A>javac -classpath C:\j2sdk1.4.2\lib\xerces.java;C:\j2sdk1.4.2\lib\xalan.jar
    SimpleTransform.java
    SimpleTransform.java:6: package org.apache.xerces.parsers does not exist
    import org.apache.xerces.parsers.DOMParser;
    ^
    SimpleTransform.java:19: cannot resolve symbol
    symbol : class XSLTProcessor
    location: class SimpleTransform
    XSLTProcessor xsltProc = XSLTProcessorFactory.getProcessor();
    ^
    SimpleTransform.java:19: cannot resolve symbol
    symbol : variable XSLTProcessorFactory
    location: class SimpleTransform
    XSLTProcessor xsltProc = XSLTProcessorFactory.getProcessor();
    ^
    SimpleTransform.java:22: cannot resolve symbol
    symbol : class XSLTInputSource
    location: class SimpleTransform
    xsltProc.process(new XSLTInputSource(xmlFile),
    ^
    SimpleTransform.java:23: cannot resolve symbol
    symbol : class XSLTInputSource
    location: class SimpleTransform
    new XSLTInputSource(xslFile),
    ^
    SimpleTransform.java:24: cannot resolve symbol
    symbol : class XSLTResultTarget
    location: class SimpleTransform
    new XSLTResultTarget(outFile));
    ^
    6 errors
    CAn onyone help me???Thank you

    you are using an older version of xalan, & the latest version of xalan.jar does not have these classes anymore. to transform the given xml, use the following code :
    import javax.xml.transform.Transformer;
    import javax.xml.transform.TransformerException;
    import javax.xml.transform.TransformerFactory;
    import javax.xml.transform.Source;
    import javax.xml.transform.stream.StreamResult;
    import javax.xml.transform.stream.StreamSource;
    import java.io.FileNotFoundException;
    import java.io.FileOutputStream;
    //Here we can load the given XML and XSL files,
    //transform the XML and store it in the output file.
    public class SimpleTransform
    public SimpleTransform() throws TransformerException, FileNotFoundException
    // Load the XSLT Processor.
    TransformerFactory tFactory = TransformerFactory.newInstance();
    Source xslSource = new StreamSource( "config/birds.xsl" );
    Transformer transformer = tFactory.newTransformer( xslSource );
    transformer.transform( new StreamSource("config/birds.xml"),new StreamResult( new FileOutputStream( "config/birds.out" )));
    System.out.println("************* The result is in birds.out file*************");
    //method : main is for testing the program and just creates an instanceand tests the results.
    public static void main(String[] args)
    try
    SimpleTransform st=new SimpleTransform();
    catch(Exception e)
    System.out.println("Exception caught = " + e);
    also, use the latest version of the xalan jar, which is xalan2.6.jar

  • What is the API for getting a list of students that have taken a specific course?

    We are on Adobe Connect 9. Through the UI, you can generate a nice report on who has taken a course and when they completed it (Training > Shared Training > [course name]).
    How do I get this report using Adobe Connect APIs?

    You can use the UserReaderMBean.
    http://download-llnw.oracle.com/docs/cd/E11035_01/wls100/javadocs_mhome/weblogic/management/security/authentication/UserReaderMBean.html
    You mite find this helpful in ur development...
    http://secure-zone.blogspot.com/2009/10/creating-users-in-weblogic-server.html
    Let me know if it helps..
    Thanks,
    Faisal

  • What are the messaging apis for sms for developers at ui and framework side

    what are the messaging apis for sms for developers at ui and framework side.It would be better if i get the apis for iOS7.If not, Please let me know if i can acess the apis of older version

    you will likely get better response here
    https://discussions.apple.com/community/developer_forums

  • API for generating the config_header_id,config_revision_num

    Hi All,
    Can anyone help me to find the API for generating the config_header_id,config_revision_num in Order capture
    thanks,
    srinivas

    Hi,
    I suggest you could try to add this code into your app_start() methods.
    protected void Application_Start()
    HttpConfiguration config = GlobalConfiguration.Configuration;
    config.Formatters.JsonFormatter.SerializerSettings.Formatting =
    Newtonsoft.Json.Formatting.Indented;
    Also, you could see this reply(http://stackoverflow.com/a/13274791 ).Please try it.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Console API for IS 6.0?

    My group is looking at customizing the console for Identity Server 6.0. I have looked at the samples for customizing the console and they include java files that have been extended from the com.iplanet.am.console.user package. I know that these classes reside in the .../SUNWam/web-apps/applications/WEB-INF/lib/ directory in the am_console jar file. However, I cannot find the API for this package or the other com.iplanet.am.console.* packages (it is not included in the javadocs in the .../SUNWam/docs directory). I don't see how I can write Java files to customize the console without the API for the console classes. Does anyone know where I should look to get the console API for IS 6.0?

    The console API is not public. You are correct that in order to customize the console, you need access to the API. Contact DTS (Developer Technical Support) and they should be able to assist you.
    Steve

  • Any CLDC/MIDP Api for interacting with phone? (eg. phonebook)

    Hello.
    I was going through the APIs for MIDP 1.0, and wasnt able to find any functions which I can use for interacting with the phone stuff. For example, some of the stuff that I would like to do is:
    (1) Add contact info. to the phone book.
    (2) Read the contacts info.
    (3) Set an image as the screen saver / background image
    (4) Set a new ringtone
    (5) Access the Messages Inbox (and also the pictures stored).
    I was hpoing someone could tell me which classes I should be looking at, or whether I am looking at the wrong API set.
    Thanks :)

    see JSR 75: PDA Optional Packages for the J2METM Platform
    if you know your target device you should check the vendor's developer website. many vendors have vendor specific extensions that enable access to PIM functions.

  • Error Message is not displayed by the API Move Order

    Hi All,
    Iam using the API "inv_move_order_pub.process_move_order" to create the move orders.
    For few records the API is returning the return_status as "E" however the msg_count is returned as "0"
    and there is no msg_data returned by the API for the records which are error out.
    Kindly help me regarding this.
    Regards
    Tanisha
    Edited by: Tanisha on Feb 2, 2011 2:34 AM

    Can you please mention the type of move orders you are trying to create?
    For the error records did you verify the validity of item, sub-inventories, locator_id etc?

Maybe you are looking for

  • How to not repeat data in XSL-FO

    Hello, All, Thank you for taking the time to read this.  Hopefully, I can adequately convey to you what the problem is. XSL-FO is 1.0 APEX Listener is 2.0.5 APEX 4.2.4 Altova StyleVision 2014 EE Using Altova StyleVision, I have created an XSL-FO file

  • TS4062 I cannot find my IPOD touch listed on ITunes (there is no "Device" menu option - any advice?

    I cannot find my IPOD touch listed on ITunes (there is no "Device" menu option in iTunes- any advice?). Using IPOD touch (32gb) and connecting with a laptop using Windows Vista. Downloaded the latest ITunes and it wiped all my music. I was able to re

  • How to make sales order entry mandatory in CO01

    Hi, I have a scenario where the system should not allow to create production order without the reference of sales order. I can achieve this by using transaction code CO08.But in some special cases i have to use CO01 transaction for creation of produc

  • Wifi only works on Iphone 5 when close to router

    the wifi on my iphone 5 only works when i am close to the router or in of course in the apple store. can anyone help?

  • Help with Instrument I/O Assistant

    I am trying to control an Instrument with 'Instrument I/O Assistant. The control commands that the instrument expects are a ASCII character immediatly followed by a 'nul' character. If the instrument does not see the null character then it will not r