Showing posts with label failed. Show all posts
Showing posts with label failed. Show all posts

Thursday, March 29, 2012

Error restoring from SQL 2000 to 2005

Hi all,

I'm having problem to restore DB from SQL server 2000 to 2005.
Here is the error:

Restore failed for 'PROD'. (Micrsoft.SqlServer.Smo)
System.data.sqlclient.sqlerror:Invalid colun name'SC_BL_ADAPT'.(MicrsoftSQLSever.Smo).

Thanks for any help.

Regards,

Abrahim

__

check whether the backup is taken properly or not

RESTORE VERIFYONLY : To varify the database backup integrity

RESTORE FILELISTONLY : see the contents of backup file

Read more about these in BOL

Madhu

|||

Madhu,

The database has been backed-up with “Verify backup upon completion” on SQL server 2000.
I have no problem to restore the database in SQL 2000. It just SQL 2005 is not happy with column name “SC_BL_ADAPT”.

Any idea about “SC_BL_ADAPT”?

I’ll look it to RESTORE VERIFYONLY : To varify the database backup integrity

RESTORE FILELISTONLY : see the contents of backup file

Thanks in advance,

Abrahim

|||

sql server 2000 Restore Verifyonly is a useless command. it only check the header. But in SQL Server 2005 Restore varifyonly check the physical file integrity. check in 2005. And also try to restore this backup file in sql server 2000 as a temp database (only for the sake of error finding) and post back the result

Madhu

|||

Check the sql error log...if there is any other error related to restore.

|||

I think this is a tools problem and may not be the backup, try restoring using Query editior or have you tried?

Have you tested this from another machine?

|||Here is what I have done so far:
RESTORE verifyonly from disk =
N'C:\capdb_to_2005_1.bak'

Messages:
The backup set is valid.

/////////////////////////
then:
RESTORE FILELISTONLY from disk =
N'C:\capdb_to_2005_1.bak'

messages:
(4 row(s) affected)

Results:

capdb_Data C:\capdb_Data.MDF D PRIMARY 524288000 35184372080640
capdb_1_Data C:\capdb_1_Data D PRIMARY 1048576 35184372080640
capdb_Log C:\capdb_Log.LDF L NULL 1048576 35184372080640
capdb_1_Log C:\capdb_1_Log L NULL 13959168 35184372080640
/////////////////////////////////////////////

Yes, I try to restore it from several systems, but still have problem.|||You got the File List successfully, now have you actually tried a RESTORE DATABASE command?

Error rendering to PDF, after installing SP1

After installing SP1, a report failed to render to PDF, with the following
error from IE:
"Internet Explorer cannot download Format=PDF from myserver.
Internet Explorer was not able to open this Internet site. The requested
site is either unavailable or canot be found. Please try again later."
This happened for this specific report only, 10 others rendered to PDF just
as they did before. The mentioned report renders well in all other formats,
including HTML and Excel. And it renders fine on another Reporting Services
server (without SP1).
SQL server has SP3a. Servers do not have _ in their names.
Regards,
Marko PrsicCan you send your rdl and the .rdl.data file for us to investigate?
Fang Wang (MSFT)
Microsoft SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"Marko Prsic" <marko.prsic...kset.org> wrote in message
news:eSwk7U1YEHA.1000@.TK2MSFTNGP12.phx.gbl...
> After installing SP1, a report failed to render to PDF, with the following
> error from IE:
> "Internet Explorer cannot download Format=PDF from myserver.
> Internet Explorer was not able to open this Internet site. The requested
> site is either unavailable or canot be found. Please try again later."
>
> This happened for this specific report only, 10 others rendered to PDF
just
> as they did before. The mentioned report renders well in all other
formats,
> including HTML and Excel. And it renders fine on another Reporting
Services
> server (without SP1).
> SQL server has SP3a. Servers do not have _ in their names.
> Regards,
> Marko Prsic
>

Tuesday, March 27, 2012

Error processing Cube - The syntax for ',' is incorrect.

Hi guys! Could you help me with the next problem:

Failed to build the OLAP cubes. Error: Analysis Services session failed with the following error: Query (1, 10) Parser: The syntax for ',' is incorrect.

I have installed sql2005 sp2, but didn't get much

Pls. help

If you have a new issue, please create a new thread rather than just replying to an old one. You are more likely to get an answer.

It sounds like there might possibly be an extra comma in your MDX script. It looks like it is at character 10 on the first line (that's what the 1,10 means)

Monday, March 19, 2012

ERROR on atach MDF file!

Code Snippet

TITLE: Microsoft SQL Server Management Studio

Attach database failed for Server 'MS-DB'. (Microsoft.SqlServer.Smo)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Attach+database+Server&LinkId=20476


ADDITIONAL INFORMATION:

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)

Could not redo log record (805:390:13), for transaction ID (0:55765), on page (1:1061), database 'aws' (database ID 5). Page: LSN = (804:451:25), type = 2. Log: OpCode = 2, context 3, PrevPageLSN: (805:150:13). Restore from a backup of the database, or repair the database.
During redoing of a logged operation in database 'aws', an error occurred at log record ID (805:390:13). Typically, the specific failure is previously logged as an error in the Windows Event Log service. Restore the database from a full backup, or repair the database.
Could not open new database 'aws'. CREATE DATABASE is aborted. (Microsoft SQL Server, Error: 3456)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=3456&LinkId=20476


BUTTONS:

OK

HELP ME!!

try to attach only the mdf file of your database.

run a command like this :

create database yourdb on (name =yourdb, filename='C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\yourmdffile.mdf') for attach

If it doesn't work do what your message say

|||

Don't work...

The message....

Code Snippet

Msg 1813, Level 16, State 2, Line 1

Could not open new database 'aws'. CREATE DATABASE is aborted.

Msg 3456, Level 21, State 1, Line 1

Could not redo log record (805:390:13), for transaction ID (0:55765), on page (1:1061), database 'aws' (database ID 5). Page: LSN = (804:451:25), type = 2. Log: OpCode = 2, context 3, PrevPageLSN: (805:150:13). Restore from a backup of the database, or repair the database.

Msg 3313, Level 21, State 2, Line 1

During redoing of a logged operation in database 'aws', an error occurred at log record ID (805:390:13). Typically, the specific failure is previously logged as an error in the Windows Event Log service. Restore the database from a full backup, or repair the database.

|||

A last try :

when i said to attach only the mdf file i thaught to following thing:

don't use the log file when making the operation of attaching (put only de mdf file in the folder); so , SQL should recreate the log file.

|||

Ok,

I try this...

and

Code Snippet

File activation failure. The physical file name "c:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\aws_log.ldf" may be incorrect.

The log cannot be rebuilt because the database was not cleanly shut down.

Msg 1813, Level 16, State 2, Line 1

Could not open new database 'aws'. CREATE DATABASE is aborted.

|||

If you have not a backup try to recover with third party. It say :

"Selective recovery means repairing only those transactions and objects that are damaged" Maybe they can help you.

To the other part you have to review the procedures of using servers in your organization (using UPS etc) because "the database was not cleanly shutdown"

|||

As your db was not cleanly shut down you can perform as below

(a) Create a database with the same name in another directory as the one you're trying to attach
(b) Re-create all filesgroups and files as necessary
(c) Shutdown the server
(d) Swap in the old mdf file and any ndf files
(e) Bring up the server and let the database attempt to be recovered and then go into suspect
(f) Put the database in single-user mode.
(g) Run DBCC CHECKDB (dbname, REPAIR_ALLOW_DATA_LOSS) which will rebuild the log and run full repair
(h) Return database to online, multi-user mode.

|||

As your db was not cleanly shut down you can perform as below

ok(a) Create a database with the same name in another directory as the one you're trying to attach
ok(b) Re-create all filesgroups and files as necessary
ok(c) Shutdown the server
ok(d) Swap in the old mdf file and any ndf files
ok(e) Bring up the server and let the database attempt to be recovered and then go into suspect
(f) Put the database in single-user mode.

Well

I cant put the database in single-user mode, i receive this message whend i did this commands...

Commands:

Use aws

go

sp_dboption 'aws', 'dbo use only', false

go

sp_dboption 'aws','single_user', true

go

dbcc checkdb ('aws',repair_allow_data_loss)


aws is my DB


Message:

Msg 926, Level 14, State 1, Line 1
Database 'aws' cannot be opened. It has been marked SUSPECT by recovery. See the SQL Server errorlog for more information.
Msg 926, Level 14, State 1, Line 1
Database 'aws' cannot be opened. It has been marked SUSPECT by recovery. See the SQL Server errorlog for more information.
Msg 5069, Level 16, State 1, Line 1
ALTER DATABASE statement failed.
sp_dboption command failed.
Msg 3456, Level 21, State 1, Line 1
Could not redo log record (805:390:13), for transaction ID (0:55765), on page (1:1061), database 'aws' (database ID 5). Page: LSN = (804:451:25), type = 2. Log: OpCode = 2, context 3, PrevPageLSN: (805:150:13). Restore from a backup of the database, or repair the database.
Msg 3313, Level 21, State 2, Line 1
During redoing of a logged operation in database 'aws', an error occurred at log record ID (805:390:13). Typically, the specific failure is previously logged as an error in the Windows Event Log service. Restore the database from a full backup, or repair the database.
Msg 3414, Level 21, State 1, Line 1
An error occurred during recovery, preventing the database 'aws' (database ID 5) from restarting. Diagnose the recovery errors and fix them, or restore from a known good backup. If errors are not corrected or expected, contact Technical Support.

===================

Then i put the server in Single User mode and execute the command below: ( -m -c )


DBCC CHECKDB (aws, REPAIR_ALLOW_DATA_LOSS)


and receive this message:


Msg 926, Level 14, State 1, Line 1
Database 'aws' cannot be opened. It has been marked SUSPECT by recovery. See the SQL Server errorlog for more information.


======


Well

The DB was atach again, but i cant recovery the data =(

Monday, March 12, 2012

error of Initializing SQL Server Reconciler has failed using SQL Server CE 2.0

hi,

i'm using SQL Server CE 2.0 in my application.
When i try to synchronize my database by calling

replicator.Synchronize();
errors :
Initializing SQL Server Reconciler has failed.
process could not connect to Distributor
SQL Server does not exists and access denied.

what i did right now is i try to register

regsvr32 "C:\Program Files\Microsoft SQL Server CE 2.0\Server\sscerp20.dll"
regsvr32 "C:\Labs\NorthwindTempFiles\sscesa20.dll"

both of the DLL files were succeed register. However, when i try to re-do the synchronization. The same error still happened!!!

I do not know what's going wrong..=(

Who can help me?!!! HELP~~~~~~~~~

thanks..

June,
Can you connect to the distributor using osql?
Typically, remote connections are disabled by default after installations.
If that is the case, use SAC (Surface Area COnfiguration) to enable the remote connections, recycle the SQL server and try connecting again.|||Just my two cents....

Also check whether you are able to browse the URL or not
/VirtualDirectoryName/sscesa20.dll">http://<IIS-Box-Name>/VirtualDirectoryName/sscesa20.dll from device?
Are you able to browse the general internet/intranet from the device?
If you are able to do both of the above then both connectivity on the device and on the IIS are setup correctly.|||Hi June...
I am also facing the same problem regarding the Initializing SQL Server Reconciler has failed using SQL Server CE 2.0......in my case it happened when i raised the data size in the database befor sync. Actually i am new to this tech can u pls tell me in detail bout wat xactly these dll are for and how to run
"both of the DLL files were succeed register" wat does this mean...pls do take some of ur time to answer my query.It will be a gr8 help from ur side.....

Thanks in advance to you.
Regards,
Asheesh.|||I'm sorry for late response..I've been disconnected from Internet for few days...
By the way, how to connect to my distributor. Actually my distributor is same as my publisher...|||when i type http://IP_address/Virtual_dir_alias/sscesa20.dll

the SQL Server CE Server Agent is shown in my browser|||Hi, Asheesh...

I facing this problem just i try to pull a table from my SQL Server 2000 to my emulator's local database using SQL Server Ce 2.0. I did not try to raise my data size since i just want to create a new database for my emulator. However, i assume i succeed to connect my sscesa20.dll since when i try to browse sscesa20.dll, SQL Server Ce Server Agent message is shown in my browser (no matter in desktop IE or emulator IE)

I try to search online, some suggest that the error occur because of the DLL file that correspond to the SQL Server CE Replication provider is not registered on the computer where SQL Server CE Server Tools is installed. That's y i tried to manually register this DLL file.|||

Mahesh Dudgikar wrote:

June,
Can you connect to the distributor using osql?
Typically, remote connections are disabled by default after installations.
If that is the case, use SAC (Surface Area COnfiguration) to enable the remote connections, recycle the SQL server and try connecting again.

Hi Mahesh,

thanks for reply...

what is SAC...^^;;
i do not know what is that...?

thanks

best regards,
june|||

Hi June,
SAC is Surface Area Configuration Tool that lets you manage how connections are done to this instance of SQL Server.
To access it Click on Start-->All Programs-->Microsoft SQL Server-->Configuration Tools-->SQL Server Surface Area Configuration-->Surface Area Configuration for Services and Connections-->DataBase Engine-->Remote Connections-->Local and Remote conenctions-->Using both TCP/IP and named pipes.
Then recycle the server.

Also try connecting to the SQL Server from a remote machine using osql to see if you can connect to the server.

|||Hi Mahesh,

I'm sorry, i didn't mention my SQL Server version in my previous message. Actually i'm using SQL Server 2000...I'm not sure whether SQL Server 2000 having SAC feature..However, i didn't get Configuration Tools in from my MS SQL Server folder...:(

thanks...

june|||And I assumed this was SQL Server 2005 :) dont know why I was under that impression. SAC is only with SQL Server 2005.

So now, you have SQL Server 200 SP3 or SP4?
Can you also try registering replrec.dll? This should be in %ProgramFiles%\Microsoft SQL Server\80\COM directory and retry the synch please.|||June, Could you also please post the connection string you are using to connect to the server.|||Hi,

i'm using SP3a for my SQL Server 2000.
I registered the replrec.dll and re-sync..the error still remain

