cancel
Showing results for 
Search instead for 
Did you mean: 

UltraLite. SAP Anywhere 16

Former Member
2,837

Hello good day!

I'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?

Thank you in advance for your attention.

Breck_Carter
Participant

-954 is "database not found"... check your work for a speling misteak

Former Member
0 Kudos

Sorry. I miss that mistake as it is. I would pass the photo but I still do not have enough 'level' to attach it.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

This error indicates that the CustDB app attempted to open "custdb.udb" -- in its current directory -- but failed to find the file. You must ensure that the current directory and location of custdb.udb match... Either launch the application from the directory containing custdb.udb, or copy custdb.udb to the applicable location.

Former Member
0 Kudos

Okay. Thanks for everything. I had the files scattered. I am writing again for another question.