Sql Server Compact Edition With Windows 2000 SP3

Jul 4, 2007

Hi to everybody,

can Sql Server Compact Edition run on Windows 2000 SP3?

Thanks,

Emanuele



View 3 Replies


ADVERTISEMENT

Use VB2005 With Windows CE 5.0 With SQL Server 2005 Compact Edition With XML Error

Jul 24, 2007

I am using VB2005 , Windows CE 5.0 , SQL server 2005 compact edition

and using XML reader, but it will show the empty SQLCeException ,

why does it occur?



The source it show at the follow :

-----------------------------------------------------------------------------------------------------------------

Imports System.Data.SqlServerCe
Imports System.Xml

Public Class Form1



Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim DBPath As String

Dim mydr As XmlTextReader = New XmlTextReader(m_sXMLFileName)
mydr.WhitespaceHandling = WhitespaceHandling.None

While mydr.Read()
' Look for the <configuration> section
' This lets us add several peices in the config file
If mydr.Name = "DBPath" Then
DBPath = mydr.Name
End If
End While
mydr.Close()

Me.MobileDataTableAdapter.Connection.ConnectionString = "Data Source =""Program FilesCEdatabaseMobileDatabase.sdf"";"
Try
If MobileDatabaseDataSetUtil.DesignerUtil.IsRunTime Then
'TODO: Delete this line of code to remove the default AutoFill for 'MobileDatabaseDataSet.MobileData'.
Me.MobileDataTableAdapter.Fill(Me.MobileDatabaseDataSet.MobileData)
End If

Catch ex As SqlCeException
MessageBox.Show(ex.Message)
End Try
End Sub

End Class

View 4 Replies View Related

I Can't Seem To Find Which SQL Server Compact Edition Version Is Pre-installed On Windows Mobile 6

Dec 9, 2007

Hi,
I can't seem to find which SQL Server Compact Edition version is pre-installed on the Windows Mobile 6 rom.
I guess it is 3.0, but I'm not sure about it.
Another question is, if I use SQL Server Compact Edition 3.5 by deploying the .dll files as part of my application's CAB installer, will this be a problem for Windows Mobile 5 or Windows Mobile 6?
Thank you in advance,

View 4 Replies View Related

Windows CE 5 Device With SQL Server 2005 Compact Edition Sync With SQL Server 2005 Express Edition

Oct 25, 2007

I have:

A server computer running SQL Server 2005 Enterprise Edition.

A industrial computer running SQL Server 2005 Express Edition.

And now also a Psion WorkAboutPro with CE 5 that should run SQL Server Compact Edition.



The industrial computer syncs its data with the server, basically saying "this has happened".

Now I want the Psion to sync with the industrial computer, but this sync must two-way.



I have tried to find a guide or something that can tell me "do this to sync" but the information i have found is sketchy at best.



If someone could point me in the right direction of a guide or something else it would be much appreciated.

Regards,
Björn

View 9 Replies View Related

Sqlceoledb35.dll - Error 25123 - A SQL Server Compact Edition DLL Could Not Be Loaded. Reinstall SQL Server Compact Edition.

May 5, 2008

Hello,

we've got a SQL Server 2005 which replicates with an SQL Server Compact 3.5. Every 10 to 20 synchronisations we're getting the error mentioned above. A Soft reset of the device helps to make the synchronization working again.

Why is this error happening and how can we resolve this?

BTW, we've also running system that replicates with an SQL Server Compact 3.0 without having this problems.

Thanks,
Markus

View 1 Replies View Related

A Sql Server Compact Edition DLL Could Ot Be Loaded Reinstall SQL Server Compact Edition [ DLL Name = Sqlceca30.dll]

Mar 11, 2008



Hi there,

everything is ok for first run. but i leave the program relogin
than that error occured ppc2003 second edition devices. Windows mobile 5.0 device works fine.
can anybody help me?


VS2005 ver 8.0.50727
SSCE31VSTools-ENU.exe loaded
SSCE31SDK-ENU.msi loaded

machine 1
SQL 2005 loaded

machine 2
http://192.168.20.22/ssce/sqlcesa30.dll
"Microsoft SQL Server Compact Edition Server Agent" looks fine

pocket pc side
C:Program FilesMicrosoft SQL Server Compact Editionv3.1SDKinwce400armv4

.net cf 2.0 sp2
sqlce30.dev.ENU.ppc.wce4.armv4.CAB
sqlce30.ppc.wce4.armv4.CAB
sqlce30.repl.ppc.wce4.armv4.CAB installed too.

my code
---------------------------------------------

Dim RdaStr As String = "Provider=SQLOLEDB; Data Source=" + Server + ";Initial Catalog=" + DataBase + ";Integrated Security=SSPI"

Dim rda As SqlCeRemoteDataAccess

Try

rda = New SqlCeRemoteDataAccess "THIS LINE GIVES ME THAT ERROR
Catch ex As Exception

MsgBox(ex.ToString)

Application.Exit()

End Try

Try

rda.InternetLogin = [String].Empty

rda.InternetPassword = [String].Empty

rda.InternetUrl = "http://" + IP_no + "/ssce/sqlcesa30.dll"

rda.LocalConnectionString = ConnectString

Catch ex As Exception

MsgBox("Bağlantı hatası..")

Application.Exit()

End Try
------------------------------------------------------------------------------
i added the following code to very beginning of my code too.
that code lock my device


Declare Function LoadLibrary Lib "coredll" Alias "LoadLibrary" (ByVal lpLibFileName As String) As IntPtr


Dim pt As IntPtr

pt = LoadLibrary("\windowssqlceca30.dll")

pt = LoadLibrary("\windowssqlceoledb30.dll")

pt = LoadLibrary(\windowssqlcecompact30.dll)


-----------------------------------------------------------------------------

View 4 Replies View Related

Compact Edition Database In Object Store On Windows CE 4.2

Oct 10, 2007

The device I'm working on has a filesystem on compact flash, but we're concerned about burning it up with excessive writes. One solution might be to keep the SQL database in the the object store, perhaps dumping a copy out to the CF as backup. Any pointers as to how to accomplish this? If we were to keep the db in a file on the CF, what's the SQL Server CE behavior for writing to the file? Does it write every time a record is created/updated, or is there any ability to control when the data is flushed to the file?

Thanks from an SQL newbie.

View 2 Replies View Related

Does Sql Server Compact Edition 3.5 Support RDA Synchronization With Sql Server 2000 Database?

Jan 21, 2008

Does Sql Server Compact Edition 3.5 support RDA synchronization with Sql Server 2000 database?

View 4 Replies View Related

Installing SQL Server 2000 Personal Edition On Windows XP SP1

Jul 20, 2005

