I'm trying to submit this custom connection from BIML to SSIS 2014:
<CustomSsisConnection Name="Xtract DEV" CreateInProject="1" CreationName="XTRACT" ObjectData="<XtractConnectionManager ConnectionString="USER=SERVICEUSER LANG=EN MSHOST=SAPSERVER.SERVICES.DOMAIN R3NAME=DEV GROUP="Development Server" PASSWD=SERVICEPW " />"/>
The GROUP part is where it fails "Development Server" - double quotations included. If I do it without quotations then when I run the BIML file, my created SSIS package has GROUP = Development instead of Development Server which is wrong. Placing the double quotations fails and so does the XML escape " since it is already being used and the quotation marks are supposed to be within the two " tags.
In summary the problem is:
<CustomSsisConnection ... ObjectData="...... ConnectionString"..GROUP="Development Server" ... " ..." />
My question is how do I get this to work? I realize this is a triple nested quote and " doesn't do the trick. So simple question: What do I replace the two "s with?
Just use ordinary space as the string is.. Look at my Initial Catalog, it has space also, and it works fine.
Example: