Wayne's right, of course. I meant that the low-level http://docs.marklogic.com/cts:reverse-query does not check the license key. But the alert:* API (http://docs.marklogic.com/alert) requires the extra license option, and it does all the fancy stuff with CPF and triggers. Gurbeer's description makes it sound like the application will want that.
-- Mike On 17 Jan 2013, at 10:06 , Wayne Feick <[email protected]> wrote: > Hi Gurbeer, > > Both the reverse index and the XQuery alerting API do check for the > license option, so there isn't much headway you can make without a > proper license. If you talk to sales or support, they should be able to > help you get unblocked so you can experiment with alerting. > > Wayne. > > > On 01/17/2013 09:42 AM, Michael Blakeley wrote: >> You don't need an extra license option for alerting, but you need an extra >> license option for reverse-index. So the functionality will work, but the >> performance may suffer. From reading your use-case I think you would benefit >> from the reverse-index. >> >> However you could start development without it, storing your alerts as >> proper cts:query documents in the database. You could then relicense the >> server and activate the reverse-index whenever you have the budget and/or >> feel the need. >> >> -- Mike >> >> On 17 Jan 2013, at 09:17 , "Singh, Gurbeer" >> <[email protected]> wrote: >> >>> Hi >>> >>> I want to User Alert System. >>> >>> Requirement Is, User will subscribe himself for “CAR” Text. >>> Any Document submitted with CAR related, User will get notification about >>> new Submission with link to New Submission. >>> >>> How I plan to do this >>> Simple way is, Crate a XML file with User email Id & subscribe TEXT. >>> Whenever a document is injected in ML data base, fire a Query with >>> subscribe TEXT on ML data base, if result contains injected document, send >>> email to user with link to document. >>> >>> Issue >>> If there is 1000 user subscribe to 1000 different text, it will become a >>> performance issue to do this operation after every injection. >>> >>> >>> I found ML support Alerting system. We have a licensed version Marklogic >>> (5.0) but still reverse query is disabled. While reading “Search User guide >>> Creating Alerting application” I found first point >>> “Alerting applications require a valid alerting license key. The license >>> key is required to use the reverse index and to use the Alerting API.” >>> Do we need extra license to enable Alerting >>> >>> >>> ~Gurbeer >>> >>> >>> >>> >>> NOTICE: Morgan Stanley is not acting as a municipal advisor and the >>> opinions or views contained herein are not intended to be, and do not >>> constitute, advice within the meaning of Section 975 of the Dodd-Frank Wall >>> Street Reform and Consumer Protection Act. If you have received this >>> communication in error, please destroy all electronic and paper copies and >>> notify the sender immediately. Mistransmission is not intended to waive >>> confidentiality or privilege. Morgan Stanley reserves the right, to the >>> extent permitted under applicable law, to monitor electronic >>> communications. This message is subject to terms available at the following >>> link: http://www.morganstanley.com/disclaimers If you cannot access these >>> links, please notify us by reply message and we will send the contents to >>> you. By messaging with Morgan Stanley you consent to the foregoing. >>> >>> >>> >>> _______________________________________________ >>> General mailing list >>> [email protected] >>> http://developer.marklogic.com/mailman/listinfo/general >> _______________________________________________ >> General mailing list >> [email protected] >> http://developer.marklogic.com/mailman/listinfo/general > > -- > Wayne Feick > Principal Engineer > MarkLogic Corporation > [email protected] > Phone: +1 650 655 2378 > www.marklogic.com > > This e-mail and any accompanying attachments are confidential. The > information is intended solely for the use of the individual to whom it is > addressed. Any review, disclosure, copying, distribution, or use of this > e-mail communication by others is strictly prohibited. If you are not the > intended recipient, please notify us immediately by returning this message to > the sender and delete all copies. Thank you for your cooperation. > > _______________________________________________ > General mailing list > [email protected] > http://developer.marklogic.com/mailman/listinfo/general > _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
