Issue with STOR using FTP & TLS

Currently I've developed a small FTPSClient class which basically extends Apache's FTPClient. After a lot of work, I was able to get connected, log in, etc. Now, I'm having a problem sending a file to the FTP server (data channel protected.)
Here is RFC 4217's guideline for doing so:
12.7.  A Firewall-Friendly Data Transfer with Protection
              Client                                 Server
     control          data                   data               control
   ====================================================================
     PASV -------------------------------------------------------->
                                             socket()
                                             bind()
         <------------------------------------------ 227 (w,x,y,z,a,b)
                      socket()
     STOR file --------------------------------------------------->
                      connect()  ----------> accept()
         <-------------------------------------------------------- 150
                      TLSneg()   <---------> TLSneg()
                      TLSwrite()  ---------> TLSread()
                      TLSshutdown() -------> TLSshutdown()
                      close()     ---------> close()
         <-------------------------------------------------------- 226Here's a runtime example from the client:
INFO  12-28-06 2:29:52,644 PM - Connecting to xxx.xxx.xxx.xxx : 20021
INFO  12-28-06 2:29:59,404 PM - Attempting to connect to xxx.xxx.xxx.xxx on port 20021...
INFO  12-28-06 2:30:01,557 PM - 220 <<<Connect:Enterprise UNIX 2.2.00 Secure FTP>>> at bcftweb1 FTP server ready. Time = 14:31:18
INFO  12-28-06 2:30:01,557 PM - Issuing 'AUTH TLS' command
INFO  12-28-06 2:30:01,647 PM - 234 AUTH TLS-C/TLS OK.
INFO  12-28-06 2:30:07,365 PM - Starting handshake...
INFO  12-28-06 2:30:07,655 PM - 200 PBSZ 0 OK.
INFO  12-28-06 2:30:08,066 PM - 200 PROT P OK, data channel will be secured.
INFO  12-28-06 2:30:08,066 PM - Attempting login as FRONDUN
INFO  12-28-06 2:30:08,316 PM - 230 Connect:Enterprise UNIX login ok, access restrictions apply.
INFO  12-28-06 2:30:08,406 PM - Calling _openDataConnection_...
INFO  12-28-06 2:30:08,737 PM - 150 Opening ASCII mode data connection for 2006-12-28_02.30_PM.test.dat
INFO  12-28-06 2:30:14,275 PM - Starting handshake+...
INFO  12-28-06 2:30:15,176 PM - Bytes transferred 53120
ERROR 12-28-06 2:30:17,319 PM - 452 Put failed : SSL/TLS error.The results are a half-sent file lying server-side (i.e. the file is 51kb and it's anywhere from 39-50kb.) As you can see, I can at least get to the 150 reply message. This means somewhere between TLSneg() and close() something gets screwed up. I don't think it's TLSneg() because it gets past the handshake and actually sends the data. TLSshutdown() refers to close_notify and I'm told that SSLSocket.close() handles this behind the scenes. I've tried SSLSocket.getOutputStream() and just wrote to that but I ended up with the same results. Anyways here's the applicable code and if anyone has done this before I would greatly appreciate some help.
Also , I'm in local passive mode and another odd note is that small files (< 5kb) send across fine.
    private boolean __storeFile(int command, String remote, InputStream local)
    throws IOException
          logger.info("Calling _openDataConnection_...");
        Socket tmpSocket = _openDataConnection_(command, remote);
          logger.info(this.getReplyString());
        if (tmpSocket == null)
            throw new IOException("_openDataConnection_ returned null Socket");
          FtpsSocketFactory factory = new FtpsSocketFactory(this.context);
          SSLSocket socket = (SSLSocket) factory.createSocket(tmpSocket, tmpSocket.getInetAddress().getHostName(), tmpSocket.getPort(), true);
          logger.info("Starting handshake+...");
          socket.startHandshake();
          OutputStream output = new BufferedOutputStream(socket.getOutputStream(), getBufferSize());
        if (getFileType() == ASCII_FILE_TYPE)
            output = new ToNetASCIIOutputStream(output);
        // Treat everything else as bisnary for now
        try
            logger.info("Bytes transferred " + Util.copyStream(local, output, getBufferSize(),
                            CopyStreamEvent.UNKNOWN_STREAM_SIZE, null,
                           false));
        catch (IOException e)
            try
                socket.close();
            catch (IOException f){}
            throw e;
        output.close();
        socket.close();
          tmpSocket.close();
          return (FTPReply.isPositiveCompletion(getReply()));
    }-Bill

