Quantcast
Channel: SCN : Unanswered Discussions - SAP SQL Anywhere
Viewing all 542 articles
Browse latest View live

Adaptive Server Anywhere 8, is this really an old version of SQL Anywhere?

$
0
0

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, but the new versions (v 17, 11, 12) don't have previous versions connected to them.


Please answer this relatively simple question that I can't find anywhere online.




SQL Anywhere database service is shut down

$
0
0

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 down with the error message above.

 

I looked up the failure and found that it has something to do with corrupted transaction log, but after we rebuilt the transaction log, the error still occurred after the restarted database service was run for several days.

 

Also, we also tried re-installing the SEPM on three different physical machines with different motherboard, hard drives and RAM modules and all of them exhibit the issue.

 

Version information is shown below.

Problem in query how to set the data in crystalreport according user entry ???

$
0
0

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, OWTR.Filler

FROM      

  OBTN INNER JOIN

                      IBT1 ON OBTN.DistNumber = IBT1.BatchNum AND OBTN.ItemCode = IBT1.ItemCode INNER JOIN

                      OWTR ON IBT1.BaseNum = OWTR.DocNum AND IBT1.BaseType = OWTR.ObjType INNER JOIN

                      WTR1 ON IBT1.WhsCode = WTR1.WhsCode AND IBT1.ItemCode = WTR1.ItemCode AND OWTR.DocEntry = WTR1.DocEntry and IBT1.BaseLinNum=wtr1.LineNum

                     

WHERE OBTN.U_Packing_Date_04 IS NOT NULL and IBT1.ItemCode like 'FIVF%'  and WTR1.WHSCODE = 'PACK_REJ'

and

(OWTR .DocDate >='20151101') and 

(OWTR.DocDate <='20151130') and  wtr1.Quantity  >=10000

   and Direction  = 0

  and isnull (U_Disp_Fg_Gq,'NA') <> 'No'

 

in the query there one problem is it catch  only  first entry of datawarehouse if there another entry done by user then it will not update in report it show only first entry.

 

 

Regards,

Varun Pandya

Tracing performance

$
0
0

Hi.

 

We have an application written i PowerBuilder 12.5, which has a lot of code for doing calculation in the database.

As of lately, one of our customers has noticed that when this particular code is running, dbsrv12.exe is using 90-95% CPU-power on all cores as the same time.

However, when we run the same code against another database (same schema and EBF), dbsrv12.exe is using only 20-25% on 1-2 cores while the other cores is idle.

 

Is it possible to trace the queries and activity in the database to se if any indexes or something else is wrong?

 

I have also done the exact same on my laptop running dbeng12.exe, and the same thing is happening.

On one database all 8 cores is experiencing 90-95% load while on the other database is utilizing only 2-3 cores at 20% while the rest is idle.

So I can trace both database and source code if needed.

 

Regards,

 

Bjarne

RSE3003: Redundant outbound enabler connection for backend server

$
0
0

Hello,  I am upgrading MobiLink configuration from v11 to v16.  Seem to be just about there, but currently receiving the "RSE3003 Redundant outbound enabler" message in the RS log.  The v16 is being built upon the same servers that v11 was on previously.

 

Receiving various error messages:

  • From the RSOE
    • Successfully connected to relay server
    • OEE1031: The outbound enabler access was denied by Relay Server
    • OEE1036: A network connection was closed by the Relay Server or an intermediary while the Outbound Enabler was reading from it
    • etc
    • OEE1052: The Outbound Enabler was unable to write a OE_DNCHANNEL_NOOP(PUNCTURE) packet to the relay server
    • MCL9: Unable to write 4133 bytes. Netwqork error: An established connection was aborted by the software in your local machine
    • (winsock error code: 10053)
  • The ML server
    • Started RTNotifier 'RTNotifier1'
    • -10030 A network read failed.  Unable to read data from the remote client
    • this connection will be abandoned due to previous errors
  • The RS server
    • RSE3003: Redundant outbound enabler connection for backend server
    • RSE3009: Communication error SYS1229: an operation was attempted on a nonexistent network connection
    • RSE3005: Mismatched outbound enabler instancefor backend server
  • IIS log
    • numerous entries with 200 status code, then every so often an entry with 404 on /rs/server/rs_server.dll

 

