Aci_Email - ADIC Server User Manual

Adic server user manual
Table of Contents

Advertisement

/* Eject clean cartridges from AML system*/
int res, i, pnActualCount;
char *Cleanpoolname = "CLP01";
char *areaname = "E02"
struct aci_ei_info *ei_info[ACI_EI_MAX_RANGE];
res =
if( rec )
{
}
else
{
for (i = 0; i < ACI_EI_MAX_RANGE; i++)
}
Figure 4-48

aci_email

#include "aci.h"
int aci_email (char *Adr
Figure 4-49
4-60
DAS ACI Functions
aci_ejectclean( areaname, Cleanpoolname,
ei_info);
aci_perror( "Command failed: " );
printf("Volume ejects request successful\n" );
{
if ( *ei_info[i]->volser == '\0' )
break;
printf( "volser:%s media type:%s Error:%d\n",
ei_info[i]->volser,
ei_info[i]->media_type,
ei_info[i]->errcode );
}
Example of the aci_ejectclean Function
The aci_email function sends email messages. See
Figure 4-49.
char *Msg)
aci_email Function Call
See Table 4-22.
601626-B

Advertisement

Table of Contents
loading

Table of Contents