Problem with periods in output filenames
ladenedge
Posts: 4
Hello. I'm having some trouble using SQL Packager with certain filenames in the /name: option - specifically those containing '.' and '-'. Here are some sample outcomes:
- /name:upscript.R46535_to_5.0.441 (doesn't work)
- /name:upscript.R46535_to_5_0_441 (works)
- /name:upscript.R46535_to_5-0-441 (doesn't work)
- /name:upscript-R46535_to_5_0_441 (doesn't work)
- /name:upscript_R46535_to_5_0_441 (works)
Creating package... Error: Error occurred whilst creating package 'upscript-R46535_to_5_0_441' in 'C:\TeamCity\buildAgent\work\33bce5bddfbed9dd\.': Compilation errors: c:\Users\jay\AppData\Local\Temp\5\Red Gate\PEed66b3f9-04fe-4b57-8d6a-6ef3e95ff9e4.cs(6,27) : error CS1514: { expected <repeated several times>We're also using the /scriptsource and /makeexe options, fwiw. Is there a workaround for this issue, or am I possibly doing something wrong?
Comments
Sorry for the inconvenience.