How to manage the connection failure of network at the service of bussiness on OSB

Hello everyone.

Thank you for your attentions. I need help with the error handling in the OSB 11 g. I have a proxy that road to a business service to check the status of the service profile. I use the java client to use the proxy service and return the results to clients. The problem that I am facing manipulation is failure of the network connection.

I want to get some message (or any useful information) of proxy service to indicate that the connection to the business service is not available when the connection fails. I tried to add the management of errors, but I can't found the action from the list of options.

Can you review my proxy service and tell me some resolutions?
Any suggestion is appreciated.

I thank in advance
<?xml version="1.0" encoding="UTF-8"?>
<xml-fragment xmlns:ser="http://www.bea.com/wli/sb/services" xmlns:tran="http://www.bea.com/wli/sb/transports" xmlns:env="http://www.bea.com/wli/config/env" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:con="http://www.bea.com/wli/sb/pipeline/config" xmlns:con1="http://www.bea.com/wli/sb/stages/transform/config" xmlns:con2="http://www.bea.com/wli/sb/stages/config" xmlns:con3="http://www.bea.com/wli/sb/stages/routing/config" xmlns:con4="http://www.bea.com/wli/sb/stages/logging/config">
  <ser:coreEntry isProxy="true" isEnabled="true">
    <ser:binding type="SOAP" isSoap12="false" xsi:type="con5:SoapBindingType" xmlns:con5="http://www.bea.com/wli/sb/services/bindings/config">
      <con5:wsdl ref="Test/resources/wsdl/PortalSide"/>
      <con5:port>
        <con5:name>PortalSideSOAP</con5:name>
        <con5:namespace>http://www.example.org/PortalSide/</con5:namespace>
      </con5:port>
      <con5:selector type="SOAP body"/>
      <con5:WSI-compliant>false</con5:WSI-compliant>
    </ser:binding>
    <ser:monitoring isEnabled="false">
      <ser:aggregationInterval>10</ser:aggregationInterval>
      <ser:pipelineMonitoringLevel>Pipeline</ser:pipelineMonitoringLevel>
    </ser:monitoring>
    <ser:reporting>true</ser:reporting>
    <ser:logging isEnabled="true">
      <ser:logLevel>debug</ser:logLevel>
    </ser:logging>
    <ser:sla-alerting isEnabled="true">
      <ser:alertLevel>normal</ser:alertLevel>
    </ser:sla-alerting>
    <ser:pipeline-alerting isEnabled="true">
      <ser:alertLevel>normal</ser:alertLevel>
    </ser:pipeline-alerting>
    <ser:ws-policy>
      <ser:binding-mode>wsdl-policy-attachments</ser:binding-mode>
    </ser:ws-policy>
  </ser:coreEntry>
  <ser:endpointConfig>
    <tran:provider-id>http</tran:provider-id>
    <tran:inbound>true</tran:inbound>
    <tran:URI>
      <env:value>/Test/proxy-services/DnICT_WSDL_PS</env:value>
    </tran:URI>
    <tran:inbound-properties/>
    <tran:all-headers>false</tran:all-headers>
    <tran:provider-specific>
      <http:inbound-properties/>
    </tran:provider-specific>
  </ser:endpointConfig>
  <ser:router>
    <con:pipeline type="request" name="GetRequestInfo_pipeline_pair_request">
      <con:stage name="InputProcess_stage">
        <con:context>
          <con2:varNsDecl namespace="http://www.example.org/PortalSide/" prefix="por"/>
          <con2:varNsDecl namespace="http://www.example.org/PortalSide_Test/" prefix="por1"/>
          <con2:varNsDecl namespace="http://www.example.org/OutputSchema" prefix="out"/>
        </con:context>
        <con:actions>
          <con1:assign varName="docId">
            <con2:id>_ActionId-2456490176600649155--723117a.130d7d91065.-7b86</con2:id>
            <con1:expr>
              <con2:xqueryText>$body/por:checkStatus/documentId/text()</con2:xqueryText>
            </con1:expr>
          </con1:assign>
          <con1:assign varName="depId">
            <con2:id>_ActionId-2456490176600649155--723117a.130d7d91065.-7b69</con2:id>
            <con1:expr>
              <con2:xqueryText>$body/por:checkStatus/departmentId/text()</con2:xqueryText>
            </con1:expr>
          </con1:assign>
          <con1:assign varName="srvId">
            <con2:id>_ActionId-4566721321360037228--34ba1746.13170e34dc9.-7d41</con2:id>
            <con1:expr>
              <con2:xqueryText>$body/por:checkStatus/serviceId/text()</con2:xqueryText>
            </con1:expr>
          </con1:assign>
        </con:actions>
      </con:stage>
    </con:pipeline>
    <con:pipeline type="response" name="GetRequestInfo_pipeline_pair_response">
      <con:stage name="ErrorHandling">
        <con:context/>
        <con:actions/>
      </con:stage>
    </con:pipeline>
    <con:flow>
      <con:pipeline-node name="GetRequestInfo_pipeline_pair">
        <con:comment>Lay cac thong tin trong form search</con:comment>
        <con:request>GetRequestInfo_pipeline_pair_request</con:request>
        <con:response>GetRequestInfo_pipeline_pair_response</con:response>
      </con:pipeline-node>
      <con:branch-node type="condition" name="branching_public_services">
        <con:context>
          <con2:varNsDecl namespace="http://www.example.org/PortalSide/" prefix="por"/>
        </con:context>
        <con:branch-table variable="depId">
          <con:branch name="SoTTTT">
            <con:operator>equals</con:operator>
            <con:value>1</con:value>
            <con:flow>
              <con:branch-node type="condition" name="DnICT_dept_services">
                <con:context/>
                <con:branch-table variable="srvId">
                  <con:branch name="DichVu_1">
                    <con:operator>equals</con:operator>
                    <con:value>1</con:value>
                    <con:flow>
                      <con:route-node name="RouteToDnICT_BS">
                        <con:context>
                          <con2:varNsDecl namespace="http://www.example.org/PortalSide/" prefix="por"/>
                          <con2:varNsDecl namespace="http://www.example.org/PortalSide_Test/" prefix="por1"/>
                          <con2:varNsDecl namespace="http://www.example.org/OutputSchema" prefix="out"/>
                        </con:context>
                        <con:actions>
                          <con3:route>
                            <con2:id>_ActionId-4566721321360037228--34ba1746.13170e34dc9.-7b4c</con2:id>
                            <con3:service ref="Test/busines-services/DnictServiceBS" xsi:type="ref:BusinessServiceRef" xmlns:ref="http://www.bea.com/wli/sb/reference"/>
                            <con3:operation>selecttrangthai</con3:operation>
                            <con3:outboundTransform>
                              <con1:assign varName="username">
                                <con2:id>_ActionId-4566721321360037228--34ba1746.13170e34dc9.-7b4b</con2:id>
                                <con1:expr>
                                  <con2:xqueryText>fn:string('stttt')</con2:xqueryText>
                                </con1:expr>
                              </con1:assign>
                              <con1:assign varName="password">
                                <con2:id>_ActionId-4566721321360037228--34ba1746.13170e34dc9.-7b4a</con2:id>
                                <con1:expr>
                                  <con2:xqueryText>fn:string('123456')</con2:xqueryText>
                                </con1:expr>
                              </con1:assign>
                              <con1:replace contents-only="true" varName="body">
                                <con2:id>_ActionId-4566721321360037228--34ba1746.13170e34dc9.-7b49</con2:id>
                                <con1:expr>
                                  <con2:xqueryText><![CDATA[<soap:selecttrangthai       xmlns:soap="http://soapinterop.org/">
     <username       xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">{$username}</username>
     <password       xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">{$password}</password>
     <masohoso       xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">{$docId}</masohoso>
</soap:selecttrangthai>]]></con2:xqueryText>
                                </con1:expr>
                              </con1:replace>
                            </con3:outboundTransform>
                            <con3:responseTransform/>
                          </con3:route>
                        </con:actions>
                      </con:route-node>
                    </con:flow>
                  </con:branch>
                  <con:default-branch>
                    <con:flow/>
                  </con:default-branch>
                </con:branch-table>
              </con:branch-node>
            </con:flow>
          </con:branch>
          <con:branch name="SoGTVT">
            <con:operator>equals</con:operator>
            <con:value>2</con:value>
            <con:flow/>
          </con:branch>
          <con:default-branch>
            <con:flow/>
          </con:default-branch>
        </con:branch-table>
      </con:branch-node>
    </con:flow>
  </ser:router>