I have a need to become familiar with SQL Server 2000 for work.Needless to say I am new to SQL Server any version, but not IT ingeneral. My employer has provided me with the SQL Server 2000Personal disk from the SQL Server 2000 Enterprise kit as this isreported here on the MSDN web site to be the version that is supportedon Windows XP. In fact so many of you kind people confess to havingsucceeded in doing it.I have tried several installs using various custom componentcombinations as well as the default "typical" install.All start of trying to install the MDAC component, then after severalminutes display a dialog with the following text:"The software you are installing has not passed Windows Logo testingto verify its compatibility with Windows XP. The software will not beinstalled. Contact your system administrator"Before anyone asks, yes I am logged on as the administrator of theWindows XP machine.The setup program then displays a dialog with the following text:"Installation of the Microsoft Data Access Components package failed.(-1)"Setup then shuts down and the PC needs to be restarted before the SQLServer setup can be run again.For the techos that might have an insight, I have included detailsfrom the following logs below. SQL.MIF, SQLSTP.LOG, DASETUP.LOGSETUPAPI.LOG.Any ideas will be appreciated. Thank you.Only the log files follow from here.DASETUP.LOG: ****************************************: * Beginning of Install *: ****************************************Starting Install: Current Date/Time (U.S. Local Time): 09/07/2003 :18:25:09Path: C:Windows;C:WindowsSystem32;Localization: Machine Locale set to: English_Australia.1252Command Line Parameters:Suppress Reboot: 0Quiet/Silent Mode: 1Logging Level: 3Windows Directory: C:WindowsProgress: Loading Resource Library.Progress: Parsing INI File.*************************:** Begin INI File Dump **:*************************:Ini Section: General: ProductName = Microsoft Data Access Components 2.6: ProductBuild = 2.60.6526.2: ProductUrl = http://www.microsoft.com/data: ProductVersionKey = SOFTWAREMicrosoftDataAccess: ProductVersionValue = FullInstallVer: InstanceName = MDAC: CheckInUseFiles = 1: EULAFile = MDACEULA.RTF: EULAType = rtf: BackupSize = 10: InstallSize = 20: SupportsTS = 1: SupportsMUI = 0: CheckForDiskSpace = 1: ValidOs = 4294967295Ini Section: Packages: A = SETUP_LIBS: B = C_RUNTIME_LIBS: C = MTX_FILES: D = SETUP_RSP_FILES: E = DASETUP_FILES: F = WDSETUP_DOWNLEVEL: G = WDSETUP_MILLENNIUM: H = WDSETUP_W2K_MIGRATION: I = MDAC_DOWNLEVEL: J = MDAC_MILLENNIUM: K = MDAC_W2K_MIGRATION: L = MSXML_FILES: M = SQLXMLX: N = SQLNET_DOWNLEVEL: O = SQLNET_MILLENNIUM: P = SQLNET_W2K_MIGRATION: Q = SQLODBC_DOWNLEVEL: R = SQLODBC_MILLENNIUM: S = SQLODBC_W2K_MIGRATION: T = SQLOLEDB_DOWNLEVEL: U = SQLOLEDB_MILLENNIUM: V = SQLOLEDB_W2K_MIGRATION: W = JET_FILES: X = NEW_MUI_ENGINE: Y = REG_MDAC_VERSIONIni Section: SETUP_LIBS: Name = Microsoft Setup Libraries: ComponentName = SETUP_LIBS: Dependencies =: InstallType = inf: CabFile = setupapi.cab: InfFile = setupapi.inf: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall: PostInstallCmd =: ExtractCab = 1: UseRollback = 0: RebootAfter = 0: ValidOs = 3Ini Section: C_RUNTIME_LIBS: Name = Microsoft C/C++ Runtime Libraries: ComponentName = C_RUNTIME_LIBS: Dependencies =: InstallType = inf: CabFile = msvcrt.cab: InfFile = msvcrt.inf: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall.NT: PostInstallCmd =: ExtractCab = 0: UseRollback = 0: RebootAfter = 0: ValidOs = 7Ini Section: MTX_FILES: Name = MTX System Files: ComponentName = MTX_FILES: Dependencies =: InstallType = inf: CabFile = mtxfiles.cab: InfFile = mtxfiles.inf: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall.NT: PostInstallCmd =: ExtractCab = 0: UseRollback = 0: RebootAfter = 0: ValidOs = 7Ini Section: DASETUP_FILES: Name = MDAC Setup Files: ComponentName = DASETUP: Dependencies =: InstallType = inf: CabFile =: InfFile = dasetup.inf: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall.NT: PostInstallCmd =: ExtractCab = 0: UseRollback = 0: RebootAfter = 0: ValidOs = 4294967295Ini Section: SETUP_RSP_FILES: Name = MDAC Setup Response Files: ComponentName = SETUP_RSP_FILES: Dependencies =: InstallType = inf: CabFile =: InfFile = rspfiles.inf: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall.NT: PostInstallCmd =: ExtractCab = 0: UseRollback = 0: RebootAfter = 0: ValidOs = 4294967295Ini Section: WDSETUP_DOWNLEVEL: Name = WebData Setup Files: ComponentName = WDSETUP: Dependencies =: InstallType = inf: CabFile = WDSETUP.CAB: InfFile = WDSET_DL.INF: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall.NT: PostInstallCmd =: ExtractCab = 0: UseRollback = 0: RebootAfter = 0: ValidOs = 7Ini Section: WDSETUP_MILLENNIUM: Name = WebData Setup Files: ComponentName = WDSETUP: Dependencies =: InstallType = inf: CabFile = WDSETUP.CAB: InfFile = WDSETUPM.INF: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall: PostInstallCmd =: ExtractCab = 0: UseRollback = 0: RebootAfter = 0: ValidOs = 16Ini Section: WDSETUP_W2K_MIGRATION: Name = WebData Setup Files: ComponentName = WDSETUP: Dependencies =: InstallType = xpak: CabFile = WDSETUP.CAB: InfFile = WDSETUP.INF: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall: PostInstallCmd =: ExtractCab = 0: UseRollback = 0: RebootAfter = 0: ValidOs = 12Ini Section: MDAC_DOWNLEVEL: Name = Microsoft Data Access Components: ComponentName = MDAC_CORE: Dependencies = C_RUNTIME_LIBS,MTX_FILES,WDSETUP: InstallType = inf: CabFile = MDACXPAK.CAB: InfFile = MDACXPDL.INF: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall.NT: PostInstallCmd = %11%odbcconf.exe /S /Lv odbcconf.log /F%11%mdaccore.rsp: ExtractCab = 0: UseRollback = 1: RebootAfter = 0: ValidOs = 7Ini Section: MDAC_MILLENNIUM: Name = Microsoft Data Access Components: ComponentName = MDAC_CORE: Dependencies = C_RUNTIME_LIBS,MTX_FILES,WDSETUP: InstallType = inf: CabFile = MDACXPAK.CAB: InfFile = MDACXPKM.INF: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall: PostInstallCmd = %11%odbcconf.exe /S /Lv odbcconf.log /F%11%mdaccore.rsp: ExtractCab = 0: UseRollback = 1: RebootAfter = 0: ValidOs = 16Ini Section: MDAC_W2K_MIGRATION: Name = Microsoft Data Access Components: ComponentName = MDAC_CORE: Dependencies = C_RUNTIME_LIBS,MTX_FILES,WDSETUP: InstallType = xpak: CABFile = MDACXPAK.CAB: InfFile = MDACXPAK.INF: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall: PostInstallCmd = %11%odbcconf.exe /S /Lv odbcconf.log /F%11%mdaccore.rsp: ExtractCab = 0: UseRollback = 1: RebootAfter = 0: ValidOS = 12Ini Section: MSXML_FILES: Name = Microsoft XML Parser: ComponentName = MSXML: Dependencies =: InstallType = inf: CabFile = MSXML.cab: InfFile = MSXML.inf: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall.NT: PostInstallCmd =: ExtractCab = 0: UseRollback = 1: RebootAfter = 0: ValidOs = 31Ini Section: SQLXMLX: Name = XML Extensions for Microsoft OLE DB Provider for SQL Server: ComponentName = SQLXMLX: Dependencies = WDSETUP,MDAC_CORE,MSXML: InstallType = inf: CabFile = SQLXMLX.cab: InfFile = SQLXMLX.inf: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall.NT: PostInstallCmd =: ExtractCab = 0: UseRollback = 1: RebootAfter = 0: ValidOs = 31Ini Section: SQLNET_DOWNLEVEL: Name = Microsoft SQL Server Network Libraries: ComponentName = SQLNET: Dependencies =: InstallType = inf: CabFile = SQLNET.CAB: InfFile = SQLNETDL.INF: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall.NT: PostInstallCmd =: ExtractCab = 0: UseRollback = 1: RebootAfter = 0: ValidOs = 7Ini Section: SQLNET_MILLENNIUM: Name = Microsoft SQL Server Network Libraries: ComponentName = SQLNET: Dependencies =: InstallType = inf: CabFile = SQLNET.CAB: InfFile = SQLNETM.INF: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall: PostInstallCmd =: ExtractCab = 0: UseRollback = 1: RebootAfter = 0: ValidOs = 16Ini Section: SQLNET_W2K_MIGRATION: Name = Microsoft SQL Server Network Libraries: ComponentName = SQLNET: Dependencies =: InstallType = xpak: CabFile = SQLNET.CAB: InfFile = SQLNET.INF: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall: PostInstallCmd =: ExtractCab = 0: UseRollback = 1: RebootAfter = 0: ValidOs = 31Ini Section: SQLOLEDB_DOWNLEVEL: Name = Microsoft SQL Server OLE DB Provider: ComponentName = SQLOLEDB: Dependencies = MDAC_CORE,SQLXMLX,SQLNET: InstallType = inf: CabFile = SQLOLDB.CAB: InfFile = SQLOL_DL.INF: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall.NT: PostInstallCmd =: ExtractCab = 0: UseRollback = 1: RebootAfter = 0: ValidOs = 7Ini Section: SQLOLEDB_MILLENNIUM: Name = Microsoft SQL Server OLE DB Provider: ComponentName = SQLOLEDB: Dependencies = MDAC_CORE,SQLXMLX,SQLNET: InstallType = inf: CabFile = SQLOLDB.CAB: InfFile = SQLOLDBM.INF: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall: PostInstallCmd =: ExtractCab = 0: UseRollback = 1: RebootAfter = 0: ValidOs = 16Ini Section: SQLOLEDB_W2K_MIGRATION: Name = Microsoft SQL Server OLE DB Provider: ComponentName = SQLOLEDB: Dependencies = MDAC_CORE,SQLXMLX,SQLNET: InstallType = xpak: CabFile = SQLOLDB.CAB: InfFile = SQLOLDB.INF: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall: PostInstallCmd =: ExtractCab = 0: UseRollback = 1: RebootAfter = 0: ValidOs = 31Ini Section: SQLODBC_DOWNLEVEL: Name = Microsoft SQL Server ODBC Driver: ComponentName = SQLODBC: Dependencies = WDSETUP,SQLNET: InstallType = inf: CabFile = SQLODBC.CAB: InfFile = SQLOD_DL.INF: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall.NT: PostInstallCmd = %11%odbcconf.exe /S /Lv odbcconf.log /F%11%sqlclnt.rsp: ExtractCab = 0: UseRollback = 1: RebootAfter = 0: ValidOs = 7Ini Section: SQLODBC_MILLENNIUM: Name = Microsoft SQL Server ODBC Driver: ComponentName = SQLODBC: Dependencies = WDSETUP,SQLNET: InstallType = inf: CabFile = SQLODBC.CAB: InfFile = SQLODBCM.INF: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall: PostInstallCmd = %11%odbcconf.exe /S /Lv odbcconf.log /F%11%sqlclnt.rsp: ExtractCab = 0: UseRollback = 1: RebootAfter = 0: ValidOs = 16Ini Section: SQLODBC_W2K_MIGRATION: Name = Microsoft SQL Server ODBC Driver: ComponentName = SQLODBC: Dependencies = WDSETUP,SQLNET: InstallType = xpak: CabFile = SQLODBC.CAB: InfFile = SQLODBC.INF: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall: PostInstallCmd = %11%odbcconf.exe /S /Lv odbcconf.log /F%11%sqlclnt.rsp: ExtractCab = 0: UseRollback = 1: RebootAfter = 0: ValidOs = 31Ini Section: JET_FILES: Name = Jet Expression Service and String Sorting Libraries: ComponentName = JET: Dependencies =: InstallType = inf: CabFile = JETFILES.cab: InfFile = JETFILES.inf: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall.NT: PostInstallCmd =: ExtractCab = 0: UseRollback = 1: RebootAfter = 0: ValidOs = 7Ini Section: NEW_MUI_ENGINE: Name = Microsoft MUI Setup Engine: ComponentName = NEWMUI: Dependencies =: InstallType = inf: CabFile = NEWMUI.CAB: InfFile = NEWMUI.INF: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall: PostInstallCmd =: ExtractCab = 0: UseRollback = 0: RebootAfter = 0: ValidOs = 8Ini Section: REG_MDAC_VERSION: Name = Microsoft Data Access Components: ComponentName = REG_MDAC_VERSION: Dependencies = MDAC_CORE,WDSETUP,MSXML,SQLXMLX,SQLNET,SQLOLEDB,SQ LODBC: InstallType = inf: CabFile =: InfFile = noop.inf: InstallSection = DefaultInstall: InstallSection.NT = DefaultInstall: PostInstallCmd = %11%odbcconf.exe /S /Lv odbcconf.log /F%11%
edist.rsp: ExtractCab = 0: UseRollback = 0: RebootAfter = 0: ValidOs = 31*************************:** End INI File Dump **:*************************:Progress: Loading EULA.Progress: Loading Strings.Debug: Loaded string resource: 13. Characters = 8Windows Version:Major Version: 5Minor Version: 0Windows NT: 1SP Level: 1Terminal Services: 0Progress: Loading Setup Engine Library.Entering function: LoadAdvPack()Parameters:*phInstance = 0x00000000pAdvPackLib = 0x0013EEF0Exiting function: LoadAdvPack()Return value: (BOOL) 1Progress: Loading ODBCConf Library.Entering function: LoadODBCConf()Parameters:*phInstance = 0x00000000pODBCConfLib = 0x0013EEFCExiting function: LoadODBCConf()Return value: (BOOL) 1IE Version:IE 6.00 and greaterVerifying System Language: The system LCID and the LCID of the setupresource DLL do not match.Entering function: BuildJobList()Parameters:pContext = 0x0013EEE4Entering function: CJob::InitializeJobQueues()Parameters:hHive = 0x80000002szRoot = ???????????????spContext = 0x%08XExiting function: CJob::InitializeJobQueues()Return value: (HRESULT) 0x00000000Exiting function: BuildJobList()Return value: (HRESULT) 0x00000000Progress: Creating Setup Wizard.Creating Wizard Page: 0Debug: Loaded string resource: 1. Characters = 10Debug: Loaded string resource: 2. Characters = 129Creating Wizard Page: 1Debug: Loaded string resource: 1. Characters = 10Debug: Loaded string resource: 2. Characters = 129Creating Wizard Page: 2Debug: Loaded string resource: 1. Characters = 10Debug: Loaded string resource: 2. Characters = 129Creating Wizard Page: 3Debug: Loaded string resource: 1. Characters = 10Debug: Loaded string resource: 2. Characters = 129Creating Wizard Page: 4Debug: Loaded string resource: 1. Characters = 10Debug: Loaded string resource: 2. Characters = 129Creating Wizard Page: 5Debug: Loaded string resource: 1. Characters = 10Debug: Loaded string resource: 2. Characters = 129Debug: Loaded string resource: 10. Characters = 104Creating Wizard Page: 6Debug: Loaded string resource: 1. Characters = 10Debug: Loaded string resource: 2. Characters = 129Creating Wizard Page: 7Debug: Loaded string resource: 1. Characters = 10Debug: Loaded string resource: 2. Characters = 129Creating Wizard Page: 8Debug: Loaded string resource: 1. Characters = 10Debug: Loaded string resource: 2. Characters = 129Creating Wizard Page: 9Debug: Loaded string resource: 1. Characters = 10Debug: Loaded string resource: 2. Characters = 129Creating Wizard Page: 10Debug: Loaded string resource: 1. Characters = 10Debug: Loaded string resource: 2. Characters = 129Creating Wizard Page: 11Debug: Loaded string resource: 1. Characters = 10Debug: Loaded string resource: 2. Characters = 129Creating Wizard Page: 12Debug: Loaded string resource: 1. Characters = 10Debug: Loaded string resource: 2. Characters = 129Creating Wizard Page: 13Debug: Loaded string resource: 1. Characters = 10Debug: Loaded string resource: 2. Characters = 129Creating Wizard Page: 14Debug: Loaded string resource: 1. Characters = 10Debug: Loaded string resource: 2. Characters = 129Creating Wizard: Microsoft Data Access Components 2.6 SetupProgress: Running in Silent Mode. Suppressing UIChecking for disk space: Drive C: requires 12316672 bytes, there are17936592896 bytes available.Detecting in-use files: Setup is checking for in-use files.Detecting in-use files: Start time: 08:25:12:25Detecting in-use files: Setup has detected a locked file:C:WindowsSystem32odbc32.dllDetecting in-use files: Setup has detected a locked file:C:WindowsSystem32odbcint.dllDetecting in-use files: Finished building filelist. CheckPoint time:08:25:15:259Detecting in-use files: Process requires reboot: winlogon.exe, ProcessID 600 (System Process: 1)Detecting in-use files: Process requires reboot: WINDOWS, Process ID556 (System Process: 1)Detecting in-use files: Process requires reboot: Program Manager,Process ID 556 (System Process: 1)Detecting in-use files: End time: 08:25:15:900Detecting in-use files: Elapsed time: 00:00:03:875Detecting in-use files: In-use file check complete.Progress: Running in Silent Mode. Starting Install...Entering function: InstallPackages()Parameters:hWnd = 0x00000000pContext = 0x0013EEE4hMessageTarget = 0x00000000pParam = 0x00000000bAsync = 0Entering function: InstallPackagesThread()Parameters:pParam = 0x009C29C0Entering function: CJob::InitializeJobQueues()Parameters:hHive = 0x80000002szRoot = ???????????????spContext = 0x%08XExiting function: CJob::InitializeJobQueues()Return value: (HRESULT) 0x00000000Debug: Loaded string resource: 3. Characters = 21Debug: Loaded string resource: 5. Characters = 14Entering function: ExecuteInstall()Parameters:nDirective = 1hWnd = 0x00000000pwcsInfFile = C:WINDOWSTempIXP000.TMP
spfiles.infpwcsCabFile = (null)pwcsSection = DefaultInstall.NTpwcsExtractPath = C:WINDOWSTempIXP000.TMPdwSetupFlags = 4pContext = 0x0013EEE4Exiting function: ExecuteInstall()Return value: (HRESULT) 0x00000000Debug: Loaded string resource: 3. Characters = 21Debug: Loaded string resource: 5. Characters = 14Entering function: ExecuteInstall()Parameters:nDirective = 1hWnd = 0x00000000pwcsInfFile = C:WINDOWSTempIXP000.TMPdasetup.infpwcsCabFile = (null)pwcsSection = DefaultInstall.NTpwcsExtractPath = C:WINDOWSTempIXP000.TMPdwSetupFlags = 4pContext = 0x0013EEE4Exiting function: ExecuteInstall()Return value: (HRESULT) 0x00000000Debug: Loaded string resource: 3. Characters = 21Debug: Loaded string resource: 5. Characters = 14Entering function: ExecuteInstall()Parameters:nDirective = 4hWnd = 0x00000000pwcsInfFile = C:WINDOWSTempIXP000.TMPWDSETUP.INFpwcsCabFile = (null)pwcsSection = DefaultInstallpwcsExtractPath = C:WINDOWSTempIXP000.TMPdwSetupFlags = 4pContext = 0x0013EEE4Exiting function: ExecuteInstall()Return value: (HRESULT) 0x01000003Debug: Loaded string resource: 3. Characters = 21Debug: Loaded string resource: 5. Characters = 14Entering function: ExecuteInstall()Parameters:nDirective = 4hWnd = 0x00000000pwcsInfFile = C:WINDOWSTempIXP000.TMPMDACXPAK.INFpwcsCabFile = (null)pwcsSection = DefaultInstallpwcsExtractPath = C:WINDOWSTempIXP000.TMPdwSetupFlags = 36pContext = 0x0013EEE4Exiting function: ExecuteInstall()Return value: (HRESULT) 0x00000BC2Reboot Required: Job number 4 requires rebootDebug: Loaded string resource: 3. Characters = 21Debug: Loaded string resource: 5. Characters = 14Entering function: ExecuteInstall()Parameters:nDirective = 1hWnd = 0x00000000pwcsInfFile = C:WINDOWSTempIXP000.TMPMSXML.infpwcsCabFile = (null)pwcsSection = DefaultInstall.NTpwcsExtractPath = C:WINDOWSTempIXP000.TMPdwSetupFlags = 36pContext = 0x0013EEE4Exiting function: ExecuteInstall()Return value: (HRESULT) 0x00000000Debug: Loaded string resource: 3. Characters = 21Debug: Loaded string resource: 5. Characters = 14Entering function: ExecuteInstall()Parameters:nDirective = 1hWnd = 0x00000000pwcsInfFile = C:WINDOWSTempIXP000.TMPSQLXMLX.infpwcsCabFile = (null)pwcsSection = DefaultInstall.NTpwcsExtractPath = C:WINDOWSTempIXP000.TMPdwSetupFlags = 548pContext = 0x0013EEE4Exiting function: ExecuteInstall()Return value: (HRESULT) 0x00000000Reboot Required: Job number 6 requires rebootDebug: Loaded string resource: 3. Characters = 21Debug: Loaded string resource: 5. Characters = 14Entering function: ExecuteInstall()Parameters:nDirective = 4hWnd = 0x00000000pwcsInfFile = C:WINDOWSTempIXP000.TMPSQLNET.INFpwcsCabFile = (null)pwcsSection = DefaultInstallpwcsExtractPath = C:WINDOWSTempIXP000.TMPdwSetupFlags = 36pContext = 0x0013EEE4Exiting function: ExecuteInstall()Return value: (HRESULT) 0x80004005Debug: Loaded string resource: 4. Characters = 23Debug: Loaded string resource: 6. Characters = 16Entering function: ExecuteInstall()Parameters:nDirective = 5hWnd = 0x00000000pwcsInfFile = C:WINDOWSTempIXP000.TMPSQLNET.INFpwcsCabFile = (null)pwcsSection = DefaultInstallpwcsExtractPath = C:WINDOWSTempIXP000.TMPdwSetupFlags = 68pContext = 0x0013EEE4Exiting function: ExecuteInstall()Return value: (HRESULT) 0x80004005Debug: Loaded string resource: 4. Characters = 23Debug: Loaded string resource: 6. Characters = 16Entering function: ExecuteInstall()Parameters:nDirective = 1hWnd = 0x00000000pwcsInfFile = C:WINDOWSTempIXP000.TMPSQLXMLX.infpwcsCabFile = (null)pwcsSection = DefaultInstall.NTpwcsExtractPath = C:WINDOWSTempIXP000.TMPdwSetupFlags = 68pContext = 0x0013EEE4Exiting function: ExecuteInstall()Return value: (HRESULT) 0x00000000Debug: Loaded string resource: 4. Characters = 23Debug: Loaded string resource: 6. Characters = 16Entering function: ExecuteInstall()Parameters:nDirective = 1hWnd = 0x00000000pwcsInfFile = C:WINDOWSTempIXP000.TMPMSXML.infpwcsCabFile = (null)pwcsSection = DefaultInstall.NTpwcsExtractPath = C:WINDOWSTempIXP000.TMPdwSetupFlags = 68pContext = 0x0013EEE4Exiting function: ExecuteInstall()Return value: (HRESULT) 0x00000BC2Reboot Required: Job number 5 requires rebootDebug: Loaded string resource: 4. Characters = 23Debug: Loaded string resource: 6. Characters = 16Entering function: ExecuteInstall()Parameters:nDirective = 5hWnd = 0x00000000pwcsInfFile = C:WINDOWSTempIXP000.TMPMDACXPAK.INFpwcsCabFile = (null)pwcsSection = DefaultInstallpwcsExtractPath = C:WINDOWSTempIXP000.TMPdwSetupFlags = 68pContext = 0x0013EEE4Exiting function: ExecuteInstall()Return value: (HRESULT) 0x00000BC2Reboot Required: Job number 4 requires rebootEntering function: CJob::DestroyJobQueues()Parameters: None.Exiting function: CJob::DestroyJobQueues()Return value: (HRESULT) 0x00000000Exiting function: InstallPackagesThread()Return value: (HRESULT) 0x00000000Exiting function: InstallPackages()Return value: (HRESULT) 0x00000000State after Install:Setup was Successful: 0Setup Requires Reboot: 0Setup Will Reboot the Machine: 0Exiting: Setup is shutting down..Ending Install: Current Date/Time (U.S. Local Time): 09/07/2003 :18:38:30Errors collection: Severity: 100, Type: 2, Code: 0x80004005, Title:(null), Text: Unspecified errorErrors collection: Severity: 100, Type: 2, Code: 0x80004005, Title:(null), Text: Unspecified errorError: The following error was encountered during setup:*** (null):Unspecified error(Severity: 100, Type: 2, Code: 0x80004005)SQL.MIFSTART COMPONENTNAME = "WORKSTATION"START GROUP NAME = "ComponentID"ID = 1CLASS = "DMTF|ComponentID|1.0"START ATTRIBUTENAME = "Manufacturer"ID = 1ACCESS = READ-ONLYSTORAGE = SPECIFICTYPE = STRING(64)VALUE = "Microsoft"END ATTRIBUTESTART ATTRIBUTENAME = "Product"ID = 2ACCESS = READ-ONLYSTORAGE = SPECIFICTYPE = STRING(64)VALUE = "Microsoft SQL Server 2000"END ATTRIBUTESTART ATTRIBUTENAME = "Version"ID = 3ACCESS = READ-ONLYSTORAGE = SPECIFICTYPE = STRING(64)VALUE = "8.00.194"END ATTRIBUTESTART ATTRIBUTENAME = "Locale"ID = 4ACCESS = READ-ONLYSTORAGE = SPECIFICTYPE = STRING(16)VALUE = ""END ATTRIBUTESTART ATTRIBUTENAME = "Serial Number"ID = 5ACCESS = READ-ONLYSTORAGE = SPECIFICTYPE = STRING(64)VALUE = ""END ATTRIBUTESTART ATTRIBUTENAME = "Installation"ID = 6ACCESS = READ-ONLYSTORAGE = SPECIFICTYPE = STRING(64)VALUE = "DateTime"END ATTRIBUTEEND GROUPSTART GROUPNAME = "InstallStatus"ID = 2CLASS = "MICROSOFT|JOBSTATUS|1.0"START ATTRIBUTENAME = "Status"ID = 1ACCESS = READ-ONLYSTORAGE = SPECIFICTYPE = STRING(32)VALUE = "Failed"END ATTRIBUTESTART ATTRIBUTENAME = "Description"ID = 2ACCESS = READ-ONLYSTORAGE = SPECIFICTYPE = STRING(128)VALUE = "Installation of the Microsoft Data Access Componentspackage failed. (-1)"END ATTRIBUTEEND GROUPEND COMPONENTSETUPAPI.LOG[2003/09/07 18:25:11 3916.11]#-199 Executing "C:WINDOWSTempIXP000.TMPdasetup.exe" with commandline: /Q:D /N#E077 Could not locate a non-empty section [DefaultInstall] whencalculating disk space in "C:WINDOWSTempIXP000.TMPoop.inf". Error0xe0000102: The required line was not found in the INF.[2003/09/07 18:25:16 3916.1]#-199 Executing "C:WINDOWSTempIXP000.TMPdasetup.exe" with commandline: /Q:D /N#E361 An unsigned or incorrectly signed file"c:windows empixp000.tmp
spfiles.inf" will be installed(Policy=Ignore). Error 1168: Element not found.#-024 Copying file "C:WINDOWSTempIXP000.TMP
spfiles.inf" to"C:Program FilesCommon FilesMicrosoft Shareddasetup
spfiles.inf".#E361 An unsigned or incorrectly signed file"C:WINDOWSTempIXP000.TMP
spfiles.inf" will be installed(Policy=Ignore). Error 1168: Element not found.#-336 Copying file "C:WINDOWSTempIXP000.TMP
edist.rsp" to"C:WindowsSystem32
edist.rsp" via temporary file"C:WindowsSystem32SET14.tmp".#E361 An unsigned or incorrectly signed file"C:WINDOWSTempIXP000.TMP
edist.rsp" will be installed(Policy=Ignore). Error 1168: Element not found.#-336 Copying file "C:WINDOWSTempIXP000.TMPmdaccore.rsp" to"C:WindowsSystem32mdaccore.rsp" via temporary file"C:WindowsSystem32SET17.tmp".#E361 An unsigned or incorrectly signed file"C:WINDOWSTempIXP000.TMPmdaccore.rsp" will be installed(Policy=Ignore). Error 1168: Element not found.#-336 Copying file "C:WINDOWSTempIXP000.TMPsqlclnt.rsp" to"C:WindowsSystem32sqlclnt.rsp" via temporary file"C:WindowsSystem32SET1A.tmp".#E361 An unsigned or incorrectly signed file"C:WINDOWSTempIXP000.TMPsqlclnt.rsp" will be installed(Policy=Ignore). Error 1168: Element not found.[2003/09/07 18:25:19 3916.1]#-199 Executing "C:WINDOWSTempIXP000.TMPdasetup.exe" with commandline: /Q:D /N#E361 An unsigned or incorrectly signed file"c:windows empixp000.tmpdasetup.inf" will be installed(Policy=Ignore). Error 1168: Element not found.#-024 Copying file "C:WINDOWSTempIXP000.TMPdasetup.inf" to"C:Program FilesCommon FilesMicrosoft Shareddasetupdasetup.inf".#E361 An unsigned or incorrectly signed file"C:WINDOWSTempIXP000.TMPdasetup.inf" will be installed(Policy=Ignore). Error 1168: Element not found.#-336 Copying file "C:WINDOWSTempIXP000.TMPdasetup.ini" to"C:Program FilesCommon FilesMicrosoft Shareddasetupdasetup.ini"via temporary file "C:Program FilesCommon FilesMicrosoftShareddasetupSET22.tmp".#E361 An unsigned or incorrectly signed file"C:WINDOWSTempIXP000.TMPdasetup.ini" will be installed(Policy=Ignore). Error 1168: Element not found.[2003/09/07 18:25:21 3916.1]#-199 Executing "C:WINDOWSTempIXP000.TMPdasetup.exe" with commandline: /Q:D /N#-340 Extracted file "ds16gt.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to"C:WindowsSystem32SETF4.tmp" (target is"C:WindowsSystem32ds16gt.dll").#-336 Copying file "C:WindowsSystem32SETF4.tmp" to"C:WindowsSystem32ds16gt.dll" via temporary file"C:WindowsSystem32SETF6.tmp".#W025 A newer file "C:WindowsSystem32ds16gt.dll" was overwritten byan older (signed) file. Version of source file: 3.510.3711.0. Versionof target file: 3.510.3711.0. The SP_COPY_FORCE_NEWER flag wasignored. The existing target file was signed.#-340 Extracted file "ds32gt.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to"C:WindowsSystem32SETF7.tmp" (target is"C:WindowsSystem32ds32gt.dll").#-336 Copying file "C:WindowsSystem32SETF7.tmp" to"C:WindowsSystem32ds32gt.dll" via temporary file"C:WindowsSystem32SETF9.tmp".#W025 A newer file "C:WindowsSystem32ds32gt.dll" was overwritten byan older (signed) file. Version of source file: 3.520.6526.0. Versionof target file: 3.520.9030.0. The SP_COPY_FORCE_NEWER flag wasignored. The existing target file was signed.#-340 Extracted file "msadce.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemMSADCSET106.tmp" (target is "C:Program FilesCommonFilesSystemMSADCmsadce.dll").#-336 Copying file "C:Program FilesCommonFilesSystemMSADCSET106.tmp" to "C:Program FilesCommonFilesSystemMSADCmsadce.dll" via temporary file "C:ProgramFilesCommon FilesSystemMSADCSET108.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemMSADCmsadce.dll" was overwritten by an older (signed)file. Version of source file: 2.60.6526.0. Version of target file:2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "msadcer.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemMSADCSET109.tmp" (target is "C:Program FilesCommonFilesSystemMSADCmsadcer.dll").#-336 Copying file "C:Program FilesCommonFilesSystemMSADCSET109.tmp" to "C:Program FilesCommonFilesSystemMSADCmsadcer.dll" via temporary file "C:ProgramFilesCommon FilesSystemMSADCSET10B.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemMSADCmsadcer.dll" was overwritten by an older (signed)file. Version of source file: 2.60.6526.0. Version of target file:2.70.7713.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "msadcf.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemMSADCSET10C.tmp" (target is "C:Program FilesCommonFilesSystemMSADCmsadcf.dll").#-336 Copying file "C:Program FilesCommonFilesSystemMSADCSET10C.tmp" to "C:Program FilesCommonFilesSystemMSADCmsadcf.dll" via temporary file "C:ProgramFilesCommon FilesSystemMSADCSET10E.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemMSADCmsadcf.dll" was overwritten by an older (signed)file. Version of source file: 2.60.6526.0. Version of target file:2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "msadcfr.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemMSADCSET10F.tmp" (target is "C:Program FilesCommonFilesSystemMSADCmsadcfr.dll").#-336 Copying file "C:Program FilesCommonFilesSystemMSADCSET10F.tmp" to "C:Program FilesCommonFilesSystemMSADCmsadcfr.dll" via temporary file "C:ProgramFilesCommon FilesSystemMSADCSET111.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemMSADCmsadcfr.dll" was overwritten by an older (signed)file. Version of source file: 2.60.6526.0. Version of target file:2.70.7713.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "msadco.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemMSADCSET112.tmp" (target is "C:Program FilesCommonFilesSystemMSADCmsadco.dll").#-336 Copying file "C:Program FilesCommonFilesSystemMSADCSET112.tmp" to "C:Program FilesCommonFilesSystemMSADCmsadco.dll" via temporary file "C:ProgramFilesCommon FilesSystemMSADCSET114.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemMSADCmsadco.dll" was overwritten by an older (signed)file. Version of source file: 2.60.6526.0. Version of target file:2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "msadcor.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemMSADCSET115.tmp" (target is "C:Program FilesCommonFilesSystemMSADCmsadcor.dll").#-336 Copying file "C:Program FilesCommonFilesSystemMSADCSET115.tmp" to "C:Program FilesCommonFilesSystemMSADCmsadcor.dll" via temporary file "C:ProgramFilesCommon FilesSystemMSADCSET117.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemMSADCmsadcor.dll" was overwritten by an older (signed)file. Version of source file: 2.60.6526.0. Version of target file:2.70.7713.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "msadcs.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemMSADCSET118.tmp" (target is "C:Program FilesCommonFilesSystemMSADCmsadcs.dll").#-336 Copying file "C:Program FilesCommonFilesSystemMSADCSET118.tmp" to "C:Program FilesCommonFilesSystemMSADCmsadcs.dll" via temporary file "C:ProgramFilesCommon FilesSystemMSADCSET11A.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemMSADCmsadcs.dll" was overwritten by an older (signed)file. Version of source file: 2.60.6526.0. Version of target file:2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "msadds.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemMSADCSET11B.tmp" (target is "C:Program FilesCommonFilesSystemMSADCmsadds.dll").#-336 Copying file "C:Program FilesCommonFilesSystemMSADCSET11B.tmp" to "C:Program FilesCommonFilesSystemMSADCmsadds.dll" via temporary file "C:ProgramFilesCommon FilesSystemMSADCSET11D.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemMSADCmsadds.dll" was overwritten by an older (signed)file. Version of source file: 2.60.6526.0. Version of target file:2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "msaddsr.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemMSADCSET11E.tmp" (target is "C:Program FilesCommonFilesSystemMSADCmsaddsr.dll").#-336 Copying file "C:Program FilesCommonFilesSystemMSADCSET11E.tmp" to "C:Program FilesCommonFilesSystemMSADCmsaddsr.dll" via temporary file "C:ProgramFilesCommon FilesSystemMSADCSET120.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemMSADCmsaddsr.dll" was overwritten by an older (signed)file. Version of source file: 2.60.6526.0. Version of target file:2.70.7713.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "msader15.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemADOSET121.tmp" (target is "C:Program FilesCommonFilesSystemADOmsader15.dll").#-336 Copying file "C:Program FilesCommonFilesSystemADOSET121.tmp" to "C:Program FilesCommonFilesSystemADOmsader15.dll" via temporary file "C:ProgramFilesCommon FilesSystemADOSET123.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemADOmsader15.dll" was overwritten by an older (signed)file. Version of source file: 2.60.6526.0. Version of target file:2.70.7713.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "msado15.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemADOSET124.tmp" (target is "C:Program FilesCommonFilesSystemADOmsado15.dll").#-336 Copying file "C:Program FilesCommonFilesSystemADOSET124.tmp" to "C:Program FilesCommonFilesSystemADOmsado15.dll" via temporary file "C:ProgramFilesCommon FilesSystemADOSET126.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemADOmsado15.dll" was overwritten by an older (signed)file. Version of source file: 2.60.6526.0. Version of target file:2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "msado20.tlb" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemADOSET127.tmp" (target is "C:Program FilesCommonFilesSystemADOmsado20.tlb").#-336 Copying file "C:Program FilesCommonFilesSystemADOSET127.tmp" to "C:Program FilesCommonFilesSystemADOmsado20.tlb" via temporary file "C:ProgramFilesCommon FilesSystemADOSET129.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemADOmsado20.tlb" was overwritten by an older (signed)file. Version of source file: 2.60.6526.0. Version of target file:2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "msado21.tlb" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemADOSET12A.tmp" (target is "C:Program FilesCommonFilesSystemADOmsado21.tlb").#-336 Copying file "C:Program FilesCommonFilesSystemADOSET12A.tmp" to "C:Program FilesCommonFilesSystemADOmsado21.tlb" via temporary file "C:ProgramFilesCommon FilesSystemADOSET12C.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemADOmsado21.tlb" was overwritten by an older (signed)file. Version of source file: 2.60.6526.0. Version of target file:2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "msado25.tlb" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemADOSET12D.tmp" (target is "C:Program FilesCommonFilesSystemADOmsado25.tlb").#-336 Copying file "C:Program FilesCommonFilesSystemADOSET12D.tmp" to "C:Program FilesCommonFilesSystemADOmsado25.tlb" via temporary file "C:ProgramFilesCommon FilesSystemADOSET12F.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemADOmsado25.tlb" was overwritten by an older (signed)file. Version of source file: 2.60.6526.0. Version of target file:2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "msadomd.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemADOSET130.tmp" (target is "C:Program FilesCommonFilesSystemADOmsadomd.dll").#-336 Copying file "C:Program FilesCommonFilesSystemADOSET130.tmp" to "C:Program FilesCommonFilesSystemADOmsadomd.dll" via temporary file "C:ProgramFilesCommon FilesSystemADOSET132.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemADOmsadomd.dll" was overwritten by an older (signed)file. Version of source file: 2.60.6526.0. Version of target file:2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "msador15.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemADOSET133.tmp" (target is "C:Program FilesCommonFilesSystemADOmsador15.dll").#-336 Copying file "C:Program FilesCommonFilesSystemADOSET133.tmp" to "C:Program FilesCommonFilesSystemADOmsador15.dll" via temporary file "C:ProgramFilesCommon FilesSystemADOSET135.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemADOmsador15.dll" was overwritten by an older (signed)file. Version of source file: 2.60.6526.0. Version of target file:2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "msadox.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemADOSET136.tmp" (target is "C:Program FilesCommonFilesSystemADOmsadox.dll").#-336 Copying file "C:Program FilesCommonFilesSystemADOSET136.tmp" to "C:Program FilesCommonFilesSystemADOmsadox.dll" via temporary file "C:ProgramFilesCommon FilesSystemADOSET138.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemADOmsadox.dll" was overwritten by an older (signed)file. Version of source file: 2.60.6526.0. Version of target file:2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "msadrh15.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemADOSET139.tmp" (target is "C:Program FilesCommonFilesSystemADOmsadrh15.dll").#-336 Copying file "C:Program FilesCommonFilesSystemADOSET139.tmp" to "C:Program FilesCommonFilesSystemADOmsadrh15.dll" via temporary file "C:ProgramFilesCommon FilesSystemADOSET13B.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemADOmsadrh15.dll" was overwritten by an older (signed)file. Version of source file: 2.60.6526.0. Version of target file:2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "mscpxl32.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to"C:WindowsSystem32SET13C.tmp" (target is"C:WindowsSystem32mscpxl32.dll").#-336 Copying file "C:WindowsSystem32SET13C.tmp" to"C:WindowsSystem32mscpxl32.dll" via temporary file"C:WindowsSystem32SET13E.tmp".#W025 A newer file "C:WindowsSystem32mscpxl32.dll" was overwrittenby an older (signed) file. Version of source file: 3.511.3.20. Versionof target file: 3.520.7713.0. The SP_COPY_FORCE_NEWER flag wasignored. The existing target file was signed.#-340 Extracted file "msdadc.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemOLE DBSET13F.tmp" (target is "C:Program FilesCommonFilesSystemOLE DBmsdadc.dll").#-336 Copying file "C:Program FilesCommon FilesSystemOLEDBSET13F.tmp" to "C:Program FilesCommon FilesSystemOLEDBmsdadc.dll" via temporary file "C:Program FilesCommonFilesSystemOLE DBSET141.tmp".#W025 A newer file "C:Program FilesCommon FilesSystemOLEDBmsdadc.dll" was overwritten by an older (signed) file. Version ofsource file: 2.60.6526.0. Version of target file: 2.71.9030.0. TheSP_COPY_FORCE_NEWER flag was ignored. The existing target file wassigned.#-340 Extracted file "msdaenum.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemOLE DBSET142.tmp" (target is "C:Program FilesCommonFilesSystemOLE DBmsdaenum.dll").#-336 Copying file "C:Program FilesCommon FilesSystemOLEDBSET142.tmp" to "C:Program FilesCommon FilesSystemOLEDBmsdaenum.dll" via temporary file "C:Program FilesCommonFilesSystemOLE DBSET144.tmp".#W025 A newer file "C:Program FilesCommon FilesSystemOLEDBmsdaenum.dll" was overwritten by an older (signed) file. Version ofsource file: 2.60.6526.0. Version of target file: 2.71.9030.0. TheSP_COPY_FORCE_NEWER flag was ignored. The existing target file wassigned.#-340 Extracted file "msdaer.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemOLE DBSET145.tmp" (target is "C:Program FilesCommonFilesSystemOLE DBmsdaer.dll").#-336 Copying file "C:Program FilesCommon FilesSystemOLEDBSET145.tmp" to "C:Program FilesCommon FilesSystemOLEDBmsdaer.dll" via temporary file "C:Program FilesCommonFilesSystemOLE DBSET147.tmp".#W025 A newer file "C:Program FilesCommon FilesSystemOLEDBmsdaer.dll" was overwritten by an older (signed) file. Version ofsource file: 2.60.6526.0. Version of target file: 2.71.9030.0. TheSP_COPY_FORCE_NEWER flag was ignored. The existing target file wassigned.#-340 Extracted file "msdaora.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemOLE DBSET148.tmp" (target is "C:Program FilesCommonFilesSystemOLE DBmsdaora.dll").#-336 Copying file "C:Program FilesCommon FilesSystemOLEDBSET148.tmp" to "C:Program FilesCommon FilesSystemOLEDBmsdaora.dll" via temporary file "C:Program FilesCommonFilesSystemOLE DBSET14A.tmp".#W025 A newer file "C:Program FilesCommon FilesSystemOLEDBmsdaora.dll" was overwritten by an older (signed) file. Version ofsource file: 2.60.6526.0. Version of target file: 2.71.9030.0. TheSP_COPY_FORCE_NEWER flag was ignored. The existing target file wassigned.#-340 Extracted file "msdaosp.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemOLE DBSET14B.tmp" (target is "C:Program FilesCommonFilesSystemOLE DBmsdaosp.dll").#-336 Copying file "C:Program FilesCommon FilesSystemOLEDBSET14B.tmp" to "C:Program FilesCommon FilesSystemOLEDBmsdaosp.dll" via temporary file "C:Program FilesCommonFilesSystemOLE DBSET14D.tmp".#W025 A newer file "C:Program FilesCommon FilesSystemOLEDBmsdaosp.dll" was overwritten by an older (signed) file. Version ofsource file: 2.60.6526.0. Version of target file: 2.71.9030.0. TheSP_COPY_FORCE_NEWER flag was ignored. The existing target file wassigned.#-340 Extracted file "msdaprsr.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemMSADCSET14E.tmp" (target is "C:Program FilesCommonFilesSystemMSADCmsdaprsr.dll").#-336 Copying file "C:Program FilesCommonFilesSystemMSADCSET14E.tmp" to "C:Program FilesCommonFilesSystemMSADCmsdaprsr.dll" via temporary file "C:ProgramFilesCommon FilesSystemMSADCSET150.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemMSADCmsdaprsr.dll" was overwritten by an older (signed)file. Version of source file: 2.60.6526.0. Version of target file:2.70.7713.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "msdaprst.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemMSADCSET151.tmp" (target is "C:Program FilesCommonFilesSystemMSADCmsdaprst.dll").#-336 Copying file "C:Program FilesCommonFilesSystemMSADCSET151.tmp" to "C:Program FilesCommonFilesSystemMSADCmsdaprst.dll" via temporary file "C:ProgramFilesCommon FilesSystemMSADCSET153.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemMSADCmsdaprst.dll" was overwritten by an older (signed)file. Version of source file: 2.60.6526.0. Version of target file:2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "msdaps.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemOLE DBSET154.tmp" (target is "C:Program FilesCommonFilesSystemOLE DBmsdaps.dll").#-336 Copying file "C:Program FilesCommon FilesSystemOLEDBSET154.tmp" to "C:Program FilesCommon FilesSystemOLEDBmsdaps.dll" via temporary file "C:Program FilesCommonFilesSystemOLE DBSET156.tmp".#W025 A newer file "C:Program FilesCommon FilesSystemOLEDBmsdaps.dll" was overwritten by an older (signed) file. Version ofsource file: 2.60.6526.0. Version of target file: 2.71.9030.0. TheSP_COPY_FORCE_NEWER flag was ignored. The existing target file wassigned.#-340 Extracted file "msdarem.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemMSADCSET157.tmp" (target is "C:Program FilesCommonFilesSystemMSADCmsdarem.dll").#-336 Copying file "C:Program FilesCommonFilesSystemMSADCSET157.tmp" to "C:Program FilesCommonFilesSystemMSADCmsdarem.dll" via temporary file "C:ProgramFilesCommon FilesSystemMSADCSET159.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemMSADCmsdarem.dll" was overwritten by an older (signed)file. Version of source file: 2.60.6526.0. Version of target file:2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "msdaremr.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemMSADCSET15A.tmp" (target is "C:Program FilesCommonFilesSystemMSADCmsdaremr.dll").#-336 Copying file "C:Program FilesCommonFilesSystemMSADCSET15A.tmp" to "C:Program FilesCommonFilesSystemMSADCmsdaremr.dll" via temporary file "C:ProgramFilesCommon FilesSystemMSADCSET15C.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemMSADCmsdaremr.dll" was overwritten by an older (signed)file. Version of source file: 2.60.6526.0. Version of target file:2.70.7713.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "msdart.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to"C:WindowsSystem32SET15D.tmp" (target is"C:WindowsSystem32msdart.dll").#-336 Copying file "C:WindowsSystem32SET15D.tmp" to"C:WindowsSystem32msdart.dll" via temporary file"C:WindowsSystem32SET15F.tmp".#W025 A newer file "C:WindowsSystem32msdart.dll" was overwritten byan older (signed) file. Version of source file: 2.60.6526.0. Versionof target file: 2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored.The existing target file was signed.#-340 Extracted file "msdasc.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemOLE DBSET163.tmp" (target is "C:Program FilesCommonFilesSystemOLE DBmsdasc.dll").#-336 Copying file "C:Program FilesCommon FilesSystemOLEDBSET163.tmp" to "C:Program FilesCommon FilesSystemOLEDBmsdasc.dll" via temporary file "C:Program FilesCommonFilesSystemOLE DBSET165.tmp".#W025 A newer file "C:Program FilesCommon FilesSystemOLEDBmsdasc.dll" was overwritten by an older (signed) file. Version ofsource file: 2.60.6526.0. Version of target file: 2.71.9030.0. TheSP_COPY_FORCE_NEWER flag was ignored. The existing target file wassigned.#-340 Extracted file "msdasql.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemOLE DBSET166.tmp" (target is "C:Program FilesCommonFilesSystemOLE DBmsdasql.dll").#-336 Copying file "C:Program FilesCommon FilesSystemOLEDBSET166.tmp" to "C:Program FilesCommon FilesSystemOLEDBmsdasql.dll" via temporary file "C:Program FilesCommonFilesSystemOLE DBSET168.tmp".#W025 A newer file "C:Program FilesCommon FilesSystemOLEDBmsdasql.dll" was overwritten by an older (signed) file. Version ofsource file: 2.60.6526.0. Version of target file: 2.71.9030.0. TheSP_COPY_FORCE_NEWER flag was ignored. The existing target file wassigned.#-340 Extracted file "msdasqlr.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemOLE DBSET169.tmp" (target is "C:Program FilesCommonFilesSystemOLE DBmsdasqlr.dll").#-336 Copying file "C:Program FilesCommon FilesSystemOLEDBSET169.tmp" to "C:Program FilesCommon FilesSystemOLEDBmsdasqlr.dll" via temporary file "C:Program FilesCommonFilesSystemOLE DBSET16B.tmp".#W025 A newer file "C:Program FilesCommon FilesSystemOLEDBmsdasqlr.dll" was overwritten by an older (signed) file. Version ofsource file: 2.60.6526.0. Version of target file: 2.70.7713.0. TheSP_COPY_FORCE_NEWER flag was ignored. The existing target file wassigned.#-340 Extracted file "msdatl3.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemOLE DBSET16C.tmp" (target is "C:Program FilesCommonFilesSystemOLE DBmsdatl3.dll").#-336 Copying file "C:Program FilesCommon FilesSystemOLEDBSET16C.tmp" to "C:Program FilesCommon FilesSystemOLEDBmsdatl3.dll" via temporary file "C:Program FilesCommonFilesSystemOLE DBSET16E.tmp".#W025 A newer file "C:Program FilesCommon FilesSystemOLEDBmsdatl3.dll" was overwritten by an older (signed) file. Version ofsource file: 2.60.6526.0. Version of target file: 2.71.9030.0. TheSP_COPY_FORCE_NEWER flag was ignored. The existing target file wassigned.#-340 Extracted file "msdatsrc.tlb" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to"C:WindowsSystem32SET16F.tmp" (target is"C:WindowsSystem32msdatsrc.tlb").#-336 Copying file "C:WindowsSystem32SET16F.tmp" to"C:WindowsSystem32msdatsrc.tlb" via temporary file"C:WindowsSystem32SET171.tmp".#W025 A newer file "C:WindowsSystem32msdatsrc.tlb" was overwrittenby an older (signed) file. Version of source file: 9.0.6526.0. Versionof target file: 9.0.9030.0. The SP_COPY_FORCE_NEWER flag was ignored.The existing target file was signed.#-340 Extracted file "msdatt.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemOLE DBSET172.tmp" (target is "C:Program FilesCommonFilesSystemOLE DBmsdatt.dll").#-336 Copying file "C:Program FilesCommon FilesSystemOLEDBSET172.tmp" to "C:Program FilesCommon FilesSystemOLEDBmsdatt.dll" via temporary file "C:Program FilesCommonFilesSystemOLE DBSET174.tmp".#W025 A newer file "C:Program FilesCommon FilesSystemOLEDBmsdatt.dll" was overwritten by an older (signed) file. Version ofsource file: 2.60.6526.0. Version of target file: 2.71.9030.0. TheSP_COPY_FORCE_NEWER flag was ignored. The existing target file wassigned.#-340 Extracted file "msdaurl.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemOLE DBSET175.tmp" (target is "C:Program FilesCommonFilesSystemOLE DBmsdaurl.dll").#-336 Copying file "C:Program FilesCommon FilesSystemOLEDBSET175.tmp" to "C:Program FilesCommon FilesSystemOLEDBmsdaurl.dll" via temporary file "C:Program FilesCommonFilesSystemOLE DBSET177.tmp".#W025 A newer file "C:Program FilesCommon FilesSystemOLEDBmsdaurl.dll" was overwritten by an older (signed) file. Version ofsource file: 9.1.6526.0. Version of target file: 9.1.9030.0. TheSP_COPY_FORCE_NEWER flag was ignored. The existing target file wassigned.#-340 Extracted file "msdfmap.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemMSADCSET178.tmp" (target is "C:Program FilesCommonFilesSystemMSADCmsdfmap.dll").#-336 Copying file "C:Program FilesCommonFilesSystemMSADCSET178.tmp" to "C:Program FilesCommonFilesSystemMSADCmsdfmap.dll" via temporary file "C:ProgramFilesCommon FilesSystemMSADCSET17A.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemMSADCmsdfmap.dll" was overwritten by an older (signed)file. Version of source file: 2.60.6526.0. Version of target file:2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "msjro.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemADOSET17D.tmp" (target is "C:Program FilesCommonFilesSystemADOmsjro.dll").#-336 Copying file "C:Program FilesCommonFilesSystemADOSET17D.tmp" to "C:Program FilesCommonFilesSystemADOmsjro.dll" via temporary file "C:ProgramFilesCommon FilesSystemADOSET17F.tmp".#W025 A newer file "C:Program FilesCommonFilesSystemADOmsjro.dll" was overwritten by an older (signed) file.Version of source file: 2.60.6526.0. Version of target file:2.71.9030.0. The SP_COPY_FORCE_NEWER flag was ignored. The existingtarget file was signed.#-340 Extracted file "msorcl32.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to"C:WindowsSystem32SET183.tmp" (target is"C:WindowsSystem32msorcl32.dll").#-336 Copying file "C:WindowsSystem32SET183.tmp" to"C:WindowsSystem32msorcl32.dll" via temporary file"C:WindowsSystem32SET185.tmp".#W025 A newer file "C:WindowsSystem32msorcl32.dll" was overwrittenby an older (signed) file. Version of source file: 2.573.6526.0.Version of target file: 2.573.9030.0. The SP_COPY_FORCE_NEWER flag wasignored. The existing target file was signed.#-340 Extracted file "msxactps.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemOLE DBSET186.tmp" (target is "C:Program FilesCommonFilesSystemOLE DBmsxactps.dll").#-336 Copying file "C:Program FilesCommon FilesSystemOLEDBSET186.tmp" to "C:Program FilesCommon FilesSystemOLEDBmsxactps.dll" via temporary file "C:Program FilesCommonFilesSystemOLE DBSET188.tmp".#W025 A newer file "C:Program FilesCommon FilesSystemOLEDBmsxactps.dll" was overwritten by an older (signed) file. Version ofsource file: 2.60.6526.0. Version of target file: 2.71.9030.0. TheSP_COPY_FORCE_NEWER flag was ignored. The existing target file wassigned.#-340 Extracted file "odbc16gt.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to"C:WindowsSystem32SET199.tmp" (target is"C:WindowsSystem32odbc16gt.dll").#-336 Copying file "C:WindowsSystem32SET199.tmp" to"C:WindowsSystem32odbc16gt.dll" via temporary file"C:WindowsSystem32SET19B.tmp".#W025 A newer file "C:WindowsSystem32odbc16gt.dll" was overwrittenby an older (signed) file. Version of source file: 3.510.3711.0.Version of target file: 3.510.3711.0. The SP_COPY_FORCE_NEWER flag wasignored. The existing target file was signed.#-340 Extracted file "odbc32.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to"C:WindowsSystem32SET19C.tmp" (target is"C:WindowsSystem32odbc32.dll").#-336 Copying file "C:WindowsSystem32SET19C.tmp" to"C:WindowsSystem32odbc32.dll" via temporary file"C:WindowsSystem32SET19E.tmp".#W025 A newer file "C:WindowsSystem32odbc32.dll" was overwritten byan older (signed) file. Version of source file: 3.520.6526.0. Versionof target file: 3.520.9030.0. The SP_COPY_FORCE_NEWER flag wasignored. The existing target file was signed.#W190 File "C:WindowsSystem32SET19E.tmp" marked to be moved to"C:WindowsSystem32odbc32.dll" on next reboot.#-340 Extracted file "odbc32gt.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to"C:WindowsSystem32SET19F.tmp" (target is"C:WindowsSystem32odbc32gt.dll").#-336 Copying file "C:WindowsSystem32SET19F.tmp" to"C:WindowsSystem32odbc32gt.dll" via temporary file"C:WindowsSystem32SET1A1.tmp".#W025 A newer file "C:WindowsSystem32odbc32gt.dll" was overwrittenby an older (signed) file. Version of source file: 3.520.6526.0.Version of target file: 3.520.9030.0. The SP_COPY_FORCE_NEWER flag wasignored. The existing target file was signed.#-340 Extracted file "odbcad32.exe" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to"C:WindowsSystem32SET1A2.tmp" (target is"C:WindowsSystem32odbcad32.exe").#-336 Copying file "C:WindowsSystem32SET1A2.tmp" to"C:WindowsSystem32odbcad32.exe" via temporary file"C:WindowsSystem32SET1A4.tmp".#W025 A newer file "C:WindowsSystem32odbcad32.exe" was overwrittenby an older (signed) file. Version of source file: 3.520.6526.0.Version of target file: 3.520.9030.0. The SP_COPY_FORCE_NEWER flag wasignored. The existing target file was signed.#-340 Extracted file "odbccp32.cpl" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to"C:WindowsSystem32SET1A5.tmp" (target is"C:WindowsSystem32odbccp32.cpl").#-336 Copying file "C:WindowsSystem32SET1A5.tmp" to"C:WindowsSystem32odbccp32.cpl" via temporary file"C:WindowsSystem32SET1A7.tmp".#W025 A newer file "C:WindowsSystem32odbccp32.cpl" was overwrittenby an older (signed) file. Version of source file: 3.520.6526.0.Version of target file: 3.520.7713.0. The SP_COPY_FORCE_NEWER flag wasignored. The existing target file was signed.#-340 Extracted file "odbccp32.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to"C:WindowsSystem32SET1A8.tmp" (target is"C:WindowsSystem32odbccp32.dll").#-336 Copying file "C:WindowsSystem32SET1A8.tmp" to"C:WindowsSystem32odbccp32.dll" via temporary file"C:WindowsSystem32SET1AA.tmp".#W025 A newer file "C:WindowsSystem32odbccp32.dll" was overwrittenby an older (signed) file. Version of source file: 3.520.6526.0.Version of target file: 3.520.9030.0. The SP_COPY_FORCE_NEWER flag wasignored. The existing target file was signed.#-340 Extracted file "odbccr32.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to"C:WindowsSystem32SET1AB.tmp" (target is"C:WindowsSystem32odbccr32.dll").#-336 Copying file "C:WindowsSystem32SET1AB.tmp" to"C:WindowsSystem32odbccr32.dll" via temporary file"C:WindowsSystem32SET1AD.tmp".#W025 A newer file "C:WindowsSystem32odbccr32.dll" was overwrittenby an older (signed) file. Version of source file: 3.520.6526.0.Version of target file: 3.520.9030.0. The SP_COPY_FORCE_NEWER flag wasignored. The existing target file was signed.#-340 Extracted file "odbccu32.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to"C:WindowsSystem32SET1AE.tmp" (target is"C:WindowsSystem32odbccu32.dll").#-336 Copying file "C:WindowsSystem32SET1AE.tmp" to"C:WindowsSystem32odbccu32.dll" via temporary file"C:WindowsSystem32SET1B0.tmp".#W025 A newer file "C:WindowsSystem32odbccu32.dll" was overwrittenby an older (signed) file. Version of source file: 3.520.6526.0.Version of target file: 3.520.9030.0. The SP_COPY_FORCE_NEWER flag wasignored. The existing target file was signed.#-340 Extracted file "odbcint.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to"C:WindowsSystem32SET1B4.tmp" (target is"C:WindowsSystem32odbcint.dll").#-336 Copying file "C:WindowsSystem32SET1B4.tmp" to"C:WindowsSystem32odbcint.dll" via temporary file"C:WindowsSystem32SET1B6.tmp".#W025 A newer file "C:WindowsSystem32odbcint.dll" was overwrittenby an older (signed) file. Version of source file: 3.520.6526.0.Version of target file: 3.520.7713.0. The SP_COPY_FORCE_NEWER flag wasignored. The existing target file was signed.#W190 File "C:WindowsSystem32SET1B6.tmp" marked to be moved to"C:WindowsSystem32odbcint.dll" on next reboot.#-340 Extracted file "odbctrac.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to"C:WindowsSystem32SET1B7.tmp" (target is"C:WindowsSystem32odbctrac.dll").#-336 Copying file "C:WindowsSystem32SET1B7.tmp" to"C:WindowsSystem32odbctrac.dll" via temporary file"C:WindowsSystem32SET1B9.tmp".#W025 A newer file "C:WindowsSystem32odbctrac.dll" was overwrittenby an older (signed) file. Version of source file: 3.520.6526.0.Version of target file: 3.520.9030.0. The SP_COPY_FORCE_NEWER flag wasignored. The existing target file was signed.#-340 Extracted file "oledb32.dll" from cabinet"C:WINDOWSTempIXP000.TMPmdacxpak.cab" to "C:Program FilesCommonFilesSystemOLE DBSET1BA.tmp" (target is "C:Program FilesCommonFilesSystemOLE DBoledb32.dll").#-336 Copying file "C:Program FilesCommon FilesSystemOLEDBSET1BA.tmp" to "C:Program FilesCommon FilesSystemOLEDBoledb32.dll" via temporary file

