BPEL SE Supports ignoreMissingFromData?

Hi,
Does anyone know if BPEL SE supports ignoreMissingFromData on copy assignments. I have a lot of optional fields in my incoming XML and when I copy these to local variables in my flows, I want to avoid SelectionFailures. If the field has not been provided by the caller, I just want to ignore it instead of failing. I'd rather not put a faulthandler around every single copy statement...
Thanks
Paul

Hi,
Do you have any idea when this feature will be implemented ?
This is a realy important feature if you want to use the HL7BC and use the Netbeans mapper to map incomming HL7 fields to e.g. a database table.
In HL7 more than 90% of the fields is optional ... so assigning data in a BPEL process without the ignoreMissingFromData="yes" construct is practically impossible ...
Thanks a lot!
Best Regards
Nico

Similar Messages

  • BPEL PM supports Complex Type?

    In my BPEL process flow, I am trying to invoke a web service operation with Response message an array of Complex Type. When I tried to look the output of the operation from the debug mode of the BPEL Console, I got a message "Error:internal bug (#321) object:id0 not found in object store".
    The operation is defined as
    <wsdl:operation name="getEffects">
    <wsdlsoap:operation soapAction="" />
    <wsdl:input name="getEffectsRequest">
    <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IBCDS" use="encoded" />
    </wsdl:input>
    <wsdl:output name="getEffectsResponse">
    <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:IBCDS" use="encoded" />
    </wsdl:output>
    </wsdl:operation>
    the Complex Types are defined as
    <complexType name="Effect">
    <sequence>
    <element name="ID" nillable="true" type="xsd:string" />
    <element name="classification" nillable="true" type="xsd:string" />
    <element name="coe" type="xsd:byte" />
    <element name="com" type="xsd:byte" />
    <element name="country" nillable="true" type="xsd:string" />
    <element name="dateMod" nillable="true" type="xsd:dateTime" />
    <element name="deClassDate" nillable="true" type="xsd:dateTime" />
    <element name="def" type="xsd:byte" />
    <element name="description" nillable="true" type="xsd:string" />
    <element name="det" type="xsd:byte" />
    <element name="infl" type="xsd:byte" />
    <element name="name" nillable="true" type="xsd:string" />
    <element name="reliability" type="xsd:double" />
    <element name="tra" type="xsd:byte" />
    </sequence>
    </complexType>
    <complexType name="ArrayOfEffect">
    <complexContent>
    <restriction base="soapenc:Array">
    <attribute ref="soapenc:arrayType" wsdl:arrayType="impl:Effect[]" />
    </restriction>
    </complexContent>
    </complexType>
    and the input/output for the operation are define as
    <wsdl:message name="getEffectsRequest" />
    <wsdl:message name="getEffectsResponse">
    <wsdl:part name="getEffectsReturn" type="impl:ArrayOfEffect" />
    </wsdl:message>
    My project involves lots of Complex Type data, I like to know if the current BPEL PM support the Complex Type that I just described?

    Hi June,
    BPEL PM Supports complex type return. I am not why you see this error in debugger. can you enable the bpel domain debug (under BPEL Console-->Manage Domain-->Logging) and send us the debug log? Is it possible to send your process (including wsdl + xsd) to our support email at [email protected]?

  • Does BPEL PM support DocumentWrapper complexType Web Services?

    Guru,
    I have a web service whose message type is DocumentWrapper complexType like below:
    <complexType name="DocumentWrapper">
    <sequence>
    <any/>
    </sequence>
    </complexType>
    Does BPEL PM support this? I faced some troubles in assigning or transforming these type variables.

    Anybody who can help is highly appreciate!
    Regards,
    Sean

  • BPEL SE support for flow synchronisation links.

    Hi all,
    do you know whether BPEL SE and NB are going to offer support for flow synchronisation links anytime soon?
    Thanks,
    razvan.

    Hi,
    - Flow with link is supported, though not supported by the GUI.
    - forEach can also be rewritten to bpel 1.x with help of this blog: http://clemensblog.blogspot.com/2006/03/bpel-looping-over-arrays-collections.html
    Kind regards,
    H

  • Does Oracle BPEL PM support WS-Coordination?

    Hi,
    I'm looking for a BPEL PM that implements transaction management, following the WS-Coordination specifications. Oracle has defined a Web Service Coordination Framework specification (WS-CF) in July 28, 2003. Does Oracle BPEL PM 10.1.2 implements this specification?
    If not, how can I manage pure BPEL transactions?
    Is there documentation or examples about this?
    Thanks,
    Gaetano

    Thanks Sandor,
    I'm aware of the compensation handler.
    I have read several articles where Oracle said that they have implemented WS-Coordination. I downloaded the Oracle BPEL PM, read the documentation, but I didn't find anything about a Coordinator service (where the services participating in the transaction have to register themselves ) or about the management of Context information in the SOAP headers by the BPEL engine.
    Gaetano

  • BPEL Console supports only IE6

    Thanks a lot, if I had known that ahead of time, I would have saved myself the very long download times.
    I refuse to use or recommend to my employers any piece of software which refuses to respect standards. Only supporting IE6 proves that Oracle is not commited to respecting standards and stoop to the lowest common denominator.

    I have similar process where I am able to see the instance incomplete process C, the issue is with the present process.
    actually process B and C are from production I have designed the new process A, which is calling B and B is calling C.
    I have also designed other process A1(new) which is calling B1(existing) and B1 is calling C1(existing), there I am able to see the instance of C1
    dont know why it is happening like this for process C
    please advice
    thanks
    yatan

  • Error in compiling the BPEL process

    Hi,
    I am getting the following error while compiling the BPEL process. Its a simple process with a Pick activity and have two onMessage activities. One of the activity is having the correlation set and another one is not. Is that the problem ? If yes what should I do to resolve this.
    Any thoughts ?
    {color:#ff0000}[bpelc] classpath is: C:\apache-maven-2.0.9\boot\classworlds-1.1.jar;D:\workspace\Eclipse\ExternalUserWorkflow\src\test\resources\ContractorServiceFailureDeployment;D:\oracle\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-ant.jar;D:\oracle\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-boot.jar;D:\oracle\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-common.jar;D:\oracle\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-exts.jar;D:\oracle\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-thirdparty.jar;D:\oracle\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel.jar;D:\oracle\product\10.1.3.1\OracleAS_1\bpel\lib\xmlparserv2.jar
    [bpelc] C:\DOCUME~1\krishnaa\LOCALS~1\Temp\bpelc1637.tmp\BPEL-INF\src\bpel\test\BPEL_BIN.java:5656: nested class bpel.test.BPEL_BIN. $BPELC_BpRpl0 must be declared abstract. It does not define java.lang.String __getInitiateCorrelationSetNames()[] from class com.collaxa.cube.engine.ext.wmp.BPELReplyWMP.
    [bpelc] public final static class $BPELC_BpRpl0 extends com.collaxa.cube.engine.ext.wmp.BPELReplyWMP
    [bpelc] ^
    [bpelc] 1 error
    [bpelc] ORABPEL-01005
    [bpelc]
    [bpelc] Failed to compile classes.{color}
    Thank you.

    It looks to me that, you have manually changed something in the BPEL process code.
    A process designed via Jdev/designer can only have one variable in inputHeaderVariable syntax.
    While Bpel standard supports calling inputHeaderVariable with two variables, if the generated file was tinkered with to add an extra variable, then this is not Jdev bug and you need to use the latest JDev 10.1.3.4.
    If you are not manually modifying or tinkering the process, then let me know what are the errors you get out of compiling that new BPEL project in JDeveloper 10.1.3.4 ?
    Hope this helps!
    Cheers
    Anirudh Pucha

  • Messed up BPEL console in Firefox (all versions)

    Hi,
    I am trying to use the BPEL console (10.1.3.4) in Firefox (tried all versions from 2.x till 3.5) but the jsp pages seem to not like the rendering engine of the browser.
    In particular the Audit trail and Flow tabs for the process instances are terrible let downs. On the flow tab I get an error 'Flow viewer is not defined' or broken html/javascript code in plain text upon repeated refresh.
    Looks like firefox has issues w/ the javascript libraries being used to display the flow.
    Has anyone been able to fix this or know any particular version of firefox which works fine w/ the console.
    Appreciate any help on this.
    Thanks,
    Shishir

    As per : http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28980/overview.htm
    Oracle BPEL Control supports these browsers:
    Microsoft Internet Explorer 6.0 Service Pack SP2 (supported on Microsoft Windows only)
    Netscape 7.2
    Mozilla 1.7
    You can download the Mozilla browser from http://www.mozilla.org.
    Firefox 1.0.4
    You can download the Firefox browser from http://www.mozilla.org.
    Safari 1.2, 2.0 (on Apple Macintosh computers)
    Note:
    Ensure that cookies are enabled in your Web browser. The Oracle BPEL Control caching mechanism uses cookies to identify user sessions.

  • How to Use XPATH 2.0 in BPEL Assign/Transform

    Hi,
    I see a lot of Xpath 2.0 functions defined, http://www.w3schools.com/XPath/xpath_functions.asp .
    But I am not able to use most of them in Jdeveloper 11.1.1.3 BPEL Designer.
    Like I tried to use, xp20:distinct-values , xp20:reverse , x20:string-values etc but it is giving error.
    I can use very few xpath functions which are coming in the Assign/Transform activity drop down (during copy operations)
    strangely some Xpath functions do not come in any LOV but still are working fine like : position() , last() etc .
    How can I use other XPath functions? A list of existing Xpath functions are defined here : http://www.w3.org/TR/xpath-functions/
    Am I missing something ? how can I use all the in-built Xpath 2.0 functions in BPEL ?
    Please could you help.
    Thanks and Regards,
    Sudip

    I have tried that too , putting the namespace from Xpath20 in .bpel file , but still it is giving compilation error saying this is not registered.
    It seems SOA 11g BPEL only supports the xpath extension functions written in bpel-xpath-functions.xml file .
    And it does not support any other Xpath2.0 functions like 'distinct-values' 'reverse' etc.
    And there is no other way than writing custom Xpath functions for bpel 11g in order to get distinct-values of a nodeset etc ... are these conclusions correct?
    Please could anybody suggest?
    Thanks and Regards,
    Sudip

  • [HELP] [BPEL 11g] Customized BPEL worklist app could not work on JBoss

    Dear all,
    We are developing the customized Human Worklist app based on BPEL HW API 11g.
    The application (some jsp pages) works fine in JDeveloper 11g. However, after deploy to JBoss, it always prompt with "NoClassDefFoundError" exception, although we have already add following 7 jar files into Classpath:
    ${jdeveloper.home}\Middleware\wlserver_10.3\server\lib\weblogic.jar
    ${jdeveloper.home}\Middleware\jdeveloper\modules\oracle.jrf_11.1.1\jrf.jar
    ${jdeveloper.home}\Middleware\jdeveloper\modules\oracle.webservices_11.1.1\wsclient.jar
    ${bea.home}/AS11gR1SOA/soa/modules/oracle.soa.fabric_11.1.1/bpm-infra.jar
    ${bea.home}/AS11gR1SOA/soa/modules/oracle.soa.workflow_11.1.1/bpm-services.jar
    xml.jar
    xmlparserv2.jar
    Then we manually copy many other jars (nearly 100) under Weblogic server, but it still prompt lacking of some jar file with "NoClassDefFoundError" exception.
    So, does BPEL 11g support deploy HW app outside weblogic, like JBoss? If so, what we need to set at JBoss side to run our app?
    Thanks a lot.

    Not sure it is available yet as I have not seen any doc for 11g.
    here is the 10g instructions which may provide some pointers.
    http://download-east.oracle.com/docs/cd/B31017_01/web.1013/b25947/deployment_topics012.htm
    cheers
    James

  • Multiple Application Interactions In Bpel

    Hello,
    I developed a composite like [http://docs.oracle.com/cd/E25054_01/dev.1111/e10224/bp_interact.htm#BABCHDGI] .
    I developd 3 Proceses(AsynchBpelProcessA.bpel,AsynchBpelProcessB.bpel,AsynchBpelProcessC.bpel)
    Porblem when ever i invoke "AsynchBpelProcessA" it has to interact with "AsynchBpelProcessB" has to interact "AsynchBpelProcessC". response has sent to AsynchBpelProcessA Client.
    buy my porcess did not stopping . it is going to indefinite loop. like a-b-c-a-b-c-a-b-c
    Can any one suggest the solution?
    Thanks,
    Ram.
    my composite.xml
    <service name="asynchbpelprocessa_client_ep"
    ui:wsdlLocation="AsynchBpelProcessA.wsdl">
    <interface.wsdl interface="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessA#wsdl.interface(AsynchBpelProcessA)"
    callbackInterface="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessA#wsdl.interface(AsynchBpelProcessACallback)"/>
    <binding.ws port="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessA#wsdl.endpoint(asynchbpelprocessa_client_ep/AsynchBpelProcessA_pt)"/>
    <callback>
    <binding.ws port="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessA#wsdl.endpoint(asynchbpelprocessa_client_ep/AsynchBpelProcessACallback_pt)"/>
    </callback>
    </service>
    <service name="asynchbpelprocessb_client_ep"
    ui:wsdlLocation="AsynchBpelProcessB.wsdl">
    <interface.wsdl interface="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessB#wsdl.interface(AsynchBpelProcessB)"
    callbackInterface="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessB#wsdl.interface(AsynchBpelProcessBCallback)"/>
    <binding.ws port="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessB#wsdl.endpoint(asynchbpelprocessb_client_ep/AsynchBpelProcessB_pt)"/>
    <callback>
    <binding.ws port="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessB#wsdl.endpoint(asynchbpelprocessb_client_ep/AsynchBpelProcessBCallback_pt)"/>
    </callback>
    </service>
    <service name="asynchbpelprocessc_client_ep"
    ui:wsdlLocation="AsynchBpelProcessC.wsdl">
    <interface.wsdl interface="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessC#wsdl.interface(AsynchBpelProcessC)"
    callbackInterface="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessC#wsdl.interface(AsynchBpelProcessCCallback)"/>
    <binding.ws port="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessC#wsdl.endpoint(asynchbpelprocessc_client_ep/AsynchBpelProcessC_pt)"/>
    <callback>
    <binding.ws port="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessC#wsdl.endpoint(asynchbpelprocessc_client_ep/AsynchBpelProcessCCallback_pt)"/>
    </callback>
    </service>
    <component name="AsynchBpelProcessA" version="1.1">
    <implementation.bpel src="AsynchBpelProcessA.bpel"/>
    </component>
    <component name="AsynchBpelProcessB" version="1.1">
    <implementation.bpel src="AsynchBpelProcessB.bpel"/>
    </component>
    <component name="AsynchBpelProcessC" version="1.1">
    <implementation.bpel src="AsynchBpelProcessC.bpel"/>
    </component>
    <reference name="PartnerLinkForBinA"
    ui:wsdlLocation="http://localhost:7001/soa-infra/services/default/ProblemThree/AsynchBpelProcessB.wsdl">
    <interface.wsdl interface="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessB#wsdl.interface(AsynchBpelProcessB)"
    callbackInterface="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessB#wsdl.interface(AsynchBpelProcessBCallback)"/>
    <binding.ws port="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessB#wsdl.endpoint(asynchbpelprocessb_client_ep/AsynchBpelProcessB_pt)"
    location="http://localhost:7001/soa-infra/services/default/ProblemThree/asynchbpelprocessb_client_ep?WSDL"
    soapVersion="1.1"/>
    <callback>
    <binding.ws port="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessB#wsdl.endpoint(asynchbpelprocessb_client_ep/AsynchBpelProcessBCallback_pt)"/>
    </callback>
    </reference>
    <reference name="PartnerLinkForCInB"
    ui:wsdlLocation="http://localhost:7001/soa-infra/services/default/ProblemThree/AsynchBpelProcessC.wsdl">
    <interface.wsdl interface="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessC#wsdl.interface(AsynchBpelProcessC)"
    callbackInterface="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessC#wsdl.interface(AsynchBpelProcessCCallback)"/>
    <binding.ws port="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessC#wsdl.endpoint(asynchbpelprocessc_client_ep/AsynchBpelProcessC_pt)"
    location="http://localhost:7001/soa-infra/services/default/ProblemThree/asynchbpelprocessc_client_ep?WSDL"
    soapVersion="1.1"/>
    <callback>
    <binding.ws port="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessC#wsdl.endpoint(asynchbpelprocessc_client_ep/AsynchBpelProcessCCallback_pt)"/>
    </callback>
    </reference>
    <reference name="PartnerLinkForCInA"
    ui:wsdlLocation="http://localhost:7001/soa-infra/services/default/ProblemThree/AsynchBpelProcessC.wsdl">
    <interface.wsdl interface="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessC#wsdl.interface(AsynchBpelProcessC)"
    callbackInterface="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessC#wsdl.interface(AsynchBpelProcessCCallback)"/>
    <binding.ws port="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessC#wsdl.endpoint(asynchbpelprocessc_client_ep/AsynchBpelProcessC_pt)"
    location="http://localhost:7001/soa-infra/services/default/ProblemThree/asynchbpelprocessc_client_ep?WSDL"
    soapVersion="1.1"/>
    <callback>
    <binding.ws port="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessC#wsdl.endpoint(asynchbpelprocessc_client_ep/AsynchBpelProcessCCallback_pt)"/>
    </callback>
    </reference>
    <reference name="PartnerLinkForAInC"
    ui:wsdlLocation="http://localhost:7001/soa-infra/services/default/ProblemThree/AsynchBpelProcessA.wsdl">
    <interface.wsdl interface="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessA#wsdl.interface(AsynchBpelProcessA)"
    callbackInterface="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessA#wsdl.interface(AsynchBpelProcessACallback)"/>
    <binding.ws port="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessA#wsdl.endpoint(asynchbpelprocessa_client_ep/AsynchBpelProcessA_pt)"
    location="http://localhost:7001/soa-infra/services/default/ProblemThree/asynchbpelprocessa_client_ep?WSDL"
    soapVersion="1.1"/>
    <callback>
    <binding.ws port="http://xmlns.oracle.com/Interaction/ProblemThree/AsynchBpelProcessA#wsdl.endpoint(asynchbpelprocessa_client_ep/AsynchBpelProcessACallback_pt)"/>
    </callback>
    </reference>
    --------------------------------------------------------------------------------------------------------------------------------------------------------------

    It looks to me that, you have manually changed something in the BPEL process code.
    A process designed via Jdev/designer can only have one variable in inputHeaderVariable syntax.
    While Bpel standard supports calling inputHeaderVariable with two variables, if the generated file was tinkered with to add an extra variable, then this is not Jdev bug and you need to use the latest JDev 10.1.3.4.
    If you are not manually modifying or tinkering the process, then let me know what are the errors you get out of compiling that new BPEL project in JDeveloper 10.1.3.4 ?
    Hope this helps!
    Cheers
    Anirudh Pucha

  • Oracle bpel 11g email polling ?

    could oracle bpel 11g support email polling(checking inbox of an email account for a defined period time) ?
    try to google and find some tutorial to enable email polling in bpel 10g.
    but try to implement it and can't find folder BPEL in <SOA_HOME>
    now i can utilize email polling from fusion middleware Oracle Service Bus. but it would be more suitable if i can do the polling from my bpel instance.
    if someone has experience in this, pls share and will be very appreciated it.

    using the tutorial from amis.nl, how can i get the sender, subject (email header) from the email that i'm polling ? with an empty body message email.
    i'm facing issue the xml that ums adapter poll and send to the bpel process is only the message body part. can not get the header part.

  • Oracle BPEL invoking Windows Communication Foundation Services

    Im right now studing the next generation of Microsoft technologies for SOA and WebServices. I correctly developed my first WCF service and was trying to invoke it using BPEL, but its not possible to do it. Anyone knows how to invoke a WCF service in BPEL? Im using wshttpBinding in my WCF service.
    Thanks for your time,
    Millan

    Can you post the whole binding configuration you are using. For default interoperability you should look at basicHttpbinding. In case you want to add things like Security with the wsHttpBinding keep in mind that Oracle BPEL only supports basic WS-Security

  • WSDL 1,2 supported

    Is WSDL 1.2 supported in 11g SOA?
    Thanks - Casey

    I don't think that Oracle SOA 11g supports WSDL 1.2 (now known as WSDL 2.0 - a W3C recommendation). Even as far as I know, none of the major middleware providers support WSDL 1.2
    Furthermore, the latest version (version 2.0) of the Business Process Execution Language (BPEL) only supports WSDL 1.1.
    For any formal confirmation, please contact Oracle Support.
    Regards,
    Anuj

  • How to install BPEL on WLS and JDEV 11g/WLS

    Can somebody pls point me to a paper "How to install BPEL (Designer, Server, etc.) on WLS" ?!
    I downloaded 80 MB BPEL (Orabpel_10133_WebLogic.zip), unzipped it, but it does not container a "read.me"...
    I like to install the BPEL part for the JDEV - is that the right one ?
    Or do I need to install the whole SOA Suite (incl. BPEL Server) (570 MB) - but this seem to be based on OC4J?
    The core question: which (download) components do I need to install BPEL on WLS to make it run and usable ?
    TIA
    Bernhard

    Here is the readme you may be after
    http://download.oracle.com/docs/cd/E10291_01/doc.1013/e12534/toc.htm
    This is an old release. There is now 10.1.3.4, but I don't believe the stand alone BPEL is supported. You need to install the full SOA Suite. The doc for this is
    http://download.oracle.com/docs/cd/E12524_01/core.1013/e13058/toc.htm
    You need to install the Oracle version first then port it. This is all changing in 11g, hopefully due soon.
    I recommend the latter as it provides more functionality around patching.
    Also SOA Suite or BPEL is on certified against 9.2 not 10.3 so you cannot use it against JDev 11g. Your JDev version must be in sync with your SOA Suite version.
    cheers
    James

Maybe you are looking for

  • Ipod touch not recognized in itunes windows

    Windows will not recognize my ipod touch. I have gone throught the Apple troubleshooting procedures and no luck.

  • Count the number of customer in query designer

    Dear Friends, I am trying to create a query where we have two key figures. ( Division )      (Total Customer)        (Total Customer who purchase) 10                      10                                 5 20                       20               

  • Problem setting up wireless

    l set up wireless with a router supplied by my ISP which worked fine until l put the computer to sleep. When woken from sleep there was no internet connection. If l shut down the computer and restart it, the internet connection is still there, so it'

  • Problem installing Acrobat 10

    How can I make the "My Computer" folder stop opening every time I boot my computer?  I know this problem is directly related to installation of Adobe Acrobat 10, which I downloaded this morning.  My brand-new laptop computer worked perfectly until th

  • Adobe content viewer wont stop crashing ... Help!

    Hi, I am running the newly updated ACV on the iPad 3 with vers 19 tools and it wont stop crashing when I get to the 6th or 7th article, dosn't matter wich layout it is it keeps crashing. I have tried everything : renaming Indesign documents, folders,