[JDeveloper] Failed to Import BPMN Processes from Oracle BPA Repository

Hi all,
I followed the steps in link http://docs.oracle.com/cd/E28280_01/doc.1111/e15176/bpa_bpel_bpmpd.htm#BPMPD417 to import BPMN processes, defined in Oracle BPA, in JDeveloper. However, I got below error:
java.lang.Exception: script BPMN2, line 129: oracle.bpa.common.exception.BpaException: BPAEXC-20026 - INTERNAL ERROR - Bpel XSD template Parsing exception. REPORT THE EXCEPTION INFORMATION.
Error occurred when parsing the string template of the Bpel process xsd
Check the format of the bpel process xsd template string, if it represents a valid xml file.
  at oracle.bpa.export.exportimpl.BpelExportExtnImpl.processExporting(BpelExportExtnImpl.java:366)
  at oracle.bpa.export.bpmn.impl.BpelProcessExportImpl.processExporting(BpelProcessExportImpl.java:145)
  at oracle.bpa.bpmn.util.BPELWriter.parse(BPELWriter.java:134)
  at oracle.bpa.bpmn.util.Test.save(Test.java:80)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:160)
  at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:243)
  at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:86)
  at org.mozilla.javascript.gen.c25._c5(BPMN2:93)
  at org.mozilla.javascript.gen.c25.call(BPMN2)
  at org.mozilla.javascript.optimizer.OptRuntime.callName0(OptRuntime.java:108)
  at org.mozilla.javascript.gen.c25._c0(BPMN2:47)
  at org.mozilla.javascript.gen.c25.call(BPMN2)
  at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:401)
  at com.idsscheer.report.execution.javascript.AScriptContextFactory.doTopCall(AScriptContextFactory.java:226)
  at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3003)
  at org.mozilla.javascript.gen.c25.call(BPMN2)
  at org.mozilla.javascript.gen.c25.exec(BPMN2)
  at org.mozilla.javascript.Context.evaluateString(Context.java:1088)
  at com.idsscheer.report.execution.interpreter.AJReportInterpreter.openReport(AJReportInterpreter.java:352)
  at com.idsscheer.report.execution.interpreter.AJReportInterpreter.executeReport(AJReportInterpreter.java:285)
  at com.idsscheer.aris.server.bl.logic.webreport.scripting.AJavaScriptReportThread.run(AJavaScriptReportThread.java:89)
  at com.idsscheer.aris.server.bl.logic.webreport.scripting.AJavaScriptRunner.executeReport(AJavaScriptRunner.java:62)
  at com.idsscheer.aris.server.bl.logic.webreport.reportimpl.AReportProgressAction.run(AReportProgressAction.java:112)
  at com.idsscheer.aris.server.common.AServerTask$MyRunnable.run(AServerTask.java:61)
  at java.lang.Thread.run(Thread.java:619)
Caused by: oracle.xml.parser.v2.XMLParseException: Expected ';'.
  at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:323)
  at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:335)
  at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:349)
  at oracle.bpa.export.exportimpl.BpelExportExtnImpl.processExporting(BpelExportExtnImpl.java:362)
  ... 28 more