View 2 Replies View Related

Synchronizing Sql 2005 Compact Edition With SQL 2000

Mar 19, 2007

HI ,

I want to synchronize sql 2005 CE edition with SQL 2000.before this i was using sql ce 2.0 and i manage to synchronize with sql 2000.the codes which i used for synch i am specifying below.

Private Const INTERNETURL As String = "http://ihsan/THPMIS/sscesa20.dll"

Private Const PUBLISHERSERVER As String = "IHSAN"

Private Const PUBLISHERDATABASE As String = "THPMIS"

Private Const PUBLISHERSECURITYMODE As SecurityType = SecurityType.NTAuthentication

Private Const PUBLICATION As String = "THPMIS"

Private SUBSCRIBER As String = Dns.GetHostName()

Private Const LOCALDATABASE As String = "My DocumentsTHPMIS.sdf"

'"Provider=microsoft.sqlserver.oledb.ce.2.0;data source=" &

Private Const CONNECTIONSTRING As String = "Provider=Microsoft.SQLSERVER." & _

"OLEDB.CE.2.0;Data Source=" & LOCALDATABASE

Private Const SQLSTRING As String = "Provider=sqloledb;Data Source=IHSAN;Initial Catalog=THPMIS;User ID=sa;Password=sa"



Private Sub ReplicateData()

