Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

  We need charge_cd as one of the input arguments. - Added, db692
Should default server be used to create this CB node, client domain to default server mapping? - Jim Owen says "two defaults. There is a default for servers and a default for workstations (managed or not managed). Should be a default in netadmin that can be changed."
Can it be fastTrack account? ---no.

Existing Oracle API:
FUNCTION createCBAccount createCBAccountViaSN (a_netid        IN VARCHAR2,
                            a_node_name    IN VARCHAR2,
                            a_policy_group IN VARCHAR2,
                            a_time_slot    IN VARCHAR2,
                            a_os           IN VARCHAR2,
                            a_charge_cd    IN NUMBER,
                            a_project      IN VARCHAR2,
                            a_task         IN VARCHAR2,
                            a_award        IN VARCHAR2,
                            a_org          IN VARCHAR2,
       a_fast_track   IN VARCHAR2)

This function will create a CB node on the default server.

Returns

0 success

-1 duplicate entry. Request already made or account already exists.

-2 invalid netid

-3  invalid chargecode

-4 account / node already exists

-5 nodename has space (no spaces allowed)

-6 server invalid

-7 create pin error

-13 account exists but is locked

-99 netid is not linked

-n database error occurred

Add method needs to return an error code indicating whether or not the add request was accepted, and for errors should indicate the problem with the data.

What is a policy_group? Can we have some examples? 

PTAEO details

PTAEO consists of five strings:

...