Kodo Availability Questions

Hi,
I hsave been able to get only limited information fronm Pre-sales on the following so I thought I would ask here. Or can you refer me to another contact for a potential new customer? Email to [email protected] bounces.
I have the information that the Enterprise,
Professional, and Basic editions of Kodo cost respectively:
Purchase: $5000/ $1850/ $1100 per developer
Support: 21%/$750/$650 per year per developer
(1) Does the JPA compoment run on WebSphere 6.1 on Windows (which is Java 5)? I cannot find instructions foe installing it on WAS in the doxumentation. Installing JDO is described but not installing JPA.
(2) I assume that there is no runtime charge per CPU, just a
per-developer charge??
(2) The following press release
http://www.bea.com/framework.jsp?CNT=pr01721.htm&FP=/content/news_events/press_releases/2006
says:
"Additionally, when Apache releases the 1.0 version of OpenJPA, BEA will
extend its 24x7 local language production support to cover it, providing
a “one-stop support shop” for IT operations managing heterogeneous
open-source and Java EE environments."
and another earlier new article says that the cost of OpenJPA support
alone would be about $1050 per developer per year.
Is there an estimated availability date for
OpenJPA support alone, and am I correct that there is no purchase cost in that case,
just the support charge?
Thanks!
Don Brady
[email protected]

Can anyone shed some light on how we get statement caching working whilst using JNDI to specify the db connection details? Is this possible???
Any info/help would be very much appreciated as statement caching is something we would now like to enable.
Many thanks,
Nick