Dim replicator As New SqlCeReplication

replicator.InternetUrl = INTERNETURL

replicator.Publisher = PUBLISHERSERVER

replicator.PublisherDatabase = PUBLISHERDATABASE

replicator.PublisherSecurityMode = PUBLISHERSECURITYMODE

replicator.Publication = PUBLICATION

replicator.Subscriber = SUBSCRIBER

replicator.SubscriberConnectionString = CONNECTIONSTRING

replicator.Synchronize()

replicator.Dispose()

End Sub

while i am using sql 2000 with sql CE 2005 it is giving an error unknown connection option in connectionstring:provider. can any one give me some suggession how to solve this problem



Best Regards

Ihsan

View 1 Replies View Related

Windows 2003 Server SP2 To Be Applied On SQL Server 2000 Standard Edition SP3

Mar 17, 2008

We got SQL Server 2000 Standard Edition SP3 running on Windows 2003 Standard Edition server.

Now, we would like to apply windows 2003 SP2 to the Operating System.

We are concerned that whether windows 2003 SP2 is compatible with SQL server 2000 (SP3)?




I was looking at the application compatibility chart for Windows 2003 SP2.Among them Microsoft SQL Server Standard (2000) was listed but with no Service pack details. And also does Standard means standard edition there?




My Question - Is windows 2003 server SP2 compatible with SQL Server 2000 (SP3) Standard Edition? And what if I plan to apply SP4 to Sql Server ?