error messages:
initializing SQL Server Reconciler has failed
process could not connect to Distributor
SQL Server does not exist or access denied..
=(|||Few more questions:
1. Have youever synched successfully previously with this device (subscriber) and publisher?
2. Is this reinitializing?
3. What about permissions for snapshot folder and other items for IIS/SQL Server service. When you setup the virtual directory did you provide all the accounts permissions?|||

ok...my replication declaration:

private const string INTERNETURL = "http://localhost/Northwind/sscesa20.dll";
private const string PUBLISHERSERVER = "TWEEDLEDEE";
private const string PUBLISHERDATABASE = "Northwind";
private const SecurityType PUBLISHERSECURITYMODE =
SecurityType.NTAuthentication;
private const string PUBLICATION = "NorthwindProducts";
private string SUBSCRIBER = Dns.GetHostName();
private const string LOCALDATABASE = "\\My Documents\\products.sdf";
private const string CONNECTIONSTRING = "data source = " + LOCALDATABASE;

i do not sure is it my snapshot folder problem...i'm confuse to the snapshot folder that i created during creating my publication and during set up my virtual directory folder. When i create my publication, my snapshot is C:\Labs\Snapshot (i follow the tutorial)
However, when i set up my virtual directory and enter d same path (C:\Labs\Snapshot), it pop up a message said unable to found the file. Then i enter the snapshot folder as
\\computer_name\C$\Program Files\Microsoft SQL Server\MSSQL$TWEEDLEDEE\ReplData

HOWEVER, when i check out my snapshot location using Enterprise Server
there stated it as \\computer_name\C$\Program Files\Microsoft SQL Server\MSSQL$TWEEDLEDEE\REPLDATA
under generate snapshot in the following location

error of Initializing SQL Server Reconciler has failed using SQL Server CE 2.0

hi,

i'm using SQL Server CE 2.0 in my application.
When i try to synchronize my database by calling

replicator.Synchronize();
errors :
Initializing SQL Server Reconciler has failed.
process could not connect to Distributor
SQL Server does not exists and access denied.

what i did right now is i try to register

regsvr32 "C:\Program Files\Microsoft SQL Server CE 2.0\Server\sscerp20.dll"
regsvr32 "C:\Labs\NorthwindTempFiles\sscesa20.dll"

both of the DLL files were succeed register. However, when i try to re-do the synchronization. The same error still happened!!!

I do not know what's going wrong..=(

Who can help me?!!! HELP~~~~~~~~~

thanks..

June,
Can you connect to the distributor using osql?
Typically, remote connections are disabled by default after installations.
If that is the case, use SAC (Surface Area COnfiguration) to enable the remote connections, recycle the SQL server and try connecting again.|||Just my two cents....

Also check whether you are able to browse the URL or not
/VirtualDirectoryName/sscesa20.dll">http://<IIS-Box-Name>/VirtualDirectoryName/sscesa20.dll from device?
Are you able to browse the general internet/intranet from the device?
If you are able to do both of the above then both connectivity on the device and on the IIS are setup correctly.|||Hi June...
I am also facing the same problem regarding the Initializing SQL Server Reconciler has failed using SQL Server CE 2.0......in my case it happened when i raised the data size in the database befor sync. Actually i am new to this tech can u pls tell me in detail bout wat xactly these dll are for and how to run
"both of the DLL files were succeed register" wat does this mean...pls do take some of ur time to answer my query.It will be a gr8 help from ur side.....

Thanks in advance to you.
Regards,
Asheesh.|||I'm sorry for late response..I've been disconnected from Internet for few days...
By the way, how to connect to my distributor. Actually my distributor is same as my publisher...|||when i type http://IP_address/Virtual_dir_alias/sscesa20.dll

the SQL Server CE Server Agent is shown in my browser|||Hi, Asheesh...

I facing this problem just i try to pull a table from my SQL Server 2000 to my emulator's local database using SQL Server Ce 2.0. I did not try to raise my data size since i just want to create a new database for my emulator. However, i assume i succeed to connect my sscesa20.dll since when i try to browse sscesa20.dll, SQL Server Ce Server Agent message is shown in my browser (no matter in desktop IE or emulator IE)

I try to search online, some suggest that the error occur because of the DLL file that correspond to the SQL Server CE Replication provider is not registered on the computer where SQL Server CE Server Tools is installed. That's y i tried to manually register this DLL file.|||

Mahesh Dudgikar wrote:

June,
Can you connect to the distributor using osql?
Typically, remote connections are disabled by default after installations.
If that is the case, use SAC (Surface Area COnfiguration) to enable the remote connections, recycle the SQL server and try connecting again.

Hi Mahesh,

thanks for reply...

what is SAC...^^;;
i do not know what is that...?

thanks

best regards,
june|||

Hi June,
SAC is Surface Area Configuration Tool that lets you manage how connections are done to this instance of SQL Server.
To access it Click on Start-->All Programs-->Microsoft SQL Server-->Configuration Tools-->SQL Server Surface Area Configuration-->Surface Area Configuration for Services and Connections-->DataBase Engine-->Remote Connections-->Local and Remote conenctions-->Using both TCP/IP and named pipes.
Then recycle the server.

Also try connecting to the SQL Server from a remote machine using osql to see if you can connect to the server.

|||Hi Mahesh,

I'm sorry, i didn't mention my SQL Server version in my previous message. Actually i'm using SQL Server 2000...I'm not sure whether SQL Server 2000 having SAC feature..However, i didn't get Configuration Tools in from my MS SQL Server folder...:(

thanks...

june|||And I assumed this was SQL Server 2005 :) dont know why I was under that impression. SAC is only with SQL Server 2005.

So now, you have SQL Server 200 SP3 or SP4?
Can you also try registering replrec.dll? This should be in %ProgramFiles%\Microsoft SQL Server\80\COM directory and retry the synch please.|||June, Could you also please post the connection string you are using to connect to the server.|||Hi,

i'm using SP3a for my SQL Server 2000.
I registered the replrec.dll and re-sync..the error still remain

error messages:
initializing SQL Server Reconciler has failed
process could not connect to Distributor
SQL Server does not exist or access denied..
=(|||Few more questions:
1. Have youever synched successfully previously with this device (subscriber) and publisher?
2. Is this reinitializing?
3. What about permissions for snapshot folder and other items for IIS/SQL Server service. When you setup the virtual directory did you provide all the accounts permissions?|||

ok...my replication declaration:

private const string INTERNETURL = "http://localhost/Northwind/sscesa20.dll";
private const string PUBLISHERSERVER = "TWEEDLEDEE";
private const string PUBLISHERDATABASE = "Northwind";
private const SecurityType PUBLISHERSECURITYMODE =
SecurityType.NTAuthentication;
private const string PUBLICATION = "NorthwindProducts";
private string SUBSCRIBER = Dns.GetHostName();
private const string LOCALDATABASE = "\\My Documents\\products.sdf";
private const string CONNECTIONSTRING = "data source = " + LOCALDATABASE;

i do not sure is it my snapshot folder problem...i'm confuse to the snapshot folder that i created during creating my publication and during set up my virtual directory folder. When i create my publication, my snapshot is C:\Labs\Snapshot (i follow the tutorial)
However, when i set up my virtual directory and enter d same path (C:\Labs\Snapshot), it pop up a message said unable to found the file. Then i enter the snapshot folder as
\\computer_name\C$\Program Files\Microsoft SQL Server\MSSQL$TWEEDLEDEE\ReplData

HOWEVER, when i check out my snapshot location using Enterprise Server
there stated it as \\computer_name\C$\Program Files\Microsoft SQL Server\MSSQL$TWEEDLEDEE\REPLDATA
under generate snapshot in the following location

error of Initializing SQL Server Reconciler has failed using SQL Server CE 2.0

hi,

i'm using SQL Server CE 2.0 in my application.
When i try to synchronize my database by calling

replicator.Synchronize();
errors :
Initializing SQL Server Reconciler has failed.
process could not connect to Distributor
SQL Server does not exists and access denied.

what i did right now is i try to register

regsvr32 "C:\Program Files\Microsoft SQL Server CE 2.0\Server\sscerp20.dll"
regsvr32 "C:\Labs\NorthwindTempFiles\sscesa20.dll"

both of the DLL files were succeed register. However, when i try to re-do the synchronization. The same error still happened!!!

I do not know what's going wrong..=(

Who can help me?!!! HELP~~~~~~~~~

thanks..

June,
Can you connect to the distributor using osql?
Typically, remote connections are disabled by default after installations.
If that is the case, use SAC (Surface Area COnfiguration) to enable the remote connections, recycle the SQL server and try connecting again.|||Just my two cents....

Also check whether you are able to browse the URL or not
/VirtualDirectoryName/sscesa20.dll">http://<IIS-Box-Name>/VirtualDirectoryName/sscesa20.dll from device?
Are you able to browse the general internet/intranet from the device?
If you are able to do both of the above then both connectivity on the device and on the IIS are setup correctly.|||Hi June...
I am also facing the same problem regarding the Initializing SQL Server Reconciler has failed using SQL Server CE 2.0......in my case it happened when i raised the data size in the database befor sync. Actually i am new to this tech can u pls tell me in detail bout wat xactly these dll are for and how to run
"both of the DLL files were succeed register" wat does this mean...pls do take some of ur time to answer my query.It will be a gr8 help from ur side.....

Thanks in advance to you.
Regards,
Asheesh.|||I'm sorry for late response..I've been disconnected from Internet for few days...
By the way, how to connect to my distributor. Actually my distributor is same as my publisher...|||when i type http://IP_address/Virtual_dir_alias/sscesa20.dll

the SQL Server CE Server Agent is shown in my browser|||Hi, Asheesh...

I facing this problem just i try to pull a table from my SQL Server 2000 to my emulator's local database using SQL Server Ce 2.0. I did not try to raise my data size since i just want to create a new database for my emulator. However, i assume i succeed to connect my sscesa20.dll since when i try to browse sscesa20.dll, SQL Server Ce Server Agent message is shown in my browser (no matter in desktop IE or emulator IE)

I try to search online, some suggest that the error occur because of the DLL file that correspond to the SQL Server CE Replication provider is not registered on the computer where SQL Server CE Server Tools is installed. That's y i tried to manually register this DLL file.|||

Mahesh Dudgikar wrote:

June,
Can you connect to the distributor using osql?
Typically, remote connections are disabled by default after installations.
If that is the case, use SAC (Surface Area COnfiguration) to enable the remote connections, recycle the SQL server and try connecting again.

Hi Mahesh,

thanks for reply...

what is SAC...^^;;
i do not know what is that...?

thanks

best regards,
june|||

Hi June,
SAC is Surface Area Configuration Tool that lets you manage how connections are done to this instance of SQL Server.
To access it Click on Start-->All Programs-->Microsoft SQL Server-->Configuration Tools-->SQL Server Surface Area Configuration-->Surface Area Configuration for Services and Connections-->DataBase Engine-->Remote Connections-->Local and Remote conenctions-->Using both TCP/IP and named pipes.
Then recycle the server.

Also try connecting to the SQL Server from a remote machine using osql to see if you can connect to the server.

|||Hi Mahesh,

I'm sorry, i didn't mention my SQL Server version in my previous message. Actually i'm using SQL Server 2000...I'm not sure whether SQL Server 2000 having SAC feature..However, i didn't get Configuration Tools in from my MS SQL Server folder...:(

thanks...

june|||And I assumed this was SQL Server 2005 :) dont know why I was under that impression. SAC is only with SQL Server 2005.

