Upload BLOB through Handheld application

Hi,
I am developing NW Mobile Handheld application with 7.10 SP10 IDE. I want to upload an image and send it to DOE. I have created a model in DOE and imported the same in NWDS. The data type for the attachment attribute generated is BLOB as expected. My question is how do i create BLOB object so that i can fill the stream in it by reading a file. In laptop application i could see createBLOB() method in model instance to create BLOB object. But i couldnt see it in model class generated in PDA application.
Regards,
Dhana

Hi Dhana,
Here is the sample code:
     public void onActionCreate (Event wdEvent) {
//@@begin onActionCreate(ServerEvent)
               try {
                    AttahtstModel model = (AttahtstModel) OcaRoot.getInstance().getOcaModel(AttahtstModel.class);
                    AttachmentDataObjectAttachment element = model.createAttachmentDataObjectAttachment();
                    element.setAttachmentId(-1);
                    element.setAttachmentClob("X");
                    element.setAttachmentBlob("X");
                    element.setAttachmentClobActual("This is a new record");
                    BLOB blob = (BLOB) element.getAttachmentBlobActual();
                    InputStream is = blob.getBinaryStream();                    
                    String mobileHome = new File(Configuration.getInstallationDirectory()).getCanonicalPath();
                    String imageName = "image_new.jpg";
                    File imageFile = new File(mobileHome "
MobileApps
demo.sap.comattuiimplementation
Components
com.sap.demo.attui.wd.comp.attachmentcomp.AttachmentComp
"imageName);                    
                    FileInputStream fis = new FileInputStream(imageFile);
                    blob.setBinaryStream(fis, imageFile.length());                    
                    OcaRoot.getInstance().commit();
                    wdContext.currentContextElement().nodeAttachmentDataObjectAttachment().bind(model.getAttachmentDataObjectAttachments());
                    wdContext.reload();
               } catch (Exception e) {
                    e.printStackTrace();
//@@end
Thanks and Regards,
Suma

Similar Messages

  • Errors upload Apps through Application Loader

    Trying to upload App through Applicatio loader had have never received these errors til 2 days ago. Same error on two different app uploads. I'm running the latest application loader version 2.9 and Mac 10.7.5. Using iMac 24" with 4 gb of ram
    First errors i received are
    The second error I get every other time I try to re upload is
    I have reset my router, restarted my computer and checked for any updates. I'm out of options. I also have developer recreate the pkg file without spaces in the name as I heard that might be an issue.
    Below is error report
    [2013-10-08 19:54:54 CDT] <main>  INFO: Transporter is skipping bundle update check: Already checked recently.
    [2013-10-08 19:54:54 CDT] <main>  INFO: MD5 checksum calculation in the transporter will be skipped.
    [2013-10-08 19:54:54 CDT] <main>  INFO: Logging level set to eXtreme
    [2013-10-08 19:54:54 CDT] <main>  INFO: Logging configured successfully.
    [2013-10-08 19:54:54 CDT] <main> DEBUG: Attempting refresh of configuration data from https://contentdelivery.itunes.apple.com/transporter/Defaults.properties
    [2013-10-08 19:54:54 CDT] <main> DEBUG: Configuration refresh successful.
    [2013-10-08 19:54:54 CDT] <main> DEBUG: Saving configuration to local path: /Users/marie/.itmstransporter/Defaults.properties
    [2013-10-08 19:54:54 CDT] <main>  INFO: iTMSTransporter : iTunes Store Transporter [1.7.9]
    [2013-10-08 19:54:54 CDT] <main>  INFO: OS identifier: Mac OS X 10.7.5 (x86_64); jvm=24.0-b26; jre=1.7.0-internal-root_2013_05_13_10_55-b00
    [2013-10-08 19:54:54 CDT] <main>  INFO: Memory: [JVM] 61M free, 80M total, 910M max [System] (Physical) 1506M free, 4096M total (Swap) 64M free, 64M total
    [2013-10-08 19:54:54 CDT] <main>  INFO: Client: Application Loader 2.9 (439)
    [2013-10-08 19:54:54 CDT] <main>  INFO: Upload mode selected.
    [2013-10-08 19:54:54 CDT] <main> DBG-X: Memory: [JVM] 61M free, 80M total, 910M max [System] (Physical) 1506M free, 4096M total (Swap) 64M free, 64M total
    [2013-10-08 19:54:54 CDT] <main> DBG-X: Using operation named: authenticateForTransportDiscovery
    [2013-10-08 19:54:54 CDT] <main> DBG-X: Apple's web service operation input parameters:
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Application = iTMSTransporter
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter BaseVersion = 1.7.8.2
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Client = Application Loader
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter ClientVersion = 2.9 (439)
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter OSIdentifier = Mac OS X 10.7.5 (x86_64); jvm=24.0-b26; jre=1.7.0-internal-root_2013_05_13_10_55-b00
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Password = **hidden value**
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter TransporterArguments = -m upload -u [email protected] -p **hidden value** -f /var/folders/f3/1vcrgzbd5zj3z22w273qbxl40000gn/T/642092166.itmsp -checksumValidation false -indicator true -v eXtreme -Dtransporter.client=Application Loader -Dtransporter.client.version=2.9 (439)
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Username = [email protected]
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Version = 1.7.9
    [2013-10-08 19:54:54 CDT] <main>  INFO: id = 20131008195454-220
    [2013-10-08 19:54:54 CDT] <main> DBG-X: Apple's web service operation return value:
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter TransportHosts.Aspera = [vgr105.apple.com:33001, vgr106.apple.com:33001]
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter PreferredTransports = [Aspera, Signiant, DAV]
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter TransportHosts.Signiant = [sgr205.apple.com:44001, sgr206.apple.com:44001]
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter TransportHosts.DAV = [itmsdav.apple.com:443]
    [2013-10-08 19:54:54 CDT] <main>  INFO: Examining the package at: /var/folders/f3/1vcrgzbd5zj3z22w273qbxl40000gn/T/642092166.itmsp
    [2013-10-08 19:54:54 CDT] <main>  INFO: Ensuring that package has well formed metadata file...
    [2013-10-08 19:54:54 CDT] <main> DEBUG: Getting case-sensitive metadata xml filename...
    [2013-10-08 19:54:54 CDT] <main>  INFO: Gathering the list of valid files from the package ...
    [2013-10-08 19:54:54 CDT] <main> DEBUG:   505app.zip will be verified by Apple's web service to determine if it is a valid file.
    [2013-10-08 19:54:54 CDT] <main> DEBUG:   metadata.xml will be verified by Apple's web service to determine if it is a valid file.
    [2013-10-08 19:54:54 CDT] <main>  INFO: Finished gathering the list of valid files from the package.
    [2013-10-08 19:54:54 CDT] <main> DEBUG:   Case-sensitive metadata filename is: metadata.xml
    [2013-10-08 19:54:54 CDT] <main>  INFO: Performing authentication of package 642092166.itmsp ...
    [2013-10-08 19:54:54 CDT] <main> DBG-X: Memory: [JVM] 40M free, 80M total, 910M max [System] (Physical) 1505M free, 4096M total (Swap) 64M free, 64M total
    [2013-10-08 19:54:54 CDT] <main> DBG-X: Deflated 453 bytes to 360
    [2013-10-08 19:54:54 CDT] <main> DBG-X: Using operation named: validateMetadata
    [2013-10-08 19:54:54 CDT] <main> DBG-X: Apple's web service operation input parameters:
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Application = iTMSTransporter
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter BaseVersion = 1.7.8.2
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Client = Application Loader
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter ClientVersion = 2.9 (439)
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Files = [505app.zip, metadata.xml]
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Metadata = <?xml version="1.0" encoding="UTF-8"?>
    <package version="software4.7" xmlns="http://apple.com/itunes/importer">
        <software_assets apple_id="642092166">
            <asset type="bundle">
                <data_file>
                    <file_name>505app.zip</file_name>
                    <checksum type="md5">31719646019410fc27c1e5679a4f06f9</checksum>
                    <size>8247180</size>
                </data_file>
            </asset>
        </software_assets>
    </package>
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter MetadataChecksum = 4503857f07b1792721121d8f0fb85e29
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter MetadataCompressed = (suppressed)
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter OSIdentifier = Mac OS X 10.7.5 (x86_64); jvm=24.0-b26; jre=1.7.0-internal-root_2013_05_13_10_55-b00
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter PackageName = 642092166.itmsp
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter PackageSize = 8247633
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Password = **hidden value**
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter TransporterArguments = -m upload -u [email protected] -p **hidden value** -f /var/folders/f3/1vcrgzbd5zj3z22w273qbxl40000gn/T/642092166.itmsp -checksumValidation false -indicator true -v eXtreme -Dtransporter.client=Application Loader -Dtransporter.client.version=2.9 (439)
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Username = [email protected]
    [2013-10-08 19:54:54 CDT] <main> DBG-X:   parameter Version = 1.7.9
    [2013-10-08 19:54:54 CDT] <main>  INFO: id = 20131008195454-122
    [2013-10-08 19:54:55 CDT] <main> DBG-X: Apple's web service operation return value:
    [2013-10-08 19:54:55 CDT] <main> DBG-X:   parameter CPUToken = b90a8eb2-83ba-41dd-9be5-3e96b7e95c89/1381280095727
    [2013-10-08 19:54:55 CDT] <main> DBG-X:   parameter FileSizes = {505app.zip=8247180}
    [2013-10-08 19:54:55 CDT] <main> DBG-X:   parameter AssetsToDescribe = [{UTI=com.apple.ipa, Role=source, ShouldDescribeAsset=true, Filename=505app.zip}]
    [2013-10-08 19:54:55 CDT] <main> DBG-X:   parameter Checksums = {505app.zip=31719646019410fc27c1e5679a4f06f9}
    [2013-10-08 19:54:55 CDT] <main> DBG-X:   parameter Success = true
    [2013-10-08 19:54:55 CDT] <main> DBG-X:   parameter MinimumFileSizeThresholdForCheckum = 104857600
    [2013-10-08 19:54:55 CDT] <main> DBG-X:   parameter FilesToUpload = [metadata.xml, 505app.zip]
    [2013-10-08 19:54:55 CDT] <main> DBG-X:   parameter ProviderNameForToken = MrsNetworkLLC
    [2013-10-08 19:54:55 CDT] <main>  INFO: The list of files requested for upload by Apple is: [metadata.xml, 505app.zip].  These are the files that will be uploaded.
    [2013-10-08 19:54:55 CDT] <main> DEBUG: Using token file path /Users/marie/.itmstransporter/UploadTokens/Marie-home-iMac.local_MrsNetworkLLC_ 642092166.itmsp.token
    [2013-10-08 19:54:55 CDT] <main> DEBUG: Attempting exclusive file lock on token file
    [2013-10-08 19:54:55 CDT] <main> DEBUG: Token exists, examining
    [2013-10-08 19:54:56 CDT] <main> DEBUG: Token pid: 83498, found process = false; my pid: 1439
    [2013-10-08 19:54:56 CDT] <main> DEBUG: Reusing existing token: 1dc581dd-1400-4140-9dca-03cd839141fd/1381116618620
    [2013-10-08 19:54:56 CDT] <main> DEBUG: Set token: 1dc581dd-1400-4140-9dca-03cd839141fd/1381116618620
    [2013-10-08 19:54:56 CDT] <main>  INFO: Starting media analysis of assets
    [2013-10-08 19:54:56 CDT] <main> DEBUG: Handling asset: filename=505app.zip,uti=com.apple.ipa,role=source,describe=true
    [2013-10-08 19:54:56 CDT] <main> DEBUG: Using container type tool name and version: iOS App Describer:1.22
    [2013-10-08 19:54:56 CDT] <main> DEBUG: Using path: /var/folders/f3/1vcrgzbd5zj3z22w273qbxl40000gn/T/642092166.itmsp/505app.zip
    [2013-10-08 19:54:59 CDT] <main> DEBUG: Asset successfully described: com.apple.jingle.leghorn.software.AbstractSoftwareDescriber$1@41acbb99
    [2013-10-08 19:54:59 CDT] <main>  INFO: Asset media analysis has completed
    [2013-10-08 19:54:59 CDT] <main> DBG-X: Memory: [JVM] 49M free, 101M total, 910M max [System] (Physical) 1451M free, 4096M total (Swap) 64M free, 64M total
    [2013-10-08 19:54:59 CDT] <main> DBG-X: Deflated 453 bytes to 360
    [2013-10-08 19:55:00 CDT] <main> DBG-X: Deflated 322932 bytes to 22831
    [2013-10-08 19:55:00 CDT] <main> DBG-X: Using operation named: validateAssets
    [2013-10-08 19:55:00 CDT] <main> DBG-X: Apple's web service operation input parameters:
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter Application = iTMSTransporter
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter BaseVersion = 1.7.8.2
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter CPUToken = 1dc581dd-1400-4140-9dca-03cd839141fd/1381116618620
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter Client = Application Loader
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter ClientVersion = 2.9 (439)
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter Files = [505app.zip, metadata.xml]
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter MetadataChecksum = 4503857f07b1792721121d8f0fb85e29
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter MetadataCompressed = (suppressed)
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter OSIdentifier = Mac OS X 10.7.5 (x86_64); jvm=24.0-b26; jre=1.7.0-internal-root_2013_05_13_10_55-b00
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter PackageName = 642092166.itmsp
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter PackageSize = 8247633
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter Password = **hidden value**
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter Transport = Aspera
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter TransporterArguments = -m upload -u [email protected] -p **hidden value** -f /var/folders/f3/1vcrgzbd5zj3z22w273qbxl40000gn/T/642092166.itmsp -checksumValidation false -indicator true -v eXtreme -Dtransporter.client=Application Loader -Dtransporter.client.version=2.9 (439)
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter Username = [email protected]
    [2013-10-08 19:55:00 CDT] <main> DBG-X:   parameter Version = 1.7.9
    [2013-10-08 19:55:00 CDT] <main>  INFO: id = 20131008195500-804
    [2013-10-08 19:55:01 CDT] <main> DBG-X: Apple's web service operation return value:
    [2013-10-08 19:55:01 CDT] <main> DBG-X:   parameter ErrorMessage = ERROR ITMS-9000: "Unsupported Architectures. Your executable contains unsupported architectures '[12-11]'." at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage
    (1102)
    [2013-10-08 19:55:01 CDT] <main> DBG-X:   parameter CPUToken = 1dc581dd-1400-4140-9dca-03cd839141fd/1381116618620
    [2013-10-08 19:55:01 CDT] <main> DBG-X:   parameter FileSizes = {505app.zip=8247180}
    [2013-10-08 19:55:01 CDT] <main> DBG-X:   parameter AssetsToDescribe = [{UTI=com.apple.ipa, Role=source, ShouldDescribeAsset=true, Filename=505app.zip}]
    [2013-10-08 19:55:01 CDT] <main> DBG-X:   parameter Checksums = {505app.zip=31719646019410fc27c1e5679a4f06f9}
    [2013-10-08 19:55:01 CDT] <main> DBG-X:   parameter ErrorCode = 1102
    [2013-10-08 19:55:01 CDT] <main> DBG-X:   parameter Success = false
    [2013-10-08 19:55:01 CDT] <main> DBG-X:   parameter Errors = [ERROR ITMS-9000: "Unsupported Architectures. Your executable contains unsupported architectures '[12-11]'." at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)]
    [2013-10-08 19:55:01 CDT] <main> DBG-X:   parameter MinimumFileSizeThresholdForCheckum = 104857600
    [2013-10-08 19:55:01 CDT] <main> DBG-X:   parameter FilesToUpload = [metadata.xml, 505app.zip]
    [2013-10-08 19:55:01 CDT] <main> ERROR: Apple's web service operation was not successful
    [2013-10-08 19:55:01 CDT] <main> ERROR: Unable to authenticate the package: 642092166.itmsp
    [2013-10-08 19:55:01 CDT] <main> ERROR: ERROR ITMS-9000: "Unsupported Architectures. Your executable contains unsupported architectures '[12-11]'." at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
    [2013-10-08 19:55:01 CDT] <main> DBG-X: The error code is: 1102
    [2013-10-08 19:55:01 CDT] <main>  INFO: Done performing authentication.
    [2013-10-08 19:55:02 CDT] <main> DBG-X: Returning 1
    Package Summary:
    1 package(s) were not uploaded because they had problems:
              /var/folders/f3/1vcrgzbd5zj3z22w273qbxl40000gn/T/642092166.itmsp - Error Messages:
                        Apple's web service operation was not successful
                        Unable to authenticate the package: 642092166.itmsp
                        ERROR ITMS-9000: "Unsupported Architectures. Your executable contains unsupported architectures '[12-11]'." at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)

    if you mac os is not 10.8.5 and you ard using Application Loader 2.9,you should update your system,I know apple doc say:10.7 is ok,but i update my system to 10.8.5 from 10.8.4, every thing is ok, i dont konw the reason,maybe some error exist at application loader,so you can have a try,good luck.

  • Handheld Application Loader Wizard has encountered a problem and needs to close. We are sorry for the inconvenience.

    I keep getting this message when i connect my new Bold 9900 and started getting it on my curve 8330 a couple months ago. I have the newest version of desktop manager 6.0 installed on both my laptop and my PC. The strange thing is it works flawlessly on my laptop, no error messages from either phone. Just got the new Bold last week, plugged it in to PC, same error. I have done alot of reading through the forums and have tried to uninstall and re-install the desktop software 3 or 4 times. Even tried upgrading the OS on the Curve and Bold on the Laptop. Plugged it back into the PC and same problem. I cannot force the Loader.exe to start on PC  when I click on it on the C:\program Files/Common Files/Research in Motion/Apploader, crashes right away. Even tired a method that outlines how delete registry entries, etc and tried that. Does anyone have any further ideas or more detailed way to resolve this. Seems to be desktop manager issue as no problems with same devices on laptop.
    Solved!
    Go to Solution.

    Re: Handheld Application Loader Wizard has encountered a problem and needs to close. We are sorry for the inconvenience.
    Sorry I will correct the laptop order:
    Okay, on my desktop USB controllers:
    USB Root Hub
    USB Root Hub
    USB Root Hub
    USB Root Hub
    VIA REV 5 or later USB Universal Host Controller
    VIA REV 5 or later USB Universal Host Controller
    VIA REV 5 or later USB Universal Host Controller
    VIA USB Enhanced Host Contoller
    On my laptop:
    Intel(R) 82801G (ICH7 Family) USB Univeral Host Controller - 27C8
    Intel(R) 82801G (ICH7 Family) USB Univeral Host Controller - 27C9
    Intel(R) 82801G (ICH7 Family) USB Univeral Host Controller  - 27CA
    Intel(R) 82801G (ICH7 Family) USB Univeral Host Controller  - 27CB
    Intel(R) 82801G (ICH7 Family) USB2 Enhanced Host Controller  - 27CC
    USB Root Hub
    USB Root Hub
    USB Root Hub
    USB Root Hub
    USB Root Hub

  • Problem in uploading file through API

    I want to upload files in to mycontent folder through our
    application.After each steps followed, i get the status message ok
    from the server, but file is not uploaded. Is there any idea about
    this? Please help.

    what do you mean exactly with 'the file is not uploaded'?
    you checked in the content directory and the file isn't
    there?
    if so, could you please post your server side upload
    code?

  • Uploaded blobs are not moving to RBS storage even RBS is enabled for this content db

    Hi
    In a production environment RBS  is configured for SharePoint content dbs ,
    and sql server  has failover clusters and alwayson
    Now each content db  size is very huge : mdf file : 617 GB and .ndf file292 GB
    and  RBS Storage is :  4,742,795 Files, 117 Folders  and size is 1.35 TB (1,494,447,389,036 bytes)
    and web application content organizer is enabled and
    daily many users upload documents to this web application
    here my issue is when user upload documents  these docs are saving in content db, but no count of files increased in RBS
    storage
    when I run below two queries
    Selectcount(*)fromAllDocstreamswhereRBSIDIS 
    NOTNULL
    its showing every time( 417 7813 ) its not changing every time I run the  query
    Selectcount(*)fromAllDocstreamswhereRBSIDIS  
    NULL
    when I run this query  the  count of files are  increasing every time
    count of files now is149 239 and  its keep increasing   when I run  query  bcz users are uploading docs.
    here I want to know why these  uploaded blobs are not moving to RBS storage even rbs is enabled for this content db
    ;what is the reason
    adil

    yes its working for me If I run following commands
    $cdb = Get-SPContentDatabase Original_Wss_Content_MSRBS
    $rbss = $cdb.RemoteBlobStorageSettings
    $rbss.GetProviderNames()
    $rbss.Installed()
    I don't know what happen , why blobs not going to rbs storage ,
    before two months ago I work with other company they installed migration jobs for migrate  blobs to nas storage, but they targeted to one content database only
    adil

  • Handheld application loader wizard

    This is becoming a major issue for a lot of bb users.  I've been working for weeks now to try and resolve this issue for myself with the bb desktop software for your PC.  Using Blackbeery destop software everythime I try and access Applications or update the device ' Handheld application loader wizard has encontered an error and needs to close' comes up preventing you from accessing or updating.  I believe that the problem lies in file Loader in Program files/commonfiles/Apploader where even after uninstalling DTM and all BB software old device software  and even deleting this file it seems to still stay on your computer and refuse to remove or update.  Not that I'm any expert just what I've gathered from trying to fix this for weeks.  Has anyone found a solution or followed steps that's worked for them?  I know that a lot of people are having the same issue but the help I've followed I haven't been able to complete the tasks as I've encountered other problems.  Please help.
    Solved!
    Go to Solution.

    Yes sure.  Okay it is a little complicated but it does solve the problem and you will then be able to update your device and access applications on your device.  The problems we've all been having lies with what’s in the file: C:\Program Files\Common Files\Research In Motion\AppLoader.  Please don't ask me why because I do not know, I just know that the version that is staying in this file is causing the 'Handheld application loader wizard error'
    I will go through how to avoid this error in simple steps but I must add if the steps are not followed exactly right it will not work and you will continue to get the error.
    1.  Please access this file C:\Program Files\Common Files\Research In Motion\AppLoader and delete the contents of the folder so that it is empty.  If you can't delete all contents make sure all Blackberry software is exited and then try.  Other than this delete it straight after you start your computer.
    2. Uninstall all Blackberry software using add/remove programs.  Leave no software on your computer of Blackberry.
    3. This is where it may be different for different people.  Please open this page using Internet Explorer (I tried using Firefox first and I could not initialize the link after I downloaded it ):
    http://us.blackberry.com/support/downloads/download_sites.jsp
    4. On this page select your country and service provider.  In my case this was Orange UK in Europe. Then please select your Smartphone from the drop down link at the bottom and then click next.  You will then notice 3 different download links appear underneath that with three different versions.  If you don't know what version your device currently is please on your device go to Options>About device versions on the main screen.  This will then tell you your bundle number, version number and platform number.  You may then think hold on my version number and platform number does not match any of the download links.  Don't panic neither did mine.  So I selected the nearest matching by closest digits.  Alternatively you could try them 1 by 1 but I didn't have to myself. 
    5. After you download the link please run it and install it.  You should then have the right device software in your C:\Program Files\Common Files\Research In Motion\AppLoader folder.   To then update the device please use this link.  Do not install Blackberry Desktop Software to update the device or access the applications.
    To Update click:
    http://us.blackberry.com/update/
    This should then update your device with out any problems.  If it does not work go back to steps 3 and 4 until you have the software for your device, Country and service provider.
    To access your applications on your device is a little different.  Please connect your device via USB cable.  Please open folder: Files\Common Files\Research In Motion\AppLoader and double click 'LOADER' This will then take you through the process of accessing applications on your device.  Again if this doesn't work you need to go back to steps 3 and 4 and get the download you need for your service provider and device.
    These options are not ideal but they are a solution until Blackberry finds the real cure for the problem which I'm sure they will.  If you would like to add to my steps or have a better solution please feel free to mention it and I will also try them myself.  This how ever was the only method that I have managed to get to work for me at this time.  Please if you need to ask anything because you don't understand the instructions, do so and I will try and explain better.  Good luck and please leave your feedback.

  • Upload data through flafile

    Hi .
    Due to some requirement, the data being loaded to the cube through portal application was restrcited to 2 digits(just in value and not by properties, that means the value is not 1.23 but 1.2300).
    For exmaple, Before that change, the value was 1.2314.
    After that chnage it was made sure through applicaiton that the value is rounded off at two digits hence 1.2314 became 1.2300.
    Now, i need to upload the data whever these round offs have caused some issues(at business level)
    The idea is to download affected records (around 200) , change the values manually and upload them back.
    I need to know how can i download this data as i cannot select all fields together due to number of fields.
    Thanks
    Tapish
    Edited by: Tapish Panwar on Mar 8, 2010 5:05 PM

    Good idea Arun..will try that..i hope the output is not too big for query still.
    Thanks,
    Tapish

  • How to upload a file in application server to an internal table

    Hi,
          I am asked to upload a file from application server to internal table. Can you please suggest me the ways to do it or the function module which helps to browse the application server file names.
      I have done a program. But its giving problem in searching the files from application server. I am pasting my code for ur review. Please tell me which part i have to correct or suggest me some other ways to do it.
    *& Report  ZUPLOAD1
    REPORT  ZUPLOAD1.
    type-pools: truxs.
    parameters: p_upl_ps radiobutton group g1 default 'X', "upload from pres. server
                 p_path type rlgrap-filename, 
                 p_upl_as radiobutton group g1,   "upload from appln server
                 <b>p_dir LIKE filepath-pathintern DEFAULT 'Y_ABAP', 
                 p_file LIKE filepath-pathintern lower case,</b>      
                 p_test as checkbox.
    constants: c_x value 'X',
               c_tab type c value cl_abap_char_utilities=>horizontal_tab.
    types: ty_data(1000) type c.    "structure to hold legacy data
    data: i_data type standard table of ty_data. "internal table of ty_data
    types: begin of stritab,
          land1 type v_t604-land1,  "structure of legacy file.
          stawn type v_t604-stawn,
          bemeh type v_t604-bemeh,
          impma type v_t604-impma,
          minol type v_t604-minol,
          end of stritab.
    data: gi_itab type standard table of stritab, "internal table of legacy file
          gw_itab type stritab.  "work area
    data: i_raw type truxs_t_text_data,
          v_fullpath type string.
    at selection-screen on value-request for p_path.
    if p_upl_ps = c_x. "if presentation server is selected
    perform get_file.
    else.            "if application server is selected
    perform set_file_path.      
    perform upload_from_server.
    perform split_data.
    endif.
    form get_file.
    CALL FUNCTION 'F4_FILENAME'
    EXPORTING
      PROGRAM_NAME        = SYST-CPROG
      DYNPRO_NUMBER       = SYST-DYNNR
      FIELD_NAME          = ' '
    IMPORTING
       FILE_NAME           = p_path.     "getting the file name of pres server
    CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'
      EXPORTING
      I_FIELD_SEPERATOR          =
        I_LINE_HEADER              = 'X'              "converting excel to sap and filling in
        I_TAB_RAW_DATA             = i_raw      "internal table
        I_FILENAME                 = p_path
      TABLES
        I_TAB_CONVERTED_DATA       = gi_itab
    EXCEPTIONS
       CONVERSION_FAILED          = 1
       OTHERS                     = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    endform.
    form set_file_path.                 "Getting the file path of application server
    data: lv_file type p_file.
          lv_file = p_file.
          CALL FUNCTION 'FILE_GET_NAME_USING_PATH'
            EXPORTING
            CLIENT                           = SY-MANDT
              LOGICAL_PATH                     = p_dir
            OPERATING_SYSTEM                 = SY-OPSYS
            PARAMETER_1                      = ' '
            PARAMETER_2                      = ' '
            PARAMETER_3                      = ' '
            USE_BUFFER                       = ' '
              FILE_NAME                        = lv_file
            USE_PRESENTATION_SERVER          = ' '
            ELEMINATE_BLANKS                 = 'X'
           IMPORTING
             FILE_NAME_WITH_PATH              = v_fullpath
           EXCEPTIONS
             PATH_NOT_FOUND                   = 1
             MISSING_PARAMETER                = 2
             OPERATING_SYSTEM_NOT_FOUND       = 3
             FILE_SYSTEM_NOT_FOUND            = 4
             OTHERS                           = 5
          IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.
    endform.
    form upload_from_server.
    data: lv_msg type string,
          lw_data type ty_data.
    open dataset v_fullpath for input message lv_msg in text mode encoding default.
    if sy-subrc <> 0.
    message lv_msg type 'i'.
    stop.
    endif.
    do.
    read dataset v_fullpath into lw_data.
    if sy-subrc <> 0.
    write:/5 'Error in processign data set'.
    exit.
    endif.
    append lw_data to i_data.
    enddo.
    close dataset v_fullpath.
    if sy-subrc <> 0.
    write: /5 'Error closing dataset'.
    endif.
    endform.
    form split_data.
    data: lw_data type ty_data.
    data: lw_itab type stritab.
    data: begin of ty_itab,
          land1 type v_t604-land1,
          stawn type v_t604-stawn,
          bemeh type v_t604-bemeh,
          impma type v_t604-impma,
          minol type v_t604-minol,
          end of ty_itab.
    loop at i_data into lw_data.
    split lw_data at c_tab into
          ty_itab-land1
          ty_itab-stawn
          ty_itab-bemeh
          ty_itab-impma
          ty_itab-minol.
    lw_itab-land1 = ty_itab-land1.
    lw_itab-stawn = ty_itab-stawn.
    lw_itab-bemeh = ty_itab-bemeh.
    lw_itab-impma = ty_itab-impma.
    lw_itab-minol = ty_itab-minol.
    append lw_itab to gi_itab.
    endloop.
    endform.
    start-of-selection.
    loop at gi_itab into gw_itab.
    write: /5 'COUNTRY', 'IMPORT CODE', 'SUP UNIT', 'FIRST UOM', 'SECOND UOM',
           /5 gw_itab-land1, gw_itab-stawn,gw_itab-bemeh,gw_itab-impma,gw_itab-minol.
    endloop.
    end-of-selection.
    I hope problem must be in p_dir and p_file which are in bold.. Kindly help me out. Thanks in advance.

    see the following ex:
    *&      Form  SUB_GET_FILEPATH
          text
    -->  p1        text
    <--  p2        text
    FORM SUB_GET_FILEPATH .
        GFILE = 'D:\SAP_INT\INBOUND\INBOX'.  "Path
    ENDFORM.                    " SUB_GET_FILEPATH
    *&      Form  SUB_GET_FILE
          text
    -->  p1        text
    <--  p2        text
    FORM SUB_GET_FILE .
      DATA: P_FDIR(200) TYPE C.
      DATA: IT_FILEDIR1 TYPE STANDARD TABLE OF TY_FILEDIR WITH HEADER LINE.
      P_FDIR = GFILE.
      CALL FUNCTION 'RZL_READ_DIR_LOCAL'
        EXPORTING
          NAME     = P_FDIR
        TABLES
          FILE_TBL = IT_FILEDIR.
      REFRESH : IT_FILEDIR1.
      LOOP AT IT_FILEDIR.
        IF IT_FILEDIR-NAME(4) = 'ZINC' OR IT_FILEDIR-NAME(4) = 'zinc'.
          MOVE IT_FILEDIR-NAME TO IT_FILEDIR1-NAME.
          APPEND IT_FILEDIR1.
        ENDIF.
      ENDLOOP.
      IF IT_FILEDIR1[] IS INITIAL.
        STOP.
      ENDIF.
      LOOP AT IT_FILEDIR1.
        REFRESH: I_TAB.
        CLEAR: I_TAB.
        NAME = IT_FILEDIR1-NAME.
        CONCATENATE: GFILE '\' NAME INTO G_FILE.
        OPEN DATASET G_FILE FOR INPUT IN TEXT MODE
                                         ENCODING DEFAULT
                                         IGNORING CONVERSION ERRORS.
        IF SY-SUBRC EQ 0.
          CONCATENATE 'FILENAME  : ' G_FILE INTO I_MSG1.
          APPEND I_MSG1.
          DO.
            READ DATASET G_FILE INTO RECORD.
            IF SY-SUBRC = 0.
              SPLIT RECORD AT ',' INTO I_TAB-BUKRS  I_TAB-EBELN
                  I_TAB-BLDAT  I_TAB-XBLNR I_TAB-LIFNR I_TAB-AMOUNT
                  I_TAB-CURR  I_TAB-BUSAREA
                  I_TAB-BKTXT I_TAB-DMBTR I_TAB-MENGE I_TAB-SRNO.
              MOVE-CORRESPONDING I_TAB TO I_TAB1.
            ELSE.
              EXIT.
            ENDIF.
            APPEND I_TAB1.
            CLEAR: I_TAB, I_TAB1.
          ENDDO.
        ENDIF.
        CLOSE DATASET G_FILE.

  • How to Upload Excel file to Application Server

    Hi Friends,
    ALSM_EXCEL_TO_INTERNAL_TABLE this F.M is to upload the excel format into internal table , The problem here is after uploading the excel file the format has been changed according to the F.M ... so Im not able to compare the value with my final internal table because the structure is different ... even if I could match with the values Im not able to  upload it to my application server ... is there any F.M which doesn't change the excel format and upload it to the internal table ? ... Or is there any other way of doing it other than using at new , case endcase. ? ...
    Thanks in advance ...
    Cheers

    Hi friend,
    Simply use GUI_UPLOAD function to get data from excel, txt etc.., into internal table in program.
    Try this program.. It performs downloading and uploading functions in both excel and .txt format.
    *& Report  ZAWI_DEMODOWNLOAD                                           *
    REPORT  zawi_demodownload                       .
    *Types
    TYPES: BEGIN OF g_r_mara,
           matnr LIKE mara-matnr,
           ersda LIKE mara-ersda,
           laeda LIKE mara-laeda,
           mtart LIKE mara-mtart,
           mbrsh LIKE mara-mbrsh,
           END OF g_r_mara.
    TYPES: BEGIN OF g_r_mara1,
           matnr TYPE string,
           ersda TYPE string,
           laeda TYPE string,
           mtart TYPE string,
           mbrsh TYPE string,
           END OF g_r_mara1.
    *Data
    DATA: g_t_mara TYPE TABLE OF g_r_mara,
          g_t_mara1 TYPE TABLE OF g_r_mara,
          g_t_mara2 TYPE TABLE OF g_r_mara1,
          filename TYPE string,
          f1 TYPE string,
          f2 TYPE string,
          x TYPE string,
          x1 TYPE string,
          x2 TYPE string,
          x3 TYPE strng,
          c TYPE string,
          g_r_wa TYPE g_r_mara,
          g_r_wa1 TYPE g_r_mara1,
          g_r_wa2 TYPE g_r_mara1,
         g_t_mara2 TYPE TABLE OF g_r_mara1,
          str TYPE string.
    *Tables
    TABLES: mara.
    *Selection Screen
    SELECT-OPTIONS: s_matnr FOR mara-matnr.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 10(20) text-001 FOR FIELD p1.
    PARAMETERS:p1 RADIOBUTTON GROUP g1.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 10(20) text-002 FOR FIELD p2.
    PARAMETERS p2 RADIOBUTTON GROUP g1.
    SELECTION-SCREEN END OF LINE.
    *Input validation.
    DATA: s_high TYPE mara-matnr,
          s_low TYPE mara-matnr.
    AT SELECTION-SCREEN ON s_matnr.
      IF NOT s_matnr-high IS INITIAL.
        s_high = s_matnr-high.
        SELECT SINGLE * FROM mara WHERE matnr = s_high.
        IF sy-subrc <> 0.
         IF NOT s_matnr-low IS INITIAL.
          s_low = s_matnr-low.
          SELECT SINGLE * FROM mara WHERE matnr = s_low.
          IF sy-subrc <> 0.
            MESSAGE e012(zawi_demo).
          ELSE.
            MESSAGE e011(zawi_demo).
          ENDIF.
        ENDIF.
      ENDIF.
    AT SELECTION-SCREEN.
      SELECT SINGLE * FROM mara WHERE matnr IN s_matnr.
      IF sy-subrc <> 0.
        IF s_matnr-low IS INITIAL.
          str = s_matnr-high.
        ELSE.
          str = s_matnr-low.
        ENDIF.
        MESSAGE e010(zawi_demo) WITH str..
      ENDIF.
    START-OF-SELECTION.
    *Data retrival
      SELECT matnr ersda laeda mtart mbrsh
        INTO  CORRESPONDING FIELDS OF TABLE g_t_mara
        FROM mara
        WHERE matnr IN s_matnr.
      IF p1 = 'X'.
        filename = 'C:\Testing.xls'.
       Downloading data from internal table to excel or txt
        f1 = filename.
        CALL FUNCTION 'GUI_DOWNLOAD'
          EXPORTING
            filename              = filename
            filetype              = 'ASC'
         append                = 'X'
            write_field_separator = 'X'
         col_select = 'X'
          TABLES
            data_tab              = g_t_mara.
      ELSE.
        filename = 'C:\Testing.txt'.
        f2 = filename.
        LOOP AT g_t_mara INTO g_r_wa.
          CONCATENATE g_r_wa-matnr ';'  INTO g_r_wa1-matnr.
          CONCATENATE g_r_wa-ersda ';'  INTO g_r_wa1-ersda.
          CONCATENATE g_r_wa-laeda ';'  INTO g_r_wa1-laeda.
          CONCATENATE g_r_wa-mtart ';'  INTO g_r_wa1-mtart.
          CONCATENATE g_r_wa-mbrsh ';'  INTO g_r_wa1-mbrsh.
          APPEND g_r_wa1 TO g_t_mara2.
        ENDLOOP.
        CALL FUNCTION 'GUI_DOWNLOAD'
          EXPORTING
            filename              = filename
            filetype              = 'ASC'
         append                = 'X'
         write_field_separator = 'X'
         col_select = 'X'
          TABLES
            data_tab              = g_t_mara2.
      ENDIF.
       Uploading data from excel to internal table 1
      IF filename = f1.
        CALL FUNCTION 'GUI_UPLOAD'
          EXPORTING
            filename            = filename
            filetype            = 'ASC'
            has_field_separator = 'X'
          TABLES
            data_tab            = g_t_mara1.
        WRITE: / 'Uploaded data' COLOR = 1.
        WRITE:/.
        CLEAR g_r_wa.
        LOOP AT g_t_mara1 INTO g_r_wa.
          WRITE:/ g_r_wa-matnr, g_r_wa-ersda, g_r_wa-laeda, g_r_wa-mtart, g_r_wa-mbrsh.
        ENDLOOP.
      ELSE.
        IF filename = f2.
                           IF sy-subrc <> 0.
                           ENDIF.
          CALL FUNCTION 'GUI_UPLOAD'
            EXPORTING
              filename            = filename
              filetype            = 'ASC'
              has_field_separator = 'X'
              replacement         = ''
            TABLES
              data_tab            = g_t_mara2.
          WRITE: / 'Uploaded data' COLOR = 1.
          WRITE:/.
          CLEAR g_r_wa1.
          LOOP AT g_t_mara2 INTO g_r_wa1.
            g_r_wa2-matnr = g_r_wa1-matnr.
            TRANSLATE g_r_wa2-matnr USING '; ' .
            WRITE:/ g_r_wa2-matnr, g_r_wa2-ersda, g_r_wa2-laeda, g_r_wa2-mtart, g_r_wa2-mbrsh.
            CLEAR g_r_wa2.
          ENDLOOP.
        ENDIF.
      ENDIF.
                                                                                    OR
    Use T-codes:
    CG3Y - Download file               - Download file from Application server
    CG3Z - Upload file                    - Upload file to Application server

  • PDF file preview in windows 8.1 machine through my application

    I developed an application which preview PDf documents. app is working in windows XP, windows 7 machines. But when i run the same application i got "Error HRESULT E_FAIL has been return from a call to a COM component".
    Through my application i tried to create object of "Adobe PDF preview handler" CLASS ID = "DC6EFB56-9CFA-464D-44885D7DC193"
    Is this handler wont support in windows 8.1?
    Is source code available for this?
    PS: I can preview the file throught windows previewer.

    Hi,
    Welcome to MSDN.
    It seems that this is not the proper forum for this issue, since it is related to third-party.
    I found a similar thread in the forums of Adobe
    Adobe Community: Acrobat Reader 9.1 ActiveX control problems which shows that :
    As for "HRESULT E_FAIL" message, all that was wrong was the "Display PDF in browser" option in
    Adobe Reader preferences. It needs to be ticked. A bit weird but considering
    that it uses the same OCX in a web browser, it makes some sense."
    It seems that installing Reader 9.1 on my development machine and compiling a
    new version of the application fixes the problem (at least the second one).
    If still no helping, you could post this issue in the forum of that publisher to get dedicated support.
    Thanks for your understanding.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to upload XML file from Application server.

    Hi,
    How to upload XML file from Application server.Please tell me as early as possible.
    Regards,
    Sagar.

    Hi,
    parameters : p_file type ibipparms-path obligatory.
    ***DOWNLOAD---->SAP INTO EXCEL
    filename1 = p_file.
    call function 'GUI_DOWNLOAD'
      exporting
      BIN_FILESIZE                    =
        filename                        = filename1
        filetype                        = 'ASC'
      APPEND                          = ' '
      WRITE_FIELD_SEPARATOR           = 'X'
      HEADER                          = '00'
      TRUNC_TRAILING_BLANKS           = ' '
      WRITE_LF                        = 'X'
      COL_SELECT                      = ' '
      COL_SELECT_MASK                 = ' '
      DAT_MODE                        = ' '
      CONFIRM_OVERWRITE               = ' '
      NO_AUTH_CHECK                   = ' '
      CODEPAGE                        = ' '
      IGNORE_CERR                     = ABAP_TRUE
      REPLACEMENT                     = '#'
      WRITE_BOM                       = ' '
      TRUNC_TRAILING_BLANKS_EOL       = 'X'
      WK1_N_FORMAT                    = ' '
      WK1_N_SIZE                      = ' '
      WK1_T_FORMAT                    = ' '
      WK1_T_SIZE                      = ' '
    IMPORTING
      FILELENGTH                      =
      tables
        data_tab                        = it_stock
      FIELDNAMES                      =
    exceptions
       file_write_error                = 1
       no_batch                        = 2
       gui_refuse_filetransfer         = 3
       invalid_type                    = 4
       no_authority                    = 5
       unknown_error                   = 6
       header_not_allowed              = 7
       separator_not_allowed           = 8
       filesize_not_allowed            = 9
       header_too_long                 = 10
       dp_error_create                 = 11
       dp_error_send                   = 12
       dp_error_write                  = 13
       unknown_dp_error                = 14
       access_denied                   = 15
       dp_out_of_memory                = 16
       disk_full                       = 17
       dp_timeout                      = 18
       file_not_found                  = 19
       dataprovider_exception          = 20
       control_flush_error             = 21
       others                          = 22
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    Regards,
    Deepthi.

  • How to upload a file from application server?

    Hi experts,
    I am going to create a conversion program using call function 'HR_INFOTYPE_OPERATION'.In my conversion I am going to upload per_area,emp_subgroup,payroll_area,work contract and orgn_key for the infotype IT0001 and the input file is from application server.I am using check boxes for these 5 fields and  for the fields I am selecting the checkbox.I want to upload the datas in the IT0001 using HR_INFOTYPE_OPERATION.That is using the call transaction function.Its urgent give me some ideas or codings for that infotype updating.
    Thanks,
    Sakthi.C

    Hi
    you can use <b>open dataset for input</b>,<b>Read dataset</b> for uploading data from a application server.
    Message was edited by:
            Raghu Reddy

  • Handheld application loader encountered a problem and needs to close

    This problem has been occurring for months for me now, and still, I have not found a solution. There used to be no problem. The solutions I found online including in this forum do not work for me.  I have uinstalled and reinstalled all bb softwares on my computer, I have deleted the apploader files, i have restored my XP computer to its factory settings and updated everything from scratch, from SP1 to SP3, and still, no solution is in sight.
    I copied the error log which is found below: I hope somebody can decipher this and offer a solution; 
    Thanks.
    Loader caused an Illegal Instruction (0xc000001d)
    in module Loader.exe at 001b:0055a360 CurrentThread:00000E4C.
    Exception handler called in Loader.
    Error occurred at 4/30/2012 20:37:18.
    C:\Program Files\Common Files\Research In Motion\AppLoader\Loader.exe, run by Owner.
    Operating system: Microsoft Windows XP Home Edition Service Pack 3 (build 2600).
    1 processor(s), type 586.
    52% memory in use.
    1472 MBytes physical memory.
    700 MBytes physical memory free.
    3372 MBytes paging file.
    2603 MBytes paging file free.
    2048 MBytes user address space.
    1964 MBytes user address space free.
    Context:
    EDI: 0x00000000 ESI: 0x0017eb4c EAX: 0x02dffc78
    EBX: 0x00000000 ECX: 0x02dffcc0 EDX: 0x01eaa0c0
    EIP: 0x0055a360 EBP: 0x02dffd18 SegCs: 0x0000001b
    EFlags: 0x00010206 ESP: 0x02dffc78 SegSs: 0x00000023
    Bytes at CS:EIP:
    66 0f d6 00 f3 0f 7e 41 08 8b 4a 10 56 c7 44 24
    Stack:
    0x02dffc78: 0017eb4c 00000000 02dffc90 77e88519 L..............w
    0x02dffc88: 02dffc90 0017eb4c 00000000 0055bf80 ....L.........U.
    0x02dffc98: 02dffcf4 02dffcc0 0da8226c 016bddd8 ........l"....k.
    0x02dffca8: 016bddd8 00000000 7c910222 7c91019b ..k....."..|...|
    0x02dffcb8: 7c9101db 7c9100c4 015b0000 00000000 ...|...|..[.....
    0x02dffcc8: 00000000 7c910222 00000025 00150d78 ...."..|%...x...
    0x02dffcd8: 00150000 0017a308 02dffcd0 00000000 ................
    0x02dffce8: 00000000 0017eb4c 020fa918 ffffffff ....L...........
    0x02dffcf8: 00000012 0017e954 0017cb5c 0017d31c ....T...\.......
    0x02dffd08: 02dffca0 02dfff98 007f43b0 00000004 .........C......
    0x02dffd18: 00000000 00000001 02dffdbc 00000000 ................
    0x02dffd28: 00000001 7c900000 7c9000d0 02dffd24 .......|...|$...
    0x02dffd38: 00000001 02dffd5c 7c910385 7c900000 ....\......|...|
    0x02dffd48: 00000000 02dffe18 7c917c02 7c900000 .........|.|...|
    0x02dffd58: 02dffdbe 00dffdb8 02dffdb8 02dffdbe ................
    0x02dffd68: 7c917ca7 7c97e174 7c917c51 00006d19 .|.|t..|Q|.|.m..
    0x02dffd78: 02dffe5c 7c809036 7c917c51 00006d19 \...6..|Q|.|.m..
    0x02dffd88: 02dffe6c 7c903400 898cf301 00000000 l....4.|........
    0x02dffd98: 02dffed4 7c900000 00000000 02dffdbc .......|........
    0x02dffda8: 02dffdbc 00000000 00009a5e 00251f18 ........^.....%.
    0x02dffdb8: 7c9132ff 74520000 6365446c 5065646f .2.|..RtlDecodeP
    0x02dffdc8: 746e696f 74007265 6365446c 5065646f ointer.tlDecodeP
    0x02dffdd8: 746e696f 00007265 0076fa1d 7c910060 ointer....v.`..|
    0x02dffde8: 7c8106f9 0000001b 00000200 02dffffc ...|............
    0x02dffdf8: 00000023 00007fc1 02dffd74 00000000 #.......t.......
    0x02dffe08: 02dfff24 7c90e920 7c917c58 ffffffff $... ..|X|.|....
    0x02dffe18: 7c917c51 7c917e8f 7c900000 02dffe5c Q|.|.~.|...|\...
    0x02dffe28: 00006d19 02dffed4 00000000 00000000 .m..............
    0x02dffe38: 00000001 02dffed8 00000000 00000001 ................
    0x02dffe48: 7c800000 7c8000f0 02dffe40 00000001 ...|...|@.......
    0x02dffe58: 02dffe78 00110010 7c80903c 00000000 x.......<..|....
    0x02dffe68: 02dfff34 7c917c02 7c800000 7c900000 4....|.|...|...|
    0x02dffe78: 00000005 02dffed4 02dffeda 7c917ca7 .............|.|
    0x02dffe88: 7c97e174 7c90df4a 7c809590 7ffd8000 t..|J..|...|....
    0x02dffe98: 02dfff28 7c8095d2 02dffed4 7c8095c0 (......|.......|
    0x02dffea8: 00000000 020fa918 00000000 00000218 ................
    0x02dffeb8: 00000028 00000234 015b0000 02dffcbc (...4.....[.....
    0x02dffec8: 00000000 02dfff98 7c90e920 7c9101e0 ........ ..|...|
    0x02dffed8: ffffffff 7c9101db 00772690 015b0000 .......|.&w...[.
    0x02dffee8: 00000000 00000020 016bddd8 00000000 .... .....k.....
    0x02dffef8: 016bddd8 02dfff14 0077101e 00000020 ..k.......w. ...
    0x02dfff08: 0040fc65 00000000 02dffea8 02dfffa8 e.@.............
    0x02dfff18: 0da8226c 02dfffa8 00554c9d 280ec6c6 l".......LU....(
    0x02dfff28: 00000800 016bddd8 00490f8b 00000003 ......k...I.....
    0x02dfff38: 280ec6c6 0001c200 0048f500 016bddd8 ...(......H...k.
    0x02dfff48: 024e6b98 02dfffa8 00000000 00000001 .kN.............
    0x02dfff58: 00492a9e 024e6b98 0001d5c0 024e6b98 .*I..kN......kN.
    0x02dfff68: 00000218 00000230 00000234 0076f9f7 ....0...4.....v.
    0x02dfff78: 00000000 0da820dc 0001d5c0 024e6b98 ..... .......kN.
    0x02dfff88: 024e6b98 c000001d 02dfff7c 02dff894 .kN.....|.......
    0x02dfff98: 02dfffdc 00773300 0ff9ebf4 00000000 .....3w.........
    0x02dfffa8: 02dfffb4 0076fa9f 00000002 02dfffec ......v.........
    0x02dfffb8: 7c80b729 024e6b98 0001d5c0 00000002 )..|.kN.........
    0x02dfffc8: 024e6b98 7ffd8000 c000001d 02dfffc0 .kN.............
    0x02dfffd8: 02dff8a4 ffffffff 7c839ad8 7c80b730 ...........|0..|
    0x02dfffe8: 00000000 00000000 00000000 0076fa1d ..............v.
    0x02dffff8: 024e6b98 00000000 .kN.....
    Module 1
    C:\WINDOWS\system32\Normaliz.dll
    Image Base: 0x00400000 Image Size: 0x00009000
    Checksum: 0x00010188 Time Stamp: 0x44a3ec46
    File Size: 23552 File Time: 1/7/2009 17:20:36
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Unicode Normalization DLL
    FileVer: 6.0.5441.0
    ProdVer: 6.0.5441.0
    Module 2
    C:\Program Files\Common Files\Research In Motion\AppLoader\Loader.exe
    Image Base: 0x00400000 Image Size: 0x0091f000
    Checksum: 0x0092100a Time Stamp: 0x4ddeb6d9
    File Size: 9507672 File Time: 5/26/2011 16:34:24
    Version Information:
    Company: Research In Motion Limited
    Product: RIM Handheld Application Loader
    FileDesc: Handheld Application Loader Wizard
    FileVer: 6.0.1.33
    ProdVer: 6.0.1.33
    Module 3
    C:\WINDOWS\system32\xpsp2res.dll
    Image Base: 0x00010000 Image Size: 0x002c5000
    Checksum: 0x002ca420 Time Stamp: 0x4802454c
    File Size: 2897920 File Time: 4/13/2008 22:09:26
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Service Pack 2 Messages
    FileVer: 5.1.2600.5512
    ProdVer: 5.1.2600.5512
    Module 4
    C:\Program Files\Common Files\Research In Motion\RIMDeviceManager\RIMDeviceManagerps.dll
    Image Base: 0x10000000 Image Size: 0x00009000
    Checksum: 0x0000602b Time Stamp: 0x4eb2eec8
    File Size: 23888 File Time: 11/3/2011 15:44:16
    Version Information:
    Company: Research In Motion Limited
    Product: RIM Handheld Communications Manager
    FileDesc: RIM Handheld Communications Manager Proxy
    FileVer: 6.0.0.40
    ProdVer: 6.0.0.40
    Module 5
    C:\Program Files\Common Files\Research In Motion\USB Drivers\BbDevMgrPs.dll
    Image Base: 0x10000000 Image Size: 0x00044000
    Checksum: 0x0004f6e7 Time Stamp: 0x4e2e3940
    File Size: 270336 File Time: 7/25/2011 23:49:24
    Version Information:
    Company: Research In Motion Limited
    Product: RIM handheld driver
    FileDesc: RIM handheld device manager proxy stub
    FileVer: 4.2.0.15
    ProdVer: 4.2.0.15
    Module 6
    C:\DOCUME~1\Owner\LOCALS~1\Temp\IadHide4.dll
    Image Base: 0x10000000 Image Size: 0x00006000
    Checksum: 0x00000000 Time Stamp: 0x3e21ad68
    File Size: 24576 File Time: 10/11/2003 00:26:42
    Version Information:
    Company: BackWeb
    Product: BackWeb IAdHide
    FileDesc: IAdHide
    FileVer: 6.2.3.66
    ProdVer: 6.2.3.66
    Module 7
    C:\WINDOWS\system32\WININET.dll
    Image Base: 0x3d930000 Image Size: 0x000e6000
    Checksum: 0x000e6621 Time Stamp: 0x4f4f570c
    File Size: 916992 File Time: 3/1/2012 06:01:32
    Version Information:
    Company: Microsoft Corporation
    Product: Windows® Internet Explorer
    FileDesc: Internet Extensions for Win32
    FileVer: 8.0.6001.19222
    ProdVer: 8.0.6001.19222
    Module 8
    C:\WINDOWS\system32\iertutil.dll
    Image Base: 0x3dfd0000 Image Size: 0x001eb000
    Checksum: 0x001f40fd Time Stamp: 0x4f4f570f
    File Size: 2000384 File Time: 3/1/2012 06:01:32
    Version Information:
    Company: Microsoft Corporation
    Product: Windows® Internet Explorer
    FileDesc: Run time utility for Internet Explorer
    FileVer: 8.0.6001.19222
    ProdVer: 8.0.6001.19222
    Module 9
    C:\WINDOWS\system32\XmlLite.dll
    Image Base: 0x47060000 Image Size: 0x00021000
    Checksum: 0x00023525 Time Stamp: 0x44b7bdb6
    File Size: 121856 File Time: 1/7/2009 17:21:04
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft XML Core Services
    FileDesc: Microsoft XmlLite Library
    FileVer: 1.0.1018.0
    ProdVer: 1.0.1018.0
    Module 10
    C:\WINDOWS\system32\WINHTTP.dll
    Image Base: 0x4d4f0000 Image Size: 0x00059000
    Checksum: 0x00065a8d Time Stamp: 0x4ec3c6f8
    File Size: 354816 File Time: 11/16/2011 09:21:44
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Windows HTTP Services
    FileVer: 5.1.2600.6175
    ProdVer: 5.1.2600.6175
    Module 11
    C:\WINDOWS\system32\uxtheme.dll
    Image Base: 0x5ad70000 Image Size: 0x00038000
    Checksum: 0x0004533d Time Stamp: 0x4802a11e
    File Size: 218624 File Time: 4/14/2008 04:42:10
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Microsoft UxTheme Library
    FileVer: 6.0.2900.5512
    ProdVer: 6.0.2900.5512
    Module 12
    C:\WINDOWS\system32\WS2HELP.dll
    Image Base: 0x71aa0000 Image Size: 0x00008000
    Checksum: 0x0000925f Time Stamp: 0x4802a164
    File Size: 19968 File Time: 4/14/2008 04:42:12
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Windows Socket 2.0 Helper for Windows NT
    FileVer: 5.1.2600.5512
    ProdVer: 5.1.2600.5512
    Module 13
    C:\WINDOWS\system32\WS2_32.dll
    Image Base: 0x71ab0000 Image Size: 0x00017000
    Checksum: 0x0001f020 Time Stamp: 0x4802a163
    File Size: 82432 File Time: 4/14/2008 04:42:12
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Windows Socket 2.0 32-Bit DLL
    FileVer: 5.1.2600.5512
    ProdVer: 5.1.2600.5512
    Module 14
    C:\WINDOWS\system32\MSCTF.dll
    Image Base: 0x74720000 Image Size: 0x0004c000
    Checksum: 0x000492ef Time Stamp: 0x4802a12c
    File Size: 297984 File Time: 4/14/2008 04:42:00
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: MSCTF Server DLL
    FileVer: 5.1.2600.5512
    ProdVer: 5.1.2600.5512
    Module 15
    C:\WINDOWS\system32\IMM32.DLL
    Image Base: 0x76390000 Image Size: 0x0001d000
    Checksum: 0x0002921b Time Stamp: 0x4802a0e7
    File Size: 110080 File Time: 4/14/2008 04:41:56
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Windows XP IMM32 API Client DLL
    FileVer: 5.1.2600.5512
    ProdVer: 5.1.2600.5512
    Module 16
    C:\WINDOWS\system32\COMDLG32.dll
    Image Base: 0x763b0000 Image Size: 0x00049000
    Checksum: 0x0004edb8 Time Stamp: 0x4802a0c9
    File Size: 276992 File Time: 4/14/2008 04:41:52
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Common Dialogs DLL
    FileVer: 6.0.2900.5512
    ProdVer: 6.0.2900.5512
    Module 17
    C:\WINDOWS\system32\WINMM.dll
    Image Base: 0x76b40000 Image Size: 0x0002d000
    Checksum: 0x00038fb7 Time Stamp: 0x4e984b81
    File Size: 176128 File Time: 10/14/2011 09:47:30
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: MCI API DLL
    FileVer: 5.1.2600.6160
    ProdVer: 5.1.2600.6160
    Module 18
    C:\WINDOWS\system32\DNSAPI.dll
    Image Base: 0x76f20000 Image Size: 0x00027000
    Checksum: 0x0002a794 Time Stamp: 0x4d6f3b57
    File Size: 149504 File Time: 3/3/2011 01:55:20
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: DNS Client API DLL
    FileVer: 5.1.2600.6089
    ProdVer: 5.1.2600.6089
    Module 19
    C:\WINDOWS\system32\CLBCATQ.DLL
    Image Base: 0x76fd0000 Image Size: 0x0007f000
    Checksum: 0x0007aa0b Time Stamp: 0x4802a0b9
    File Size: 498688 File Time: 4/14/2008 04:41:52
    Version Information:
    Company: Microsoft Corporation
    Product: COM Services
    FileDesc:
    FileVer: 2001.12.4414.700
    ProdVer: 3.0.0.4414
    Module 20
    C:\WINDOWS\system32\COMRes.dll
    Image Base: 0x77050000 Image Size: 0x000c5000
    Checksum: 0x000cd041 Time Stamp: 0x4802a0ce
    File Size: 792064 File Time: 4/14/2008 04:41:52
    Version Information:
    Company: Microsoft Corporation
    Product: COM Services
    FileDesc:
    FileVer: 2001.12.4414.700
    ProdVer: 3.0.0.4414
    Module 21
    C:\WINDOWS\system32\OLEAUT32.dll
    Image Base: 0x77120000 Image Size: 0x0008b000
    Checksum: 0x0008d7c1 Time Stamp: 0x4d0f931f
    File Size: 551936 File Time: 12/20/2010 12:32:16
    Version Information:
    Company: Microsoft Corporation
    Product:
    FileDesc:
    FileVer: 5.1.2600.6058
    ProdVer: 5.1.2600.6058
    Module 22
    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.6028_x-ww_61e65202\COMCTL32.dll
    Image Base: 0x773d0000 Image Size: 0x00103000
    Checksum: 0x00107dd2 Time Stamp: 0x4c729dd1
    File Size: 1054208 File Time: 8/23/2010 11:12:02
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: User Experience Controls Library
    FileVer: 6.0.2900.6028
    ProdVer: 6.0.2900.6028
    Module 23
    C:\WINDOWS\system32\ole32.dll
    Image Base: 0x774e0000 Image Size: 0x0013e000
    Checksum: 0x00146eee Time Stamp: 0x4eb0192e
    File Size: 1288704 File Time: 11/1/2011 11:07:10
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Microsoft OLE for Windows
    FileVer: 5.1.2600.6168
    ProdVer: 5.1.2600.6168
    Module 24
    C:\WINDOWS\system32\SETUPAPI.dll
    Image Base: 0x77920000 Image Size: 0x000f3000
    Checksum: 0x000f1928 Time Stamp: 0x4802a10b
    File Size: 985088 File Time: 4/14/2008 04:42:06
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Windows Setup API
    FileVer: 5.1.2600.5512
    ProdVer: 5.1.2600.5512
    Module 25
    C:\WINDOWS\system32\VERSION.dll
    Image Base: 0x77c00000 Image Size: 0x00008000
    Checksum: 0x00012c70 Time Stamp: 0x4802a11d
    File Size: 18944 File Time: 4/14/2008 04:42:10
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Version Checking and File Installation Libraries
    FileVer: 5.1.2600.5512
    ProdVer: 5.1.2600.5512
    Module 26
    C:\WINDOWS\system32\msvcrt.dll
    Image Base: 0x77c10000 Image Size: 0x00058000
    Checksum: 0x00057341 Time Stamp: 0x4802a188
    File Size: 343040 File Time: 4/14/2008 04:42:02
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Windows NT CRT DLL
    FileVer: 7.0.2600.5512
    ProdVer: 6.1.8638.5512
    Module 27
    C:\WINDOWS\system32\ADVAPI32.dll
    Image Base: 0x77dd0000 Image Size: 0x0009b000
    Checksum: 0x000a5bb8 Time Stamp: 0x49901d48
    File Size: 617472 File Time: 2/9/2009 07:10:48
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Advanced Windows 32 Base API
    FileVer: 5.1.2600.5755
    ProdVer: 5.1.2600.5755
    Module 28
    C:\WINDOWS\system32\RPCRT4.dll
    Image Base: 0x77e70000 Image Size: 0x00093000
    Checksum: 0x000985cf Time Stamp: 0x4c68fa8c
    File Size: 590848 File Time: 8/16/2010 03:45:00
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Remote Procedure Call Runtime
    FileVer: 5.1.2600.6022
    ProdVer: 5.1.2600.6022
    Module 29
    C:\WINDOWS\system32\GDI32.dll
    Image Base: 0x77f10000 Image Size: 0x00049000
    Checksum: 0x0004ce95 Time Stamp: 0x49006fbe
    File Size: 286720 File Time: 10/23/2008 07:36:14
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: GDI Client DLL
    FileVer: 5.1.2600.5698
    ProdVer: 5.1.2600.5698
    Module 30
    C:\WINDOWS\system32\SHLWAPI.dll
    Image Base: 0x77f60000 Image Size: 0x00076000
    Checksum: 0x00080464 Time Stamp: 0x4b1e1b10
    File Size: 474112 File Time: 12/8/2009 04:23:28
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Shell Light-weight Utility Library
    FileVer: 6.0.2900.5912
    ProdVer: 6.0.2900.5912
    Module 31
    C:\WINDOWS\system32\Secur32.dll
    Image Base: 0x77fe0000 Image Size: 0x00011000
    Checksum: 0x0001bbcc Time Stamp: 0x4a433476
    File Size: 56832 File Time: 6/25/2009 03:25:26
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Security Support Provider Interface
    FileVer: 5.1.2600.5834
    ProdVer: 5.1.2600.5834
    Module 32
    C:\WINDOWS\system32\urlmon.dll
    Image Base: 0x78130000 Image Size: 0x00133000
    Checksum: 0x00129ff0 Time Stamp: 0x4f4f570c
    File Size: 1212416 File Time: 3/1/2012 06:01:32
    Version Information:
    Company: Microsoft Corporation
    Product: Windows® Internet Explorer
    FileDesc: OLE32 Extensions for Win32
    FileVer: 8.0.6001.19222
    ProdVer: 8.0.6001.19222
    Module 33
    C:\WINDOWS\system32\kernel32.dll
    Image Base: 0x7c800000 Image Size: 0x000f6000
    Checksum: 0x000fe572 Time Stamp: 0x49c4f482
    File Size: 989696 File Time: 3/21/2009 09:06:58
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Windows NT BASE API Client DLL
    FileVer: 5.1.2600.5781
    ProdVer: 5.1.2600.5781
    Module 34
    C:\WINDOWS\system32\ntdll.dll
    Image Base: 0x7c900000 Image Size: 0x000b2000
    Checksum: 0x000afd30 Time Stamp: 0x4d00f27d
    File Size: 718336 File Time: 12/9/2010 10:15:10
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: NT Layer DLL
    FileVer: 5.1.2600.6055
    ProdVer: 5.1.2600.6055
    Module 35
    C:\WINDOWS\system32\SHELL32.dll
    Image Base: 0x7c9c0000 Image Size: 0x00817000
    Checksum: 0x0081d3cf Time Stamp: 0x4d399bd5
    File Size: 8462336 File Time: 1/21/2011 09:44:38
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Windows Shell Common Dll
    FileVer: 6.0.2900.6072
    ProdVer: 6.0.2900.6072
    Module 36
    C:\WINDOWS\system32\msi.dll
    Image Base: 0x7d1e0000 Image Size: 0x002bc000
    Checksum: 0x002bdb4b Time Stamp: 0x4802a15a
    File Size: 2843136 File Time: 4/14/2008 04:42:00
    Version Information:
    Company: Microsoft Corporation
    Product: Windows Installer - Unicode
    FileDesc: Windows Installer
    FileVer: 3.1.4001.5512
    ProdVer: 3.1.4001.5512
    Module 37
    C:\WINDOWS\system32\USER32.dll
    Image Base: 0x7e410000 Image Size: 0x00091000
    Checksum: 0x0008fc76 Time Stamp: 0x4802a11b
    File Size: 578560 File Time: 4/14/2008 04:42:10
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Windows XP USER API Client DLL
    FileVer: 5.1.2600.5512
    ProdVer: 5.1.2600.5512
    Module 38
    C:\WINDOWS\system32\SXS.DLL
    Image Base: 0x7e720000 Image Size: 0x000b0000
    Checksum: 0x000b934d Time Stamp: 0x4802a11a
    File Size: 713216 File Time: 4/14/2008 04:42:08
    Version Information:
    Company: Microsoft Corporation
    Product: Microsoft® Windows® Operating System
    FileDesc: Fusion 2.5
    FileVer: 5.1.2600.5512
    ProdVer: 5.1.2600.5512
    ===== [end of ERRORLOG.TXT] =====

    Re: Handheld Application Loader Wizard has encountered a problem and needs to close. We are sorry for the inconvenience.
    Sorry I will correct the laptop order:
    Okay, on my desktop USB controllers:
    USB Root Hub
    USB Root Hub
    USB Root Hub
    USB Root Hub
    VIA REV 5 or later USB Universal Host Controller
    VIA REV 5 or later USB Universal Host Controller
    VIA REV 5 or later USB Universal Host Controller
    VIA USB Enhanced Host Contoller
    On my laptop:
    Intel(R) 82801G (ICH7 Family) USB Univeral Host Controller - 27C8
    Intel(R) 82801G (ICH7 Family) USB Univeral Host Controller - 27C9
    Intel(R) 82801G (ICH7 Family) USB Univeral Host Controller  - 27CA
    Intel(R) 82801G (ICH7 Family) USB Univeral Host Controller  - 27CB
    Intel(R) 82801G (ICH7 Family) USB2 Enhanced Host Controller  - 27CC
    USB Root Hub
    USB Root Hub
    USB Root Hub
    USB Root Hub
    USB Root Hub

  • Need Sample code to upload the data to Application Server

    Hi ,
    I need to upload the data to application server.
    The output should be an XML file.
    Can anybody send me sample code for this.
    Reward points are assured.
    Best Regards
    Bhagat.

    may be this code wil help ,first to downjload the XML fine -
    1)
    REPORT  zhr_test2_tk.
    TYPE-POOLS: ixml.
    TYPES: BEGIN OF xml_line,
            data(256) TYPE x,
           END OF xml_line.
    DATA: l_ixml            TYPE REF TO if_ixml,
          l_streamfactory   TYPE REF TO if_ixml_stream_factory,
          l_ostream         TYPE REF TO if_ixml_ostream,
          l_renderer        TYPE REF TO if_ixml_renderer,
          l_document        TYPE REF TO if_ixml_document.
    DATA: l_element_position TYPE REF TO if_ixml_element,
          l_element_title    TYPE REF TO if_ixml_element,
           l_element_flight  TYPE REF TO if_ixml_element,
           l_element_from    TYPE REF TO if_ixml_element,
           l_element_to      TYPE REF TO if_ixml_element,
            l_element_dummy   TYPE REF TO if_ixml_element,
             l_value           TYPE string.
    DATA: l_xml_table       TYPE TABLE OF xml_line,
          l_xml_size        TYPE i,
          l_rc              TYPE i.
    DATA: lt_erec TYPE TABLE OF hrp5126,
          l_erec TYPE hrp5126.
    DATA: date(10),
          time(4),
          filepath TYPE string.
    CONSTANTS: filedir TYPE string VALUE 'C:\tmp\',
               filename TYPE string VALUE 'ZHR_test'.
    START-OF-SELECTION.
    fill internal table
      SELECT * FROM hrp5126 INTO TABLE lt_erec.
    Start filling xml DOM object from internal table lt_erec.
      LOOP AT lt_erec INTO l_erec.
    *Create the root node 'position'
        IF sy-tabix EQ 1.
        create an ixml factory
          l_ixml = cl_ixml=>create( ).
        create Document Object Model
          l_document = l_ixml->create_document( ).
       Fill root node with value 'position'
          l_element_position = l_document->create_simple_element(
                         name   = 'position'
                         parent = l_document ).
        ENDIF.
        IF sy-tabix GT 1.
        create element jobtitle as child of position
          l_value = l_erec-jobtitle.
          l_element_title = l_document->create_simple_element(
                             name   = 'job_title'
                             parent = l_element_position
                             value  = l_value ).
          l_value = l_erec-empl_start_date.
          l_element_dummy = l_document->create_simple_element(
                             name   = 'StartDate'
                             parent = l_element_title
                             value  = l_value ).
          l_value = l_erec-empl_end_date.
          l_element_dummy = l_document->create_simple_element(
                             name   = 'EndDate'
                             parent = l_element_title
                             value  = l_value ).
        ENDIF.
      ENDLOOP.
      IF sy-subrc NE 0.
        WRITE: 'No data in table hrp5125'.
      ENDIF.
    create a stream factory
      l_streamfactory = l_ixml->create_stream_factory( ).
    connect internal XML table to streamfactory
      l_ostream = l_streamfactory->create_ostream_itable(
                      table = l_xml_table ).
    render the document
      l_renderer = l_ixml->create_renderer( ostream  = l_ostream
                                            document = l_document ).
      l_rc = l_renderer->render( ).
    Get time and date
      WRITE sy-uzeit2(2) TO time2(2).
      WRITE sy-uzeit0(2) TO time0(2).
      WRITE sy-datum4(2) TO date0(2).
      WRITE sy-datum6(2) TO date2(2).
      WRITE sy-datum0(4) TO date4(4).
    *Build filename with date and time reference
    CONCATENATE filedir filename date time '.xml' INTO filepath.
    <i>* This is the code I hope to modify in order to save the xml structure on the application server, with a specified filepath.</i>
    <b>  OPEN DATASET filepath FOR OUTPUT IN BINARY MODE.
      LOOP AT lt_erec into l_erec.
        TRANSFER  l_erec TO filepath.
      ENDLOOP.
      CLOSE DATASET filepath.</b>
    save XML document
      l_xml_size = l_ostream->get_num_written_raw( ).
    *This is the code for download to local computer
    CALL METHOD cl_gui_frontend_services=>gui_download
       EXPORTING
         bin_filesize            = l_xml_size
         filename                = filepath
         filetype                = 'BIN'
       CHANGING
         data_tab                = l_xml_table
       EXCEPTIONS
         file_write_error        = 1
         no_batch                = 2
         gui_refuse_filetransfer = 3
         invalid_type            = 4
         no_authority            = 5
         unknown_error           = 6
         header_not_allowed      = 7
         separator_not_allowed   = 8
         filesize_not_allowed    = 9
         header_too_long         = 10
         dp_error_create         = 11
         dp_error_send           = 12
         dp_error_write          = 13
         unknown_dp_error        = 14
         access_denied           = 15
         dp_out_of_memory        = 16
         disk_full               = 17
         dp_timeout              = 18
         file_not_found          = 19
         dataprovider_exception  = 20
         control_flush_error     = 21
         OTHERS                  = 22.
    IF sy-subrc <> 0.
       MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
               WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    2) uploading tht PC XML file to APPliaction server -
    DATA rec like QISRS_XML_LINE.
    OPEN DATASET filepath FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    LOOP AT l_xml_table into rec.
    TRANSFER rec TO filepath.
    ENDLOOP.
    CLOSE DATASET filepath.

  • Uploading photos through web gallery not working.

    People
    When people access my web galleries and use the upload feature and it accepts the uploaded files, but, the photos don't appear in the web gallery or get synched to my iPhoto. However, using the upload feature through email does work!
    Any ideas on that?
    Also, once synched with web galleries on my iPhoto, how come the photos don't automatically appear in the event that the person uploaded the photo to in the fist place? The photos appear in the event under Web Gallery on iPhoto but not the actual event. Does that make sense?
    Cheers
    Al

    Same prob here (EU).
    Looks like uploading through the web interface (while browsing the web gallery) doesn't work.
    E-mailing a picture works a treat, though...
    Tried also using firefox (I'm on a MBP with all the latest software versions) but no luck!
    I've looked also at the contents of my iDisk (it had to be in the loop!) and indeed found that the web gallery is under <.macmember_name>/Web/Sites/gallery/<id> and every picture that's in the gallery has its own folder named after the picture name containing 5 files: *large.jpg, medium.jpg, web.jpg, square.jpg and reflect-medium.jpg* (their meaning is quite obvious...)
    The pictures I sent through the web interface didn't produce results in my iDisk whatsoever, while the one I sent using mail had this new folder-files created in the right way...
    I think this upload feature is seriously flawed...

Maybe you are looking for

  • Macbook Pro getting slower and slower, freezing all the time

    Hi, My early 2011 Macbook Pro is gettin slower and slower, and I'm pretty sure Mavericks only worsened the condition. This is my report, can someone help me on why this is happening? Hardware Information:           MacBook Pro (13-inch, Early 2011)  

  • Editable ALV, how to capture changed data

    Hi All, I have created an editable ALV. User can make some changes in the displayed record and press "Submit" button (custom button on application toolbar), the program should validate the data and write the file on application server if validations

  • DJ Software for Mac?

    Here's what I'd really like to be able to do: Have more detailed control over a playlist, so that I could decide which songs were going to crossfade, and which songs were going to "bump" into each other -- ie, one ends and the other immediately start

  • Creating mail address

    for some reason, i can't add a new gmail account using an IMAP format to my apple mail (4) account. im not sure if the port isn't working, or some other setting. it just won't connect to the server and im not sure why. its also not a straight-up doma

  • Computers don't see each other on home network.

    Recently set-up a wireless network. Using a linksys wrt54gs. A DSL modem is tied into this and desktop is hard wired into router. I also have two other laptops using the router wirelessly. The problem: All computers see the router and connect to the