|
Home > Archive > SQL Anywhere ultralite > September 2005 > CustDB_ErrorDuringStartUPOperation[-951]
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
CustDB_ErrorDuringStartUPOperation[-951]
|
|
|
| Hello all,
Thanks for the advice on prev query.
When i run the custDB(c++ component version) on palm
emulator i get the error ErrorDuringStartUPOp
eration[-951
CustDB]
emulator version: 5.1
Codewarrior 8.0 :4.2.5.788
pls advice.
With Regards,
Srini
| |
| Stella Lai 2005-09-26, 9:23 am |
| If you do not deploy a schema file with the C++ component
version, you will receive that error during startup.
You will need to run ulinit with the -palm option to generate
the .pdb schema file for the Palm platoform.
- Stella Lai
iAnywhere Solutions
<Srini> wrote in message news:4337a169.72a4.1681692777@sybase.com...
> Hello all,
>
> Thanks for the advice on prev query.
>
> When i run the custDB(c++ component version) on palm
> emulator i get the error ErrorDuringStartUPOp
eration[-951
> CustDB]
>
>
> emulator version: 5.1
> Codewarrior 8.0 :4.2.5.788
>
>
> pls advice.
>
> With Regards,
> Srini
| |
|
| > If you do not deploy a schema file with the C++ component
> version, you will receive that error during startup.
I could not find the schema file (*.usm or *.pdb) in custDB
folder.
Pls advice on how to deploy the schema.
| |
| Greg Fenton 2005-09-28, 8:23 pm |
| Srini wrote:
>
> I could not find the schema file (*.usm or *.pdb) in custDB
> folder.
> Pls advice on how to deploy the schema.
You need to generate the .usm or .pdb either from your reference
database or via the UltraLite Schema Painter. Which method are you
using in your develpment?
greg.fenton
--
Greg Fenton
Consultant, Solution Services, iAnywhere Solutions
--------
Visit the iAnywhere Solutions Developer Community
Whitepapers, TechDocs, Downloads
http://www.ianywhere.com/developer/
| |
|
| Thanks Greg and Stella!
Ive understood Comp Based Dev now.As u've advised ive
generated *.Usm from the Adp Srv and everything is working
fine now.
Regards,
Srini
> Srini wrote:
>
> You need to generate the .usm or .pdb either from your
> reference database or via the UltraLite Schema Painter.
> Which method are you using in your develpment?
>
> greg.fenton
> --
> Greg Fenton
> Consultant, Solution Services, iAnywhere Solutions
> --------
> Visit the iAnywhere Solutions Developer Community
> Whitepapers, TechDocs, Downloads
> http://www.ianywhere.com/developer/
|
|
|
|
|