PDA

View Full Version : No Delete or Update transactions on page...


Garry Wilmeth
03-05-2009, 09:15 PM
I am trying to apply the digital file pro delete option to the delete page created by DataAssist and I get the following message:

"There are no delete or update transactions on the page. Please insert appropriate transaction first"

In server behaviors, there is a "Delete Record" items. What am I missing here?

Ray Borduin
03-06-2009, 08:47 AM
It sounds like you are applying the ADDT version of delete file on a DataAssist page. That is not our error message.

vera155296
04-07-2009, 06:41 AM
I am getting the same message although the delete record behaviour has been applied using Data assist, and I am definitely using the Webassist Digital File Pro server behaviour. I do however have ADDT installed, so could there be a conflict in the extensions?
I am currently disabling it, although I do not want to keep having to do this every time I use your extension as it is a lengthy proccess, so if you have a workaround it would really be appreciated.

I am using CS4 on Windows Vista. Thanks in advance for your help and/or guidance.

Ray Borduin
04-07-2009, 07:28 AM
What version of DataAssist do you have. If they use the exact same name for a server behavior, then it could cause the problem of their server behavior opening when ours is selected from the menu. I thought we had resolved this in a previous build but it is possible there are still conflicts we were not aware of.

vera155296
04-08-2009, 03:25 AM
Thanks for responding so quickly. I am using the latest available version 2.0.4. It works OK now I have uninstalled ADDT (using version 1.0.1)

Ray Borduin
04-08-2009, 07:42 AM
I will note that we should rename the server behavior in the next release because of naming conflicts with ADDT.

vera155296
04-09-2009, 02:46 AM
Thanks Ray, is there a timescale for the next release?

Ray Borduin
04-09-2009, 07:08 AM
Not publicly. This is one of the products we are planning on updating sometime this year, but the schedule and feature set is still in discussion.

mkondakow
05-11-2009, 05:23 PM
I guess the programmers at Webassist forgot to rename the server behavior name because of conflicts with ADDT's name in the release of DFP2

Do you know if this still on th eagenda?

Thanks

Mickey

Ray Borduin
05-12-2009, 08:01 AM
I think once Adobe announced ADDT was being discontinued, the issues related to incompatability went to the back burner.

If you want to fix the problem, you can probably do it yourself... just go to the user configuration folder: Configuration/Severbehaviors/php_mySQL/DigitalFilePro/Delete File.htm

and rename it to something like: Delete Files.htm

Then go to the file in the same folder: Delete File.edml

Open it in notepad and update the reference to Delete File.htm and update it to the new file name.

That should eliminate the conflict. Let me know if you have any problems.

mkondakow
05-13-2009, 03:09 PM
Hello Ray

Tried your instructions for fixing the conflict with ADDT.
Renamed the file delete file.htm to delete files.htm like you said.

Edited the delete file.edml to change any references to delete file.htm just like the following:

<group name="WA Delete File" version="8.0.2" serverBehavior="Delete Files.htm" hideFromBuilder="true">
<TITLE>WA Delete File</TITLE>
<groupParticipants selectParticipant="Delete File_block2">
<groupParticipant name="WADFP_Include_File" partType="member" />
<groupParticipant name="Delete File_block2" partType="identifier" />
</groupParticipants>
</group>

Still get the same mesage:
"There are no delete or update transactions on the page. Pleae insert appropiate transaction first"

Is there anything that I did wrong in following your instructions?
Thanks
Mickey

Ray Borduin
05-13-2009, 03:28 PM
Please contact me directly at ray@webassist.com and I can schedule a time to look into this with you. I'm not sure why it didn't work, but since I don't have access to ADDT I can't reproduce or test it here and would would need to work with you to reproduce and debug why that didn't work.

fragop363190
05-14-2009, 01:01 AM
If you get down to a working solution please post it here cause i need "includes" feature of ADT and i have uninstalled it to make DFP2 work propelry.


Thanks in advance.

mkondakow
05-15-2009, 01:06 PM
Just go to the user configuration folder: Configuration/Severbehaviors/php_mySQL/DigitalFilePro/Delete File.htm
and rename it to something like: Delete Files.htm
Then open it and change the html title tag to <TITLE>Delete Files</TITLE> instead of <TITLE>Delete File</TITLE>

Next go to the file in the same folder: Delete File.edml

Open it in notepad and update the reference to Delete File.htm and update it to the new file name.
I.E.
From:
<group name="WA Delete Files" version="8.0.2" serverBehavior="Delete File.htm" hideFromBuilder="true">

To:
<group name="WA Delete Files" version="8.0.2" serverBehavior="Delete Files.htm" hideFromBuilder="true">

Thanks to Ray for the Solution from Webbasist.
Ray said that the next patch will have this fix incorporated.
Enjoy
Mickey Kondakow