(BPMN2#129)
  at oracle.bpa.remote.RepositoryService.run(RepositoryService.java:325)
  at oracle.bpa.remote.RepositoryService.run(RepositoryService.java:314)
  at oracle.bpa.remote.RepositoryService.export(RepositoryService.java:176)
  at oracle.tip.tools.ide.bpel.v1.plugins.plugins.bpa.bpaserver.connections.BPAServer.downloadModel(BPAServer.java:331)
  at oracle.tip.tools.ide.bpel.v1.plugins.plugins.bpa.util.BpaServerDownloadUtil.downloadZip(BpaServerDownloadUtil.java:101)
  at oracle.bpm.fusion.soa.wizard.NewBpmProjectFromBPAWizard$1.run(NewBpmProjectFromBPAWizard.java:133)
  at java.lang.Thread.run(Thread.java:662)
Any idea on the above error? Below are the version details for Oracle BPA, JDeveloper and BPMN Editor:
JDeveloper: 11.1.1.7.0
BPMN Editor: 11.1.7.0.1.61
Oracle BPA: 11gR1 (423484) (SR 2009_04), with Aris modules version: 7.1.0.423484
Thanks.
Regards,
Jessie Yeung

Hi Ivan
Since the type has no name... seams buggy...
You should open a TAR. Otherwise you can investigate the problem by generating a trace with the following statement:
ALTER SESSION SET EVENTS '31098 TRACE NAME CONTEXT FOREVER'
Chris

Similar Messages

  • How to reference BPMN process from a different Composite

    I have one "master" composite that defines a BPMN process. This process takes the input and, based on that input, will direct the workflow to the required BPMN process. There will be several BPMN process that can be referred to, and each one is created in its own Composite.
    Currently, in the "master" composite, I've created a Web Service Adapter that is a reference to the required BPMN process from a different composite.
    There seems to be something missing my composite.xml source though, for when I try to compile everything, I get an exception.
    First, here's the XML for the reference in the "master" composite. You can see that there is no value for the web service port or location. I'm not sure what it should be because this is all design-time. At some point, I will deploy all of the composites to one server.
    <reference name="AssetSubmissionService"
    ui:wsdlLocation="AssetSubmissionProcess.wsdl">
    <interface.wsdl interface="http://xmlns.oracle.com/bpmn/bpmnProcess/AssetSubmissionProcess#wsdl.interface(AssetSubmissionProcessPortType)"
    callbackInterface="http://xmlns.oracle.com/bpmn/bpmnProcess/AssetSubmissionProcess#wsdl.interface(AssetSubmissionProcessPortTypeCallBack)"/>
    <binding.ws port="" location=""/>
    <callback>
    <binding.ws port=""/>
    </callback>
    </reference>
    The exception is: Error(12,61): Parse of component type files failed, check the adf-config.xml file : "Error at line 32 char 38: Malformed WS Binding port. Missing # between namespace URI and service/port names."
    Thanks,
    Mike

    Mike,
    There needs to be a binding defined in the other WSDL. If there is not at design time you may need to deploy the 2nd composite in order to get a copy of its WSDL with a binding defined.
    Thanks,
    Adam DesJardin

  • How to call a BPEL process from Oracle Apps Java Concurrent program

    Hello,
    I need to trigger a BPEL process from Oracle Apps. Can anybody tell me how to do that? I have two triggering option--
    1. On button click from a Form 6i screen
    2. Using Java Concurrent program.
    Thanks in advance.
    Debkanta

    I am not sure how concurrent program works, but may be one of the way might work out, let me know if Java Concurrent Program works a bit different way
    - [if async] Through concurrent program, you can insert message token to db or aq, and BPEL can be instantiated from there
    or
    - If it supports pure java call, then you can look at multiple documents (e.g. http://www.oracle.com/technology/products/ias/bpel/pdf/orabpel-Tutorial7-InvokingBPELProcesses.pdf) to invoke your process
    - You can also use oracle db utility to invoke soap operation and get the result back
    HTH,
    Chintan

  • Issue in invoking the BPEL process from Oracle using a SOAP Request

    Hi,
    We are facing an issue while invoking a deployed Bpel Process from Oracle Applications 11.5.10..
    Using a concurrent program( Unix / Host program ) we are passing the input variables required for the Bpel process in the ProcessRequest tags and forming this as a SOAP message payload.
    Then trying to invoke the deployed bpel process using the end point location using HTTP POST..but nothing is happening..
    The bpel process is not getting invoked when i look at the Console and also checked for the Manual Recovery queue..it's not stuck there as well..
    Have set the Transfer Time Out to 25 minutes using UTL_HTTP.SET_TRANSFER_TIMEOUT(1500);
    Could someone please help us as soon as possible with this ..as this is critical and we are stuck at the moment.
    The logic is mentioned below :
    UTL_HTTP.SET_TRANSFER_TIMEOUT(1500);
    UTL_HTTP.SET_DETAILED_EXCP_SUPPORT(ENABLE=>TRUE);     
    soap_request:='<?xml version="1.0" encoding="UTF-8"?>'||
    '<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">'||
    '<soap:Header/>'||
    '<soap:Body xmlns:ns1="http://xmlns.oracle.com/bpelprocessname">'||
    '<ns1:bpelprocessnameProcessRequest>'||
    '<ns1:CSONum>'||order_number||'</ns1:CSONum>'||
    '<ns1:CreationDate>'||c_chr_cso_last_run_dte||'</ns1:CreationDate>'||
    '</ns1:bpelprocessnameProcessRequest>'||
    '</soap:Body>'||
    '</soap:Envelope>';          
    http_req:= utl_http.begin_request
    ('http://bpel_server ip:port/orabpel/domain_name/bpelprocessname/1.0' , 'POST', 'HTTP/1.1'
    utl_http.set_header(http_req, 'Content-Type', 'text/xml') ;
    utl_http.set_header(http_req, 'Content-Length', length(soap_request)) ;
    utl_http.set_header(http_req, 'SOAPAction', 'process');
    utl_http.write_text(http_req, soap_request) ;
    http_resp:= utl_http.get_response(http_req) ;
    utl_http.read_text(http_resp, soap_respond) ;
    utl_http.end_response(http_resp) ;
    dbms_output.put_line(soap_respond);
    Thanks

    check if your soap envelope is correct,check my below procedure which is working fine for me
    procedure xxxxx_BPEL_SCHEDULER
    IS
    soap_request varchar2(30000);
    soap_respond varchar2(30000);
    http_req utl_http.req;
    http_resp utl_http.resp;
    launch_url varchar2(240) ;
    begin
    soap_request:='<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:add="http://schemas.xmlsoap.org/ws/2003/03/addressing" xmlns:star="http://xmlns.oracle.com/xxxxx_BPEL_SCHEDULER">
    <soapenv:Header>
    <add:MessageID>?</add:MessageID>
    <add:ReplyTo>
    <add:Address>?</add:Address>
    <!--Optional:-->
    <add:ReferenceProperties>
    <!--You may enter ANY elements at this point-->
    </add:ReferenceProperties>
    <!--Optional:-->
    <add:PortType>?</add:PortType>
    <!--Optional:-->
    <add:ServiceName PortName="?">?</add:ServiceName>
    <!--You may enter ANY elements at this point-->
    </add:ReplyTo>
    </soapenv:Header>
    <soapenv:Body>
    <star:STARS_BPEL_SCHEDULERProcessRequest>
    <star:SCHEDULER_PARAM1>?</star:SCHEDULER_PARAM1>
    <star:SCHEDULER_PARAM2>?</star:SCHEDULER_PARAM2>
    <star:SCHEDULER_PARAM3>?</star:SCHEDULER_PARAM3>
    <star:SCHEDULER_PARAM4>?</star:SCHEDULER_PARAM4>
    <star:SCHEDULER_PARAM5>?</star:SCHEDULER_PARAM5>
    </star:STARS_BPEL_SCHEDULERProcessRequest>
    </soapenv:Body>
    </soapenv:Envelope>';
    http_req:= utl_http.begin_request('http://xxxxxx.com:16000/orabpel/default/xxxx_BPEL_SCHEDULER/1.0 '
    ,'POST',
    'HTTP/1.1'
    utl_http.set_header(http_req, 'Content-Type', 'text/xml') ;
    utl_http.set_header(http_req, 'Content-Length', length(soap_request)) ;
    utl_http.set_header(http_req, 'SOAPAction', 'initiate');
    utl_http.write_text(http_req, soap_request) ;
    http_resp:= utl_http.get_response(http_req) ;
    utl_http.read_text(http_resp, soap_respond) ;
    utl_http.end_response(http_resp) ;
    dbms_output.put_line(soap_respond);
    END;

  • Invoking ActiveBPEL Process from Oracle

    Hi,
    I've a problem when trying to invoke a process that is deployed in ActiveBPEL Open Source Engine as Web Service.Short description of the (simple) scenario:
    I defined a BPEL Process in Oracle that receives a message (containing two strings) and delegates it to the Active BPEL Process which concatenates these string and returns to resutling string to the Oracle Process. Then the result is returned to the client.
    Deployment of the process works fine, but my Problem is that when starting the BPEL Process the invocation of the other process failed. I analyzed the reason for that and found out that Oracle changes message parts order for the invoke inputVariable. That is the WSDL definition of the ActiveBPEL process is the following
    <wsdl:message name="echoMessage">
    <wsdl:part name="echoPart1" type="xsd:string"/>
    <wsdl:part name="echoPart2" type="xsd:string"/>
    </wsdl:message>
    and in the Variable definition defines "echoPart2" as the first message part and sends
    <echPart2></echPart2>
    <echPart1></echPart1>
    to the ActiveBPEL process and the process can't handle this. So the Oracle process never gets an answer from the ActiveBPEL process.
    The WSDL is auto-generated from ActiveBPEL.
    My question is: Are there any ideas to influence this behaviour of changing the variable definitions order. Why does Oracle change the order defined in the WSDL-File. Is a XSD-Schema file recommeded?
    Thanks in advance for your help!
    Greetings
    Sven

    The namespace is defined! Now I add the complete WSDL-Definition:
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions name="echo1_1" targetNamespace="http://www.diplom.de/ns/echo1_1" xmlns:tns="http://www.diplom.de/ns/echo1_1" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:message name="echoCallback">
    <wsdl:part name="result" type="xsd:string"/>
    </wsdl:message>
    <wsdl:message name="echoMessage">
    <wsdl:part name="echoPart1" type="xsd:string"/>
    <wsdl:part name="echoPart2" type="xsd:string"/>
    </wsdl:message>
    <wsdl:portType name="echoPortType">
    <wsdl:operation name="doIt">
    <wsdl:input message="tns:echoMessage"/>
    <wsdl:output message="tns:echoCallback"/>
    </wsdl:operation>
    </wsdl:portType>
    <plnk:partnerLinkType xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" name="echoPLT">
    <plnk:role name="echo_Provider">
    <plnk:portType name="tns:echoPortType"/>
    </plnk:role>
    </plnk:partnerLinkType>
    </wsdl:definitions>
    The error does not occure, when I'm defining the types in a XSD-File. But I still cannot invoke my ActiveBPEL process from the Oracle BPEL Engine. The process will be timed out in the BPEL-Console.
    Any experiences with this?

  • Importing table dump from oracle into sybase

    I was wondering if anyone has ever imported a table dump from oracle into sybase. I just tried it and it didn't work. I used TOAD to create my table dump file but when i imprted it into sybase using bcp in i got the following error
    cs_convert: cslib user api layer: common library error: The result is truncated because the conversion/operation resulted in overflow.
    CSLIB Message: - L0/O0/S0/N36/1/0:

    If you are looking for a basic/standard way to exchange data between Oracle and Sybase, use the CSV format.
    It is trivial to write a generic SQL*Plus script for Oracle to extract data from a table (or a SELECT) and spool this into a properly formatted CSV file.
    It is also just as easy to use Sybase Bulk Copy utility to load that CSV file into Sybase.
    There are also alternative methods. One would be to use Oracle's Heterogeneous Services. You can define a database link in Oracle that connects, via ODBC, to Sybase. And using this database link you can push (insert) data into Sybase.

  • Problem while importing dump file from oracle 8i to 10g

    I export dump file from Oracle 8i database (using EXP utility) but I'm unable to import it to the oracle 10g (using EXP utility); after the import all the table are not created.
    Thank
    my best regards

    Where there any errors during the import? If so, what were the errors?

  • Failing to import files correctly from Handycam DVD camera

    Hi,
    I try to import files directly from my Sony Handycam DVD camera to PRE8 by inserting the DVD in the PC.
    There is only audio at the first part of every file. Approximately the first 20 - 30 % of the total video length. The sound does not appear neither in playback in W media player, Quick Time, W movie maker or PRE. Why am I missing the audio?
    What is the best way to import for editing in PRE?
    What is the best file type for editing in PRE?
    What is the fastest way for converting, if needed?
    My handycam camera provides wide screen option. But the wide screen in PRE8 seems to be "wider" than the camera...

    Seems like this got the answers to most of my problems
    That "More Like This" area can really work sometimes. Glad that you saw it, and that it helped.
    If you have more issues, please let us know and good luck,
    Hunt

  • Importing Date fields from Oracle always defaults to DT_DBDATETIME, and won't accept chages

    Hi
    I am trying to import date fields in an Oracle database in to SQL Server 2012, using SSIS. The package is using DT_DBTIMESTAMP type in the Data Flow, but this has the same range as SQL Server datetime, and it bombs out all the time.
    I have tried to change the type used to DT_DBDATE, but no matter what I do the data type on the input columns is readonly and will not change.
    Any help would be much appreciated
    Andy
    CRM 4, SQL Server and .Net developer using C#

    Hi Andy,
    From the Mapping of Integration Services Data Types to Database Data Types section of the document, we can get the detailed information about mapping the Oracle data types to Integration Services data types. To change the data type from DT_DBTIMESTAMP to
    DT_DBDATE, we can use the following two methods:
    Method 1:
    Right click on the Source component and click “Show Advanced Editor”.
    Switch to the “Input and Output Properties” tab, expand the XX Source Output node, and expand the Output Columns node.
    Click the target column, and change the DataType property to DT_DBDATE.
    Method 2:
    Add a Data Conversion component to the Data Flow Task
    Double click the Data Conversion component to open the Data Conversion Transformation Editor
    Select the target input column, and change the Data Type to database date [DT_DBDATE].
    If I have anything misunderstood, please feel free to let me know.
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • SQL Developer Data Modeler Import Data Dictionary from Oracle 10g

    Whenever I try to import even one table from the data dictionary, it never completes. Is there any known issue with this?

    Hi Eric,
    we don't have such problem reported. Do you use Oracle driver (it comes with product) or it's another driver - JDBC-ODBC or something else? Can you provide more info?
    Best regards,
    Philip

  • Cisco Prime Infra 2.1 fails to import an image from file

    We have a standard Cisco Prime Infrastructure 2.1 install. The software repository has been built up by importing the IOS images from the discovered network devices. To implement netflow capabilities on some 3750X switches we need to upgrade the IOS on the chassis and the NM card C3KX-SM10G. I was able to download from Cisco Support the 3750X IOS .tar file and import it from my machines local file system. However, the modules tar file c3kx-sm10g-tar.150-2.SE6.tar fails on the upload from my local file system. When I look at the import rob results they are as follows:
      Image collection from source     SUCCESS
      Copying Image to Staging Location     SUCCESS
      Copying Image to Repository     FAILURE
    I've tried to import just the .bin file but this also fails at the same stage as above.
    I've also tried to scp the file directly into the backend file structure with no success into the folder /opt/CSCOlumos/conf/ifm/swim/jobs with the other images (oddly noticed the above .tar file for the 3750X isn't listed with the other .bin files - although is available through the webGUI).
    I need to distribute the NM .tar file across multiple switches and I'd prefer to use Cisco Prime for the job. Any help would be gratefully received.
    Thanks.

    I had (still have?) the same problem with it not copying the image over. I put in a ticket and they told me to upgrade to Prime Infrastructure 2.1-Device Pack 4  pi_2.1device_packs_4-40.ubf which helped but it still fails sometimes.
    I had read a post from another thread about going through software image management to distribute and that seems to work a little better, but still fails sometimes. 
    So I think that there are still quite a few issues in Prime that need worked out.
    We have over many switches that need software upgrades and I was hoping to do it quickly through Prime but I don't want to send out more then one image at a time to switch because I don't want it to fail. So it's a drawback right now, just doing one at a time to make sure it takes.

  • Error in Calling Autoinvoice Import Program request from oracle froms.

    Hi,
    I am using the following code to call the above concurrent request to transfer the data from AR interface table to the base table.
         req_id := FND_REQUEST.SUBMIT_REQUEST('AR','RAXMTR','','',FALSE,
                                            '1', '1023', 'CONTRA', '2009/10/30 00:00:00' ,'','','','','',''
         ,'','','','','Y','','103','','',''
                        if app_form.quietcommit then
                                  MESSAGE(req_id);
                                  MESSAGE(req_id);     
                        end if;
    The request gets completed with error. The diagnostic shows the following error
    "This request finished with an error and produced the following completion message: Usage: program oracleid request_id Y
    The processing began on 30-OCT-2009 17:53:13 and ended on 30-OCT-2009 17:53:14. You may find more information on the cause of the error in the request log or the concurrent manager log."
    I have used similar method to execute AP interface import program and it worked. The above request is a spawned request. Any help would be appreciated.
    Regards
    Deepak

    If the call does compile and succeed syntactically, then the problem is not PL/SQL or forms-related, but eBusiness-related. You should ask your question in the eBusiness-forum and the AP developers guide for the interface specification.

  • Start Unix process from oracle

    Hi All :) ,
    I'm started subj from Java stored procedure , but unsuccessfully :(
    ls -la zzz :
    zzz* rwxr-x--- test test ;
    User oracle is included in group test and has right on directory with zzz .
    When zzz hat sgroup flag : zzz* rwxr-s--- , then ok .
    I cann't undestand , why ?
    With best regards :)

    Hi Slava,
    If you haven't seen the following two web pages already, perhaps they
    can help you?
    http://asktom.oracle.com/pls/ask/f?p=4950:8:1135912::NO::F4950_P8_DISPLAYID,F4950_P8_B:150612348067,Y
    http://asktom.oracle.com/pls/ask/f?p=4950:8:1135912::NO::F4950_P8_DISPLAYID,F4950_P8_B:952229840241,Y
    Good Luck,
    Avi.

  • Audio sync fails on import to fcpx from dsr11

    problem = audio sync is waaaay off in only ten minutes of importing from Sony dsr11 ( mini DV tape drive)
    by the end of 60 minutes import it is 15 seconds behind.
    cable = Thunderbolt to firewire adapter -> firewire 400 mini jack on the dsr11
    I have turned off  all options on import.
    I have turned off Time Machine.
    I have the fastest, biggest imac there is. ( i7, 16gb, 3tb fusion, etc.)
    Fcp is still starting up a background render (for the proxy images?)
    the render progress bar never quits.
    I am importing to the internal drive.
    I have 3400 HOURS of DV footage that I bought this Apple system to edit.
    so I must find a way to import, preferably in the background .

    derekha wrote:
    If anyone has any ideas as to how to set  up FCPx for a direct import fro the dsr11--- I am all ears.
    Well, nothing is going to capture tape – digital or analog – faster than real time. But there are certain things that will use resources after the clips are imported. And they include analyzing for problems and creating clips in editing codecs. Given the scope of your project, I would forgo all that extra sttuff and just get the DV into your Mac and FCP. My import dialog would accordingly look like this.
    Russ
    PS: You could also create a camera archive and not copy to the event.
    Message was edited by: Russ H to add PS

  • Why does Premiere CS4 fail to import video files from my Samsung Galaxy Note 3?

    I've acquired a Samsung Galaxy Note 3. It takes supherb HD video 1920x1080. But when I attempt to import the clips in Premiere CS4, I get the unsupported file error message. Am I missing a format spec in my project setup menu list? Or do I have to convert the files before importing and with what?

    Codec & Format information, read both links in reply #1 http://forums.adobe.com/thread/1270588
    Report back with the codec details of your file, use the programs below... A screen shot works well to SHOW people what you are doing
    http://forums.adobe.com/thread/592070?tstart=30 for screen shot instructions
    Find file information for PC/Mac http://mediaarea.net/en/MediaInfo/Download

Maybe you are looking for

  • How can i re-enable/restore a disabled iPad and keep the data without using a laptop or iCloud

    Hello, Is there a way to re-enable a disabled iPad and maintain the data taking into consideration that no iCloud backup was made and the computer it was last synced with was not available? any idea?

  • Mac Book Hard Drive upgrade

    What will be a good brand or what brand does apple use for a late 2008 Mac Book Pro I wanted to update the one on my computer with a 500 GB. HD since it has a 320 GB HD. Second question can I use the 320 GB HD from my Mac Book Pro and update my Mac m

  • Line item based approval

    Hi All, I have line item based approval workflow WS14500015. My shopping cart has multiple line items each awaiting approval from multiple approvers. Now my requirement is when any approver approves his line items , that particular line items should

  • X201s Model 5143-28U, compatibility with an Intel 6250 WiMAX chip?

    Hello all, I have an X201s, model 5143-28U with a WXGA+ screen which I'm aware does not have an extra antenna for 3G/4G connection, and 3G/4G isn't available without a hardware mod. With that said, I'm not sure if an Intel 6250's WiMAX would function

  • Adobe master collection CS6 retina display

    Is the adobe suite master collection CS6 compatible with my mac OS retina display