Please help. Thanks

View 7 Replies View Related

Problem While Installing SQL Server 2005 Express Edition On Windows 2000 PRO SP4...Can't Install!!!

Mar 14, 2007

Hi everyone...

I'm facing a problem while installing the SQL Server 2005 Express on Windows 2000 Pro with SP4.

After finishing the downloading from Microsoft I start the installation and things seems to go ok but during Extracting Files step a message appears "SQL Server Setup unexpectedly failed. For more information, review the setup summary log file in %Program Files%Microsoft SQL Server90Setup BootstrapLOGSummary.txt" and it terminates the installation.

I located the log file and open it but can't understand the problem..I copy the text and paste it here for anyone who can understand it.Please, it is very importand for me to work with SQL Server for my project. Any advice or information or anything else???

Thank you all,

HERE IS THE LOG FILE:

"Microsoft SQL Server 2005 Setup beginning at Wed Mar 14 07:45:33 2007
Process ID : 2684
c:c7720b32114815db82783dd06c2d54b9setup.exe Version: 2005.90.3042.0
Running: LoadResourcesAction at: 2007/2/14 7:45:33
Complete: LoadResourcesAction at: 2007/2/14 7:45:33, returned true
Running: ParseBootstrapOptionsAction at: 2007/2/14 7:45:33
Loaded DLL:c:c7720b32114815db82783dd06c2d54b9xmlrw.dll Version:2.0.3609.0
Complete: ParseBootstrapOptionsAction at: 2007/2/14 7:45:33, returned false
Error: Action "ParseBootstrapOptionsAction" failed during execution. Error information reported during run:
Could not parse command line due to datastore exception.
Source File Name: utillibpersisthelpers.cpp
Compiler Timestamp: Wed Jun 14 16:30:14 2006
Function Name: writeEncryptedString
Source Line Number: 124
----------------------------------------------------------
writeEncryptedString() failed
Source File Name: utillibpersisthelpers.cpp
Compiler Timestamp: Wed Jun 14 16:30:14 2006
Function Name: writeEncryptedString
Source Line Number: 123
----------------------------------------------------------
Error Code: 0x80070002 (2)
Windows Error Text: Error: Action "ActivateLoggingAction" threw an exception during execution. Error information reported during run:
Datastore exception while trying to write logging properties.
Source File Name: datastorecachedpropertycollection.cpp
Compiler Timestamp: Wed Jun 14 16:27:59 2006
Function Name: CachedPropertyCollection::findProperty
Source Line Number: 130
----------------------------------------------------------
Failed to find property "primaryLogFiles" {"SetupStateScope", "", ""} in cache
Source File Name: datastorepropertycollection.cpp
Compiler Timestamp: Wed Jun 14 16:28:01 2006
Function Name: SetupStateScope.primaryLogFiles
Source Line Number: 44
----------------------------------------------------------
No collector registered for scope: "SetupStateScope"
02B1CFC0Unable to proceed with setup, there was a command line parsing error. : 2
Error Code: 0x80070002 (2)
Windows Error Text:
Class not registered.
Failed to create CAB file due to datastore exception
Source File Name: datastorecachedpropertycollection.cpp
Compiler Timestamp: Wed Jun 14 16:27:59 2006
Function Name: CachedPropertyCollection::findProperty
Source Line Number: 130
----------------------------------------------------------
Failed to find property "HostSetup" {"SetupBootstrapOptionsScope", "", "2684"} in cache
Source File Name: datastorepropertycollection.cpp
Compiler Timestamp: Wed Jun 14 16:28:01 2006
Function Name: SetupBootstrapOptionsScope.HostSetup
Source Line Number: 44
----------------------------------------------------------
No collector registered for scope: "SetupBootstrapOptionsScope"
Message pump returning: 2"

