Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

I rebuild two SQL Anywhere 17 databases with command "%SQLANY17%\bin64\dbunload" -v -c "ENG=dbunl;UID=xxx;PWD=xxx;start=%SQLANY17%\bin64\dbeng17.exe;dbf=C:\Backup\data.db" -an "C:\temp\data_new.db" -ap 4096 -ea None -kdi 0 -ii -up

Both databases contain integrated login mappings and have the same structure. After a reload, the integrated login mappings are missing in one of the databases, in the other they are complete. If I only unload the reload script and then compare them, there are no differences and both databases contain "GRANT INTEGRATED LOGIN TO ..." and "SET OPTION "PUBLIC"."login_mode"='Mixed'".

What else can I check?

asked 24 Jan, 10:30

Miro%20Marek's gravatar image

Miro Marek
1214512
accept rate: 0%

Are the integrated logins that are missing still valid. The user(s) must exist at the present time in the context in which the rebuild is being done (otherwise, the GRANT INTEGRATED LOGIN will fail).

(25 Jan, 14:33) JBSchueler
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×52
×8

question asked: 24 Jan, 10:30

question was seen: 164 times

last updated: 25 Jan, 14:33