</xml-fragment>
P/S:

When the connection to the business service is failure, I received this SOAP message:
<soapenv:Envelope       xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
     <soapenv:Body>
     <soapenv:Fault>
     <faultcode>soapenv:Server</faultcode>
     <faultstring>BEA-380002: No route to host</faultstring>
     <detail>
     <con:fault       xmlns:con="http://www.bea.com/wli/sb/context">
     <con:errorCode>BEA-380002</con:errorCode>
     <con:reason>No route to host</con:reason>
     <con:location>
     <con:node>RouteToDnICT_BS</con:node>
     <con:path>request-pipeline</con:path>
     </con:location>
     </con:fault>
     </detail>
     </soapenv:Fault>
     </soapenv:Body>
     </soapenv:Envelope>
Kind regards.
CUONG Pham

Published by: Doubt_Man on July 28, 2011 10:26

You can add an error on the route action handler in your proxy service.

you could investigate the $fault variable and check example what errorcode BEA... comes back.
Then, you can decide what to answer in return... for example, create your own SOAP-fault and set your own messages.

now the default $fault value generated by the OSB will be get back

http://www.xenta.nl/Blog/2010/07/17/Oracle-service-bus-11g-handling-SOAP-faults/
Maybe we can help you a bit

Tags: Fusion Middleware

