Re: How can I get the start date & end date of given week number or month
Hi Avinash, Thank so much for your notice. Yes, that would be an issue that we will run into, when start and end date of week belong to the specific calendar. I can handle this issue on Java, but in...
View ArticleASE will shutdown on Fri 08 Apr 2016 02:55: unless a suitable ASE_CORE...
Hi All, We have installed BO 4.1 Sybase and getting below license error in the log file. Error Log: Error: 131274, Severity: 17, State: 1 2016/03/30 07:04:55.31 kernel SySAM: WARNING: ASE will...
View ArticleRe: ASE will shutdown on Fri 08 Apr 2016 02:55: unless a suitable ASE_CORE...
Dear Karthik, sp_lmconfig Please give the output of this command. Regards,Ajith Prabhakaran
View ArticleRe: ASE will shutdown on Fri 08 Apr 2016 02:55: unless a suitable ASE_CORE...
Hi Ajith, Please find the below log of sp_lmconfig. 1> sp_lmconfig2> go Parameter Name Config Value ----------------- ------------ edition EE license type null smtp host...
View ArticleRe: How can I get the start date & end date of given week number or month
if you want to have different day as start of the week, e.g. Monday: set datefirst 1the select statement with dateadd/datepart stays the same Don't think calculating a date based on just a week number...
View ArticleRe: ASE will shutdown on Fri 08 Apr 2016 02:55: unless a suitable ASE_CORE...
Hello Karthik, Firstable, I'm moving your thread to ASE for Custom Applications space, as BO is not part of the Business Suite and it is considered as a "custom application" (ASE license is...
View ArticleRe: ASE will shutdown on Fri 08 Apr 2016 02:55: unless a suitable ASE_CORE...
Hi Maria, Please find below error log: SySAM: License search path:...
View ArticleRe: ASE will shutdown on Fri 08 Apr 2016 02:55: unless a suitable ASE_CORE...
Dear Karthik, Is it possible to show us the content of your current license file, SYBASE.lic?=> SySAM: License search path: /sybase/TST/SYSAM-2_0/licenses/SYBASE.lic ThanksRegards, Cris
View ArticleRe: ASE will shutdown on Fri 08 Apr 2016 02:55: unless a suitable ASE_CORE...
Yes, you may do that. Please make sure, you choose Enterprise Edition and update the license file in the path /sybase/SID/SYSAM-2_0/licenses. Regards,Ajith Prabhakaran
View ArticleRe: ASE will shutdown on Fri 08 Apr 2016 02:55: unless a suitable ASE_CORE...
If this is an ASE license that came with BO then it is probably an ASE DE or XE. You have installed as an EE when you should have installed as a DE. This license comes with the ASE and is found in the...
View ArticleRe: ASE will shutdown on Fri 08 Apr 2016 02:55: unless a suitable ASE_CORE...
Please find the content of the file --> SYBASE.lic Test:/sybase/TST/SYSAM-2_0/licenses # cat SYBASE.lic# Sybase Software Asset Management License File. DT License for SAP Sybase ASE# Runtime...
View ArticleDatabase failed to load : Version 15.7 SP52
Steps we performed In all the below cases we didn't see any process in destination database (sysprocesses ) and we checked in master..syslocks table in locked state and no zombie process ) 1) Killed...
View ArticleRe: In place upgrade 15.0.3 to 15.7
Thanks Avinash and Mark. i am in the process to re generate/upgrade the lic file One of the PROD server is in HA-DR setup . We noticed in destination server(DR server ) lic file license type as "SV"...
View ArticleRe: sp_extrapwdchecks causing corruption in syslogins
Thanks BretBut often the issue we faced is only in sp_extrapwdchecks other procedure dont have this error .. corruption of query tree should happen with any other proc as well isnt it?its not we face...
View ArticleRe: How can I get the start date & end date of given week number or month
/* Determine the first week's last day of the week, weekday = 7 (Saturday) */ declare @current_year char(4)declare @week1_lastday datetime select @current_year =...
View ArticleError on XML Parser when referencing external DTD
Hi, I was trying to replicate some examples I found on the "XML Services" guide. In particular, I'm having troubles to make the parser download an external DTD definition. According to the manual...
View ArticleRe: Database failed to load : Version 15.7 SP52
Your situation indicates that one of your applications is doing 2-phase commit with an external transaction coordinator. What you see in systransactions is a coordinated transaction which has not been...
View ArticleWrong Password in ASE Cockpit
Hi, after installing ASE 16.0 SP02 PL03 over the existing 16.0 SP02 PL02 it is not possible to enter ASE Cockpit. The Cockpit Server starts fine on his https://dimotion:4283/cockpit/ webpage the ASE...
View ArticleRe: Wrong Password in ASE Cockpit
Hi Robert,There's a few things to setup to successfully connect.Firstly, the password in the agent-plugin.xml is used by cockpit to connect to ASE. This isn't compared against the password used to...
View ArticleRe: Error on XML Parser when referencing external DTD
Well. http://xx.xx.xx.xx is not a valid URL. It looks more like an example template. Are you using an actual IP address?
View Article