on 2014 Jan 13 6:09 PM
Based on the docs and this SQLANY12 post http://sqlanywhere-forum.sap.com/questions/10917/environment-variable I'd expect that SQLANY16, SQLANY16SAMP and the path variable should be updated by a deployment installer, but it isn't. Is this a bug, feature or opportunity for us to customize within our own installers?
Update: CR #755094 has now been resolved in 16.0.0.1794 and above. You can obtain the patch from:
This issue is documented as KBA #1986791.
The short answer is 'yes' - there seems to be a bug in the SQL Anywhere 16 deployment wizard. Both the 'Environment' and the 'Registry' tables inside the MSI are not currently being generated in SQL Anywhere 16 MSIs (as they have been historically).
Until we can fix this issue in an EBF, there is a temporary workaround. In the folder \\Deployment
in your original SQL Anywhere 16 installation, there is a file 'master.xml'. You will need to edit this file in a text editor:
Find the lines:
<feature id="CMN32" hidden="true"> <include id="common_registry_entries_32" />
Add the following text:
<feature id="CMN32" hidden="true"> <include id="common_registry_entries_32" /> <registry root="HKEY_LOCAL_MACHINE" path="SOFTWARE\\Sybase\\SQL Anywhere\\16.0"> <key name="Location" value="[SQLANYDIR]" /> <key name="Language" value="[LANGUAGE]" /> </registry> <environment name="*=-PATH" value="[~];[SQLANYDIR]\\BIN32" /> <environment name="*=-SQLANY16" value="[SQLANYDIR]" />
Find the lines:
<feature id="CMN64" deploy64="true" hidden="true"> <include id="common_registry_entries_64" />
Add the following text:
<feature id="CMN64" deploy64="true" hidden="true"> <include id="common_registry_entries_64" /> <registry root="HKEY_LOCAL_MACHINE" path="SOFTWARE\\Sybase\\SQL Anywhere\\16.0" deploy64="TRUE"> <key name="Location" value="[SQLANYDIR]" /> <key name="Language" value="[LANGUAGE]" /> </registry> <environment name="*=-PATH" value="[~];[SQLANYDIR]\\BIN64" /> <environment name="*=-SQLANY16" value="[SQLANYDIR]" />
I have opened this issue for further investigation as CR #755094. I will update this thread once we have some further information to share. Thank you for the bug report.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I can also reproduce this issue if I try a Sybase Central deployment. I have now altered my instructions above to correct this - thank you for pointing this problem out.
@Jeff: The CR link offers just an "empty description"
Yes, this link should be updated shortly. It will be public once it is published.
and the KBA link (whatever this does mean) requires a login
SAP Knowledge Base Articles (KBAs) are accessible to SAP customers with an SAP Support plan. These articles are published by SAP Technical Support and are analogous to the old 'Solved Cases' search area from Sybase.
could you please supply a user-readable link as usual?
The public fix information on sybase.com should be published shortly - please check back in a couple of days.
Looking to the farther future though, SAP's general policy is that bug fix information, support patches, and knowledge base solutions are only available to customers with support plans.
However, we will continue to post bug fix information to sybase.com and provide links to this source while it is still available.
User | Count |
---|---|
75 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.