Bug 122376

Summary: PLSQL call for free desktop trial
Product: Red Hat Satellite 5 Reporter: Joe deBlaquiere <jadb>
Component: OtherAssignee: Peter Jones <pjones>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: cturner, gdk, mackanic
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-05-02 18:25:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 122375    

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.