View 4 Replies View Related

Can I Use Sql Server 2005 Developer Edition With Windows Xp Home Edition SP2 For MCTS Exam 70-431 Preparation?

Dec 21, 2007

Hi
I am interested in taking MCTS exam 70-431 for sql server 2005 implementation and maintainance.
I have been reading the hardware requirements for the instalation of sql server versions and realise that enterprise and developer editions have same minimum requirements for the operation system.
I understand that the Developer Edition includes all the functionality of SQL Server 2005 Enterprise Edition, but it is licensed for use as a development and test system, not as a production server.

Also I undestand that the developer edition supports the Windows XP Home Edition with SP2 or later but the enterprise edition does not support this operating system. The evaluation/trial version is for the enterprise edition. Can I use the developer version of sql server 2005 for my practice exercises instead of using the trial version?
I have all hardware requirements for the trial enterprise version except that I am using Microsoft windows Xp home edition version 2002 with SP2. I am trying to see if I can use the developer version of sql server 2005 as it is cheaper for me to buy this software than buying the new operating system for my computer.
According to the microsoft book for the MCTS exam 70-431 there is a section which states that before you begin you should have Microsoft Windows Server 2003 running on your computer on an NTFS file system
(NTFS) partition. Will I still be ok to use the book and be able to do all the tests in the book if i am using the developer version of sql server 2005 with my Microsoft windows Xp home edition than using the trial version which comes with the book?

