The leading provider of version control solution and TWAIN SDK
The leading provider of version control solution and TWAIN SDK

Dynamsoft Forums

Support for Version Control, Bug Tracking and Configuration Management Software
* Login   * Register
* FAQ    * Search

It is currently Mon May 21, 2012 11:47 am




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: Problems with SAW plugin for CCNet
PostPosted: Mon Apr 26, 2010 10:11 am 
Offline

Joined: Mon Apr 26, 2010 10:08 am
Posts: 3
I tried to configure CCNet with SAW. I installed Dynamsoft SourceAnyWhere Hosted SDK. After then I placed ccnet.sawh.plugin into CCNet server's directory and then placed this config in ccnet.config file:

<project name="Focus 3 Build">
<sourcecontrol type="SAWH" autoGetSource="true" applyLabel="true" >
<organizationID>101862</organizationID>
<ssl>false</ssl>
<repository>default</repository>
<project>$/MSIUK/Focus 3/DuneFramework/DuneFramework</project>
<username>UserName</username>
<password>Password</password>
<workingDirectory>C:\MSIUK\Focus 3\DuneFramework\DuneFramework</workingDirectory>
<tempDirectory>C:\temp</tempDirectory>
</sourcecontrol>
...
</project>

But I get error when I force build

Error Message: System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {73FC4E44-9F95-4092-9759-40CE36D6EFDD} failed due to the following error: 80040154.
at ccnet.SAWH.plugin.SAWH_PLUGIN.IsSerConn()
at ccnet.SAWH.plugin.SAWH_PLUGIN.IsLogin()
at ccnet.SAWH.plugin.SAWH_PLUGIN.GetModifications(IIntegrationResult from, IIntegrationResult to)
at ThoughtWorks.CruiseControl.Core.Sourcecontrol.QuietPeriod.GetModificationsWithLogging(ISourceControl sc, IIntegrationResult from, IIntegrationResult to)
at ThoughtWorks.CruiseControl.Core.Sourcecontrol.QuietPeriod.GetModifications(ISourceControl sourceControl, IIntegrationResult lastBuild, IIntegrationResult thisBuild)
at ThoughtWorks.CruiseControl.Core.IntegrationRunner.GetModifications(IIntegrationResult from, IIntegrationResult to)
at ThoughtWorks.CruiseControl.Core.IntegrationRunner.Integrate(IntegrationRequest request)

Do you know how to fix this error? We have WinServer 2008R2 x64 with ccnet version 1.5.6804.1.
I tried to register SAWHSDK.dll with regsvr32 command too.

Thanks.


Top
 Profile  
 
 Post subject: Re: Problems with SAW plugin for CCNet
PostPosted: Tue Apr 27, 2010 1:14 am 
Offline
User avatar

Joined: Tue Mar 08, 2005 12:23 am
Posts: 1489
Hi outcoldman,

The cause of the problem is that "SAWHSDK.dll" is not registered properly.

If you are using 64-bit Windows OS, please follow the steps below to solve the problem:

1. Install Microsoft .NET Framework SDK v2.0 (64bit). Here is the download link:
http://www.microsoft.com/downloads/deta ... laylang=en

2. Locate to the installation directory of Microsoft .NET Framework SDK v2.0 and run the following command:
C:\Program Files\Microsoft.NET\SDK\v2.0 64bit> corflags /32bit+ "C:\CruiseControl.NET-{version number}\server\ccnet.exe"

3. Run ccnet.exe.

Thanks.

_________________
Catherine Sea
Dynamsoft Support Team
Dynamsoft - The leading provider of version control solution and TWAIN SDK
Source Control Software | Software Configuration Management | SCM Solution | Issue Tracking
SourceSafe (VSS) Remote/Web/Internet Access | SourceSafe (VSS) Replacement/Alternative | SourceSafe (VSS) Hosting|TFS Hosting

Follow me @Twitter, Facebook
Image


Top
 Profile  
 
 Post subject: Re: Problems with SAW plugin for CCNet
