[iOS][Running] Listening history of a Spotify Running session

I was doing my morning run on Sunday with Spotify Running (great feature!!) but I can't find the incredible songs that were played during my run... Please, implement a listening history on mobile devices ! Thank you!

Updated: 2015-06-30Hello and thanks for the feedback!
A similar idea has also been suggested here:
https://community.spotify.com/t5/Live-Ideas/iOS-Running-View-Running-Play-History-and-Add-to-Playlist/idi-p/1147884
Add your kudos and comments there please! ;)

Similar Messages

  • How to trace an already running session

    Hi,
    Sometime I come across following situation.
    Queries/SQL statements keep on running for a long time and users complain about the same.
    But since they have already started I am not able do anything about it.
    So please guide me "how can I trace already running session."
    Thanks,
    Rushi

    Rushi Shah wrote:
    Hi,
    Sometime I come across following situation.
    Queries/SQL statements keep on running for a long time and users complain about the same.
    But since they have already started I am not able do anything about it.
    So please guide me "how can I trace already running session."
    http://www.petefinnigan.com/ramblings/how_to_set_trace.htm
    Use DBMS_SUPPORT to set trace in another users session
    Next use the interface to again set trace for SCOTT's session that we found earlier. here it is:
         SQL> exec dbms_support.start_trace_in_session(10,20,waits=>true,binds=>false);
         PL/SQL procedure successfully completed.
         SQL> -- execute some code
         SQL> exec dbms_support.stop_trace_in_session(10,20);
         PL/SQL procedure successfully completed.
         SQL>                          
                                  

  • My iTunes doesn't keep track of my listening history anymore. It doesn't update play counts and default "Recently Played" playlist.

    My iTunes doesn't keep track of my listening history anymore. It doesn't update play counts and default "Recently Played" playlist. But it still tracking plays from my iPhone and syncing them.
    I've tried to repair it with setup file. Nothing's changed.
    Can you help me with that?
    NOTE: Now I tried disabling the crossfade feature and it worked, started to count again. But I like crossfade, I don't want to keep it off.

    I think I got this figured out. The playcount does update, but not how the previous iPod models update their playcount. Instead of immediately updating the playcount right after you finish the song like the older iPod models, iPod Touch keeps the updates in memory. The next time you connect to iTunes it'll sync those playcounts in memory to the actual songs itself, effectively updating the playcount of the songs only after connecting to iTunes. I have set my syncing manually. That's why after connecting to iTunes, my playcounts are updated. BUT it doesn't solve the mystery of my Smart Playlist. Even though in iTunes, the correct songs are listed, in the iPod Touch, it shows the old playlist.
    Don't you just hate that? It was working fine before on non-iPod touch models. Now we have to live with this new bug. I just hope when they release software 2.0 it fixes these bugs and that they *give it for free!* People shouldn't be charged on something they should have gotten as a support!

  • ODI Number of Running Sessions

    Hello guys !!
    A cuestion,
    I'm doing a package with a parallel process, but this only raises 3 maximum sessions at the same time, when I hope it raises 9
    how can I increase the Number of running sessions / Maximum number of sessions for the agent?
    Also I've created 5 five agents linked, for the load balancing effect, but no results
    I appreciate any kind of Help
    Regards!!
    AB

    What is the maximum number of sessions you have given for agent??
    You can get the number of session in the physical agent .

  • How do i start an Oracle Trace?   For a currently running session?

    How do i start an Oracle Trace? For a currently running session? How do i read it?

    How do i read it? Ohh forgot this one. That tracing will create a tracefile in udump directory and you need to run tkprof to parse that trace file so that you can read it. To find the udump dir type "show parameter user_dump_dest" at sqlplus prompt and then run tkprof like (from OS prompt):
    tkprof file_name.trc file_name.txt sys=no
    Type only tkprof for more option of this tool.
    Daljit Singh

  • Email Notification for long running session

    Dear All,
    I want to configure email notification for any long running session on my server which can be seen in SM66. Is there any possible way? Please suggest.
    Regards,
    Prem

    Hi Prem,
    I hope you doing good.
    Now, for the above query, I am not sure that we have any such MTE in CCMS for user specific session, however, a small custom code can be used to achieve such functions
    Here, you have to use some f Function Modules using CALL FUNCTION/FM in your abap code.
    These function modules are from TH* family like TH_DISPLAY_USER_LIST and TH_USER_INFO. Now the coder can file out the results based on some 'Threshold', which are in spool generated - convert this into PDF(if you want). Now schedules this custom program in background for every 10 mins, and notification will come through it on email ID or any DL.
    How to send email from job - How to email output from Background Jobs
    Regards,
    Divyanshu

  • I'd like the MRU Tab history to be preserved across sessions.

    Most Recently Used (MRU) tab history used to be preserved across sessions, if my memory serves, so reopening a session was almost like you hadn't left it. Now with hundreds of tabs its hard to pick back up and proceed as if uninterrupted. The loss of MRU tab history is a tremendous reduction in usefulness.
    Is there any hope this will be restored?
    Is there anything to do to increase the chances of it being restored?
    Are there any extensions that will restore the MRU tab history form the pression session when a session is reopened?

    Current Firefox versions only store a maximum of 10 entries of tab back history as part of stored session data in the sessionstore.js file.
    So you lose tab back history beyond those ten entries when you use "Show my windows and tabs from last time" to restore open tabs on the next start.
    The default is 10 and a value of -1 will disable this maximum and allows to keep all back history entries.
    You can open the <b>about:config</b> page via the location/address bar.
    You can accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config
    See the description of pref(s) in this file (open via the location bar):
    * resource:///defaults/pref/firefox.js
    <pre><nowiki>// number of back button session history entries to restore (-1 = all of them)
    pref("browser.sessionstore.max_serialize_back", 10);
    // number of forward button session history entries to restore (-1 = all of them)
    pref("browser.sessionstore.max_serialize_forward", -1);</nowiki></pre>

  • Adobe AIR 3.7 - iOS run error

    Hi,
    I have set up a simple project to test the latest release of Adobe Air 3.7 which allow loading external swf with bytecode inside.
    The project use the krpano_as3_interface, load the main krpano.swf, and after a simple xml file.
    Building and running in iOs SImulator using my Flex IDe works fine, the panorama load.
    Building and trying runnig on an iOs Device connected with USB doesn't works.
    I get this error :
    Trying to connect to Player
    Player connected; session starting.
    [trace] krpano_load
    [trace] krpano_load_complete
    [Fault] exception, information=Error: Error #3747: Multiple application domains are not supported on this operating system.
    Following this blog article, http://blogs.adobe.com/airodynamics/2012…ir-apps-on-ios/, i correctly load krpano swf file. But it seems that adding krpano content on stage is not possible.
    Any idea ?
    [code]
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   applicationDPI="160"
                   applicationComplete="krpano_load()"
                   width="100%" height="100%" usePreloader="false"
            >
        <fx:Script>
                        <![CDATA[
            import mx.core.UIComponent;
            import mx.events.FlexEvent;
            import mx.core.FlexGlobals;
            import mx.events.ResizeEvent;
            import flash.system.Security;
            import krpano_as3_interface;
            public var krpano:krpano_as3_interface = null;
            public var area:Object;
            public var _krpano:*;
            public function krpano_load():void
                trace("krpano_load");
                var loaderContext:LoaderContext = new LoaderContext(false, ApplicationDomain.currentDomain, null);
                loaderContext.allowLoadBytesCodeExecution = true;
                loaderContext.allowCodeImport = true;
                var krpanoloader:Loader = new Loader();
                krpanoloader.contentLoaderInfo.addEventListener(Event.COMPLETE, krpano_load_complete);
                krpanoloader.load(new URLRequest("./krpano.swf"), loaderContext);
            public function krpano_load_complete(event:Event):void
                trace("krpano_load_complete");
                (event.target.content as Object).embeddedstartup(stage, krpano_ready);
                _krpano = (event.target.content as Object);
            public function krpano_ready(krpanointerface:krpano_as3_interface):void
                trace("krpano_ready");
                krpano = krpano_as3_interface.getInstance();
                krpano.call("showlog(true);");
                area = krpano.get("area");
                area.x      = 0;
                area.y      = 0;
                area.width  = stage.stageWidth;
                area.height = stage.stageHeight;
                krpano.call("loadpano(./krpano.xml,null,MERGE,BLEND(1));");
            ]]>
              </fx:Script>
    </s:Application>

    The error #3747: "Multiple application domains are not supported on this operating system." occurs when the Applicationdomain is not set to currentDomain. Can you please debug if the ApplicationDomain is getting set to currentDomain rather than the default one?
    Thanks,
    Nimisha

  • Can Adobe Reader iOS run javascript associated with a button?

    I set up a button that runs a javascript after it's been clicked.
    I've tested this on my Macbook and it works.
    But not on my iPhone though.
    Is it a glitch?
    Or does the current version of the Adobe Reader for iOS not support that function yet?

    The latest version of the iOS Mobile Reader does support the MouseUp and MouseDown events on a button.  However, the event may be attempting to execute javascript that is not yet supported by the Mobile Reader.  If you send a sample form exhibiting the issue to [email protected], I can take a look at your javascript and comment on whether or not it is supported and possibly provide a workaround.
    Hope this helps,
    Darrell

  • IOS running very slow

    I have been using Time Capsule to backup my computer.  It is so slow, that I backed up to an external drive and turned Time Capsule off.  Unfortunate, my IOS is still very slow.
    I read other posts and it was suggested that I run EtreCheck.  So...here it is.  I am hoping that these stats make sense to someone.  They are over my head.
    Thanks in advance.
    Ft Lauderdale
    EtreCheck version: 1.9.15 (52)
    Report generated September 1, 2014 at 9:30:15 PM EDT
    Hardware Information: ?
        iMac (21.5-inch, Mid 2011) (Verified)
        iMac - model: iMac12,1
        1 2.5 GHz Intel Core i5 CPU: 4 cores
        4 GB RAM
    Video Information: ?
        AMD Radeon HD 6750M - VRAM: 512 MB
            iMac 1920 x 1080
    System Software: ?
        OS X 10.9.4 (13E28) - Uptime: 5 days 23:7:23
    Disk Information: ?
        WDC WD5000AAKS-402AA0 disk0 : (500.11 GB)
        S.M.A.R.T. Status: Verified
            EFI (disk0s1) <not mounted>: 209.7 MB
            Twenty-Eleven HD (disk0s2) / [Startup]: 499.25 GB (60.45 GB free)
            Recovery HD (disk0s3) <not mounted>: 650 MB
        OPTIARC DVD RW AD-5690H 
    USB Information: ?
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. iPad
        HitachiGST G-Drive Mobile 500.11 GB
            S.M.A.R.T. Status: Verified
            EFI (disk1s1) <not mounted>: 209.7 MB
            2273 (disk1s2) /Volumes/2273: 499.76 GB (334.69 GB free)
        Apple Internal Memory Card Reader
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ?
        Apple Inc. thunderbolt_bus
    Gatekeeper: ?
        Mac App Store and identified developers
    Kernel Extensions: ?
        [not loaded]    com.aliph.driver.jstub (1.1.2) Support
        [not loaded]    com.microsoft.VirtualPC.Networking (7.0.0) Support
        [not loaded]    com.microsoft.VirtualPC.OSServices (7.0.0) Support
        [not loaded]    com.motorola-mobility.driver.MotMobileMS (1.0.0 - SDK 10.5) Support
        [not loaded]    com.motorola-mobility.driver.MotMobileMTP (1.2.2 - SDK 10.5) Support
        [not loaded]    com.motorola-mobility.driver.MotMobileUSB (1.2.2 - SDK 10.5) Support
        [not loaded]    com.motorola-mobility.driver.MotMobileUSBLAN (1.2.2 - SDK 10.5) Support
        [not loaded]    com.motorola-mobility.driver.MotMobileUSBLANMerge (1.2.2 - SDK 10.5) Support
        [not loaded]    com.motorola-mobility.driver.MotMobileUSBSwch (1.2.2 - SDK 10.5) Support
    Startup Items: ?
        HP IO: Path: /Library/StartupItems/HP IO
        HP Trap Monitor: Path: /Library/StartupItems/HP Trap Monitor
        Parallels: Path: /Library/StartupItems/Parallels
        VirtualPCOSServices: Path: /Library/StartupItems/VirtualPCOSServices
    Launch Daemons: ?
        [loaded]    com.adobe.fpsaud.plist Support
        [loaded]    com.adobe.SwitchBoard.plist Support
        [loaded]    com.microsoft.office.licensing.helper.plist Support
        [failed]    com.motorola-mobility.mmcfgd.plist Support
        [failed]    com.sec.faxdb.plist Support
        [loaded]    com.sonos.smbbump.plist Support
    Launch Agents: ?
        [not loaded]    com.adobe.AAM.Updater-1.0.plist Support
        [loaded]    com.adobe.CS4ServiceManager.plist Support
        [failed]    com.hp.devicemonitor.plist Support
        [loaded]    com.hp.messagecenter.launcher.plist Support
        [not loaded]    com.motorola.MDMUpdater.plist Support
        [not loaded]    com.motorola.motohelperUpdater.plist Support
        [running]    jp.co.canon.CUPSCMFP.BG.plist Support
        [running]    jp.co.canon.CUPSFAX.BG.plist Support
        [running]    jp.co.canon.ScanGearMF.appl.Canon-MF-Scan-Agent.plist Support
    User Launch Agents: ?
        [loaded]    com.adobe.AAM.Updater-1.0.plist Support
        [loaded]    com.adobe.ARM.[...].plist Support
        [loaded]    com.adobe.ARM.[...].plist Support
    User Login Items: ?
        GrowlMenu
        iTunesHelper
        AdobeResourceSynchronizer
        MotoCast 10.20.36 PM
        MotoCastUpdater
        Dropbox
        HP Scheduler
    Internet Plug-ins: ?
        Default Browser: Version: 537 - SDK 10.9
        Flip4Mac WMV Plugin: Version: 2.4.1.4 Support
        OfficeLiveBrowserPlugin: Version: 12.3.6 Support
        CouponPrinter-FireFox: Version: Version 1.0.11
        AdobePDFViewerNPAPI: Version: 11.0.07 - SDK 10.6 Support
        FlashPlayer-10.6: Version: 14.0.0.145 - SDK 10.6 Support
        Silverlight: Version: 5.1.30214.0 - SDK 10.6 Support
        Flash Player: Version: 14.0.0.145 - SDK 10.6 Outdated! Update
        QuickTime Plugin: Version: 7.7.3
        CitrixICAClientPlugIn: Version: 11.0.0 Support
        iPhotoPhotocast: Version: 7.0
        AdobePDFViewer: Version: 11.0.07 - SDK 10.6 Support
        SharePointBrowserPlugin: Version: 14.4.4 - SDK 10.6 Support
        JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    Audio Plug-ins: ?
        BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
        AirPlay: Version: 2.0 - SDK 10.9
        AppleAVBAudio: Version: 203.2 - SDK 10.9
        iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins: ?
        Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins ?
        Move_Media_Player: Version: npmnqmp 071503000004 Support
        fbplugin_1_0_3: Version: (null) Support
        WebEx: Version: 1.0 Support
    3rd Party Preference Panes: ?
        Citrix online plug-in  Support
        Flash Player  Support
        Flip4Mac WMV  Support
        Growl  Support
    Time Machine: ?
        Skip System Files: YES - System files not being backed up
        Mobile backups: OFF
        Auto backup: NO - Auto backup turned off
        Volumes being backed up:
            2273: Disk size: 465.44 GB Disk used: 153.74 GB
            Twenty-Eleven HD: Disk size: 464.96 GB Disk used: 408.66 GB
        Destinations:
            4Aces's Time Capsule [Network] (Last used)
            Total size: 0 B
            Total number of backups: (null)
            Size of backup disk: Too small
                Backup size 0 B < (Disk used 562.40 GB X 3)
        Time Machine details may not be accurate.
        All volumes being backed up may not be listed.
    Top Processes by CPU: ?
            20%    iTunes
             5%    usbmuxd
             1%    WindowServer
             0%    coreaudiod
             0%    Dropbox
    Top Processes by Memory: ?
        394 MB    iTunes
        340 MB    firefox
        115 MB    Mail
        82 MB    Finder
        53 MB    mds_stores
    Virtual Memory Information: ?
        432 MB    Free RAM
        982 MB    Active RAM
        666 MB    Inactive RAM
        824 MB    Wired RAM
        3.46 GB    Page-ins
        686 MB    Page-outs

    Please describe the problem in as much relevant detail as possible. The "etrecheck" fad hasn't made that step any less necessary. The better your description, the better the chance of a solution.
    For example, if the computer is slow, which specific actions are slow? Is it slow all the time, or only sometimes? When did it start to be slow? Did you change anything just before it started? Have you seen any alerts or error messages? Have you done anything to try to fix it? Most importantly, do you have a current backup of all data? If the answer to the last question is "no," back up now. Ask if you need guidance. Do nothing else until you have a backup.

  • [iOS][Running] Skipping a song on Nike+ Running should count as a thumb down

    I went on a run yesterday excited to see Nike+ is now integrated with Spotify Premium.  I chose an 8"30 pace and electronic music as my options...which started brilliantly with an upbeat electronic dance track I loved. However, before long (and perhaps as I slowed down??) the music seemed to be completely random from acoustic love songs to slow rhythm Reggae! I soon found myself doing 9"30m/miles! I'm pretty sure the purpose of giving the app your pace is so the music can keep you moving at that rate - rather than slowing down with you so can only assume the algorithm to select music is just a bit pants. If you choose electronic and 8"30 pace, you should get relatively uptempo electronic music. If it messes up, then pressing skip/next should tell the app you aren't enjoying that particular style just like the thumbs up/down on the desktop app.  However, changing a track whilst running isn't exactly ideal.    

    Updated: 2015-07-24Marked as new idea.

  • Listening History On Mobile Devices

    Can't seem to find History on my Android device, running 3.1.0.1117 any ideas?

    Well, Spotify did include your search history before in Android, then took it out without mentioning it six months ago and still hasn't confirmed if it's a bug or intentional. Totally frustrating. Comment/kudos these threads if you want to see something done: http://community.spotify.com/t5/Help-Android/Search-history-on-Andriod/td-p/575104/highlight/false
    http://community.spotify.com/t5/Spotify-Ideas/Bring-back-search-history-in-mobile/idi-p/643318

  • Run time error while running Session Bean sample

    Hi,
    I am new to EJB. When I try to run one sample session bean, I am getting following exeception.
    javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:657)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:255)
         at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:292)
         at javax.naming.InitialContext.lookup(InitialContext.java:359)
         at RunEJB.main(RunEJB.java:31)
    Exception in thread "main"
    This exception is thrown by client project. naming.jar file is already include in the class for Client project as well.
    I am testing this sample on WSAD.
    The code on the client is as follows.
              Context initial = new InitialContext();
              Context myEnv = (Context)initial.lookup("java:comp/env");
              Object objref = myEnv.lookup("ejb/MyTestBeanHome");
              MyTestBeanHome home =
                (MyTestBeanHome) PortableRemoteObject.narrow(objref, MyTestBeanHome.class);
              MyTestBean firstBean = home.create(); 
              firstBean.testMessage();
              firstBean.remove();

    Hi Vikas,
    The fact that this client is coded to use java:comp/env means it's a J2EE Application Client component. Application Clients are full-fledged J2EE components that run within an Application Client container. You'll need to consult the documentation for your J2EE implementation to see how to invoke its Application Client container.
    --ken                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Problem when running session bean

    Hi all,
    I am a new comer to jdeveloper11g and weblogic10.In these days i am trying to create session bean in jdeveloper. but i got this error when i am try to run the program using new sample client.
    mapped name=New-SessionEJB
    package=project1
    Remote interface=NewSession
    SessionBean=NewSessionBean
    javax.naming.NameNotFoundException: While trying to lookup 'New-SessionEJB#project1.NewSession' didn't find subcontext 'New-SessionEJB#project1'. Resolved '' [Root exception is javax.naming.NameNotFoundException: While trying to lookup 'New-SessionEJB#project1.NewSession' didn't find subcontext 'New-SessionEJB#project1'. Resolved '']; remaining name 'New-SessionEJB#project1/NewSession'
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
         at weblogic.jndi.internal.ServerNamingNode_1030_WLStub.lookup(Unknown Source)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:392)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:380)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at project1.NewSessionClient.main(NewSessionClient.java:16)
    Caused by: javax.naming.NameNotFoundException: While trying to lookup 'New-SessionEJB#project1.NewSession' didn't find subcontext 'New-SessionEJB#project1'. Resolved ''
         at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
         at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:247)
         at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
         at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
         at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Process exited with exit code 0.
    Here is my client program
    public class NewSessionClient {
    public static void main(String [] args) {
    try {
    final Context context = getInitialContext();
    NewSession newSession = (NewSession)context.lookup("New-SessionEJB#project1.NewSession");
    } catch (Exception ex) {
    ex.printStackTrace();
    private static Context getInitialContext() throws NamingException {
    Hashtable env = new Hashtable();
    // WebLogic Server 10.x connection details
    env.put( Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory" );
    env.put(Context.PROVIDER_URL, "t3://localhost:7101");
    return new InitialContext( env );
    If anybody know what the problem is please tell me.
    thanks.......
    (tcr)

    I ran into the EXACT same problem described by Tracy, and I assembled my .ear file manually.
    According the error message, it would appear that the server is looking for the EJB remote interface in the ../temp/__session_bean_rpc directory when it is trying to generate its session bean wrapper class. As Tracy notes, when the file Hello.class is copied into the directory, the problem goes away. Furthermore, once the wrapper class has been generated, Hello.class is no longer needed and can be deleted from the directory.
    Better still, I found a way to deploy the web services web module and make the error go away. I created the ejbws.war file with a copy of the remote interface Hello.class in the WEB-INF/classes directory. This makes the class available when the wrapper class is generated.
    The WebServicesAssembler tool doesn't copy the EJB remote interfaces into the .war web module, which would appear to be
    necessary.
    Hope this helps.

  • How to run session method with out having Authorization.

    Hi,
      A Session is generated in sm35 by other person. The Authorization is in his id. My Question is can i run the session. if yes , how to run with out authorization.

    If you want to process in foreground then you can run if you have authorization for SM35 and also for the transaction inside the session . Suppose the BDC session is for ME21 . If you have ME21 authorization you can run the session even if its created by other user .
    If you have no auth for ME21 then you cannot run the session in foreground but you can still run in background as in background the authorization of the user in authorization column ( user who created session ) will be checked for ME21 .
    Cheers .
    Sanjay

Maybe you are looking for

  • Planning to Upgrade from PI 7.0 to PI 7.1

    Hi All, Need your help . Planning to upgrade from PI 7.0 to PI 7.1. What are the pre-requisites for PI 7.1. earlier version PI 7.0 (SOA) and PI 7.1(Enterprise SOA), Architecutre point of view what's the major difference between PI 7.0 and PI7.1

  • Dimensions joining to fact are restricted incorrectly

    Hi all, We creating a prompt with a series of fields from two dimensions (geographical values and a month). they are all in the same prompt, with the geogrphical values restricted correspondingly. The month is defaulted to the previous month (i.e. Ju

  • SCSI Scanner on PowerMac G5 with Leopard

    Hi all, I have an old high-end SCSI scanner (AgfaScan XY-15) that I would like to use with my PowerMac G5 and OSX 10.5.8. In the past, I used a G4 MDD that could dual-boot OS 9 and OS X 10.3. The G4 had an Adapted card (29160 IIRC), the G5 an Atto (U

  • Hp compaq nc4010

    Hello all. I recently got a second hand nc4010 laptop and installed Ubuntu on it. Although all of the info online suggests that these laptops have integrated wifi, Ubuntu can't find a thing. There is no trace of wireless anywhere, lspci/dmesg etc say

  • Single Broken 'T' Key on Keyboard

    A few days ago I realized my T key was a little jiggly. I didn't pay much attention to it until this morning when the plastic silver key cap completely came off. After inspecting it, I realized that one of the two tiny little claw-looking clips on th