IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#32665 - 07/15/09 06:17 PM PlanetPress Database Plugin suggestion
-nth- Offline
OL Expert

Registered: 04/01/03
Posts: 236
Loc: Lincoln, NE
I'm getting a "W3612 : Error running SQL: CommandText does not return a result set" error when running a dynamic SQL statement that is using the UPDATE command. I believe this is because the plugin is expecting data returned (obviously smile ) and that it can be safely ignored. The SQL UPDATE command executes properly, but generates the error in the log. It will also cause a subprocess to report it has failed if it contains the db plugin.

Would it be possible to turn off the "expect result" behavior if the plugin is using dynamic SQL at runtime?

I can see how, in normal operation, the result set error would be useful, but when switching to dynamic sql the error makes debugging more confusing.

Thanks,
-nth-

Top
#32666 - 07/17/09 01:32 PM Re: PlanetPress Database Plugin suggestion
Philippe F. Offline
OL Expert

Registered: 09/06/00
Posts: 1984
Loc: Objectif Lune, Montreal, Qc
Sounds like a reasonable (and practical) request.
We'll add it to our request database.
_________________________
Technical Product Manager
I don't want to achieve immortality through my work; I want to achieve immortality through not dying - Woody Allen

Top
#32667 - 08/07/09 09:41 AM Re: PlanetPress Database Plugin suggestion
Alain B Offline
OL Guru

Registered: 09/30/08
Posts: 101
Loc: Montreal
Hi, If this change is implemented is it possible to receive an email.

Our process had a lot of Write and Update to do.
we also had this error message so since it always reported an error we had to replace all database connection by a Perl script.

Top
#32668 - 08/07/09 12:01 PM Re: PlanetPress Database Plugin suggestion
Philippe F. Offline
OL Expert

Registered: 09/06/00
Posts: 1984
Loc: Objectif Lune, Montreal, Qc
I'm sorry, we can't send emails out to everyone making requests when things change in the applications. But the Release Notes will reflect thos improvements and they are always made available before you download a version, so you'll know exactly if/when the feature becomes available.
_________________________
Technical Product Manager
I don't want to achieve immortality through my work; I want to achieve immortality through not dying - Woody Allen

Top
#32669 - 08/19/09 04:28 PM Re: PlanetPress Database Plugin suggestion
Alain B Offline
OL Guru

Registered: 09/30/08
Posts: 101
Loc: Montreal
Ok thanks

Top
#32670 - 01/28/10 04:09 PM Re: PlanetPress Database Plugin suggestion
Uomo Del Ghiaccio Offline
OL Expert

Registered: 02/21/01
Posts: 669
Is it possible to post the change back to this thread?

If a person wants to be notified they can reply to the thread, but select the "Full Reply Form". They they will have the option to select "Email Notification" when ever someone replies.
_________________________
Uomo Del Ghiaccio
--------------------

Top
#32671 - 01/28/10 04:35 PM Re: PlanetPress Database Plugin suggestion
Philippe F. Offline
OL Expert

Registered: 09/06/00
Posts: 1984
Loc: Objectif Lune, Montreal, Qc
This specific issue has been fixed in V7.1: when selecting a Dynamic SQL query, you can now specify that the statement should not expect a RecordSet to be returned. No error is raised when that occurs, and the same data file that came into the task remains the data file for the following task in the process.

Uomo: unfortunately, there are so many posts here that it's virtually impossible to associate each of them with a possible feature request or issue fix. Furthermore, we do not publish a comprehensive list of all fixes that were implemented into the software (for instance, V7.1 contains more than 60 new features and over 140 fixes!) so I guess you'll have to experiment with the new version by yourself to find out.

But I'll keep in mind the suggestion of publishing a detailed log of every issue/feature in each new release, as it would certainly prove helpful when we release feature-packed versions like V7.1.
_________________________
Technical Product Manager
I don't want to achieve immortality through my work; I want to achieve immortality through not dying - Woody Allen

Top
#32672 - 01/28/10 04:54 PM Re: PlanetPress Database Plugin suggestion
Uomo Del Ghiaccio Offline
OL Expert

Registered: 02/21/01
Posts: 669
I like the idea of a detailed log of features/fixes/issues. Perhaps with a query feature if it's web based.
_________________________
Uomo Del Ghiaccio
--------------------

Top