Problem with drmcomp (separate delivery with limit startday and end...

Problem with drmcomp (separate delivery with limit startday and end... SearchSearch
Author Message
Chawanop
New member
Username: Dekchaiboy

Post Number: 1
Registered: 12-2006
Posted on Wednesday, December 20, 2006 - 07:04 pm:   

I try to use drmcomp.exe to generate
.dcf and .dr file.

everything is ok until I try to set limitStartDate and limitEndDate constriant.

Output (.dr) file contains only limitStartDate.

I do like this.

drmcomp xxx.jpg -separatedelivery -permission
=play -limitStartDate=20061111 -limitEndDate=20071111

Output .dr is :
...
<o-ex:permission>
<o-dd:play>
<o-ex:constraint>
<o-dd:datetime><o-dd:start>2007-11-11T00:00:00</o-dd:start></o-dd:datetime>
</o-ex:constraint>
</o-dd:play>
...

limitEndDate is not set. It set to limitStartDate instead. Any solution?

Thanks so much