"of data type not supported" in the interactive report

Hello

I'm trying to download a file from a link to an itneractive report.

In the section "attributes of report" interactive column, I defined in the section "links" in a column of the 'target', 'URL', and the URL like this:
DOWNLOAD:CONVENTIONS:#FILE_BLOB#:#ID#::#MIME_TYPE#:#FICHIERS#:#LAST_UPDATE#::attachment:Conv
When I run the interactive report, the link view this:
Download: CONVENTIONS: [type]:188:C22.pdf:attachment:Conv of data not supported

The table "CONVENTIONS" is defined as follows:
......
ACTIVATE THE 'ID' NUMBER NOT NULL,
VARCHAR2 (2048 BYTE) "FILES."
'FILE_BLOB' BLOB,
"LAST_UPDATE" DATE,
'MIME_TYPE' VARCHAR2 (255 BYTE)

Where is my mistake?

Thanks for your help!

Christian

Hello Christina,

Sorry Wizard, you need to use is the "form > form on Table with Report", because the normal create assistant interactive report allows you to enter a query.
Once you have completed the wizard, take a look at the generated SQL statement (must use the dbms_lob.getlength) and the value in "number Format / Date" for this column.

Concerning
Patrick
-----------
My Blog: http://www.inside-oracle-apex.com
APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins

Tags: Database