I can augment this with logs and config files if required.  Thanks in advance

Issue with Android SQL Anywhere 17 libraries in my application

$
0
0

Hi All,

 

I have a android application which was using Sybase SQL Anywhere 16 client libraries to sync with back end Sybase sql anywhere 16 server.

 

Recently I have upgrade my backend to SQL Anywhere 17 & replaced the client libraries of 16 to 17, with no code change, since the API is all same.

 

But I am getting below error

 

16,2000,01.07.2016_14.13.25.451,Warning,ULjException in UltraLiteDBAccess.synchronize()

16,2000,01.07.2016_14.13.25.464,com.sap.ultralitejni17.implementation.JniException: UltraLiteJ Error[-1305]: MobiLink communication error -- code: 24, parameter: , system code: 0

com.sap.ultralitejni17.implementation.JniConnection.ulcSynchronize(Native Method)

com.sap.ultralitejni17.implementation.JniConnection.synchronize(Unknown Source)

com.mftp.bll.dbaccess.UltraLiteDBAccess.synchronize(UltraLiteDBAccess.java:259)

com.mftp.bll.dbaccess.transactiondeviceevent.MediaDeviceTrxSyncHandler.Sync(MediaDeviceTrxSyncHandler.java:228)

com.mftp.middleware.dbsynchronizer.SynchronizationHandler.handleMessage(SynchronizationHandler.java:43)

android.os.Handler.dispatchMessage(Handler.java:99)

android.os.Looper.loop(Looper.java:137)

com.mftp.middleware.dbsynchronizer.DBSynchronizer.run(DBSynchronizer.java:39)

 

16,30,01.07.2016_14.13.46.360,Critical,Ultralite DB Synchronization Failed due to certificate failed SERVER_CERTIFICATE_NOT_TRUSTED

16,30,01.07.2016_14.13.46.401,com.sap.ultralitejni17.implementation.JniException: UltraLiteJ Error[-1305]: MobiLink communication error -- code: 24, parameter: , system code: 0

com.sap.ultralitejni17.implementation.JniConnection.ulcSynchronize(Native Method)

com.sap.ultralitejni17.implementation.JniConnection.synchronize(Unknown Source)

com.mftp.bll.dbaccess.UltraLiteDBAccess.synchronize(UltraLiteDBAccess.java:259)

com.mftp.bll.dbaccess.transactiondeviceevent.MediaDeviceTrxSyncHandler.Sync(MediaDeviceTrxSyncHandler.java:228)

com.mftp.middleware.dbsynchronizer.SynchronizationHandler.handleMessage(SynchronizationHandler.java:43)

android.os.Handler.dispatchMessage(Handler.java:99)

android.os.Looper.loop(Looper.java:137)

com.mftp.middleware.dbsynchronizer.DBSynchronizer.run(DBSynchronizer.java:39)

 

Need urgent help!

SQL Anywhere Workgroup Edition

$
0
0

I cannot find SQL Anywhere Workgroup Edition License on the latest ARP price list. Is this no longer available for purchase? Found SQL Anywhere Edge Edition instead but is this equivalent/the most similar product to the workgroup edition?
Could anyone please advise?

 

Thanks

Mobilink 17 and HANA as consolidated database

$
0
0

Hi All,

 

I'm using the Mobilink 17 with HANA as consolidated database, I configured the ODBC connection but when I try to create the project I got this error message :

 

Database type is not supported:Supported consolidated databases are SQl Anywhere, SAP Adaptive Server Enterprise, SAP IQ, SAP Oracle, Microsft etc.. not HANA ..

 

