URGENT: Replication of Session Data doesn't work properly

We have an envirnoment that consist of 2 physical machine, two wls-server
          instances on each of these, and two wls-clusters. One of the clusters have
          light workload, the other that are our problem have a heavy workload. We
          have a BIG-IP load balancer in front of the two wls-machines, that is
          configured according to BEA's documentation. On each machine we have
          installed Apache-webserver, with wls proxy plugin. Each virtual host in
          apache is configured with the cluster machines, and idempotent ON.
          We have two web-apps running in the cluster which we are experiencing the
          problems with.
          We can start all the servers, and everything works fine, except that the
          serverlogs are full of the messages I have put at the end og this message.
          After A while one of the servers just dissappears from the console (running
          is missing). But both servers handles requests (I think that is because the
          load balancer and Apache still redirects sessions to both server-intances).
          The questions are:
          1. What does the text from the server logs mean?
          2. What can we do to correct the problem?
          3. Why does one of the servers just disappear from "Servers | running"?
          We have set PersistentStoreType to replicated in weblogic.xml.
          Regards
          Tommy
          May 16, 2002 11:15:08 AM CEST www3_a Error HTTP
          [WebAppServletContext(6060948,oppslag,/oppslag)] Servlet fai
          led with Exception
          java.lang.NullPointerException
          at
          weblogic.servlet.internal.session.SessionData.<init>(SessionData.java:117)
          at
          weblogic.servlet.internal.session.ReplicatedSessionData.<init>(ReplicatedSes
          sionData.java:73)
          at
          weblogic.servlet.internal.session.ReplicatedSessionContext.getNewSession(Rep
          licatedSessionContext.java:189)
          at
          weblogic.servlet.internal.ServletRequestImpl.getNewSession(ServletRequestImp
          l.java:2111)
          at
          weblogic.servlet.internal.ServletRequestImpl.getSession(ServletRequestImpl.j
          ava:1925)
          at
          jsp_servlet._oppslag._enhet.__treffliste._jspService(__treffliste.java:85)
          at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
          at
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
          :265)
          at
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
          :200)
          at
          weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
          ntext.java:2495)
          at
          weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
          :2204)
          at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
          at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
          

Yes, we are using WLS 6.1 SP2
          We have installed the patch, and the problem is resolved.
          Thank you.
          Regards
          Tommy
          "Kumar Allamraju" <[email protected]> wrote in message
          news:[email protected]...
          > Before i comment on the problem i need to know the weblogic ver & SP
          level.
          >
          > Regarding the NPE, it's a known issue
          > Pls contact support and reference CR064294. This NPE is already fixed
          > for the next service pack 61 SP3.
          >
          > --
          > Kumar
          >
          >
          >
          > Tommy Larsen wrote:
          >
          > > We have an envirnoment that consist of 2 physical machine, two
          wls-server
          > > instances on each of these, and two wls-clusters. One of the clusters
          have
          > > light workload, the other that are our problem have a heavy workload. We
          > > have a BIG-IP load balancer in front of the two wls-machines, that is
          > > configured according to BEA's documentation. On each machine we have
          > > installed Apache-webserver, with wls proxy plugin. Each virtual host in
          > > apache is configured with the cluster machines, and idempotent ON.
          > >
          > > We have two web-apps running in the cluster which we are experiencing
          the
          > > problems with.
          > >
          > > We can start all the servers, and everything works fine, except that the
          > > serverlogs are full of the messages I have put at the end og this
          message.
          > >
          > > After A while one of the servers just dissappears from the console
          (running
          > > is missing). But both servers handles requests (I think that is because
          the
          > > load balancer and Apache still redirects sessions to both
          server-intances).
          > >
          > > The questions are:
          > > 1. What does the text from the server logs mean?
          > > 2. What can we do to correct the problem?
          > > 3. Why does one of the servers just disappear from "Servers | running"?
          > >
          > > We have set PersistentStoreType to replicated in weblogic.xml.
          > >
          > > Regards
          > >
          > > Tommy
          > >
          > >
          > > May 16, 2002 11:15:08 AM CEST www3_a Error HTTP
          > > [WebAppServletContext(6060948,oppslag,/oppslag)] Servlet fai
          > >
          > > led with Exception
          > >
          > > java.lang.NullPointerException
          > > at
          > >
          weblogic.servlet.internal.session.SessionData.<init>(SessionData.java:117)
          > > at
          > >
          weblogic.servlet.internal.session.ReplicatedSessionData.<init>(ReplicatedSes
          > > sionData.java:73)
          > > at
          > >
          weblogic.servlet.internal.session.ReplicatedSessionContext.getNewSession(Rep
          > > licatedSessionContext.java:189)
          > > at
          > >
          weblogic.servlet.internal.ServletRequestImpl.getNewSession(ServletRequestImp
          > > l.java:2111)
          > > at
          > >
          weblogic.servlet.internal.ServletRequestImpl.getSession(ServletRequestImpl.j
          > > ava:1925)
          > > at
          > >
          jsp_servlet._oppslag._enhet.__treffliste._jspService(__treffliste.java:85)
          > > at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
          > > at
          > >
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
          > > :265)
          > > at
          > >
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
          > > :200)
          > > at
          > >
          weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
          > > ntext.java:2495)
          > > at
          > >
          weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
          > > :2204)
          > > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
          > > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
          > >
          > >
          > >
          > >
          > >
          > >
          >
          

