Facing the question with blob url

Hi all

I am facing a problem with the URL of the BLOB. When I try to print with "< % = ics. GetVar ("imageUrl") % > ' print fine but when I try to store it in a string variable, its getting changed to "satellitescheme://SSURI/?". "SSURIapptype = BlobServer & id = blobkey & SSURIcontainer = Default & blobwhere = 1403298855215 & SSURIsession = false & ssbinary = true & SSURIsscontext = Server + Satellite & blobcol = urldata and blobtable MungoBlobs #satellite"

There is no error in the log. Here is my code: -.

< outstr render: getbloburl = "imageUrl" c =' < % = ics. GetVar ("c") % > ' cid =' < % = ics. GetVar ("cid") % > ' field = "file_req" />

Can any body tell me what could be the reason for this.

Kind regards

NJ

Use the tag

Kind regards

Guddu

Tags: Fusion Middleware

Similar Questions

  • Facing the question with the operation of CreateWithParams

    Hello

    I use Jdeveloper 11 g (11.1.2.1.0). My requirement is duplicated a few column values of the above line.

    I created ADF Table and used the CreateWithParams of the operation. It works. But the question is, always, is to copy the values from the first row of the table and it is to insert the new record at the beginning of the Table of the ADF.

    I want to duplicate the value of the current record position and insert the folder just below.

    I spoke * [ADF Code corner 013. How to declaratively create new rows in the table based on the existing line content | http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/13-create-with-params-169140.PDF] * steps. All of the suggestions.


    Concerning
    Surendra

    Hello

    + 1. As soon as the new record is created, the validation is going to get fired. He started the error message saying DeparmentID value is required. How to stop this. +

    If the attribute is required, then it must be provided. You cannot create a folder without providing the required attributes. He would miss at least when persistent change in the database

    + 2. The new line is be created above the currently selected line. How do I create the line below the currently selected line. +

    To insert the line at a specific position have a peek here, which adds the row to the end

    http://adfbugs.blogspot.de/2010/04/inserting-new-rows-as-last-row-of-table.html

    In your case - you use CreateWithParams, you need get the current line, then create your new line, remove the new line (as it is inserted in the wrong place) and then add back a rank after the current. Indeed, it is easier to achieve if you manually created the line. However, its possible

    Frank

  • Facing the question with the Maximum number of connections Timesten

    Hello

    In my project, I need to increase the maximum number of connections that timesten offers me. So, I changed the setting of the nucleus as shown below in the file/etc/sysctl.conf.

    kernel.SEM = 655 670720 128 1024

    The intention here is to get 500 connections max. But even after this setting too, I get only 477 connections. I don't understand why this is happening. Someone help me understand what is happening here.

    In above configuration, my hypothesis is that 155 semaphores are reserved for internal use of timesten and remaining 500 will be available for me, but this isn't the case. Please, help me in this aspect to understand why I get only 477 connections instead of 500 connections.

    Quick help is very appreciated

    Thank you

    Agnes

    Hi Agnes,.

    Thanks for the release of ttStatus. He explains what is happening and confirms my suspicions (second).

    The setting of the 'Connections' in the DSN attribute defines the limit superior on user connections; that is, connections by applications and tools such as ttIsql, ttMigrate etc etc. There is also the concept of connections 'system' (subdaemon, replication agent, agent of cache etc) that do not count against the total "Connections."

    In your case, the database is in fact properly configured for a maximum of 500 user connections. However, as you can see on the first ttStatus, you already have 23 application direct mode of 4 different connections methods of Java (which leaves the available user 477 connections). I of course have no idea what these applications are but probably your. This means that you are able to open additional connections a 477 application before arriving to the configured limit of 500. And that's exactly what we see; When you run your test application (what happens to connect via client/server), it reached 477 connections and then impossible to create more. As expected.

    Therefore, to allow connections you must:

    1. stop the database (replace ramPoilicy by manual (or inUse), stop all applications, stop the replication agent, unload from memory if the policy is manual)

    2. change the value for connections in the attributes of the DSN to a higher value (perhaps 600) - also, you need to make sure that OS semaphores are high enough to allow this number of connections.

    3. load the database back in memory, start the replication agent, starting applications.

    A a tied note, use of ramPolicy 'always' is not encouraged. In addition to the scenarios 'manual' is a better choice. We can "always" deprecated in a future release.

    Chris

  • Facing the question with the analytic function

    Hello

    I do a partition by Id and categorize data by date.
    But the data are not get ordered by date.


    Data:
    TID   Fid   TDate
    
    11     100  19/01/2009
    11     102  12/01/2009
    11     103  13/03/2009
    18     556  01/02/2009      
    16     400  05/03/2009
    16     401  06/04/2009
    17     300  05/02/2009
    
    count(*) over (partition by tid order by tdate)
    Please suggest.

    Published by: user545846 on June 4, 2009 10:26

    Thank you for your example!

    And:

    : D I do not... I had checked after the comment from Alex

    Well, I'm glad that my first thoughts turned to be false.

    How about this, I made the assumption that thebishop 15 should come after thebishop 10 (they both have the same max tdate), because it has a lower counter:

    MHO%xe> select tfid
      2  ,      src
      3  ,      tdate
      4  ,      bid
      5  ,      sid
      6  ,      fid
      7  from  ( select t.*
      8          ,      count(*) over (partition by t.tfid ) cnt
      9          ,      max(tdate) over (partition by t.tfid ) dt
     10          from   trading t )
     11  order by dt desc
     12  ,        cnt desc
     13  ,        tdate desc;
    
          TFID SRC        TDATE                      BID        SID        FID
    ---------- ---------- ------------------- ---------- ---------- ----------
            13 KP         22-02-2009 00:00:00       5468       7865        111
            13 MS         18-02-2009 00:00:00       4669       6893        110
            10 KP         20-02-2009 00:00:00       1258       6985        106
            10 KP         10-02-2009 00:00:00       1548       9675        100
            10 KP         02-02-2009 00:00:00       5468       7895        101
            15 KP         20-02-2009 00:00:00       1548       6975        118
    
    6 rijen zijn geselecteerd.
    
  • Facing the question Entity framework with Oracle 11 g using MVC 4 connecting

    Hello

    I am trying to connect to Oracle through Entity Framework data.

    I created two projects

    ((1) one for the project Web MVC4 access data) 2.

    It works fine if I am trying to connect using the console Application and App.config, but facing the question trying to connect using we.config and the web application.

    I added using Nuget packages in data access project.

    I made reference to this dll aaccess of data in the web project and try to call the oracle connection.

    Package.config:

    < Package >

    < package id = "EF" version = "6.0.2" targetFramework = "net45" / >

    < package id = "odp.net.x64" version = "112.3.20" targetFramework = "net45" / > "

    < package id = "Oracle.ManagedDataAccess" version = "12.1.021" targetFramework = "net45" / > "

    < package id = "Oracle.ManagedDataAccess.EntityFramework" version = "12.1.021" targetFramework = "net45" / > "

    < / packages >

    Web.Config:

    < configuration >

    < configSections >

    <!-for more information on the configuration of the Entity Framework, visit http://go.Microsoft.com/fwlink/?LinkId=237468 ->

    < section name = "EF".

    type = 'System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, Entity Framework, Version = 6.0.0.0, Culture = neutral, PublicKeyToken = b77a5c561934e089'

    requirePermission = "false" / >

    "< name =" article oracle.manageddataaccess.client"type =" OracleInternal.Common.ODPMSectionHandler, Oracle.ManagedDataAccess, Version = 4.121.2.0, Culture = neutral, PublicKeyToken = 89b483f429c47342 "/ >

    < / configSections >

    < connectionStrings >

    < clear / >

    < name = "OracleDbContext" providerName = "Oracle.ManagedDataAccess.Client"

    connectionString ="Data Source = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = host address)(PORT=1521)) (CONNECT_DATA = (SERVICE_NAME = oracle))); User = username ID; Password = pwd; "/ >

    < / connectionStrings >

    < Entity Framework >

    <!-< defaultConnectionFactory type = "System.Data.Entity.Infrastructure.SqlConnectionFactory, Entity Framework" / >-->

    < defaultConnectionFactory type = "Oracle.ManagedDataAccess.Client.OracleClientFactory, Oracle.ManagedDataAccess, Version = 4.121.2.0, Culture = neutral, PublicKeyToken = 89b483f429c47342" > "

    < / defaultConnectionFactory >

    <>providers

    < invariantName = "Oracle.ManagedDataAccess.Client provider"

    Type = "Oracle.ManagedDataAccess.EntityFramework.EFOracleProviderServices, Oracle.ManagedDataAccess.EntityFramework, Version = 6.121.2.0, Culture = neutral, PublicKeyToken = 89b483f429c47342" / >

    < invariantName = "System.Data.SqlClient provider" type = "System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" / > "

    < / providers >

    < / Entity Framework >

    < system.data >

    < DbProviderFactories >

    < remove invariant = "Oracle.ManagedDataAccess.Client" / > "

    "< add name =" ODP.NET, successful pilot"invariant =" Oracle.ManagedDataAccess.Client "description ="Oracle Data Provider for.NET, successful pilot"type =" Oracle.ManagedDataAccess.Client.OracleClientFactory, Oracle.ManagedDataAccess, Version = 4.121.2.0, Culture = neutral, PublicKeyToken = 89b483f429c47342"/ >"

    < / DbProviderFactories >

    < system.data >

    < runtime >

    < assemblyBinding xmlns = "urn: schemas-microsoft-com: ASM.v1" >

    < dependentAssembly >

    < publisherPolicy apply = "no" / >

    < name = "Oracle.ManagedDataAccess assemblyIdentity" publicKeyToken = "89b483f429c47342" culture = "neutral" / > "

    < / dependentAssembly >

    < / assemblyBinding >

    < / SPAN >

    < oracle.manageddataaccess.client >

    < version number = "*" >

    < dataSources >

    < alias dataSource = "OracleDbContext" descriptor = "(DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=hostname) (PORT = 1521)) (CONNECT_DATA = (SERVICE_NAME = oracle)));" User = username ID; Password = pwd; "/ >

    < / dataSources >

    < / version >

    < /oracle.manageddataaccess.client >

    < / configuration >

    I am facing the sub question:

    Provider of the type EF ' Oracle.ManagedDataAccess.EntityFramework.EFOracleProviderServices, Oracle.ManagedDataAccess.EntityFramework, Version = 6.121.2.0, Culture = neutral, PublicKeyToken = 89b483f429c47342 "in the application for the vendor configuration file ADO.NET with invariant name 'Oracle.ManagedDataAccess.Client' could not be loaded." Make sure that the qualified assembly name is used and that the assembly is available in the currently running application. See http://go.microsoft.com/fwlink/?LinkId=260882 for more information.

    Hello

    I tried with what follows and it started working.

    I just pointed out that line of defaultConnectionFactory in the web.config file

    Type = "Oracle.ManagedDataAccess.EntityFramework.EFOracleProviderServices, Oracle.ManagedDataAccess.EntityFramework, Version = 6.121.2.0, Culture = neutral, PublicKeyToken = 89b483f429c47342" / > "

    .

  • What is the problem with this URL

    Can someone tell me what is the problem with this url
    owa_util.redirect_url(apex_util.prepare_url('f?p='||:APP_ID||':25:'||:APP_SESSION||'::'||:DEBUG||':25,28'||':P25_JOBID,P25_PG:&P3_JOBID.,3, null,||:APP_SESSION'));
    It gives me a value for P25_PG, that is to say 3 but always sets P25_JOBID to 0

    Gus

    Hello Gus,

    It looks like point P3_JOBID has no value for the rendering of the page.
    If the value is set subsequently, you can try the following change

    owa_util.redirect_url(apex_util.prepare_url('f?p='||:APP_ID||':25:'||:APP_SESSION||'::'||:DEBUG||':25,28'||':P25_JOBID,P25_PG:'||:P3_JOBID||',3, null,||:APP_SESSION'));
    

    But the part at the end

    ||',3, null,||:APP_SESSION'
    

    Wil do nothing because you give only 2 items in the list separated by commas of the page elements you want to submit. Everything after the second comma in the comma separated value list is of no use for the url of the apex.

    As additional info, the URL of the Apex is built like this:
    >
    1 - application ID or alias
    2 - page ID or Alias
    3 - session & SESSION. : APP_SESSION
    4. application (for example, PRINT_REPORT = REPORT_1) & ASK. : REQUEST
    5 - debug (YES or NO) & DEBUG. : DEBUG
    6 - cache framework

    APP - clear the cache for the entire application
    SESSION - clear the current user session cache
    PR - Reset pagination
    x - clear the page cache x
    -empty the cache for the element y

    7 - separated by a comma list of items on the page
    8 - the list of values separated by commas
    9 - mode printer friendly (YES or blank)

    f? p = & APP_ID.: 1010: & APP_SESSION. : & DEBUG. : RP, 1010:P1010_ITEM1, P1010_ITEM2, P1010_ITEM3:A, B, C
    >

    Kind regards
    Kees Vlek
    -----
    Company: http://www.orcado.nl
    Blog: http://www.orcado.nl/blog/blogger/listings/69-kvlek
    Twitter: http://www.twitter.com/skier66
    If the answer to question please change replied and mark the appropriate post as correct / helpful.

  • To print the bookmarks with its URL

    I want to print my list of bookmarks with the URL for each of them.

    See also:

    If you want to print with indentation, then you can edit the HTML file and add this code just between the line with the meta tag and the title tag.

    <style>
     dl > dt > dl { display: block; -moz-margin-start: 40px; }
     dl > dt > dl { margin-left:40px; }
    </style>
  • Someone else's problem with the Web page jump when hovering the links with long URLS in Firefox 4 beta 12?

    When I hover over a link with a URL that is longer than what corresponds to the length of the status bar in Firefox 4 beta 12, the entire page jumps back until I stop hovering over the link. It was so annoying (especially on Google search pages with lots of links, etc.) In fact, I uninstalled Firefox 4 Beta 12 and returned to the release of the Beta 11.

    Is there anything in all: config which would disable the status bar that the URL link seen in, at least?

    Download the extension of evar 4 status bar. It solves this problem and also provides many other options of the bar of the addon. Here is the link: https://addons.mozilla.org/en-US/firefox/addon/status-4-evar/

  • Log on to the question with the buffaloes AS-DHGL500

    I have a station of Buffalo HS-DHGL500 link that I can access it via the web, but it is related to my pc that runs Windows 7 Home and began to request a password to access. I've never been one - this means that I can't access my account on the Buffalo... advice please - tried buffalo and they say it's a windows problem

    Hello

    The problem is with buffalo storage AS-DHGL500 that you are trying to access via the Internet and the incoming connection is stopped at buffalo.

    An incoming connection in buffalo AS-DHGL500 peripheral of storage of your computer is authenticated by the device itself. AS-DHGL500 of Buffalo storage performs authentication using the user ID and password.

    The problem is with buffalo storage AS-DHGL500 that you are trying to access via the Internet and the incoming connection is stopped at buffalo. The question you have posted is related to buffalo AS-DHGL500 and would be better suited to the community of buffalo. Please visit the link below to find a community that will support what ask you:

    http://forums.buffalotech.com/

  • Difficulty to tear the question with all adobe products using mercury pass?

    Hello.

    I am running the latest version of the Adobe Suite CC (applications are up to date). My computer is an AMD FX 8150 with 390 R9 graphics (whose driver is also up-to-date) running newer versions of Windows 10 retail. The question that I have is a kind of 'tearing' effects on all monitors using mercury pass, any, I choose rather made hardware or software. "Tear", as long as I can describe it appear in all the images loaded in all adobe, same programs still images that are exhausted after through. It's almost like my graphics card seeks to restore the 1/4 of the screen horizontally at different times, and this translates into 4 or 5 "break points" along the sequence of the preview. This is not bad, until you have a shot that makes a horizontal pan, then it's like 4 or 5 different 'zones' of the screen trying to return at different times... Given that it is clearly not a problem with the original files (how could it be?), and it does not appear when the sequence is rendered, what it might be? There must be a problem purely with mercury pass, given that the tear does NOT appear on the workspace to preview the video in the any adobe applications... Appearing rather than on the monitors that are designated as "external" using mercury emissions. My images of viewport seems perfectly functional and free ' tear'.

    I don't see it to be a rate issue, because it is, it does not matter what film is loaded in... Even a still image with a pan of the camera it will show after effects.

    So to summarize, there seems to be a problem with mercury pass that I can't solve. No matter what I do, the tear will not disappear when you view the images on a monitor 'external', which has been designated as such in the preferences "previews". All the drivers and software are updated, and it does little matter images by selecting the software hardware rendering vs makes no difference either.

    Does anyone know of a solution to this? Someone else has the same problem? It's very annoying and almost enough to make me want to give up using Adobe products all together, it's that bad.

    My main graphics card is the I/O device.

    Ahhh.  This is probably the question on this one.  You must run a dedicated unit of I/O for companies like AJA or Blackmagic.

  • Pass values of the item to the page with 'No URL Access'

    I have a request of "high security" where I try to limit the information passed around in the URL so I have several pages with branches of the 'branch to the page' where the target page access protection is set to "no access URL".

    However, I still need to set multiple values page element in the target page (the one I am connexiona step).

    Thinking about how to do what I thought of two ways to get this data to the target page.
    First way:
    (a) set up several calculations in the source page that calculates the values of the element in the target page and subordinate these calculations on a button application.
    (b) set up my 'on page' management on the source with the same request conditional button.

    Second way:
    (a) put in place target with a process of pl/sql page that defines the page elements
    APEX_UTIL. SET_SESSION_STATE('P31_SSN',:P40_SSN); -P31 is the target page
    do the same for all elements on the page. The process of subjecting to press the button.
    (b) implemented the same 'page' branch on the source with the same conditional key.

    Pro or con either of these approaches? Is there a different approach? I'm IMPOSSIBLE in any case implement a branch to URL with the item values in the URL as I don't want sensitive data columns in newspapers. I know that set_session_state can have interesting interactions with variable bind where they may not be, but I see no problem with my test pages...

    It doesn't matter what technique lets you define the session state - do what is easier. Call for apex_util.set_session_state is the same as make an assignment, for example,.

    APEX_UTIL. SET_SESSION_STATE('P31_SSN',:P40_SSN);

    .. .is equivalent to

    : P31_SSN: =: P40_SSN;

    Calculations are the same thing.

    Application parts are not broader than the elements on the page regarding the scope of application; any point in the session state can be referenced by any element of the request. Application parts are no rendering/display properties or association of specific page.

    Scott

  • Facing the issue with the notice of sound incoming email

    Original title: Sound

    Let me try this again. I am running Windows 7, 64 bts, with IE 11. I'm trying to set up a new email notifaction (let me clarify the real point, I want to be notified when a new email is recived in my box. There is no problem with mail classes, only incoming.) I tried solving audio problems, but a new window keeps popping up telling me that it cannot run on this system. The next thing I try is to go in sopund, click on manage audio devices, then click on the sound tab, choose Windows by default under my sound scheme, then go to the events of the program and highlight new notifaction from mail, and then choose the sound I want, test to make sure its what I want Click applt & ok. Now, I should be put in place, nothing. I go back and check and everything that I put in place is cancelled. All other sounds on my PC works fine (logout, shutdown, reboot, etc.) I don't understand what I'm doing wrong here. I'll say thanks in advance.

    Hi Daniel,.

    According to the description of the problem, it seems that you are faced with questions that rest with the healthy incoming email notice, work correctly.

    If you use Office Outlook, I suggest you to return the article mentioned below and see if it helps you to solve the problem.

    Turn on or off sound effects

    Change the sound played when a message arrives

    Hope that the information provided is useful. Let us know if you have any concerns related to Windows. We will be more than happy to help you.

    Kind regards

  • Add bookmark adds the bookmark with incorrect URL

    When I press the star to bookmark add, or click the 'Bookmark this page' it adds a bookmark with the correct favicon, but the URL is to some site randomly in my story and sometimes some website I don't know at all.

    Problems with bookmarks and history does not properly can be caused by a corrupted database places.sqlite file.

    You can check for problems with the database places.sqlite file in the Firefox profile folder.

  • Facing the question in calc script while trip data for the current year to the previous year

    Hi all

    Need your serious help in my calc script.

    I am writing a calc script to transfer data from order book of FY15 Q1 to Q4 FY14 here is the problem in my script. If spin this script to copy the same year, it works fine but when trying to load between two different years, it does not work. could someone help me please. where miss me the logic. Thanks for the help in advance.

    Here's the script:

    ESS_LOCALE English_UnitedStates.Latin1@Binary

    SET AGGMISSG

    DIFFICULTY (@List ("real GL", "Real ML", "ACT", & ActualLoadYrBklg))

    () "Dec / (Inc.) in suffering.

    IF (@Ismbr ("Q4"))

    "Dec / (Inc.) in suffering (Non - di) =.

    -1 * (("Q1"-> "starting Backlog",-1,@Relative("Years",0)) @Prior - ' count backward (Non - di) ");

    "DENTE change overdue =.

    -1 * (@Prior ("Q1"-> "Cost",-1, @Relative("Years",0))-"Cost of rear" rear);

    Else if (@IsMbr ("Q1": "Q3"))

    "Dec / (Inc) order book ' =-1 * (@Prior ('Rear start',-1, @Relative("YearTotal",0))-" starting back (Non - di) "");

    'Change of GEAR wheels in suffering' =-1 * (@Prior ("backward Cost",-1,@Relative("YearTotal",0)) - "money back");

    endif ;)

    endfix

    SM.

    My first question is what is the order of members in your dimension years and quarter the level low your dimension of periods? Secondly, what dimensions are rare and dense (can you tell me which members in the calc are in dense and sparse dimensions)

    Third, you cite the specific years FY15 and FY14, I suppose that & ActYearBklg is FY15 assuming this is correct, I would add a substitution variable for & PriorYrBklg with FY14 inside (if I'm back, and then modify the variables) for clarity, I'm going to hardcode the values in the Calc. It also assumes years is sparse

    You can try this

    FIX ("GL 'real 'real ML", "ACT", "FY15") / * you need not @list * /.

    () "Dec / (Inc.) in suffering.

    IF (@Ismbr ("Q4"))

    "Dec / (Inc.) in suffering (Non - di)"-> "FY14 =.

    -1 * ("Q1'-> 'backlog begins' - 'Start rear (Non - di)'->"FY14");

    "DENTE change orders"-> "FY14 =.

    -1 * ("Q1"-> "Of back - cost"Back cost"-> FY14");

    Else if (@IsMbr ("Q1": "Q3"))

    ("Dec / (Inc) order book"-> "FY14' =-1 * beginning backlog->"FY14'-'Begins the backlog (Non - di)');

    'Change of CMV in the order book "->" FY14' =-1 * ('Back cost'-'Back cost'-> "FY14");

    endif ;)

    endfix

    The years may be replaced by the subvars

  • Graph XY plotting the question with the data of repeting inside the loop

    Hello

    I have this problem I'm having with my plots. Maybe there is a better way to do it.

    I have a set of data that I use inside a loop. I want the loop to keep reusing the same data. The reason I do that is because I want to continuously stream that loop exactly like that of my data file and plot it and do something different with it. My problem is that the XY graph does not draw correctly. I wonder if someone can help me to get field work and alo get data through the graph XY waveform.

    The files are attached. Test.VI is the main vi

    Note attachments removed by the request of the user of the admin-


Maybe you are looking for

  • Yosemite stuck in a single column, view column for the finder discovers all files

    I use Yosemite on a MacBook Air and I am an old user of Mac since 1989. Today, I can not go single column, all files display even if the menu or the icon indicates that I should see display multi-column.   Y at - it a known bug, or a way to reset thi

  • Can not resize the partition on the Satellite A100-998

    HelloI am owner of toshiba satellite A100-998 with 200 GB hard drive. By default there is only 1 partition on the HARD drive when I try to resize this partition and create another 8 partition magic shows me error that it cannot write to the boot sect

  • Equium A100-027 - delayed start

    I recently bought the laptop Satellite A100-027 of my local PCWorld about 2 weeks ago.Shortly after, I noticed that the start was more delayed. He loaded the display of connection in about 45 seconds approximately and then I typed my password in. 2 s

  • 100 degrees will damage my gpu

    I was game on my y500 (gt650m sli model) however I used only the main map (IE sli has been disabled) I after 5 minutes of playing, I noticed need for speed most wanted has started late and I frame rate drops over 40 less than 20. I kept playing for a

  • updated firmware for the clip and clip +.

    Hello I have an old Clip 4 GB firmware v 01.01.29A and a Clip + 8 GB firmware v 01.02.15A. I see that these are outdated versions and newer versions are available. I've never updated the firmware, so I was reading the messages to see how. Here's my q