Do I have to synchronize when retrieve service detail one by one?

am retrieving some service list and which need the service number,so I have to get the service detail object one service by another. And every service use its own si requester. At first I use a synchronized object to ensure the result can not be misunderstood,but later I found it may have low effeciency,and so that every service has its own requestor ,I think maybe every result should be propery understood,because ther requester can find the "father" who invoke it. Am I right?
I still have such problem about event retrieving,can any one tell me the proper way about that??Thanks!
tainy

You can issue multiple requests asynchronously, provided that the event listener has enough information to tell which request it's processing. With the JavaTV SI API, this may not be very easy unless you use a separate listener for every request. The DVB SI API makes it a bit more straightforward because you can pass an application-specific parameter when making the request, and this can be used to tell which result corresponds to that request.
You will probably still need some synchronization, depending what you want to do with the data you have. For instance, you may want to wait until you have the results from all your requests before doing futher processing, but at least you can avoid making every request synchronized.
Steve.

Similar Messages

  • When i updated itunes I lost all my music, I was able to retrieve it from my previous version, but now a artists have all of their songs list under one unknown cd.  How can I seperate these cds with the correct songs included?

    When I updated itunes I lost all of my music, I was able to retrieve it from a previous itunes library, but now some artists have all of their songs listed under one "unknown album."  Is there a way to separate these songs back into the correct albums?  Also, is there a way to make songs that have a featured guest just show up with the rest of the album instead of making a whole new spot for it?  Thanks!

    " When I did this, my library showed all the music I have "purchased" from itunes but did not have the music that I downloaded a long time ago through itunes from my old CDs."
    Correct.
    " How can I get that music to show up in my library now on my new computer?  "
    Copy it from your old computer or your backup copy of your old computer.
    The sync is one way - computer to ipod.

  • I have a problem when running my own EJB as a TUXEDO service using WTC.

    Hello,
    I have a problem when running my own EJB as a TUXEDO service using WTC. I am using TUXEDO 8.1 and WL 9.1.
    When I am trying to run my own EJB as a TUXEDO service error appears.
    TPENOENT(6):0:0:TPED_MINVAL(0):QMNONE(0):0:Could not find service TOUPPER
    at weblogic.wtc.gwt.WTCService.getImport(WTCService.java:4988)
    at weblogic.wtc.gwt.TuxedoConnection.getImport(TuxedoConnection.java:303)
    at weblogic.wtc.gwt.TuxedoConnection.tpcall(TuxedoConnection.java:1302)
    at examples.MyTestSessionBean.Toupper(MyTestSessionBean.java:102)
    at examples.TestSessionBean_knby6k_EOImpl.Toupper(TestSessionBean_knby6k_EOImpl.java:61)
    at net.roseindia.web.servlets.SessionTestServlet.doGet(SessionTestServlet.java:69)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:165)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3153)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1973)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1880)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1310)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    e8
    10
    java.rmi.RemoteException: EJB Exception: ; nested exception is:
    java.lang.NullPointerException
    at weblogic.ejb.container.internal.EJBRuntimeUtils.throwRemoteException(EJBRuntimeUtils.java:95)
    at weblogic.ejb.container.internal.BaseEJBObject.handleSystemException(BaseEJBObject.java:713)
    at weblogic.ejb.container.internal.BaseEJBObject.handleSystemException(BaseEJBObject.java:681)
    at weblogic.ejb.container.internal.BaseEJBObject.postInvoke1(BaseEJBObject.java:447)
    at weblogic.ejb.container.internal.StatelessEJBObject.postInvoke1(StatelessEJBObject.java:72)
    at weblogic.ejb.container.internal.BaseEJBObject.postInvokeTxRetry(BaseEJBObject.java:374)
    at examples.TestSessionBean_knby6k_EOImpl.Toupper(TestSessionBean_knby6k_EOImpl.java:75)
    at net.roseindia.web.servlets.SessionTestServlet.doGet(SessionTestServlet.java:69)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:165)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3153)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1973)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1880)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1310)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    Caused by: java.lang.NullPointerException
    at examples.MyTestSessionBean.Toupper(MyTestSessionBean.java:130)
    at examples.TestSessionBean_knby6k_EOImpl.Toupper(TestSessionBean_knby6k_EOImpl.java:61)
    ... 15 more
    Any clue on this.
    With Regards,
    MVS

    If you are trying to create a Tuxedo service in Java using WTC you need to develop an EJB that implements the TuxedoService interface and register its home in JNDI so WTC can look it up. Once that is done you can then export the service to a remote domain in the WTC configuration.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • For the last 2days I have had the words " No Service" in the top left hand corner of my iPad? This causes intermittent  problems when logging into some  websites and Downloading some emails? I currently run a wifi network of 1 iPad and 1 desktop compuHelp

    For the last 2days I have had the words " No Service" in the top left hand corner of my iPad? This causes intermittent  problems when logging into some  websites and Downloading some emails? I currently run a wifi network of 1 iPad and 1 desktop computer. The wifi unit is  a iinet BOB 2 unit. The other computer works completely fine. The only problem is with this apple iPad? I have rebooted iPad and rebooted BOB 2 wifi unit but this has made on difference to the problem?
    Can anyone suggest any HELP
    Thank You

    For the last 2days I have had the words " No Service" in the top left hand corner of my iPad? This causes intermittent  problems when logging into some  websites and Downloading some emails? I currently run a wifi network of 1 iPad and 1 desktop computer. The wifi unit is  a iinet BOB 2 unit. The other computer works completely fine. The only problem is with this apple iPad? I have rebooted iPad and rebooted BOB 2 wifi unit but this has made on difference to the problem?
    Can anyone suggest any HELP
    Thank You

  • Recently when I connect my iphone 4 to my Mac for normal synchronising i found after a few minutes all my purchased apps were deleted and gone ? I have no problem to retrieve them back but that is exhausting and I am feeling sick ? what is the problem ?

    Recently when I connect my iphone 4 to my Mac for normal synchronising i found after a few minutes all my purchased apps were deleted and gone ? I have no problem to retrieve them back but that is exhausting and I am feeling sick ? what is the problem ? please help me and thank you

    Make sure Sync Apps is checked on the Apps tab of your iTunes sync settings and that all the apps are checked that you want on your phone.  Also be sure that your computer is authorized for all Apple IDs used to purchase your apps (and other media) in Store>Authorize this Computer.

  • We bought a new prepaid phone on 10/5/14 at a Verizon store had an existing phone number transfered and the phone can not be activate. When will the system be updated? We have lost 2 days of service.

    We bought a new prepaid phone on 10/5/14 at a Verizon store.  Had an existing phone number transfered and the phone can not be activatde. When will the system be updated? We have lost 2 days of service and now cannot use the original phone due to moving service to Verizon.

    The exact same thing has happened to me! The customer service reps keep saying there is nothing they can do until their system upgrades are complete and they can't tell me when that will be! I need my phone number back!!! Somebody please help with this issue!

  • I have paid for the annual service and and unable to use it? I have proof of payment and a welcoming email, however when I log in it say's I have the "free" option???

    I have paid for the annual service and and unable to use it? I have proof of payment and a welcoming email, however when I log in it say's I have the "free" option???

    Thank you for purchasing a subscription for Adobe PDF Pack.
    Unlimited online conversions to Adobe PDF.
    The ability to combine multiple source files into a single merged PDF.
    Unlimited conversions from PDF files to editable Word (DOCX) or Excel (XLSX) documents.
    Anytime, anywhere access to your converted PDF files through a web browser.
    The link in the email takes me to: https://cloud.acrobat.com/?trackingid=ISNAI

  • Error '9' when calling service 'SO_OBJECT_SEND'

    We are implementing travel module. The scenario is when the employee raises a travel request, after approving the mail should be sent back to the employee. This feature is provided by the standard.
    However in the SEND_MAIL step the WORKFLOW Container variable 'Employee.Trip.User.Id' is not set owing to which the mail step gives out error.
    Can anyone please guide us on the probable cause of the error ?? Where does the object TRIP gets the value 'TRIP.USER.ID' ??
    Is it any setting issue ??
    Please guide..

    Hi
    Run report HRALXSYNC  and you will solve this.
    We have faced this issue many times and the solution we have applied is
    1. This issue occurs on a step that is dialog where some agent needs to either approver or reject.
    2. You should check the rule (Agent determination rule in that step).
    Run that rule with the workflow data (use scenario with which you are getting error).
    Run the rule individually and check if you are getting right result.
    this error most of the time id due to the fact that the rule is not be able to determine next processor of the workitem.
    Error 9 when calling service SO_OBJECT_SEND SWF_RUN535
    to assure you can hardcode the user for test in the rule and run the workflow as that is the most effective analysis that will help you determine the cause.
    I have never seen this error on a background step unless there is a mail step involved.
    You need to run the report HRALXSYNC to synchronize HR objects which will surely solve this issue.
    regards
    barin

  • HT204053 What are the pros and cons of 1) choosing to use the SAME Apple ID for iCloud services on one side, and purchases on the iTunes Store, App Store, and iBookstore, on the other side; or 2) to have and use two separate Apple Ids for these "two sides

    All is in the title, so I repeat it below with a better identation.
    What are the pros and cons of
    1) choosing to use the SAME
                                                  Apple ID for iCloud services on one side, and
                                                  purchases on the iTunes Store, App Store, and iBookstore, on the other side; or
    2) to have and use two separate Apple Ids for these "two sides"?
    P.S.
    I have loads and loads of free podcasts in iTunes in my iMac, that are certainly more thant the 5 gigas the iCloud provides for free, so I don't want those to go to the cloud. But this is perhaps a different question...
    Also need to mention that I have itunes on a mac, a pc and an iphone.
    Sorry to look so silly with this question, but I don't get the "big picture".

    You need to create a user account for your wife (or yourself depending on who has the current user account). When syncing, each of you should sign in as a separate user, login to iTunes and then sync. I had this problem when my sister got an iPhone. When we did her initial sync, everything on my iPhone showed up on hers. Apple gave me this solution.

  • I have a business and I use iCal for all my appointments, how can I print receipts from my MacBook to a receipt printer? I want my clients to have a receipt of the services that they have paid for, can anyone HELP ME PLEASE?

    I have a business and I use iCal for all my appointments, how can I print receipts from my MacBook to a receipt printer?
    I want my clients to have a receipt of the services that they have paid for, can anyone HELP ME PLEASE?

    Well...I went to the modem (Westell, WireSpeed), found the NAT settings, once again, I'm WAY over my head, I am assuming this is a TCP connection (as opposed to a UDP) and per Lorex my mobile devices will use port 1025.  So I gave it a "global port range" of 1-10 and I indicated that the "base host port" was 80, 1025, & 9000 (ports 1,2,3).  When I selected the 'enable' it asked for a "host devise" my choices are my IPhone, IMac and the IP address for the dvr, so I choose the dvr.  I still cannot connect and canyouseeme still can NOT find these open ports.  This is taking up my whole day! I don't know how people figure this stuff out.

  • Intermittent errors when  retrieving through smart view (11.1.2.5.210) in Oracle 11.1.2.3.500

    We are getting the below errors when retrieving from huge smart view sheets for couple of our applications. We have increased the time out settings from the local registry, server registry, mod_wl_ohs file, Web logic console, http.conf, Essbase.properties. Also, increased the JVM from opmn.xml & setCustomParamsAnalyticProviderServices.bat. However we still face the error.
    Note: this is an intermittent error and does not happen all the time.
    Cannot connect to the provider. Make sure it is running in the specified host/port. Error(12152).
    Cannot connect to the provider. Make sure it is running in the specified host/port. Error(12031).
    Also, we are facing  retrieval performance issues after we upgraded to 11.1.2.3.500 after we migrated from 11.1.1.3.500. Has anyone faced this issue? if so, any suggestions in improving the retrieval performance (especially with MDX member formulas in ASO applications)  in 11.1.2.3.500 version?
    Smart view version: 11.1.2.5.210

    Is there a load balancer being used?
    Does the issue common on both Shared and Private connection?
    Smartview client
         A)    add a essbase.cfg  to the client machine in smartview\bin
                 the file will have 3 entries
                NETDELAY 2000
                NETRETRYCOUNT 2000
                NETTCPCONNECTRETRYCOUNT  200
    You can give it a try on a single client machine and check is the result is improved.

  • Failover Cluster in SQL 2012 in not auto switch when stop service SQL

    Good Morning to all,
    I'm Mr.Tuyen from VietNam. I have a big problem with AlwaysOn High Availabity in SQL 2012.
    I setup 3 server and join Availabilty Group. Ex: Server A (Primary), Server B (Secondary), Cluster Qourum is only node. I have test:
    1. Stop service SQL server A, immediately server B is Primary
    Start servicel SQL server A, Server A is secondary
    2. Stop service SQL server B, server is not Primary and "status is Resloving" and role cluster failed with error as belows
    [i]Clustered role 'XXX' has exceeded its failover threshold. It has exhausted the configured number of failover attempts within the failover period of time allotted to it and will be left in a failed state. No additional attempts will be made to bring the role
    online or fail it over to another node in the cluster. Please check the events associated with the failure. After the issues causing the failure are resolved the role can be brought online manually or the cluster may attempt to bring it online again after
    the restart delay period.[/i]
    or 
    The Cluster service failed to bring clustered role 'XXX' completely online or offline. One or more resources may be in a failed state. This may impact the availability of the clustered role.
    Do you have same error?

    http://blogs.msdn.com/b/sqlserverfaq/archive/2012/03/15/inf-alwayson-the-secondary-database-doesn-t-come-automatically-when-the-primary-instance-of-sql-server-goes-down.aspx
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • Solution Manager 4.0/When accessing services as ex. showing graphic in Proj

    Hi,
    We have just upgraded from Solution Manager 3.1 to 4.0. When accessing services as ex. showing graphic in Projects, tab graphics shows: " Service cannot be reached.
    What has happened?
    URL http://dnismpa.danisco.com:1080/sap/bc/solman/defaultUser/graphic/solmangraphic.htm call was terminated because the corresponding service is not available.".
    Services activated as told in IMG/Activate Solution Manager Services. Service user created as in IMG/Create Service User for HTTP access. Alias created as in IMG/Create Alias for Business Server Pages and Create Alias for Document Manager Service.
    Please, can anybody advise on this issue. Thanks in advance.
    Med venlig hilsen / Best regards
    Hanne Münther
    Danisco IT/SAP-Basis
    Danisco A/S

    Hello,
    Same problem here. Did you find a solution to your problem ?
    Regards.

  • HT3576 how to assigne a unique sound to a single incoming e mail address and have it aleart when in lock screen 4s Iphone 6.13

    how to assign a unique sound to a single incoming e mail address and have it alert when in lock screen on 4s Iphone 6.1.3
    I receive emergency requests for service thru e mails. my old BB let you assign separate sounds for incoming e mail addresses. can I duplicate that with Iphone or MUST I be woken with each and every incoming e mail?

    I have email messages alert sounds turned off except for VIP addresses (of which I have only one). That means I only get alerted for that one address.
    To add a Contacts entry to VIP senders in iPhone Mail:
    Open your list of mailboxes in iPhone Mail.
    Tap the > button next to VIP.
    Select Add VIP… at the list's end.
    Tap the desired entry from your contacts.
    Then, in Notifications>Mail, turn off the souds for your email account but enable them for VIP.
    Note that all VIP emails will have the same tone. It's more like the Priority feature on a BB than custom text tones.
    Best of luck.

  • SRT Framework exception: ICF: Error when creating service node. [rc:wrong_icf_name] No special characters allowed in name

    Hi,
    I have created a web service in SAP ECC from a RFC.
    While configuring the web service in SOA management to publish it, getting error SRT Framework exception: ICF: Error when creating service node. [rc:wrong_icf_name] No special characters allowed in name
    How to resolve the same.
    Thanks
    Tanmay

    Hello Tanmay,
    Are you including quotes (') in the name, I assume not?
    Regards,
    Siddhesh

Maybe you are looking for

  • Columns for XML gallery

    Hi! I'm nearly there but I can't get this scipt to work!! Its a basic gallery I'm building that imports images via xml with thumnails. Problem is I started trying to make columns and it wont work! I'm nearly there though I can smell it! The Column bi

  • HOW TO PACK THE MATERIAL

    my problem is, i had created one packing material handling unit and i have maintain warehouse management. i had created sales order VA01, outbount delivery VLO1N and transfer orderLT03. After TOD(Transfer Order)  i had been going to VL02N in outbound

  • Last Backup late never changes

    I have installed Oracle 10g on a Linux server. I let the install create a database and set it up for automatic backup. The Oracle Enterprise Manager, Database Home page shows a backup was taken a number of day ago and has a green check mark next to i

  • Does anyone know what happened to this Setting?

    Setting>Spaces>Medium Spaces>Indoor Spaces>1.9s Jazz Club.  I've used it on other songs of mine, but now it's gone (along with a bunch of other settings.) Thanks!

  • Always open files in code view (with option to switch back to design/split)

    I almost never use design view and it's very annoying that Dreamwaver CS4 can't seem to understand and remember that. I can be editing a file one day in code view, and when I open the file again the next day it opens in design view!? Is there a setti