Thanks

gifty

View 3 Replies View Related

Windows CE 6.0 And SQL Server Compact

Oct 9, 2007

I work with a Development board with an armv4 processor for a Windows CE 6.0 application and tried to install there an SQL Server Compact. But it doesn't work. My information from Google and other sites is that the Compact edition of SQL server does not work on a Win CE 6.0 platform.

Does someone can give me to this subject further information€™s? Is there an alternative?

Stefan

View 10 Replies View Related

ASP.NET And SQL Server Compact Edition

Sep 25, 2007

I am writing an application that is designed for the desktop, or small group (3 or less) desktops.  The application is being deployed using the Cassini web server as a complete "embedded" solution.  I wanted to use SQL Server Compact because of its small footprint and because of the synchronization capabilities with SQLServer.  Also, it is very easy to deploy vs. SQL Server Express.  The idea behind this APP is that someone might use it locally and then decide to subscribe to the service and then connect the same application to  a web services application. 
 That being said, and with knowledge of Microsoft's stance on SQL Compact under ASP.NET, I have most everything working and it works great except for one thing.  When I add a SQLDataSource to the page and set the connection string to my file and the DataProvider to System.Data.SqlServerCe and then bind a data grid to the SQLDataSource, it runs fine on my development machine, but when I deploy to my clean test machine, I get an error when the page loads saying:
Unable to find the requested .Net Framework Data Provider.  It may not be installed.
I can create a dataset in code (in fact,in several other places I do) and it works fine.  It is just the SQLDataSource(s) that are throwing this error.  I have a copy of System.Data.SqlServerCe.dll in the bin folder and I have all of the compact DLL's in the bin folder as well.  I can't figure out what I need to do.  I also have a reference to the System.Data.SqlServerCe in the web.config file.
 Can anyone help?
 
 

View 3 Replies View Related

New SQL Server Compact Edition

Jan 9, 2007

Does the new SQL server Compact edition RC1 (release in Dec 2006) replace the Microsoft SQL Server 2005 Mobile Edition Device SDK?

OR is this an additional database for specific requirements.

Currently developing against MS SQL Server 2005 Mobile Edition Device SDK;; if I switch to the Compact edition; is there a migration wiarzrd or Upgrade wizard available?

-jawahar

View 1 Replies View Related

How To Downgrade Windows Server 2003 Enterprise Edition From X64 To X32 Edition

Aug 4, 2007

I recently bought a Dell server with Windows 2003 enterprise edition. I wanted the X32 version and metnioned of the same to the sales people, but somehow they put the x64 edition on the server. The database I am planning to use does not work on X64 edition as of now. How do I downgrade the OS to X32 version? Do I need to send the system back to Dell? Machine not opened yet. Or is there a way I can get software CD and downgrade to X32 version?

Thanks,
Prasad

View 4 Replies View Related

SQL Server Compact Edition RC1 Released

Nov 7, 2006

Dear Community,

The SQL Server Compact Edition RC1 has been released and is now available at download center http://www.microsoft.com/downloads/details.aspx?FamilyId=85E0C3CE-3FA1-453A-8CE9-AF6CA20946C3&displaylang=en

Please note that the RC1 page link is the same as CTP page link, we have updated it for RC1. This doesn€™t have ClickOnce files (Zip file) as the same is available with Tools for VS 2005 sp1 beta at download center at http://www.microsoft.com/downloads/details.aspx?FamilyID=61289b5d-af86-45dd-8962-e7dcc5221796&displaylang=en

