Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsExtension Verif...Extension Verif...ERROR Not Help for looking into issueERROR Not Help for looking into issue
Previous
 
Next
New Post
6/19/2013 11:38 PM
 

Hi there,

Could you help us why it throw the following exception when running Extension Verification Service? It looks so strange because I tested it with deleting all the script sql but only including those sqls - create table and insert statement. 

Table scheme: 
CREATE TABLE {databaseOwner}{objectQualifier}SunBlog_TemplateTypes(
[BlogTemplateTypeID] [int] IDENTITY (1, 1) NOT NULL,
[TemplateTypeName] [nvarchar] (50) NULL
)

ALTER TABLE {databaseOwner}{objectQualifier}SunBlog_TemplateTypes ADD 
CONSTRAINT [PK_{objectQualifier}SunBlog_TemplateTypes] PRIMARY KEY CLUSTERED 
(
[BlogTemplateTypeID]
)

)

INSERT Statement SQL:

INSERT INTO {databaseOwner}{objectQualifier}SunBlog_TemplateTypes([TemplateTypeName]) VALUES('Email')
GO

Exception:

While testing against 07.00.00 It appears the extension has an Azure SQL compatibility issue: System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
 at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
 at SQLAzureMWUtils.ScriptDatabase.DownloadTableData(String table, String bcpArgsOut, String file)
 

Thanks a lot.

Regards
Baldwin


sunblognuke v5 for dnn

Ultimate Blogging Module for DotNetNuke Platform
The professional provider of DotNetNuke support, skin design and custom module development.

 
New Post
6/25/2013 10:46 AM
 
We're seeing this error, too ("cannot find the file" from the DownloadTableData call)

Brian Dukes
Engage Software
St. Louis, MO
866-907-4002
DNN partner specializing in custom, enterprise DNN development.
 
New Post
6/25/2013 11:14 AM
 
Hello,

Yes I'm currently working on this. The issue is that when using the SQL Migration Wizard to test the database structure for Azure compatibility in the core of EVS. It attempts to use BCP to test migrate the data. It's difficult to get BCP working correctly in an Azure worker role, so I think I will have to compile a custom version of the SQL Migration Wizard that removes the BCP bits.

Cheers,

Nathan Rover
 
New Post
6/25/2013 1:40 PM
 
Okay, go ahead and give this another try. I've disabled the portion of the SQL Migration Wizard that relied on BCP. Everything should be working fine now.

Please let me know if you have any other questions or comments.

Cheers,

Nathan Rover
 
New Post
7/1/2013 6:32 PM
 
Thanks a lot for your help but now there is no any result output after uploading package. Could you have a look at why? Thanks always :)

sunblognuke v5 for dnn

Ultimate Blogging Module for DotNetNuke Platform
The professional provider of DotNetNuke support, skin design and custom module development.

 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsExtension Verif...Extension Verif...ERROR Not Help for looking into issueERROR Not Help for looking into issue


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out