Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-04-25 : 22:50:39
|
George writes "We are hosting a web site in the USA and have a shared SQL 7.0 DB there. We are creating and updating all of our SQL tables outside of the USA. Now we want to do a Merge/Push to get the new data from here back to our host and also get the online changes sent back here, but we get the following error from the Merge Agent:
The merge process could not initialize the subscription. Last action: {call sp_MSsunmarkifneeded (N'ABGV_PW', ?,1,?, ?)} Error Information: Data source, ServerName, 8144 Full error message: Too many arguments were supplied for procedure sp_MSunmarkifneeded.
At this remote server we are just one of many users on that SQL server. I have tried this procedure within our LAN and all seems be work OK. Do we think it is a permissions problem?
We are running Windows 2000 Server, SP1 and SQL 7, SP3.
Thanks for your help, George Turner" |
|
|
|
|
|