Please  does  someone have any  idea on that ?  HANA should be supported as consolidated database.

 

Thanks

 

Fabiola


SQL Anywhere 17.0.0.1358 constantly crashes (assertion fails 200505, 101412)

$
0
0

For following week me and my team had problem with SQL Anywhere 17 (17.0.0.1211 and 17.0.0.1358) constant assertion crashes.

Database was completely reloaded and engine updated to the latest version, but problem still exists. It usually it happens 4-5 times a day.

 

Here are the errors, they randomly alternate.

 

SQLANYs_...: *** ERROR *** Assertion failed:  200505 (17.0.0.1211)

Checksum failure on page 64845

 

 

SQLANYs_...:: *** ERROR *** Assertion failed: 101412 (17.0.0.1211)

Page number on page does not match page requested

 

What could be the culprit here? Could this be the fault of hardware or DBMS engine failure? We tried request logging, but catching a faulty query in our case is close to impossible. Furthermore, after assertion, DMP file appeared, which pointed to a page failure on TEMP DbSpace. So far, we have no solution how to reproduce the error.

SQL Anywhere Chip License Implementation

$
0
0

I am trying to help a customer make a purchase decision related to SQL Anywhere for their application.

 

They are considering purchasing a 2 CPU (12 core) Dell server with Win2012R2 and wish to run an application which will need around 20 user - with 5-8 simultaneously being the usual use.

 

We are considering a 1 Chip License for this system (SA 12 or 16) and want to know how the Chip License is implemented.

 

Does it occupy and lock all the threads and cores on that chip, (CPU) rendering the application processes only the use of the other CPU, or does it behave well, utilizing only threads on that chip on an as needed basis leaving it available for other thread activity.

 

For occasional and low volume activity for one or two databases should the 1 Chip License be sufficient?  How would we know that the Chip limitation is seriously impacting the system's performance.

 

Also, if down the road we notice that Database throughput is limited, can you upgrade from a 1 chip to a 2 chip License.

 

Thanks

Configure the odbc to connect oracle database on linux

$
0
0

I am trying to do such a demo :

Sync the data from sql anywhere to oracle, so the consolidated database is oracle.

I configured the .odbc.ini like the following:
[ODBC Data Sources]

MyOracleDSN=SQLAnywhere 17.0

 

[MyOracleDSN]

UserID=DBAUSER

Password=sybase

ProcResults=y

ArraySize=500

ServiceName=ORCL

Driver=/home/asa17/lib64/libdboraodbc17_r.so

 

 

And then when I tried to connnect oracle database,it said:

dbisql -c "dsn=MyOracleDSN" -nogui

  Could not connect to the database.

  Unable to load driver /home/asa17/lib64/libdboraodbc17_r.so

  SQLCODE=-620, ODBC 3 State="IM003"

 

 

When I tried to setup a remote server, it reported the same error:

  (DBA)> create server ora_remote class 'oraodbc' using 'MyOracleDSN'

  (DBA)> create externlogin DBA to ora_remote remote login DBAUSER identified by sybase

  (DBA)> create existing table proxy_test at 'ora_remote...test'

     Could not execute statement.  

     Unable to connect to server 'ora_remote': [SAP][ODBC Driver Manager] 

     Unable to load driver /home/asa17/lib64/libdboraodbc17_r.so  

     SQLCODE=-656, ODBC 3 State="HY000" 

      Line 1, column 1 

      create existing table proxy_test at 'ora_remote...test'

 

 

The demo environment:

Suse11 sp3 64bit

SQL Anywhere 17 64bit for linux

 

I have not any idea why this happened : Unable to load driver /home/asa17/lib64/libdboraodbc17_r.so

 

 

Appreciate for any comments.

error in tcpip port options (win mobile 6.5)

$
0
0

Hi,

We have customers with rugged mobile handhelds with windows mobile 6.5. There is a new Work about pro (G4) and our Pocketbuilder application can't start up on it. It give a error:

