Re: Client configuration for Setting net password encryption reqd
Thank you Ryan. This is exactly what I was looking for. It worked. Don't know why I did not see that option, it was steering right in the face
View ArticleRe: problem using sp_opt_querystats
NOTE: I haven't used this stored proc (nor the job scheduler) so I don't have any solutions ... just questions and a suggestion ... Does the 'plancost' option work for any other queries? Does the...
View ArticleRe: problem using sp_opt_querystats
Hello Taghi,Can you please copy the exact command in the second example? And try to see if you use the all options,does it work? All option will enable the first eight options.I mean have you tried the...
View ArticleRe: problem using sp_opt_querystats
Hi,Sure here is teh exact sencond query:sp_opt_querystats"select * from POS where br_number='XyZ' and acc_number='0000097' and cur_code='USD'","missingstats",mydatabaseI had already tested teh "all"...
View ArticleRe: problem using sp_opt_querystats
Thanks Mark. I was expecting to obtain good results from the stored procedure. Instead of using many set commands, I expected to use teh stored procedure and have lots of information in one report,...
View ArticleRe: problem using sp_opt_querystats
Are you sure statio was working?If I remember rightly it runs with 'set noexec on' by default, so you get no runtime statistics unless you specify to execute the statement.Try running it with...
View ArticleRe: problem using sp_opt_querystats
Thanks, it works when I follow your instructions: exec sp_opt_querystats"select br_number from CLIENT_POSITION where br_number='A01' and acc_number='0000097' and...
View ArticleSAP Sybase Landscape setup...
Dear SAP/ Sybase Experts , Need your suggestion and expert advise on Sybase Replication server Setup in SAP landscape. We will have our production servers setup on High Availability as per best...
View ArticleBW agregate Can't allocate space for object "temp worktable" in database...
Hi all, We are getting this error when try to do an agregate at BW with ASE 15.7 sp110. Can't allocate space for object "temp worktable" in database "tempdb" because system segment is full/has no free...
View ArticleRe: SAP System copy based on Sybase errors
Read the note. Made a backup with command "dump database <SID>". Put the dump file in the import folder specified during installation. Nothing has changed. The same error. Maybe I'm doing...
View ArticleRe: SAP System copy based on Sybase errors
Dear Mr GlushchenkoThe directory where you put in the database dump for SAPINST to put up does contain only the new dump which you took and nothhing else , correct ?If there are still other files in...
View ArticleRe: BW agregate Can't allocate space for object "temp worktable" in database...
Just FYI - the message says that the "system" segment is full, not the logsegment. The "system" segment is where worktable space is allocated. Advice to extend the log won't resolve your issue....
View ArticleRe: ISQL login error SYBASE
Hi Uday, I think that your original problem could be that you were not using encryption. I would try launching ISQL with the -X option "Initiates the login connection to the server with client-side...
View ArticleRe: ISQL login error SYBASE
Hi, Sybase Central is EOL.I would download this soon if you would like to use this tool. The tool taking over for Sybase Central is called Sybase Control Center (SCC). If you want an interactive/gui...
View ArticleRe: ISQL login error SYBASE
Hi, Just for clarification. Original error:CT-LIBRARY error: ct_connect(): directory service layer: internal directory control layererror: Requested server name not found. Reason for error:This...
View ArticleRe: SAP System copy based on Sybase errors
Please last 50 lines of post sapinst_dev.log and sapinst.log
View ArticleRe: SAP System copy based on Sybase errors
Hi Timon. Thanks, did as you said helped. Might be worth adding this nuance in note 1913378?
View ArticleRe: CRM Java installation error in database creation
Dear Ram, Thanks for the information, I have gone through the link however I was looking for Sybase cluster but the link directs to SQL. any document based on sybase database will be helpful.
View ArticleRe: JDBC-Connection to Sybase ASE fails: Could not load class...
This was a strange problem. SAP support didn't find the root cause either, but it looks like file SecStore.properties was corrupted. I dropped the instance and restarted the import from scratch, this...
View ArticleRe: BW agregate Can't allocate space for object "temp worktable" in database...
Hi Sunny, There isn't a XI R2 so the solution doesn't apply to us. Thanks
View Article