So now, you have SQL Server 200 SP3 or SP4?
Can you also try registering replrec.dll? This should be in %ProgramFiles%\Microsoft SQL Server\80\COM directory and retry the synch please.|||June, Could you also please post the connection string you are using to connect to the server.|||Hi,

i'm using SP3a for my SQL Server 2000.
I registered the replrec.dll and re-sync..the error still remain

error messages:
initializing SQL Server Reconciler has failed
process could not connect to Distributor
SQL Server does not exist or access denied..
=(|||Few more questions:
1. Have youever synched successfully previously with this device (subscriber) and publisher?
2. Is this reinitializing?
3. What about permissions for snapshot folder and other items for IIS/SQL Server service. When you setup the virtual directory did you provide all the accounts permissions?|||

ok...my replication declaration:

private const string INTERNETURL = "http://localhost/Northwind/sscesa20.dll";
private const string PUBLISHERSERVER = "TWEEDLEDEE";
private const string PUBLISHERDATABASE = "Northwind";
private const SecurityType PUBLISHERSECURITYMODE =
SecurityType.NTAuthentication;
private const string PUBLICATION = "NorthwindProducts";
private string SUBSCRIBER = Dns.GetHostName();
private const string LOCALDATABASE = "\\My Documents\\products.sdf";
private const string CONNECTIONSTRING = "data source = " + LOCALDATABASE;

i do not sure is it my snapshot folder problem...i'm confuse to the snapshot folder that i created during creating my publication and during set up my virtual directory folder. When i create my publication, my snapshot is C:\Labs\Snapshot (i follow the tutorial)
However, when i set up my virtual directory and enter d same path (C:\Labs\Snapshot), it pop up a message said unable to found the file. Then i enter the snapshot folder as
\\computer_name\C$\Program Files\Microsoft SQL Server\MSSQL$TWEEDLEDEE\ReplData

HOWEVER, when i check out my snapshot location using Enterprise Server
there stated it as \\computer_name\C$\Program Files\Microsoft SQL Server\MSSQL$TWEEDLEDEE\REPLDATA
under generate snapshot in the following location

Error occuring when seeking to backup of transaction log with no_truncate

Dear Group,
I had a database failure and tried to backup the last few
transactions in the log file using the no-truncate option
and it failed with the following error statement
"could not open fcb for invalid file ID 0 in database ..."
I am running SQL Server Enterprise Edition on Windows 2000
Server with SP 4 installed.
SQL Server has SP3 installed.
I have never seen this problem previously.
Just before I tried this operation I installed the latest
Windows Updates for Windows 2000.
Any thoughts.
David Watkins
MCT MCSE MCDBAAre you certain that this isn't SQL7? In SQL7, you couldn't do this is the mdf file was lost. If
this indeed is SQL2K, and the ldf files are healthy, I suggest you open a case with MS...
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
"david watkins" <dwatkins@.pacific.net.au> wrote in message
news:2023001c458e2$c09526f0$a401280a@.phx.gbl...
> Dear Group,
> I had a database failure and tried to backup the last few
> transactions in the log file using the no-truncate option
> and it failed with the following error statement
> "could not open fcb for invalid file ID 0 in database ..."
> I am running SQL Server Enterprise Edition on Windows 2000
> Server with SP 4 installed.
> SQL Server has SP3 installed.
> I have never seen this problem previously.
> Just before I tried this operation I installed the latest
> Windows Updates for Windows 2000.
> Any thoughts.
> David Watkins
> MCT MCSE MCDBA

Error number: 2147200953 Article 'TGS_LOG' failed data valid

Hi,
the merge-agent of a mergereplication with a publisher and two subscribers
stops with the message:
Error number: 2147200953 Article 'TGS_LOG' failed data validation.
How can I solve the problem ?
Best regards
Axel Lanser
Did you run a validation? Typically you get this emessage when you run a
validation. You might want to reinitialize to get your data back in sync.
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
"ALN" <ALN@.discussions.microsoft.com> wrote in message
news:CA73A80F-AADD-4933-BE44-D4AD7B0CD1AD@.microsoft.com...
> Hi,
> the merge-agent of a mergereplication with a publisher and two subscribers
> stops with the message:
> Error number: 2147200953 Article 'TGS_LOG' failed data validation.
> How can I solve the problem ?
> Best regards
> Axel Lanser
|||Hi,
I don't run a validation. The validation starts automaticaly. It was the
first start of the merge process after generating the subscriber.
Is it possible to reinitialize only the tables wich produce the error ?
Best regards
Axel Lanser
"Hilary Cotter" wrote:

> Did you run a validation? Typically you get this emessage when you run a
> validation. You might want to reinitialize to get your data back in sync.
> --
> Hilary Cotter
> Looking for a SQL Server replication book?
> http://www.nwsu.com/0974973602.html
> Looking for a FAQ on Indexing Services/SQL FTS
> http://www.indexserverfaq.com
> "ALN" <ALN@.discussions.microsoft.com> wrote in message
> news:CA73A80F-AADD-4933-BE44-D4AD7B0CD1AD@.microsoft.com...
>
>

Sunday, March 11, 2012

Error Number : 29503 The SQL Server service failed to start.

Is there a trick to getting this installed correctly? Everything works great until it gets up to starting the service. Here is the complete section of my setup log file.

SQL 2005 Standard.

Machine : KINGSERVER550
Product : SQL Server Database Services
Error : The SQL Server service failed to start. For more information, see the SQL Server Books Online topics, "How to: View SQL Server 2005 Setup Log Files" and "Starting SQL Server Manually."
--
Machine : KINGSERVER550
Product : Microsoft SQL Server 2005
Product Version : 9.00.1399.06
Install : Failed
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0003_KINGSERVER550_SQL.log
Last Action : InstallFinalize
Error String : The SQL Server service failed to start. For more information, see the SQL Server Books Online topics, "How to: View SQL Server 2005 Setup Log Files" and "Starting SQL Server Manually."
The error is (1067) The process terminated unexpectedly.
Error Number : 29503

I searched a previous thread dealing with this error, but seems like nobody has found a solution.

--Tony

Did you look in this log file

Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0003_KINGSERVER550_SQL.log

|||

Well, I took a look at the log file you specified and there is a small section that contains the same information and informs me to look in the SQL Server Books Online.

Here is an excerpt from the log file. It is also on my server accessible through the following link.

http://www.kingenterprises.dynu.com/SQLSetup0003_KINGSERVER550_SQL.log

- Context --


Setting status of unmanaged components and removing unmanaged resources
Do_sqlScript
SqlScriptHlpr
Start service MSSQL$KINGSQL

Error Code: 1067
MSI (s) (5C!6C) [14:50:06:117]: Product: Microsoft SQL Server 2005 -- Error 29503. The SQL Server service failed to start. For more information, see the SQL Server Books Online topics, "How to: View SQL Server 2005 Setup Log Files" and "Starting SQL Server Manually."
The error is (1067) The process terminated unexpectedly..Error 29503. The SQL Server service failed to start. For more information, see the SQL Server Books Online topics, "How to: View SQL Server 2005 Setup Log Files" and "Starting SQL Server Manually."


The error is (1067) The process terminated unexpectedly..<Func Name='GetCAContext'>
<EndFunc Name='GetCAContext' Return='T' GetLastError='0'>
Doing Action: Do_sqlScript
PerfTime Start: Do_sqlScript : Wed Mar 29 14:50:06 2006
Service MSSQL$KINGSQL with parameters '-m SqlSetup -Q -qSQL_Latin1_General_CP1_CI_AS -T4022 -T3659 -T3610 -T4010' is being started at Wed Mar 29 14:50:06 2006 Service failed unexpectedly (1067) Error Code: 0x8007042b (1067)
Windows Error Text: The process terminated unexpectedly. Source File Name: sqlsetuplib\service.cpp
Compiler Timestamp: Fri Sep 16 13:20:12 2005 Function Name: sqls::Service::Start
Source Line Number: 301

- Context --

Setting status of unmanaged components and removing unmanaged resources
Do_sqlScript
SqlScriptHlpr
Start service MSSQL$KINGSQL
Do_sqlScript
SqlScriptHlpr
Start service MSSQL$KINGSQL

Error Code: 1067 MSI (s) (5C!6C) [14:50:12:937]: Product: Microsoft SQL Server 2005 -- Error 29503. The SQL Server service failed to start. For more information, see the SQL Server Books Online topics, "How to: View SQL Server 2005 Setup Log Files" and "Starting SQL Server Manually."
The error is (1067) The process terminated unexpectedly..

Error 29503. The SQL Server service failed to start. For more information, see the SQL Server Books Online topics, "How to: View SQL Server 2005 Setup Log Files" and "Starting SQL Server Manually."
The error is (1067) The process terminated unexpectedly.

|||

Correction on the website...

http://www.kingenterprises.dynu.com/SQLSetup0003_KINGSERVER550_SQL.log.txt

It seems IIS will not serve a "log" file extension.

|||

You might check the SQL engine log file, located somewhere like this: C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG. If the engine tried to start and failed, the reason will be in there.

|||

FOUND MY PROBLEM!!

FOUND MY PROBLEM!!

The error relates to the type of processor used on the machine that is loading SQL 2005 (Std, Devoper, Enterprise, etc...)

Take a look at this post on the following website.

http://www.sqljunkies.com/Forums/ShowPost.aspx?PostID=167

Apparently the SQL 2005 family does not support AMD K6-2 processors. Anyone else have this problem?

In specific, my processor is: AMD K6-2 550 MHz

x86 Family 5 Model 8 Stepping 12, AuthenticAMD

Problem solved!! Upgrade my damn 'puter.

Thanks anyway everyone!

Tony

Wednesday, March 7, 2012

Error message?

Hi,

I have an error message:

Exception Details:System.Data.SqlClient.SqlException: Conversion failed when converting the varchar value '@.qty' to data type int.

It doesnt say which line of code it is reffering to however..

Could someone help me?

The parameter for @.qty is Textbox1.Text - maybe I could make the text box int only or something?

My code is:

private bool ExecuteUpdate(int quantity)
{
SqlConnection con = new SqlConnection();
con.ConnectionString = "Data Source=.\\SQLEXPRESS;AttachDbFilename=|DataDirectory|\\ASPNETDB.MDF;Integrated Security=True;User Instance=True";

con.Open();

SqlCommand command = new SqlCommand();
command.Connection = con;
TextBox TextBox1 = (TextBox)FormView1.FindControl("TextBox1");
Label labname = (Label)FormView1.FindControl("Label3");
Label labid = (Label)FormView1.FindControl("Label13");

command.CommandText = "UPDATE Items SET Quantityavailable = Quantityavailable - @.qty WHERE productID=@.productID";
command.Parameters.Add("@.qty", TextBox1.Text);
command.Parameters.Add("@.productID", labid.Text);
command.ExecuteNonQuery();

con.Close();
return true;
}

private bool ExecuteInsert(String quantity)
{
SqlConnection con = new SqlConnection();
con.ConnectionString = "Data Source=.\\SQLEXPRESS;AttachDbFilename=|DataDirectory|\\ASPNETDB.MDF;Integrated Security=True;User Instance=True";

con.Open();

SqlCommand command = new SqlCommand();
command.Connection = con;
TextBox TextBox1 = (TextBox)FormView1.FindControl("TextBox1");
Label labname = (Label)FormView1.FindControl("Label3");
Label labid = (Label)FormView1.FindControl("Label13");

command.CommandText = "INSERT INTO Transactions (Usersname,Itemid,itemname,Date,Qty) VALUES ('@.User','@.productID','@.Itemsname',@.date,'@.qty')";
command.Parameters.Add("@.User", System.Web.HttpContext.Current.User.Identity.Name);
command.Parameters.Add("@.Itemsname", labname.Text);
command.Parameters.Add("@.productID", labid.Text);
command.Parameters.Add("@.qty", TextBox1.Text);
command.Parameters.Add("@.date", DateTime.Now.ToString());
command.ExecuteNonQuery();

con.Close();
return true;
}

protected void Button2_Click(object sender, EventArgs e)
{
TextBox TextBox1 = FormView1.FindControl("TextBox1") as TextBox;
ExecuteUpdate(Int32.Parse(TextBox1.Text) );
}

protected void Button2_Command(object sender, CommandEventArgs e)
{
if (e.CommandName == "Update")
{
TextBox TextBox1 = FormView1.FindControl("TextBox1") as TextBox;
ExecuteInsert(TextBox1.Text);
}
}

Thanks to anyone who can help!!!

Jon

jbear123:

Exception Details:System.Data.SqlClient.SqlException: Conversion failed when converting the varchar value '@.qty' to data type int.

Well, the error clearly says that the server is expecting int type value for the parameter called @.qty and you are providing either nothing or some value which is not int for @.qty.

First, make sure that the value in your textbox TextBox1 in of type int.

Second, for better confirmation, pass the cast(ed) value to the @.qty parameter, like Convert.ToInt32(TextBox1.text). This way you'll immediately get notified on the line where you try to convert it to int if the textbox is holding non int values.

jbear123:

command.CommandText = "INSERT INTO Transactions (Usersname,Itemid,itemname,Date,Qty) VALUES ('@.User','@.productID','@.Itemsname',@.date,'@.qty')";

I don't know whether this line is being executed or not, but anyway you'll get an error if at all this line gets executed. The problem is in the insert query you've written. You don't need to add ' (single quotation) around the parameters. It is required only if you're passing the values directly in the query.

Hope this will help.

|||

Hi,

dhimant:

First, make sure that the value in your textbox TextBox1 in of type int.

Just make sure the value typed in is int? Or do i have to edit the settings to make the textbox int only?

The value typed in is always int..

dhimant:

Second, for better confirmation, pass the cast(ed) value to the @.qty parameter, like Convert.ToInt32(TextBox1.text). This way you'll immediately get notified on the line where you try to convert it to int if the textbox is holding non int values.


Where should I put the Convert.ToInt32(TextBox1.text) code?

dhimant:

I don't know whether this line is being executed or not, but anyway you'll get an error if at all this line gets executed. The problem is in the insert query you've written. You don't need to add ' (single quotation) around the parameters. It is required only if you're passing the values directly in the query.


Thanks! Done!

Thanks alot,

Jon

|||

jbear123:

Where should I put the Convert.ToInt32(TextBox1.text) co

Just where you're setting the value for the command parameter value. Instead of just TetBox1.Text write Convert.ToInt32(TextBox1.Text).

|||

Hi,

I had tried that it gives me the same error:

System.Data.SqlClient.SqlException: Conversion failed when converting the varchar value '@.qty' to data type int.

..?

Cheers,

Jon

|||

Now, can you re-post the all modified code again ? I don't see any problem if you've made all the correction. One more thing, Why are you using both button2_command and click events and what are you trying to do with them ?

|||

Hi,

Code:

private bool ExecuteUpdate(int quantity)
{
SqlConnection con = new SqlConnection();
con.ConnectionString = "Data Source=.\\SQLEXPRESS;AttachDbFilename=|DataDirectory|\\ASPNETDB.MDF;Integrated Security=True;User Instance=True";

con.Open();

SqlCommand command = new SqlCommand();
command.Connection = con;
TextBox TextBox1 = (TextBox)FormView1.FindControl("TextBox1");
Label labname = (Label)FormView1.FindControl("Label3");
Label labid = (Label)FormView1.FindControl("Label13");

command.CommandText = "UPDATE Items SET Quantityavailable = Quantityavailable - '@.qty' WHERE productID=@.productID";
command.Parameters.Add("@.qty", TextBox1.Text);
command.Parameters.Add("@.productID", labid.Text);
command.ExecuteNonQuery();

con.Close();
return true;
}

private bool ExecuteInsert(String quantity)
{
SqlConnection con = new SqlConnection();
con.ConnectionString = "Data Source=.\\SQLEXPRESS;AttachDbFilename=|DataDirectory|\\ASPNETDB.MDF;Integrated Security=True;User Instance=True";

con.Open();

SqlCommand command = new SqlCommand();
command.Connection = con;
TextBox TextBox1 = (TextBox)FormView1.FindControl("TextBox1");
Label labname = (Label)FormView1.FindControl("Label3");
Label labid = (Label)FormView1.FindControl("Label13");

command.CommandText = "INSERT INTO Transactions (Usersname,Itemid,itemname,Date,Qty) VALUES (@.User,@.productID,@.Itemsname,@.date,@.qty)";
command.Parameters.Add("@.User", System.Web.HttpContext.Current.User.Identity.Name);
command.Parameters.Add("@.Itemsname", labname.Text);
command.Parameters.Add("@.productID", labid.Text);
command.Parameters.Add("@.qty", Convert.ToInt32(TextBox1.Text));
command.Parameters.Add("@.date", DateTime.Now.ToString());
command.ExecuteNonQuery();

con.Close();
return true;
}

protected void Button2_Click(object sender, EventArgs e)
{
TextBox TextBox1 = FormView1.FindControl("TextBox1") as TextBox;
ExecuteUpdate(Int32.Parse(TextBox1.Text) );
}

protected void Button2_Command(object sender, CommandEventArgs e)
{
if (e.CommandName == "Update")
{
TextBox TextBox1 = FormView1.FindControl("TextBox1") as TextBox;
ExecuteInsert(TextBox1.Text);
}
}
}

