Link to home
Start Free TrialLog in
Avatar of marrowyung
marrowyung

asked on

a log shipping log backup job was just failed with ,net run time error

hi ,

a sql server log shipping job just failed and I start it again, it is OK HOWEVER, when I check application log, it shows an error just before that:

.NET Runtime version : 4.0.40305.0 - .NET Framework Initialization ErrorUnable to find a version of the runtime to run this application.

What is that mean ?

We restart the SQL server 1 day ago already.

any experience on this ?
Avatar of Daniel Jones
Daniel Jones
Flag of India image

You must use “Turn Windows features on or off” in the Control Panel to install or configure Microsoft .Net Framework 3.5 SP1″
Avatar of Vitor Montalvão
We restart the SQL server 1 day ago already.
Why did you do that?

What's the SQL Server and Windows Server versions?
Avatar of marrowyung
marrowyung

ASKER

Daniel,

no. this error only happen recently , we run that SQL server for a long time.

Victor,

no hearing from you for a while, how have you been ?

"Why did you do that?
"

basically the SQL server stopped without any reason and we start it again.

we now also keep receiving:

DESCRIPTION:	A user request from the session with SPID 250 generated a fatal exception. SQL Server is terminating this session. Contact Product Support Services with the dump produced in the log directory.

Open in new window


any reason for that ?

we just rans the checkdb for all user database but there are 0 error ,any idea of this ?
I'm good ty. I've been on vacation and slowly back into EE :)

"What's the SQL Server and Windows Server versions?"
How long the SQL Server instance were running until this error appear?
What else is installed in the server?
"I'm good ty. I've been on vacation and slowly back into EE :)"

 me too, that;s why I start picking up ticket only since last week.

"How long the SQL Server instance were running until this error appear?"

since 2-3 weeks ago, I only 2 weeks after this kind of message keep coming out the SQL server stopped without any reason.
"What else is installed in the server?"

not much, security endpoint agent is one of that but very little sth else.


FTP client.
You still didn't answer my main question, so for the 3rd time:
What's the SQL Server and Windows Server versions?
Better. What the following command returns?
SELECT  
SERVERPROPERTY('ProductVersion') AS ProductVersion,  
SERVERPROPERTY('ProductLevel') AS ProductLevel,  
SERVERPROPERTY('Edition') AS Edition,  
SERVERPROPERTY('EngineEdition') AS EngineEdition
SERVERPROPERTY('BuildClrVersion')  AS BuildClrVersion

Open in new window

I just answer another ticket but I don't think it is related.

SQL 2008 with SP4 and Windwos server 2008 R2.
Not all people follow all your questions and we can't also guess if they are related or not.

What the following query returns?
SELECT  SERVERPROPERTY('BuildClrVersion')  AS BuildClrVersion

Open in new window

"Not all people follow all your questions and we can't also guess if they are related or not."

 you are right... I just guess you in the loop....

but it really not related  I think.


v2.0.50727
You have SQL Server 2008 SP4 that uses .NET Framework 2.0 SP2 (v2.0.50727).
The error message is complaining about .NET Runtime version : 4.0.40305.0. That's what SQL Server 2012 needs.

So the question is:
- Are you using any SQL Server 2012 to connect to this SQL Server 2008 instance?
no...
we run that SQL server for a long time and it only happen these few weeks.
ASKER CERTIFIED SOLUTION
Avatar of Vitor Montalvão
Vitor Montalvão
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
"Btw, where are you sending the log shipping to?"

another DR server.

"I would say there's some request that's trying to execute code that needs .NET Framework 4.0"

yes, but why suddently ?
another DR server.
With the same SQL Server version, I guess.

yes, but why suddently ?
That's your job to find what changed (any new application feature? New process in the house? ...). I think you should start asking development teams what they released during these period.
Victor,

"With the same SQL Server version, I guess."

yes.
So only thing that stays to be analyzed is with development area. Try to have a conversation with them to verify what they've changed during these last days.
"I would say there's some request that's trying to execute code that needs .NET Framework 4.0"

so it is about sth connect that SQL server 2008 box and try to run code relies on .net 4.0 ?
I can't confirm nothing as you know I don't have access to your environment.
That was only a guess but without you investigate further only thing we can do here is guessing.
victor,

I knew, but just want to know the overall concept of that.
tks anyway.