Where's my stuff?
Ordered software from the sap.com store, got an "order in progress" email at 8:55 AM, now it's 2:55 PM, the amount has hit Visa... but where's my stuff?SAP Store Customer InformationOrder submitted to...
View ArticleRe: Where's my stuff?
Have you logged into service marketplace to see if it is there? If not, I would suggest using the "contact" link in your order confirmation e-mail or the "support" link from the banner of the SAP Store...
View ArticleERRORS in connect to Sybase DB in ABAP
Dear experts: I need to connect to a sybase database for development,so firstly I create it in "DBCO" as below shows:my format of conn. info is:SYBASE_DBNAME=<name> SYBASE_DBOWNER=dbo...
View ArticleProblem with REGEXP_SUBSTR
I am having a problem with REGEXP_SUBSTR(). I am trying to extract from the following string:
View ArticleAssertion Failed - Freeing page not in arena -- transaction rolled back
Hello, allI have a problem of a DB, which crashed and cannot be started now.How do I start it in order to do a rebuild? Here is my error://-------------------------------------------------[Sybase][ODBC...
View ArticleRe: Assertion Failed - Freeing page not in arena -- transaction rolled back
OK, the only thing that worked was launching the DB on the dbeng16 (v16) with -r option.That allowed unloading the DB into text files and then a new v12 DB was created as a destination for the unloaded...
View ArticleRe: ERRORS in connect to Sybase DB in ABAP
Hello Zhiyu, As mentioned previously in How to db connect from SAP to SYBASE SQL anywhere 16 remotely, SQL Anywhere isn't currently a supported target for DBCO (dbacockpit) connections. --- The...
View ArticleProblem with ASA connection
Hello All, I'm trying to connect to a sybase database trough C# code, but I cannot get it to work. I tested the connection first on a ODBC data resource from windows, everything works fine. But now i'm...
View ArticleRe: Problem with ASA connection
Hello Peter, I've asked a moderator to move this to the SQL Anywhere space, since you are in the Adaptive Server Enterprise (ASE) space. RegardsStefan
View ArticleRe: Problem with ASA connection
Hello Peter, I think we should add why we think this should be moved,Stefan did ask the moderator because you use AsaConnection we would expectAseConnection if you use the SAP ASE (Adaptive Server...
View ArticleRe: Problem with ASA connection
Hi Peter, You can remove the "DRIVER=Adaptive Server Anywhere 9.0;" portion of this connection string - you are not really accessing the ODBC driver manager through the ADO.NET driver. The SQL Anywhere...
View ArticleRe: Problem with ASA connection
Hello Niclas, Thanks, I placed the message in the wrong directory, but it is in fact the ASA connection. So now it is in the right place, thanks. Hope somebody can help. regards,Peter
View ArticleRe: Problem with ASA connection
Hello Jeff, Thank you for the help so far. Unfortunately, still an invalid connection string.. Could you perhaps give a little example? First time working with sybase... Thanks in advance. Regards,Peter
View ArticleRe: Problem with ASA connection
Hi Peter, So I can reproduce the exception with your code as posted: EchoConn.ConnectionString = "Driver=Adaptive Server Anywhere...
View ArticleDatabase Replication/Synchronization Issue
Hello! I am currently monitoring database replication between a consolidated database and several remote databases as well as performing basic database administration. Back in November 2014, an issue...
View ArticleRe: Database Replication/Synchronization Issue
need a bit more clarification was the database rolled back at the remote or the consolidated database?either way your offsets are not in sync and if it was the remote then you have some log problems....
View ArticleRe: Database Replication/Synchronization Issue
Are you using MobiLink or SQL Remote (dbmlsync.exe or dbremote.exe running on the remotes)?
View ArticleRe: Database Replication/Synchronization Issue
Hi and thanks for your response! We are using dbremote on the remotes.
View Article