dhimant:

One more thing, Why are you using both button2_command and click events and what are you trying to do with them ?

I used them to initiate update and insert, someone suggested that I didnt put them both in button click? Should I?

Thanks again!

Jon

Error message: Setup failed to configure the server

Re: SQL Server 2000 Developer Edition

Error message: Setup failed to configure the server

I'm attempting to install SQL Server 2000 Developer Edition on a 2nd workstation in our area for development and practice with having this 2nd workstation as a "local" (test) SQL Server box. The install fails with the above mentioned message. (We have a database running in production on SQL Server 2000 and we need a place to simply copy the database and run tests on it)

The target PC is running WInXP Pro-SP3 and has IIS installed, along with Visual Studio 2005 & .Net framework, etc.

I downloaded it (via MSDN license) and accepted the defaults on the install.

Any feedback is appreciated.

Thanks,

RLN

Can you read through this post and see if it applies to your environment?

http://www.dbforums.com/showthread.php?t=374088

Thanks,
Sam Lester (MSFT)

|||

Samuel,

>>HKLM\Software\Microsoft\Windows\CurrentVersion\Set up\ExceptionComponents,<<

Your link mentioned an advisory to delete the following registry entry and re-install. This fixed it. Thank you for the tip and I apologize for not responding back sooner to your suggestion.

