"deploying apps locally"

Hello... Does anybody know how to deploy applications locally. I am following the help in JDev32 but I keep getting a "cant find the main" error from jre.

connect.properties... not connections.properties? And it's not getting into your JAR? Hmmm....
From docs:
The filesystem location for the connection descriptor definition information is
JDeveloper/bin/IDEConnections.properties
where JDeveloper is the root directory in which JDeveloper is installed.
You can also set an environment variable to point to an alternate file for your global connection descriptor definition information. The environment variable is jdeveloper_connections.
If multiple users are pointing to the same IDEConnections.properties (or any other named) file, any connection descriptor property change to that file affects that connection for all of those users. Use care when updating connection descriptors in a shared connection descriptor definition file.
Connection Properties Deployment
A connection.properties file is included with JDeveloper deployments. This file contains the connection information necessary for deployment and the runtime connection execution.
The Include password in deployment archive checkbox in the Connection Editor determines whether the password is included in the deployed connection.properties file. Select the checkbox to add the password information to the deployed connection.properties file. If Include password in deployment archive was not selected for the deployed connection, a runtime user of that connection must enter a valid username and password for the connection.
null

Similar Messages

  • TEXT_IO.FOPEN not working on web deployed app FORMS 6i

    Hi all
    I have coded parsing file by using TEXT_IO.GET_LINE but it seems that my file even can't be opened.
    declare
    file1 text_io.file_type;
    filename1 varchar(256);
    linebuf varchar2(100);
    begin
    file1 := TEXT_IO.FOPEN(:CSV.CSV_PATH, 'r');
    Text_IO.Get_Line(file1, linebuf);
    if linebuf!='blablablablabla' then msg('line is OK!');
    else msg('Line is wrong!');
    end if;
    TEXT_IO.FCLOSE(file1);
    end;
    On local machine when i enter into :CSV.CSV_PATH "C:\details.txt" the file gets loaded because it gets processing, I can see messages.
    When I upload form onto remote web-deployed app server, I enter into path "D:\details.txt" (I cannot write on C:, the files are the same) nothing happens. Does it mean text_io won't work on Fomrs6i web-deployed? How can I investigate this issue.
    Thanks in advance
    Tome

    With Forms Server deployments. TEXT_IO writes the file on the Forms server not the local PC as it did in client-server mode.
    Here are some workarounds
    1) Download the WEBUTIL add-on from Oracle and use its TEXT_IO package to write to the local file.
    WebUtil is an essential add-on loaded with goodies such as a file browse dialog for local files. Its easy to use and is designed to be compatible with other oracle routines like TEXT_IO.
    Kudos to Duncan Mills at Oracle for this top add-on - dont leave home without it.
    www.oracle.com/technology/products/forms/htdocs/webutil/webutil.htm2) Use the original TEXT_IO (as you are now) to write to a file on the Forms Sever , then display it in a browser window using WEB.SHOW_DOCUMENT
    3) I remember seeing some some old Java scripts on OTN to write to local PC.
    MY APOLOGIES for #3. Most forum posts can be solved with that little gem of an answer. "My sink is blocked" ... "yeah I saw some java code to fix that"

  • Deploy to local HAT missing in SAP WebIDE 1.10.2?

    Hi Experts,
    I am not able to find deploy to local HAT option in the latest version of SAP WebIDE(1.10.2)
    How can I deploy my project to local HAT with this version?
    Regards,
    Dhani

    Hi Dhani,
    Can you cross check if project offline_Sample has been created using template either SAP UI5 master detail kapsel app or SAP UI5 mobile kapsel project ? You may also check with creating a new project using either one of these templates.
    Regards,
    JK

  • Deploying app in public domain using tomcat on unix

    I am using windows and I have deployed my app to a local instance of tomcat 5.5.9 and it runs perfectly. However I am trying to get my app running on my web host using tomcat 5.5.9 on unix but it has problems.
    As stated in other threads my host provides a public_html folder for my site however *.war files do not run or unpack from this folder and my web host won�t allow deploying of *.war files elsewhere in their system. So instead I upload all the folders/files in my app build which should give the same result as deploying the *.war anyway.
    Unfortunately the app won�t run at all when entering the domain www.<mydomain>.com due to following error:
    javax.servlet.jsp.JspException: Cannot find FacesContext
    When I enter the URL www.<mydomain>.com/faces/index.jsp the page loads but has problems with referencing styles and scripts that are generated dynamically at runtime such as:
    <script type="text/javascript" src="/theme/com/sun/rave/web/ui/defaulttheme/javascript/formElements.js"></script>
    <link rel="stylesheet" type="text/css" href="/theme/com/sun/rave/web/ui/defaulttheme/css/css_master.css" />
    <link rel="stylesheet" type="text/css" href="/theme/com/sun/rave/web/ui/defaulttheme/css/css_ie55up.css" />
    <script type="text/javascript">
    var sjwuic_ScrollCookie = new sjwuic_ScrollCookie('/index.jsp', '/faces/index.jsp');
    </script>
    I think this problem is because the path to my webapp is not standard. I asked my web host for the absolute path to my domain and they said it is �/home/<account name>/public_html�. However I want to avoid having to enter faces/index.jsp into the url if possible. It works like this locally so why not on web host? The welcome file in web.xml points to �faces/index.jsp� so it should come up automatically just by entering the domain. But even when I run my app locally I can enter localhost:8080/<webapp>/faces/index.jsp and it renders correctly.
    So my questions are�
    Does anyone know how I can get my app working properly under my public domain? Does my problem relate to the pathing of my app and if so is it possible to specify the absolute path to my app so that tomcat registers it properly. If so where and how would this be done?
    Obviously all configuration must be handled within my app as I have no access to modify settings on the web host.
    Please help!
    Thanks

    Hi, i managed to work out a solution with my web host.
    The problem was that they are using Apache to process all incoming http requests then only forwarding specific requests to tomcat.
    So by entering the port number after the domain ie www.mydomain.com:8080/ the http request went directly to tomcat and was processed correctly.
    Furthermore my web host configured apache so all requests go straight to tomcat so now the port number isn't even required and all is well with the world again!
    except... navigating to different pages in my site does not update the url correctly.
    For example the site loads index.jsp when entering www.mydomain.com/ but when navigating to another page (i.e. photo.jsp) the photo.jsp page loads ok but the url is updated to www.mydomain.com/faces/index.jsp which is not correct. When refreshing the photo.jsp page it reloads the index.jsp page because of the incorrect url.
    any ideas...

  • How to install B2B Apps locally - Pre Dev settings -setup dev environment

    Hi All
    Need your help: to customize CRM WebChannel B2B App, I just installed NW developer workspace.  The next step I guess is to setup / install B2B Apps locally on my pc. Can some one guide me how to? Any documentation / advise about how to setup development environment?
    Thank you very much in advance, Jin

    Hello Jin,
    1. NetWeaver Java Application Server
    Do you already have the SAP NW Java Application server? (J2EE server) if not get that from Service Market Place /swdc.
    Download --> SAP Installations and Upgrades --> Entry by Application
    Group  --> SAP NetWeaver --> SAP NETWEAVER
    and install the Developer Edition of the version of your choice. You may need to get them from Solution Manager or seek your Basis team's help
    2 Deploy E-Commerce application components and configure
    After this installation of NW Java AS developer edition, you can deploy the E-Commerce Java applications. The SCA files required are listed in the enhancement guide. They include files required in step 4 also. You can find them here in /swdc
    Support Packages and Patches --> SAP Application Components --> SAP CRM --> SAP CRM 2007 --> Entry by Component --> CRM Application Server Java
    You may need to get them from Solution Manager or seek your Basis team's help
    3 Install NWDS (if not already done)
    It is possible it is already done as a part of the NW Developer Workplace installation.
    4 Setup enhancement project
    Use the existing NWDI and import the tracks locally to your PC / laptop for making enhancements. Refer: Extension Guide and other documents to create tracks in NWDI.

  • Recommended method to deploy apps in the enterprise

    I have a Mac server configured with Profile Manager. My users at this point log into their iMacs with their Active Directory credentials. Classroom laptops use AD credentials as well, and the rest of the laptops (1/3 of all Macs on our site) have stand-alone accounts on the local machines.
    We've been messing with VPP up to this point, but honestly I'm not impressed with the way it works with OSX devices. I can enroll a machine into Profile Manager via trust certificate and the management profile. This works fine, and I can group the machines in logical order. According to the documentation, I should be able to deploy apps to the workstations themselves (independent of who is using it), but so far it doesn't seem to work like that.
    With a free VPP app, such as Garageband, in Profile Manager, I can only see where I can associate it with a user or user-group. I see two options with this. First, we use a common app-store credential to associate with the VPP apps. This seems like a poor option since a user wouldn't necessarily know the password to this account, and as soon as the app has an update, they are going to call us to login as the common app-store credential that owns the VPP app. Second, we associate the app to a user him/herself and let them do the installing or updating. This also assumes that our users sign up for an app-store account if they don't already have one (kind of weak, IMO).
    With these two, any common area/lab machines would obviously need a shared admin accessible VPP app-store ID, but with user-specific machines, I see it the other way. If I could target all of these machines without involving the users, that would be optimal. Given these three options (target user, target shared app-store account with manual admin intervention on each machine, target machine independently of a user), what do you all recommend?

    I will give my .02 on this topic.  I hope this helps.
    App distribution for Apps from the AppStore is a tricky mine field.  The new VPP program is a step in the right direction and for many businesses it is a dream come true (no more redemption codes, transfer of assets, European Union tax issues, I can go on...).  However, I will agree with you in regards that education does not benefit as much, especially when (1) the students do not have an Apple ID, (2) the devices are not deployed in the one-to-one model, and (3) users are not permitted to alter machine configurations.
    VPP for enterprise is a good thing, provided your organization is willing to allow user's the freedom to add content (an use Apple IDs).  The way it works is as follows. 
    • You enroll in the VPP program
    • You purchase apps/books in bulk through the app store
    • You configure your MDM to participate in the VPP
    • You invite your users using an email or via push notification if devices are already enrolled
    • When the user gets the invite, the user uses her own Apple ID to associate their App Store catalog with your enterprise App Store catalog (this all happens on Apple's servers)
    • The enterprise does not care nor does it need to know which Apple ID the user used.  This is irrelevant to the organization.
    • You then assign the apps and books to the users through your MDM
    • The user now sees this content in their App Store from their device
    • If the user leaves the organization, you can remove the app from the user and you recall the seat into the available pool.
    • The App remains on the device for 30 days I believe and the user (if this is a personal device and they still have it after being removed from the program) will be prompted to purchase the app (books are transferred - you can not pull them back).
    So, all that being said, you are not deploying to an enterprise and you are not deploying to dedicated devices.  I suspect that some of your users may also be too young to have an Apple ID.  So while I still recommend that you participate in the VPP to ensure software compliance, the reality is that you are likely going to use a single Apple ID to download the software.  This will be included in a master build when imaging and prepping machines.  If there are updates, you will download the update onto a build machine and use tools like ARD, JAMF, Deploy Studio, etc to push the app out to your fleet of machines.  Keep in mind that updates from the App store are full versions and they are self contained bundles.  Also, turn off all software update notifications on the workstations to keep users from realizing updates are available.
    I am a firm believer that schools should not apply updates to machines between September and June unless it is a tested security patch.  The risk of impacting the educational process is too great.  Look no further than the dramatic changing in the iLife and iWork tools.  Changing mid year can cause entire curricula to be disrupted.  There is no deeper wrath than that of a school matriarch dressing you down because you put out software that does not match her lesson plans.
    Ok, I am done on the soap box.  Hope this helped.  My suggestion again is stick with the VPP for compliance reasons but use distro tools to push the updated/new apps out to machines as needed.  This allows you to continue to use a single Apple ID, the account information is obscured from the user, and all updates happen via a distro push, avoiding touching each machine.
    R
    Apple Consultants Network
    Apple Professional Services
    Author "Mavericks Server – Foundation Services" :: Exclusively Available in Apple's iBooks Store

  • Cannot deploy application local/WD_ExcelExport_NW04s

    Hi,
    i am able to build the project successfully, but cannot deploy the sample project WD_ExcelExport_NW04s.   Please see the below exception i got while deploying
    Result
    => deployment aborted : file:/D:/DOCUME1/NMAHAB1.HUS/LOCALS~1/Temp/temp54954WD_ExcelExport_NW04s.ear
    Aborted: development component 'WD_ExcelExport_NW04s'/'local'/'LOKAL'/'0.2007.11.22.20.27.50'/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application local/WD_ExcelExport_NW04s.. Reason: Clusterwide exception: Failed to deploy application local/WD_ExcelExport_NW04s. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is:      com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application local/WD_ExcelExport_NW04s. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted
    Thanks,
    Hussain

    HI Hussain
    1) Undeploy your project using SDM [RemoteGUI], or else ask your basis person to remove that particular project's .EAR file.
    2) If you have a clustered server ,follow this sequence
    a) Stop the Clustered Server
    b) Stop the Local Server
    c) Start the Local Server
    d) Start the Clustered Server
    3) Try to deploy your application once again
    Best Regards
    Chaitanya.A

  • SharePoint 365 Deploy App -- "another App with the same version and product ID."

    Hi all
    When I want to deploy App I got this message:
    2>Active Deployment Configuration: Deploy App for SharePoint
    2>  Skipping deployment step because a pre-deployment command is not specified.
    2>  Skipping the uninstall step because the app for SharePoint is not installed on the server.
    2>  Install app for SharePoint:
    2>  Uploading the app for SharePoint...
    2>Error occurred in deployment step 'Install app for SharePoint': The provided App differs from another App with the same version and product ID.
    If the App exist why it doesn't uninstall it. And also its not possible to Retract:
    Skipping the uninstall step because the app for SharePoint is not installed on the server.
    I solved my problem by changing ProductID manually but I don't want to make the server with dirty small apps.
    Any idea?
    Thanks

    Hi,
    Check the Site URL in project properties to which the app is installed.
    You have to choose the right path first where the app is installed and then Build>Retract.
    Then change the path to new one and try build. It looks like you are trying to retract from wrong Site URL.
    Thanks
    Jashandeep K

  • Error at the time of deploying App for SP 2013

    When I try to deploy any App created using VS 2012, giving error below. Please provide some help to resolve it.
    Build started: Project: FleetManagementApp, Configuration: Debug Any CPU ------
    ------ Deploy started: Project: FleetManagementApp, Configuration: Debug Any CPU ------
    Active Deployment Configuration: Deploy App for SharePoint
    Skipping deployment step because a pre-deployment command is not specified.
    Skipping the uninstall step because the app for SharePoint is not installed on the server.
    Install app for SharePoint:
    Uploading the app for SharePoint...
    Error occurred in deployment step 'Install app for SharePoint': We're sorry, we weren't able to complete the operation, please try again in a few minutes.
    If you see this message repeatedly, contact your administrator.
    ========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
    ========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========

    Hi,
    Please check the link below, it about the simialr issue.
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/c8eb6c92-e1b2-45a9-840e-c782bdc933ec/error-occurred-in-deployment-step-install-app-for-sharepoint-were-sorry-we-werent-able-to?forum=sharepointdevelopment
    Best Regards
    Dennis Guo
    TechNet Community Support

  • BEST PRACTICES: How to deploy apps with public and private content & data?

    Can anyone recommend a guide, blog post, etc. on best practices for:
    - designing & deploying apps that have publicly-accessible (http + https) content, and
    - content and data for which users must be authenticated and authorized?
    NOTE: In our environment users are authenticated via OID. We're using Apex 4.

    Hi,
    Have a look at this Sample App for getting Auth Token from Instagram in windows phone app. 
    Also read the api documentation for more details from
    here.
    Pradeep AJ

  • Exception when running deployed app in standalone WLS

    When running the deployed app in a standalone WLS, I get the following exception, and nothing gets shown in the browser. Running in jdev/integratedWebLogicServer is fine though. I deployed the app in jdev to the standalone WLS.
    ]] Root cause of ServletException.
    javax.faces.FacesException: oracle.adf.controller.ControllerException: ADFC-10001: cannot instantiate class 'com.oracle.pm.eai.supporttool.ui.bean.SupportToolBean'
         at oracle.adfinternal.controller.util.Utils.createAndLogFacesException(Utils.java:192)
         at oracle.adfinternal.controller.beans.ManagedBeanFactory.newInstance(ManagedBeanFactory.java:180)
         at oracle.adfinternal.controller.beans.ManagedBeanFactory.instantiateBean(ManagedBeanFactory.java:860)
         at oracle.adfinternal.controller.application.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:112)
         at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143)
         at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:72)
         at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:68)
         at com.sun.el.parser.AstValue.getValue(AstValue.java:107)
         at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192)
         at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:251)
         at javax.faces.webapp.UIComponentELTag.createComponent(UIComponentELTag.java:222)
         at javax.faces.webapp.UIComponentClassicTagBase.createChild(UIComponentClassicTagBase.java:486)
         at javax.faces.webapp.UIComponentClassicTagBase.findComponent(UIComponentClassicTagBase.java:670)Following are the WLS and Jdeveloper versions I used.
    WebLogic 10.3.3.0
    Jdeveloper 11.1.1.3.0

    some problem here
    ADFC-10001: cannot instantiate class 'com.oracle.pm.eai.supporttool.ui.bean.SupportToolBean'is this your owned bean?.. try to debug and see whts the problem..
    make sure the class is ientified.. while running.. if not clean and rebuild the project and try..

  • Where to find the example illustrated how to using script to deploy app

    Hi
    my new job involves configure and deploy app in WL Server. one of tasks is
    to write script and use script file to configure and deploy app.
    This script may need to specify the JDBC for various app (like one app
    communicates with oracle, the other may want DB2, etc).
    anyway, Can any one tell me where to find an example, an URL which shows
    what I want?
    Thanks lots in advance.
    John
    Toronto

    click window and tick actions. that will open the actions
    panel if the flash program. find a frame that contains that button.
    click on an spot off-stage and then click on the button. you may
    see code in the actions panel that control that button's behavior.
    if not, look in the properties panel (window/properties/tick
    properties) for the instance name of that button. now search for
    code attached to a frame/layer that references that instance
    name.

  • Deploying Apps in MDT 2013

    I am trying to deploy apps using MDT 2013 on clients machines but keep getting the
    following bdd.log error. Please note I can image,
    deploy drivers and packages in MDT with no issues except when I
    try to deploy apps:
    I have added all the applications in their
    individual folder in MDT, then i created a task sequence to install
    application. Each app gets their own "install application" command. Then on the client machine i run the following cmd with
    elevated privillege: cscript.exe
    \\ORS-WDS\DeploymentShare\Scripts\LiteTouch.WSF. The script runs after selecting the task but then disappeared and i get this bdd.log on the client:
    https://onedrive.live.com/redir?resid=8D6242F28512FDE3!564&authkey=!AFojuxXjHaKXl0I&ithint=file%2ctxt

    These are not the correct bdd.log files. Make sure you include the right ones. Also check the c:\windows\temp\... folder.
    From the error above:
    C:\windows\system32>err 0x8007051B
    # as an HRESULT: Severity: FAILURE (1), Facility: 0x7, Code 0x51b
    # for hex 0x51b / decimal 1307 :
    ecNotRitpMaster ec.h
    ERROR_INVALID_OWNER winerror.h
    # This security ID may not be assigned as the owner of this
    # object.
    # 2 matches found for "0x8007051B"
    This would suggest that you are still having permission/elevation problems.
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

  • WPF App Local in WPF vNext

    I came across this article today, thought some people here would probably be interested.
    http://www.infoq.com/news/2015/04/WPF-App-Local
    In WPF vNext, the plan is to offer an “App Local” version of WPF via NuGet. This is essentially the same distribution plan currently used by ASP.NET MVC. Key features include:
    Each application ships with its own version of WPF
    Similar, and often much better, performance characteristics
    Built on top of .NET Framework for Desktop, not necessarily .NET Core
    Highly compatible with the inbox version
    Self contained install. Yum.
    (Much) better performance. Yum.
    New templates could be good as well,  some of the hard coded aspects of win8 templates are annoying.
    Hope that helps.
    Technet articles: Uneventful MVVM;
    All my Technet Articles

    You shouldn't rely on the user creating files in a folder structure in program files. Amongst other issues you will find most users don't have rights to create new files there.
    You should be using appdata.
    I recommend a folder with the same name as the namespace of your application.
    I get that name like this:
    public static class AppData
    public static string Location = Path.Combine(Environment.GetFolderPath(
    Environment.SpecialFolder.ApplicationData),
    System.Reflection.Assembly.GetExecutingAssembly().EntryPoint.DeclaringType.Namespace);
    Usage
    private void Application_Exit(object sender, ExitEventArgs e)
    var fileName = Path.Combine(AppData.Location, "FontDetails.xml");
    if (!Directory.Exists(AppData.Location))
    Directory.CreateDirectory(AppData.Location);
    FontDetails fd = Application.Current.Resources["FontDetails"] as FontDetails;
    DataContractSerializer ser = new DataContractSerializer(typeof(FontDetails));
    var xmlSettings = new XmlWriterSettings { Indent = true, IndentChars = "\t" };
    using (var writer = XmlWriter.Create(fileName, xmlSettings))
    ser.WriteObject(writer, fd);
    This sample uses that approach:
    https://gallery.technet.microsoft.com/WPF-Dynamic-Fonts-ad3741ca
    Hope that helps.
    Technet articles: Uneventful MVVM;
    All my Technet Articles

  • Deploy App-v client to pc works, to user not

    Hi,
    I'm trying to deploy App-v 5.0 SP2 + hotfix to a pc, that works fine but when I deploy to a user, the installation fails "The software change returned error code 0x643(1603)."
    The appenforce.log gives: "A supported App-V 5X client is not installed"
    I'm triggering App-v 5.0 SP2 hotfix 4 to the user, this has a dependency to the Appv- 5.0 SP2 client which has a dependency to its prereqs (visual c++, dotnet, powershell 3.0).
    Please advise.
    J.
    Jan Hoedt

    Hi Torsten,
    Thanks for your feedback. Where could I find the msi logs? I haven't used any specific switches during installation for logging.
    Don't understand why the appenforce.log says "A supported App-V 5X client is not installed" whereas an installation to pc works fine.
    That's actually my question: what's the difference of installation method between to pc and to user (since the user method fails, the pc method works fine).
    J.
    Jan Hoedt

