- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: RMS RU_Jounaling enabled. Datatrieve Modifiy a...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2007 10:17 AM
05-31-2007 10:17 AM
RMS RU_Jounaling enabled. Datatrieve Modifiy and Write not functional.
Is there an update or patch to DTR to correct this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2007 12:03 PM
05-31-2007 12:03 PM
Re: RMS RU_Jounaling enabled. Datatrieve Modifiy and Write not functional.
jesse, I think you are correct... it is not supported.
Care to elaborate on the 'do not work'?!
Error on READY xxx WRITE?
Error message?
NRU, operation prohibited outside recovery-unit ?
DDTM_ERR, error returned by DECdtm transaction manager ?
ENV, support for RMS service call or feature not present ?
Datatrieve starts stransactions with the READY statement, but might not do a SYS$START_TRANS call. In fact, it (V7.3) indicates: DTR> HELP
COMMANDS_STATEMENTS_CLAUSES
COMMIT_Statement
:
Domains based on RMS files are not affected by the COMMIT statement.
:
I seem to recall I wrote a callable routine extension for DTR once to help support this.
To learn how to define functions for DEC DATATRIEVE, see the DEC DATATRIEVE Guide to Programming and Customizing.
I seem to recall that an other alternative is to use the calleable interface, and 'intercept' certain command to help DTR do transsaction semantics.
There is not too much data on Datatrieve on the Web I'm afraid. Best link I found is:
http://dtrwiz.home.netcom.com/
But much of that is dated/incomplete.
Anyone have online manuals?
Best place I can find for that is:
http://www.openvms-rocks.com/docs/decw$book/prodlistold.bks
Hmmm, coudl be a fun assignment to code this stuff up again!
Hope this helps some, and that the info is not too dated,
Hein van den Heuvel (at gmail dot com)
HvdH Performance Consulting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2007 12:37 PM
05-31-2007 12:37 PM
Re: RMS RU_Jounaling enabled. Datatrieve Modifiy and Write not functional.
In 1987 DTR development folks asks RMS Engineering for details on implementing RU Journalling.
In 1994 I wrote that it still was not there.
The peak of DTR Engineering had passed at that point in time...
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 09:29 AM
06-01-2007 09:29 AM
Re: RMS RU_Jounaling enabled. Datatrieve Modifiy and Write not functional.
Apprciate your insight.
fyi here is the DTR error message.
%RMS-F-NRU, operation prohibited outside recovery-unit
NRU, operation prohibited outside recover unit
Facility: RMS, OpenVms Record Management Services
Explanation: You rapplication program opened a data fil marked for recovey unit journaling and attempted to change the contents of the data file when no recovery unit is active.
User Action: Either unmark the data file for recovery unit journaling or put the operations that change the contents of the data file within a recovery unit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 11:44 AM
06-01-2007 11:44 AM
Re: RMS RU_Jounaling enabled. Datatrieve Modifiy and Write not functional.
Hein, can RMS detect a "default" DECdtm transaction or does it have to be specified explicitly in some XAB thingy?
If Jesse can call sys$start_transw before the modify then would that work?
Cheers Richard Maher
PS. Can DTR even call a System Service or RTL? (Asks someone who last touched DTR about 20 years ago, but used to think it was great 'cos you could call DTR from COBOL and cross files in a collection :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 12:51 PM
06-01-2007 12:51 PM
Re: RMS RU_Jounaling enabled. Datatrieve Modifiy and Write not functional.
Yes.
>> If Jesse can call sys$start_transw before the modify then would that work?
Yes, before the 'ready xxx [write|modify]
In my reply hinted at having done that before, using the user written functions for DTR, even pointing to the documentation for that.
Maybe I should have written more bluntly:
"For mere money I'm sure someone (pick me, pick me!) will I'll be happy to to make this available."
>> PS. Can DTR even call a System Service or RTL?
Absolutely.
Cheers,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 10:46 AM
06-04-2007 10:46 AM
Re: RMS RU_Jounaling enabled. Datatrieve Modifiy and Write not functional.
If you claim to have developed in the past and worked on ru_journal rms files. lets talk. I would like a proof.
regards.
JG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2007 06:35 AM
06-05-2007 06:35 AM
Re: RMS RU_Jounaling enabled. Datatrieve Modifiy and Write not functional.
Regards,
Hein van den Heuvel (at gmail dot com)
HvdH Performance Consulting