Thank you.

Error message: Setup failed to configure the server

Re: SQL Server 2000 Developer Edition

Error message: Setup failed to configure the server

I'm attempting to install SQL Server 2000 Developer Edition on a 2nd workstation in our area for development and practice with having this 2nd workstation as a "local" (test) SQL Server box. The install fails with the above mentioned message. (We have a database running in production on SQL Server 2000 and we need a place to simply copy the database and run tests on it)

The target PC is running WInXP Pro-SP3 and has IIS installed, along with Visual Studio 2005 & .Net framework, etc.

I downloaded it (via MSDN license) and accepted the defaults on the install.

Any feedback is appreciated.

Thanks,

RLN

Can you read through this post and see if it applies to your environment?

http://www.dbforums.com/showthread.php?t=374088

Thanks,
Sam Lester (MSFT)

|||

Samuel,

>>HKLM\Software\Microsoft\Windows\CurrentVersion\Set up\ExceptionComponents,<<

Your link mentioned an advisory to delete the following registry entry and re-install. This fixed it. Thank you for the tip and I apologize for not responding back sooner to your suggestion.

Thank you.

Error Message: Setup Failed because MSSQL$SQLExpress is disabled for the current hardware profil

When installing SQLEXPRESS I am getting this message:

Setup failed because service MSSQL$SQLExpress is disabled for the current hardware profile. Services must be set with the current Hardware Profile logon property enabled.

Anybody knows how to fix this problem?

Eitan

Can you describe the machine you're trying to install on (architecture, os, etc)?|||

It is windows 2000 server edition.

The SQL Server Express was installed and working fine.

I to installed the SQL Server 2005 Developer Edition but it brought my computer to a halt almost so I uninstalled.

After uninstalling it the SQL Server Express did not work and I am trying to re-install it.

Thanks

Eitan

|||

You might want to try the following guidance on cleaning up the machine before reinstalling.

http://support.microsoft.com/kb/909967

Michelle

|||

Do you have MSSQL$SQLExpress service installed at all in SCM?

If so go to service properties and on Log On tab enable HW profile.

If the service is not installed open regedit and delete this registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Enum\ROOT\LEGACY_MSSQL$SQLExpress

Error Message: Setup Failed because MSSQL$SQLExpress is disabled for the current hardware pr

When installing SQLEXPRESS I am getting this message:

Setup failed because service MSSQL$SQLExpress is disabled for the current hardware profile. Services must be set with the current Hardware Profile logon property enabled.

Anybody knows how to fix this problem?

Eitan

Can you describe the machine you're trying to install on (architecture, os, etc)?|||

It is windows 2000 server edition.

The SQL Server Express was installed and working fine.

I to installed the SQL Server 2005 Developer Edition but it brought my computer to a halt almost so I uninstalled.

After uninstalling it the SQL Server Express did not work and I am trying to re-install it.

Thanks

Eitan

|||

You might want to try the following guidance on cleaning up the machine before reinstalling.

http://support.microsoft.com/kb/909967

Michelle

|||

Do you have MSSQL$SQLExpress service installed at all in SCM?

If so go to service properties and on Log On tab enable HW profile.

If the service is not installed open regedit and delete this registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Enum\ROOT\LEGACY_MSSQL$SQLExpress

Error Message: Failed to initialize Distributed COM

Here is the full message from the Event Log.

Failed to initialize Distributed COM (CoInitializeEx returned 80010119). Heterogeneous queries and remote procedure calls are disabled. Check the DCOM configuration using Component Services in Control Panel.

Any ideas as to how to troubleshoot or solve this?

Thanks!

What are you doing when you get this error?

Mike

|||

Attempting to run a check database from Act 2007 diagnostics.

Sunday, February 26, 2012

Error Message when starting SQL

