Re: System import is stopped at execution phase
Dear Tilman, Many thanks for your reply. kindly find the below trans.log file for you reference. This output is belong to R3trans -d which was ran in cmd prompt (SIDADM) user. 4 ETW000 R3trans version...
View ArticleRe: System import is stopped at execution phase
Dear Tilman,kindly find the below trans.log file which was taken by kernal folder (us\sap\sid\sys\exe\ntam64).4 ETW000 r3trans version 6.24 (release 741 - 18.11.14 - 20:14:09).4 ETW000 unicode enabled...
View Articleif there is any way to give anyone except the object owner rights to rename a...
HEllo Want to know if there is any way we can rename a table who is not the object owner
View ArticleASE15.7 dbname..object default behavior
Hi List ,I would like to know if there are any changes when caling an object for a non-dbo user say user X ,here more details:loging as user X which owns objects in db1 select ab from db1..test1...
View ArticleRe: if there is any way to give anyone except the object owner rights to...
The documentation on sp_rename says that the table owner and system administrators have permission to execute it. So I think it would be possible to do so using the "grant hidden sa_role" method...
View ArticleRe: ASE15.7 dbname..object default behavior
There were no expected changes to the object resolution rules, and I don't recall any bugs. In other words, if a user doesn't specify an owner, ASE should first look for an object of the given name...
View ArticleRe: ASE15.7 dbname..object default behavior
Hi,Along with the test with statement cache off suggested by Bret, if the problem is reproduced, can you copy the exact result (just number of rows and/or message error) returned for each selects ? I...
View ArticleRe: System import is stopped at execution phase
Dear all , We analysed that the export Copy was corrupt and went with crashing the system and proceeded with a new import . Thanks for everyone who tried the Best. Regards,Suratharajan
View ArticleRe: ASE15.7 dbname..object default behavior
Can you post the sp_helpuser output for user X in db1??? Were the queries inside a stored proc and was it called as owner or caller???
View ArticleRe: Sap HA installation with Sybase Ase 15.7 (Clustered Environment)
Hello Murali, I have a same problem with Clustered Environment installation with sybase ASE 15.7. I need some clarity about cluster environment sap installation. Basically we have two nodes for...
View ArticleRe: Sybase ASE - Cannot change parameter to start DB
Hi Varun,I have the same issue here and it looks like a bug to me. If you decrease the procedure cache sizeyou might be able to start Sybase with a particular "max memory". But if you try to increase...
View ArticleRe: Sybase ASE - Cannot change parameter to start DB
The error about not being able to open the errorlog is typically a permissions error. When opening the "Command Prompt" utility, are you using the "run as administrator" option? (right click on the...
View ArticleRe: sybase odbc driver client unable to establish a connection
Hi Srinivasan, This is the first thing I noticed. You have a Windows 2012 R2 box. Make sure you install the SDK 15.7 SP130 or later or SDK 16.0 PL04 or later. We just got the SDK certified with the R2...
View ArticleRe: Sybase ASE - Cannot change parameter to start DB
Hi Bret, Is there any command in isql(black screen) on Unix to view the history of sql commands fired??? If there is any alternative to this Kindly let me know. Regards,Pankaj
View ArticleRe: Sybase ASE - Cannot change parameter to start DB
I don't really have any experience using the feature, but the docs say isql has a history feature.See Command History in isql I think the alternative sqsh tool also has a history feature. It has a...
View ArticleRe: Sybase ASE - Cannot change parameter to start DB
In Unix isql, you can type "vi" at the 1> prompt to edit the last command.Once you are past the 1> prompt, the prior command is lost. Cory
View ArticleRe: Sybase ASE - Cannot change parameter to start DB
thanks Bret, I am not getting the stuff in the link Command History in isql isql -Uguest -Ppassword -Smyase --history p1024 --history_file myaseHistory.log <<EOFexec sp_x_y_zgo Help me to...
View ArticleRe: Sybase ASE - Cannot change parameter to start DB
Pankaj,You missed the fine print of the line above the example...Redirected input is NOT part of command history.The Sybooks/infocenter document says that this example does not work. Cory
View ArticleExport and import tables in SYBASE ASE
HI All, Could you give an idea on taking logical structure backups on Sybase database . And how to restore this backup . Similar to exp/imp or expdp/impdp utility in oracle is there any such utility...
View ArticleRe: Export and import tables in SYBASE ASE
Hello, Bcp utility bulk copies data and not the schema of a database. ASE installation contains a command line tool called ddlgen (more info at SyBooks Online) If you have ASE PC client then you may...
View Article