Questions tagged [ddex]

DDEX is "Digital Data Exchange" - An international Standards setting body whose objective is to "Standardise the digital supply chain"

DDEX is "Digital Data Exchange" - An international Standards setting body whose objective is to "Standardise the digital supply chain"

http://ddex.net

DDEX is a consortium of leading media companies, music licensing organisations, digital service providers and technical intermediaries, focused on the creation of digital supply chain standards.

To support the automated exchange of information along the digital supply chain, DDEX has standardised the format in which information is represented in XML messages and the method by which the messages are exchanged between business partners. These standards are developed and made available for industry-wide implementation.

DDEX standards help rightsholders, retailers and technical intermediaries to more effectively communicate information along the digital supply chain. This leads to efficient business transactions, reduced costs and increased revenues for all sectors involved.

Formed in 2006, DDEX initially focused on standardising message formats for the digital music supply chain but the foundation of the standards is sufficiently generic that they can easily be adapted to other digital media supply chains.

10 questions
4
votes
2 answers

How to correctly use GenerateDS for DDEX XML binding

I am interested in Python XML binding for reading input files conforming to this schema: http://ddex.net/xml/ern/341/release-notification.xsd This XSD depends on a number of other ones though, most importantly: http://ddex.net/xml/20120404/ddexC.xsd…
SpongeBob
  • 145
  • 8
1
vote
1 answer

How to maintain incremental versions of xsd files (ddex spec) in Java application?

Scenario We have a java application that hosts the logic for parsing the various versions of ddex specs. For every new ddex release, we currently maintain a respective mapper to map the xml to our Application classes. This is how the process looks…
Vipul Jain
  • 386
  • 3
  • 14
1
vote
0 answers

Visual Studio 2015 Community Edition, Npgsql DDEX Provider Not showing "Functions"

i use Npgsql DDEX Provider version 3.1 and Npgsql 3.1.8 my environtment is Visual Studio 2015 Community Edition, i can connect to the Data Source PostgreSQL. but i can only select table and views from the list. the question is : the DDEX Provider…
1
vote
1 answer

DDEX provider 3.0.1 for Firebird with Visual Studio Pro 2013

I have installed FirebirdSql.Data.FirebirdClient v4.6.4.0 (from msi) and then DDEX provider 3.0.1 (from msi) to make possible data manipulation via VS. I checked GAC in location…
robsonwk
  • 173
  • 4
  • 11
1
vote
1 answer

Firebird EF6 DDEX VS2013 Community Update 4 Dynamic SQL Error

I am trying to read data from an old (but live) Firebird database for my company's ERP. Unfortunately, I have very little info about the Firebird database. It was made by someone else, and I'm not permitted to change it due to the conditions of our…
rob_hir
  • 13
  • 4
1
vote
2 answers

Firebird DDEX Provider Visual Studio 2013 SP3 - Connection dialog disappears immediately

I've installed the latest Firebird ADO.Net Provider (FirebirdSql.Data.FirebirdClient-4.5.1.0.msi) and the latest Firebird DDEX Provider (DDEXProvider-3.0.1.0.msi). Both providers are registered in GAC. FirebirdSql.VisualStudio.DataTools,…
Jens
  • 21
  • 3
1
vote
2 answers

How do I refer to the value of the child of a current node when selecting another node with XPath? (DDEX Related)

Consider this XML structure, a dumbed-down version of the DDEX standard: Foo 1 Bar 2
Gritty Kitty
  • 297
  • 2
  • 12
0
votes
2 answers

Tools to assist with complex XML creation such as DDEX?

DDEX is a standard for data exchange in the music industry (http://www.ddex.net/) It's a fairly complex XML standard or set of standards which involve creating hierarchical XML. Are there any (opensource) tools to assist with doing this? Our data is…
Codek
  • 5,114
  • 3
  • 24
  • 38
0
votes
2 answers

Firebird Data Source form close after I start typing

I am trying to add database through server explorer. I have installed DDEX and ADO.NET, then in Visual studio in project I added SqlClient via NuGet. When I go to Server Explorer > Connect to Database > Firebird Data Source, and then I start typing,…
Parpil
  • 129
  • 2
  • 10
0
votes
1 answer

Firebird Visual Studio 2015 DDEX

I want to use Firebird with Entity Framework / ADO.NET. To do this, I Installed EntityFramework Installed FirebirdSQL.Data.FirebirdClient Installed EntityFramework.Firebird Installed the Firebird DDEX Then, when I try to create a new ADO.NET…
Ludovic C
  • 2,855
  • 20
  • 40