This application has failed to start because MSVCXP71.dll was not found.
Re-installing the application may fix this problem.
I have tried reinstalling SQL and it did not resolve the problem, also
tried uninstalling but the uninstalltion did not uninstall everything.AZ,
I don't think that is a SQL Server file. And Google has nothing for that
file name. Are you sure the name is correct? Have you checked the
application event log to see if any other events/errors were reported?
HTH
Jerry
"AZ" <AZ@.discussions.microsoft.com> wrote in message
news:CF97F012-F80A-43D3-8043-91238838F685@.microsoft.com...
> This application has failed to start because MSVCXP71.dll was not found.
> Re-installing the application may fix this problem.
> I have tried reinstalling SQL and it did not resolve the problem, also
> tried uninstalling but the uninstalltion did not uninstall everything.
>|||When i try to start the sqlserveragent the first message i get is the service
did not respond to the start or control request in a timely fashion
When i click ok then i get
An error 1053 - (The service did not respond to the start or control request
in a timely fashion) occurred while performing this service operation on the
MSSQLServer service
The other message is when i open the enterprise manager and try to open the
database from there
"Jerry Spivey" wrote:
> AZ,
> I don't think that is a SQL Server file. And Google has nothing for that
> file name. Are you sure the name is correct? Have you checked the
> application event log to see if any other events/errors were reported?
> HTH
> Jerry
> "AZ" <AZ@.discussions.microsoft.com> wrote in message
> news:CF97F012-F80A-43D3-8043-91238838F685@.microsoft.com...
> > This application has failed to start because MSVCXP71.dll was not found.
> > Re-installing the application may fix this problem.
> >
> > I have tried reinstalling SQL and it did not resolve the problem, also
> > tried uninstalling but the uninstalltion did not uninstall everything.
> >
>
>|||As for event logs under application i get the following three logs
Event Type: Error
Event Source:
Event Category: Alert Engine
Event ID: 318
Date: 21/10/2005
Time: 11:44:54 AM
User: N/A
Computer:
Description:
Unable to read local eventlog (reason: The event log file has changed
between read operations).
Then
Event Type: Information
Event Source:
Event Category: Alert Engine
Event ID: 311
Date: 21/10/2005
Time: 11:44:54 AM
User: N/A
Computer: K
Description:
Attempting to to re-open the local eventlog...
and finally
Event Type: Warning
Event Source:
Event Category: Alert Engine
Event ID: 312
Date: 21/10/2005
Time: 11:44:54 AM
User: N/A
Computer:
Description:
Successfully re-opened the local eventlog - NOTE: Some events may have been
missed.
In under system event log i get the following 2 messages:
Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7009
Date: 21/10/2005
Time: 11:45:00 AM
User: N/A
Computer:
Description:
Timeout (30000 milliseconds) waiting for the MSSQLSERVER service to connect.
Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7000
Date: 21/10/2005
Time: 11:45:00 AM
User: N/A
Computer:
Description:
The MSSQLSERVER service failed to start due to the following error:
The service did not respond to the start or control request in a timely
fashion.
Thanks!
"Jerry Spivey" wrote:
> AZ,
> I don't think that is a SQL Server file. And Google has nothing for that
> file name. Are you sure the name is correct? Have you checked the
> application event log to see if any other events/errors were reported?
> HTH
> Jerry
> "AZ" <AZ@.discussions.microsoft.com> wrote in message
> news:CF97F012-F80A-43D3-8043-91238838F685@.microsoft.com...
> > This application has failed to start because MSVCXP71.dll was not found.
> > Re-installing the application may fix this problem.
> >
> > I have tried reinstalling SQL and it did not resolve the problem, also
> > tried uninstalling but the uninstalltion did not uninstall everything.
> >
>
>|||Ok...test box? if so let's cut to the chase and change the startup account
for the services to the local system account and see if they start then.
HTH
Jerry
"AZ" <AZ@.discussions.microsoft.com> wrote in message
news:7DD97CE8-0F33-4D46-99C1-6BEA0B7AE0C7@.microsoft.com...
> As for event logs under application i get the following three logs
> Event Type: Error
> Event Source:
> Event Category: Alert Engine
> Event ID: 318
> Date: 21/10/2005
> Time: 11:44:54 AM
> User: N/A
> Computer:
> Description:
> Unable to read local eventlog (reason: The event log file has changed
> between read operations).
> Then
> Event Type: Information
> Event Source:
> Event Category: Alert Engine
> Event ID: 311
> Date: 21/10/2005
> Time: 11:44:54 AM
> User: N/A
> Computer: K
> Description:
> Attempting to to re-open the local eventlog...
> and finally
> Event Type: Warning
> Event Source:
> Event Category: Alert Engine
> Event ID: 312
> Date: 21/10/2005
> Time: 11:44:54 AM
> User: N/A
> Computer:
> Description:
> Successfully re-opened the local eventlog - NOTE: Some events may have
> been
> missed.
>
> In under system event log i get the following 2 messages:
> Event Type: Error
> Event Source: Service Control Manager
> Event Category: None
> Event ID: 7009
> Date: 21/10/2005
> Time: 11:45:00 AM
> User: N/A
> Computer:
> Description:
> Timeout (30000 milliseconds) waiting for the MSSQLSERVER service to
> connect.
> Event Type: Error
> Event Source: Service Control Manager
> Event Category: None
> Event ID: 7000
> Date: 21/10/2005
> Time: 11:45:00 AM
> User: N/A
> Computer:
> Description:
> The MSSQLSERVER service failed to start due to the following error:
> The service did not respond to the start or control request in a timely
> fashion.
> Thanks!
> "Jerry Spivey" wrote:
>> AZ,
>> I don't think that is a SQL Server file. And Google has nothing for that
>> file name. Are you sure the name is correct? Have you checked the
>> application event log to see if any other events/errors were reported?
>> HTH
>> Jerry
>> "AZ" <AZ@.discussions.microsoft.com> wrote in message
>> news:CF97F012-F80A-43D3-8043-91238838F685@.microsoft.com...
>> > This application has failed to start because MSVCXP71.dll was not
>> > found.
>> > Re-installing the application may fix this problem.
>> >
>> > I have tried reinstalling SQL and it did not resolve the problem, also
>> > tried uninstalling but the uninstalltion did not uninstall everything.
>> >
>>

Error Message when starting SQL

This application has failed to start because MSVCXP71.dll was not found.
Re-installing the application may fix this problem.
I have tried reinstalling SQL and it did not resolve the problem, also
tried uninstalling but the uninstalltion did not uninstall everything.
AZ,
I don't think that is a SQL Server file. And Google has nothing for that
file name. Are you sure the name is correct? Have you checked the
application event log to see if any other events/errors were reported?
HTH
Jerry
"AZ" <AZ@.discussions.microsoft.com> wrote in message
news:CF97F012-F80A-43D3-8043-91238838F685@.microsoft.com...
> This application has failed to start because MSVCXP71.dll was not found.
> Re-installing the application may fix this problem.
> I have tried reinstalling SQL and it did not resolve the problem, also
> tried uninstalling but the uninstalltion did not uninstall everything.
>
|||When i try to start the sqlserveragent the first message i get is the service
did not respond to the start or control request in a timely fashion
When i click ok then i get
An error 1053 - (The service did not respond to the start or control request
in a timely fashion) occurred while performing this service operation on the
MSSQLServer service
The other message is when i open the enterprise manager and try to open the
database from there
"Jerry Spivey" wrote:

> AZ,
> I don't think that is a SQL Server file. And Google has nothing for that
> file name. Are you sure the name is correct? Have you checked the
> application event log to see if any other events/errors were reported?
> HTH
> Jerry
> "AZ" <AZ@.discussions.microsoft.com> wrote in message
> news:CF97F012-F80A-43D3-8043-91238838F685@.microsoft.com...
>
>
|||As for event logs under application i get the following three logs
Event Type:Error
Event Source:
Event Category:Alert Engine
Event ID:318
Date:21/10/2005
Time:11:44:54 AM
User:N/A
Computer:
Description:
Unable to read local eventlog (reason: The event log file has changed
between read operations).
Then
Event Type:Information
Event Source:
Event Category:Alert Engine
Event ID:311
Date:21/10/2005
Time:11:44:54 AM
User:N/A
Computer:K
Description:
Attempting to to re-open the local eventlog...
and finally
Event Type:Warning
Event Source:
Event Category:Alert Engine
Event ID:312
Date:21/10/2005
Time:11:44:54 AM
User:N/A
Computer:
Description:
Successfully re-opened the local eventlog - NOTE: Some events may have been
missed.
In under system event log i get the following 2 messages:
Event Type:Error
Event Source:Service Control Manager
Event Category:None
Event ID:7009
Date:21/10/2005
Time:11:45:00 AM
User:N/A
Computer:
Description:
Timeout (30000 milliseconds) waiting for the MSSQLSERVER service to connect.
Event Type:Error
Event Source:Service Control Manager
Event Category:None
Event ID:7000
Date:21/10/2005
Time:11:45:00 AM
User:N/A
Computer:
Description:
The MSSQLSERVER service failed to start due to the following error:
The service did not respond to the start or control request in a timely
fashion.
Thanks!
"Jerry Spivey" wrote:

