View Issue Details

IDProjectCategoryView StatusLast Update
0005047SymmetricDSBugpublic2021-07-13 17:53
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.12.0 
Target Version3.12.10Fixed in Version3.12.10 
Summary0005047: Windows install to directory with parenthesis
DescriptionWindows installation to a directory path that has parenthesis results in problems running the command line utilities. For example, installing to the common "C:\Program Files (x86)" directory for 32-bit applications.

C:\Program Files (x86)\SymmetricPro\bin>sym_service.bat status
\SymmetricPro') was unexpected at this time.

The setenv.bat was changed to run a "cd" command to get the current directory (0002404), and then changed again to instead "echo %CD%" (0002532), but could more easily just set SYM_HOME to %CD% directly to avoid the parsing error.
Tagsinstall

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.12 c3d1bd76

2021-07-01 19:52:34

admin

Details Diff
0005047: Windows install to directory with parenthesis Affected Issues
0005047
mod - symmetric-server/src/main/deploy/bin/setenv.bat Diff File

Issue History

Date Modified Username Field Change
2021-07-01 19:50 elong New Issue
2021-07-01 19:50 elong Status new => assigned
2021-07-01 19:50 elong Assigned To => elong
2021-07-01 19:50 elong Tag Attached: install
2021-07-01 19:53 elong Status assigned => resolved
2021-07-01 19:53 elong Resolution open => fixed
2021-07-01 19:53 elong Fixed in Version => 3.12.10
2021-07-01 20:00 admin Changeset attached => SymmetricDS 3.12 c3d1bd76
2021-07-13 17:53 admin Status resolved => closed