Similar Questions

  • Column data type not supported

    Hello

    I have Oracle 12 c installed in my system. I created an SP that returns a Table when I try to run it in SQL Developer, it gives me the correct results, but when I call it my DOTNET application it gives me the error-'datatype of the column unsupported. I'm trying to fill a dataset using a data adapter. To check I commented all the code in the procedure and returned the table using the code below.

    Declare
    rc sys_refcursor;
    Begin
           OPEN rc FOR SELECT 'Sayam' AS "Error" FROM dual;
           SYS.DBMS_SQL.RETURN_RESULT (rc, TRUE) ;
    END;
    

    But the problem was still same. This is the track of the same thing.

    Oracle.ManagedDataAccess.Client.OracleException took

    HResult =-1450

    Message = data type of column not supported

    Source = Oracle Data Provider for .NET, pilot managed

    ErrorCode =-1450

    DataSource =""

    Number =-1450

    Procedure =""

    StackTrace:

    at Oracle.ManagedDataAccess.Client.OracleParameter.PreBind (OracleConnectionImpl connImpl, ColumnDescribeInfo cachedParamMetadata, Boolean, bMetadataModified, Int32 arrayBindCount, ColumnDescribeInfo, paramMetaData, object & paramValue, Boolean isEFSelectStatement)

    at OracleInternal.ServiceObjects.OracleCommandImpl.InitializeParamInfo (ICollection paramColl, OracleConnectionImpl connectionImpl, ColumnDescribeInfo cachedParamMetadata [], Boolean & bMetadataModified, isEFSelectStatement Boolean, MarshalBindParameterValueHelper & marshalBindValuesHelper)

    to OracleInternal.ServiceObjects.OracleCommandImpl.ProcessParameters (OracleParameterCollection paramColl, OracleConnectionImpl connectionImpl, ColumnDescribeInfo cachedParamMetadata [], Boolean, bBindMetadataModified, isEFSelectStatement Boolean, MarshalBindParameterValueHelper & marshalBindValuesHelper, Boolean & bAllInputBinds)

    at OracleInternal.ServiceObjects.OracleCommandImpl.ExecuteReader (String commandText, OracleParameterCollection, CommandType commandType, OracleConnectionImpl connectionImpl, OracleDataReaderImpl paramColl & rdrImpl, longFetchSize of Int32, Int64 clientInitialLOBFS, OracleDependencyImpl orclDependencyImpl, scnForExecution of Int64 [], Int64 [] scnFromExecution, OracleParameterCollection, internalInitialLOBFS, OracleException & exceptionForArrayBindDML, Boolean isDescribeOnly, Boolean isFromEF, Boolean bBindParamPresent, Int64 & bindByPositionParamColl)

    at Oracle.ManagedDataAccess.Client.OracleCommand.ExecuteReader (Boolean requery, fillRequest Boolean, CommandBehavior behavior)

    to Oracle.ManagedDataAccess.Client.OracleDataAdapter.Fill (DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, command IDbCommand, CommandBehavior behavior)

    at System.Data.Common.DbDataAdapter.Fill (DataSet dataSet)

    at DataAccessLayer.DataAccessService.OracleGetData_Load (String SPName, XElement QueryParam, Exception & e, Boolean bFlag) in d:\Sayam\April\Multiplay\DataAccessLayer\DataAccessLayer\DAS.cs:line 187

    Please let me know if I need to change anywhere.

    Thank you

    Siradji

    Hello

    I did a search for two days and found the link below to set up the DLL

    http://www.Oracle.com/technetwork/database/Windows/downloads/index-090165.html

    It worked well when installing using CMD

    Thank you.

  • Refresh does not occur in the interactive report

    Hello

    There is a custom in our society theme. Man, I have found is when I type something in interactive report and click go. Page is said to be static is not showing the waiting or loading option when the research is happening. But the research is happening.

    Users have noticed the need to fix this bug please suggest me how to solve this problem.

    Thank you
    Sudhir

    Hello

    Your bar top theme mask loading icon. And for me, it hides the IR also search bar.

    What I quickly check, you can delete under form .navbar-fixed-up, low-fixed-.navbar class

    position: fixed;
    

    Or consult the person who created this theme

    Kind regards
    Jari
    -----
    My Blog: http://dbswh.webhop.net/htmldb/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

    Published by: jarola on 9 April 2013 12:10 AM

    Another method is to add the new style

    #apexir_LOADER {z-index: 99999!important;}
    
  • the form validation (Checkbox) does not work for the interactive report

    Hello

    I use the oracle apex 4.0 and oracle 11g.

    I wrote a under select query on interactive report

    Select
    apex_item. CheckBox(1,RESIDD) | apex_item. Hidden(2,RESIDD) row_selector.
    apex_item. Text(3,RESNUM) as resnum
    of 'PDRRES '.

    and written validation to display the error message ( error of function return text ) as

    DECLARE
    vRow directory;
    BEGIN
    -apex_application.g_print_success_message: = NULL;

    BECAUSE me in 1... apex_application.g_f01. COUNTY
    LOOP
    vRow: = apex_application.g_f01 (i);
    apex_application.g_print_success_message: = apex_application.g_f01 (i) | » -'|| apex_application.g_f03 (vRow) ;
    END LOOP;
    END;

    Output: No data available error message

    As long as it works for sql report with above logic because apex built in line selector
    but it fails in the case of interactive report for some reason any.

    Please suggest.

    Saroj Nayak

    Saroj Nayak says:

    DECLARE
    vRow BINARY_INTEGER;
    BEGIN
    --  apex_application.g_print_success_message := NULL;
    
    FOR i IN 1 .. apex_application.g_f01.COUNT
    LOOP
    vRow := apex_application.g_f01(i);
    apex_application.g_print_success_message := apex_application.g_f01(i)||'-'|| apex_application.g_f03(vRow) ;
    END LOOP;
    END;
    

    You have set the value of vRow to the value of the number box i which is checked. There is probably nothing in the apex_application.g_f03 with RESIDD as index table

    What you want is hollow loop all the hidden objects g_f02
    and with in this loop through all verified elements checkbox g_f01
    and if the values of these in the game, you have your line for checking f03

    for k in 1 .. apex_application.g_f02.count
    loop
      for p in 1 apex.application.g_f01.count
      loop
        if   apex_application.g_f01(p) =  apex_application.g_f02(k)
        then
          apex_application.g_print_success_message := apex_application.g_f01(p)||'-'|| apex_application.g_f03(k) ;
        end if;
      end loop;
    end loop;
    

    Nicolette
    PS your NPA between

    { code }Your code { code } without the spaces between {, } and code 
    
  • Newly added column is not displayed in the interactive report

    Hello

    I have a tableA with 3 columns. In the application I view as form with region as interactive report (Oracle 10 g Application Express 3.2) report.

    I added a column for tableA.Now when I'm refreshing the report by adding this column in the select query, the new added column is not displayed in the application.

    How can I do this so that the added column can be displayed. I don't want to delete it all and do it again.

    Thank you
    Siya

    Hello

    Run the application and select the columns in the report menu interactive action.
    Save the layout by default if you always see these columns

    BR, Jari

  • ORA-12028: type of materialized view is not supported by the main site

    Hi guys!

    We face a problem these days about the materialized view.

    We have upgraded database version 9.2.0.7 directly to 10.2.0.5 (RHEL4 x 86) on the same host. Database uses the driver dg4odbc to connect with remote SQL Server 2012 through data binding called MIKSERI. Our developer team would like to have replicated SQL server table data side Oracle using the materialized view.

    They created Materialized view, but it is not at all to refresh the data. I tried to study a little bit, and whenever I try to change the view anyway I hit error:

    ORA-12028: view type is not supported by the master site materialized @ 'MIKSERI '.

    ORA-06512: at line 22

    I looked at the solutions proposed and discovered that it is maybe the compatible database parameter, so I changed from previous 9.2.0.0.0 to 10.2.0.1.0 but still no luck. Just to emphasize this database is of course different clone of production to a different database, with db name retained and other parameters, but on another host computer and listening port. I even try to change global name, but still no luck.

    Main problem is that refresh the work does not at all. To be more precise, we have created MV on the side of the Oracle and FULL Refresh should be done every 3 minutes. MV uses HS db link to the sql server database.

    During the creation of MV, we can see currently given to sql server, but the problem is that we cannot do MV to refresh every 3 minutes. When I try to change MV and put the refresh interval I get above error.

    Any kind of help would be greatly appreciated,

    Thank you

    I found the reason why my MV update jobs failed, job_queue_processes parameter was equal to 0. I change this setting and now works fine.

    Thank you for your time!

  • How to open .zip files in windows media player? I get the msg file type not supported. MP3 files are in the folder.

    Hi I downloaded audio files that you want to create a playlist on windows media player to download to my mp3 player so I can be more mobile to study. When I tried to play on windows media player I get error msg-file type is not supported or the codec is not compatible with the player. They are .zip files. inside are the mp3 files that I need to listen to. can someone help me.

     

    Hello

    You need to open ZIP files, which are compressed to make it smaller, then use the content
    in the application appropriate - so if the audio or video content can use WMP.

    Compress and uncompress files (zip files)
    http://Windows.Microsoft.com/en-us/Windows-Vista/compress-and-uncompress-files-ZIP-files

    Although Windows has integrated ZIP, you might be more comfortable using a program
    with more features (and works with different types of compressed files).

    7ZIP - free
    http://www.7-zip.org/

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

    More information:

    Using Windows Media Player
    http://Windows.Microsoft.com/en-us/Windows/help/Windows-Media-Player/using

    Getting started with Windows Media Player
    http://Windows.Microsoft.com/en-us/Windows-Vista/getting-started-with-Windows-Media-Player

    I hope this helps and happy holidays!

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • You received the C00D1199 error message using Windows Media Player. The file type is supported by the drive, but the file was compressed by using a codec that is not supported by the player. »

    "You have received an error C00D1199 message while using Windows Media Player. The file type is supported by the drive, but the file was compressed by using a codec that is not supported by the player. »

    The file audio im trying to open, a conference for a class I'm taking. Is there anyway that I can get the audio to play? program in windows media, itunes, quicktime player?

    Hello

    You can check this link:

    http://Windows.Microsoft.com/en-us/Windows7/C00D1199

    Note: This link implies also on Windows vista.

  • How to determine if a data type is used in the comic book?

    Background:
    I am currently planning to install GoldenGate proof of Concept and have questions about the data types supported by the capture mode (pg 1-5, 1-6 in the installation guide). Is not in itself a matter of GoldenGate.

    Our source and target databases are 11.2.0.2
    The GG server will be 11.2.0.3
    I'm new to the environment and want to confirm that we needn't upgrade the source and target the DBs to 11.2.0.3 in order to use the integrated capture mode. This forces me to know if 3 specific types of data are used in the comics. The problem is, Oracle docs aren't clear to me, when they refer to 3 specific data types.

    Here's the question:

    Does anyone know how I can confirm that the following 3 data types are used in the DB by querying the dictionary: "XML stored in binary form',"XML stored as object-relational","abstract data Type "?

    If I select the types of data separate from dba_tab_columns, I see no data enumerated type that indicates, for example, that an XML string is stored as a ' binary '.

    For me, when Oracle made reference to a "stored as binary XML" on page 1-6 on the installation guide, I guess that makes Oracle refers to a BLOB that contains an XML reference, but I can't be sure.

    Someone has an idea that they could share? I just want to confirm that we do not have to upgrade our source and target DBs at 11.2.0.3 by searching in the database is possible to confirm that the above 3 data types are not used by the application.

    Thanks in advance for any help.
    Tony G

    You should find XML columns stored in binary form or CLOB using the DBA_XML_TAB_COLS view referenced in http://docs.oracle.com/cd/E11882_01/appdev.112/e23094/xdb01int.htm#g644983.

    You should find XML tables using storage relational object in the view DBA_OBJECT_TABLES with:

    select
    owner,
    table_name,
    table_type
    from
    dba_object_tables
    where
    table_type='XMLTYPE';
    

    To abstract data type, you can query DBA_TAB_COLUMNS using ADT as literal for DATA_TYPE column:

    SQL> select * from v$version;
    
    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE    11.2.0.2.0      Production
    TNS for 32-bit Windows: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    
    SQL> drop table t purge;
    
    Table dropped.
    
    SQL> drop type adt;
    
    Type dropped.
    
    SQL> --
    SQL> create type adt is object
      2  (
      3   c1 number,
      4   c2 varchar2(30)
      5  ) final
      6  /
    
    Type created.
    
    SQL> show errors
    No errors.
    SQL> create table t
      2  (
      3  c adt
      4  )
      5  /
    
    Table created.
    
    SQL> show errors
    No errors.
    SQL> --
    SQL> column table_name format a10
    SQL> column column_name format a10
    SQL> column data_type format a10
    SQL> select
      2  table_name,
      3  column_name,
      4  data_type
      5  from user_tab_columns
      6  where
      7  table_name='T';
    
    TABLE_NAME COLUMN_NAM DATA_TYPE
    ---------- ---------- ----------
    T          C          ADT
    

    Edited by: P. Forstmann on 8 Apr. 2013 20:28

    Edited by: P. Forstmann on 8 Apr. 2013 21:05

  • Help please: CloneVM_Task is created but will fail with: operation not supported on the object

    Someone Please help with this, I'm breaking my head with this for 5 hours now.

    I submit, in CloneVM_Task with the following XML (which returns a task id back http://i.e. the application has been accepted in this format):

    & lt; CloneVM_Task xmlns = "urn: vim25" & gt;

    & lt; _C type = 'VirtualMachine' & gt; VM - 938 & lt; / _This & gt;

    & lt; record type = "Folder" & gt; Group d1 & lt; / file & gt;

    & lt; name & gt; 1_UBUNTU 804 & lt; / name & gt;.

    & lt; spec & gt;

    & lt; location & gt;

    & lt; data store type = "Datastore" & gt; datastore-683 & lt; / store data & gt;

    & lt; pool type = "ResourcePool" & gt; resgroup-57 & lt; / pool & gt;

    & lt; / location & gt;

    & lt; model & gt; 0 & lt; / model & gt;

    & lt; powerOn & gt; 1 & lt; / powerOn & gt;

    & lt; config & gt;

    & lt; memoryMB & gt; 1024 & lt; / memoryMB & gt;

    & lt; numCPUs & gt; 1 & lt; / numCPUs & gt;

    & lt; / config & gt;

    & lt; / spec & gt;

    & lt; / CloneVM_Task & gt;

    However, the task itself returns an error saying: the operation is not supported on the object.

    Does anyone know what it is?

    The info that I'm sending should be 100% correct:

    - vm_id: the machine ID of the virtual MODEL VM I'm cloning (100% certain that it is correct)

    - file: the rootFolder returned by ServicContent

    - data store: the data store ONLY I should store VM on. When I query for this data store information it shows clearly that it is accessible and multipleHostAccess = true, so

    - resourcePool: I got this info when querying my ComputeResource properties. I have 1 cluster and resourcePool value that's what I put.

    I really have NO idea what's going wrong here... The CloneVM_Task creates a task - but that's where everything falls apart.

    Please HELP!

    Yes, you should not use the rootFolder, which is just the folder root inventory integer vCenter. A default vmFolder will still exists if you have additional folders, and that's the one you reference to. By default, you must question him to do this, where one day you decide to create folders against hard coding moref ID. The IDS are digital and probably default folder gets this value by iteration, but again, I recommend he petitioned against hard this coding.

    =========================================================================

    William Lam

    VMware vExpert 2009

    Scripts for VMware ESX/ESXi and resources at: http://engineering.ucsb.edu/~duonglt/vmware/

    Twitter: @lamw

    repository scripts vGhetto

    Introduction to the vMA (tips/tricks)

    Getting started with vSphere SDK for Perl

    VMware Code Central - Scripts/code samples for developers and administrators

    VMware developer community

    If you find this information useful, please give points to "correct" or "useful".

  • HTTP: Error 58 (the network function is not supported by the system)

    Hi all

    I have a problem with HTTP Client in LV 2011 functions.

    As you can see in the screenshot attached, I try just:

    -Open a handle-> no errors

    -Send a web request using the GET method-> error 58

    -close the handle

    The problem is that a 58 error: "the network function is not supported by the system. However, it works fine when I type the same URL in a web browser.

    You have any idea of what could be the problem? Thank you in advance for your help!

    J.

    I have fixed the bug: there was a white at the beginning of the URL... (!!!). I deleted the empty character and now it's OK.

  • For the complex data type, how to generate the Dll with compatible interface to C/C++

    Hello

    I used the Labview FPGA module to develop test equipment. Now, I need to write a driver that is to be a Dll with compatible interface to C/C++ for this equipment. So that my client who is familiar with C/C++ can call the driver without any study on labview. But I had a few problem on how to convert labview for C/C++ data complex data type. To clearly explain to my question, I have attached a simple example. (see attachment) I try to generate a Dll for the attached example VI and get the the function prototype at the head of the files as below:

    ' void OpenFpgaReference (LStrHandle * RIODevice, TD1 * errorIn, LVRefNum * FPGAVIReferenceOut, TD1 * errorOut).

    As you have known, the type of data "LStrHandle * RIODevice" and "LVRefNum * FPGAVIReferenceOut" Labview data format are. C/C++ do not have this kind of data type and can not reconige it. As a result, I can't call the Dll of C/C++ programming language. How to convert these two data type of labview for the C/C++ compatible data format, and then build the Dll? Anyone know about this?

    The answer is really apprecaited! Thank you in advanced.

    Ivan.Chen wrote:

    As I found in the following article:

    http://digital.NI.com/public.nsf/WebSearch/FB001AA027C8998386256AAD006C142D?OpenDocument

    LVRefNum is the name of resource of LabVIEW VISA or refnum, and "it is impossible to convert LabVIEW VISA name of resource or refnum VISession valid ID."
    This means that external code modules can not access & control the session VISA which is open by labview. But for my purposes, I will not attempt to access this VISA extenal code(C/C++) session. I just hope that save this session VISA in the external code once I opened it in Labview dll; and pass it to the labview dll when needed. While I have not need to login again when I need to control the device. Is it possible to do?

    A LVRefNum is really just a single int32 value. Its meaning is useless for other environments than those who created it so that you Michael not any what in C/C++ caller but pass it back to other functions in your DLL, but this often isn't a problem at all.

    You can take the following statement of the LabVIEW extcode.h headers and add them to your delabviewed header files to make it work in such a way.

    #define Private (T) typedef struct T # _t {void * p ;} * T}

    Private (LVRefNum);

    The LStrHandle you must set a standard C string instead in your export DLL and document what is the size of the string buffer should have if it is an output parameter.

    TD1 error clusters should also be divided into their parameters (C compatible) separate for all items or just to the left of suite entirely.

    Rolf Kalbermatter

  • File compressed using a codec that is not supported by the player

    I use Director of windows. I can't import audio my cd or i tunes = reason "file compressed using a codec that is not supported by the player", how to fix this? What are the options?

    Thanks for your help.

    Hello

    To check the file type, follow the steps below:

    (a) access the location where the file is stored

    (b) right click on the file

    (c) click Properties in the drop-down list

    (d) under the general tab check the listed file type.

    File types supported by Windows Media Player 12 and Windows Media Center

    http://Windows.Microsoft.com/en-us/Windows-Vista/file-types-supported-by-Windows-Media-Center

    For more information about iTunes contact Apple support in the below given link.

    http://www.Apple.com/support/iTunes/

    Windows Media Player cannot play the file. The player might not support the file type or does not support the codec used to compress the file. You may encounter this error message for the following reasons:

    1. the file type is supported by the drive, but the file was compressed by using a codec that is not supported by the player.

    2. the file might have been encoded with a codec that is not supported by Windows Media Player. If this is the case, Windows Media Player cannot play the file.

    Hope the helps of information. Please post back and we do know.

  • Linked clone failed: the operation is not supported on the object

    Hi all - I would appreciate help on a related clone operation that is a failure.

    I use Quest vWorkspace to create linked clone VM in my environment.  It integrates with virtual Center and creates from a VM snapshot parent according to normal related clones.  It has just stopped working and I am trying to track down the cause.  The task fails with the error message in the console of VMware vCenter: the operation is not supported on the object.

    The vCentre is 5.5 and esxi.  vWorkspace is v8.0 MR1.  The parent VM is located on an iSCSI datastore.  I tried to put the clones of destination on premises and warehouses of NFS data with the same result.  Unfortunately I can't (don't want really to) move the VM parent from the data store that I have of many VM related to this virtual machine.

    The failure message is a bit generic, so I looked on through the vmkernel.log and vpxa.log and it is an excerpt from the vpxa.log whereby it shows failed task 153.  Can someone please indicate something in the newspaper that had to be examined or another newspaper to look at?

    vWorkspace attached error and below:

    Linked clone has not CreateLinkedClone_Task of CloneVmLinked failed! Task of VMware CreateLinkedClone_Task status error - the operation is not supported on the object. -Call stacks-VmLinkedClone.VmLinkedCloneService.CloneVmLinked String vmInvPath, String strSnapshotMor, String strNewVmName, String strSysprep, ManagedObjectReference morFolder, ManagedObjectReference morResPool, ManagedObjectReference morHost, String strDatastoreName, Boolean bQuickPrep, String domainNameIP, String

    See attachments

    Thank you very much
    Wikus

    Additional accessories:

    Hello guys,.

    For those of you already on 5.5, I did a few tests these days. I did find a magic bullet yet as a single parameter that is sure to break but I came up with a workaround.

    I found that if my ESXi server was still on the 5.1, vWorkspace could deploy clones linked via vCenter 5.5 - it's only when the ESXi is also on 5.5 that you have a problem.

    If any of you have ESXi hosts still on 5.1, you can deploy there for now.

    In ESXi 5.x, it is easy to have an ESXi virtual machine. You might want to consider creating some virtual boxes ESXi to deploy on while the vworkspace dev team look at why it does not work.

    I know that this is not the best solution in the world, but it's better than no work around

    Thank you, Andrew.

  • Z10 Z10 BlackBerry BlackBerry data are not compatible with the version of the software you are currently using

    Due to some problems with my BlackBerry Z10 I concerned with my service provider, after recommendation that I wiped my BlackBerry Z10, to update the OS security

    After all this. I am unable to restore completely, (Emails, Contacts, calendar and device settings cannot be restored)

    Link blackBerry screen: the data are not compatible with the version of the software that you are currently runnin

    Kindly guide me I'm too worried about my data, which is very important for me

    If you still get www.bberror.com//bb10-0015 and have not corrected:

    Read the troubleshooting tips for error Knowledge Base BB10-0015
    0015 - file unrecoverable system error has been detected.
    More information can be found here: http://support.blackberry.com/kb/articleDetail?ArticleNumber=000034545

    http://supportforums.BlackBerry.com/T5/BlackBerry-Z10/error-BB10-0015/m-p/2685103#M45693

    I recommend you use a charger automatic file to restore the operating system on your device:
    https://supportforums.BlackBerry.com/T5/BlackBerry-10-functions-and/upgrading-OS10-devices-using-aut...

Maybe you are looking for