> AZ,
> I don't think that is a SQL Server file. And Google has nothing for that
> file name. Are you sure the name is correct? Have you checked the
> application event log to see if any other events/errors were reported?
> HTH
> Jerry
> "AZ" <AZ@.discussions.microsoft.com> wrote in message
> news:CF97F012-F80A-43D3-8043-91238838F685@.microsoft.com...
>
>
|||Ok...test box? if so let's cut to the chase and change the startup account
for the services to the local system account and see if they start then.
HTH
Jerry
"AZ" <AZ@.discussions.microsoft.com> wrote in message
news:7DD97CE8-0F33-4D46-99C1-6BEA0B7AE0C7@.microsoft.com...[vbcol=seagreen]
> As for event logs under application i get the following three logs
> Event Type: Error
> Event Source:
> Event Category: Alert Engine
> Event ID: 318
> Date: 21/10/2005
> Time: 11:44:54 AM
> User: N/A
> Computer:
> Description:
> Unable to read local eventlog (reason: The event log file has changed
> between read operations).
> Then
> Event Type: Information
> Event Source:
> Event Category: Alert Engine
> Event ID: 311
> Date: 21/10/2005
> Time: 11:44:54 AM
> User: N/A
> Computer: K
> Description:
> Attempting to to re-open the local eventlog...
> and finally
> Event Type: Warning
> Event Source:
> Event Category: Alert Engine
> Event ID: 312
> Date: 21/10/2005
> Time: 11:44:54 AM
> User: N/A
> Computer:
> Description:
> Successfully re-opened the local eventlog - NOTE: Some events may have
> been
> missed.
>
> In under system event log i get the following 2 messages:
> Event Type: Error
> Event Source: Service Control Manager
> Event Category: None
> Event ID: 7009
> Date: 21/10/2005
> Time: 11:45:00 AM
> User: N/A
> Computer:
> Description:
> Timeout (30000 milliseconds) waiting for the MSSQLSERVER service to
> connect.
> Event Type: Error
> Event Source: Service Control Manager
> Event Category: None
> Event ID: 7000
> Date: 21/10/2005
> Time: 11:45:00 AM
> User: N/A
> Computer:
> Description:
> The MSSQLSERVER service failed to start due to the following error:
> The service did not respond to the start or control request in a timely
> fashion.
> Thanks!
> "Jerry Spivey" wrote:

Error Message when starting SQL

This application has failed to start because MSVCXP71.dll was not found.
Re-installing the application may fix this problem.
I have tried reinstalling SQL and it did not resolve the problem, also
tried uninstalling but the uninstalltion did not uninstall everything.AZ,
I don't think that is a SQL Server file. And Google has nothing for that
file name. Are you sure the name is correct? Have you checked the
application event log to see if any other events/errors were reported?
HTH
Jerry
"AZ" <AZ@.discussions.microsoft.com> wrote in message
news:CF97F012-F80A-43D3-8043-91238838F685@.microsoft.com...
> This application has failed to start because MSVCXP71.dll was not found.
> Re-installing the application may fix this problem.
> I have tried reinstalling SQL and it did not resolve the problem, also
> tried uninstalling but the uninstalltion did not uninstall everything.
>|||When i try to start the sqlserveragent the first message i get is the servic
e
did not respond to the start or control request in a timely fashion
When i click ok then i get
An error 1053 - (The service did not respond to the start or control request
in a timely fashion) occurred while performing this service operation on the
MSSQLServer service
The other message is when i open the enterprise manager and try to open the
database from there
"Jerry Spivey" wrote:

> AZ,
> I don't think that is a SQL Server file. And Google has nothing for that
> file name. Are you sure the name is correct? Have you checked the
> application event log to see if any other events/errors were reported?
> HTH
> Jerry
> "AZ" <AZ@.discussions.microsoft.com> wrote in message
> news:CF97F012-F80A-43D3-8043-91238838F685@.microsoft.com...
>
>|||As for event logs under application i get the following three logs
Event Type: Error
Event Source:
Event Category: Alert Engine
Event ID: 318
Date: 21/10/2005
Time: 11:44:54 AM
User: N/A
Computer:
Description:
Unable to read local eventlog (reason: The event log file has changed
between read operations).
Then
Event Type: Information
Event Source:
Event Category: Alert Engine
Event ID: 311
Date: 21/10/2005
Time: 11:44:54 AM
User: N/A
Computer: K
Description:
Attempting to to re-open the local eventlog...
and finally
Event Type: Warning
Event Source:
Event Category: Alert Engine
Event ID: 312
Date: 21/10/2005
Time: 11:44:54 AM
User: N/A
Computer:
Description:
Successfully re-opened the local eventlog - NOTE: Some events may have been
missed.
In under system event log i get the following 2 messages:
Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7009
Date: 21/10/2005
Time: 11:45:00 AM
User: N/A
Computer:
Description:
Timeout (30000 milliseconds) waiting for the MSSQLSERVER service to connect.
Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7000
Date: 21/10/2005
Time: 11:45:00 AM
User: N/A
Computer:
Description:
The MSSQLSERVER service failed to start due to the following error:
The service did not respond to the start or control request in a timely
fashion.
Thanks!
"Jerry Spivey" wrote:

> AZ,
> I don't think that is a SQL Server file. And Google has nothing for that
> file name. Are you sure the name is correct? Have you checked the
> application event log to see if any other events/errors were reported?
> HTH
> Jerry
> "AZ" <AZ@.discussions.microsoft.com> wrote in message
> news:CF97F012-F80A-43D3-8043-91238838F685@.microsoft.com...
>
>|||Ok...test box? if so let's cut to the chase and change the startup account
for the services to the local system account and see if they start then.
HTH
Jerry
"AZ" <AZ@.discussions.microsoft.com> wrote in message
news:7DD97CE8-0F33-4D46-99C1-6BEA0B7AE0C7@.microsoft.com...[vbcol=seagreen]
> As for event logs under application i get the following three logs
> Event Type: Error
> Event Source:
> Event Category: Alert Engine
> Event ID: 318
> Date: 21/10/2005
> Time: 11:44:54 AM
> User: N/A
> Computer:
> Description:
> Unable to read local eventlog (reason: The event log file has changed
> between read operations).
> Then
> Event Type: Information
> Event Source:
> Event Category: Alert Engine
> Event ID: 311
> Date: 21/10/2005
> Time: 11:44:54 AM
> User: N/A
> Computer: K
> Description:
> Attempting to to re-open the local eventlog...
> and finally
> Event Type: Warning
> Event Source:
> Event Category: Alert Engine
> Event ID: 312
> Date: 21/10/2005
> Time: 11:44:54 AM
> User: N/A
> Computer:
> Description:
> Successfully re-opened the local eventlog - NOTE: Some events may have
> been
> missed.
>
> In under system event log i get the following 2 messages:
> Event Type: Error
> Event Source: Service Control Manager
> Event Category: None
> Event ID: 7009
> Date: 21/10/2005
> Time: 11:45:00 AM
> User: N/A
> Computer:
> Description:
> Timeout (30000 milliseconds) waiting for the MSSQLSERVER service to
> connect.
> Event Type: Error
> Event Source: Service Control Manager
> Event Category: None
> Event ID: 7000
> Date: 21/10/2005
> Time: 11:45:00 AM
> User: N/A
> Computer:
> Description:
> The MSSQLSERVER service failed to start due to the following error:
> The service did not respond to the start or control request in a timely
> fashion.
> Thanks!
> "Jerry Spivey" wrote:
>

Friday, February 24, 2012

Error message question..

I am getting the error message
Procedure or function sp_MSaddinitialarticle has too many arguments specified. The step failed.
Please help me resolve this issue (The knowledge base did not have any relevent information).
Thank you for a quick response,
Carl
You are trying to put more arguments to a
procedure or funtion than it needs.
for example: (psuedo code)
sp_myproc @.A, @.B, @.C
and then you
EXEC sp_myproc 1, 2, 3, 4
would get you the error because you
have too many arguments (4) for the
procedure (3)
Bob M.
"Carl" <Carl@.discussions.microsoft.com> wrote in message
news:AB31BB38-3C7A-4772-93C4-6E453ACC3C63@.microsoft.com...
> I am getting the error message
> Procedure or function sp_MSaddinitialarticle has too many arguments
specified. The step failed.
> Please help me resolve this issue (The knowledge base did not have any
relevent information).
> Thank you for a quick response,
> Carl
|||Carl,
Whats the SQLServer edition and service pack?
Dinesh
SQL Server MVP
--
SQL Server FAQ at
http://www.tkdinesh.com
"Carl" <Carl@.discussions.microsoft.com> wrote in message
news:AB31BB38-3C7A-4772-93C4-6E453ACC3C63@.microsoft.com...
> I am getting the error message
> Procedure or function sp_MSaddinitialarticle has too many arguments
specified. The step failed.
> Please help me resolve this issue (The knowledge base did not have any
relevent information).
> Thank you for a quick response,
> Carl