FDS Required?

Hi -
I'm completing an evaluation of Flex, and I had a couple of
technical questions that I haven't been able to find answers to.
These questions are really to help me determine whether I need FDS
in addition to Flex, or if I can do without FDS.
In our deployment architecture, our Flex App will be deployed
via a webserver. I know that - without FDS - I can still invoke web
services that reside on this same webserver. The limitation is that
I cannot invoke web services on other webservers unless i deploy
FDS (mainly the proxy servlet).
Questions- without FDS, can I:
1. invoke HTTP services on the same webserver?
2. invoke remote objects on the same webserver?
Or do I need to have FDS installed to accomplish these tasks?
Thanks!

Hi Boris,
1. You can access http services or web services on another
server without
FDS - but there are a few caveats. First, you must be able to
place a crossdomain.xml
policy file on the webservices server and that policy file
must grant access
from the other domains that host your SWFs. However, if your
webservices
server uses HTTP status codes other than 200 for faults then
you cannot use
the Flash Player directly to communicate with these services
due to limitations
in the Firefox / NS plugin API that stop the player from
getting access to
the SOAP fault body in the response (this problem is avoided
by the FDS proxy
service).
Note that the crossdomain policy is required for accessing
remote objects
on remote servers too.
2. To access Remote Objects without FDS, you could use
ColdFusion, or you
could look for posts by customers who connect to one of
several open source
servers out there that can translate RemoteObject requests to
various types
of server application languages, like PHP, C# and Java.
Hello boris_badenov,
> Hi -
>
> I'm completing an evaluation of Flex, and I had a couple
of technical
> questions that I haven't been able to find answers to.
These
> questions are really to help me determine whether I need
FDS in
> addition to Flex, or if I can do without FDS.
>
> In our deployment architecture, our Flex App will be
deployed via a
> webserver.
> I know that - without FDS - I can still invoke web
services that
> reside on
> this same webserver. The limitation is that I cannot
invoke web
> services on
> other webservers unless i deploy FDS (mainly the proxy
servlet).
>
> Questions- without FDS, can I:
> 1. invoke HTTP services on the same webserver?
> 2. invoke remote objects on the same webserver?
> Or do I need to have FDS installed to accomplish these
tasks?
>
> Thanks!
>

Similar Messages

  • Displaying images stored in SQL Server

    Is there someway of displaying images stored within SQL
    Server. Is FDS required? Prefer a method to display images without
    using FDS; Web Service would be okay if that can work

    I do that sort of thing using PHP and mySQL the binary part
    of the image is stored in a BLOB field (Binary Large OBject) along
    the rest of the information necessary for the http headers (e.g.
    mime type, file name, file size) being staored in their own fields.
    That info is then used to build the file using PHP. The PHP
    file contains a mySQL query whos result is echoed with the
    appropriate headers. The URL points at the PHP file rather than at
    any saved image.
    Here's the php:
    <?
    # display_imagebank_file.php
    # Note: the ID is passed through the url e.g.
    # this_files_name.php?id=1
    # connect to mysql database
    mysql_connect('HOST', 'USERNAME', 'PASSWORD');
    mysql_select_db('DATABASE');
    # run a query to get the file information
    $query = mysql_query("SELECT FileName, MimeType, FileSize,
    FileContents FROM blobTable WHERE ID='$id'");
    # perform an error check
    if(mysql_num_rows($query)==1){
    $fileName = mysql_result($query,0,0);
    $fileType = mysql_result($query,0,1);
    $fileSize = mysql_result($query,0,2);
    $fileContents = mysql_result($query,0,3);
    header("Content-type: $fileType");
    header("Content-length: $fileSize");
    header("Content-Disposition: inline; filename=$fileName");
    header("Content-Description: from imagebank");
    header("Connection: close");
    echo $fileContents;
    }else{
    $numRows = mysql_num_rows($query);
    echo "File not found <br>";
    echo $numRows;
    echo " is the number of rows returned for id = ";
    echo $ID;
    ?>
    Hope that helps
    Phil

  • EJB 3.0 integration in FDS, with Annotations

    We have been working with the EJB 3.0 implementations and see
    a lot of synergy between the new approach to enterprise Java with
    this new specification, and would love to see FDS add an adaptor to
    support it.
    Our new entity/session beans have annotated relationships,
    primary key information, and security regarding access to the
    object and it's methods are specified already in the Java source.
    Centralized management of this information where it is closest to
    the source is highly productive.
    With so much of the FDS configuration still sitting in static
    XML files, we are required to maintain a redundant copy of all of
    the annotation information separately. This adds pure overhead to
    the development process, and it is challenging to keep the two in
    sync when applications are enhanced.
    We would like to see the FDS framework more tightly
    integrated with the rest of the J2EE world, and through Java
    introspection and annotations learn about the applications
    available on the server side without custom config files.
    The fill, assembler, and synchronization methods could simply
    be a standard class interface to be implemented with methods to
    override, or even annotated with flex annotations. Destinations
    would no longer need to be hand-configured. The meta-data about row
    identity would be read from the entity beans themselves. If a fill
    method has parameters, read them from the function prototypes.
    (The existing Flash remoting product seems to have the above
    features. We enjoy the integration of Flash Remoting, and the
    development workflow associated. The Flash client only needs the
    JNDI name of the services, and once authenticated, access to any
    function is possible without further action. FDS goes above and
    beyond to provide several very interesting features, but is not
    quite as intuitive when it comes to J2EE services.)
    To tie this meta-information on the server back to the IDE
    for visual design, using real server-side object properties and
    methods, and session bean functions would close the loop on the
    development cycle. This could also be accomplished within Eclipse
    since the server side Java classes could easily be in the
    classpath. The IDE could give the developer a hand in choosing and
    referencing valid return object properties. An actionscript object
    could even be generated if necessary from the entity bean's
    properties...
    Are any of these ideas in the works, or are there any
    exisiting methods for accomplishing these efficiencies?

    caused by: com.sun.enterprise.InjectionException: Illegal use of static field private static car.session.CarSessionLocal jsfpack.BackingBean.carSession on class that only supports instance-based injectionat com.sun.enterprise.util.InjectionManagerImpl._inject(InjectionManagerImpl.java:292)
    ... 52 more
    StandardWrapperValve[Faces Servlet]: Servlet.service() for servlet Faces Servlet threw exception
    com.sun.enterprise.InjectionException: Illegal use of static field private static car.session.CarSessionLocal jsfpack.BackingBean.carSession on class that only supports instance-based injectionInjected fields in server-side components should never be marked static. static is only used for
    the main class of Application Client components.

  • What is the first step of an abaper after getting the FDS

    what is the first step of an abaper after getting the Functional Document ?what we have to do? how to analyze it , and how to face such interview questions on FDS TDS . any resource available.

    Hi,
    After getting the FDS , first understand the functionality of the requirment or take the help of the functional consultant and then start preparing TS ( TEchnical Specification) and do coding  and get your doe reveirewed and prepare test cases and do testign in sand box and quality environment and after having got the confrimation that the requirment is met then port it to production.
    Regards,
    Irfan
    Note: Please award helpful answers.

  • Destination 'ColdFusionGateway' requires FlexClient support which was introduced in version 2.5....

    Hi,
    Hopefully someone might recognise this error...
    Sadly it brings up only one result on google and that's a bit
    vague as to how that person got out of thier hole... :(
    I'm trying some very simple Flex Messaging with Flex Builder
    2.0.1 and CF8 Standard (with LiveCycle 2.5.? built in)
    But I get this error:
    "Destination 'ColdFusionGateway' requires FlexClient support
    which was introduced in version 2.5. Please recompile the client
    application with an updated client framework."
    I guess the '2.5' is referring to LiveCycle?
    And I guess it's saying that the Flex compiler needs some
    updated elements to compile with so it can work with LiveCycle ?
    I think stepping into Flex for the first time just as FDS
    became LiveCycle was not a good idea.
    Strangely I (may have) narrowed it down to the gatewayid tag
    in messaging-config.xml
    eg:
    <gatewayid>*</gatewayid>
    OR <gatewayid>Flex2CF2</gatewayid>
    Which has been there well before LiveCycle. BUT If I remove
    this tag completely the error doesn't occur... then of course
    messaging doesn't work without it. Ho hum
    I can't see any DataServicesMessaging In/Outs using
    cf-polling-amf... I'm having more luck with cf-rtmp - I can see the
    'In' and 'Out' counters ticking away when i view my ColdFusion
    Event Gateway Instance in the CF admin.
    So polling-amf won't connect, whereas rtmp will. Neither
    channel will 'subscribe' though.
    I've got ColdFusion Extensions 0.5.155475 installed (don't
    ask me how - it was a nightmare!) and working in Flex Builder 2.
    I tried bringing the flex/libs over to flex builder from CF
    as they were newer - no good
    I updated Flex Builder with:
    Flex 2.0.1 SDK with HotFix 3 from
    http://labs.adobe.com/technologies/flex/sdk/flex2sdk.html
    But nothing helps.
    here's the mxml:
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute"
    creationComplete="initApp()"
    viewSourceURL="srcview/index.html">
    <mx:Script>
    <![CDATA[
    import com.mikenimer.components.*;
    import mx.messaging.*;
    import mx.messaging.messages.*;
    import mx.messaging.events.*;
    public var pro:mx.messaging.Producer;
    public var con:mx.messaging.Consumer;
    public function initApp():void {
    pro = new mx.messaging.Producer();
    pro.destination = "ColdFusionGateway";
    consumer.subscribe();
    public function sendMessage():void {
    var msg:AsyncMessage = new AsyncMessage();
    msg.headers.gatewayid = "Flex2CF2";
    msg.body = new Object();
    msg.body.emailto = emailto.text;
    pro.send(msg);
    messagestatus.text = "Message sent to ColdFusion.";
    Debug.show(consumer);
    Debug.show(pro);
    private function messageHandler(event:MessageEvent):void {
    messagestatus.text = "Message received from ColdFusion.";
    private function faultHandler(event:MessageFaultEvent):void
    messagestatus.text = "FAULT";
    Debug.show(event);
    ]]>
    </mx:Script>
    <mx:Consumer id="consumer"
    destination="ColdFusionGateway"
    message="messageHandler(event)"
    fault="faultHandler(event)" />
    <mx:TextInput x="103" y="13" width="291" id="emailto"
    editable="true"/>
    <mx:Button x="402" y="13" label="Send" id="emailsend"
    click="sendMessage();"/>
    <mx:Label id="messagestatus" x="103" y="350" width="291"
    text="Message
    not sent yet."/>
    </mx:Application>
    relevant bits from services-config.xml
    <channel-definition id="cf-polling-amf"
    class="mx.messaging.channels.AMFChannel">
    <endpoint uri="
    http://{server.name}:{server.port}{context.root}/flex2gateway/cfamfpolling"
    class="flex.messaging.endpoints.AMFEndpoint"/>
    <properties>
    <polling-enabled>true</polling-enabled>
    <polling-interval-seconds>1</polling-interval-seconds>
    <serialization>
    <instantiate-types>false</instantiate-types>
    </serialization>
    </properties>
    </channel-definition>
    <channel-definition id="cf-rtmp"
    class="mx.messaging.channels.RTMPChannel">
    <endpoint uri="rtmp://{server.name}:2048"
    class="flex.messaging.endpoints.RTMPEndpoint"/>
    <properties>
    <idle-timeout-minutes>20</idle-timeout-minutes>
    <serialization>
    <instantiate-types>false</instantiate-types>
    </serialization>
    </properties>
    </channel-definition>
    the messaging-config.xml
    <destination id="ColdFusionGateway">
    <adapter ref="cfgateway" />
    <properties>
    <gatewayid>*</gatewayid>
    </properties>
    <channels>
    <channel ref="cf-rtmp"/>
    <channel ref="cf-polling-amf"/>
    </channels>
    </destination>
    I tried some of this to no avail:
    <server>
    <max-cache-size>1000</max-cache-size>
    <message-time-to-live>0</message-time-to-live>
    <durable>false</durable>
    </server>
    <network>
    <subscriber-timeout>0</subscriber-timeout>
    </network>
    <network>
    <session-timeout>0</session-timeout>
    </network>
    why is it some lucky folk find it sooo easy? :
    http://www.onflexwithcf.org/index.cfm/2007/8/2/Coldfusion-8-Simple-messaging-example-using -Messaging-Event-Gateway
    it should be THAT easy dontcha think?
    help me please, please.
    Thanx
    VV

    Thanx Mete, yeah i did...
    but i solved it some other way... not entirely sure this was
    it though as i was doing a lot of things at once...
    it was fds.swc... possibly it was out of date or missing.

  • Using Flex 2 with/without FDS

    I am presently designing a web architecture for a client, and
    ideally I would like to employ a Flex2 UI on a Tomcat/Java web
    server/server component framework (possibly Spring). I am trying to
    get a good handle on the necessity of Flex Data Services (FDS) in
    this architecture.
    What am I really losing should I choose *not* to employ FDS,
    and is rolling the entire server side with standard Java technology
    fairly doable? Does anyone have any first-hand experience doing
    this which they could share?
    Given an expert-level server-side Java experience level, I
    need to determine whether employing FDS is a necessity or not.
    Thanks,
    Brad

    quote:
    Originally posted by:
    holmes_z06
    only if you want to pay the licensing costs.
    We don't use FDS on our project, we just export XML. Might
    start using some SOAP in the future. There's no way we could
    justify the cost of FDS.
    -Jason
    Jason,
    Thanks for the reply. How have you found the effort required
    to manage the XML transmitted by the Flex 2 app to the server-side?
    Has this effort been minimal, or have you found this minor? For the
    most part, unless I can identify something major that FDS provides
    to an org already versed in doing enterprise-class (J2EE) server
    development, I'm not quite seeing the need for FDS. I understand
    the description of FDS, and the synching / JMS capabilities, but
    I'm not sure that this can't be fairly easily managed with standard
    Java server objects (servlets, EJBs, or Spring POJOs). I don't want
    to get into discussing licensing, but there needs to be
    justification for such, especially at a per CPU rate, which is a
    common need for everyone.
    I'd love to hear from anyone who has employed FDS, or is
    familiar with an org who has, who can speak specifically to the
    value add experienced through use of this product.
    Brad

  • FDS samples not working "send failed"

    Hi all,
    me again with another problem .....
    I have installed FDS at the default location c:\fds2...
    I am having problems running the sample apps that can be
    accessed from the page :-
    http://localhost:8700/samples/
    The Integrated Flex Server is running in a cmd window as
    required.
    However, when I try to run the sample CRM app at
    http://localhost:8700/samples/dataservice/crm/companyapp.mxml
    (or any Data Service samples ) I get the initial screen showing
    with the 2 panels BUT then get an error message "Send failed"
    popup. When I say OK to this popup, I get not data returned.
    I am sure it's a fairly easy problem to solve for you
    talented folks.
    Thanks in advance
    Regards
    Smak

    Something is wrong with your installation because I've
    istalled today the two versions because I want use Tomcat and the
    CRM application works fine with JRun.
    I have your problem with the J2EE installation wich gives me
    a "Channel disconnected" and "send failed" message. I overcome this
    problem running Integrated Flex Server before open CRM application
    in tomcat. Now I have the two versions running without any problem
    Regards
    Manuel Guimarães, Portugal

  • Is the Flex server required?

    Does anyone know if I have to do anything special on the
    server to be able to use flex? Can I just upload to my webserver
    without making any modifications?

    No to run compiled Flex SWF's you do not need a "Flex"
    server. The exception is if you are using some of the Flex Data
    Services (FDS) features.
    Flex compiled SWF's are Flash files that require Flash Player
    9.

  • FDS for server push + client to client

    Just want to double check - if I was to create a chat like
    app in Flex - where new messages are "pushed" to clients, this
    would require FDS.

    Using FDS would be the far easiest way to implement a chat
    application.
    Theoretically you could implement a chat application without
    FDS by having each client poll the server for messages for new
    messages for that client using HTTPService or WebService.
    You can also do "poor man's data push" using a long-lasting
    HTTP request - in this pattern each client posts an HTTP request
    that it doesn't expect and immediate response to - when the server
    has a message for the client is sends the response (perhaps a long
    time later). In the client's event handler for the response the
    client posts another request (so that the server has a means of
    "pushing" data to the client). This is how Blackberry-style email
    works in Windows Mobile (in the absence of a proper data push
    protocol).
    Sean
    Neville's Introduction to the Flex Message Service has a good
    example of how to write a chat application in FDS.
    Graeme Harker's Flex.NET
    Blog

  • Is FDS the only way?

    Hello every one, i am very new to this world of flex but i
    have good concepts and working experience of AS. What i wanna know
    is, do we have some other ways to connect to our server-side
    languages like we have LoadVars in flash or we have to rely only on
    FDS because most of my clients can't afford its hosting nor i can
    do that effectively because i am not good in both JAVA and
    coldfusion, rather i am a .Net developer. I know there is
    HTTPService object but that only takes XML, what if if a want to
    send some data in Non-Xml format like in query string or some other
    way? please shed some lite on it in your expert opinions.
    Thanks and regards!
    Syed Mazhar Hasan

    Hi Syed,
    You're free to directly use LoadVars, URLLoader,
    NetConnection, etc. in your Flex applications to interact with a
    server. FDS functionality is built on top of these core Flash APIs
    on the client, and they haven't gone away. So if you have simple
    data access requirements and LoadVars works for you go ahead and
    use it.
    But take some time to read through the FDS docs to learn more
    about the advanced functionality that it provides. When you get to
    the point of managing sets of data that multiple clients may be
    concurrently editing and viewing, it can really simplify and
    empower your development.
    Best,
    Seth

  • What does FDS stand for in new implementation?

    What does FDS stand for in new implementation?
    Thanks,
    Jess...

    Functional Development Specifications
    Some variations:
    FS - Functional Specification
    HLDS - High Level Development Specification
    FD - Functional Development
    etc.
    Basically it is documenting how the business requirement is in preparation for development.
    The above is typically further translated into TS - Technical Specification.

  • 501 Command "HELO" requires an argument

    I repost this message, since I keep getting the same problem.
    Keep getting the following error message while trying to run the code I've cut & pasted below on IBM AS400 machine. Can anybody help
    javax.mail.MessagingException: 501 Command "HELO" requires an argument
    import java.util.*;
    import java.io.*;
    import javax.mail.*;
    import javax.mail.internet.*;
    import javax.activation.*;
    public class xxJMail {
    public static void main(String[] args) {
    if (args.length < 4) {
    System.out.println("usage: java xxJMail <to> <from> <subject> <message> <file>");
    System.exit(1);
    String to = args[0];
    String from = args[1];
    String subject = args[2];
    String message = args[3];
    String host = "BLY1-SMTP1";
    String filename = null;
    MimeBodyPart mbp1 = new MimeBodyPart();
    MimeBodyPart mbp2 = new MimeBodyPart();
    if ( args.length > 4)
    {filename = args[4];}
    // create some properties and get the default Session
    Properties props = System.getProperties();
    props.put("mail.smtp.host", host);
    Session session = Session.getDefaultInstance(props, null);
    try {
    // create a message
    MimeMessage msg = new MimeMessage(session);
    msg.setFrom(new InternetAddress(from));
    InternetAddress[] address = {new InternetAddress(to)};
    msg.setRecipients(Message.RecipientType.TO, address);
    msg.setSubject(subject);
    mbp1.setText(message);
    // if file name pass as argument attach the file to the message
    if( filename != null)
    { FileDataSource fds = new FileDataSource(filename);
    mbp2.setDataHandler(new DataHandler(fds));
    mbp2.setFileName(fds.getName());
    // create the Multipart and its parts to it
    Multipart mp = new MimeMultipart();
    mp.addBodyPart(mbp1);
    if( filename != null)
    { mp.addBodyPart(mbp2);
    // add the Multipart to the message
    msg.setContent(mp);
    // set the Date: header
    msg.setSentDate(new Date());
    // send the message
    Transport.send(msg);
    } catch (MessagingException mex) {
    mex.printStackTrace();
    Exception ex = null;
    if ((ex = mex.getNextException()) != null) {
    ex.printStackTrace();
    }

    Helo.
    I had the same problems and it can be solved this way :
    Your code was :
    // create some properties and get the default Session
    Properties props = System.getProperties();
    props.put("mail.smtp.host", host);
    Yo should add
    props.put("mail.smtp.localhost", smtpServerName);
    For example, you want to send an email using a smtp server called "toto" and you get the follwing error :
    class javax.mail.MessagingException: 501 Syntax: HELO hostname
    ' just add :
    props.put("mail.smtp.localhost", "toto");
    And now it should works fine.
    Hope it helps.

  • Configuring requirement : ordered item to absorb cost of free goods

    Hello Friends,
    I need to configure this in SAP SD.
    The main item should accumulate the cost of the free goods.
    I have  set the cumulative indicator and deactivated pring for this item.
    Do i still need to configure the stock value for the free goods as cost free item? Or is this step only applicable for
    another scenario, like,
    If I were to activate Pricing such that free goods is displayed as subitem and VPRS configured as cost and discount set to 100%
    1. Set  Item category to TANN using FREE usage   AND
    2. use condition type RL00 with requirement 55.
    3. use pricing type B.
    regards
    Ravi

    Read this SAP help at http://help.sap.com/saphelp_47x200/helpdata/en/dd/55fa4e545a11d1a7020000e829fd11/frameset.htm and the topic Free Goods in Sales and Distribution Processing for details.
    Also go through each step of the configuration of the path at SPRO->Sales and distribution->basic functions->free goods.
    Regards,

  • Deploying only Acrobat XI Pro CC package w/ Enterprise Serial # - Still getting "Sign In Required"

    Downloaded Creative Cloud Packager to create a serialized package of only Acrobat XI Pro.  I further customize the deployment via Adobe Customization Wizard XI, but did not re-enter the serial number (as suggested).  I am able to deploy from the Exceptions folder with the following cmd, msiexec /i "%inst%AcroPro.msi" PATCH="%inst%Updates\AcrobatUpd11006.msp" TRANSFORMS="%inst%Transforms\en_US.mst" /qn.  Upon launching Acrobat, I receive the a pop-up message, "Sign In Required.  Siging in with an Adobe ID and registering Creative Cloud Membership Enterprise is required within 32767 days otherwise it will stop working."  I don't understand why the serial number and Adobe ID I enterred when packaging did not carry over.  Any insight would be appreciated.

    Downloaded Creative Cloud Packager to create a serialized package of only Acrobat XI Pro.  I further customize the deployment via Adobe Customization Wizard XI, but did not re-enter the serial number (as suggested).  I am able to deploy from the Exceptions folder with the following cmd, msiexec /i "%inst%AcroPro.msi" PATCH="%inst%Updates\AcrobatUpd11006.msp" TRANSFORMS="%inst%Transforms\en_US.mst" /qn.  Upon launching Acrobat, I receive the a pop-up message, "Sign In Required.  Siging in with an Adobe ID and registering Creative Cloud Membership Enterprise is required within 32767 days otherwise it will stop working."  I don't understand why the serial number and Adobe ID I enterred when packaging did not carry over.  Any insight would be appreciated.

  • Custom message required on log on pop-up in SAP CRM WEB UI

    We required custom message to the log- on popup, right now the message is coming after we give the user ID and password "starting SAP CRM" instead of that
    user required welcome message.., how can achieve this ?
    Please reply as soon as possible.

    Hi Pankaj,
    did you already check the guide in the CRM Wiki:
    https://wiki.sdn.sap.com/wiki/display/CRM/WelcomeUserMessageinWeb+UI
    Hope this answers your question.
    Best Regards,
    Michael

Maybe you are looking for

  • Oracle 11g install problem on rhel 4.4

    i was trying to install oracle 11g to rhel 4.4 during the install process , there are two warning when runing environment check one is kernal parameter i set four kernal parameter like this: net.core.rmem_default = 262144 net.core.rmem_max = 262144 n

  • Animated GIF with hover?

    Here is an animated GIF where you can stop and start it when you hover over it.  I know how to make them in PSD but not sure how to do it with the hovering (scroll down to see it on page below): http://www.sbnation.com/2014/1/16/5304078/breaking-madd

  • How to make a new line item appear in a sales order in VA01 transaction?

    Dear All, I am trying to create a SO with single line item with quantity 100. Upon hitting the 'Enter' key, if the available quantity is less than the requested quantity (say 20), it takes me to an availabilty control screen which has a push-button '

  • Change condition value in debit memo and credit memo

    Hi Experts, When I am trying to create Credit Memo/Debit memo I could able to change the condition value for which condition type the value is there in Sales Order, but where as for other condition types it is not changeable. For example for Freight

  • Disk Repair message

    Hi all, I got this message below when doing a disk repair.It is not normal isn't it? Does my HDD need to be replace? Any input would be appreciated. Thank you Permissions repair complete Verifying volume "Macintosh HD" Performing live verification. C