|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Wednesday, April 24, 2013 4:23 AM
Points: 876,
Visits: 253
|
|
Hi,
We have created a snapshot replication from SQL 2005 to SQL 2000. After configuring the publisher, when I checked the snapshot agent status am able to see that it is not run. It is throwing the error "The system cannot find the path specified". In replication monitor it is showing the error number as 14151.
I have found many articles on the same. But nowhere giving a solution. Please help me to solve this issue.
Thanks in Advance...
Thanks
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Today @ 10:07 AM
Points: 2,802,
Visits: 7,107
|
|
| This could be an issue with the snapshot folder, does the agent have the correct permissions to use this folder?
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Wednesday, April 24, 2013 4:23 AM
Points: 876,
Visits: 253
|
|
I have run the snapshot.exe in COM folder from command prompt. Then it is giving the below error.
System.TypeInitializationException: The type initializer for 'Microsoft.SqlServer.Replication.StringResources' threw an exception. ---> System.ApplicationException: The native replication resource dll failed to load.
at Microsoft.SqlServer.Replication.NativeResourceStringLoader..ctor()
at Microsoft.SqlServer.Replication.StringResources..cctor()
--- End of inner exception stack trace ---
at Microsoft.SqlServer.Replication.ReplMessage..ctor(Exception e)
at Microsoft.SqlServer.Replication.HistoryMessage..ctor(Exception e)
at Microsoft.SqlServer.Replication.SnapshotGenerationAgent.SnapshotGeneration
AgentMessageFactory.CreateAgentMessage(Exception e)
at Microsoft.SqlServer.Replication.AgentCore.LogMessage(Exception e)
at Microsoft.SqlServer.Replication.AgentCore.ThreadFailedHandler(Exception e)
The type initializer for 'Microsoft.SqlServer.Replication.StringResources' threw an exception.
Thanks
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Wednesday, April 24, 2013 4:23 AM
Points: 876,
Visits: 253
|
|
Could you please tell me how to check whether the agent has the correct right to the folder
Thanks
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Today @ 10:07 AM
Points: 2,802,
Visits: 7,107
|
|
On the folder that you selected to put the snapshots check the permissions, The account that the Agent is running should have permission to the folder.
Also if you check the Agent history you should be able to get a more verbose error message.
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Wednesday, April 24, 2013 4:23 AM
Points: 876,
Visits: 253
|
|
In Sql server agent log also it is not updating anything. The folder have the full control permission for the user account which is used for SQL Agent to run
Thanks
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Today @ 10:07 AM
Points: 2,802,
Visits: 7,107
|
|
| Can you see the files being created in the snapshot folder?
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Monday, February 11, 2013 8:27 AM
Points: 1,735,
Visits: 1,947
|
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Wednesday, April 24, 2013 4:23 AM
Points: 876,
Visits: 253
|
|
The snapshot folder does not contain any files. The location of the folder is D:\Program Files\Microsoft SQL Server\MSSQL\90\MSSQL.1\MSSQL\repldata
Thanks
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Today @ 10:07 AM
Points: 2,802,
Visits: 7,107
|
|
What sort of replication are you running, push or pull?
are you running a remote ditributor and if so can this access the folder?
|
|
|
|