We have blogged about it at http://blogs.msdn.com/sqlservereverywhere/ .

Please check out the RC1 bits.

Thanks
Sachin, Program Manager, SQL Server CE Team

View 10 Replies View Related

Java And SQL Server Compact Edition

Oct 23, 2007

Hi, Is there a special jdbc driver for SQL Server Compact Edition (2005) available? I'm getting error messages when trying to run java application on Pocket PC (Mobile 5.0):

java.lang.UnsatisfiedLinkError: java/sql/DriverManager.getCallerClassLoader()Ljava/lang/ClassLoader;
at java.sql.DriverManager.getConnection(Unknown Source)...

Mixxo

View 1 Replies View Related

Access To SQL Server 3.5 Compact Edition

Apr 10, 2008

Is there a way to import the table definitions and data from an Access database into the 3.5 compact edition? I have no clue where to start. I have a .Net application that uses an Access database to store data. I want to create a windows mobile application for collecting the data and syncing with the PC application. Is the 3.5 compact edition the way to go? How do I get started? I don't even know how to open the interface for the database.


I'm certainly no newbie to programming, but the SQL Server and Windows Mobile stuff is like starting all over in some ways.

View 3 Replies View Related

SQL Server Compact Edition 3.5 C++ Sample

Jan 14, 2008

Hi,

I am looking for C++ example using SQL Server Compact Edition 3.5.
I managed to compile and run the "northwindoledb" c++ example, but still, I am looking for source code to 3.5 (And not 3.1).

View 17 Replies View Related

Accessing SQL Server Compact Edition From VBA

Dec 12, 2006

Is it possible to connect to SQL Server Compact Edition with Visual Basic for Application?

I want to connect to *.sdf file from MS Access.

View 3 Replies View Related

Looking For A Very Simple SQL Server Compact Edition App Example

Jan 20, 2007

Hi to all,

I am new to VS, hence new to CF too,

Using VS2005 SP1, CF2.0, PocketPC Mobile 5.0 emulator.

Im looking for the most  simple example I can get to create a db and a table just to understand the very basics of SQL Server Compact Edition.

I did some gui examples posted in MSDN, it worked fine, no problem.

But I don't want to  use the toolbox dragging DataGrid, DataSourceBinding or Northwind.sdf, or any of that.

All I need is to be able to create a simple db, a table with two columns, and a connection to do very simple query,

I searched and searched, cannot find my simple guide.

 

Can anybody help me resolving this?

here is my test.

opened a new project, named MydbTest2
added a reference to System.Data.SqlServerCe
added a button to the form1
added a using directive System.Data.SqlServerCe
and this is the rest.

I get errors about
Error 1 The name 'myConn' does not exist in the current context F:My.VS.ProjectsMydbTest2MydbTest2Form1.cs 33 13 MydbTest2

 

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Data.SqlServerCe;
using System.IO;


namespace MydbTest2
{
    public partial class Form1 : Form
    {

       
        public Form1()
        {
            InitializeComponent();
        }

        private void menuItem1_Click(object sender, EventArgs e)
        {
            this.Close();
        }

        private void button1_Click(object sender, EventArgs e)
        {
            string connStr = "Data Source = myDbTest.sdf";
            SqlCeEngine myEngine = new SqlCeEngine(connStr);
            myEngine.CreateDatabase();
            SqlCeConnection myConn = new SqlCeConnection(connStr);
            myConn.Open();

            SqlCeCommand cmd = myConn.CreateCommand();
            cmd.CommandText = "CREATE TABLE myTable (firstCol int, secondCol nvarchar(10))";
            cmd.ExecuteNonQuery();

        }
    }
}

View 1 Replies View Related

SQL Server Compact Edition &&amp; VB.NET 2003

Jul 24, 2007

I'm unable to create a connection with code from VB.Net 2003 using SQL Server Compact Edition. Can anybody help?

View 1 Replies View Related

Problems Installing SQLServer 2000 Developer Edition On Windows XP Pro

Jul 20, 2005

Hello!When trying to install SqlServer 2000 Developer (as Administrator) on myWindows XP Professional I get the following message at the point wherethe system asks Local Account or Domain account:The logon account cannot be validated for the SQL server service. Verifythat the user name and password entered are correct. The logon attemptfailed.Anyone an idea what goes wrong here?Thanks for your info.Daniel*** Sent via Developersdex http://www.developersdex.com ***Don't just participate in USENET...get rewarded for it!

View 1 Replies View Related

SQL Server Compact Running In Windows Service

Nov 17, 2006

Hi,

On the page http://www.microsoft.com/sql/editions/compact/default.mspx it is recomended that you dont use SQL Server Compact Edition if "you want to run as a service" - is this refering to the host application or to the fact the SQL Server Compact Edition is an embedded database rather than the more traditional SQL Server client/server architecture?

If its the former is this likely to change at any point in the future? Also what sort of problems are likely to occur if we did run it from within a windows service?

Many thanks,

- James 

 *EDIT [Changed capitalization]

View 4 Replies View Related

SQL Server Enterprise 2000 Edition Verse Standard Edition 2000

Jan 15, 2007

Hi there
Our ISP hosts our data on SQL Server Enterprise, but I also going to host the databases on my local machine. 
As it's just local would Standard edition do?  If I migrate the databases over, will it work?
Thanks in advance.

View 2 Replies View Related

SQL 2008 Developer Edition Management Studio Does Not Work For Compact Edition 3.5 Databases

Sep 27, 2007



I am attempting to use the SQL Server 2008 Developer Edition (Management Studio) to create/manage a Compact Edition 3.5 database. My problem is that I cannot even create/open the compact database in Management Studio. Any help would be GREATLY appreciated. TIA

Problem Creating the Compact Database:


Open 2008 Management Studio

From menu choose File | Connect Object Explorer...

Choose SQL Server Compact Edition as the Server type.

Choose <New Database...> as the Database file.

Browse to folder where file will be created (C:MyDatabase#1.sdf was used in my example)

Leave all other field as default selections OR make changes, either way it does not work.

Click OK.

At this point the OK button just becomes disabled and nothing happens.
Problem Opening An Existing Compact Database:

Open 2008 Management Studio

From menu choose File | Connect Object Explorer...

Choose SQL Server Compact Edition as the Server type.

Choose <Browse for more...> as the Database file and locate a ".sdf" file that I created using VS2008.

Enter password, if any.

Click OK.

The following exception is displayed:
TITLE: Connect to Server
------------------------------
Cannot connect to C:Documents and SettingsdarrinbMy DocumentsVisual Studio 2008ProjectsTestSQLCompactEdition35TestSQLCompactEdition35AFS.sdf.
------------------------------

ADDITIONAL INFORMATION: Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum) For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&LinkId=20476

------------------------------
Could not load file or assembly 'Microsoft.SqlServerCe.Enumerator, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) (mscorlib)
------------------------------
BUTTONS: OK
------------------------------

View 1 Replies View Related

Help - SQL Server 2005-&>Compact Edition Replication

Jan 30, 2007

Hi All ...I
have been following the MS on-line tutorials to get replication setup
between SQL Server 2005 and SQL Server Compact Edition. I get to the
point where I run the Configure Web Synchronization and it is running
through the process where it is doing the automated configuration of
the shared directory - assigning users etc.I have attempted
this step with a user account that I expressly created for snapshots
and with the Administrator account and get the following error message:* The operation completed successfully. (Exception from HRESULT: 0x80070000)At
first, I thought this was a rights issue due to the fact that I was
using an account that I manually created. However, by using the
Administrator account (test only until I can figure this out) that
should have removed any rights issues associated with accessing the
shared directory where the snapshot will reside.Any help in getting this figured out will be greatly appreciated.David L. Collison Any day above ground is a good day!

View 9 Replies View Related

Need Help Installing SQL Server 2005 Compact Edition.

Dec 15, 2006

Hi,

  Having read a lot about SQL Server 2005 CE, I decided, after seing that it was finally available, to start its installation.

1-  I downloaded and installed SQL Server 2005 Compact Edition from following link:

http://www.microsoft.com/downloads/details.aspx?FamilyId=85E0C3CE-3FA1-453A-8CE9-AF6CA20946C3&displaylang=en

2- Also I downloaded and installed SQL Server 2005 Compact Edition books online from following link:

http://www.microsoft.com/downloads/details.aspx?FamilyId=E6BC81E8-175B-46EA-86A0-C9DACAA84C85&displaylang=en

==>  Is there anything else missing if I intend to use it for development with Visual Studio 2005 (VC++)?

==> What is "Microsoft SQL Server 2005 Compact Edition Developer SDK"  compared to the one "SQL Server 2005 Compact Edition" I installed?  Should I install it? 

ref: (http://www.microsoft.com/downloads/details.aspx?FamilyId=E9AA3F8D-363D-49F3-AE89-64E1D149E09B&displaylang=en)

3- There is also a link, which btw doesn't work at all, that should allow me to download following item:

"Microsoft SQL Server 2005 Compact Edition Tools of VS 2005 sp1"

==>  Not being able to have any infos about it, what is the use of it?  Should I install it in my environment? If so, any working link where I can download it from?

4-  I finally noted, while browsing through SQL Server 2005 CE books online, the following note:

The following programming models are supported by SQL Server Compact Edition:

ADO .NET, accessible by using C# or Microsoft Visual Basic

OLE DB, accessible by using Visual C++ option from within Visual Studio 2005


==> How come that CE is not accessible using ADO.NET model when using VC++?

 

Thanks in advance,

Stéphane

View 9 Replies View Related

Compact Edition V3.5 And SQL Server Management Studio

Oct 1, 2007



Is it possible to use SQL Server Compact Edition v3.5 with SQL Server Management Studio?
When I attempt to connect to a 3.5 database I get the following error:

"You are trying to access an older version of a SQL Server Compact Edition Database..."


I am using v3.5 beta 2.

If not, is there anything out there that provides a Query Analyzer like interface for viewing data that works with v3.5?

Thanks.

View 3 Replies View Related

ODBC Driver For SQL Server Compact Edition

Jan 31, 2008

I know that there is no ODBC driver available for SQL Server Compact Edition version 3.5. Do you plan to add an ODBC driver in future release? If yes, is it high in your priority list?

The scenario why I am looking for an ODBC driver is to connect an MS Access application to a SDF file instead of MDB file. This will enable me to easily sync the SDF file with SQL server repository using the new Data Sync Services.

Mario Cardinal
MVP Solutions Architect

View 20 Replies View Related

Installing Sql Server 2005 Compact Edition

Mar 28, 2007

I have a PDA application that manage a database.

My application uses Sql server 2005 Mobile edition and I want to change to

Sql server 2005 Compact edition.

I have an application that automatically upgrade new version of my software at users (customers sites) It is shipped on a memrory card (SD Card).

I want in my upgrade tool to install Sql server 2005 Compact edition so I do it by running the two cab files :

sqlce30.repl.wce5.armv4i.CAB and sqlce30.wce5.armv4i.CAB

It works ok but I want also to uninstall Sql server 2005 Mobile edition and I do not find out how to do it automatically, First I do not know how to find out if Sql server 2005 Mobile edition is installd and if so how to uninstall it.

I want to do it all automatcally in my upgrade utility because my customers do not know to do it manually by theself.

Second I want to know if I have to use the Sql server 2005 Compact edition Uprade tool to upgrade my clients old databases because the now application works ok without Upgrading the database.



Thanks

Ofer Ebert

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved