Sql to xml on command line

I'm trying to dump a large (+4MB) set of xml query results to a file from a sql string.
In the environment I'm using, I can't use any Java.
I tried writing pl/sql & sqlplus from the command line, but the size of the results overflowed the limits of the sqlplus buffers.
Any ideas?
thanks

You can use the SAX APIs provided by XSU.

Similar Messages

  • Why not all jars picked up by ojdeloy and how to generate build.xml from command line and not JDEV GUI - quick question

    Hi All
    We have 11.1.1.7 ojdeploy to compile our app.
    We notice in the log that not all jars are used in classpath arguments when we explicitly set them up for compilation.
    eg:
      <path id="classpath">
        <pathelement location="../../Oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/commons-el.jar"/>
        <pathelement location="../../Oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/jsp-el-api.jar"/>
        <pathelement location="../../Oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/oracle-el.jar"/>
        <pathelement location="interface/public_html/WEB-INF/lib/a.jar"/>
        <pathelement location="interface/public_html/WEB-INF/lib/b.jar"/>
        <pathelement location="interface/public_html/WEB-INF/lib/c.jar"/>
        <pathelement location="interface/public_html/WEB-INF/lib/d.jar"/>
    </path>
    Log Output -
    [ora:ojdeploy] /path/to/Oracle/Middleware/jdk160_24/bin/javac
    [ora:ojdeploy] -g
      [ora:ojdeploy] -Xlint:all
      [ora:ojdeploy] -Xlint:-cast
    [ora:ojdeploy] -Xlint:-empty
      [ora:ojdeploy] -Xlint:-fallthrough
      [ora:ojdeploy] -Xlint:-path
      [ora:ojdeploy] -Xlint:-serial
      [ora:ojdeploy] -Xlint:-unchecked
      [ora:ojdeploy] -source 1.6
      [ora:ojdeploy] -target 1.6
      [ora:ojdeploy] -verbose
      [ora:ojdeploy] -encoding Cp1252
      [ora:ojdeploy] -classpath
    [ora:ojdeploy] /path/to/Oracle/Middleware/jdk160_24/jre/lib/resources.jar:
    [ora:ojdeploy] /path/to/Oracle/Middleware/jdk160_24/jre/lib/rt.jar:
      [ora:ojdeploy] /path/to/Oracle/Middleware/jdk160_24/jre/lib/jsse.jar:
        [ora:ojdeploy] /path/to/interface/public_html/WEB-INF/lib/a.jar"/>
        [ora:ojdeploy] /path/to/interface/public_html/WEB-INF/lib/c.jar"/>
    1- Is it because it depends on how jpr or jws are configured ?
    2- How can we automatically generate a build file of the application from command-line (as opposed to using Jdev IDE to click to generate a build.xml) ?

    The first  warning is happening because you're stating drivers for input devices without need. You haven't disabled hotplug so evdev gets used instead of kbd. This is normal, and you should change the driver line from kbd to evdev so that whatever options (if any) you've specified for the keyboard get parsed.
    The second warning is about you not installing acpid.
    The third I have no idea about, but look at the synaptics wiki. None of the (WW) are related to your video card.
    And every card that has 2 or more output ports show up as "two cards". You also don't need to specify the pci port in xorg.conf. edit: this is the general case with laptops, might be different for desktops.
    When I do lspci -v I get:
    00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller])
    Subsystem: Micro-Star International Co., Ltd. Device 0110
    Flags: bus master, fast devsel, latency 0, IRQ 16
    Memory at dfe80000 (32-bit, non-prefetchable) [size=512K]
    I/O ports at d0f0 [size=8]
    Memory at c0000000 (32-bit, prefetchable) [size=256M]
    Memory at dff00000 (32-bit, non-prefetchable) [size=256K]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: <access denied>
    00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
    Subsystem: Micro-Star International Co., Ltd. Device 0110
    Flags: bus master, fast devsel, latency 0
    Memory at dfe00000 (32-bit, non-prefetchable) [size=512K]
    Capabilities: <access denied>
    And it doesn't matter if it errs in trying to sli up with it self. That's just not a possibility.
    Last edited by gog (2009-10-15 23:59:49)

  • JMS Message Export/Import XML on command line

    I need a command line (JAVA or WLST) to reproduce the Weblogic consol JMS message export and import to migrate manually message from a queue to another (online without filestore).
    There is an entry on the Weblogic console that export one or all message to an XML format file and the import command to reload this XML file.
    any idea of a java code used by the console or a jython fonction ?

    The following might be enough to get you started:
    For scripting and tracing examples, see the July 29th and August 10th 2009 newsgroup post with subject "Example using of getMessage(s) with JMS error queues?" [ here | http://forums.oracle.com/forums/thread.jspa?messageID=3657916] and the June 10th 2009 newsgroup post with subject "JMSDestinationRuntimeMBean - possible STATE values " [ here | http://forums.oracle.com/forums/thread.jspa?messageID=3531603 ]. Also take a look at the +Sept 23 2009 newsgroup posts with subject "Enable JMS - Queue/Topic Trace on console"+ [ here | http://forums.oracle.com/forums/thread.jspa?messageID=3782486].
    +WARNING: Exporting too many messages at a time can cause out-of-memory errors.+
    Tom

  • Automating sql files via a command line prompt

    Hi All
    I've set up an SQL file that extracts information about students in csv format. This information is then imported into another piece of software that creates students e-mail accounts etc..
    The program prompts the user to specify from when they want the data from e.g. list of student details that enrolled after 01-SEP-2002.
    The Network Manager has now asked me if there is any way the extraction of the student data and import into the e-mail creation software can be automated. He suggested command line prompts as used in DOS e.g. dir/od *.sql > test where dir gives the directory the od orders the files by date.
    The Network Manager wanted the extraction and import procedure run on a regular basis by simply just typing a 'command line'. The extraction would take place on an hourly basis especially during the main enrolment periods
    Can anybody help me?
    Thanks
    Jen

    I work mainly with UNIX, so cannot give you the actual DOS commands, but I would structure the program as below. I assume that you have some way of identifying the last enrollment you extract.
    In psuedo code:
    Set up any environment variables required
    sqlplus -s user/password@enrollment_server @student_extract.sql
      -- student_extract.sql would spool to a fixed name file say enrollment.txt
      -- after extracting, it would update a single column, single row table with the
      -- the identifying field for the last enrollment extracted (this would also
      -- be used in the extract query as the lower bound)
    Reset any environment variables required to connect to the email server
    sqlplus -s user/password@email_server @load_email.sql
      -- load_email.sql would read enrollment.txt and do whatever is required
    rename enrollment.txt to enrollment.txt.current-date-timeThis could be run out of an automatic scheduler if you have one, or manually from the command line.
    HTH
    John

  • SWF and XML for Command line compiling for iOS

    I need to compile an application for iOS using command line ADT. I need to pass the SWF and XML to the ADT command. But which ones do I need to pass as the ones available are in the debug folder and I don't think they are well optimized for mobile publishing. Also the XML has debug with id in it.

    Hi,
    Yes, Flash Builder, by default, doesn’t save release swfs. A simpler way to get them however be to go to Project->Properties->Flex Compiler and set
    ‘-debug=false’ in compiler arguments.
    Now the swf generated in bin-debug will be a release swf.
    Please let us know in case you face any issues.
    Thanks,
    Amish.

  • How to execute sql script from linux command line

    Hello everyone !
    Just short question. On my server I must install script in crontab which will eexecute some sql statements.
    How can I write command which will execute script from file without asking about password ?
    sqlplus user/pass ... and then what ?
    thanks
    dlugasx

    user10064952 wrote:
    Just short question. On my server I must install script in crontab which will eexecute some sql statements.
    How can I write command which will execute script from file without asking about password ?Crontab does not run your local shell profile - which means no valid Oracle environment for SQL*Plus to execute in.
    On newer cron versions, you can add an environment to the crontab file itself that needs to be set before executing the scheduled command.
    Whatever method - make sure you have ORACLE_HOME set, that the path includes ORACLE_HOME/bin, that ORACLE_SID is set (if not using a TNS alias) and so on.
    But I agree with Sybrand... crontab is not the best place for running SQL or PL/SQL code. That should reside in the database as named code (e.g. stored procs) and be executed via DBMS_JOB or DBMS_SCHEDULE.
    Less moving parts that way. No external dependancies. And will work on any Oracle server, irrespective of the o/s used and whether or not the relevant o/s user has batch/cron/etc privs to do the deed.

  • Run command line with SQL Developer

    Is is possible to run SQL Developer in command line mode?
    As SQL Developer is a unicode client to unicode database, it will be a good news for me. It is possible to run batch using SQL Developer to edit the database.

    Take the suggestions from SQL Developer from the command line , to which I can add you could use $SQL_PATH/login.sql or the same file located in your specified script dir, which will be called on making a connection.
    If you don't vote for the feature request at the SQL Developer exchange, don't be surprised no progress is being made...
    K.

  • SQL works from SQL*Plus command line but not as a DBMS_JOB submitted job

    Oracle 10g 10.2
    Got a procedure which does not run correctly as an Oracle job but runs fine as a SQL script.
    There are no Oracle errors (or any errors) of any kind when the job does not run fine – it just does not update any rows. But when run as a SQL script – the same way it is run as a job – then the rows are updated.
    Any ideas?

    Good stuff....
    See my replies to some of the questions in italics
    a) Different NLS settings => The job uses the NLS settings of the session that created it. If you create it with some tool like TOAD, you might have a different environment than with sql*plus. Runs good in TOAD and SQL*Plus using the command-line feature - just 'acts funky' when submitted.
    b) Interval issue. Are you sure the job was running? Isn't still running? The job runs successfully - even logs a successful message in our logging table.
    c) User/priviledge issue. Sometimes a job needs direct grants whereus a procedure can be called with priviledges granted through roles. Don't know - need to check this out.
    d) Transaction handling / Error Handling. The job runs into some error, but the error is supressed, because of bad exception handling. What is the value in the BROKEN column, when you do: select * from user_jobs; I would think that, since the errors are logged into a side table, an error would be found there. However, no errors are found. The BROKEN column is 'N'.

  • Building Business Area through Command Line

    Hi --
    Some of the adminstrator tasks such as...
    1) Creating a folder
    2) Creating a join
    3) Creating a item class and attaching the item class to a filed
    I would like to do these tasks eighter programtically (via PL/SQL) or through a command line script.
    Just wondering whether discoverer has some APIs or commands which i can use to accomplish these tasks.
    Any information regarding this would be really helpful.
    Thanks

    Hello,
    I did try with the scripts given by you and the log says -
    Exported the following Data:
    Exported the following Business Areas:
         Payables
    Exported the following Folders:
    Exported the following Item classes:
    Exported the following Item Hierarchies:
    Exported the following Date Hierarchies:
    Exported the following Functions:
    Exported the following Summaries:
    Exported the following Workbooks:
    Exported the following Automated Summary Management Policies:
    13/05/2008 13:49:07
    Are you sure that complete business area has been exported?
    When I tried with Administrator GUI, the log file contains list of all folder names, items,item classes etc. Even the Administrator Guide says :
    /business_area
    The /business_area modifier enables you to specify a business area for import, export or deletion
    Information Details
    Syntax:
    /business_area <business area>
    Notes:
    When used with the /export command, this modifier only exports the business area definition (e.g. business area name and description).
    If you want to export the entire business area (i.e. including folders, item classes, hierarchies etc), use with the /all modifier also
    This can be found at - http://download-west.oracle.com/docs/html/B13916_02/command_line.htm#sthref1227
    So, what is your say ? Shall I ignore the log file and go ahead and import it or something is missing in the scripts.
    Thanks.

  • Generate DB Doc command line

    Is there a way to get the output of "Generate DB Doc" in SQL Developer from a command line rather than having to launch the GUI?

    Yes, agree with 'K' that Sqldev generally doesnt support command line based features. This is nice to have feature enhancement.
    But if you observe closely, the generated HTML pages closely resembles how SQLDev would show the DB objects. There is currently a strong dependence on GUI (ie SQLDEV libraries). To make the feature commandline based would require atleast a part of libraries + executable to be available on client m/c.
    Hence the implementation complexities needs to be justified against features importance, no of users(votes) etc.
    - Rakesh

  • SQL Unattended installation failed... please specify correct command line to install sql server unattended. i want to install sql in Win XP 32 bit SP3...

    04/05/2014 19:31:03.156 ======================================================================
    04/05/2014 19:31:03.203 Setup launched
    04/05/2014 19:31:03.234 Attempting to determine media source
    04/05/2014 19:31:03.265 Media source value not specified on command line argument.
    04/05/2014 19:31:03.281 Setup is launched from media directly so default the value to the current folder.
    04/05/2014 19:31:03.312 Media source: c:\9fd8baca53072f532abe06daf8d0a91c\
    04/05/2014 19:31:03.328 Attempt to determine media layout based on file 'c:\9fd8baca53072f532abe06daf8d0a91c\mediainfo.xml'.
    04/05/2014 19:31:03.734 Media layout is detected as: Advanced
    04/05/2014 19:31:03.765 Media LCID is detected as: 1033
    04/05/2014 19:31:03.781 Local setup.exe not found, so continuing to run setup.exe from media.
    04/05/2014 19:31:03.828 /? or /HELP or /ACTION=HELP specified: false
    04/05/2014 19:31:03.859 Help display: false
    04/05/2014 19:31:03.890 Checking to see if we need to install .Net version 3.5
    04/05/2014 19:31:03.921 Determining the cluster status of the local machine.
    04/05/2014 19:31:03.953 The local machine is not configured as a cluster node.
    04/05/2014 19:31:04.000 Attempting to find media for .Net version 3.5
    04/05/2014 19:31:04.046 .Net version 3.5 is installed
    04/05/2014 19:31:04.078 RedistMSI::GetExpectedBuildRevision - Setup expects MSI 4.5.6001.22159 at the minimum
    04/05/2014 19:31:04.109 Attempting to get Windows Installer version
    04/05/2014 19:31:04.156 Windows Installer version detected: 4.5.6001.22299
    04/05/2014 19:31:04.187 RedistMSI::IsVistaRTM - Not Vista RTM build
    04/05/2014 19:31:04.234 Required version of Windows Installer is already installed
    04/05/2014 19:31:04.250 Attempt to initialize SQL setup code group
    04/05/2014 19:31:04.265 Attempting to determine security.config file path
    04/05/2014 19:31:04.296 Checking to see if policy file exists
    04/05/2014 19:31:04.343 .Net security policy file does exist
    04/05/2014 19:31:04.375 Attempting to load .Net security policy file
    04/05/2014 19:31:04.546 Processing entry ("MSVCM80", "Native")
    04/05/2014 19:31:04.593 Attempting to create .Net security code group node: MSVCM80
    04/05/2014 19:31:04.609 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    04/05/2014 19:31:04.656 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.SETUP
    04/05/2014 19:31:04.671 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    04/05/2014 19:31:04.703 Attempting to create .Net security code group node: MICROSOFT.SQL.CHAINER.PACKAGE
    04/05/2014 19:31:04.718 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    04/05/2014 19:31:04.765 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE
    04/05/2014 19:31:04.781 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    04/05/2014 19:31:04.796 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION
    04/05/2014 19:31:04.843 Processing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    04/05/2014 19:31:04.875 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW
    04/05/2014 19:31:04.890 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    04/05/2014 19:31:04.921 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE
    04/05/2014 19:31:04.968 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    04/05/2014 19:31:05.015 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SFC
    04/05/2014 19:31:05.046 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    04/05/2014 19:31:05.078 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION
    04/05/2014 19:31:05.093 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    04/05/2014 19:31:05.109 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION
    04/05/2014 19:31:05.125 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    04/05/2014 19:31:05.171 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON
    04/05/2014 19:31:05.203 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    04/05/2014 19:31:05.218 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SCO
    04/05/2014 19:31:05.250 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    04/05/2014 19:31:05.296 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION
    04/05/2014 19:31:05.328 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    04/05/2014 19:31:05.375 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.DISCOVERY
    04/05/2014 19:31:05.390 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    04/05/2014 19:31:05.406 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION
    04/05/2014 19:31:05.421 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    04/05/2014 19:31:05.468 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING
    04/05/2014 19:31:05.500 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    04/05/2014 19:31:05.531 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK
    04/05/2014 19:31:05.562 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    04/05/2014 19:31:05.593 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK
    04/05/2014 19:31:05.625 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    04/05/2014 19:31:05.671 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD
    04/05/2014 19:31:05.687 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    04/05/2014 19:31:05.703 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS
    04/05/2014 19:31:05.718 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    04/05/2014 19:31:05.750 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION
    04/05/2014 19:31:05.765 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    04/05/2014 19:31:05.796 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO
    04/05/2014 19:31:05.828 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    04/05/2014 19:31:05.843 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION
    04/05/2014 19:31:05.890 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    04/05/2014 19:31:05.906 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER
    04/05/2014 19:31:05.937 Processing entry ("MSCLUSTERLIB", "Native")
    04/05/2014 19:31:05.968 Attempting to create .Net security code group node: MSCLUSTERLIB
    04/05/2014 19:31:05.984 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    04/05/2014 19:31:06.000 Attempting to create .Net security code group node: MICROSOFT.SQL.CHAINER.PACKAGEDATA
    04/05/2014 19:31:06.015 Processing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    04/05/2014 19:31:06.031 Attempting to create .Net security code group node: MICROSOFT.SQL.CHAINER.PRODUCT
    04/05/2014 19:31:06.078 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    04/05/2014 19:31:06.093 Attempting to create .Net security code group node: MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX
    04/05/2014 19:31:06.125 Processing entry ("LANDINGPAGE", "Native")
    04/05/2014 19:31:06.156 Attempting to create .Net security code group node: LANDINGPAGE
    04/05/2014 19:31:06.187 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    04/05/2014 19:31:06.250 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION
    04/05/2014 19:31:06.296 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    04/05/2014 19:31:06.328 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION
    04/05/2014 19:31:06.359 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    04/05/2014 19:31:06.390 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION
    04/05/2014 19:31:06.437 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    04/05/2014 19:31:06.468 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION
    04/05/2014 19:31:06.484 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    04/05/2014 19:31:06.515 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION
    04/05/2014 19:31:06.531 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    04/05/2014 19:31:06.578 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION
    04/05/2014 19:31:06.625 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    04/05/2014 19:31:06.640 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION
    04/05/2014 19:31:06.656 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    04/05/2014 19:31:06.687 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION
    04/05/2014 19:31:06.703 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    04/05/2014 19:31:06.750 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT
    04/05/2014 19:31:06.781 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    04/05/2014 19:31:06.812 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION
    04/05/2014 19:31:06.828 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    04/05/2014 19:31:06.859 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION
    04/05/2014 19:31:06.890 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    04/05/2014 19:31:06.906 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.DMF
    04/05/2014 19:31:06.937 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    04/05/2014 19:31:06.953 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SMO
    04/05/2014 19:31:06.984 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    04/05/2014 19:31:07.015 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM
    04/05/2014 19:31:07.031 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    04/05/2014 19:31:07.046 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION
    04/05/2014 19:31:07.062 Processing entry ("FIXSQLREGISTRYKEY", "X86")
    04/05/2014 19:31:07.078 Attempting to create .Net security code group node: FIXSQLREGISTRYKEY
    04/05/2014 19:31:07.093 Processing entry ("FIXSQLREGISTRYKEY", "X64")
    04/05/2014 19:31:07.171 Processing entry ("FIXSQLREGISTRYKEY", "IA64")
    04/05/2014 19:31:07.218 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    04/05/2014 19:31:07.250 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES
    04/05/2014 19:31:07.281 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    04/05/2014 19:31:07.312 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES
    04/05/2014 19:31:07.359 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:07.390 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES
    04/05/2014 19:31:07.421 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    04/05/2014 19:31:07.437 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES
    04/05/2014 19:31:07.484 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    04/05/2014 19:31:07.515 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES
    04/05/2014 19:31:07.546 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:07.593 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES
    04/05/2014 19:31:07.609 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:07.640 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES
    04/05/2014 19:31:07.656 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    04/05/2014 19:31:07.671 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES
    04/05/2014 19:31:07.718 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    04/05/2014 19:31:07.734 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES
    04/05/2014 19:31:07.765 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:07.796 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES
    04/05/2014 19:31:07.828 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    04/05/2014 19:31:07.843 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES
    04/05/2014 19:31:07.875 Processing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    04/05/2014 19:31:07.890 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES
    04/05/2014 19:31:07.921 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:07.953 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES
    04/05/2014 19:31:07.968 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    04/05/2014 19:31:07.984 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES
    04/05/2014 19:31:08.015 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    04/05/2014 19:31:08.078 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES
    04/05/2014 19:31:08.140 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    04/05/2014 19:31:08.171 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES
    04/05/2014 19:31:08.218 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    04/05/2014 19:31:08.265 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES
    04/05/2014 19:31:08.328 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    04/05/2014 19:31:08.390 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES
    04/05/2014 19:31:08.453 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    04/05/2014 19:31:08.515 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES
    04/05/2014 19:31:08.578 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:08.625 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES
    04/05/2014 19:31:08.671 Processing entry ("LANDINGPAGE.RESOURCES", "Native")
    04/05/2014 19:31:08.734 Attempting to create .Net security code group node: LANDINGPAGE.RESOURCES
    04/05/2014 19:31:09.062 Saved .Net security policy file
    04/05/2014 19:31:09.531 Strong name verification disabling is not required
    04/05/2014 19:31:09.578 /? or /HELP or /ACTION=HELP specified: false
    04/05/2014 19:31:09.593 Help display: false
    04/05/2014 19:31:09.609 Attempting to launch landing page workflow
    04/05/2014 19:31:09.625 Attempting to set setup mutex
    04/05/2014 19:31:09.640 Setup mutex has been set
    04/05/2014 19:31:09.656 Attempting to launch global rules workflow
    04/05/2014 19:31:09.687 Media source: c:\9fd8baca53072f532abe06daf8d0a91c\
    04/05/2014 19:31:09.703 Install media path: c:\9fd8baca53072f532abe06daf8d0a91c\x86\setup\
    04/05/2014 19:31:09.718 Media layout: Advanced
    04/05/2014 19:31:09.734 Attempting to get execution timestamp
    04/05/2014 19:31:09.765 Timestamp: 20140405_193103
    04/05/2014 19:31:09.781 Attempting to run workflow RUNRULES /RULES=GlobalRules
    04/05/2014 19:31:09.796 Attempting to launch process c:\9fd8baca53072f532abe06daf8d0a91c\x86\setup100.exe
    04/05/2014 19:31:37.546 Process returned exit code: 0x84BE0BC2
    04/05/2014 19:31:37.578 Workflow RUNRULES /RULES=GlobalRules returned exit code: 0x84BE0BC2
    04/05/2014 19:31:37.687 Attempting to determine security.config file path
    04/05/2014 19:31:37.750 Attempting to load .Net security policy file
    04/05/2014 19:31:37.781 Attempting to remove .Net security code group node
    04/05/2014 19:31:37.796 Removing entry ("MSVCM80", "Native")
    04/05/2014 19:31:37.812 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    04/05/2014 19:31:37.828 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    04/05/2014 19:31:37.843 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    04/05/2014 19:31:37.859 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    04/05/2014 19:31:37.875 Removing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    04/05/2014 19:31:37.906 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    04/05/2014 19:31:37.921 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    04/05/2014 19:31:37.937 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    04/05/2014 19:31:37.953 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    04/05/2014 19:31:37.968 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    04/05/2014 19:31:37.984 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    04/05/2014 19:31:38.015 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    04/05/2014 19:31:38.031 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    04/05/2014 19:31:38.046 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    04/05/2014 19:31:38.062 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    04/05/2014 19:31:38.078 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    04/05/2014 19:31:38.093 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    04/05/2014 19:31:38.109 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    04/05/2014 19:31:38.140 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    04/05/2014 19:31:38.156 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    04/05/2014 19:31:38.171 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    04/05/2014 19:31:38.187 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    04/05/2014 19:31:38.203 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    04/05/2014 19:31:38.234 Removing entry ("MSCLUSTERLIB", "Native")
    04/05/2014 19:31:38.250 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    04/05/2014 19:31:38.265 Removing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    04/05/2014 19:31:38.281 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    04/05/2014 19:31:38.296 Removing entry ("LANDINGPAGE", "Native")
    04/05/2014 19:31:38.312 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    04/05/2014 19:31:38.359 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    04/05/2014 19:31:38.390 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    04/05/2014 19:31:38.406 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    04/05/2014 19:31:38.421 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    04/05/2014 19:31:38.437 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    04/05/2014 19:31:38.453 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    04/05/2014 19:31:38.468 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    04/05/2014 19:31:38.484 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    04/05/2014 19:31:38.515 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    04/05/2014 19:31:38.531 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    04/05/2014 19:31:38.546 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    04/05/2014 19:31:38.562 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    04/05/2014 19:31:38.593 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    04/05/2014 19:31:38.640 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    04/05/2014 19:31:38.656 Removing entry ("FIXSQLREGISTRYKEY", "X86")
    04/05/2014 19:31:38.671 Removing entry ("FIXSQLREGISTRYKEY", "X64")
    04/05/2014 19:31:38.687 Removing entry ("FIXSQLREGISTRYKEY", "IA64")
    04/05/2014 19:31:38.703 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    04/05/2014 19:31:38.718 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    04/05/2014 19:31:38.734 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:38.750 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    04/05/2014 19:31:38.781 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    04/05/2014 19:31:38.796 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:38.812 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:38.828 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    04/05/2014 19:31:38.843 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    04/05/2014 19:31:38.859 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:38.890 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    04/05/2014 19:31:38.906 Removing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    04/05/2014 19:31:38.921 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:38.937 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    04/05/2014 19:31:38.953 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    04/05/2014 19:31:38.984 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    04/05/2014 19:31:39.000 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    04/05/2014 19:31:39.015 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    04/05/2014 19:31:39.031 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    04/05/2014 19:31:39.046 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    04/05/2014 19:31:39.062 Removing entry ("LANDINGPAGE.RESOURCES", "Native")
    04/05/2014 19:31:39.109 Saved .Net security policy file
    04/05/2014 19:31:39.125 Attempting to release setup mutex
    04/05/2014 19:31:39.156 Setup mutex has been released
    04/05/2014 19:31:39.171 Setup closed with exit code: 0x84C40013
    04/05/2014 19:31:39.187 ======================================================================

    Hello,
    There is a workaround posted for this error on the following threads:
    http://social.technet.microsoft.com/Forums/es-ES/ace2d644-dc82-424a-a608-4b4dc21065d4/setup-closed-with-exit-code-0x84c40013-silent-install-error-sql-server-2012-express-management?forum=sqlexpress
    http://social.msdn.microsoft.com/Forums/sqlserver/es-ES/0f5460d5-113f-4976-a43a-d2a7fdb7e304/sql-server-2008-developer-edition-install-fail-due-to-net-framework-35-missing?forum=sqlsetupandupgrade
    http://connect.microsoft.com/VisualStudio/feedback/details/472540/microsoft-sql-server-refuses-to-install
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Best way to save XML results to a file via command line

    I'm trying to set up an easy way that I can save my XML results to a file via the command prompt.
    Here's my current command line statement
    sqlcmd -S server/database -E -i C:\XML.sql -o C:\Test.xml -h -1 -m 1 -y0
    That works about 95% of the way. The problem is it still inserts a couple random line breaks and throws my whole XML off.
    The whole idea of doing this via the command line is because it would be nice to link it to a batch file that runs every so often. Is there a better way to execute a SQL statement and have its contents saved properly to an XML file?

    If I copy and paste the result via SSMS into a file and save it as an XML, I can view it properly in browsers. If I use the code above, I get among other errors: 
    This page contains the following errors:
    error on line 2 at column 202: Encoding error
    The XML file gets processed in a 3rd party app. The file that I paste directly works fine, but the file that the script produces generates errors and it won't work.

  • SSDT-BI for SQL Server 2014, Command line(silent unattendant automatic) installation script/steps

    Hi,
    I have downloaded SSDT-BI software and looking for commandline steps,config file for this.
    http://www.microsoft.com/en-us/download/details.aspx?id=42313
    Any one have Command line installations steps for SSDT-BI automatic(command line) installation for SQL Server 2014 with giving the files location,where to install.....etc, i mean config.xml.
    I found below but not sure it will work or not. If any one have working correct command line script, please reply on this forum.
    Looking for config.xml file, i searched online and did not find any where with clear config.xml file details.
    --Found below from link and not sure it will work or not
    http://blogs.technet.com/b/ilikesql_by_dandyman/archive/2013/03/10/how-to-automate-the-installation-of-sql-server-ssdt-office-2013-and-visual-studio-2012.aspx
    setup.exe /ACTION=INSTALL /FEATURES=SSDTBI_VS2012 /Q /IACCEPTSQLSERVERLICENSETERMS /norestart
    thanks in advance.

    Hi SQLDBA321,
    The SSDT-BI is automatically installed under xxx:\Program Files\Microsoft SQL Server\. Now matter in GUI or command line, we can't change the path. Because SSDT is a feature of SQL Server, not a feature of Visual Studio. It just use the Visual
    Studio Shell. So SSDT will only be installed with SQL Server.
    Reference:
    Install SQL Server Data Tools - Business Intelligence for Visual Studio 2013
    If you have any question, please feel free to ask. 
    Simon Hou
    TechNet Community Support

  • WebSphere ServerRepository.xml / Deployed WAR Works, LH Command Line Fails

    Anyone deploying to WebSphere that has gotten the LH Command Line tool to function with a ServerRepository.xml pointing to a DataSource within WebSphere?
    We created a ServerRepository.xml that utilizes the WebSphere DataSource as the Performance is significantly greater for the idm.war deployed to WAS. The idm.war file works & performs better using this.
    LH Command line fails with a ServerRepository.xml pointing to a WebSphere DataSource. I've been troubleshooting with SUN support & so far we have not made any progress to resolve this. LH fails trying to execute anything...see below for example & partial cut/pasted error message.
    **set WSHOME, JAVA_HOME, & WAS_HOME 1st
    $WSHOME/bin/lh -Djava.ext.dirs=$JAVA_HOME/jre/lib/ext:$WAS_HOME/lib:/ebiz/sim/dev/lib console -u configurator
    Error:
    com.waveset.util.InternalError:
    ==> com.waveset.util.ConfigurationError:
    ==> java.sql.SQLException: invalid arguments in callDSRA0010E: SQL State = null, Error Code = 17,433DSRA0010E: SQL State = null, Error Code = 17,433
    at com.waveset.repository.ServerRepository.initDataStore(ServerRepository.java:1527)
    at com.waveset.repository.ServerRepository.getPrimaryDataStore(ServerRepository.java:1343)
    at com.waveset.repository.ServerRepository.getPrimaryDataStore(ServerRepository.java:1309)
    at com.waveset.repository.ServerRepository.init(ServerRepository.java:717)
    at com.waveset.repository.ServerRepository.<init>(ServerRepository.java:693)
    at com.waveset.repository.ServerRepository.getRepository(ServerRepository.java:134)
    at com.waveset.server.Server.init(Server.java:251)
    at com.waveset.server.Server.start(Server.java:217)
    at com.waveset.server.Server.getServer(Server.java:807)
    at com.waveset.server.Server.getServer(Server.java:784)
    at com.waveset.session.SessionFactory.getLoginConfigInfo(SessionFactory.java:849)
    at com.waveset.session.SessionFactory.startupMode(SessionFactory.java:916)
    at com.waveset.session.SessionFactory.getLoginModGrp(SessionFactory.java:885)
    at com.waveset.session.SessionFactory.getSession(SessionFactory.java:170)
    at com.waveset.session.SessionFactory.getSession(SessionFactory.java:390)
    at com.waveset.session.SessionFactory.getSession(SessionFactory.java:456)
    at com.waveset.session.WavesetConsole.newSession(WavesetConsole.java:361)
    at com.waveset.session.WavesetConsole.start(WavesetConsole.java:331)
    at com.waveset.session.WavesetConsole.main(WavesetConsole.java:218)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
    at java.lang.reflect.Method.invoke(Method.java:391)
    at com.waveset.util.CommandProcess.invokeMain(CommandProcess.java:212)
    at com.waveset.util.CommandProcess.launch(CommandProcess.java:162)
    at com.waveset.util.CommandProcess.run(CommandProcess.java:300)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
    at java.lang.reflect.Method.invoke(Method.java:391)
    at com.waveset.util.Command.main(Command.java:96)
    Wrapped exception:
    Architecture:
    IDM 7.0
    WebSphere 6.x
    Oracle THIN Driver ojdbc14.jar - 10.2.0.x
    AIX 5.3 ML3

    To get the WAR deployed within WebSphere to function, I found the IDM Doc (IDM 7.0 Installation - "Configuring a WebSphere DataSource for Identity Manager" - Pgs 117 - 134) to be pretty decent for creating the actual JDBC DataSource.
    My recommendation is to setup the DataSource at the Scope=Cell Level & use a WAS J2C Auth Entry for the DataSource so you do not need to use the -U or -P options in your setRepo command...this also helps ensure its truly connecting using WAS.
    Looking at what you had, try this modified...
    $WSHOME/bin/lh -Djava.ext.dirs=$JAVA_HOME/jre/lib/ext:$WAS_HOME/lib setRepo -n -tSQLServer -icom.ibm.websphere.naming.WsnInitialContextFactory -fjdbc/idm -uiiop://localhost:9810 -o"D:\apps\temp.xml"
    *Additional comments
    -n will bypass any checking and ignore any error message.
    -f must be identical to the WAS JDBC DataSource Name jdbc/idm
    **You do not need to redeploy after replacing the ServerRepository.xml; however, you do need to bounce the WAS AppServer & should monitor the AppServer SystemOut.log on startup to ensure the IDM WAR starts up successfully
    ***This is all assuming the DataSource you have within WAS is working (you can validate via the TestConnection)

  • How to set SAXParser at command-line interface to create a large XML file

    Hi,
    I am trying to create a large XML file (more than 50 MB) by selecting from Oracle database but failed because of "out of memory" error. According to "Oracle XML Developer Guide", we should use SAXParser to parsing a large XML file. But there is no example to show how to set SAXParser at command-line
    Following is what I use to get xml files. It works only when the file is small.
    java OracleXML getXML -DateFormat -withDTD -rowsetTag PO_HDR -conn
    "jdbc:oracle:oci8:@server_name" -user "ID/password" "select * from table_name"
    When I set SAXParser at the way below,
    java oracle.xml.parser.v2.SAXParser OracleXML getXML -DateFormat -withDTD -rowsetTag PO_HDR -conn
    "jdbc:oracle:oci8:@server_name" -user "ID/password" "select * from table_name"
    it failed with the error message: "In class oracle.xml.parser.v2.SAXParser: void main(String argv[]) is not defined"
    Does anyone know how to solve the problem? I'll be appreciated very much for your help.
    Yi

    here are my ideas.
    register the xml schema.
    using xmldom, generate the desired xml output and return as xmltype.
    then you can use something like this to check.
    declare
    xmldoc xmltype ;
    begin
       -- populate xmldoc from you xmldom function
       -- validate against XML schema
       xmldoc.isSchemaValid(schema_url, root_element);
       if xmldoc.isSchemaValid = 1 then
            --valid schema
       else
            --invalid
       end if;
    end

Maybe you are looking for

  • How to Avoid sales orders from getting released

    Hi, We have done following : 1. Created sales orders in AT org. 2. Ran ASCP plan 3. Sales order is considered as demand and the corresponding planned order is created in AT org. 4. corresponding Internal Requisition is created in AT org and internal

  • Oracle VM 3 Manager installation hangs Step 8 of 9 on Weblogic error

    Hi all, I am installing Oracle VM 3.0.3 Manager component for Oracle VM on RHEL 5.5 64 bit Linux OS platform. 1) The installation hangs on the following step Step 6 of 9 : Oracle VM ... Retrieving Oracle VM Manager Application ... Extracting Oracle V

  • Itunes 10.5 has stopped working message on windows vista

    Hey Guys. I've just updated to iTunes 10.5, currently running vista 32bit. I get an error message when i try and start up itunes saying itunes has stopped working, then this... Problem Event Name:          APPCRASH   Application Name:          iTunes

  • Can't find dynamicall​y loaded VI

    I'm updating a code from LV6.1 to LV2011. The application runs fine before I build it and install it on another machine. When I install and run it on the other machine, it tries to open a file by reference, but it can't find a VI named DSA8300.vi. I

  • Can Someone explain warranty options

    I'm not sure if this is specific to the Canadian site or not, but the Thinkpad waranty options are very confusing.  For instance: ThinkPlus 2 Year EasyServ Total for 1 Year EasyServ ThinkPad ThinkPlus 3 Year EasyServ Total for 1 Year EasyServ ThinkPa