Similar Messages

  • SPGridView - sorting Dates doesn't work properly & how to display the title column as link?

    Hi,
    I've got a SPGridView that is being filled with data from several lists. Some of them are a date-field and a title-field. I already added sorting, paging and filtering options and at first look they seem to work fine. But now I noticed that sorting dates
    doesn't work as expected. If I select ascending sorting, the result is something like this:
    01.08.2014
    02.08.2014
    17.07.2014
    18.07.2014
    23.07.2014
    If I select descending sorting, the result is this:
    23.07.2014
    18.07.2014
    17.07.2014
    02.08.2014
    01.08.2014
    This isn't what I want obviously. 
    I just added the EventReceiver for the sorting like it is shown in several tutorials:
    (The date field is a BoundField.)
    grid.Sorting += new GridViewSortEventHandler(grid_Sorting);
    private void grid_Sorting(object sender, GridViewSortEventArgs e)
    if (ViewState["FilterExpression"] != null)
    gridDS.FilterExpression = (string)ViewState["FilterExpression"];
    And my second problem is how to add a link to the title column. In my grid I'm displaying tasks from different lists and I want to link the title to the related task. I stumbled accross HyperLinkFields and tried this:
    HyperLinkField hyperLinkField = new HyperLinkField();
    hyperLinkField.DataTextField = "Titel";
    hyperLinkField.DataNavigateUrlFields = new string[] { "Titel" };
    hyperLinkField.DataNavigateUrlFormatString = "{0}";
    hyperLinkField.HeaderText = "Titel";
    hyperLinkField.SortExpression = "Titel";
    grid.Columns.Add(hyperLinkField);
    The resulting link is something like ...sites/MySite/_catalogs/masterpage/A1-V1-2 where "A1-V1-2" is the name of the task and also shown in the title field.
    The actual link should look more like ...sites/MySite/Lists/mytasklistname/DispForm.aspx?ID=.... or something like that to display the task details. How could I achieve that?
    Thanks in advance

    http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/MS-SharePoint/Q_27718782.html
    Here is the exact code you need to use:
    http://social.msdn.microsoft.com/Forums/ar/sharepointcustomization/thread/c463a8c6-4806-4233-b6a4-8db8369c5fc2
    http://sharepoint.stackexchange.com/questions/53459/change-title-linked-to-item-with-edit-menu-to-different-column
    Open the AllItems.aspx page for the specific list.
    Search for the <ViewFields> tag
    List item LinkToItem="TRUE" to whichever column you want the link:
    <ViewFields><br/>
    <FieldRef Name="Attachments"/><br/>
    <FieldRef Name="LinkTitle"/><br/>
    <FieldRef Name="linkThisColumn" LinkToItem="TRUE"/><br/>
    <FieldRef Name="data_x0020_column"/><br/>
    <FieldRef Name="Another_x0020_column"/><br/>
    </ViewFields><br/>
    http://sharepoint.stackexchange.com/questions/58954/link-title-in-list-to-value-in-url-column
    Create calculated column.
    Insert following formula -
    ="<a href='"&UrlFieldName&"'>"&Title&"</a>"
    Set "data type returned from this formula is" to integer.
    As a result on list view you will see the title with link to your url.
    UPD: It seems that URL field is not valid for calculated column, as workaround you can copy url value in a receiver into the another text field, which is not shown on the view.
    If this helped you resolve your issue, please mark it Answered

  • Sorting table by date doesn't work properly

    what am I doing wrong?
    I've made a table with 5 columns and many rows, with one column being the date.
    I need to sort the entire table by date, but it doesn't seem to be very accurate - sorted items appear out of date order
    suggestions?
    pete

    Hello
    I know that.
    But if you receive a foreign document (ie not a Pages one) embedding dates stored as mm/dd/yyyy or dd/mm/yyyy, your app will not recognize them as dates.
    I get this behavior every day.
    I repeat, not with iWork '09 documents because in these ones, dates are stored as numbers (number of seconds since 01/01/2001) and displayed matching your system settings.
    If you receive a CSV or a TSV file, your machine will not recognize the embedded dates because most of these formats's users ignore what is the ISO format.
    Back to the date storage.
    At first, only column B was filled. The string "Yvan" was just used to help me to reach this storage area in the index.xml file. Here is a screenshot of this area.
    Small arrows are pointing the numbers describing the dates.
    In the completed table, in column C I copied the values stored in the index.
    The cell D2 contain the formula :
    =-DATEDIF(B,$B$3,"D")
    I was forced to use the reverse of others because DATEDIF refuse a start date greater than an end one.
    In D3, the formula is :
    =DATEDIF($B$3,B,"D")
    then apply fill down
    They calculate the count of days.
    In E2, the formula is :
    =D*24*60*60
    apply fill down
    It calculate the number of seconds corresponding to the number of days and of course, it matches what is stored in the index.xml file.
    Given that, opening in every location an iWork '9 document created everywhere, we will get correct dates whichever format is used for creation or for reading.
    Theoretically, it would work the same if you import a M…Soft document (they use also numbers to store dates).
    I can't check for iWork '08 documents because I don't have old foreign ones in good health. Those which I kept are corrupted ones in which I look from time to time trying to find where is the wrongdoer.
    When the source file is a CSV or a TSV one, the apps have no way to decide which is the format used.
    Of course, if the third component has four digits, it's a year.
    If a first two digits component is greater than 12, it's a day
    If a second two digits component is greater than 12, it's a day
    but that's all.
    No way to know for sure what is 5/6/2010
    As you use the ISO format, for you it will be a string
    For an US user, it will be 6 may 2010
    For a French user, it will be 5 juin 2010
    If the value is the well known  31/12/1943
    for you and for US users, it will be a string
    Happily, for me, it's 31 décembre 1943.
    As you often wrote, it would be easier if everybody was using the ISO format but I'm not sure that the grand children of my grand son will use it.
    Yvan KOENIG (VALLAURIS, France) samedi 2 juillet 2011 19:01:15 iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Parsing date doesn't work properly

    Hi,
    I am trying to parse string into date. Here is the code.
    try{
        SimpleDateFormat fmt = new SimpleDateFormat("dd-MM-yyyy");
        Date ordDate = fmt.parse(orderDate.getText())
    catch(ParseException ex)If I enter 51-51-2001 or any other invalid date for the orderDate.getText(), the parsing does not throw ParseException. Any idea what is wrong with the code.

    Well the date object contains Wed Apr 20 00:00:00 IST 2005(for a value of 51-51-2001). Also why is the catch(ParseException ex) not invoked ?

  • Mobile data doesn't work and I can't access the front camera.

    Hi, I received my new Xperia Z3 Compact in white just over a week ago and unfortunately I have few unresolved issued with it which kind of spoils the experience of owning a new phone.
    I  just switched from a number of Iphones and Xperia was the handset that really impressed me.
    I couldn't see the point of getting an overpriced Iphone with a limited storage capability.
    Unfortunately my Xperia Z3c has some issues;
    - I can't get the front camera work
    - I can get my internet only through Wi-Fi and my unlimited 3G data doesn't work at all (T-Mobile U.K)
    - Three Swipe Gesture doesn’t appear to be working as it should on any Android device (I'm told).
    So I am not a very happy user at the moment and slowly starting to miss the Iphone.

    Hi casson50ml,
    Welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines.
    Sorry to hear about these issues, I would first suggest clearing the data for the camera.
    Menu > settings > Apps > All > Camera > Clear Data
    Once done try using the device.
    In regards to the Internet, try performing an Internet settings download.
    Menu > Settings > More > Internet Settings > Accept Disclaimer > Choose Network.
    Now try using the network data on the handset.
    Can you explain more about the 3 Finger Gesture issue?
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • The cable doesn't work properly when connected as data cable.

    Hi,
    I have recently encountered problem of the cable. The thing is that if i use it just for charging with the plug, it works fine. But when i wanna use it with computer (i.e., accessing itunes, etc) or with my car, it doesn't work properly, it keeps switching between charging and discharging very fast. I will appreciate your quick support!
    Regards,
    Farhan

    Just for all the people to know, I found out the solution. You have to mark the correct side of the charging cable which connects at inlet of the phone. Because this point acts as a chip when used as data cable or auxiliary use (car,etc). That's why it charges with the plug on any side. I don't know what's the frequency of it happening to iphone 5s users, because I bought it recently (iOS 7.1.1) Hope it helps to others in future.

  • After updating to ios 7, my data doesn't work, help?

    After I updated it, my data doesn't work. Notifciations would pop up, but I cannot view it. My imesasge still works though.

    I also tried to restore my phone & reset my network... it doesn't work...

  • Lollipop upgrade, mobile data doesn't work

    I upgraded to lollipop today, all fine except my mobile data doesn't work.
    Any ideas?
    Tried turning off and on, switching to airplane mode and back, and changing mobile operator and back, still not working.
    Thanks

    See this topic too:
    https://talk.sonymobile.com/t5/Xperia-Z2/mobile-data-not-working-after-lollipop-update/td-p/956104/page/3

  • Data doesn't work

    My data doesn't work on my new Iphone 5c but I can make calls and text.  The wifi works, but my data doesn't.  I have checked to make sure my data is on and everything.  How can I fix this issue? 

    Hello pcoffey31,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iPhone: Troubleshooting a cellular data connection
    http://support.apple.com/kb/ts3780
    Best of luck,
    Mario

  • Since replacing hard drive, "restore previous session" button doesn't work, can only do it through history tab. Also will not start up from task bar icon.

    Hi, been using Firefox for some years, had to replace hard drive recently and re loaded Firefox. Since then, the restore previous session button doesn't work, but I can do it from the History tab. Also Firefox itself won't start from the task bar or desktop, only the start menu.
    Using Windows XP

    This function may not be available for mobile yet. You can put your suggestions to the [[Suggestion Box]]. Thanks!

  • HT1918 I cannot access files I uploaded from an old computer.  The email account to which some tracks are connected is deleted. For some reason my birth date doesn't work either. Is there some way to transfer the files to my current address?

    I cannot access files I uploaded from an old computer. The email account to which some tracks are connected is deleted. For some reason my birth date doesn't work either. Is there some way to transfer the files to my current address and username?

    Most likely you have Office 2004 which are PPC-only applications and will not work in Lion. Upgrade to Office 2011. Other alternatives are:
    Apple's iWork suite (Pages, Numbers, and Keynote.)
    Open Office (Office 2007-like suite compatible with OS X.)
    NeoOffice (similar to Open Office.)
    LibreOffice (a new direction for the Open Office suite.)

  • HT5163 where do I get a SIM card tool for iPad 3?  My cellular data doesn't work now that I downloaded iOS6.  Instructions are to remove SIM card and then reinsert and it SHOULD work.

    Where di I get a SIM card tool for iPad 3?  My cellular data doesn't work now tht I downloaded iOS6.1.  Instructions tell me to remove SIM card and then return.  Will that work? Verizon tells me it's an Apple issue.

    I did that but was intimidated.  With your adivce I was more aggressive and it popped open. And I removed and replaced.  It works.  Thanks!

  • HT1923 The sync function on my iPod Touch 3rd generation doesn't work properly.  My OS is up to date, but some of my podcasts won't transfer onto the iPod, and it won't delete ones I've already listened to.

    The sync function on my 3rd gen iPod Touch doesn't work properly.  It won't sync all the podcasts I've downloaded, and it won't delete ones I've listened to and deleted on iTunes.

    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START/ALL PROGRAMS/ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 &amp; above) - START/ALL PROGRAMS/ACCESSORIES/Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    If you do get a prompt after restart windows to remap LSP, just click NO.
    Now launch your iTunes and see if it is working now.
    If you are still having these type of problems after trying the winsock reset, refer to this article to identify which software in your system is inserting LSP:
    iTunes 10.5 for Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123?viewlocale=en_US

  • Wifi driver doesn't work properly

    HI,I've installed W8.1 instead of W7 but Wifi Dosen't work as a reight Way The Wi-Fi works for then depends on the work and then worked for againe
    this affects my Job if  i download anything,it stop loading continuesly.
    I've tried W8 and the same problem but it works  truely with w7.
    what should i do for making it works  truely with W8.1.
    Sorry length of e-mail.

    vn7571g_user,
    Sorry to hear that you are not having the best possible experience with your new notebook. I'd like to try and address a few of your concerns that you have listed and see if there are some things we can resolve for you.
    1. Wifi doesn't work properly:
    I see that you have posted in a couple other threads (1st, 2nd) regarding wireless issues with this notebook. We can gladly check this unit at the repair depot for you if you are not keen on changing the card out, PM me the following information and I will see what I can do for you:
    SNID or serial number
    Contact name
    Contact number
    Email address
    Shipping address
    Purchase date
    2. Wifi doesn't work after switching on and off 'Airplane mode'
    If you have already tried to install/update the drivers, it could be a Windows issue. You can attempt a refresh to see if that helps resolve it.
    3. Trackpad response is terrible
    This notebook uses a precision touchpad possibly, but since it uses Synaptics drivers you have a couple options:
    You can change the way that the touchpad works.
    It says Windows 7, but you can see if you have this option in the touchpad settings and see if it helps you out.
    4. Speakers jar
    Do you have the same issue without the Dolby turned on?
    5. Num-Lock is 'Off' after every sleep session
    Here is a Microsoft article that discusses this feature. You can follow the steps that they list if you would like.
    6. Keyboard-backlight setting is 'On' after every sleep session
    The backlit keyboard is working as designed. Here is an article with some FAQ about the backlit keyboard to help customers understand its functionality a bit more.
    A couple final thoughts:
    Did the issue(s) you are having occur before or after Windows updates, sometime a bad installation of an update can cause all sorts of things to happen.
    Worst case, you can always try to restore to factory defaults and test all these things before applying updates or installing any applications or programs.

  • What can I do if my CD or DVD drive doesn't work properly in Windows 8?

    QuestionWhat can I do when if my laptop CD or DVD drive doesn't work properly in Windows 8?
    AnswerNote: For help with this issue in Windows 7, please see this article.
    To get your CD or DVD drive working correctly, try these suggestions in the order listed.
    Reinstall the Driver
    Hold the Windows key and press the 'x' key to open a menu in the lower-left. In this menu, select "Device Manager." Expand "DVD/CD-ROM drives." Right-click the entry for the CD/DVD drive nested under "DVD/CD-ROM drives," then select "Uninstall." Finally, restart the computer. The computer will reinstall the drivers for the drive.
    Power Cycle
    Even when your laptop is off and unplugged, residual power can still be held in some components. While this is normal, clearing it can help with some hardware problems. Perform these steps to complete what’s called a power cycle.
    Ensure the laptop is turned off.
    Unplug the laptop's AC power cable.
    Unplug all wires and peripherals. This includes CDs, DVDs, USB sticks, mice, printers, and any other accessories.
    Remove the battery (if the model has a removable battery). If the model does not have a removable battery, check your user's guide to determine if you have a pinhole reset on the bottom. If you do, press this.
    Hold down the power button for thirty seconds.
    Reattach the battery if removed.
    Connect the AC adaptor to the power socket that was confirmed to be working in the first step.
    Connect the other end of the AC adaptor to your computer.
    Start the computer and test the drive
    Microsoft Fix-it
    Your computer may exhibit one or more of the following symptoms:
    Your CD or DVD drive no longer appears in Windows
    Your CD or DVD drive does not read or write and is shown as disabled
    The media in your CD or DVD drive cannot be read
    The media cannot be written to a CD or DVD inserted into the drive
    You receive an error message about your CD or DVD drive
    If any of these symptoms apply to your computer, use Microsoft Fix-it troubleshooter available here.
    System Restore
    Try using System Restore to restore to the most restore point from before the problem arose.
    How To: Understanding System Restore, Refresh, Reset, and, Recovery options in Windows 8 + Video
    System Recovery
    If the System Restore doesn't solve the issue, you could try a System Reset. Resetting your laptop to its original, out-of-the-box state is a great way to eliminate software as a possible cause of the problem. Note that doing a system reset will return the laptop to its default conditions, completely wiping your data. Information on how to perform a system recovery can be found in your user's guide.
    For more information on performing a recovery, see the following article:
    How To: Understanding System Restore, Refresh, Reset, and, Recovery options in Windows 8 + Video
    Contact Customer Support
    If the drive doesn't work after performing a recovery, it may be due to hardware failure. Please call customer support or seek servicing.

    See this Microsoft article - http://support.microsoft.com/kb/314060/en-us  For ways to fix manually
    and/or use the proper microsoft fixit 8.1 and 8 or the other one for Windows 7, Vista, and XP listed below.
    (these are from the Microsoft article)
    Resolution 2: Use the CD/DVD Fix it troubleshooter
    To automatically fix common issues with CD or DVD drives, click Run now, and then follow the on-screen instructions. Windows 8.1 and Windows 8   
    The Automatically diagnose and fix common problems with CD or DVD drives troubleshooter may automatically fix the problem described in this article.
                                    This troubleshooter fixes many problems. learn more
    Run now
    Windows 7, Windows Vista and Windows XP
    The Automatically diagnose and fix common problems with CD or DVD drives troubleshooter may automatically fix the problem described in this article.
                                    This troubleshooter fixes many problems. learn more
    Run now
    If your problem is not solved, try the next
    S70-ABT2N22 Windows 7 Pro & 8.1Pro, C55-A5180 Windows 8.1****Click on White “Kudos” STAR to say thanks!****

Maybe you are looking for

  • Can i use MAESTRO for my payments in Belgium ?!

    i have recently moved to belgium from the UK for my work.... and what i got from my new bank as debit card is MAESTRO and now im Stuck please help me ! i cant use my MAESTRO card here to buy anything off the app store or itunes in general...

  • Text not found for item line in PO

    Hi, When creating an item line in ME23N, I get the error message: TEXT ID Z155 language EN not found. When are these texts maintained ?

  • Webhelp Pro  - RoboHelp HTML 8

    Hi, I have very recently started to use RoboHelp HTML 8 and also have Server 8. I am currently creating some test projects so I am able to provide a feel for what the tool can do etc. I have managed to publish a project to the server, however I would

  • Why did Apple drop support on Windows XP 64-bit, but not on 32-bit?

    I have Windows XP 64-bit and do not feel the need to get a new computer or upgrade the operating system.  What I wonder is why Apple still makes iTunes for 32-bit XP and not 64-bit XP?

  • Bundling Cisco ISE ports

    Hello, Cisco ISE user guide suggests that all 4 ports can be assigned IP addresses and that's that. No suggestions such as if the all ports should be on different VLANs or if the ports can be bundled, hence saving IP address space. I have read the bo