Similar Questions

  • How to manage the tv after hdmi to hdmi connection

    I want to connect to my computer windows 7 with tv on my Vizio tv hd tuner. I intend to use the hdmi to hdmi connections. After that I made the connection how to manage the tv without going back to the computer. My TV is in another adjacent room to my computer, sbout 20 ft away. Can I use a wireless mouse to manage the tv? The monitor and tv both appear at the same time? What are other options? Thank you for taking my question and to meet others, I put in the forum. Donnie

    I guess that the xbox 360 is a must for my setup. Thanks for your reply, Donnie

  • I would like to know how to manage the ASN.1 encoding/decoding in LabView?

    I would like to know how to manage the ASN.1 encoding/decoding in LabView?

    Hello J,

    in the example given here , it looks like a format simple bytestream...

    You must read the byte stream, get the first and the second byte to decode the data type and length and then read & catalogued according to number of bytes. And then read 2 bytes and so on...

    Encoding will work the same but in reverse

  • How to manage the SOAP response

    Hello (beginner vCO),

    I use the SOAP Plugin and trying to figure out how to manage the here, a host of SOAP response is the log I get the SOAP response

    [12:53:43.124 2014-05-09] [I] the settings...

    [12:53:43.135 2014-05-09] [I] the available settings:

    [12:53:43.136 2014-05-09] [I] + parameter name: "GetRequestStatusResult", value: "< response >

    < item >

    < ServiceRequestID > SR138917 < / ServiceRequestID >

    OS DEPLOYMENT < ServiceRequestStatus > < / ServiceRequestStatus >

    < ServiceRequestCreated > 09/05/2014-15:20:25 < / ServiceRequestCreated >

    < ServiceRequestCompleted > < / ServiceRequestCompleted >

    MA138921 < CurrentActivity > < / CurrentActivity >

    OS DEPLOYMENT < CurrentActivityTitle > < / CurrentActivityTitle >

    < ActivityStartUTC > 09/05/2014-15:32 < / ActivityStartUTC >

    < ActivityEndUTC > < / ActivityEndUTC >

    < DurationTotalSeconds > < / DurationTotalSeconds >

    < AverageDurationSeconds > < / AverageDurationSeconds >

    < SecondsOffAverage > < / SecondsOffAverage >

    < EstimatedCompletionUTC > < / EstimatedCompletionUTC >

    < / OutputParameters >

    < warning > < / warnings >

    < exceptions > < / Exceptions >

    < / response > '

    It will be better to try and parse text or try and use another method with vCO

    If you haven't done so already, take a look at the action of com.vmware.libarary.soap.processOutParameters.  It is the action that generated the log you have placed in us.  It generates an object Properties (key, value pairs) with the value for each setting that results.

    In your case, assuming that 'outProps' is the result of the above, you can use:

    var getRequestStatusResult = outProps.get ("GetRequestStatusResult");

    And to analyze the code XML with E4X as Ilian said.

  • How to manage the photos Lightroom when using 2 computers, keeping any changes made on one or the other?

    Based on http://forums.Adobe.com/thread/1308132?TSTART=0 I decided to add each question separately:

    Hello, I am very interested in buying Lightroom 5.2. I tried the RC that was missing today. Yet, I have several questions that I can't find really good conclusive answers, I'd like to get an answer before buying LR. Please do not write maybe like this or that (assumptions), because I don't want to start my entire workflow and then realize that I have to change all around, please reply, if you know for sure that something works and you are, preferably, using this method too.

    Is the big question, where I want to especially a conclusive answer:  How to manage the photos Lightroom when using 2 computers, keeping all the changes made on one of them, using the same photos for editing. I'm not going to use DNG. Details: I mainly use my old MacBook Pro, but I wish I could use my PC as it is much better (card: i5 2500K, 16 GB of RAM, SSD, USB3, nVidia GTX 560 TI etc.). I have 2 external HD that I could use, one for backup and one for the actual Photos/changes. I you will probably need to use as my internal HDs are fairly complete and I cannot be the kind of things simply delete or move to one (developer, without loss of music, programs etc.).

    On this basis, how do I save all such Photos folder (pictures and retouching and preferably presets too)?

    According to me, that it should be possible to work cross-platform without having to create a link to the files each time, or without having to keep export/import of the catalog, keeping the single catalog and the picture library on an external drive that is then switched between systems as needed.

    Obvious first requirement is an external drive that is formatted in a way (for example, FAT32) that it can be used on both platforms in read/write mode. Given that, if the catalogue AND folder parent si le catalogue ET le dossier parent images are both set to the same level in a global parent folder, then it should be possible to take advatage of ability of Lightroom to use relative paths instead of absolute paths to detect the images, no matter if the player is named (Mac) or lettering (PC). This is how "export as catalog of ' works, that is, it creates a 'package', alias a parent folder, containing the catalog and a replica of the folder hierarchy to exported along with the catalog images. Take this 'package' to another system (same OS or not) and "it works" even if the drive letter is different or the operating system is different... because the relative path of the image catalogue is always the same.

    I have not tested this cross-platform (if I have between various PC systems with letters of different readers) so for me it's still just a theory, but there may be others who have done this successfully.

  • How to control the service console in ESX?

    How to control the service console in ESX?

    http://www.Petri.co.il/5-critical-VMware-ESX-CLI-network-commands.htm

    http://download3.VMware.com/VMworld/2006/mdc9694.PDF

    http://download3.VMware.com/VMworld/2006/mdc9807.PDF

    http://download3.VMware.com/VMworld/2006/tac0028.PDF

    http://download3.VMware.com/VMworld/2006/tac9689-b.PDF

    http://download3.VMware.com/VMworld/2006/labs2006/VMworld.06.Lab04-performance-manual.PDF

    http://www.RTFM-ed.co.UK/

    PS: If you have found useful messages then please leave a few points

    André

  • I tried to turn on windows defender and he said that there is an error. It will not turn back. Anyone with information would be a great help. How to start the service manually?

    I discovered that Windows defender is disabled. I tried to turn it back on, and he said that there is an error. How can I turn it back on? Anyone with information would be a great help. How to start the service manually? __

    Hello
     
     
    could a. you give us the exact error that you are experiencing?
    (b) also mention the error code, as well if it is listed.
    have c. you installed other software security like McAfee, Microsoft Security Essentials etc. ?
     

    Let us check if the service is set to automatic.
    1. Click Start-> run and type services.msc
    2. now, locate the service named Windows Defender,
    3. double click to bring up the Properties window.
    4. set the startup type to automatic
    5. click on apply, and then click Start
    6. click OK, and then click Close window Services/Local
     
     
    We hope to hear from you soon.

    Thank you, and in what concerns:
    Shekhar S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • How to start the service in order

    Hello

    I'm new to Hyperion.
    Can someone tell me how to start the service for HFM, planning and Essbase?

    Thanks in advance...

    Han

    Please read the following document:
    http://download.Oracle.com/docs/CD/E12825_01/EPM.111/epm_install_troubleshooting.PDF

  • How to install the suite E-bussiness with on the creation of the database?

    We intend to migrate our single node Tru64 E-bussines costume installation multi node (node DB) IBM - AIX and Sun Solaris (APPL_TOP)

    We follow the step below

    (1) install E-Bussines agree with the Oracle database (Oracle DB only sotware applications file system must be installed) - IBM AIX (DB Node) & Sun Solaris (APPL_TOP)
    (2) to migrate current Oracle DB on IBM AIX Tru64, using the transportable Tablespace method

    He is allowed to follow this approach?

    How to install the Oracle E-bussiness suit with Oracle database? (Only Oracle DB sotware applications file system must be installed)

    Thank you
    John

    John,

    For the migration of the application layer, please see the following note:

    Note: 238276.1 - migration to Linux with the version of Oracle Applications 11i
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=238276.1

    To the database, you need to export/import the database.

    Note: 369693,1 - using Oracle Applications with a layer of database Configuration from Split on Oracle 10 g Release 2
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=369693.1

    Note: 362205.1 - 10 g Release 2 process of Import/Export for Oracle Applications Release 11i
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=362205.1

    Note: 304489,1 - using Oracle Applications with a layer of database Configuration from Split on Oracle 9i Release 2
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=304489.1

    Note: 230627.1 - process Import/Export 9i to Oracle Applications Release 11i
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=230627.1

    (1) install E-Bussines agree with the Oracle database (Oracle DB only sotware applications file system must be installed) - IBM AIX (DB Node) & Sun Solaris (APPL_TOP)
    (2) to migrate current Oracle DB on IBM AIX Tru64, using the transportable Tablespace method
    He is allowed to follow this approach?

    (1) what the patches you applied from the time of installation? Make a new installation will not include these fixes.

    (2) the method supported to migrate an Oracle Apps database between two operating systems which are not compatible to the binary format is to use the import/export. I believe that the transportable Tablespace has some limitations and would not work for these migrations.

    How to install the Oracle E-bussiness suit with Oracle database? (Only Oracle DB sotware applications file system must be installed)

    You must follow the steps described in the above notes. However, to answer your question, please see:

    Installation Guide for Oracle Applications: Quick installation using - chapter 5, the installation of elements of technology stack
    http://download-UK.Oracle.com/docs/CD/B25516_14/current/Acrobat/r115102ins.PDF

  • How to manage the assets Conference on Telepresence server controlled by the conductor

    Colleagues, Hello.

    How to add additional participants to the already begun scheduled conference or permanent on Telepresence server controlled by the conductor? Or so... How to make the call to the Conference on the telepresence server controlled by a number of additional connected participants of the conductor?

    I do not know the TMS, but I do not see active conference control features in its options. On the telepresence server, there is limited management capacities.

    A driver controlled TelePresence server has no conference control what so ever, as its all managed by TMS. In TMS you use Conference Control Center under surveillance to manage the scheduled conference. Conference ad hoc permanent that's not demand through TMS, endpoints will have to deal in itself.

  • How to manage the threads for TCP communication?

    Hello

    I have a project to control two separate applications (C++ and LabView) and two of them are implemented as server. Another client program (C++) is used to control applications. Communication between them are implemented using TCP socket. The client program sends the message to start or stop tasks on servers. The client program also sends time (HH) with the message start and end to determine when to start or stop.

    Application in C++ (server): Listening to the request for the connection and when gets one, it creates a thread of communication allowing to manage this and listen again to another connection. Communication wire crossing of handles and messages when it receives a start or a stop message, it creates a thread of timer with the received time to trigger a task at the time specified. And after that he expects the client message. So, here, when the thread (communication, timer) is necessary, it is created.

    In LabView (server): I tried to create the same as the C++ server. But, in manual of LabView and other discussions of the forum, I got that LabView is multithreaded and it can be done with the help of the loop independent. So, I had to create four loops in a diagram:

    1. wait the new connection

    2 manage the communication for the already received connection

    3. start the timer

    4 stop the timer

    and they are executed at the beginning of execution and communication between them are managed using local variables. But, 2, 3 and 4th loop can handle only one connection and it can handle another if the current is closed. The C++ application can handle multiple connections by creating the thread when it is necessary, but not at the beginning of the application.

    Is there a better way to implement this in LabView?

    Is it possible to manage multiple connections and create the diagram node/block (such as a wire) dynamically as C++?

    Thank you.

    There are several ways to do so in modern LabVIEW and you should probably seek the Finder example for TCP examples. The classic is to transfer the refnum of connecting the listening loop in a communications loop that adds to an array of login credentials and then constantly iterates through this array to make the communication. He works on LabVIEW 4.0 perfectly for me even for applications with basic HTTP communication protocol. But you must make sure that the communication for a connection is not delaying his work for reasons that would delay the handling of other connections too, because they are really of course worked on sequentially. If you encounter an error, the connection ID is closed and removed from the table.

    The other is that create you a VI that makes your entire communication and ends on an error or when the order quite. Make this reentrant VI and then launch it through VI server as the instance home, passing the refnum of newly received connection form the listening loop. Then use the method to Run let start and operate as an independent thread.

    For all these, you should be able to find an example in the example Finder when searching for TCP.

  • How to manage the runtime at the stage of PreUUT error when running in parallel mode

    I would like to run Test DUT in parallel mode, and some actions are made in PreUUT of this kind of reading serial number and control of the aircraft.
    The model of process don't goto PostUUT step when the runtime error occurs at the stage of PreUUT, so I would like to add a few things to check if error in the cleaning of the sequence and return to the configuration at PreUUT stage, but I think it's jumping all the actions of installation and the main stage?

    What should I do if I want to go back to run PreUUT again after the first run when the runtime error occurs?

    Or, is it a good way to handle this kind of error withour restart of the program?

    Bandaged,

    There is no decent way to do this. The reason is the following: TestStand assumes that failure in the facility to a unique testsocket mechanism, it is senseless to proceed with this testsocket at all. It is recommended to manage the routines of judgment in this case using the SequenceFilePostStepRuntimeError callback. You also can use this callback to execute a loop on the step that creates the error until the error is resolved.

    By default, TestStand does not support a tribute of the error but the proceedings concerning the execution of shots. You can just ignore the error (deletion of the error indicator) or you can implement your own features. For example, you can set a custom fault indicator which will be evaluated as a first step in your hand. If the flag is set, ignore you everything in your hand.

    I know that this suggestion seems not to be a good idea because it's 'hack mack', but it solves your problem. TestStand, as already the State evaluates the execution errors that occur in the PreUUT as to the deficiencies of the system and carry out any checks is not suggested.

    Norbert

  • How to manage the turnover in number of cycles of FPGA output?

    I wrote a little VI that counts ticks on a set of lines of DI for a period of time. It uses the number of cycles of VI to determine how much time has passed since he started running. The output of this VI is a U32, and subtraction function looks like it going to saturate to '0' if the number of cycles longer rolls. How can I handle this situation to prevent the VI to leave earlier?

    Integer arithmetic must manage calculation rolling correctly (for example if your value is a U8 and you do 3-250, you should get 9). I guess (although I never checked) it works even in the FPGA. You can do a simple check yourself with explicit code. It would be nothing less than a complete cycle of safe, so it depends how much time it takes. If it is ms, it would take about 50 days. In your case, it seems that you have configured the service to be in us, so it would be somewhere more than an hour. If that's not enough, then you can maintain the real value in a U64 and then take the number of us that passing in each iteration and that adds to the U64.

  • How to manage the rotaion of parts of Vision Assistant 8.0

    Hi, I'm new to Vision Assistant and my question concerns the rotation of a play about a test table. I found a tutorial to manage such situations for Vision Assistant 8.6. Here, he shows you how to rotate the region of interest and build a coordinate system based on the location and orientation of the reference model. The defined coordinate system option is not available in the category of Vision Assistant 8.0 image processing and I wanted to know how I could implement this in Vision Assistant 8.0?

    Well it worked, but with corresponding geometry, for some reason any I can't work with any special criteria but I'll work on that.

    Thanks Ajmal

    If someone wants to know how it is here. In Vision Assistant 8.0, I did a calibration of the image first, then a game of geometry. In LabVIEW I extracted the angle of geometric correspondence, 360 and cable adds the value in IMAQ image inversion.

  • How to manage the HttpConnection to do:

    Hello

    Well, my problem is that I am a httpconnection by blackberry to a tomcat server apache where I have a servlet that establish a connection to a database, I want the blackberry to show me if the connection is successful or not. I have the blackberry to show me the message if was successful or not. This is the code.

    Method that connect to servlet:

    ' public void IniciarSesion (String pLog, String pPass) throws IOException
    {
    String url = "http://localhost: 8081/ConexServ/sv_Conectar";
    OutputStream os = null;
    Try
    {

    HttpConnection hc = (HttpConnection) Connector.open (url);

    hc.setRequestMethod (HttpConnection.POST);

    hc.setRequestProperty ("User-Agent", "' profile/MIDP-2. 0 Configuration/CLDC - 1.0" ");
    hc.setRequestProperty("Content-Language","es-ES");

    OS = hc.openOutputStream ();
    OS. Write (("Log_="_+_pLog).getBytes ());
    OS. Write ((«_&_pass_=_"+_pPass).getBytes ());
    OS. Flush();
                
    HC. Get
    }
    catch (ClassCastException e)
    {
    throw new IllegalArgumentException ("not a HTTP URL");
    Dialog.Inform ("error" + e.getMessage ());
    }
    Finally
    {
    If (OS! = null)
    OS. Close();
    }
    }

    -------------------------------------------------------------------------------------------------------------------------------------

    It's the method that receive the settings in the servlet:

    protected void processRequest (HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException, SQLException
    {
    response.setContentType("text/html;charset=UTF-8");
    PrintWriter out = response.getWriter ();
    Journal of the string, pass;
    ConexionBD Conex.
    Try
    {
    GB = Globales.getInstance ();
    Journal = request.getParameter("Log").toString ();
    pass = request.getParameter("Pass").toString ();
    This brand of method the conexion returns true or false

    F. IniciarSesion(log,pass,out);
    }
    Finally
    {
    out. Close();
    }
    }

    Please give on how to do what I want,

    Give the NetworkAPIDemo a glance. This is a very good example on how should be HTTP connections.

    If you are using the eclipse IDE go to file > import > import of samples BlackBerry

    In the new window make sure you click "Clear all" (as I'm sure you don't want to look at ALL the examples right now). Head down to the NetworkAPIDemo to complete the import.

    Samples are a GREAT way to reach 90% of the common tasks that you will implement. It has been my single most important resource.

    You can also see this post: http://supportforums.blackberry.com/t5/Java-Development/Sample-HTTP-Connection-code-and-BIS-B-Access...

    Finally, be sure to use the search feature before asking questions (I know I'm guilty of not doing that from time to time). HttpConnections have been covered ad nauseam.

Maybe you are looking for

  • NB100 will not restart in case of suspension

    When I put the netbook in suspension, sometimes the pc does not restart.The only solution is to reset and reboot the pc... Anyone has the same problem or solution? Thank youMax

  • Shortcut keys toggle the State of the toggle switch

    How can I prevent a switch to update it's GUI State when it is accessible via the shortcut (Alt + letter)? I want to be able to do this without disabling the control and adjustment of the mode indicator.  I have created a reminder to swallow the even

  • Why my computer Windows XP keep appearing as a MacIntosh or other OS on the Microsoft Update site?

    Lately, whenever I try to connect using IE8 to Microsoft update to check the updates for my Windows XP system, I get a message saying that since I was a MAC OS, I should go the MAC Update site.I tried already to not launch the no version of IE8 add-o

  • update H8-1214 graphics card problem

    Hello, thanks for reading. I recently acquired a h8-1214 office. The original graphics card that is currently in it's AMD Radeon 7450. I added a new power supply, (Dynex 550w), to power the new graphics card. The first graphics card, I added was the

  • No internet connection Adobe Photoshop element 13

    HelloCan someone help me solve this problem? I am trying to activate Adobe Photoshop element 13.The PC goes through the proxy server to get internet and I have to type in username and password for all new sites. Can someone tell where I can put these