Re: Strange error while executing a stored procedure: Incorrect syntax near...
NOTE: I don't work with JDBC/jConnect so (at this point) just some questions ... 1 - are you sending this to ASE, ASA, IQ, or some other RDBMS?2 - what is the value of <schemaname>?3 - do you...
View ArticleRe: Strange error while executing a stored procedure: Incorrect syntax near...
Mark, I am sending this to ASE. The value of schema name is "dbo". Let me try this.... You are the man.... removing the parenthesis helped me.....need to think outside the box!!!! Thanks very much...
View ArticleRe: Strange error while executing a stored procedure: Incorrect syntax near...
Well, I was just guessing at the issue. I tried editing my previous response but lost the info when trying to submit at the same time as your reply ... so here's my other comments ......
View ArticleRe: Reset sapsa password
Hello, so the sapsystem won't start cause the password is incorrect ? If this is the case you should combine both suggestions from Bret and Christoph, if you don't know any password for all logins....
View ArticleRe: Reset sapsa password
Hi Jesus, Hi Stefan, I fully agree with Stefan. Please follow this approach which is mentioned above. When you finished this activities, please remove at the end the line -psapsso from the...
View ArticleSybase ASA backup
Hello community, I´m sorry for opening the message here but I was not able to find a section for Sybase SQL Anywhere. If someone know where can I find it please tell me. Question: I´m using Sybase...
View ArticleRe: Sybase ASA backup
The space for SQL Anywhere is http://scn.sap.com/community/sql-anywhere. Cheers,-bret
View ArticleRe: getting below error while exec procedure 'sp_activeroles' on SAP Sybase...
sp_jdbc* procs are typically called by a jdbc/jConnect application as a means of obtaining some (un)necessary metadata ... either as part of initializing a connection to the dataserver or obtaining...
View ArticleRe: getting below error while exec procedure 'sp_activeroles' on SAP Sybase...
this problem is only on the Interactive SQL not on the command line isql...
View ArticleRe: getting below error while exec procedure 'sp_activeroles' on SAP Sybase...
Thanks for your prompt response Bret ------------------------------------------------------------------------------------------i am using SAP Sybase ASE 16 on Windows 7 x64.No, sp_activeroles is not...
View ArticleRe: getting below error while exec procedure 'sp_activeroles' on SAP Sybase...
Yes, Mark you are quite right. Yes, its a brand new ASE 16, not upgraded. I am getting this error only when I am using Interactive SQL(GUI), not on the 'isql' (Commnd Line). I am not able to understand...
View ArticleManaging ASE - DBACOCKPIT, CLI or SCC?
Hi experts, first question, is it the correct category for ASE-discussions? Regarding my question... I am new on ASE and want to know, which tool are you using for managing your ASE and which one is...
View ArticleRe: Managing ASE - DBACOCKPIT, CLI or SCC?
btw, is there a possibility to start job scheduler in dbacockpit and change the db-size?
View ArticleRUN TIME ERROR: "[ASE Error SQL1105]
Hi Experts.. Category Installation ErrorsRuntime Errors DBIF_RSQL_SQL_ERRORExcept. CX_SY_OPEN_SQL_DBDate and Time 29.10.2014...
View ArticleRe: getting below error while exec procedure 'sp_activeroles' on SAP Sybase...
The GUI and CLI are not the same. The CLI tool needs little (if any) metadata and simply acts as a pass-through tool, ie, it passes your commands to ASE and then passes the results back to you (with...
View ArticleRe: Managing ASE - DBACOCKPIT, CLI or SCC?
From an ASE management perspective (ie, more of a DBA related activity), and assuming you're *NOT* running a SAP *application* on ASE, the 'right' group would probably be: SAP Adaptive Server...
View ArticleRe: Managing ASE - DBACOCKPIT, CLI or SCC?
I'm the same as Mark and prefer CLI for most tasks. I'll only add a comment on the Job Scheduling question. I'll add an endorsement for "ActiveBatch" as a job scheduling tool (if you prefer to use one...
View ArticleSybase Error: 1105, Severity: 17, State: 4
Hi Experts, My ASE log shows following error message ...00:0002:00000:00081:2014/10/30 16:14:55.83 server Can't allocate space for object 'syslogs' in database 'PCD' because 'logsegment' segment is...
View ArticleRe: Sybase Error: 1105, Severity: 17, State: 4
You need to expand the log segment for database "PCD".Syntax:Alter databae PCD log on <device_name>=<size> Note, the device must be used as log device before or a new created device with...
View Article