Maybe you are looking for

  • Installing ImagerRunner 1133a printer on Mavericks

    I just bought new MacBook Pro Retina 13,3" and I am pretty happy with it. I have to say that this is my first Mac and I am new in this world. I own a Canon ImageRunner 1133a printer/scanner/copy and it has been working fine with Windos7 PC's. Printer

  • How to separate the sound on my headphone jacks?

    hi. I have an hp pavillion dv6-6c50se Entertainment Notebook, and I'm using "Traktor 2" mixing software.  in order to hear separate sounds from my headphones and the external speaker, I need the sound driver to recognize them as separate devices(beat

  • How to represent more categories on graph?

    Hi, i have sprint names field and each sprint name is having multiple buildnames. they have different build dates. My requirement is to show: buildnames according to sprintnames on any axis and builddates should be shown. Can anyone suggest any char

  • Not able to log in

    The computers (school owned) I use come configurated with an administrator account with a password. I create another for me to use. Today after insataling Safari 5, the password for Administrator did not work anymore. Mine does. Not sure is this is b

  • Determine Discount and Price details for Materials in CRM

    Hi, I am looking for a standard program / function module which can provide information on Discounts and Prices for any given Material and Customer in SAP-CRM 7.0. Any help on this will be highly appreciated. Regards, Prasanna