Primavera P6 v7.0 SP3 API problems

Hi Team,
I've upgraded my test installation from P6 v7.0 to P6 v7.0 SP3. First I did the Client, then the Database and then the API. For all I followed the instructions in the readme files.
Now when I want to add a database to our API driven Java application, the API does correctly list all available databases, but thows an error when I try to login to the database.
The C:\P6IntegrationAPI\PrimaveraLogs\P6WebAccess.html displays the error below:
Error: DBEngine.getEncoding: Error creating bean with name 'eventingService' defined in class path resource [com/primavera/bre/integration/intgssconf.xml]: Invocation of init method failed; nested exception is java.lang.ExceptionInInitializerError
Any thoughts on this? Is the login API call changed? I didn't find any changes in the API call.
Any input is highly appriciated.

Do you need an updated JDK to recompile the API?

Similar Messages

  • Comm API problems RS232 SerialDemo

    Hello,
    before you ask: yes, i have read a lot of postings concerning this topic.
    However, my problem is different than the common Comm API problems.
    Win2000, JDK 1.5.2, Comm API 2.0.
    The SerialDemo compiles (wow), shows the correct COM Ports (1) (this has been a major problem in a lot of postings), and works without exceptions. Great, but i dont get any serialEvent when i send something from my device on COM1 (a balance).
    I know the RS232 parameters (1200,7 data bits, 1 stop bit, parity odd), and i connected this device without problems to a Delphi application.
    Cable is the same and the correct one. The device sends with CRLF (ASCII 13 and 10) at the end of each string.
    I tried SimpleRead.java too, but here the same: no serialEvent has been triggered when the device sends its data.
    Any ideas?
    Oliver

    Hi
    sorry, it does work now :)
    It was the device itself which was causing the problem.
    But i really wasnt expecting this, because the day before the device (a balance) worked without any problems. Its quite funny that the balance stopped working just the day i started with the Java communication :)
    thanks
    Oliver

  • Deprecated API Problem

    I have tried (unsuccessfully) for hours and hours to correct a deprecated Api problem with an old java program I have been tinkering with. Is there anyone out there who may be able to help me? I would appreciate it very much.

    Hello Lovadina,
    I do not think my problem is the most difficult problem that has ever been posted but because I am so new to this I am having difficulty in fixing a java program I am working on. It is to do with an old API Mouse event that is currently part of the source code and from what I have read about it, it should not take much to update it as an old version is being used. You can contact me at [email protected] Thanks

  • Problems with Direct Entitlement API ( problems to download the issuenumbers and others)

    Hi there.
    Here we are using the last version of Direct Entitlement API , we had download on this url : http://www.adobe.com/devnet/digitalpublishingsuite/articles/direct-entitlement-starter-kit .html
    But We are getting some problems
    With https://dev01.cartacapital.com.br/adobe/api/entitlements.php?authToken=0fc82ad9b9c11703ad5 c8dee47d7ee26&appVersion=1.3.1&appId=468573252
    This api is modificated to show only the issuenumbers that I have the right to read.
    I'm getting this results
    <result httpResponseCode="200">
    <entitlements>
    <productId>com.editoraconfianca.revistacartacapital.edicao753</productId>
    <productId>com.editoraconfianca.revistacartacapital.edicao754</productId>
    <productId>com.editoraconfianca.revistacartacapital.edicao755</productId>
    <productId>com.editoraconfianca.revistacartacapital.edicao756</productId>
    <productId>com.editoraconfianca.revistacartacapital.edicao757</productId>
    <productId>com.editoraconfianca.revistacartacapital.edicao758</productId>
    <productId>com.editoraconfianca.revistacartacapital.edicao759</productId>
    <productId>com.editoraconfianca.revistacartacapital.edicao760</productId>
    <productId>com.editoraconfianca.revistacartacapital.edicao761</productId>
    <productId>com.editoraconfianca.revistacartacapital.edicao762</productId>
    <productId>com.editoraconfianca.revistacartacapital.edicao763</productId>
    <productId>com.editoraconfianca.revistacartacapital.edicao764</productId>
    </entitlements>
    </result>
    That's ok
    But on my Ipad ( for testing only) , show this entitlement on a first place, on top of my screen.
    1) Why does the app is showing others  entitlements too, like ( com.editoraconfianca.revistacartacapital.edicao752, 751 ...  ) ?
    2) When I try to download all the result in  my xml , is not allowed to donwload, but the ( com.editoraconfianca.revistacartacapital.edicao752, 751 ...  ) is allowed to download
    When I verify if I can download the issue ( https://dev01.cartacapital.com.br/adobe/api/verifyEntitlement.php?authToken=0fc82ad9b9c117 03ad5c8dee47d7ee26&appId=com.editoraconfianca.revistacartacapital&productId=com.editoracon fianca.revistacartacapital.edicao753&appVersion=1.0.34 )
    show this result
    <result httpResponseCode="200">
    <entitled>true</entitled>
    </result>
    But I can't do the download.
    Help Please.

    There is no license or serial number for the DVD installer.
    If you can get access to a Mac with a working DVD Drive, make the DVD into a .dmg file in Disk Utility and then copy the .dmg file onto a USB key and install onto your Mac from that.
    Peter

  • Can anuone help me on persistence API problem please?

    I would like someone to explain me why when using persistence API
    sometime i can insert data in database normally but later when i
    have added more functionalities like ajax, and file upload i can
    insert data in database using persistence API.
    for instance, using this i was able in the begin of my development
    but now i am not:
    utx.begin();
    inst.insert(name, email); 
    utx.commit();replace the code above by this below i can insert the data
    at the same step of my project:
    Class.forName("com.mysql.jdbc.jdbc2.optional.MysqlDataSource").newInstance();
                con = DriverManager.getConnection("jdbc:mysql://127.0.0.1/loja?user=marcos&password=131283");     
                String selectStatement = "insert into cadastroswebradio values(?, ?)";
                PreparedStatement prepStmt = con.prepareStatement(selectStatement);
                prepStmt.setString(1, name);
                prepStmt.setString(2, email);So what's the problem? could anyone help me?Thanks!!
    this explain either:http://forum.java.sun.com/thread.jspa?threadID=764824

    Basically i totally not understand your question and i believe also nobody would understand what is your question. You mean your persistence APIs, but you didnt show how the APIs and just use it, i can say that, the only different of that JDBC and your 'persistence', is your JDBC isnt commit function(not include auto-commit). What i can see is that's all.
    But the idea of usage DB conn API should be correct with the 3 steps,
    Begin - Open connection
    Query - insert/update/delete
    Close - commit
    catch - Rollback
    Hopefully it helps.

  • Can anyone help me on persistence API problem?

    I would like someone to explain me why when using persistence API
    sometime i can insert data in database normally but later when i
    have added more functionalities like ajax, and file upload i can
    insert data in database using persistence API.
    for instance, using this i was able in the begin of my development
    but now i am not:
    utx.begin();
    inst.insert(name, email); 
    utx.commit();replace the code above by this below i can insert the data
    at the same step of my project:
    Class.forName("com.mysql.jdbc.jdbc2.optional.MysqlDataSource").newInstance();
                con = DriverManager.getConnection("jdbc:mysql://127.0.0.1/loja?user=marcos&password=131283");     
                String selectStatement = "insert into cadastroswebradio values(?, ?)";
                PreparedStatement prepStmt = con.prepareStatement(selectStatement);
                prepStmt.setString(1, name);
                prepStmt.setString(2, email);So what's the problem? could anyone help me?Thanks!!
    this explain either:http://forum.java.sun.com/thread.jspa?threadID=764824

    Basically i totally not understand your question and i believe also nobody would understand what is your question. You mean your persistence APIs, but you didnt show how the APIs and just use it, i can say that, the only different of that JDBC and your 'persistence', is your JDBC isnt commit function(not include auto-commit). What i can see is that's all.
    But the idea of usage DB conn API should be correct with the 3 steps,
    Begin - Open connection
    Query - insert/update/delete
    Close - commit
    catch - Rollback
    Hopefully it helps.

  • COMM API problem

    Hello there
    I am hoping you can help me with following. I am trying to transfer files from one computer
    to another using a serial port and hence I am using the communications api. I have gotten so
    many errors on the problem. I have followed the information for installing the api but I
    still get errors. It will let me compile a file but when I try to run it it give me the
    following error
    NoClassDeffounder found
    What my lecturer did was opened up the jar file and put them into a separate folder. We then
    put them into the bin directory in the jdk.
    Everywhere in the code where it was calling a class,constant belong to the api we did the
    following
    comm.CommPortIdentifier.getPortIdentifiers();
    In the above line comm is the folder with the class files
    When we try to tun it now it executes.But it still cannot find any ports whatsoever
    Please can anyone at all help. I am stuck on this problem for over a month and is slowing me down
    Thanks

    No the code has not come from my tutor
    I've had 2 experts trying to help me and they dont
    know what the problem is
    I have tried the SerialDemo
    I still get the same result
    Any other ideasIf you have followed these instructions to the letter, which I doubt, then you probably need to re-install Windows.
    If they haven't fixed this relatively simple problem they are not experts. Consultants perhaps, but not experts.

  • [Addin API] Problem with setting Common data in ProjectSettings

    I'm experimenting with how to store information in a project and trying out the "ProjectSettings.jpr" example coming with the AddinAPI samples.
    In the sample, data set in "Common" settings doesn't work (while data set in "Configuration" settings works).
    To reproduce the problem,
    1. Compile and install the ProjectSettings plugin
    2. Restart JDev
    3. Go to Project | Project Settings
    4. Type in some data under Common/"My Properties" and
    Type in some data under Configuration/Development/"My CFG Properties"
    5. Click OK
    6. Go to Project | Project Settings again
    7. Now, data entered under Common/"My Properties" is lost but data under
    Configuration/Development/"My CFG Properties" retains.
    I figured out the problem is that inside CommonProjectSettingsPanel.onEntry(TraversableContext tc), tc.find(ConfigProjectSettings.KEY) returns null, meaning the setting object is not found in the context.
    I'm using JDev 9.0.2.829.
    Is this a known bug in 9.0.2's Addin API?
    Thanks.

    Besides, I found out that if I changed the value of the key ConfigProjectSettings.KEY from "MyConfig.PrjSettings" to "samples.oracle.addin.projectsettings.ConfigProjectSettings" (which is same as the classname), it doesn't work anymore.
    Is there any restriction (e.g. number of dots, length, etc.) on the keys used in project settings?

  • WLS6.1 SP3 installation problem

    I can not install SP3 because an exception. Hier is what I got on the screen:
    This installer will guide you through the installation of Service Pack 3 of
    WebLogic Server 6.1. Use command "next" to proceed to the next screen. If you
    want to change something in a previous screen, use command "previous" or
    "back". You may quit the installer at any time by using the command the
    "quit".
    PRESS <ENTER> TO CONTINUE:
    ===============================================================================
    Choose BEA Home Directory
    1- /opt/bea80
    2- /opt/bea
    3- /opt/weblogic
    Existing BEA Home: 1
    ===============================================================================
    Installing...
    [==================|==================|==================|==================]
    [Exception in thread "main"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hello...
    the application is the contained one in sao.zip but now the problem also is that
    she is very slow in accesar my question is to that must?
    "Miriam Serrano" <[email protected]> wrote:
    >
    Hello...
    I cannot annex it, but has 20 servlets and 10 jsp with sig. structure:
    -- WEB-INF
         -- classes (Underneath aqui I have my classes and my servlets ademas
    of some
    archives of properties) --
    -- lib (lib (underneath this directory I have 2 archives
    to jar, one
    that is the one that contains drivers of connection to our data base
    (SYBASE), and
    the other is pool of connections which commands to call to drivers of
    other jar,
    these archives to jar create them long ago and I did them as if they
    were zip, without
    using jar, tendra something that to see that in my problem)
    The version that we have installed is the 7,0 on Red hat linux 7.2
    Kumar Allamraju <[email protected]> wrote:
    can you post sao.war? (if it's not too big)
    Miriam Serrano wrote:
    I need to make deploy of the called application sao.war but I have
    the
    following error.
    LOG:
    preparing application sao on myserver
    Exception caught for task Activate application sao on myserver:
    Prepare
    failed. Task Id = 0
    Module, sao, reported error: Could not load web application from
    '/WWW/weblogic/bea/weblogic700/server/bin/sao.war'
    failed application sao on myserver
    Exception:
    weblogic.management.ApplicationException: Prepare failed. Task Id
    = 0
    Module Name: sao, Error: Could not load web application from '/WWW/weblogic/bea/weblogic700/server/bin/sao.war'
    at
    weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:634)
    at
    weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:548)
    at
    weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:1026)
    at
    weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:700)
    at
    weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
    thanks

  • Using Design-Time API problems

    I've been using the design time API to create an effect similar to that achieved in the examples section of the User guide for the HtmlDataTable. I'm not having any luck with my beanCreatedSetup method. I've done simething similar to the example and have created DesignBeans as table columns but in my examplecode the JSP code is not correct. In the JSP none of the children elements appear as children of the table,. I'm passing in the correct parent design bean when I call createBean, so I'm not sure what I'm doing wrong.
    My code is pretty much the same as in the example.
    Any ideas would help. Or a look at the complete source to HtmlDataTableDesignInfo.
    Don

    I was looking for a more immediate response to this specific problem, the other thread was a request for better examples in the docs. They are related, a complete example could solve my problem, but I'm nore sure there isn't a problem with the createBean() call. No matter what I do, I can't create a bean for component that get's persisted as a child component of a parent. In this case the parent DesignBean is derived from HtmlTableData and I'm trying to add children DesignBeans that are columns. After adding them they are persisted into the jsp page but not as children of the table component.
    Don

  • Primavera login error with Integration API (Ver. 8.3)

    Dear all
    Currently, I found one issue while using [Session.login] method on Primavera Integration API (Ver8.3).
    [Codes]:
       DatabaseInstance[] dbinstance = Session.getDatabaseInstances(RMIURL.getRmiUrl(RMIURL.LOCAL_SERVICE));
       session = Session.login(RMIURL.getRmiUrl(RMIURL.LOCAL_SERVICE),
                                              dbinstance[0].getDatabaseId(),
                                              "UserId",
                                              "Password");
    [Error Messages]:
    com.primavera.integration.client.ClientException: Fatal error: null
      at com.primavera.integration.client.Session.a(Session.java:387)
      at com.primavera.integration.client.Session.login(Session.java:347)
      at ite.test.main(test.java:29)
    Caused by: java.lang.NullPointerException
      at com.primavera.bo.datacaches.ServerUserPrivsCache.getServerUserPrivsCache(ServerUserPrivsCache.java:749)
      at com.primavera.bo.common.b.a(LoginHelper.java:360)
      at com.primavera.bo.common.b.a(LoginHelper.java:168)
      at com.primavera.bo.remotable.SessionLifetime.login(SessionLifetime.java:57)
      at com.primavera.bo.remotable.qproxy.SessionLifetime.login(SessionLifetime.java:76)
      at com.primavera.bo.DBSessionLifetime.login(DBSessionLifetime.java:28)
      at com.primavera.integration.server.ServerFacadeBase.login(ServerFacadeBase.java:434)
      at com.primavera.integration.server.ServerFacade.login(ServerFacade.java:11)
      at com.primavera.integration.client.LocalSession.login(LocalSession.java:94)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:601)
      at com.primavera.integration.client.Session.a(Session.java:359)
      ... 2 more
    Does anyone kind to help me to solve this?

    rp0428 wrote:
    Since that is a 3rd party API throwing the exception you will need to post in a forum for that API.
    I'm locking this thread now.

  • Grid API problem

    Hi, I sort of copied and pasted the example from Grid API doc. But the output doesn't produce as necessary.The result I get is:,Scenario,,,,,,,,,and I think it should be: , ,Year,Product,MarketActual, Sales, 333, , Any ideas ???Here is the Code: ( quite long but mostly copied from the example )#include <stdio.h>#include <essapi.h>#include <essgapi.h>ESSG_PPDATA_T BuildTable (ESSG_PRANGE_T pRange) ;ESSG_PPDATA_T AllocTwoDims (ESS_ULONG_T ulRows, ESS_ULONG_T ulCols) ;ESSG_VOID_T FreeTwoDim(ESSG_PPDATA_T ppDataToFree,ESSG_ULONG_T ulRows) ;int main(void) {     // Initialize API.     ESSG_FUNC_M sts = ESSG_STS_NOERR ;     ESSG_INIT_T InitStruct ;     ESSG_HANDLE_T Handle ;     ESSG_HGRID_T hGrid ;     InitStruct.ulVersion = ESSG_VERSION ;     InitStruct.ulMaxColumns = 1000 ;     InitStruct.ulMaxRows = 200 ;     InitStruct.pfnMessageFunc = ESS_NULL ;     InitStruct.pUserdata = ESS_NULL ;     sts = EssGInit(&InitStruct, &Handle) ;     if(sts != 0) {          printf("API Grid Init failed\n %d\n", sts) ;          return 0 ;     }     // Initialize Grid.     sts = EssGNewGrid(Handle, &hGrid) ;     if(sts != ESSG_STS_NOERR) {          printf("New Grid Init failed\n") ;          return 0 ;     }     // Data Retrieval.     ESSG_ULONG_T     ulRow, ulCol, ulOptions ;     ESSG_PPDATA_T     ppDataIn, ppDataOut ;     ESSG_RANGE_T     rRangeDataIn, rRangeDataOut ;     ESSG_USHORT_T     usState ;     /* Connect to Essbase and assigne to Grid */     sts = EssGConnect(     hGrid,                              "Sever",                              "Admin",                              "admin92",                              "username",                              "pass",                              ESSG_CONNECT_NODIALOG                         ) ;          if(sts == 0) {          ppDataIn = BuildTable(&rRangeDataIn) ;          ulOptions = 0 ;          sts = EssGBeginRetrieve(hGrid, ESSG_RET_RETRIEVE);     } else {               printf( "Connection Problem \n") ;               return 0 ;     }     if(sts == 0) {          sts = EssGSendRows(hGrid, &rRangeDataIn, ppDataIn) ;     } if (sts == 0) {                /* We're done sending rows, perform the retrieval */                sts = EssGPerformOperation(hGrid, 0);                        /* Free the data we built */                FreeTwoDim(ppDataIn, rRangeDataIn.ulNumRows);        }          if (sts == 0) {                /* Determine the results of the retrieve and how much data                 * is being returned.                 */                sts = EssGGetResults(hGrid, 0, &rRangeDataOut, &usState);        } if (sts == 0) {                /* Get all of the data */                sts = EssGGetRows(hGrid,0, &rRangeDataOut,                         &rRangeDataOut, &ppDataOut);        }          if (sts == 0) {                /* Interate though the data ... */                /* First the rows */                for (ulRow = rRangeDataOut.ulRowStart;                                ulRow < rRangeDataOut.ulNumRows;                                ulRow++)                {                        /* Then the columns */                        for (ulCol = rRangeDataOut.ulColumnStart;                                        ulCol < rRangeDataOut.ulNumColumns;                                        ulCol++)                        {                                /* Here's a cell ... just render it. */                                switch (ppDataOut[ulRow][ulCol].usType) {                                        // Renderint it. too big to post.                                }                                             printf(","); }                                                  printf("\n") ; }               }     if(sts == 0) {          EssGEndOperation(hGrid, 0) ;          EssGDisconnect(hGrid,0) ;     }     return 0 ;}ESSG_PPDATA_T BuildTable (ESSG_PRANGE_T pRange){ESSG_PPDATA_T   ppTable;ESSG_STR_T      current_str;ESSG_USHORT_T   slen = 0;   pRange->ulRowStart = 0;   pRange->ulColumnStart = 0;   pRange->ulNumRows = 2 ;   pRange->ulNumColumns = 5;   ppTable = AllocTwoDims(2, 5);   /* ROW 1 */   ppTable[0][0].usType = ESSG_DT_BLANK; ppTable[0][1].usType = ESSG_DT_BLANK; return ppTable ; slen = strlen("Year"); current_str = (ESSG_CHAR_T *) malloc(sizeof(ESSG_CHAR_T)*(slen+2)); current_str = slen;   strcpy( (current_str + 1), "Year");   ppTable[0][2].usType = ESSG_DT_STRING;   ppTable[0][2].Value.pszStr = current_str;      slen = strlen("Product");   current_str = (ESSG_CHAR_T ) malloc(sizeof(ESSG_CHAR_T)*(slen+2)); current_str =  slen;   strcpy( (current_str + 1), "Product");   ppTable[0][3].usType = ESSG_DT_STRING;   ppTable[0][3].Value.pszStr = current_str;   slen = strlen("Market");   current_str = (ESSG_CHAR_T ) malloc(sizeof(ESSG_CHAR_T)*(slen+2)); current_str =  slen;   strcpy((current_str + 1), "Market");   ppTable[0][4].usType = ESSG_DT_STRING;   ppTable[0][4].Value.pszStr = current_str;   /** ROW 2 ***/ slen = strlen("Actual"); current_str = (ESSG_CHAR_T *) malloc(sizeof(ESSG_CHAR_T)*(slen+2)); current_str = slen;   strcpy((current_str + 1), "Actual");   ppTable[1][0].usType = ESSG_DT_STRING;   ppTable[1][0].Value.pszStr = current_str;   ppTable[1][1].usType = ESSG_DT_STRING;   slen = strlen("Sales");   current_str = (ESSG_CHAR_T ) malloc(sizeof(ESSG_CHAR_T)*(slen+2)); *current_str =   slen;   strcpy( (current_str + 1), "Sales");   ppTable[1][1].Value.pszStr = current_str;   ppTable[1][2].usType = ESSG_DT_BLANK;   ppTable[1][3].usType = ESSG_DT_BLANK;   ppTable[1][4].usType = ESSG_DT_BLANK;   return (ppTable);}ESSG_PPDATA_T AllocTwoDims (ESS_ULONG_T ulRows, ESS_ULONG_T ulCols){        ESSG_PPDATA_T   ppTemp;        ESS_ULONG_T     ulIndex;        ppTemp = (ESSG_PDATA_T * ) malloc(sizeof(ESSG_PDATA_T) * ulRows);        for (ulIndex = 0; ulIndex < ulRows; ulIndex++)        {                ppTemp[ulIndex] =( ESSG_DATA_T * ) malloc(sizeof(ESSG_DATA_T) * ulCols); } return ppTemp;}ESSG_VOID_T FreeTwoDim(ESSG_PPDATA_T ppDataToFree, ESSG_ULONG_T ulRows){   ESSG_ULONG_T ulIndex;   for (ulIndex = 0; ulIndex < ulRows; ulIndex++)   {      if (ppDataToFree[ulIndex]->usType == ESSG_DT_STRING) {         free(ppDataToFree[ulIndex]->Value.pszStr); } free(ppDataToFree[ulIndex]); } free(ppDataToFree);}

    Assuming there are no errors happening, it looks like the function you are using to output the results is not displaying the data properly.Could you post that function? It looks like it got truncated...Regards,Jade----------------------------------Jade ColeSenior Business Intelligence ConsultantClarity [email protected]

  • UI API Problem

    Hi All,
    I am trying to install an Add-On on a server machine but when i click on the Install button it returns a error "UI API not found- Installation can not be done" .
    What is the problem can any one help me.
    Please reply as soon as possible.
    Regards,
    Anil Kumar

    Hello Anil,
    Have you installed the SDK from package folder of the latest PL of SBO installation you are using now? I am afraid it could be the cause of the problem.
    Rgds,

  • Win Xp SP3 - wireless problem on Lenovo N500

    Hi to lenovo community!!! it's my firs post here 
    I introduce my self in this community with a problem. Wirelless card is not  working after i installed wlan driver from website. Wlan button is ON and on windows 7 is working very well, in rest all drivers work fine on XP sp3.
    What can be the problem? Wlan card is working on another OS...
    thx a lot for thoes who answer me.
    you can see picture here:
    [IMG]http://g.imagehost.org/0559/desktop.jpg[/IMG]
    and the raport is that:
     #Event,Source,Time,Error Severity,Domain,User,Description
    1,S24EvMon,02/19/2009 19:18:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    2,S24EvMon,02/19/2009 19:18:31,Information,AppDriver,SYSTEM,No adapter found.
    3,S24EvMon,02/19/2009 19:18:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    4,S24EvMon,02/19/2009 19:18:31,Information,AppDriver,SYSTEM,No adapter found.
    5,S24EvMon,02/19/2009 19:19:01,Information,AppDriver,SYSTEM,Getting List of adapters.
    6,S24EvMon,02/19/2009 19:19:01,Information,AppDriver,SYSTEM,No adapter found.
    7,ZCfgSvc,02/19/2009 19:19:31,Information,General,Cloud,Refreshing adapter list.
    8,S24EvMon,02/19/2009 19:19:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    9,S24EvMon,02/19/2009 19:19:31,Information,AppDriver,SYSTEM,No adapter found.
    10,S24EvMon,02/19/2009 19:19:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    11,S24EvMon,02/19/2009 19:19:31,Information,AppDriver,SYSTEM,No adapter found.
    12,S24EvMon,02/19/2009 19:20:01,Information,AppDriver,SYSTEM,Getting List of adapters.
    13,S24EvMon,02/19/2009 19:20:01,Information,AppDriver,SYSTEM,No adapter found.
    14,ZCfgSvc,02/19/2009 19:20:31,Information,General,Cloud,Refreshing adapter list.
    15,S24EvMon,02/19/2009 19:20:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    16,S24EvMon,02/19/2009 19:20:31,Information,AppDriver,SYSTEM,No adapter found.
    17,S24EvMon,02/19/2009 19:20:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    18,S24EvMon,02/19/2009 19:20:31,Information,AppDriver,SYSTEM,No adapter found.
    19,S24EvMon,02/19/2009 19:21:01,Information,AppDriver,SYSTEM,Getting List of adapters.
    20,S24EvMon,02/19/2009 19:21:01,Information,AppDriver,SYSTEM,No adapter found.
    21,ZCfgSvc,02/19/2009 19:21:31,Information,General,Cloud,Refreshing adapter list.
    22,S24EvMon,02/19/2009 19:21:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    23,S24EvMon,02/19/2009 19:21:31,Information,AppDriver,SYSTEM,No adapter found.
    24,S24EvMon,02/19/2009 19:21:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    25,S24EvMon,02/19/2009 19:21:31,Information,AppDriver,SYSTEM,No adapter found.
    26,S24EvMon,02/19/2009 19:22:01,Information,AppDriver,SYSTEM,Getting List of adapters.
    27,S24EvMon,02/19/2009 19:22:01,Information,AppDriver,SYSTEM,No adapter found.
    28,ZCfgSvc,02/19/2009 19:22:31,Information,General,Cloud,Refreshing adapter list.
    29,S24EvMon,02/19/2009 19:22:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    30,S24EvMon,02/19/2009 19:22:31,Information,AppDriver,SYSTEM,No adapter found.
    31,S24EvMon,02/19/2009 19:22:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    32,S24EvMon,02/19/2009 19:22:31,Information,AppDriver,SYSTEM,No adapter found.
    33,S24EvMon,02/19/2009 19:23:01,Information,AppDriver,SYSTEM,Getting List of adapters.
    34,S24EvMon,02/19/2009 19:23:01,Information,AppDriver,SYSTEM,No adapter found.
    35,ZCfgSvc,02/19/2009 19:23:31,Information,General,Cloud,Refreshing adapter list.
    36,S24EvMon,02/19/2009 19:23:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    37,S24EvMon,02/19/2009 19:23:31,Information,AppDriver,SYSTEM,No adapter found.
    38,S24EvMon,02/19/2009 19:23:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    39,S24EvMon,02/19/2009 19:23:31,Information,AppDriver,SYSTEM,No adapter found.
    40,S24EvMon,02/19/2009 19:24:01,Information,AppDriver,SYSTEM,Getting List of adapters.
    41,S24EvMon,02/19/2009 19:24:01,Information,AppDriver,SYSTEM,No adapter found.
    42,ZCfgSvc,02/19/2009 19:24:31,Information,General,Cloud,Refreshing adapter list.
    43,S24EvMon,02/19/2009 19:24:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    44,S24EvMon,02/19/2009 19:24:31,Information,AppDriver,SYSTEM,No adapter found.
    45,S24EvMon,02/19/2009 19:24:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    46,S24EvMon,02/19/2009 19:24:31,Information,AppDriver,SYSTEM,No adapter found.
    47,S24EvMon,02/19/2009 19:25:01,Information,AppDriver,SYSTEM,Getting List of adapters.
    48,S24EvMon,02/19/2009 19:25:01,Information,AppDriver,SYSTEM,No adapter found.
    49,ZCfgSvc,02/19/2009 19:25:31,Information,General,Cloud,Refreshing adapter list.
    50,S24EvMon,02/19/2009 19:25:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    51,S24EvMon,02/19/2009 19:25:31,Information,AppDriver,SYSTEM,No adapter found.
    52,S24EvMon,02/19/2009 19:25:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    53,S24EvMon,02/19/2009 19:25:31,Information,AppDriver,SYSTEM,No adapter found.
    54,S24EvMon,02/19/2009 19:26:01,Information,AppDriver,SYSTEM,Getting List of adapters.
    55,S24EvMon,02/19/2009 19:26:01,Information,AppDriver,SYSTEM,No adapter found.
    56,ZCfgSvc,02/19/2009 19:26:31,Information,General,Cloud,Refreshing adapter list.
    57,S24EvMon,02/19/2009 19:26:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    58,S24EvMon,02/19/2009 19:26:31,Information,AppDriver,SYSTEM,No adapter found.
    59,S24EvMon,02/19/2009 19:26:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    60,S24EvMon,02/19/2009 19:26:31,Information,AppDriver,SYSTEM,No adapter found.
    61,S24EvMon,02/19/2009 19:27:01,Information,AppDriver,SYSTEM,Getting List of adapters.
    62,S24EvMon,02/19/2009 19:27:01,Information,AppDriver,SYSTEM,No adapter found.
    63,ZCfgSvc,02/19/2009 19:27:31,Information,General,Cloud,Refreshing adapter list.
    64,S24EvMon,02/19/2009 19:27:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    65,S24EvMon,02/19/2009 19:27:31,Information,AppDriver,SYSTEM,No adapter found.
    66,S24EvMon,02/19/2009 19:27:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    67,S24EvMon,02/19/2009 19:27:31,Information,AppDriver,SYSTEM,No adapter found.
    68,S24EvMon,02/19/2009 19:28:01,Information,AppDriver,SYSTEM,Getting List of adapters.
    69,S24EvMon,02/19/2009 19:28:01,Information,AppDriver,SYSTEM,No adapter found.
    70,ZCfgSvc,02/19/2009 19:28:31,Information,General,Cloud,Refreshing adapter list.
    71,S24EvMon,02/19/2009 19:28:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    72,S24EvMon,02/19/2009 19:28:31,Information,AppDriver,SYSTEM,No adapter found.
    73,S24EvMon,02/19/2009 19:28:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    74,S24EvMon,02/19/2009 19:28:31,Information,AppDriver,SYSTEM,No adapter found.
    75,S24EvMon,02/19/2009 19:29:01,Information,AppDriver,SYSTEM,Getting List of adapters.
    76,S24EvMon,02/19/2009 19:29:01,Information,AppDriver,SYSTEM,No adapter found.
    77,ZCfgSvc,02/19/2009 19:29:31,Information,General,Cloud,Refreshing adapter list.
    78,S24EvMon,02/19/2009 19:29:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    79,S24EvMon,02/19/2009 19:29:31,Information,AppDriver,SYSTEM,No adapter found.
    80,S24EvMon,02/19/2009 19:29:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    81,S24EvMon,02/19/2009 19:29:31,Information,AppDriver,SYSTEM,No adapter found.
    82,S24EvMon,02/19/2009 19:30:01,Information,AppDriver,SYSTEM,Getting List of adapters.
    83,S24EvMon,02/19/2009 19:30:01,Information,AppDriver,SYSTEM,No adapter found.
    84,ZCfgSvc,02/19/2009 19:30:31,Information,General,Cloud,Refreshing adapter list.
    85,S24EvMon,02/19/2009 19:30:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    86,S24EvMon,02/19/2009 19:30:31,Information,AppDriver,SYSTEM,No adapter found.
    87,S24EvMon,02/19/2009 19:30:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    88,S24EvMon,02/19/2009 19:30:31,Information,AppDriver,SYSTEM,No adapter found.
    89,S24EvMon,02/19/2009 19:31:01,Information,AppDriver,SYSTEM,Getting List of adapters.
    90,S24EvMon,02/19/2009 19:31:01,Information,AppDriver,SYSTEM,No adapter found.
    91,ZCfgSvc,02/19/2009 19:31:31,Information,General,Cloud,Refreshing adapter list.
    92,S24EvMon,02/19/2009 19:31:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    93,S24EvMon,02/19/2009 19:31:31,Information,AppDriver,SYSTEM,No adapter found.
    94,S24EvMon,02/19/2009 19:31:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    95,S24EvMon,02/19/2009 19:31:31,Information,AppDriver,SYSTEM,No adapter found.
    96,S24EvMon,02/19/2009 19:32:01,Information,AppDriver,SYSTEM,Getting List of adapters.
    97,S24EvMon,02/19/2009 19:32:01,Information,AppDriver,SYSTEM,No adapter found.
    98,ZCfgSvc,02/19/2009 19:32:31,Information,General,Cloud,Refreshing adapter list.
    99,S24EvMon,02/19/2009 19:32:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    100,S24EvMon,02/19/2009 19:32:31,Information,AppDriver,SYSTEM,No adapter found.
    101,S24EvMon,02/19/2009 19:32:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    102,S24EvMon,02/19/2009 19:32:31,Information,AppDriver,SYSTEM,No adapter found.
    103,S24EvMon,02/19/2009 19:33:01,Information,AppDriver,SYSTEM,Getting List of adapters.
    104,S24EvMon,02/19/2009 19:33:01,Information,AppDriver,SYSTEM,No adapter found.
    105,ZCfgSvc,02/19/2009 19:33:31,Information,General,Cloud,Refreshing adapter list.
    106,S24EvMon,02/19/2009 19:33:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    107,S24EvMon,02/19/2009 19:33:31,Information,AppDriver,SYSTEM,No adapter found.
    108,S24EvMon,02/19/2009 19:33:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    109,S24EvMon,02/19/2009 19:33:31,Information,AppDriver,SYSTEM,No adapter found.
    110,S24EvMon,02/19/2009 19:34:01,Information,AppDriver,SYSTEM,Getting List of adapters.
    111,S24EvMon,02/19/2009 19:34:01,Information,AppDriver,SYSTEM,No adapter found.
    112,ZCfgSvc,02/19/2009 19:34:31,Information,General,Cloud,Refreshing adapter list.
    113,S24EvMon,02/19/2009 19:34:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    114,S24EvMon,02/19/2009 19:34:31,Information,AppDriver,SYSTEM,No adapter found.
    115,S24EvMon,02/19/2009 19:34:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    116,S24EvMon,02/19/2009 19:34:31,Information,AppDriver,SYSTEM,No adapter found.
    117,S24EvMon,02/19/2009 19:35:01,Information,AppDriver,SYSTEM,Getting List of adapters.
    118,S24EvMon,02/19/2009 19:35:01,Information,AppDriver,SYSTEM,No adapter found.
    119,ZCfgSvc,02/19/2009 19:35:31,Information,General,Cloud,Refreshing adapter list.
    120,S24EvMon,02/19/2009 19:35:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    121,S24EvMon,02/19/2009 19:35:31,Information,AppDriver,SYSTEM,No adapter found.
    122,S24EvMon,02/19/2009 19:35:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    123,S24EvMon,02/19/2009 19:35:31,Information,AppDriver,SYSTEM,No adapter found.
    124,S24EvMon,02/19/2009 19:36:01,Information,AppDriver,SYSTEM,Getting List of adapters.
    125,S24EvMon,02/19/2009 19:36:01,Information,AppDriver,SYSTEM,No adapter found.
    126,ZCfgSvc,02/19/2009 19:36:31,Information,General,Cloud,Refreshing adapter list.
    127,S24EvMon,02/19/2009 19:36:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    128,S24EvMon,02/19/2009 19:36:31,Information,AppDriver,SYSTEM,No adapter found.
    129,S24EvMon,02/19/2009 19:36:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    130,S24EvMon,02/19/2009 19:36:31,Information,AppDriver,SYSTEM,No adapter found.
    131,S24EvMon,02/19/2009 19:37:01,Information,AppDriver,SYSTEM,Getting List of adapters.
    132,S24EvMon,02/19/2009 19:37:01,Information,AppDriver,SYSTEM,No adapter found.
    133,ZCfgSvc,02/19/2009 19:37:31,Information,General,Cloud,Refreshing adapter list.
    134,S24EvMon,02/19/2009 19:37:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    135,S24EvMon,02/19/2009 19:37:31,Information,AppDriver,SYSTEM,No adapter found.
    136,S24EvMon,02/19/2009 19:37:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    137,S24EvMon,02/19/2009 19:37:31,Information,AppDriver,SYSTEM,No adapter found.
    138,S24EvMon,02/19/2009 19:38:01,Information,AppDriver,SYSTEM,Getting List of adapters.
    139,S24EvMon,02/19/2009 19:38:01,Information,AppDriver,SYSTEM,No adapter found.
    140,ZCfgSvc,02/19/2009 19:38:31,Information,General,Cloud,Refreshing adapter list.
    141,S24EvMon,02/19/2009 19:38:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    142,S24EvMon,02/19/2009 19:38:31,Information,AppDriver,SYSTEM,No adapter found.
    143,S24EvMon,02/19/2009 19:38:31,Information,AppDriver,SYSTEM,Getting List of adapters.
    144,S24EvMon,02/19/2009 19:38:31,Information,AppDriver,SYSTEM,No adapter found.
    145,S24EvMon,02/19/2009 19:39:01,Information,AppDriver,SYSTEM,Getting List of adapters.
    146,S24EvMon,02/19/2009 19:39:01,Information,AppDriver,SYSTEM,No adapter found.
    147,ZCfgSvc,02/19/2009 19:39:26,Information,General,Cloud,Refreshing adapter list.
    148,S24EvMon,02/19/2009 19:39:26,Information,AppDriver,SYSTEM,Getting List of adapters.
    149,S24EvMon,02/19/2009 19:39:26,Information,AppDriver,SYSTEM,No adapter found.
    150,ZCfgSvc,02/19/2009 19:47:43,Information,General,Cloud,Refreshing adapter list.
    151,S24EvMon,02/19/2009 19:47:43,Information,AppDriver,SYSTEM,Getting List of adapters.
    152,S24EvMon,02/19/2009 19:47:43,Information,AppDriver,SYSTEM,No adapter found.
    153,S24EvMon,02/19/2009 19:47:44,Information,AppDriver,SYSTEM,Getting List of adapters.
    154,S24EvMon,02/19/2009 19:47:44,Information,AppDriver,SYSTEM,No adapter found.
    155,S24EvMon,02/19/2009 19:47:47,Information,AppDriver,SYSTEM,FindAdapterChanges.
    156,S24EvMon,02/19/2009 19:47:47,Information,AppDriver,SYSTEM,Adpater is NOT Bound.
    157,S24EvMon,02/19/2009 19:47:47,Information,AppDriver,SYSTEM,FAILED:Binding Adapter.
    158,S24EvMon,02/19/2009 19:47:47,Information,AppDriver,SYSTEM,Getting List of adapters.
    159,S24EvMon,02/19/2009 19:47:47,Information,AppDriver,SYSTEM,No adapter found.
    160,S24EvMon,02/19/2009 19:47:47,Information,AppDriver,SYSTEM,Getting List of adapters.
    161,S24EvMon,02/19/2009 19:47:47,Information,AppDriver,SYSTEM,No adapter found.
    162,S24EvMon,02/19/2009 19:47:49,Information,AppDriver,SYSTEM,Getting List of adapters.
    163,S24EvMon,02/19/2009 19:47:49,Information,AppDriver,SYSTEM,No adapter found.
    164,S24EvMon,02/19/2009 19:47:51,Information,AppDriver,SYSTEM,Getting List of adapters.
    165,S24EvMon,02/19/2009 19:47:51,Information,AppDriver,SYSTEM,No adapter found.
    166,S24EvMon,02/19/2009 19:47:53,Information,AppDriver,SYSTEM,Getting List of adapters.
    167,S24EvMon,02/19/2009 19:47:53,Information,AppDriver,SYSTEM,No adapter found.
    168,S24EvMon,02/19/2009 19:48:13,Information,AppDriver,SYSTEM,Getting List of adapters.
    169,S24EvMon,02/19/2009 19:48:13,Information,AppDriver,SYSTEM,No adapter found.
    170,S24EvMon,02/19/2009 19:48:43,Information,AppDriver,SYSTEM,Getting List of adapters.
    171,S24EvMon,02/19/2009 19:48:43,Information,AppDriver,SYSTEM,No adapter found.
    172,ZCfgSvc,02/19/2009 19:48:47,Information,General,Cloud,Refreshing adapter list.
    173,S24EvMon,02/19/2009 19:48:47,Information,AppDriver,SYSTEM,Getting List of adapters.
    174,S24EvMon,02/19/2009 19:48:47,Information,AppDriver,SYSTEM,No adapter found.
    175,S24EvMon,02/19/2009 19:49:13,Information,AppDriver,SYSTEM,Getting List of adapters.
    176,S24EvMon,02/19/2009 19:49:13,Information,AppDriver,SYSTEM,No adapter found.
    177,S24EvMon,02/19/2009 19:49:43,Information,AppDriver,SYSTEM,Getting List of adapters.
    178,S24EvMon,02/19/2009 19:49:43,Information,AppDriver,SYSTEM,No adapter found.
    179,ZCfgSvc,02/19/2009 19:49:47,Information,General,Cloud,Refreshing adapter list.
    180,S24EvMon,02/19/2009 19:49:47,Information,AppDriver,SYSTEM,Getting List of adapters.
    181,S24EvMon,02/19/2009 19:49:47,Information,AppDriver,SYSTEM,No adapter found.
    182,S24EvMon,02/19/2009 19:50:13,Information,AppDriver,SYSTEM,Getting List of adapters.
    183,S24EvMon,02/19/2009 19:50:13,Information,AppDriver,SYSTEM,No adapter found.
    184,S24EvMon,02/19/2009 19:50:43,Information,AppDriver,SYSTEM,Getting List of adapters.
    185,S24EvMon,02/19/2009 19:50:43,Information,AppDriver,SYSTEM,No adapter found.
    186,ZCfgSvc,02/19/2009 19:50:47,Information,General,Cloud,Refreshing adapter list.
    187,S24EvMon,02/19/2009 19:50:47,Information,AppDriver,SYSTEM,Getting List of adapters.
    188,S24EvMon,02/19/2009 19:50:47,Information,AppDriver,SYSTEM,No adapter found.
    189,S24EvMon,02/19/2009 19:50:53,Information,AppDriver,SYSTEM,Getting List of adapters.
    190,S24EvMon,02/19/2009 19:50:53,Information,AppDriver,SYSTEM,No adapter found.
    191,IWA,02/19/2009 19:50:53,Information,Adapter,Cloud,No supported wireless adapters were found.
    192,S24EvMon,02/19/2009 19:51:13,Information,AppDriver,SYSTEM,Getting List of adapters.
    193,S24EvMon,02/19/2009 19:51:13,Information,AppDriver,SYSTEM,No adapter found.
    194,S24EvMon,02/19/2009 19:51:43,Information,AppDriver,SYSTEM,Getting List of adapters.
    195,S24EvMon,02/19/2009 19:51:43,Information,AppDriver,SYSTEM,No adapter found.
    196,ZCfgSvc,02/19/2009 19:51:47,Information,General,Cloud,Refreshing adapter list.
    197,S24EvMon,02/19/2009 19:51:47,Information,AppDriver,SYSTEM,Getting List of adapters.
    198,S24EvMon,02/19/2009 19:51:47,Information,AppDriver,SYSTEM,No adapter found.
    199,S24EvMon,02/19/2009 19:52:13,Information,AppDriver,SYSTEM,Getting List of adapters.
    200,S24EvMon,02/19/2009 19:52:13,Information,AppDriver,SYSTEM,No adapter found.

    yeahh...very funny...why my last post was moved here, from lenovo 3000 subforum?

  • Facebook Flash graph api problem please help !!

    Hi people
    I have som porblem with Facebook Flash graph API
    I am receiving request, but realy when I check my wall in facebook FacebookDesktop.api not adds Like or unLike
    please help me if anyone have experience in Flash Gaph API, and how to solve the problem
    thanks
    private function likeClickHandler(event:MouseEvent):void{
                   handleLikeClick()
              protected function populateLikeCount():void {
                   if (intData.user_likes) {
                        likeBtn.label = 'Unlike';
                   } else {
                        likeBtn.label = 'Like';
                   likesCount.text = intData.likes == null ? '':intData.likes + ' likes.';
                   //likeBtn.visible = int(intData.likes > 0);
              protected function handleLikeClick():void {
                   loading.visible = true;
                   if (intData.user_likes) {
                        FacebookDesktop.api('/'+intData.id+'/likes', handlePostUnliked);
                   } else {
                        FacebookDesktop.api('/'+intData.id+'/likes', handlePostLiked);
              protected function handlePostUnliked(response:Object, fail:Object):void {
                   loading.visible = false;
                   if (response) {
                        var objet:Object = response as Object;
                        intData.likes--;
                        intData.user_likes = false;
                        populateLikeCount();
              protected function handlePostLiked(response:Object, fail:Object):void {
                   loading.visible = false;
                   if (response) {
                        (intData.likes == null)?intData.likes = 1:intData.likes++;
                        intData.user_likes = true;
                        populateLikeCount();

    no any idea??  (((

Maybe you are looking for