Showing posts with label sp1. Show all posts
Showing posts with label sp1. Show all posts

Friday, March 30, 2012

Runtime error while installing SQL 2005 Standard Edition

Dear All,
I have an instance of SQL 2000 and while Installing another instance of SQL
Server2005 Standard Edition on Windows 2003 with SP1 on Dell Server, I am
getting error
Microsoft Visual C++ Runtime Library
Runtime Error!
Program: C:\WINDOWS\system32\MsiExec.exe
The application has requested the Runtime to terminate it in an
unusual way.
Please contact the application's support team for more information.
All the hardware and software requirements are already there.
Any suggestions!
TIA
KayHi Kay
A couple of this to check
Make sure that you are up-to-date with windows update. Your hardware drivers
are the latest (especially video!). Also check out the SQL Server
installation log files http://msdn2.microsoft.com/en-us/library/ms143702.aspx
John
"Kay" wrote:
> Dear All,
> I have an instance of SQL 2000 and while Installing another instance of SQL
> Server2005 Standard Edition on Windows 2003 with SP1 on Dell Server, I am
> getting error
> Microsoft Visual C++ Runtime Library
> Runtime Error!
> Program: C:\WINDOWS\system32\MsiExec.exe
> The application has requested the Runtime to terminate it in an
> unusual way.
> Please contact the application's support team for more information.
>
> All the hardware and software requirements are already there.
> Any suggestions!
> TIA
> Kay
>
>

Wednesday, March 28, 2012

RunningValue for charts implemented in SP1?

Is the runningValue function still not implemented for charts?No. Check
http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.sqlserver.reportingsvcs&mid=4765f487-5de7-4377-bf73-e3bbf4f9ac84&sloc=en-us
for a possible alreanative.
--
Ravi Mumulla (Microsoft)
SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"Martin" <Martin@.discussions.microsoft.com> wrote in message
news:21AF0504-EE88-4DAB-A5CC-A8CCFB525E1B@.microsoft.com...
> Is the runningValue function still not implemented for charts?
>sql

Tuesday, March 20, 2012

Running SQL Server 2005 Dev Ed. and Express Ed. side by side.

I recieved the same error running both the SQL Svr Express SP1 and the SQL Svr SP1 updates. I resolved the problem with SQL Svr Express by installing the SQL Svr Express with Advanced Serives pakage. The SQL Svr SP1 still errors out with this message: Unexpected error ocurred: The following unexpected error ocurred <blank message> with an ok button. The following is the contents of the installtion log file:

7/14/2006 13:39:18.489 ================================================================================
07/14/2006 13:39:18.620 Hotfix package launched
07/14/2006 13:39:18.700 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
07/14/2006 13:39:18.800 Successfully read registry key: CommonFilesDir, string value = C:\Program Files\Common Files
07/14/2006 13:39:18.940 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
07/14/2006 13:39:19.060 Successfully read registry key: ProgramFilesDir, string value = C:\Program Files
07/14/2006 13:39:22.375 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
07/14/2006 13:39:22.535 Successfully read registry key: CommonFilesDir, string value = C:\Program Files\Common Files
07/14/2006 13:39:22.635 Successfully opened registry key: SOFTWARE\Microsoft\Windows\CurrentVersion
07/14/2006 13:39:22.756 Successfully read registry key: ProgramFilesDir, string value = C:\Program Files
07/14/2006 13:39:22.836 Local Computer:
07/14/2006 13:39:22.936 Target Details: SONYAS-LAP
07/14/2006 13:39:23.016 commonfilesdir = C:\Program Files\Common Files
07/14/2006 13:39:23.116 lcidsupportdir = e:\8960d915665e75cf26ff\1033
07/14/2006 13:39:23.256 programfilesdir = C:\Program Files
07/14/2006 13:39:23.356 supportdir = \\SONYAS-LAP\e$\8960d915665e75cf26ff
07/14/2006 13:39:23.477 supportdirlocal = e:\8960d915665e75cf26ff
07/14/2006 13:39:23.577 windir = C:\WINDOWS
07/14/2006 13:39:23.627 winsysdir = C:\WINDOWS\system32
07/14/2006 13:39:23.677
07/14/2006 13:39:23.707 Enumerating applicable products for this patch
07/14/2006 13:39:37.377 The patch installation could not proceed due to unexpected errors
07/14/2006 13:39:37.547
07/14/2006 13:39:37.708 Product Status Summary:
07/14/2006 13:39:38.629 Hotfix package closed

Doesn't really give much detail.

Moving to Setup so they can troubleshoot the issue w/ SQL SP1 patch.

Mike