Similar Messages

  • Newbie Oracle Enterprise Manager 11g feature availability question

    Newbie question here. I am new to Oracle 11g and new to this forum. I ran a search on this question and came up empty so hopefully there is a kind and knowlegable soul wo can help.
    I recall in earlier versions of Oracle Enterprise Manager for earlier versions of Oracle there was something called Oracle Enteprise Manager Reporting accessible from the OEM web.
    One of its key features was the ability to make custom "Additional Reports". In our current environment this is installed and works great. I don't know if it was an add on to OEM, or if it was built in. It was built a long time ago and I wasn't arround for that build. All I know is it works and it suits our needs.
    Well we are now trying to build a new Oracle dev box to replace the current dev environment. We would prefer to not lose any existing functionality we have... and if possible not have to reinvent the wheel. The new box has Oracle 11g.
    **Here comes the dumb newbie questions. **
    Does Oracle 11g Enterprise Manager support 9i-style Enterprise Manager Reporting and Custom Reports?
    Is it called that in 11g or has it been renamed to something else?
    Is it it a simple matter of configuration or is it an add on that needs to be installed?
    Any help would be most appreciated.
    Thanks,
    Wayward Oracle Newbie looking for an Oracle Home

    Oracle 11g does not support 9i-style custom reports. There is a new reporting framework - Information Publisher available in Grid Control 10+ versions. The new reporting framework does support custom reports as well. Click on the Reports tab to access the functionality.
    Regards,
    Leslie

  • KODO DataSource questions

    Our setup:
    Tomcat 5.5, KODO 3.4.1, single transaction per request on the application (application is sessionless).
    Observations:
    1. When we specify javax.jdo.option.ConnectionURL, javax.jdo.option.ConnectionUserName, javax.jdo.option.ConnectionPassword in the properties file, it uses the KODO DataSource specifically com.solarmetric.jdbc.PoolingDataSource.
    2. If we want to use JNDI, we specify javax.jdo.option.ConnectionFactoryName=java:comp/env/jdbc/MyDB in the properties file and then in our tomcat server.xml context we add something like the following:
       <Resource
       name="jdbc/MyDB"
       auth="Container"
       type="javax.sql.DataSource"
       driverClassName="oracle.jdbc.driver.OracleDriver"
       url="jdbc:oracle:thin:@_host_:_port_:_SID_"
       username="_username_"
       password="_password_"
       maxActive="10"
       maxIdle="5"
       maxWait="-1"/> 3. When specifying with JNDI in tomcat, it appears to use the tomcat DataSource (org.apache.tomcat.dbcp.dbcp.BasicDataSource).
    4. Using the tomcat BasicDataSource means that we get no prepared statement caching - this is a documented issue with using third party DataSources.
    5. Using the tomcat BasicDataSource also seems to do a database rollback after every persistence manager 'close', which in our setup equates to each request.
    Questions:
    1. How do we force KODO to use it's own DataSource when using JNDI in tomcat?
    2. How would we force KODO to use a different DataSource in the properties file (like the tomcat BasicDataSource)?
    3. Is there any way to stop the database rollback after each persistenceManager close when using the tomcat BasicDataSource?
    4. Is it recommended to use the KODO DataSource? Are there any reasons to not use it?
    5. What are the main differences between the KODO DataSource and the tomcat BasicDataSource?
    Many thanks in advance.
    Nick

    Can anyone shed some light on how we get statement caching working whilst using JNDI to specify the db connection details? Is this possible???
    Any info/help would be very much appreciated as statement caching is something we would now like to enable.
    Many thanks,
    Nick

  • Timesten high availability question

    I have a case presented here and wanted to know if it is actually possible to implement.
    Let us consider four nodes with timesten (11.2) installed in all of them. A datastore with the same name is created on each of the four servers. Two of these servers are in location A and the other two in location B. Servers in location A have replication defined between them and similarly servers in B have replication defined between them. But note that there is no replication defined between any server in location A with any server in location B.
    The basic idea of this entire setup is to maintain high availability of timesten at any point of time (in case of natural disasters, etc..) irrespective of the location of the servers
    Now, we have oracle software installed in four other systems. Two of these servers are in location A and the other two are in location B. Note that they are not installed on the same box as Timesten.
    Scenario 1:
    Question: Timesten in location A goes down, how is the high availability taken care of?
    Answer: Timesten in the other server in location A should come up and because of the replication process, this will solve the problem.
    Is this correct? I think it is.
    Scenario 2:
    Question: Timesten installed on both the nodes at location A go down, how is high availability taken care of?
    Answer: ?
    Please remember from above that timesten does not have a replication policy defined between any server in location A with any server in location B. The requirement says that we should be able to recover all the latest data that the nodes at location A had, by pulling it from oracle DB at location A and putting it into TT server in location B. I would like to know if it is possible to do this?

    Hello,
    Your approach is correct in designing a Disaster Recovery architecture for TimesTen and Oracle Database. TimesTen supports an Active-Standby pair topology that works well with integrating with the Oracle database within a particular site. However, like for any geographical based replication, it is recommended to configure replication across the WAN using the Oracle Database GoldenGate or Streams technologies in ASYNC mode for better throughput and efficiency. It is also recommended to compress replication traffic across the WAN between the Oracle databases.
    So while using the Oracle Database to replicate transactions across the WAN is the right thing to do (using Streams Replication or GoldenGate between the two Oracle databases (assuming using an Oracle RAC 2-node cluster in each site), you will not be able to guarantee that any transactions in site A has made it to site B. GoldenGate and Streams technologies have the ability to replicate the data bi-directionally. What this means is that when site A recovers, transactions that had been trapped there (either between TimesTen and the Oracle DB or in the Oracle DB transaction logs), will attempt to replicate again to site B, so it is important to set up a conflict detection/resolution approach which is possible to do in either GoldenGate or Streams.
    Note that Oracle Data Guard replication is not supported with TimesTen in such a configuration across the WAN where TimesTen datastores need to be maintained in both sites.
    To fully answer the question, however, we should get into the details of the type of cache group tables that you intend to use in TimesTen. If using TimesTen as just a read-only cache while all inserts/updates happen in the Oracle database, then OracleDB would be regarded as the database of record and it would be used to handles all changes while data changes get auto-refreshed from teh Oracle databases in each site into the respective TimesTen tables.
    If the application will be looking to take advantage of fast writes into TimesTen using AWT (async writethrough cache group tables), then it is recommended to configure those tables to be DYNAMIC AWT tables so that if a failover to site B takes place and the data is not in TimesTen (but it is in the Oracle Database), it will be automatically loaded on demand as needed from the Oracle database in site B. Note however that there are restrictions that exist with DYNAMIC load on demand cache groups that you need to look into to find out whether those would work in your application's case (particularly, load on demand works only if the where clause includes an equality predicate on the primary keys, foreigh keys, or unique indexes, etc...)
    To fully answer your question on non data loss across geographies, you'd have to use Synchronous replication between TimesTen and Oracle using Synchronous Writethrough Cache Groups and SYNC replication in Streams for example between the two geographies. Neither of those configurations are used to my knowledge in the field because they are very non optimal and carry huge response time expense, which slows down replication considerably and affects application response times.
    My assumption also is that the need for the Oracle database is because all data does not fit into memory. If the data does fit into memory, then you could also consider a pure timesten replication across the two sites using an active-standby pair on site A and a read-only subscriber on site B that would be made ACTIVE only in the case of a disaster on site A. Once site B takes over, you can also create an active-standby pair in site B based on the newly elected ACTIVE datastore in that site. In all these cases, it is recommended to use SYNC 2-SAFE replication between TimesTen datastores in the same site and ASYNC replication between the two sites.

  • Solaris 10 Update 5 availability question

    Did I miss the release of Update 5? I see it mentioned in docs.sun.com, but not in downloads.
    Or does anyone have availability date for it? It seems overdue timewise.

    Thanks Darren,
    You are most helpful as always.
    P.S.Are you still at Taos? I was in NY's office ca 99'-01'
    Slava

  • Cisco Prime Infrastructure 2.1 High availability Question

    Hello All,
    I am configuring high availability for two prime infrastructure 2.1 servers. I have configured manual HA between the servers. I need to know what will be the configuration in the devices ( switches,routers etc.) for proper working of the HA. For example
    Should we need to configure both the prime infra servers as snmp hosts in the devices??. If we have to when an event happens the switch well unnecessarily send the traps to the secondary even when the primary is alive??. 
    If anyone has a copy of the configuration of such a set up please share it with me. 
    Thanks and Regards
    Shabeeb

    Hi Shabeeb,
    You are correct on that part that unnecessarily devices will  try to send traps to the secondary server if you specify that in the device's config. I don't think it should be a concern , this is expected.
    otherwise you need to configure them later once the PI server fail over to secondary .
    If you have any other doubt ,kindly ask.
    Thanks-
    Afroz
    ***Ratings Encourages Contributors ***

  • Adobe Support Availability Questions and Feedback

    I am currently having an issue with Adobe Shape not saving/syncing to my CC Library, on a Saturday evening here in the U.S.A. I decided to contact Adobe Support. After navigating to this page:
    I clicked on chat as was recommended. I tried to be more specific about Adobe Shape, but when I clicked on choose a different product, it just looped me back to the start. (At the start, though many other mobile apps were available to select, neither Adobe Shape, nor Shape, was available.)
    After waiting for almost an hour in queue, I was informed that I was chatting with the installation dept, and should try chatting again during business hours, as chatting about troubleshooting a specific issue or product is not available during non-business hours.
    If this is indeed the case, then why was Chat recommended to me after I selected troubleshooting? Why is there no mention of this on any of your support pages? Displaying this fact somewhere in your Support pages might greatly shorten your weekend and night queues greatly.
    I'm also wondering, is this is a policy change? I do seem to vaguely recall getting support through chat for specific issues during off hours in the past.

    neat. here is the Adobe SendNow app I've never heard about.
    I'd sure as hell rather be using this than yousendit! I've been paying them 50 bucks a month and don't enjoy the service at all.
    this would be another good thing to have tied into our cloud homepages. you could see your file upload, confirm they got it. blah blah.
    https://www.acrobat.com/sendnow/en/home.html
    I think I'm closer to finding the basecamp thing.... maybe its called echosign... no.. workspaces? yes.
    Adobe workspaces is the BaseCamp of Adobe that I was looking for.
    https://workspaces.acrobat.com

  • FTTC Help - Cabinet / Availability Question

    Hi Guys,
    I'm not sure if anyone will be able to assist with this as everyone I have spoken to at BT seem to be stumped, however, I am due to speak to someone "technical" tomorrow to see if they have any ideas. Saying this, my current responses don't seem to be getting me anywhere as no one seems to have a clue!
    So I thought I would turn to here as I can see several technical questions, but not seem to be the same as below. 
    I ordered Infinity based on the postcode to where I was moving on the 7th January, as of the 24th January they enabled the phoneline, this was fine, then suddenly didn't seem to work or be possible for any sort of broadband capability. This went on for about a week and then again it was "fine", I was then rang last week (4 weeks after placing my order) and told that BT cannot provide Infinity due to the line not being enabled to do so. This was due to their computer telling them I can't have it, no other reason, as you can imagine, this isn't really what I signed up for and was somewhat annoyed by this "customer service". I have done my own research which i've placed below and no one can say to why the below won't allow me to have the fibre service. Saying that, I've not spoken to anyone techincal yet as I only seem to be able to speak to sales teams / "the offline team".
    My postcode is LS28 6PN. The area is enabled for FTTC, including the cabinet that I am connected to (Cabinet 7 - Pudsey). The cabinet is outside the address where I live, I can see it whilst I type this email.
    The phone number that I have been given also connects to Cabinet 7, Pudsey, however, does not allow me to obtain FTTC.
    Upon moving in, I did many checks including that one properties around the area within 50 meters of where I live, all of which can get Fibre by checking on the BT Wholesale site. (Some are small shops and have phone numbers which state they too connect to Cabinet 7, but are able to get FTTC. 
    Below is the checks I can do using the post code and exact house number:
    Below is using the phone number I have been given last week by BT:
    Below is using a phone number of the property opposite my house, the cabinet (7) is on my side of the road, closer to me than it is to them:
    I've done this on a few properties around where I live and they are all showing the same information, just where we are they won't allow it via the phone number I have been allocated.  
    Upon speaking to my friend, who was an Openreach engineer he suggested I ask that the routing information is checked. Does anyone have any ideas on this?
    As mentioned all of the information given states I should be able to receive the fibre service, the below states 100% and I am about 900 metres from the exchange upon checks. The only thing that doesn't seem to work is the phone number I have given by BT upon signing up for the service over 5 weeks ago.
    Thanks in advance for any assistance you guys can provide, I'm not sure if anyone will have any ideas but if you do please let me know as I don't seem to be getting anywhere with BT. 
    Apologies for anything I may have missed as this is my first post... Please let me know if you think you can help and if you need any further information from me.
    Cheers,
    Ben 

    Hi benjolly,
    Welcome and thanks for posting!
    It does look like this involves an update from our end.  I'm happy to give you a hand to get this sorted.  Click on my username and under the section "about me" you'll see the link to get in touch with us.
    Please include the link to this thread when you complete the form and whenever we've received your details we'll take it from there.
    Thanks a million,
    Robbie
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Yet another "font not available" question

    Hello,
    First, I'm using FM 8.1.3 on Windows (XP). So I don't have the Font Pod or any of that other FM 10 good stuff.
    I'm trying to open a chapter in a book that contains both English and Simplified Chinese text. The error I keep getting says that "MS Mincho" is not available, and a Kazuka Gothic font is being substituted. I click OK and the file opens. I save and close the file. Then I try to open it again and the error is still there. All of the chapters in the book have the same problem.
    I saved one of the chapters as a .mif and opened that as a text file. I searched for "Mincho", and it wasn't there. I searched for "FFamily" in the file and didn't find anything similar to Mincho in any of the references. There were many entries but no unfamiliar fonts being referenced.
    I also tried the trick of opening all the files, accepting the substitution for each, and then trying to update the book. That doesn't seem to work. The update is finished much too quickly. Something flashes by really quickly in the status bar of the book file - I thought I saw titles of a couple of the chapters (different title each time I ran the update), but (1) the book file does not have a new time stamp, even if I do something that should trigger a change to the book file, eg, change the order of a couple of chapters in the book file, and (2) there's no error message. I don't think it actually did an update. (When I try to update the book with all the chapter files closed, I'm still getting the "could not open file because of missing font" errors.)
    Are there any other things I might try?
    Thanks,
    Joyce

    Joyce,
    You have your preferences set to Remember missing fonts. When you open a file with missing fonts, FrameMaker warns you; but when you click OK, it opens the file with the substituted font just to display the document. FrameMaker does NOT substitute the font permanently, just for the current display. If you make a change and save the file, you are saving any content changes but not the font substitution.
    If you are happy with the substituted font, you can open the preferences and uncheck Remember missing fonts. Then when you open the file, FrameMaker's response is as before; however, when you save the file, the font substitution is saved in the file.
    You can then turn Remember missing fonts back on, if you want. The purpose of this feature is to allow you or others to edit the document without actually having the font on your system but retain the font information in the file.
    Van

  • HT1338 OSX Updates Available Question

    Why does the "OSX Updates Available" come up and when I go to the App Store it says "No Updates Available"?
    Thanks,
    Jeff

    This helped me:
    Open App Store app
    Go to Updates page
    Choose Reload Page from Store menu
    The app took a thourough look at the updates and finally found some

  • InputStream available() question

    Crosspost
    Is it unusual for an input stream to say that there are X bytes available but when calling
      int foo = in.read(myArray, intstart, myArray.length);to read less than the available?
    foo = X - something?
    Thanks

    Thank you for the response. This is exactly what I'm
    seeing though. I find it puzzling.
    byte[] buffer = new byte[512];
    int MAX = in.available();  // This is returning 972
    bytes
    if(MAX > buffer.length) MAX = buffer.length;
    intTotal = in.read(buffer, 0, MAX);  // intTotal =
    155 ???Should I be looking elsewhere for the issue. The
    stream is from a data socket.can u try this
    int MIN = in.available();
    buffer = new byte[MIN];
    intTotal = in.read(buffer, 0, MIN);

  • WLan availability question

    Hi all,
    I'm new to all this stuff and will probably sound a bit thick asking this, but here we go.
    I've ordered a Toshiba laptop via a catalogue (couldn't afford to pay down for one) and I'm a bit confused by the term "Wifi".
    "WiFi 802.11b/g" is in the description, but does that automatically mean that I can connect to the internet via a router with no cables (apart from the initial setup) or will I need something else to do this?
    The reason I ask is that the description on some other Toshiba laptops actually goes as far as to say "wireless enabled".
    I phoned the catalogue for a model number, but they couldn't give me one.
    I'd greatly appreciate any help on this,
    Thanks.
    Message was edited by: mrshovelhands
    I don't know if this helps, but I just bought a Netgear Super G wireless modem router.

    Hi
    I assume the notebook has an installed minPCI 802.11b/g WLan card and you will be able to connect this unit to a WLan router.
    Some Toshiba notebooks are delivered without a WLan card but there is a possibility for an upgrade. In such case the notebook is WLAN ready.
    Of course, many notebooks are delivered also without a WLan card and its also not possible to upgrade it with an internal minPCI WLan card. In such case you should find an info that the WLan is not available on such notebook model.
    > don't know if this helps, but I just bought a Netgear Super G wireless modem router
    :D its a big help Now I know that you are an owner of the a Netgear Super G wireless modem router ;)
    . Just a joke dude ;)
    cheers

  • Change Soap Header in P2P WebService (No PI available)

    Hi Experts,
    I need your help with a Webservice we are building.
    --Facts--
    We have the requirement to build a WebService in CRM that will be consumed by an external system. (We are service Providers)
    Since we have no PI available we are building it as a Function Module that will be later transformed into a WebService.
    The WebService / communication will be Asynchronous. We want to use WS-Adressing to handle the asynchonous process. (Check the requirement Backgroud at the end)
    We have a sample xml message in which we need to base and build the service WSDL based on:
    <?xml version="1.0" encoding="utf-8" ?>
    - <NS1:Envelope xmlns:NS1="http://schemas.xmlsoap.org/soap/envelope/"> 
    - <NS1:Header xmlns:wsa="http://www.w3.org/2005/08/addressing"> 
    - <requestHeader> 
    <systemID>DEFAULT</systemID>  
    <messageID>MSGID</messageID>  
    <aplicativoOrigen>bizagi</aplicativoOrigen>  
    <timeStamp>2014-12-06T20:24:33.839428</timeStamp>  
    <operacion>crearProspecto</operacion>  
    </requestHeader>
    <wsa:To>http://127.0.0.1:7700/dummy</wsa:To>  
    - <wsa:ReplyTo> 
    <wsa:Address>http://127.0.0.1:7700/IA_asynchronousWS</wsa:Address>  
    </wsa:ReplyTo>
    <wsa:MessageID>414d51204d4237514d47522020202020484f835403110120</wsa:MessageID>  
    <wsa:Action>crearProspecto</wsa:Action>  
    </NS1:Header>
    + <NS1:Body> 
    - <crearProspecto xmlns:ges="http://grupobancolombia.com/intf/GestionarProspectosCRM"> 
    - <datosGenerales> 
    <agenteRetencion>ac</agenteRetencion>  
    </datosGenerales>
    </crearProspecto>
    </NS1:Body>
    </NS1:Envelope>
    -- Background --
    1- We have a CRM system with no PI and an external system (INT) to which we need to communicate in an Asynchronous way. Simply put, we need to provide to and consume from this non SAP System.
    (This INT system is the equivalent of an SAP PI system and it will be responsible to transform and reroute the messages to the corresponding legacy systems)
    2- We want to allow the creation of BPs in an Asynchronous way. The way we want to achieve Asynchronous communication is by means of two Web services.
    a.      CRM publishes a WS that is consumed by the INT (directly no PI)
    In the header of this message we will be using WS-Adressing standard and receiving from the INT the MessageID field.
    CRM receives the messages, stores the information (does not process it) and immediately sends an accepted HTTP 202 code as a response to the INT.
    b.      INT also publishes a WS that is consumed by the CRM and is used to receive the response of the first message from INT to CRMAfter X amount of time (Hours or days), the CRM gets the stored data and processes it finally creating the BP in the system. Once the BP is successfully created, CRM Consumes this WS exposed by the INT and sends the information that the BP has been finally created. The RelatesTo field in the header is then matched with the MessageID field sent before in the WS-A header and this way the INT finds out to which original message this second Web Service correlates to.
    3- Please consider no PI is available,
    --Question--
    How can we build a WSDL for this service? I am asking in specifically how do you build a WSDL with a header with 4 fields and WS-Adressing fields also. Keep in mind that we have no PI and we are using a Function Module to Build the Service.
    - <requestHeader>
    <systemID>DEFAULT</systemID>  
    <messageID>MSGID</messageID>  
    <aplicativoOrigen>bizagi</aplicativoOrigen>  
    <timeStamp>2014-12-06T20:24:33.839428</timeStamp>  
    <operacion>crearProspecto</operacion>  
    </requestHeader>
    <wsa:To>http://127.0.0.1:7700/dummy</wsa:To>
    - <wsa:ReplyTo>
    <wsa:Address>http://127.0.0.1:7700/IA_asynchronousWS</wsa:Address>  
    </wsa:ReplyTo>
    <wsa:MessageID>414d51204d4237514d47522020202020484f835403110120</wsa:MessageID>
    <wsa:Action>crearProspecto</wsa:Action>
    I am attaching the XML and a WSDL that was provided to us, but not generated by us in CRM. We need to create a service with a WSDL similar to that one in the CRM
    Thanks!
    Pablo.

    Hi Ganesh,
    Please go through this link.
    http://www.sapag.co.in/SAP-XI-SOAP-Adapter-FAQ'S.html
    I think this would be helpful for you..
    Reward points if useful,
    Swamy Kunche

  • IDM Password Reset Authentication Questions

    Hi,
    We are implementing Password Self Service using IDM 7.1, everything is set up and we have tested and were able to reset password for users to connected target systems. we are now doing some cosmetic changes before going live, like
    setting up new authentication questions and changing existing questions from IDM.
    In total we have 10 questions and the way we set it is
    Minimum number of validation questions = 5
    No. of questions to show = 3
    No. of answers required = 3
    After setting all 10 questions, i took a new test id who was never set with a profile and set its profile with 5 random questions answers out of 10 and saved it, went back to   /idm/pwdrest  and entered the unique id which is the user id and the 3 challenge questions it showed up were not the ones i set my answers to.
    Why is it prompting the questions for which i have not set answers to ?
    Can anyone tell me if i am missing any config creating these attributes ?? or its the way IDM works ??
    Thanks.

    Greetings,
    It has been my experience that the system will show any of the available questions when a user has not had any answers set. Sometimes, there is a disconnect with the Unique ID entered and the user ID stored in the identity store and it just cannot find the stored answers. As long as the additional question attributes you created follow the existing convention, they should be fine.
    I would start by looking at what question attributes you have commited for the user and which ones show in the pwdreset task screen for the user. You can also run the guided task several times with the same ID to see what rotation of questions you see to see if it is going through all 10 or only a certain subset.
    Do you have a self-service task configured to set the question answers?
    Thanks,
    Jared

  • Nokia belle not available for N8 599330 blue in in...

    Guys please let me know if you have any info about Belle availability for N8 599330 in india...

    Hi all,
     0599330 was available but we just had to remove the software to quickly correct an error. We will re-upload it as soon as possible.
    059B656 is a slo called swap product code, please check with your local Nokia Carepoint to get the update.
    pS: Please also look here (/t5/Software-Updates/Nokia-Belle-availability-information/td-p/1298583) for information as we try to consolidate the "availability" questions.
    BR,
    yvonne

