cancel
Showing results for 
Search instead for 
Did you mean: 

UltraLite

Former Member
0 Kudos

2017-01-13-11-12-09-x86.png2017-01-13-11-14-39.png2017-01-13-11-16-38.pngI'm following the SAP Anywhere 16 tutorial: Http://dcx.sybase.com/index.html#sa160/en/sqlanywhere_en16/help_top_index.htm

I have downloaded the relevant program: SQLA16Developer.

My goal is to test with UltraLite using the 'CustDB' example.

What happens is that when opening the custDB executable (As indicated by the tutorial) I get the following errors and the database 'empty':

- Error during 'Startup' operation. [-954 custdb.udb]

- Database initialization faliure My operating system is 64-bit and x64 processor Any help how to proceed in this case? Attached images of errors.

Thank you in advance for your attention!

Accepted Solutions (0)

Answers (1)

Answers (1)

chris_keating
Advisor
Advisor

The application, as implemented, expects that the UltraLite database is in the current directory but it is not the location where you are running the executable - this pre-built exe is provided as convenience. You can copy the database from %sqlany16%\Samples\UltraLite\CustDB\custdb.udb to the same directory as the executable to start the application. Alternatively, you can build the application yourself and modify the code to explicitely provide the database location.