Bug 122376 - PLSQL call for free desktop trial
Summary: PLSQL call for free desktop trial
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Red Hat Satellite 5
Classification: Red Hat
Component: Other
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Peter Jones
QA Contact: Red Hat Satellite QA List
URL:
Whiteboard:
Depends On:
Blocks: 122375
TreeView+ depends on / blocked
 
Reported: 2004-05-03 20:21 UTC by Joe deBlaquiere
Modified: 2008-05-02 18:25 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-05-02 18:25:17 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Joe deBlaquiere 2004-05-03 20:21:45 UTC
Need a way to expose creation of RHNFREE slots to www.redhat.com. This
will be called to enable the RH Desktop Evaluation program (rather
than the current manual RHEL eval program). 

The call should provide the following fields:
- username
- product
- start date
- end date

Comment 1 Peter Jones 2004-05-04 22:22:52 UTC
on dev.  Actual API is:

procedure rhn.rhn_external_api.create_rhnfree_entitlement(
                login_in in varchar2,
                item_code_in in varchar2,
                quantity_in in number,
                start_date_active_in in date,
                end_date_active_in in date,
                return_flag out varchar2,
                return_msg out varchar2
        );

return_flag will be 'S' or 'F' (success or failure).  If it's 'F', an
error message will be in return_msg.

Comment 3 Clifford Perry 2008-05-02 18:25:17 UTC
Assume this is fixed. Closing this one out. Cliff. 


Note You need to log in before you can comment on or make changes to this bug.