![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Scenario: Windows XP running Sybase network server as a service under version 10. Installation of version 11.0.1.2044 proceeds with no problems. Four of my databases run fine under 11, but one fails on starting the service, with the following error (as recorded in sybase_log.txt): QOUTE Could not execute store DLL (dbcis11.dll) entry point Database server shutdown due to startup error. END QUOTE Using Sybase Central, I can open the database that fails with no reported problem. It also validates OK. When I attempt to start the service using Sybase Central's service control procedure, I see an 'unknown fault', with the above error line in the sybase_log.txt file. I have unloaded and recreated the database, but there is no change in the error. Has anyone come across this problem before? Is there a resolution? |
#3
| |||
| |||
|
|
You are almost certainly mixing-and-matching DLLs and server executables. Check your installation and your path, and verify that you don't have another dbcis11.dll somewhere on your machine. Glenn Richard Hinder wrote: Scenario: Windows XP running Sybase network server as a service under version 10. Installation of version 11.0.1.2044 proceeds with no problems. Four of my databases run fine under 11, but one fails on starting the service, with the following error (as recorded in sybase_log.txt): QOUTE Could not execute store DLL (dbcis11.dll) entry point Database server shutdown due to startup error. END QUOTE Using Sybase Central, I can open the database that fails with no reported problem. It also validates OK. When I attempt to start the service using Sybase Central's service control procedure, I see an 'unknown fault', with the above error line in the sybase_log.txt file. I have unloaded and recreated the database, but there is no change in the error. Has anyone come across this problem before? Is there a resolution? -- Glenn Paulley Director, Engineering (Query Processing) Sybase iAnywhere Blog:http://iablog.sybase.com/paulley EBF's and Patches:http://downloads.sybase.com * choose SQL Anywhere Studio >> change 'time frame' to all To Submit Bug Reports:http://case-express.sybase.com SQL Anywhere Studio Supported Platforms and Support Statushttp://my.sybase.com/detail?id=1002288 Whitepapers, TechDocs, and bug fixes are all available through the Sybase iAnywhere pages athttp://www.sybase.com/products/databasemanagement/sqlanywhere/technic... |
#4
| |||
| |||
|
|
On Jan 20, 6:24 pm, "Glenn Paulley [Sybase iAnywhere]" paul... (AT) ianywhere (DOT) com> wrote: You are almost certainly mixing-and-matching DLLs and server executables. Check your installation and your path, and verify that you don't have another dbcis11.dll somewhere on your machine. Glenn Richard Hinder wrote: Scenario: Windows XP running Sybase network server as a service under version 10. Installation of version 11.0.1.2044 proceeds with no problems. Four of my databases run fine under 11, but one fails on starting the service, with the following error (as recorded in sybase_log.txt): QOUTE Could not execute store DLL (dbcis11.dll) entry point Database server shutdown due to startup error. END QUOTE Using Sybase Central, I can open the database that fails with no reported problem. It also validates OK. When I attempt to start the service using Sybase Central's service control procedure, I see an 'unknown fault', with the above error line in the sybase_log.txt file. I have unloaded and recreated the database, but there is no change in the error. Has anyone come across this problem before? Is there a resolution? -- Glenn Paulley Director, Engineering (Query Processing) Sybase iAnywhere Blog:http://iablog.sybase.com/paulley EBF's and Patches:http://downloads.sybase.com choose SQL Anywhere Studio >> change 'time frame' to all To Submit Bug Reports:http://case-express.sybase.com SQL Anywhere Studio Supported Platforms and Support Statushttp://my.sybase.com/detail?id=1002288 Whitepapers, TechDocs, and bug fixes are all available through the Sybase iAnywhere pages athttp://www.sybase.com/products/databasemanagement/sqlanywhere/technic... Glenn - thanks for your interest. I have Servoy installed, and Sybase Central. The only dbcis11.dll on the machine is located in the SQL Anywhere sub folders: there is no such dll in the Servoy sybase_db folder. My SQL Anywhere service runs the Sybase installation contained within the Servoy Progam folder: not that in the SQL Anywhere folder. Note that this error has not occurred on previous upgrades (e.g. from 9 to 10). I have seen a dbcis11.dll error only once before, when attempting to run a sybase db from a Windows machine under Mac OS X. Richard |
#5
| |||
| |||
|
|
On Jan 20, 6:24 pm, "Glenn Paulley [Sybase iAnywhere]" paul... (AT) ianywhere (DOT) com> wrote: You are almost certainly mixing-and-matching DLLs and server executables. Check your installation and your path, and verify that you don't have another dbcis11.dll somewhere on your machine. Glenn Richard Hinder wrote: Scenario: Windows XP running Sybase network server as a service under version 10. Installation of version 11.0.1.2044 proceeds with no problems. Four of my databases run fine under 11, but one fails on starting the service, with the following error (as recorded in sybase_log.txt): QOUTE Could not execute store DLL (dbcis11.dll) entry point Database server shutdown due to startup error. END QUOTE Using Sybase Central, I can open the database that fails with no reported problem. It also validates OK. When I attempt to start the service using Sybase Central's service control procedure, I see an 'unknown fault', with the above error line in the sybase_log.txt file. I have unloaded and recreated the database, but there is no change in the error. Has anyone come across this problem before? Is there a resolution? -- Glenn Paulley Director, Engineering (Query Processing) Sybase iAnywhere Blog:http://iablog.sybase.com/paulley EBF's and Patches:http://downloads.sybase.com choose SQL Anywhere Studio >> change 'time frame' to all To Submit Bug Reports:http://case-express.sybase.com SQL Anywhere Studio Supported Platforms and Support Statushttp://my.sybase.com/detail?id=1002288 Whitepapers, TechDocs, and bug fixes are all available through the Sybase iAnywhere pages athttp://www.sybase.com/products/databasemanagement/sqlanywhere/technic... Glenn - thanks for your interest. I have Servoy installed, and Sybase Central. The only dbcis11.dll on the machine is located in the SQL Anywhere sub folders: there is no such dll in the Servoy sybase_db folder. My SQL Anywhere service runs the Sybase installation contained within the Servoy Progam folder: not that in the SQL Anywhere folder. Note that this error has not occurred on previous upgrades (e.g. from 9 to 10). I have seen a dbcis11.dll error only once before, when attempting to run a sybase db from a Windows machine under Mac OS X. Richard |
#6
| |||
| |||
|
|
Richard, It is possible that you did not see the problem in previous versions of SA simply because you did not need it before. Have you recently created a remote data access server (using the CREATE SERVER) statement? If so, then that is why the dbcis dll is now needed. Hence, the problem is due to the fact that your Servoy install does not have dbcis11 installed and the database you are trying to use needs dbcis11 due to a remote server definition. Karim Richard Hinder wrote: On Jan 20, 6:24 pm, "Glenn Paulley [Sybase iAnywhere]" paul... (AT) ianywhere (DOT) com> wrote: You are almost certainly mixing-and-matching DLLs and server executables. Check your installation and your path, and verify that you don't have another dbcis11.dll somewhere on your machine. Glenn Richard Hinder wrote: Scenario: Windows XP running Sybase network server as a service under version 10. Installation of version 11.0.1.2044 proceeds with no problems. Four of my databases run fine under 11, but one fails on starting the service, with the following error (as recorded in sybase_log.txt): QOUTE Could not execute store DLL (dbcis11.dll) entry point Database server shutdown due to startup error. END QUOTE Using Sybase Central, I can open the database that fails with no reported problem. It also validates OK. When I attempt to start the service using Sybase Central's service control procedure, I see an 'unknown fault', with the above error line in the sybase_log.txt file. I have unloaded and recreated the database, but there is no change in the error. Has anyone come across this problem before? Is there a resolution? -- Glenn Paulley Director, Engineering (Query Processing) Sybase iAnywhere Blog:http://iablog.sybase.com/paulley EBF's and Patches:http://downloads.sybase.com * choose SQL Anywhere Studio >> change 'time frame' to all To Submit Bug Reports:http://case-express.sybase.com SQL Anywhere Studio Supported Platforms and Support Statushttp://my.sybase.com/detail?id=1002288 Whitepapers, TechDocs, and bug fixes are all available through the Sybase iAnywhere pages athttp://www.sybase.com/products/databasemanagement/sqlanywhere/technic... Glenn - thanks for your interest. I have Servoy installed, and Sybase Central. The only dbcis11.dll on the machine is located in the SQL Anywhere sub folders: there is no such dll in the Servoy sybase_db folder. My SQL Anywhere service runs the Sybase installation contained within the Servoy Progam folder: not that in the SQL Anywhere folder. Note that this error has not occurred on previous upgrades (e.g. from 9 to 10). I have seen a dbcis11.dll error only once before, when attempting to run a sybase db from a Windows machine under Mac OS X. Richard |
#7
| |||
| |||
|
|
On Jan 20, 6:24 pm, "Glenn Paulley [Sybase iAnywhere]" paul... (AT) ianywhere (DOT) com> wrote: You are almost certainly mixing-and-matching DLLs and server executables. Check your installation and your path, and verify that you don't have another dbcis11.dll somewhere on your machine. Glenn Richard Hinder wrote: Scenario: Windows XP running Sybase network server as a service under version 10. Installation of version 11.0.1.2044 proceeds with no problems. Four of my databases run fine under 11, but one fails on starting the service, with the following error (as recorded in sybase_log.txt): QOUTE Could not execute store DLL (dbcis11.dll) entry point Database server shutdown due to startup error. END QUOTE Using Sybase Central, I can open the database that fails with no reported problem. It also validates OK. When I attempt to start the service using Sybase Central's service control procedure, I see an 'unknown fault', with the above error line in the sybase_log.txt file. I have unloaded and recreated the database, but there is no change in the error. Has anyone come across this problem before? Is there a resolution? -- Glenn Paulley Director, Engineering (Query Processing) Sybase iAnywhere Blog:http://iablog.sybase.com/paulley EBF's and Patches:http://downloads.sybase.com choose SQL Anywhere Studio >> change 'time frame' to all To Submit Bug Reports:http://case-express.sybase.com SQL Anywhere Studio Supported Platforms and Support Statushttp://my.sybase.com/detail?id=1002288 Whitepapers, TechDocs, and bug fixes are all available through the Sybase iAnywhere pages athttp://www.sybase.com/products/databasemanagement/sqlanywhere/technic... Glenn - thanks for your interest. I have Servoy installed, and Sybase Central. The only dbcis11.dll on the machine is located in the SQL Anywhere sub folders: there is no such dll in the Servoy sybase_db folder. My SQL Anywhere service runs the Sybase installation contained within the Servoy Progam folder: not that in the SQL Anywhere folder. Note that this error has not occurred on previous upgrades (e.g. from 9 to 10). I have seen a dbcis11.dll error only once before, when attempting to run a sybase db from a Windows machine under Mac OS X. Richard |
#8
| |||
| |||
|
|
On Jan 20, 8:09 pm, "Karim Khamis [Sybase iAnywhere]" kkha... (AT) sybase (DOT) com> wrote: Richard, It is possible that you did not see the problem in previous versions of SA simply because you did not need it before. Have you recently created a remote data access server (using the CREATE SERVER) statement? If so, then that is why the dbcis dll is now needed. Hence, the problem is due to the fact that your Servoy install does not have dbcis11 installed and the database you are trying to use needs dbcis11 due to a remote server definition. Karim Richard Hinder wrote: On Jan 20, 6:24 pm, "Glenn Paulley [Sybase iAnywhere]" paul... (AT) ianywhere (DOT) com> wrote: You are almost certainly mixing-and-matching DLLs and server executables. Check your installation and your path, and verify that you don't have another dbcis11.dll somewhere on your machine. Glenn Richard Hinder wrote: Scenario: Windows XP running Sybase network server as a service under version 10. Installation of version 11.0.1.2044 proceeds with no problems. Four of my databases run fine under 11, but one fails on starting the service, with the following error (as recorded in sybase_log.txt): QOUTE Could not execute store DLL (dbcis11.dll) entry point Database server shutdown due to startup error. END QUOTE Using Sybase Central, I can open the database that fails with no reported problem. It also validates OK. When I attempt to start the service using Sybase Central's service control procedure, I see an 'unknown fault', with the above error line in the sybase_log.txt file. I have unloaded and recreated the database, but there is no change in the error. Has anyone come across this problem before? Is there a resolution? -- Glenn Paulley Director, Engineering (Query Processing) Sybase iAnywhere Blog:http://iablog.sybase.com/paulley EBF's and Patches:http://downloads.sybase.com choose SQL Anywhere Studio >> change 'time frame' to all To Submit Bug Reports:http://case-express.sybase.com SQL Anywhere Studio Supported Platforms and Support Statushttp://my.sybase.com/detail?id=1002288 Whitepapers, TechDocs, and bug fixes are all available through the Sybase iAnywhere pages athttp://www.sybase.com/products/databasemanagement/sqlanywhere/technic... Glenn - thanks for your interest. I have Servoy installed, and Sybase Central. The only dbcis11.dll on the machine is located in the SQL Anywhere sub folders: there is no such dll in the Servoy sybase_db folder. My SQL Anywhere service runs the Sybase installation contained within the Servoy Progam folder: not that in the SQL Anywhere folder. Note that this error has not occurred on previous upgrades (e.g. from 9 to 10). I have seen a dbcis11.dll error only once before, when attempting to run a sybase db from a Windows machine under Mac OS X. Richard Karim Ah: you have excellent perception. I have tried to migrate the data from the database to a new one some time ago, in a failed bid to get a Windows version of the database working under Mac OS X. Although I have been assured that the Windows and Mac databases are binary compatible, I have found they do not transfer in practice. Hence the need to migrate data. Is it possible to remove that remote server history from the database so that it proves not to be a hindrance to its starting under version 11? I will investigate here, but perhaps you have some knowledge to share? Richard |
#9
| |||
| |||
|
|
On Jan 20, 8:09 pm, "Karim Khamis [Sybase iAnywhere]" kkha... (AT) sybase (DOT) com> wrote: Richard, It is possible that you did not see the problem in previous versions of SA simply because you did not need it before. Have you recently created a remote data access server (using the CREATE SERVER) statement? If so, then that is why the dbcis dll is now needed. Hence, the problem is due to the fact that your Servoy install does not have dbcis11 installed and the database you are trying to use needs dbcis11 due to a remote server definition. Karim Richard Hinder wrote: On Jan 20, 6:24 pm, "Glenn Paulley [Sybase iAnywhere]" paul... (AT) ianywhere (DOT) com> wrote: You are almost certainly mixing-and-matching DLLs and server executables. Check your installation and your path, and verify that you don't have another dbcis11.dll somewhere on your machine. Glenn Richard Hinder wrote: Scenario: Windows XP running Sybase network server as a service under version 10. Installation of version 11.0.1.2044 proceeds with no problems. Four of my databases run fine under 11, but one fails on starting the service, with the following error (as recorded in sybase_log.txt): QOUTE Could not execute store DLL (dbcis11.dll) entry point Database server shutdown due to startup error. END QUOTE Using Sybase Central, I can open the database that fails with no reported problem. It also validates OK. When I attempt to start the service using Sybase Central's service control procedure, I see an 'unknown fault', with the above error line in the sybase_log.txt file. I have unloaded and recreated the database, but there is no change in the error. Has anyone come across this problem before? Is there a resolution? -- Glenn Paulley Director, Engineering (Query Processing) Sybase iAnywhere Blog:http://iablog.sybase.com/paulley EBF's and Patches:http://downloads.sybase.com choose SQL Anywhere Studio >> change 'time frame' to all To Submit Bug Reports:http://case-express.sybase.com SQL Anywhere Studio Supported Platforms and Support Statushttp://my.sybase.com/detail?id=1002288 Whitepapers, TechDocs, and bug fixes are all available through the Sybase iAnywhere pages athttp://www.sybase.com/products/databasemanagement/sqlanywhere/technic... Glenn - thanks for your interest. I have Servoy installed, and Sybase Central. The only dbcis11.dll on the machine is located in the SQL Anywhere sub folders: there is no such dll in the Servoy sybase_db folder. My SQL Anywhere service runs the Sybase installation contained within the Servoy Progam folder: not that in the SQL Anywhere folder. Note that this error has not occurred on previous upgrades (e.g. from 9 to 10). I have seen a dbcis11.dll error only once before, when attempting to run a sybase db from a Windows machine under Mac OS X. Richard Karim Ah: you have excellent perception. I have tried to migrate the data from the database to a new one some time ago, in a failed bid to get a Windows version of the database working under Mac OS X. Although I have been assured that the Windows and Mac databases are binary compatible, I have found they do not transfer in practice. Hence the need to migrate data. Is it possible to remove that remote server history from the database so that it proves not to be a hindrance to its starting under version 11? I will investigate here, but perhaps you have some knowledge to share? Richard |
#10
| |||
| |||
|
|
Richard, RH> Ah: you have excellent perception. I have tried to migrate the data RH> from the database to a new one some time ago, in a failed bid to get a RH> Windows version of the database working under Mac OS X. Although I RH> have been assured that the Windows and Mac databases are binary RH> compatible, I have found they do not transfer in practice. Hence the RH> need to migrate data. Windows and MAC database should be binary compatible. Can you elaborate on the issues you had copying the database from Windows to MAC? -- Joshua Savill Sybase Inc. - Product Manager Richard Hinder wrote: On Jan 20, 8:09 pm, "Karim Khamis [Sybase iAnywhere]" kkha... (AT) sybase (DOT) com> wrote: Richard, It is possible that you did not see the problem in previous versions of SA simply because you did not need it before. Have you recently created a remote data access server (using the CREATE SERVER) statement? If so, then that is why the dbcis dll is now needed. Hence, the problem is due to the fact that your Servoy install does not have dbcis11 installed and the database you are trying to use needs dbcis11 due to a remote server definition. Karim Richard Hinder wrote: On Jan 20, 6:24 pm, "Glenn Paulley [Sybase iAnywhere]" paul... (AT) ianywhere (DOT) com> wrote: You are almost certainly mixing-and-matching DLLs and server executables. Check your installation and your path, and verify that you don't have another dbcis11.dll somewhere on your machine. Glenn Richard Hinder wrote: Scenario: Windows XP running Sybase network server as a service under version 10. Installation of version 11.0.1.2044 proceeds with no problems. Four of my databases run fine under 11, but one fails on starting the service, with the following error (as recorded in sybase_log.txt): QOUTE Could not execute store DLL (dbcis11.dll) entry point Database server shutdown due to startup error. END QUOTE Using Sybase Central, I can open the database that fails with no reported problem. It also validates OK. When I attempt to start the service using Sybase Central's service control procedure, I see an 'unknown fault', with the above error line in the sybase_log.txt file. I have unloaded and recreated the database, but there is no change in the error. Has anyone come across this problem before? Is there a resolution? -- Glenn Paulley Director, Engineering (Query Processing) Sybase iAnywhere Blog:http://iablog.sybase.com/paulley EBF's and Patches:http://downloads.sybase.com * choose SQL Anywhere Studio >> change 'time frame' to all To Submit Bug Reports:http://case-express.sybase.com SQL Anywhere Studio Supported Platforms and Support Statushttp://my.sybase.com/detail?id=1002288 Whitepapers, TechDocs, and bug fixes are all available through the Sybase iAnywhere pages athttp://www.sybase.com/products/databasemanagement/sqlanywhere/technic... Glenn - thanks for your interest. I have Servoy installed, and Sybase Central. The only dbcis11.dll on the machine is located in the SQL Anywhere sub folders: there is no such dll in the Servoy sybase_db folder. My SQL Anywhere service runs the Sybase installation contained within the Servoy Progam folder: not that in the SQL Anywhere folder. Note that this error has not occurred on previous upgrades (e.g. from 9 to 10). I have seen a dbcis11.dll error only once before, when attempting to run a sybase db from a Windows machine under Mac OS X. Richard Karim Ah: you have excellent perception. I have tried to migrate the data from the database to a new one some time ago, in a failed bid to get a Windows version of the database working under Mac OS X. Although I have been assured that the Windows and Mac databases are binary compatible, I have found they do not transfer in practice. Hence the need to migrate data. Is it possible to remove that remote server history from the database so that it proves not to be a hindrance to its starting under version 11? I will investigate here, but perhaps you have some knowledge to share? Richard |
![]() |
| Thread Tools | |
| Display Modes | |
| |