End Point count dropped significantly - 1.1.3.124

Hi,
We are running deployment with cisco ISE and we have reached upto 7000 active endpoints and same was reported to management. Almost every single patch level is deployed during last 6 months. Few days back we deployed patch level 3 (1.1.3.124) and our number have dropped significantly, from 7000 to almost 5000. Is there any change how endpoints are calculated in new patch?
Best Regards,           

Things that pop to mind:
http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCuh56861
http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCuh42470
Both fixed in 1.1.3p3.
M.

Similar Messages

  • HT201260 Tried to remove Symantec End Point software by dropping it in the trash and then emptied trash, of course now when I try and install newer version it tells me to uninstall the older version I can not access now. Any solutions?

    Tried to remove Symantec End Point software by dropping it in the trash and then emptied trash, of course now when I try and install newer version it tells me to uninstall the older version I can not access now. Any solutions?

    You usually have to use the program's uninstaller utility for such things as Symantec. Read this:
    http://www.symantec.com/business/support/index?page=content&id=TECH132120
    You may need to install it all over again, just to use its uninstaller.

  • Problem getting parameter  values at the service end point

    I am having problem getting parameter values at the service end point. I created service end point and this method is having 35 parameters and then i created test client file using Sun One Studio 5. but when i run this test client and make a call to service it sends wrong value to first three parameters to the service end point. I tried all the way round but it gave me same sort of problem. I change the order of parameters change the names of parameters but it didn�t work. And then i started chopping of parameter from the left side. And my problem is solved when my parameter list reached to 12 from 35. So is it a bug or some problem with my configuration or some thing else.
    I am using sun one studio 5 with sun one app 7. My service end point does very simple thing. It only takes out put of the parameter to the server log file. And my wsdl file seems all right. There is no conflict with the count and data type of the parameter information it contains.
    �     Service End Point Definition (in EJB)
    public java.lang.String setNewAddress(java.lang.String propertyName, java.lang.String status, java.lang.String PMSCode, java.lang.String streetNumPrefix, int streetStartNum, java.lang.String streetStartNumSuffix, int streetEndNum, java.lang.String streetEndNumSuffix, java.lang.String streetName, java.lang.String streetType, java.lang.String streetSuffix, java.lang.String localityPrefix,java.lang.String localityName, java.lang.String postcode, java.lang.String stateCode, java.lang.String countryCode, java.lang.String description, java.lang.String coordinateAccuracy, int longitude, int latitude, java.lang.String planNumber, java.lang.String lotPrefix, int lotNumber, int siteID, java.lang.String countryName, java.lang.String parishName, java.lang.String section, int portionNum, int crownAllotNum, int titleVol, java.lang.String folio, java.lang.String esa, int aliasID, int aliasTagID,String ID) {
    System.out.println(propertyName);
    System.out.println(PMSCode);
    System.out.println(streetNumPrefix);
    ........ taking printout of all the paramters
    �     This is my WSDL file
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="NMService" targetNamespace="urn:NMService/wsdl" xmlns:tns="urn:NMService/wsdl" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
    <types/>
    <message name="NMServiceServantInterface_setNewAddress">
    <part name="String_1" type="xsd:string"/>
    <part name="String_2" type="xsd:string"/>
    <part name="String_3" type="xsd:string"/>
    <part name="String_4" type="xsd:string"/>
    <part name="int_5" type="xsd:int"/>
    <part name="String_6" type="xsd:string"/>
    <part name="int_7" type="xsd:int"/>
    <part name="String_8" type="xsd:string"/>
    <part name="String_9" type="xsd:string"/>
    <part name="String_10" type="xsd:string"/>
    <part name="String_11" type="xsd:string"/>
    <part name="String_12" type="xsd:string"/>
    <part name="String_13" type="xsd:string"/>
    <part name="String_14" type="xsd:string"/>
    <part name="String_15" type="xsd:string"/>
    <part name="String_16" type="xsd:string"/>
    <part name="String_17" type="xsd:string"/>
    <part name="String_18" type="xsd:string"/>
    <part name="int_19" type="xsd:int"/>
    <part name="int_20" type="xsd:int"/>
    <part name="String_21" type="xsd:string"/>
    <part name="String_22" type="xsd:string"/>
    <part name="int_23" type="xsd:int"/>
    <part name="int_24" type="xsd:int"/>
    <part name="String_25" type="xsd:string"/>
    <part name="String_26" type="xsd:string"/>
    <part name="String_27" type="xsd:string"/>
    <part name="int_28" type="xsd:int"/>
    <part name="int_29" type="xsd:int"/>
    <part name="int_30" type="xsd:int"/>
    <part name="String_31" type="xsd:string"/>
    <part name="String_32" type="xsd:string"/>
    <part name="int_33" type="xsd:int"/>
    <part name="int_34" type="xsd:int"/>
    <part name="String_35" type="xsd:string"/></message>
    <message name="NMServiceServantInterface_setNewAddressResponse">
    <part name="result" type="xsd:string"/></message>
    <portType name="NMServiceServantInterface">
    <operation name="setNewAddress" parameterOrder="String_1 String_2 String_3 String_4 int_5 String_6 int_7 String_8 String_9 String_10 String_11 String_12 String_13 String_14 String_15 String_16 String_17 String_18 int_19 int_20 String_21 String_22 int_23 int_24 String_25 String_26 String_27 int_28 int_29 int_30 String_31 String_32 int_33 int_34 String_35">
    <input message="tns:NMServiceServantInterface_setNewAddress"/>
    <output message="tns:NMServiceServantInterface_setNewAddressResponse"/></operation></portType>
    <binding name="NMServiceServantInterfaceBinding" type="tns:NMServiceServantInterface">
    <operation name="setNewAddress">
    <input>
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:NMService/wsdl"/></input>
    <output>
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:NMService/wsdl"/></output>
    <soap:operation soapAction=""/></operation>
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/></binding>
    <service name="NMService">
    <port name="NMServiceServantInterfacePort" binding="tns:NMServiceServantInterfaceBinding">
    <soap:address location="http://localhost:80/NMService/NMService"/></port></service></definitions>
    �     I followed steps given this example. http://developers.sun.com/prodtech/javatools/jsstandard/reference/docs/s1s5/stockapp.html.
    If some one know what is wrong. Is it me or some thing wrong with the method I followed. But I am sure that I followed exactly the same method as it given in examples. So if some one can guide me
    Thanks

    I just found that there is a bug with Sun One Studio 5. It creates faulty JSP file to test the client for the web services. With above problem I tested my web services using different developing environment such as Jdeveloper 10g. I created client stub using wsdl file generated by sun one studio. And made call to my web service and all the parameter reached perfectly at service end point. And then I used stub class created by sun one studio for the client and made the same call. And it also went well. So the problem is with the test application (JSP File) sun one creates for my web service.
    This is the majore problem i faced during the development. But still there is many problem along with this which is not seriouse enough but requires attension. I would like sun developers to make sun one studio IDE simpler and handy .

  • Reg: measuring point creation and measuring point counter creation

    how to create measuring point and measuring point counter.
    what is the difference between these two.
    what is measuring point category,
    what is measuring point
    what is measuring point object
    what is measuring position.
    can anyone explain me in an easy for better understanding.

    Firstly a Measuring point is nothing but, a factor which you measure on an equipment/FL. (Temperature, Vibration etc)
    Then, a measuring point is created either on a Functional location or on an Equipment.
    IK01 is the T-code for creating it.
    If it is for F/L you have to use IFL as measuring point object, when it is an equipment you use IEQ
    Generally these two will be in use.
    In the IK01 screen if you tick the counter checkbox, the MP becomes a counter.
    Example for simple MP is temperature.
    And example for a Counter MP is 'Litres of petrol consumed'
    In the first case you don't need to add the temperature measurements, whereas in the petrol consumption you may wish to have the cumulative value of readings taken for a period of time.
    The measuring position: Example : If you are measuring the temperature of a Motor on the Drive side, you may put 'Drive End' in this field, or similar many applications.
    Category would group these MPs.
    In case of need you may define in customisation a sep[arate MP category.
    Then each time you read a MP through IK11 or other methods a Measuring Document is created.
    Regards
    Jogeswara Rao

  • How osb handle end point offline for long time

    Hi all,
    In my project, the messages will be sent real time to distributed client, each client is only have one end point, so there is no load balancing could be applied. I already set the retry count, iteration interval and also offline endpoint URIs setting. Will it sufficient, in case the client hang or offline in long time, 2 hours or longer?
    How osb keep the message, will the frequent retry process causing performance issue?
    Any suggestion for proper configuration in this case?
    Really thanks in advanced.
    Regards,
    Mr.K

    only have one end point, so there is no load balancing could be applied. I already set the retry count, iteration interval and also offline endpoint URIs settingYes rety retry count is efficient when the interval are low..2 hrs or longer is little longer for stateless routing which OSB does.
    How osb keep the message, will the frequent retry process causing performance issue?Yes. I guess... OSB will be doing some thing like RequestThread.sleep(...).Again this will be transport to transport related
    Any suggestion for proper configuration in this case?Using such long intervals might not scale up
    Manoj
    Edited by: Manoj Neelapu on May 19, 2010 4:02 PM

  • JAAS security prncipal not propogating in EJB web service end point

    I have a web application which communicate a independent EJB module via web service end points. when request reaches the web service principal is found as null. I use BASIC authentication in web page. I works well on web pages.
    Pl. help me how jaas security principals, group and roles an be propogated to a web service

    Took a look at your .ear file .
    So here's the problem .You are trying to use sun's proptrietary DD entries to secure an ejb-ws : <login-config> from is an entry from sun's proprietary DD.(sun-ejb-jar.xml)
    oracle also provides a mechanism to transport secure an ejb-ws , though the publicly available version of app server (the one you have , did not had that feature ).The next drop will have the same .
    Having said that , what you have should be enough to secure an ejb-ws if you are using only BASIC auth .
    I can see that your EJB has some C:\... entries , unless those entries have the right security permissions , your ejb would not be able to load them , with the security credentials sent from the client .
    When I deployed and ran your .ear file ,
    I got errors such as
    <faultstring>Internal Server Error (caught exception while handling request: oracle.oc4j.rmi.OracleRemoteException: Error in ejbCreate(): nested exception is: javax.naming.NameNotFoundException: java:comp/env/configFileContent not found in RoSrapScriptExecServiceImplWSI; nested exception is: javax.ejb.EJBException: nested exception is: javax.naming.NameNotFoundException: java:comp/env/configFileContent not found in RoSrapScriptExecServiceImplWSI)</faultstring>
    </env:Fault>
    implying that there are some references to entries not available inside the .ear .
    you can test if the ejb-ws is deployed and running by using the test page through your browser :
    http://<your host>:8888/rochade/srap/scriptExecWSI
    Anirban

  • When I switch my time capsule to 5.0ghz mode the range of my wireless network drops significantly.  Near the Time Capsule my Macbook Pro works fine, in my bedroom I have almost no signal.  In mixed mode it works fine.  Any ideas on how to get 5.0 working?

    When I switch my time capsule to 5.0ghz mode the range of my wireless network drops significantly.  Near the Time Capsule my Macbook Pro works fine, in my bedroom I have almost no signal.  In mixed mode it works fine both placed.  Any ideas on how to get 5.0 working?  I thought 5.0Ghz was supposed to have a wider range.  Do I need to change a setting on the Macbook Pro?
    Thanks, W

    I'm not sure if you understand that 5 GHz has some upsides, but also some very significant downsides.
    The upside is that the 5 GHz signal will allow faster speeds.
    The downside is that you must always give up something in order to gain something else.Unfortunately, the marketing hype about 5 GHz does not go into very many details about this.
    In the case of 5 GHz, the 5 GHz signals are much weaker than 2.4 GHz signals, so they do not travel as far or penetrate any obstructions like walls or ceilings nearly as well as 2.4 GHz signals. In many cases, in order to get good 5 Ghz performance, you literally have to have almost a line-of-sight relationship between your computer and the wireless router.
    If you have a new dual band router, which broadcasts both a 2.4 GHz and 5 GHz signal simutaneously, your Mac will connect to the best signal quality automatically depending on its location in relation to the router. In the same room, without any obstructions, it will connec to 5 GHz. But, take the laptop down the hall a few rooms and around the corner and the Mac will connect to the 2.4 GHz signal because at that location, the 2.4 GHz signal is not only stronger, it is also faster.

  • When using option right/left arrow in clip trimmer end point handle won't stick

    From the help menu:
    In the Clip Trimmer, do either of the following:
    Drag the handles at either end of the yellow clip selection to set a new startpoint and endpoint.
    Move the handles one frame at a time by placing the pointer near the handle that you want to adjust, and then holding down the Option key as you press the Left Arrow or Right Arrow key.
    Move the entire yellow selection box to the left or right by pressing the Left Arrow or Right Arrow key, or by clicking within the box and dragging. Using this technique, you can change which video frames are selected without changing the duration of the selection
    End of help menu clip
    The bug I've found is that when I place the pointer near the end handle I can hit option arrow and trim the end one frame forward or backwards but when I then hit option arrow a second time the start handle is trimmed.  Thus it is hard to quickly option arrow the end handle trim multiple frames without having to move the pointer each time before hitting option arrow.  Trimming the start point handle works like I would like as I can just keep hitting option arrow and the start point handle will trim a frame each time.  The end point handle should work the same way but it doesn't.  I'm on the latest ver 9.02

    Tea,
    One thing you can do to help yourself out is to create bookmarks to give you a visual reference for the beats in the music.
    You create a bookmark by choosing Bookmarks>Add Bookmarks or by typing command-b.
    So you can place your song in the timeline and then play it while tapping out command-b's to the beat of the music. You'll then have little green diamonds in the timeline to use as reference points.
    Similarly, you can choose View>Show Audio Waveforms to identify the beats in the music by seeing the peaks in the waveforms.
    These techniques should make it a bit easier to make your edits in time with your music.
    Keep in mind though, that your movie is built from left to right in the time line. When you edit a clip your clips will always slide in to take up any space to the left of the clip.
    When they do that, you can slide them apart again. Doing so will create a clip of black between them that can later be replaced.
    One last thing to mention. If you select your music track and then choose Advanced>Lock Audio Clip at Playhead you can then slide a clip around and the locked audio will move with it.
    It's a bit quirky I've found, but may also be useful.
    Matt

  • Error while creating the end point ICMON_UI_WS - SP11

    Hi All,
    We have upgraded the SAP Solution Manager 7.1 SP04 to SP11.
    Currently i am working on system preparation.
    solman_setup -> System preparation -> 5.3 Enable Web Services getting the below error
    CX_URLAPI_URL_EXCEPTION : Error during End Point creation
    Long Text(1)
    Error during End Point creation.
    Text(2)
    CX_SRT_WSP_CONFIG : Error when reading variant "ICMON_UI" of service
    definition "ICMON_UI": Web service object does not exist
    Also checked the note :1900781 - Missing services required by Solman Setup System Preparation Step 4.3 Enable Web Services.
    But this note is available for download.
    Any idea about this issue.
    Rg,
    Karthik

    Hi
    Try out these point
    1. Take the backup of the folder .dtc ,.dtr in your home directory.Delete .dtr & .dtc folders in your directoryt,hen try to create it.
    2.Check NWDS, WebAS, NWDI,  and its compatability ? Which versions are you running now?
    3. [Connect to DTR Fails |http://help.sap.com/saphelp_erp2005/helpdata/en/69/21244134a56532e10000000a1550b0/frameset.htm]
    4 . See the Note :  939041 & 772755
    Best Regards
    Satish Kumar

  • TS1702 Maps program does not work. In standard it only shows a grid. If I ask for a route it shows start and end point and three route boxes but nothing else. It does show directions. If I switch to hybrid it shows to routes but no roads. Background is a

    Maps program does not work. In standard it only shows a grid. If I ask for a route it shows start and end point and three route boxes but nothing else. It does show directions. If I switch to hybrid it shows to routes but no roads. Background is a blur.

    Do you have a question? This is a user to user help forum. Apple is not here only other users like yourself. You don't report problems to Apple here.
    By the way, it might help if you indicated where you are located.
    To complain to Apple use http://www.apple.com/feedback/ipad.html

  • BPEL End Point URL using External Load Balancer URL

    Hi All,
    We have Oracle SOA Suite installed in a clustered environment as per the Enterprise Deployment Guide 10g Release 310.1.3.3.0 E10294-02.
    I have deployed a BPEL process to the clustered environment and the end point refers to the internal url of the load balancer e.g. http://internallink:8001/orabpel/default/testService/1.0
    When we just paste this end point in a browser, enter the parameters and click on invoke, the BPEL Process gets invoked.
    However, if we try to use the external url(which is on https) of the load balancer as the enpoint url eg https://externallink/orabpel/default/testService/1.0 to invoke the same BPEL process, the page which is used to accept the parameters and the used to invoke the BPEL process is successfully displayed. However, when we try to invoke the service, the connection times out.
    Please note that internallink and externallink are the internal and external VIPs, respectively.
    Does someone have an idea of what may be wrong or what needs to be corrected to be able to invoke the BPEL process using the external VIP, please?
    Thanks in advance.

    Check if the port of ESB in your server is open.
    I think that the port is: 7777
    try from ESB server:
    wget WSDLURI
    if you got the file then the port is closed.

  • Is there any way to achieve dynamic end point in SOA 11g (non-AIA process)

    Hi,
    We are using SOA Suite 11.1.1.5.0 and we are not using AIA product..Is there any mechanism to achieve dynamic end point?If so can you please tell me how we can achieve this.
    Thanks in advance.

    Hi All,
    We can achieve dynamic end point in oracle soa suite 11g
    Check the below link
    https://blogs.oracle.com/ateamsoab2b/entry/invoking_web_services_dynamically_in
    regards
    Shankari

  • End Point URI change in Business service?

    Hi all,
    We had done all our osb code development and moving from one environment to other(Eg. E2E testing to UAT, Then UAT to Production). When we move the codes from one server to the other we need to change the End Point URI in the business service for almost all the OSB services which calls external systems else Calling BPEL services. SO is there any other way to make the end point URI's in some other file and read that file to get the end point URI and set in BS. Or did any one have any other suggestions?? Because each and every time we need to make the code change when we move on from one server to other.
    Regards,
    Prabhu

    Why don't you use customization file -
    http://download.oracle.com/docs/cd/E17904_01/doc.1111/e15867/customization.htm#CACJCAGD
    Regards,
    Anuj

  • Issue with variable while in a PSSession connected to an end point

    Ok so Ive put together a simple script that will allow our helpdesk to look at permissions on a specified folder or share adn display in a nice html page.  I need it to run under different credentials so I set up an endpoint which I can connect to remotely
    and run the script.  The issue is in the variable that needs to get set.  It prompts for the folder location and once you put it in, it just freezes up.  If I run the script locally its fine and works perfectly.  but running it in the remote
    session connected to an end point, it just doesnt do anything once you put in the information after it prompts you.  For testing also I set the $folderpath to a specific path  and it does run fine through a remote session so its just an issue passing
    that input back to the variable while in the remote session.  Any idea?
    $a = "<style>"
    $a = $a + "BODY{background-color:peachpuff;}"
    $a = $a + "TABLE{border-width: 0px;border-style: solid;border-color: black;border-collapse: collapse;}"
    $a = $a + "TD{border-width: 3px;padding: 5px;border-style: solid;border-color: black;background-color:PaleGoldenrod}"
    $a = $a + "</style>"
    $folderpath = Read-Host -Prompt "Enter full folder path here"
    $cname ="Permissions for $folderpath : "
    Get-Acl $folderpath | select access -ExpandProperty access| select identityReference | ConvertTo-HTML -head $a -body "<H2>$CNAME</H2>"  | Out-File \\server\PermReports\perms.html

    Here's some napkin code, FWIW
    On the user side:
    $Session = New-PSSession -ComputerName remoteservername -ConfigurationName checkperms
    $ADIdentityReference =
    #Coax an AD identity reference out of the button monkey
    Invoke-Command -ScriptBlock { .\PermissionsScript.ps1 } -Session $session -Argumentlist $ADIdentityReference |
    ForEach-Object {
    #Ask for more input, or quit
    Remove-PSSession $Session
    and on the remote end:
    Param ($IdentityReference)
    Try {
    Get-ADSomething -Identity $IdentityReference -EA Stop |
    foreach-object {
    Do-SomeStuff
    Catch {
    #Return validation fail message
    [string](0..33|%{[char][int](46+("686552495351636652556262185355647068516270555358646562655775 0645570").substring(($_*2),2))})-replace " "

  • Exporting line end point coordinates?

    Hi,
    I'm in desperate need of a script to export the coordinates of lines, or paths, it doesn't really matter, into a text document.
    I've set my ruler up so the 0,0 is in the center of the image, because I need both 0,0 and -0,-0 to work for what I have in mind, basically using a document as a large Cartesian grid, which you can then extract coordinates of 'edges' or end points of lines from.
    A little background on why I need it, for anyone curious. I figured out a way to build new worlds/maps for a game that generates terrain based on 'boundaries', which are drawn on, in a 2d plane, but I need coordinates to map these boundaries correctly. I could do it manually, where I'd hover my mouse over every edge or end of the line point, but this would save a LOT of time.
    I'd be insanely grateful if anyone can help me out. I've tried looking for scripts or other software, but haven't been successful at all for what I really need.
    The way I have my document setup is, 1 pixel per cm, 16384x16384cm. It's quite large, so most 'graph' software won't work for it. The grid itself works fairly well, I just need a decent way to export the coordinates from it.
    Thanks in advance!
    Edit:
    Here, I made an example of a rectangle to give you guys the idea of which coordinates I'd need:
    http://i.imgur.com/VILOwrL.png

    Don't appologize, I was stuck on cm because I thought there wasn't another way, I only figured out after JJMack mentioned it, that it's possible purely by pixels.
    First time working with coordinates, I'm in total new territory.
    The above works great, except now I've stumbled across 2 new problems, sorry to make it so complicated!
    What I have now, slightly tweaked what you gave me:
    var dataFile = new File('~/desktop/exportData.txt');
    var doc = app.activeDocument;
        for(var c =0; c<doc.layers.length;c++){
           doc.activeLayer= doc.layers[c];
    var pathItem = doc.pathItems[doc.pathItems.length-1];
    var dataStream = "";
    for(var subPathIndex = 0;subPathIndex<pathItem.subPathItems.length;subPathIndex++){
        for(var pointIndex = 0;pointIndex<pathItem.subPathItems[subPathIndex].pathPoints.length;pointIndex++){
                    dataStream = dataStream+doc.activeLayer.name+'\t';
            dataStream = dataStream+pathItem.subPathItems[subPathIndex].pathPoints[pointIndex].anchor+'\t'+'\r';
            dataStream = dataStream+'\r';
    dataFile.open('w');
    dataFile.write(dataStream);
    dataFile.close();
    But this outputs this:
    Background     4222,0
    Background     2963,-3550
    Background     4330,-4210
    Background     6450.3937,-2459
    Background     6141,2387
    Background     4834,2891
    Background     3970,924
    Which made me realize, that the paths aren't bound to a layer (It's been a while since I've used paths), so it'll just use the Background layer. There is no way around that, right? Since this script only targets layers, it'll ignore path names, which brings me to another question, is it possible to use the same thing, only for saved paths? So if you had 2 paths, one named P1 and the other P2, that it would display it like:
    P1     4222,0
    P1     2963,-3550
    P1     4330,-4210
    P1     6450.3937,-2459
    P2     6141,2387
    P2     4834,2891
    P2     3970,924
    And the other thing, because I'm using a loop now, which basically repeats the \r after ever coordinate, there isn't a way to collect all coordinates and display them in a chain, basically, and then using the \r after all the coordinates for one path is exported, before it moves on to the next path, or? Basically like the post previous to this, except with paths, instead of layers.
    Thank you guys so much for helping me though, would been completely lost without it.

Maybe you are looking for

  • How do I delete 'ghost' Pages documents from iCloud / iPhone?

    Today I got back a brand new iPhone 4 from the repair. It was already preinstalled with iOS 5, just updated to 5.0.1 and restored data from backup on iTunes. Enabled iCloud, opened Pages and-after 5-10 seconds iCloud started to sync and I got almost

  • Is it possible to call a JSP page from a badge reader ?

    Hi all, a customer of mine asked me something really special. He has a badge reader, so when a person pass its badge in the reader it must be triggered an event to call a JSP page. The JSP page must contain some personal data of the person who used t

  • TNS  Listener error in Obiee 11g

    Hi folks, I am struggling with one in Obiee11g . whenever login into the presentation services(http://localhost:9704/analytics), im getting ,username and password nt authenticated . i saw error msg in the server.log file. Error msg is : Received exce

  • Pseudo code for DOM parsing a local XMl file

    HI all, 1)     Can any body please provide me the JAVA pseudo code for parsing xml document from local mcahine and create another xml document in another location in loca machine with small transofrmations ? (JAVA mapping using DOM parsing tehnique u

  • IPhoto: slideshow music selection shows OLD iTunes library.

    Hi, I have re-organized my iTunes library a while ago (new playlists, different location of the files, everything in AAC, etc., but now I can't see my music anymore in iPhoto. All I see is the old iTunes library and I can't figure out how to 're-sync