SQLState = 08001 [Sybase][ODBC Driver][Adaptive server Anywhere]Connection error: Error in TCPIP port options.

 

With the G3, it works well in the same test-conditions/environment.

 

ASA 9.0.2.2451

 

 

dsn-file:

[ODBC]

CommLinks=tcpip(dobroadcast=ALL;host=server;port=2638)

enginename=xxxxx

databasename=xxxxx

driver=\windows\dbodbc9.dll


Anybody have the same experience?

I don't have the handheld for now, it's on a other location.


Thanks,

Group on measures not working

$
0
0

Hi, I want to find out the most common values for field "x", and "x" is a measure with DECIMAL type. So I ran the following pass-through-sql, The output has only 1 record with some random value for "x". I know "x" has many different values. Can someone help? Thanks.

 

 

SELECT "x", count(*) as cnt

FROM "table1"

GROUP BY "x"

ORDER BY cnt DESC

Trouble uninstalling SQL Anywhere 11

$
0
0

Hi SCN Team,

 

I just chatted with a customer who is trying to uninstall SQL Anywhere 11. Aside from the normal Control Panel + Add/Remove Program procedure, there is still a lingering "patch" that he cannot remove separately. All he wants to do is uninstall so he can upgrade to Anywhere 16. The error message he gets is: "This patch could not be opened. Verify that the patch package exists and that you can access it, or contact the application vendor".

 

Can anyone help?

 

Thank you,

Valerie Cadag

Inbound Customer Care

SQL Anywhere supports ARMEL LINUX?

$
0
0

One of our important customer found that  SQL Anywhere for ARM Linux just only supports ARMHF, and it seems that SQL Anywhere for ARM does not support ARMEL.

My question is that if there are any options to support ARMEL, or is there plan to build a new version to support ARMEL Linux?

Appreciate for Any comments


SQL Anywhere 11 developer

$
0
0

Hi all

 

 

A version of SQL Anywhere Developer? If so, I would appreciate it forwarded me the link. I found Anywhere 16 Developer version but version 11.

 

 

 

Thanks and regards

SQVI

$
0
0

Can anyone help, i am trying to join together EKKN & EBAN to enable me to enter a PO and it return PO, SD and PR data but it keeps returning "No data found" even though i know i am entering valid POs.

licensing concern, SAP SQL Anywhere, Workgroup edition

$
0
0

hi folks, I have a licensing question:

I have a client who has 10 full time users and 10 additional part time users, for a total of max 20 users at any one time.  The temp users may rotate, throughout the year.  The server is a 1 CPU, 4 cores.  What is the best licensing model for SAP SQL Anywhere 17, Workgroup Edition, for this scenario, for a Delphi app, connecting to the server for these users?

 

thanks much,

Cos

PHP Connection strings using sasql_connect

$
0
0

Thanks to the help here I have successfully installed the database driver and can now perform connections.

 

Sadly I'm not quite getting my syntax right on the connection so I need a little bit of help... 

 

Our server is publicly addressable (but firewall etc) and requires us to use port 2640

 

 

Initially I tried:

 

sasql_connect("Dbn=TestData;UID=myuser;PWD=SuperSecretPa55word;ServerName=remotehost.mycustomer.co.uk:264");

 

but I get the following error:

 

sasql_connect(): SQLAnywhere: [-100] Database server not found

 

 

I have the following connection string which I have found by searching on here and stackoverflow

 

sasql_connect("Dbn=TestData;Uid=myuser;Pwd=SuperSecretPa55word;CommLinks=tcpip(host​=remotehost.mycustomer.co.uk:2640)");

 

But now it gives me the following error:

 

sasql_connect(): SQLAnywhere: [-832] Connection error: Error in TCPIP port options

 

Any help gratefully received!

ASA cpu usage

$
0
0

Dear sirs,

I would like to know the maximum number of CPU used by ASA 17 network database server, and the maximum amount of RAM it can use.

 

Thank you in advance

Viewing all 542 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>