Re: Issue starting dbmlsrv process in Win 7 64-bit
IsValid is a PowerBuilder mechanism.. there is something fundamentally wrong with the PB object in question... that's where you start looking, inside the PB code for more clues.
View ArticleRe: Failing to setup Relay Server
[Issue Resolved] Using Process Monitor tool, it was identified that it is expecting a Log folder within C:\Program Files\SQL Anywhere 17\RelayServer\IIS\Bin64\. Since it wasn’t present, error 404.4 was...
View ArticleRe: Issue starting dbmlsrv process in Win 7 64-bit
Thanks Breck,I am looking at the object, When the same line of code worked before and then failed I knew it had to be in the PB code somewhere. I have gone through the code stepping through on the XP...
View ArticleRe: Issue starting dbmlsrv process in Win 7 64-bit
The error cited in your original message is reported in the internals of the MLSync object. The IsValid() check only matters if you are displaying the MobiLink Synchronization Status window. If that...
View ArticleRe: SQL Anywhere Monitor/Alert for specific SqlErrorCodes
The SQLError can trigger the database event. (event-type : RAISERROR)And Message statement can write to the Windows Event Log. Please refer to the following documents. "CREATE EVENT...
View ArticleRe: Issue starting dbmlsrv process in Win 7 64-bit
Wow Chris, I really appreciate the effort you are going to to help - the issue appears to be the program. It is not able to connect to the server which I start manually (or the production which is a...
View ArticleRe: SQL Anywhere 16 - Mobilink --{ml ignore} provokes an ODBC error
I see what seems to be a simple single character substitution error in your script that could be all there is to this issue. Your response (and confirmed by what I see in your ML_Server_Log.txt.zip)...
View ArticleRe: Issue starting dbmlsrv process in Win 7 64-bit
I did find one other issue that I thought solved the problem, but it only addressed the issue of walking through the code. I was getting the failure on the isvalid(i_syncwindow), but that turned out...
View ArticleRe: Issue starting dbmlsrv process in Win 7 64-bit
Check that dbmlsync.exe is in the SQL Anywhere BIN32. If it is missing, it would explain the current problem.
View ArticleRe: Issue starting dbmlsrv process in Win 7 64-bit
That was it Chris - thank-you VERY much.
View ArticleRe: INSERT ... ON EXISTING UPDATE causes error SQLE_PRIMARY_KEY_NOT_UNIQUE
Hi Leonid, SQL Anywhere 16 fixed the problem of the INSERT ON EXISTING UPDATE statement by build 2119. ============(Build #2119 - Engineering Case #782421)============The server did not return an error...
View ArticleAdaptive Server Anywhere 8, is this really an old version of SQL Anywhere?
I believe we have a very old version of your product "Adaptive Server Anywhere 8", I first want to know if this is in fact an old version of SAP SQL Anywhere. I've checked product availability matrix,...
View ArticleRe: Adaptive Server Anywhere 8, is this really an old version of SQL Anywhere?
Hi Gabriel, You are correct, the Adaptive Server Anywhere component was renamed SQL Anywhere in version 10. The SQL Anywhere product was previously referred to as:Version 3,4: Watcom SQLVersion 5.x.x:...
View ArticleSQL Anywhere database service is shut down
Does anyone have any idea about the following error? *** ERROR *** Assertion failed: 200505 (16.0.0.1324) Checksum failure on page 438578 When we backed up the database, the database service was shut...
View ArticleRe: INSERT ... ON EXISTING UPDATE causes error SQLE_PRIMARY_KEY_NOT_UNIQUE
Hi Atsushi, thank you, I've submitted incident to SAP support. Unfortunately I have not found a stable way to reproduce the issue, it happens sometimes, but quite rarely. Regards,Leonid
View ArticleRe: SQL Anywhere database service is shut down
Have you tried to validate (dbvalid utility) the database file as well?Have you determined the corruption of the transaction log file because dbtran utility fails to translate it into a sql file?By the...
View ArticleProblem in query how to set the data in crystalreport according user entry ???
Dear all, Please give the suggestion of problem in sql query for the report SELECT IBT1.ItemCode, WTR1.Dscription, WTR1.WhsCode,OBTN.DistNumber, OBTN.MnfDate, OBTN.ExpDate, WTR1.Quantity,...
View ArticleRe: Problem in query how to set the data in crystalreport according user...
http://scn.sap.com/community/crystal-reports Crystal Reports (CR) place is above in case you need assistance with the product.It is not clear what you are asking for. Are you saying that that query...
View ArticleRe: SQL Anywhere database service is shut down
Hi Tony, I agree with Mirco opinion.The latest build fixes the following problem. ==========(Build #1691 - Engineering Case #748170)===========In rare timing dependent cases, a copy node that had just...
View Article