Maybe you are looking for

  • How do I open clipboard on windows 7

    someone has posted a url I need on my clipboard but I do not know how to open clipboard on windows 7

  • How do I transfer the iLife suite to a new (used) macbook

    I recently bought a new (but used) macbook pro running mountain lion. I currently own a macbook pro running mountain lion also.  I am having no luck transfering the iLife suite to the new macbook. Help is appreciated

  • Rrdtool-1.4.3-1-i686: "This RRD was created on another architecture"

    On an i686 system, rrdtool-1.4.3-1 is unable to read/modify rrd files (created by either earlier versions or itself); it yields "ERROR: This RRD was created on another architecture". Edit: I thought I had a workaround but I don't, so I've opened a ti

  • Best practice for RAC planned downtime maintenance?

    I have a 3 node RAC on Linux redhat. DB version is 11gr2. I want to know the steps to perform each node OS patch upgrade. I want to be sure I did right steps: 1). Node 1, stop crs and do the OS patch upgrade. 2). same steps for Node 2, 3. Is this rig

  • Activites after Upgrading with Support Package

    Hi This week, we upgraded from 8 to 13 SP level in our SCM 5.0 system. Here i am confused what are all activities we have to do as application support ? My BASIS is not really cooperative/ not fully knowledgeable in this. After the implementation of