PostPosted: Tue Apr 27, 2010 1:25 am 
Offline

Joined: Mon Apr 26, 2010 10:08 am
Posts: 3
I tried to do this, but still have the same problem...


Top
 Profile  
 
 Post subject: Re: Problems with SAW plugin for CCNet
PostPosted: Wed Apr 28, 2010 1:47 pm 
Offline
User avatar

Joined: Tue Mar 08, 2005 12:23 am
Posts: 1489
Hi outcoldman,

Currently, SourceAnywhere Hosted only supports CCNET 1.4.2 and lower versions. Please try downgrading CCNET to 1.4.2 and let me know how it works.

If the problem persists, you can contact our support team via LiveHelp to have a GoToMeeting session. With GoToMeeting, you can share your desktop and give us controls of your mouse and keyboard when necessary. Our LiveHelp can be found at:
www.dynamsoft.com/support/livehelp.aspx

Thanks.

_________________
Catherine Sea
Dynamsoft Support Team
Dynamsoft - The leading provider of version control solution and TWAIN SDK
Source Control Software | Software Configuration Management | SCM Solution | Issue Tracking
SourceSafe (VSS) Remote/Web/Internet Access | SourceSafe (VSS) Replacement/Alternative | SourceSafe (VSS) Hosting|TFS Hosting

Follow me @Twitter, Facebook
Image


Top
 Profile  
 
 Post subject: Re: Problems with SAW plugin for CCNet
PostPosted: Wed Apr 28, 2010 10:53 pm 
Offline
User avatar

Joined: Wed Apr 07, 2010 2:56 am
Posts: 4
Location: USA
Thanks for the info, i too had the same problem


Top
 Profile  
 
 Post subject: Re: Problems with SAW plugin for CCNet
PostPosted: Wed Apr 28, 2010 11:04 pm 
Offline

Joined: Mon Apr 26, 2010 10:08 am
Posts: 3
Bob83, I design this with CCNet using command line tool


Top
 Profile  
 
 Post subject: Re: Problems with SAW plugin for CCNet
PostPosted: Fri Apr 30, 2010 12:13 pm 
Offline
User avatar

Joined: Tue Mar 08, 2005 12:23 am
Posts: 1489
Hi,

Our developers are planning to work out an internal version which supports the latest version of CCNET. The internal version may be available next week. I will keep you updated on this.

Thanks.

_________________
Catherine Sea
Dynamsoft Support Team
Dynamsoft - The leading provider of version control solution and TWAIN SDK
Source Control Software | Software Configuration Management | SCM Solution | Issue Tracking
SourceSafe (VSS) Remote/Web/Internet Access | SourceSafe (VSS) Replacement/Alternative | SourceSafe (VSS) Hosting|TFS Hosting

Follow me @Twitter, Facebook
Image


Top
 Profile  
 
 Post subject: Re: Problems with SAW plugin for CCNet
PostPosted: Thu Jun 03, 2010 3:29 am 
Offline
User avatar

Joined: Tue Mar 08, 2005 12:23 am
Posts: 1489
Hi,

Our primary version of SourceAnywhere Hosted CCNET Plug-in works well with CruiseControl.NET 1.5.7256.1.

For information on how to fix this error, please refer to:
http://kb.dynamsoft.com/questions/576/E ... 0040154%29

Thanks,

_________________
Catherine Sea
Dynamsoft Support Team
Dynamsoft - The leading provider of version control solution and TWAIN SDK
Source Control Software | Software Configuration Management | SCM Solution | Issue Tracking
SourceSafe (VSS) Remote/Web/Internet Access | SourceSafe (VSS) Replacement/Alternative | SourceSafe (VSS) Hosting|TFS Hosting

Follow me @Twitter, Facebook
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

It is currently Mon May 21, 2012 11:47 am


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

Copyright © 2010 Dynamsoft Corporation. All Rights Reserved. | Knowledge Base | Source Control Blog