I have had this issue many times too. I have found that simply exporting the HTML and uploading using a 3rd party programme like Filezilla proves much easier and faster.

Similar Messages

  • Issue with Alerts using BPM : Trigerred for Successful messages also

    Hi Everybody,
    I am working on configuring Alerts using BPM.
    I have followed the below blog by Micheal.
    /people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated
    In BPM after the receive step I have used container and control steps to capture the Idoc Number as mentioned in the blog.
    I am facing an issue with it now as an Alert message is send to my Inbox even when the message is succesfully processed by the adapter.
    This is a strange behaviour when we talk about Alerts.
    Can somebody help me out in this?
    Thanks & Regards,
    Zabiulla

    Hi Zabiulla,
    Michal explained just the basic, the logic of your process is to build by yourself. Usually an alert will be raised inside of an exception branch. You can define exceptions for critical operations, f.e. send steps or transformations, the exception will be catched by jumping to the exception branch, where you can store a suitable reaction - f.e. an alert.
    Regards,
    Udo

  • Issue with SAP PI FTP Adapter

    Hi All,
    We are seeing an issue with the FTP Adapter Communication Channel in SAP PI 7.1. When the communication channel is connecting to a FTP Server and if the connection request timeout ( ex: SFTP Server down ) we see a connection error .
    However the overall communciation channel status doesnot refelct it and it is still in GREEN status. The status being wrong doesnt raise an adapter CCMS alert. Also we are seeing that the communication channel stops all connection attempts after the failure for that communication channel.
    Wanted to check if anyone has seen or encountered the issue and how did you get past the problem.
    Thanks in advance..
    Arunava

    Hi,
    Could you please let me know whether it is sender communication channel or receiver ?
    Also please check below.
    1. Java messaging system queues are free or hanged ?
    2. Please mention time out paramter in the channel.
    3. Did you try Start/Stop the channel.
    Please get back to me.
    Regards,
    Sachin
    Edited by: Schin_Sharma on May 26, 2011 9:39 AM

  • Issue with Reports using costume measures - BPC 10.0 NW

    Hello BPC Colleagues,
    I’m having a problem with some BPC reports using costume measures and I would like to have your inputs about this issue.
    When all the reports are executed using a costume measures the report execution fails after a long time of execution (7min). The report has 1200 accounts and 57 company codes.
    In order to create trial balance we create these costume measure. Basically the measures are standars (with a few changes) and it works for limited reports (few account and companies) but we I try to executed for several accounts and companies I have the following error:
    “The execution of report Default Report failed. Please contact your administrator.”
    Error while communicating with the server
    Framework message:
    The underlying connection was close: An unexpected error occurred on a receive.
    Summary of the BPC LOG:
    |An error occurred while receiving the HTTP response to https://BPCENV.APPSET.MODEL. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details.#
    We already increased the PSAPTEMP table and this didn’t fix the issue. At the beginning we were sure that this was an issue with table space but the error persist.
    I don’t think (maybe I’m wrong) that this is not an issue related to the costume measure or to authorizations since I can retrieve data if I reduce the request to less accounts an company, so in my point of view this looks like a performance issue.
    Just for you, below you will find the details about our measure that generate the problem:
    'IIF([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="INC",SUM(PERIODSTODATE([%TIME%].[%TIMEYEARLEVEL%], [%TIME%].CURRENTMEMBER), [MEASURES].[/CPMB/SDATA]),
    IIF([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="EXP",SUM(PERIODSTODATE([%TIME%].[%TIMEYEARLEVEL%],[%TIME%].CURRENTMEMBER),[MEASURES].[/CPMB/SDATA]),
    IIF([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="AST",([MEASURES].[/CPMB/SDATA],CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])),
    IIF([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="LEQ",([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])),[MEASURES].[/CPMB/SDATA]))))';SOLVE_ORDER=3
    Finally is important to mention that we are using BPC 10.0 NW (SP08)
    If you have any suggestion for me I will appreciate.
    Thanks you a lot!

    Hi Vadim,
    Once again, thanks for your help.
    We already modified the YTD standard measure but is with that measure that I have problem. Do you think that my new formula is not efficient and for that reason I’m having this problem? Is this correct?.
    Below you will find the standard and costume measure. In red I marked the difference between these 2 formulas:
    YEAR TO DATE CUSTOME MESURE:
    'IIF([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="INC",SUM(PERIODSTODATE([%TIME%].[%TIMEYEARLEVEL%], [%TIME%].CURRENTMEMBER), [MEASURES].[/CPMB/SDATA]),
    IIF([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="EXP",SUM(PERIODSTODATE([%TIME%].[%TIMEYEARLEVEL%],[%TIME%].CURRENTMEMBER),[MEASURES].[/CPMB/SDATA]),
    IIF([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="AST",([MEASURES].[/CPMB/SDATA],CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])),
    IIF([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="LEQ",([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])),[MEASURES].[/CPMB/SDATA]))))';SOLVE_ORDER=3
    YEAR TO DATE STANDAR MEASURE:
    'IIF([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="INC",SUM(PERIODSTODATE([%TIME%].[%TIMEYEARLEVEL%], [%TIME%].CURRENTMEMBER),-[MEASURES].[/CPMB/SDATA]),
    IIF([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="EXP",SUM(PERIODSTODATE([%TIME%].[%TIMEYEARLEVEL%],[%TIME%].CURRENTMEMBER),[MEASURES].[/CPMB/SDATA]),
    IIF([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="AST",([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])),
    IIF([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="LEQ",-([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])),-[MEASURES].[/CPMB/SDATA]))))';SOLVE_ORDER=3
    If you have any suggestion to correct my formula I would really appreciate it.
    Regards,

  • Facing issue with concurrent use of session

    Hi All,
       We are facing concurrent use of session.save call in our LDAP sycn up process. Issue we got while performing performance test for multiple user and issue is at com.day.crx.security.ldap.LDAPUserSync.performUpdate api. Please guide me what could be wrong missing in code due to this Out of box service is showing error.
    Below are logs:
    02.01.2013 14:32:07 WARN SessionState: Attempt to perform session.save() while another thread is concurrently writing to session-system-1. Blocking until the other thread is finished using this session. Please review your code to avoid concurrent use of a session. (SessionState.java, line 149)
    java.lang.Exception: Stack trace of concurrent access to session-system-1
    at org.apache.jackrabbit.core.session.SessionState.perform(SessionState.java:147)
    at org.apache.jackrabbit.core.SessionImpl.perform(SessionImpl.java:355)
    at org.apache.jackrabbit.core.SessionImpl.save(SessionImpl.java:758)
    at com.day.crx.security.ldap.LDAPUserSync.performUpdate(LDAPUserSync.java:230)
    at com.day.crx.security.ldap.LDAPUserSync.syncUser(LDAPUserSync.java:178)
    at com.day.crx.security.ldap.LDAPLoginModule.commit(LDAPLoginModule.java:266)
    at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
    at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
    Regards,
    Yogesh

    Hey Jorg,
    Your comments are much appreicated!
    question about the statement "it seems, that you import lot of users concurrently from the LDAP".  for us yes we are but the question is should that me problamatic?  We do see that it is causing issues for us  in CQ5.5 with CRX 2.3.15:
    com.day.crx.security.ldap.LDAPLoginModule commit: could not commit: javax.jcr.InvalidItemStateException: property /some/LDAP/group/rep:lastsynced: the property cannot be saved because it has been modified externally.
    However we had no such issue with CQ5.3 with CRX2.0
    -Faraz

  • Apple macosx machine authentication with ISE using EAP-TLS

    Hello,
    On a ongoing setup we are using eap-tls authentication with account validation against AD. We have our own CA (microsoft based). ISE version 1.2.1 patch 1.
    With windows machines all is working well. We are using computer authentication only.
    Now the problem is that we wish to do the same with MAC OSX machines.
    We are using casper software suite and are able to push certificates into macosx, and are doing machine authentication.
    in ISE the certificate authentication profile is being set to look at the subject alternative name - DNS name of the machines. Whenever we set it to the UPN (hostname$) windows accounts are not found in ad.
    When MAC OSX authenticate as machines (they have a computer account in AD) they present themselves with RADIUS-Username = hostname$ instead of host/hostname.
    The consequence is that by lacking the host/, ISE considers that this is a user authentication, instead of a computer one, and when it sets off to find the account, it searches in User class instead of Computer - which obviously returns no results.
    Is anybody aware of any way to force MAC OSX to present a host/hostname RADIUS-Username when authenticating?
    Any similar experiences of authenticating MAC OSX with ISE and machine/computer authentication are welcome.
    Thanks
    Gustavo Novais

    Additional information from the above question.
    I have the following setup;
    ACS 3.2(3) built 11 appliance
    -Cisco AP1200 wireless access point
    -Novell NDS to be used as an external database
    -Windows 2003 enterprise with standalone Certificate Authorithy Services Installed
    -Windows XP SP2 Client
    My Goal is to use Windows XP Native Wlan Utility to connect to AP using EAP-TLS authentication against Novell NDS.
    Tried to connect using Cisco compatible wlaN utility and authenticate using EAP-GTC against Novell NDS for for users, it works fine and perfectly.
    When connecting using EAP-TLS, I am getting an error from ACS failed attempt "Auth type Not supported by External DB". But in the ACS documentation says that it supports EAP-TLS. How true is this? Is there anybody have the same problem? Do I need to upgrade my ACS? What should I do? What other authentication type could be used to utilize native WinXP Wlan Utility?
    Please help...
    Thanks

  • L2TP/IPSec with PIX using EAP-TLS

    Hi,
    i have big problems with using my PIX515 (SW 7.2.1) for L2TP/IPSec VPN-Connections using EAP-TLS. With the option EAP-Proxy activated on PIX a RADIUS Access-Request Message reaches the configured RADIUS-SERVER (IAS2003), but the request is rejected by Radius. I did inspection of the packets with a sniffer and see following strange behavior:
    - There is a Tunnel-Client-Endpoint AVP with no value and, even stranger, an existing AVP titled User-Password with an encrypted value.
    I dont understand where the encrypted Password comes from in the first RADIUS Access-Request message received from the PIX, since the authentication method should be certificate-based (EAP-TLS). And I dont know either if the Tunnel-Client-Endpoint MUST be present in the message. Fact is the RADIUS responds with an Access-Reject Message.
    The other AVPs in the request seem to be OK, and there is an existend AVP titled EAP-Message (79) that seems alright...
    Other detail: In the event log on the IAS the request is logged as Type "PAP" (and not EAP as it should be!) and the log tells me about a problem with wrong username/password.
    Tested the same client and Radius configuration using a RRAS-Server from Microsoft instead of the PIX and it worked fine! Could this be a bug of the Pix EAP-Proxy function?
    EAP-Proxy should pass all EAP packets unmodified to the Radius, right? This seems not to be the case. Comparing the RADIUS Access-Request Message received from the Pix (which fails) with the RADIUS Access-Request Message received from the RRAS-Server (which successes) shows significant differences.
    Every help appreciated. Please ask me for further infos if needed or if you would like me to post the Packet Capture file (Ethereal format)/Configuration information.
    Thank you very much!!
    Best regards,
    Matthias

    The Cisco Secure PIX Firewall Software Release 6.0 supports VPN connections from the Cisco VPN Client 3.5 for Windows.Refer the following URL for more information
    http://www.cisco.com/en/US/customer/products/hw/vpndevc/ps2030/products_configuration_example09186a00800b6099.shtml#configuringthepixfirewall

  • Popup Issue with Application using SSL

    Hi
    I am having an issue with one of our apex applications using SSL.
    I have a few popups in my application and for that I am using the Popup2 function that is built into APEX.
    When I run the app without a secure layer (directly from the server) I am able to get the popups and everything works fine.
    but when I run the app using the regular url https: the popup(s) does not work. When I checked the source code on the web page the error I got is as shown below. I found that the following apex_legacy_4_0.js file was truncated in the source code. It was not retrieved fully.
    Message: Expected '}'
    Line: 1
    Char: 3769
    Code: 0
    URI: https://xxx/i/javascript/apex_legacy_4_0.js
    Can somebody please let me know how I can fix this issue.
    Please Note: This was an application that was working without any issues for more than 2years. All of a sudden (since last month) we are getting this error. According to Our Network and DBA's we have not made any changes/patches to our servers.
    Thanks
    knut
    Edited by: knut on Dec 16, 2011 11:18 AM

    Ok. I figured it out. The url rewrite was missing in the config. Put it there and its working now.

  • Tracing an issue with inetd using dtrace

    Hello,
    I am dealing with an issue with inetd on SunOS 5.10 05/08 with 137137-09 patch.
    The inetd seems consuming more cpu 20% which I think is not normal. The inetd is managing few application processes.
    I also see the inetd spawning child inetd deamon every now and then. I understand that if a parent inetd gets very busy, it
    spawns a child inetd to handle the client requests. Am I right?
    So I want to know what makes the parent inetd consume more CPU. I was wondering if dtrace can help in that regard.
    Any help will be appreciated. Thanks

    Samurai_123 wrote:
    Hello,
    I am dealing with an issue with inetd on SunOS 5.10 05/08 with 137137-09 patch.
    The inetd seems consuming more cpu 20% which I think is not normal. The inetd is managing few application processes.
    I also see the inetd spawning child inetd deamon every now and then. I understand that if a parent inetd gets very busy, it
    spawns a child inetd to handle the client requests. Am I right?No. All incoming connections cause inetd to spawn a child, which then turns into the server that handles the traffic.
    So I want to know what makes the parent inetd consume more CPU. I was wondering if dtrace can help in that regard.It might. You could also just start with simply running truss on the parent inetd and see what it shows.
    Darren

  • Issue with store apps when upgrading to Windows 8.1

    Every once in awhile when performing an in-place upgrade from Windows 8.0 Enterprise to Windows 8.1 Enterprise, we will experience a strange issue where most of the default store apps will not launch.  They will attempt to launch, and then drop the
    user back to the desktop with the icon for the app showing in the taskbar.  I have tried running the app troubleshooter but it gives the message "Microsoft account required".  The problem here is we are using active directory accounts and
    we don't want the users to have to create or login to use these default apps.
    I know I can use DISM to remove those apps, and I know I can use DISM to install apps, but is there a way to do this with the default store apps? I believe that I would need the appx files to do this?  Are those in the image somewhere?
    I also tried running "dism.exe /online /cleanup-image /restorehealth" but this also was unable to correct the issue.

    Hi,
    Sometimes, after upgrading to Windows 8.1, the Store App may not start, or it might still show the number of available updates on the Live Tile
    To fix this, run the following in a Command Window (CMD) to re-register the Store App:
    powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.XML
    Details as the following reference:
    http://blogs.msdn.com/b/notime/archive/2013/10/18/fix-store-app-in-windows-8-1.aspx
    Regards
    v-yamliu

  • Issue with redirection using Document ID

    Hi All,
    I have a library with unique permission set, if a user who does not have access to the library tries to access a URL which has the document id (https://domainname/sites/Test1/_layouts/15/DocIdRedir.aspx?ID=UMZ2EEKCF25S-37-4), it gives the following message
    "No documents with the
    ID UMZ2EEKCF25S-37-4
    were found in this site collection" eventhough the item exist in the site collection. After giving View Only permission level to the user for the library, the DOC ID url gives access denied message as expected but the user get permission to View all the
    items in the library
    We have built a SP search based solution using DOC ID for redirection to a particular item in the library. It is misleading if it shows
    "No document with the ID found".
    Please help me on this.

    The issue is if a User who does not have permission (Permission is None, have set unique permission level) to access to a Library  item with the Document ID, then it gives the message "No
    documents with the ID UMZ2EEKCF25S-37-4were
    found in this site collection" though the Item exists in the Site/Library. This message is quite misleading since the item actually exists in the Site.
    I expect the message to be
    "Access denied".
    If I give user the permission
    "View Items  -  View
    items in lists and documents in document libraries",
    then it gives access denied message. If I give the permission "Open Items  -  View the source of documents with server-side file handlers."
    then it actually opens the Item.

  • Weird issue with merge using JPA...?

    Hi all,
    I have the following code snippet (HsTrans has a manytoone relation with Hss), Hss is the parent
                HsTrans hsTrans = new HsTrans();
             Hss hss=em.find(Hss.class, studyId);
             hsTrans.setStudy(studyId);
             hsTrans.setState(state.toString());
             hsTrans.setTimestamp(timeOfState);
             hss.getHsTrans().add(hsTrans); //Add child to aprent
             hsTrans.setHss(hss);                //Child Parent
                em.merge(hss);  // Does not work Throws a Unique Key violation error
    Whereas replacing the same with this
             Hss hss2=hsStudyTrans.getHsStudy(); 
                em.merge(hss2); // Works fine
       Does anyone know if this is a JPA bug or some other issue.
    Thx
    VR

    RainaV wrote:
    Does anyone know if this is a JPA bug or some other issue.JPA is a specification, so it has no bugs (only design flaws). If there is a bug somewhere it is in the persistence provider you are using, but most likely it is just you not understanding how merge and transaction management in general works. I've written dozens of applications now that use JPA and I think I really needed merge a grand total of once.
    In this snippet you provide, you are apparently making the 'hss' object managed through the em.find() method. This means that any changes you make to it will be made persistent as soon as the transaction is committed. You don't need to call merge() at all, you only call that on entities that are detached.
    Now for the actual problem of unique key violation, I don't even see you committing hsTrans. Change the code to this:
    HsTrans hsTrans = new HsTrans();
    Hss hss=em.find(Hss.class, studyId);
    hsTrans.setStudy(studyId);
    hsTrans.setState(state.toString());
    hsTrans.setTimestamp(timeOfState);
    hsTrans.setHss(hss); // set managed hss object
    em.persist(hsTrans); // persist hsTrans and make it managed
    hss.getHsTrans().add(hsTrans); // add the new managed hsTrans to the hss mapped collection

  • Sync issue with apps using Windows

    Hi
    Known about this issue for a while and would like to know if there's an answer and/or fix.
    After updating all my apps on my iPhone, when I sync it to my Windows laptop, it doesn't transfer those updates.
    This is evidenced by the fact that my updates screen in iTunes is still showing the apps to update.
    This never used to happen with previous ios versions.
    Am I missing something, or is it just a manifestation of Apple's long-running bitterness with Microsoft?
    Regards
    Steve

    Click on the following link to the kb.palm.com webpage for the article regarding How to resolve an 8009 error while trying to synchronize data (Windows).
    http://www.palm.com/cgi-bin/cso_kbURL.cgi?ID=1005
    For reference purposes, click on the following link for the support page for your device on the kb.palm.com webpage.
    http://kb.palm.com/wps/portal/kb/na/treo/650/verizon/home/page_en.html
    There are links on the page to the user guide, troubleshooting, how to's, downloads, etc.

  • Issues with query using joins in 3 tables

    I am trying to fetch data from 3 tables (Project,RIsk and Issues) using join. There are Risks associated with some projects and Issues associated with some projects.
    ProjectID is primary key in Project table.
    RiskID is primary key in risk table. ProjectID is foreign key.
    IssueID is primary key in Issue table.ProjectID is foreign Key.
    I need the projectname, count of risks for projects, count of issues for projects. I am using joins in all the 3 tables. Issue here is, its giving me double of count of risks and issues for each project.
    Please advise how can I get the correct number. I have used the below query,
    select p.projectname,count(r.riskid),count(i.issueid) from project as p
    left outer join risk as r on p.projectid=r.projecctid
    left outer join issue as i on p.projectid=i.projectid
    group by
    p.projectname
    thanks

    Hi All,
    I got a new requirement to count, the number of high priority risks as well as high priority issues along with the other details. I modified the below table to include the changes, but I am not getting the desired result. Could you please help?
    Original query:
    select p.projectname,count(distinct r.riskid), count(distinct i.issueid) from project as p
    left outer join risk as r on p.projectid=r.projecctid
    left outer join issue as i on p.projectid=i.projectid
    group by p.projectname
    Modified query:
    select p.projectname,count(distinct r.riskid),sum(case when r.riskpriority='high' then 1 else 0 end), sum(case when i.issuepriority='high' then 1 else 0 end),count(distinct i.issueid) from project as p
    left outer join risk as r on p.projectid=r.projecctid
    left outer join issue as i on p.projectid=i.projectid
    group by p.projectnameI should get the desired result as:XYZ,8,1,4,4But I am getting:XYZ,8,4,4,32thanks for the reply.

  • Issu with multiselection using Checkbox in adf 11.1.1.7

    Hi Experts,
    in my  application i m using table with pagination property and i also add multiselection using boolean check box , i created boolean transient variable in VO  , and multiselection work fine but in one scenario its fail ,
    Scenario is :-
    suppose i check 3 row in table then i click next for pagination then i also check 2 row in table the i go back to first pagination where i have already check 3 values i uncheck 1 value and go next pagination where i check 2 values then i go back to first pagination (now problem is there) here i find 3 check rows  that is problem here i must found 2 check rows .uncheck is not showing in scenario.
             plz help.......................

    Hi
    if your VO  is absed on entity add the transient attribute in EO and use that atribute in VO
    if your VO is not based on EO ,then add one tarnsient attribute in EO use that attribute in VO.
    I had this issue while implemnting checkbox selection adf table.My VO is not based on EO so i have used one Entity in which i have added one transient attribute .

Maybe you are looking for

  • I can't download Lion from my past purchases in the App Store

    I click the "Download" button; I'm prompted that I already have Lion installed. I click "Continue" and the "Download" button greys out for a few seconds, then becomes active again. Nothing else happens. I need to do a reinstall because my laptop is r

  • How to Use A Timemachine Back Up Drive for backup and storage?

    I bought a 1TB external drive, and installed a 1TB SSD in my Macbook Pro 13in Early 2011 i-5, and have 426gb free, the other 200 or so is for bootcamp. I used the external as a timemachine back up, but there should be some extra space right??? I need

  • VECTOR PAINT DISAPPEARS

    sorry i tried to find this out but haven't seen any results. whenever i use vector paint it just disappears. i see the stroke as long as im holding down the mouse button and then it disappears as soon as i let go. i need this effect and i can't seem

  • Organizer PSE 8 Catolog to PSE11?

    How do I convert, or use, my PSE 8 catalog in PSE 11? Thanks, Jim Curione Please send any help to [email protected] as well as in this forum. Message was edited by: jimimaxi1

  • Idle timeout with VPN remote users coming into a COncentrator 3030

    I have a VPN Concentrator 3030, which my remote users connect to from home. The idle timeout is set to 30 minutes, however, I do not see anyone disconnected due to lack of activity, even if they are connected for over 24 hours. I assume that they are