Moving to new version of Application INsight on Azure

Hi,
I am planning to move to new version of Azure version for Application Insight for my Windows store app. After updating my nuget packages, when I run my app I see a icon that the it is tracked under application insight.  However when I navigate to Application
Insight portal in Azure, I do not see any of the tracked data.
In the earlier version of visual studio online I could see the data that was tracked under application insight. However it now navigates to the new version.
Regards

Could you please check that instrumentation key that you use match Application Insights recourse in the portal.
You could check diagnostics search in the portal and see if there are any errors reported.
If you are running under F5 you can also check VS output window; it may also display errors there.
You could also put fiddler on the box and see if data leaves the box. 
Anastasia

Similar Messages

  • Weblogic 92 MP3  Deployment of newer version of application in production

    Hi,
    I have Weblogic 9.2 MP3. I need to deploy newer version of application in Production (first in QA).
    My question is that, can i deploy that newer version of application without stopping the server (after deploy i need to restart, i know) on the server ?
    I think it might give the problem because of the same name of the application.
    If suppose i am able to deploy the application will it run properly with the environment (means the production or QA).
    Please provide me the documentation other then bea official.
    Thanks in advance!!!!!!

    For those following along, Oliver Goldman will be answering this post in future articles on his blog.
    Many great comments and questions here. I’m working on some follow-up posts to address these; nothing I could cram into this comment field would really do your query justice. - Oliver Goldman
    Pursuit of Simplicity
    Chris

  • Error when deploying new version of application on ALBPM 6.0.4

    I keep getting this error on our dev box when trying to deploy a new version of the application: <May 21, 2010 12:25:41 PM CDT> <Warning> <RMI> <BEA-080003> <RuntimeException thrown by rmi server: javax.management.remote.rmi.RMIConnectionImpl.invoke(Ljavax.management.ObjectName;Ljava.lang.String;Ljava.rmi.MarshalledObject;[Ljava.lang.String;Ljavax.security.auth.Subject;)
    The system is ALBPM 6.0.4/WL 9.2/solaris
    BEA AquaLogic(TM) BPM Enterprise for Application Server
    Version: 6.0.4
    Build: #98853
    I have posted the full stack trace below, can anyone offer any assistance?
    -Dan
    Error Message info
    RuntimeException thrown in operation replaceProcessDefinition
    Caused by: cannot assign instance of fuego.resources.Msg to field fuego.lang.DefaultException.msg of type fuego.resources.Msg in instance of fuego.lang.DefaultRuntimeException$MyDefaultException
    javax.management.RuntimeMBeanException: RuntimeException thrown in operation replaceProcessDefinition
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:195)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:224)
         at javax.management.remote.rmi.RMIConnectionImpl_922_WLStub.invoke(Unknown Source)
         at weblogic.management.remote.common.RMIConnectionWrapper$15.run(ClientProviderBase.java:606)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.security.Security.runAs(Security.java:61)
         at weblogic.management.remote.common.RMIConnectionWrapper.invoke(ClientProviderBase.java:604)
         at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:972)
         at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:201)
         at $Proxy25.replaceProcessDefinition(Unknown Source)
         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:592)
         at fuego.mami.engine.jmx.EngineManagementJmxAdaptor$JmxEngineManagementProxy.invoke(EngineManagementJmxAdaptor.java:264)
         at $Proxy25.replaceProcessDefinition(Unknown Source)
         at fuego.mami.engine.jmx.EngineManagementJmxAdaptor.replaceProcessDefinition(EngineManagementJmxAdaptor.java:201)
         at fuego.mami.ProjectManager.notifyEngine(ProjectManager.java:1341)
         at fuego.mami.ProjectManager.notifyEngines(ProjectManager.java:642)
         at fuego.mami.DeploymentTopology.notifyEngines(DeploymentTopology.java:958)
         at fuego.webconsole.model.JSFDeploymentTopology.deployAction(JSFDeploymentTopology.java:766)
         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:592)
         at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:126)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:72)
         at javax.faces.component.UICommand.broadcast(UICommand.java:312)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:267)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:381)
         at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:75)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
         at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.ClassCastException: cannot assign instance of fuego.resources.Msg to field fuego.lang.DefaultException.msg of type fuego.resources.Msg in instance of fuego.lang.DefaultRuntimeException$MyDefaultException
         at java.io.ObjectStreamClass$FieldReflector.setObjFieldValues(ObjectStreamClass.java:2004)
         at java.io.ObjectStreamClass.setObjFieldValues(ObjectStreamClass.java:1184)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1914)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
         at weblogic.rmi.extensions.server.CBVInputStream.readObjectInternal(CBVInputStream.java:71)
         at weblogic.rmi.extensions.server.CBVInputStream.readObject(CBVInputStream.java:65)
         at weblogic.rmi.internal.ServerRequest.unmarshalThrowable(ServerRequest.java:352)
         at weblogic.rmi.internal.ServerRequest.getThrowable(ServerRequest.java:62)
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:203)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)
         at javax.management.remote.rmi.RMIConnectionImpl_922_WLStub.invoke(Unknown Source)
         at weblogic.management.remote.common.RMIConnectionWrapper$15.run(ClientProviderBase.java:606)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.security.Security.runAs(Security.java:61)
         at weblogic.management.remote.common.RMIConnectionWrapper.invoke(ClientProviderBase.java:604)
         at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:972)
         at fuego.server.jmx.mami.ClusterAwareEngineManagement.invokeMethod(ClusterAwareEngineManagement.java:389)
         at fuego.server.jmx.mami.ClusterAwareEngineManagement.distributeVoidMethod(ClusterAwareEngineManagement.java:345)
         at fuego.server.jmx.mami.ClusterAwareEngineManagement.distributeVoidMethodWithStringParameter(ClusterAwareEngineManagement.java:276)
         at fuego.server.jmx.mami.ClusterAwareEngineManagement.replaceProcessDefinition(ClusterAwareEngineManagement.java:143)
         at fuego.server.jmx.mami.JmxEngineManagement.replaceProcessDefinition(JmxEngineManagement.java:200)
         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:585)
         at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:414)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:149)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:149)
         at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:426)
         at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$10.run(AuthenticatedSubjectInterceptor.java:377)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor.invoke(AuthenticatedSubjectInterceptor.java:375)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:310)
         at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1410)
         at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
         at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1247)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1350)
         at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:784)
         at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:550)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:440)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:436)
         at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:58)
         at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:975)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    Edited by: drkduncan on May 21, 2010 12:02 PM

    Lightroom 2.7 cannot use RAW photos from a Canon 5D Mark III. You need at least Lightroom 4.1
    Search for 0xc000007b here at the Adobe forums to find the answer.

  • Deploying newer version of application on to device.

    Hi All,
    I wnated to know that is it possible to deploy the newer version of your mobile application to mobile device via webconsole without deleting the older one.As for some minor changes made to application we have to delete the old version to deploy the newer version.Is it possible via some mechanism like Addon...
    please help.
    Thanks
    Regards
    Devendra

    Hi Devendra
       You cannot deploy a newer version of an application when the older one still exists on the client. But you have mentioned that only few minor changes have been done to the application. For example let me assume that you have changed some code which was included in the jar file of the applicaiton.  This jar file always resides in the WEB-INF/lib folder to the applicaiton.  You just want to replace this jar file in the older application instead of deleting the application completely.  So the solution is to do this is to create a client installer archive which is nothing but an addon.  Please refer to the following documention about the <b><i>Client Installer</i></b> http://aiokeh.wdf.sap.corp:50000/SAPIKS2/contentShow.sap?_SCLASS=IWB_STRUCT&_SLOIO=6B5332E9145D0E469F134F7E7E04A34D&TMP_IWB_TASK=PREVIEW2&RELEASE=667&LANGUAGE=EN&_SEQNUM=144&_LOIO=43250E67B6140B25E10000000A1553F6&_CLASS=IWB_EXTHLP
    or an alternate link is http://help.sap.com/saphelp_nw04/helpdata/en/3a/b834418b718739e10000000a1550b0/frameset.htm or even refer to the MI Installation Guide.
    Once you have referred to the documentation you would know how to create a install.xml file and what are the tags contained in them.  Please make sure the MANIFEST.MF file contains an entry called <i><b>PatchArchive:X</b></i>. A sample xml for this problem would look like this.
    <?xml version="1.0" encoding="UTF-8" ?>
    <ARCHIVE name="Upgrade Application" description="Installer" uimode="full">
    <PACKAGE name="MI25" description="New Jar file for application">
    <TASK name="Delete old files">
    <DELETE targetfolder="%MI_HOME%/webapps/your app name/WEB-INF/lib" pattern="**" mi_running="false" />
    </TASK>
    <TASK name="Add new files">
    <COPY source="/app/" pattern="NewApp.jar" target="%MI_HOME%/webapps/your app name/WEB-INF/lib" mi_running="false" />
    </TASK>
    </PACKAGE>
    </ARCHIVE>
    If you create the xml correctly, this will definitely solve your problem
    Best Regards
    Sivakumar

  • Upgrading from FF 3.0.5 on Intel Duo Macbook (OS 10.5.8). Cannot drag downloaded new version into applications folder. Missing some "privileges."

    Currently using FF 3.0.5. Trying to upgrade to current version.
    Running Mac bok Pro OS 10.5.8 (Intel Duo).
    Downloads fine. But whn dragging to Appl folder get message "Missing some privileges."

    * Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    * Trash the current Firefox application to do a clean (re)install.
    * Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • New version of Application Express 3.0 - Cost

    I down loaded Oracle Express which is free. It had a version of Application Express 2.1.0.00.39
    I noticed the Application Express 3.0 is now out. Can I down load it and perform an upgrade or do I have to do a new install?
    Is Application Express 3.0 Free or do I have to buy a license?

    Just to clarify - You mention Oracle Express. That version of the database came bundled with a custom version of APEX, specifically 2.1 (as you noted). Our latest release of Application Express, 3.0, does not contain the XE-specific features and was not intended to be installed in XE. Our Installation Doc specifically says -
    Note:
    Do not install this version of Oracle Application Express on Oracle Database Express Edition (Oracle Database XE).
    http://download.oracle.com/docs/cd/B32472_01/doc/install.300/b32468/pre_require.htm#BABFCFBC
    That said, there are many people who have done it - you can search for the pros, cons and instructions.
    On your costing question, Application Express is a no-cost option available for Oracle 9i, 10g and will be the same for 11g.
    -- Sharon
    p.s. Arie - I believe Denes comment was for the future of the XE version. Nothing has been publicly stated about Oracle releasing an upgrade to it. I don't think he is at all questioning the future of APEX.

  • Unable to restore catalog when moving to new version on new PC

    I am trying to move all of my photos/catalog from one PC to another.  The old one runs Photoshop Elements 11 and the new one runs Photoshop Elements 13.  I had backed up the catalog from the old PC onto an external hard drive.  Based on another forum entry, it seemed as simple as restoring the catalog once I had installed V13.  However, when I opened Elements 13 for the first time the File-Restore Catalog command is greyed out.  What am I supposed to do?

    sjbsf61 a écrit:
    I was unable to fix the problem per your suggestions as the Preferences menu is also grayed out and re-installing the SW did not fix anything.  Any other ideas?  Do I actually have to have at least one photo already in a catalog to import something?  Could that be the problem?
    No, you can import picture files in an empty catalog.
    Sorry, but I can't see why your Elements version has those basic tools greyed out...
    Could you try install your old PSE11 version on the new computer and try a restore ?
    Anyway, that would be useful. There are dropped features in the new version and you might want to keep the old one : 32 bits plug-ins, video projects...

  • Migrating/Deploying New Versions of Applications

    I have an application that has been 'published' i.e the URL released to users. We have a single DB instance (with apex) and our application is a very simple collection of pages of reports of data from views in the database for developers on the project to view. I have two workspaces - one for developing the app, the other for 'Run Only' published apps.
    I have a few questions regarding deployment of Apex apps.
    1. Is there no way to maintain these two copies of the application (bear in mind they are in defferent workspaces) without having two different Application IDs? My problem with this is that migration from one workspace to the other is now a nightmare as the admin/build manager has to know the Id of the app in dev and the Id of the App in the published workspace as they appear to require different IDs? I need to work on new changes separately while users use the current pages.
    2. Once an app is published, how can I migrate changes to it when I need to? If I import the file definition, it insists on a new applicationID. As the AppID is part of the URL this is not practical in the real world - users cannot be expected to change the URL each time a release is implemented.
    Does anyone have any ideas on managing build and migration of Apex apps? In usual business system, this sort of process won't work. Migration and Deployment must be automated and fool proof - often there may be 3 or 4 different test environments to go through before release (and this doesn't mean different db instances necessarily - it could mean different schemas for each test env). Given one Apex install per DB, this is really very messy and not maintainable, even for my tiny one env setup. Any advice or ideas?

    Why dont you use the parameter :APP_ID in the URLs? With this parameter you can use different AppIDs in booth workspaces.
    best regards
    carsten

  • Can't view or edit Application Insights webtests in the new Azure Portal

    I'm in the process of setting up Application Insights for an Azure Cloud Services Web Role.  Things have been looking good so far - I've enabled App Insights telemetry to the VS2013 solution, configured correctly and am getting usage/monitoring data
    displayed in the NEW Azure Portal (portal.azure.com).
    I set up my first "webtest" on Friday to monitor the site availability from three separate locations around the world and alert when down; however, logging in today shows my webtests graph as blank, i.e. contains no data. 
    Usually, when this is the case, there's a link provided to create new webtests, but since I've already added a webtest, this is no longer the case.  So I can neither view or edit my existing webtest, nor create a new one.  I have tried clearing
    my browser private data and even use a different browser but the result is the same.  I have also tried deleting and recreating the Application Insights instance with the same name but the result is the same (although the data from the deleted instance
    remains...).  My only recourse is to create a new, differently named Application Insights instance and set it all up again, losing the telemetry collected so far.  This isn't such a big deal during the prototype stage, but when this goes into effect
    on the production site, deleting and starting from scratch whenever there's a webtests problem isn't going to be an option.
    How do I view/edit/clear existing webtests?  Is it possible to do this through Azure PowerShell or the Azure SDK?

    Hi Chris Haigh,
    We are working on this thread and will try to reply with the proper resolution as soon as possible.
    Regards,
    Azam khan

  • Application Insights for load testing in VS 2013, Azure Preview or Visual Studio Online?

    I'm trying to get some clarification on which version of application insights to use to get performance counters from application insights for my azure cloud service for load and performance testing purposes. 
    So far, its not be clear what the differences between the two versions are, after deploying first the Azure Preview version, I attempted to set up performance counters using application insights but was shown an error because my visual studio online account
    did not have an associated application insights instance. 
    Is it possible to get performance counters using AI for load testing using the Azure Preview version? If so, how? If not, is that planned as a new feature or will performance counters for VSO cloud based load testing have to be used when support for the
    VSO version of application insights is eventually dropped? 
    Thanks, 
    Luke

    Hi Alex, thanks for your response. I do have an Azure account, and have tinkered with AI in Azure Preview. My question was more about what the differences between the VSO and azure preview versions of AI are. 
    When I initially deployed AI to the azure portal and tried to run load tests from visual studio (cloud load tests, that is) I could not. Its possible I had made a mistake in configuring the azure version of application insights though. Strangely enough,
    I actually do still see application insights data in the azure preview portal after I removed the newer AI version and installed AI 1.3. 
    To clarify my question, is it or will it be possible to run cloud based load tests (using visual studio online or another integrated service) against a azure web role deployed with application insights for azure and get performance counters of the system
    under test via AI? To do that, will I also have an application insights application in the visual studio online account (similar to how I do now with the VSO version of AI), because that seems to be a requirement to load performance counters from application
    insights within visual studio. 
    Thanks and sorry if I misunderstood your answer. 

  • HT202879 I downloaded the new version of pages about a month ago.  Today I tried to open documents that I created and saved with the new version and received a message that I needed to download the new version.  The app store shows the download.  HUH?!?

    I downloaded the new version of pages about a month ago.  Today I tried to open documents that I created and saved with the new version and received a message that I needed to download the new version.  The app store shows the download.  HUH?!?

    I'm not sure what you mean by it making accessing files more complicated. I have both Pages 4.3 & Pages 5.1 icons in my Dock as well as Numbers 2.3 & Numbers 3.1. I continue to use the iWork '09 versions for my everyday needs. As long as the new versions are in your Applications folder & the '09 versions in the iWork '09 folder, Software Update will not have a problem updating them even if Apple should come out with a new update for the '09 versions.
    Because I have moved the new versions to an external drive & renamed the apps because I want '09 to be the default apps, I do have to remember to move them back to my applications folder & restore the original names before updating. But since you like the new versions this "complication" doesn't apply to you.

  • I'm using OS X 10.5.8 Dual 1.8GHZ PowerPC G5, wanted upgrade newer version of operating system? Can anyone help me on this?

    I'm using OS X 10.5.8 on my Dual 1.8 GHZ PowerPC G5, wanted to upgrade for newer version of application? Can anyone hlep me where can I purchase?
    Fiathfullee

    Both are correct.   When you are ready to upgrade to one, read this tip:
    https://discussions.apple.com/docs/DOC-2295

  • So, somehow Numbers saves my files as a new version and then won't open them until I update?  How is that possible?

    I saved a spreadsheet a few days ago and now Numbers won't open it saying I need to update my version.  I only use the icon on my dock to access Numbers and I didn't update anything.  I also restarted my computer.  This happens around every 6 months and then goes away after several restarts.  I am tired of this game....Apple fix yourself and let me open old versions.....

    Have you made sure you are trying to open the document with the latest version of Numbers?  You likely have both versions on your computer, the new version in your main Applications folder and the old version in a subfolder named iWork '09 or similar. 
    Any icons you had on your Dock before the upgrade still point to the old version, unless you took steps to change that.  Find the new version in Applications and drag it to the Dock so you have an icon pointing to the version you want.
    The icons are similar, four bars for Numbers 3.x , three bars for Numbers 2.x.
    SG

  • Application Insights is not recording any data from the released version of my Windows Phone app

    I released my first Windows Phone app a week ago, and Application Insights worked perfectly to collect usage data whilst in a debug build. However, the released version of the app is not returning any data at all. Is this a common problem for new apps or
    is there a problem that I need to address?
    I configured Application Insights for my app using the information on this guide - http://msdn.microsoft.com/en-us/library/dn509554.aspx
    Any ideas or help would be greatly appreciated, thanks for your help.

    Hi Bernard, thanks for your reply.
    I tested the data using a release package of the Windows Phone app deployed directly to my phone from Visual Studio and the data appeared after around 10 minutes. However, once I published the exact same package to the Windows Phone Store and started using
    the version downloaded from the store, no usage data has been uploaded even after several days of waiting.
    I am using SDK 0.7.1 and Application Insights Tools for Visual Studio v1.3.2. The app is built for WP 8.0 and running on WP 8.1.
    The instrumentation key is 757eeaff-605e-44a2-8eaa-6abf498bfcf5.
    Thanks for your time and help, I really appreciate it.
    Dan

  • [Application Insights] Fail to create new application using REST API

    Hi,
    I'm trying to create new application in Application Insights using the REST API.
    I followed the instructions on
    this page, but keep getting '404 Not Found', with the following error stream:
    "{"error":{"code":"InvalidResourceType","message":"The resource type could not be found in the namespace 'microsoft.insights' for api version '2014-04-01'."}}"
    The http method I'm using is: PUT
    The request URI is:
    "https://management.azure.com/subscriptions/some_real_subscription_id/resourceGroups/yonisha-new-rg/providers/microsoft.insights/component/yonisha-new-app?api-version=2014-04-01".
    Can you please advice what am I doing wrong?
    Few things:
    I tried both with existing/non-existing resource group.
    I set the Content-Length header to '0' (otherwise the server returns an error the the length is required).

    Try the API Version "2014-08-01" and also make sure you are sending a location of "Central US" (its the only location available right now).  An example of a PowerShell call that works is below.  I would also suggest checking
    out the new https://resources.azure.com/ which can help you construct the REST call.
    New-AzureResource -Name TestAppInsights -ResourceGroupName TestRG -ResourceType "Microsoft.Insights/Components" -Location "Central US" -ApiVersion "2014-08-01"

Maybe you are looking for

  • Save first 45 day 4G iPhone deserted owners

    Hello everyone. I am trying to understand the mindset of those who offer Cheese to the whiners and talk smack at them. The iPhone is a ground breaking product. Apple is famous for its rock-solid products both on the hardware and software fronts that

  • Help with password for voicemail

    new phone trying to set up voicemail and don't remember old password

  • Javascript to adjust form field font size by number of entered characters?

    I have a form field that asks for 'full name' (first, middle, last). It's posted large at the top of the form. Some people's names are short, some long. Is there a javascript way to adjust the font size used within a form field based on the number of

  • Mapping inside/outside BPM

    Hi All, I would like to know the flow when  mapping is inside BPM and when it is outside BPM. And also about the configuration steps in either cases. Thanks, Vishal

  • Route node and Service Call out in OSB

    In OSB for a composite Proxy service (PS) that has to call 3 external services in sequence- we make service call out for 1st and 2nd external services and for invoking the last external service we can use route node. Here technically PS is making web