Downloading Captivate generated files

Hello,
My organization would like to make our training content
available to users for downloading to their local machines. How can
I make this possible, considering our training website publishes
links of the generated htm file instead of the swf? Please note
that we would like the Captivate output to remain as htm (instead
of swf).
Thanks,
MM

You're correct that Captivate files are not intended to be
run offline except via the .EXE option. Even then, the .EXE is
truly standalone and doesn't support any of the results tracking
options found in the Quiz Manager.
The main reason HTML is not good for offline use is that any
HTML file with embedded Javascript and Flash (as is the case with
Captivate-generated files) is typically considered "dangerous" by
both the browser and Flash Player security settings when run
locally. This can lead to some functionality being disabled, so
unless you do a LOT of testing with users, I wouldn't recommend
running HTML files from anywhere but a web server.
That said, Rick's suggestion of using .ZIP is probably your
only good option. Not a great one, but as good as it gets.
It assumes that your users either all have some sort of
Zip-compatible decompression software (like WinZip) or are using
Windows XP SP2, which has crude Zip file support built-in. It also
assumes that they unzip ALL the files into a given directory and
don't try to run the HTML file directly from the Zip, which may or
may not work depending on the method used to open the Zip
file.

Similar Messages

  • VBA How to download a generated file from IE

    Hi guys,
    Apologies if this is an easy one, I couldn't find anything that helped me with my problem and was hoping someone might point me in the right direction for which object/argument to use.
    I'm trying to automate the downloading of a report, it will be a CSV file however it's not a static address (i.e. www.hello.com/files/goodbye.csv)
    The website is a CMS with database backend and upon clicking a button, the report is generated and the user will be prompted to download a resulting file (once it has been prepared).
    It is this action that I am trying to automate, however I'm not sure how to get IE to click the button and automatically saving instead of prompting the user at all (ideally this will be done with IE Visible being false in the end).
    Any help would be greatly appreciated!
    Best regards,
    Jeff.

    You can use an API to do the work too!
    Option Explicit
    Public Declare Function FindWindow Lib "user32" Alias "FindWindowA" ( _
    ByVal lpClassName As String, ByVal lpWindowName As String) As Long
    Public Declare Function FindWindowEx Lib "user32" Alias "FindWindowExA" ( _
    ByVal hWnd1 As Long, ByVal hwnd2 As Long, _
    ByVal lpsz1 As String, ByVal lpsz2 As String) As Long
    Public Declare Function SendMessage Lib "user32" Alias "SendMessageA" ( _
    ByVal hWnd As Long, _
    ByVal wMsg As Long, _
    ByVal wParam As Long, _
    lParam As Any) As Long
    Public Declare Function PostMessage Lib "user32.dll" Alias "PostMessageA"
    ByVal hWnd As Long, _
    ByVal wMsg As Long, _
    ByVal wParam As Long, _
    ByVal lParam As Long) As Long
    Public Declare Function SetForegroundWindow Lib "user32" (ByVal hWnd As
    Long) As Long
    Public Declare Sub Sleep Lib "kernel32.dll" (ByVal dwMilliseconds As Long)
    Public Const TCM_SETCURFOCUS As Long = &H1330&
    Public Const BM_CLICK As Long = &HF5&
    Private Const WM_COMMAND As Long = &H111
    Sub Download()
    Dim i As Long, res As Long
    Dim hWndUI As Long, hWndBtn As Long
    Dim timeOut As Double
    Const cClsName As String = "#32770" ' same classname for all the control
    windows we'll need
    ReDim aWinText(1 To 3) As String
    aWinText(1) = "File Download - Security Warning"
    aWinText(2) = "Save As"
    aWinText(3) = "Download complete"
    ' 1, get the File download window and click Save
    ' 2, get the Save As window and click Save
    For i = 1 To 2
    hWndUI = 0
    timeOut = Timer + 5
    While hWndUI = 0 And Timer < timeOut
    Sleep 100&
    hWndUI = FindWindow(cClsName, aWinText(i))
    Wend
    If hWndUI = 0 Then
    ' eg bad url
    Err.Raise 12345, , "didn't get " & vbCr & aWinText(i)
    End If
    SetForegroundWindow hWndUI
    Sleep 100&
    hWndBtn = FindWindowEx(hWndUI, 0&, "Button", "&Save")
    Sleep 200&
    res = SendMessage(hWndBtn, TCM_SETCURFOCUS, 1, ByVal 0&)
    'res = SendMessage(hWndBtn, BM_CLICK, ByVal 0&, ByVal 0&)
    res = PostMessage(hWndBtn, BM_CLICK, ByVal 0&, ByVal 0&)
    res = SendMessage(hWndBtn, WM_COMMAND, 0&, 0&)
    Next
    ' 3, wait until Download complete appears
    hWndUI = 0
    timeOut = Timer + 10 ' increase timeOut with bigger files
    While hWndUI = 0 And Timer < timeOut
    hWndUI = FindWindow(cClsName, aWinText(3))
    Wend
    ' optional open folder
    hWndBtn = FindWindowEx(hWndUI, 0&, "Button", "Open &Folder")
    res = SendMessage(hWndBtn, TCM_SETCURFOCUS, 1, ByVal 0&)
    res = PostMessage(hWndBtn, BM_CLICK, ByVal 0&, ByVal 0&)
    ' res = SendMessage(hWndBtn, BM_CLICK, ByVal 0&, ByVal 0&)
    res = SendMessage(hWndBtn, WM_COMMAND, 0&, 0&)
    DoEvents
    End Sub
    Sub Test1()
    Dim url As String
    Dim objIE As Object
    On Error GoTo errH
    url = "http://social.microsoft.com/Forums/getfile/25241/"
    ' iso IE suggest add a WebBrowser control to a sheet or a userform
    ' and use that rather than starting an instance of IE
    Set objIE = CreateObject("internetexplorer.application")
    objIE.Navigate url
    Download
    done:
    On Error Resume Next
    objIE.Quit
    Exit Sub
    errH:
    MsgBox Err.Description
    End Sub
    Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

  • I need to download Captivate 7 so I can re-install it because I lost all the files in a computer crash

    My computer crashed and I had to reinstall windows. In the process I lost everything including the install files for Captivate 7. I would like to download them again but I cannot find them, only Captivate 8.
    Can I download the Cp7 files so I can reinstall my original version and continue working with my files please? Thank you

    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • When downloading Captivate 8 (64bit) - missing file archive part?

    When downloading Captivate 8 (64-bit), I am being told the file archive part is missing and I need all parts in the same folder.  I have not idea what the file archive part is or where to find it.

    Hi cas517,
    The download file consists of 2 parts - one with .7z extension and the other a .exe file.
    You need to click on the .exe file to begin the installation.
    Alternatively you can re-download the files from the direct download links available at : http://helpx.adobe.com/photoshop-elements/kb/photoshop-elements-10-11-downloads.html
    Regards,
    Rave

  • When someone other than myself downloads an image from my web album, a dynamically generated file name replaces the original file name.  How I can prevent the original file name being replaced during the downloading process?

    When someone other than myself downloads an image from my web album, a dynamically generated file name replaces the original file name.  How I can prevent the file name being changed during this downloading process?

    Hi Glenyse,
    Here are my steps.
    1.  I upload multiple image (jpg) files onto my photo album.
    2.  I select the "sharing" by email option for this album.
    3.  I enter the recipient's email address.
    4.  The recipient receives my message and clicks on the link.
    5.  The recipient accesses my photo album and clicks on one of the images.
    6.  The image opens up to its own screen.
    7.  The recipient selects the "download" and then save file option.
    Here is the part I do not understand.  For some reason, during this "download" process, the original name which I have given to the file is replaced by different name.  So I was hoping that someone knows how to prevent the file name from being changed during the "download and save" process.
    Much appreciated if you can help me find a solution to this problem.
    Mary  

  • Download generated file

    I'm trying to create a portlet that will allow a user to download a binary file generated by the portlet or stored in the database. My big question is HOW?
    What I've come up with so far is I would need to generate a link to a servlet that would set the appropriate content type and send the binary data. How can I generate a URL to a servlet that is still the portal but that has complete control of the content being sent via the connection. I don't want to generate a link to an external servlet because the data is sensitive so making sure the user is authenticated in the portal is a must.
    Has anyone created a portlet that can do something like this or can anyone give me some suggestions on how to do it?

    Yes there is..
    What you can do is you can write a function module (or check if one is available in the google) to check the directory where you are producing the file and create a sequencial file format.
    The function module can read the current files in the directory and automatically add 1 to the sequence number part of the file...
    For example you can have
    CONTROL_RECIPE_DOWNLOAD_000000001.xml
    for the first file and the second files is named as
    CONTROL_RECIPE_DOWNLOAD_000000002.xml
    I am sure this kind of code is available as well in the web.
    Thank you,

  • Changing filename when downloading generated file

    The scenario:
    There is a list of files that logged in users are able to download. The files themselves are not kept within the web root, as we need to be able to ensure that a user has rights to download the file. To do this I have created a JSP page which (a) checks that the user is logged and has appropriate permissions, (b) sets the content type to something the browser does not understand (to ensure the file, which is basically just text is downloaded instead of just displayed in the browser) and (c) gets and includes the content of the file using java.io.File.
    The problem:
    ... with this approach is that it uses a link which looks something like thefile.snd. This means that the file name in the save dialogue always defaults to 'getfile.jsp', when it needs to default to 'thefile.snd'.
    Any ideas? I've considered using an signed applet to do the download and rename the file but would like to avoid this if possible (although if anyone has the source for such an applet that would also be helpful).

    Thanks for the post clem. FYI, I had a similar problem but my data was coming from a database - not a file on disk. At first, setting the content-disposition wasn't working. Then I removed the "file; " part and left just
    response.setHeader("Content-Disposition","filename="+filename);
    and it worked.

  • Opening Adobe Captivate 3 files in Captivate 2

    Hi All,
    Question which I'm really hoping you can help me out with.
    We have a fully registered user working with Captivate 1 full
    time. She recently liaised with an employee and told him to record
    some training which she would then work with. He has gone and
    downloaded the Captivate 3 trial and recorded absolutely tons of
    stuff which took hours and hours.
    She has tried to open this with Captivate 1 to no avail
    (predictably) but we have the licence for Captivate 2 which she is
    upgrading to tomorrow so I was hoping it may be possible to open
    the Captivate 3 files in Captivate 2 ableit with any specific
    Captivate 3 features disabled? She hasnt got 2 installed yet so I'm
    pre-emptively asking as it's fairly critical to our timeline.
    If this is not immediatley workable does anyone have a
    workaround which can enable opening the files?
    Many, many thanks for any help you can provide.

    David's link to the Feature Request form is a great idea.
    I'll jump in here just long enough to ruin your day, "Ruler2B" ...
    you are cooked, period!
    The only way you are going to be able to use those Captivate
    3 generated files at all is to buy Captivate 3. They will not work
    in (convert to) either Captivate 1 or 2, and after 30 days, the
    "trial period" for Captivate 3 will expire and even the previously
    published output will no longer work, either. But if you buy a
    license of version 3, you can re-open the projects, then go to the
    Preferences dialog to change the expiration date, and re-publish
    them ... all will then be okay again.
    Bottom line: Buy Captivate 3 license, or throw away all that
    work ... there are no other options.
    And please keep in mind that I am not "Adobe", just a user
    like yourself, so it gives me no pleasure at all to point this out.
    Please don't shoot the messenger ...
    David -
    I completely agree that there should be at least
    some compatibility (like a "Save As ..." option) for
    later-to-earlier version, such as with MS "Word"; "Word 97" can
    open "Word 2003" documents, though some features may not be
    available, and that's the way it should be. I imagine the reason
    there is no option like that has to do entirely with the Marketing
    and Sales departments - and that's just sad ...

  • IWork locked for maintenance each time I try and delete/download an iWork file from the web.

    I have a major iCloud issue that Apple Support can't solve for me.
    My iCloud account stopped syncing between my devices (iPhone 4s and iPad). I logged onto to iCloud web interface via my MacBook Air 2011 using safari. All os's and browsers are latest version.
    On entering the icloud interface I go to iWork. All my documents are there but not updated since this issue began a few weeks ago. When I try and manage an iWork file via the web interface (delete or download) Apple generates a critical server error message with a long error code to report to apple. When you click send to apple, a second error popup appears saying IWork is now locked for maintenance. I can only open iWork by logging out and on again.
    I was part of the iWork beta and my iCloud account is a migration from mobile me. This issue started when MobileMe finally closed. I have been shuttled around apple tech support and the issue has been escalated to the iCloud team. Apple has even generated a new password for my account so they can access it and try and fix the problem. Indeed when apple techs tried to manage an iWork file in my account from their own system they got the same fatal apple errors coming on their system in the US.
    I can see no similar issue on this support forum. But I live in hope someone has some input as at the moment iCloud, which is extremely buggy on a good day, has crashed completely for me.

    Does anyone have any experience with this problem?
    Here is the error report generated by Apple when this fatal error with iCloud happens:
    It says "An Error Has Occurred Communicating with the Server, The WebApplication must be restarted"
    It then gives an option to send the following iCloud error log to Apple.
    If this makes sense to anyone let me know. It appears to make no sense to Apple. My iCloud is dead as a duck.
    ISFATAL
    true
    TITLE
    An error has occurred communicating with the server.
    MESSAGE
    This web application must be restarted.
    BUTTONONE
    Reload
    ORIGIN
    server
    TYPE
    error
    APPLICATIONNAME
    iwork
    APPLICATIONBUILDNUMBER
    1K.52458
    LOG
    Sun, 15 Jul 2012 20:08:34 GMT:  DEBUG: -->  Request 1:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/item/0?dsid=1081373713&id=E3 EF917746C0245E4E9C24D40C00D94AB0F68D3C,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:34 GMT:  DEBUG: SC.Module: Prefetching module 'cloudkit/error_catcher'.
    Sun, 15 Jul 2012 20:08:34 GMT:  DEBUG: SC.Module: Loading CSS file in 'cloudkit/error_catcher' -> '/applications/iwork/cloudkit/error_catcher/en-us/1K.52458/stylesheet.css'
    Sun, 15 Jul 2012 20:08:34 GMT:  DEBUG: SC.Module: Loading JavaScript file in 'cloudkit/error_catcher' -> '/applications/iwork/cloudkit/error_catcher/en-us/1K.52458/javascript-strings.j s'
    Sun, 15 Jul 2012 20:08:34 GMT:  DEBUG: SC.Module: Module 'cloudkit/error_catcher' finished loading.
    Sun, 15 Jul 2012 20:08:34 GMT:  DEBUG: SC.Module: Module 'cloudkit/error_catcher' was prefetched, not evaluating until needed.
    Sun, 15 Jul 2012 20:08:35 GMT:  DEBUG: <--  Response 1:  200  (776ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:36 GMT:  DEBUG: APPLICATION: Received applicationWillBecomeActive
    Sun, 15 Jul 2012 20:08:37 GMT:  DEBUG: -->  Request 2:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/account?dsid=1081373713&id=E 3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382917045,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:37 GMT:  DEBUG: <--  Response 2:  200  (191ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:37 GMT:  DEBUG: -->  Request 3:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/0?dsid=1081373713&id= E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382917246,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:37 GMT:  INFO:  isPaused: false
    Sun, 15 Jul 2012 20:08:37 GMT:  DEBUG: <--  Response 3:  200  (214ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:37 GMT:  DEBUG: -->  Request 4:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/281474976710914?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382917465,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:37 GMT:  DEBUG: -->  Request 5:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/281474976710915?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382917468,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:37 GMT:  DEBUG: -->  Request 6:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953421570?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382917471,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:37 GMT:  DEBUG: <--  Response 4:  200  (163ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:37 GMT:  DEBUG: -->  Request 7:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/281474976710917?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382917633,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:37 GMT:  DEBUG: -->  Request 8:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/281474976710918?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382917635,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:37 GMT:  DEBUG: <--  Response 7:  200  (216ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:37 GMT:  DEBUG: -->  Request 9:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/2533274790396293?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382917852,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:37 GMT:  DEBUG: -->  Request 10:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/2533274790396540?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382917855,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:37 GMT:  DEBUG: -->  Request 11:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953421801?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382917861,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:37 GMT:  DEBUG: <--  Response 5:  200  (453ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:37 GMT:  DEBUG: -->  Request 12:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953424609?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382917864,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:37 GMT:  DEBUG: <--  Response 6:  200  (453ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:37 GMT:  DEBUG: -->  Request 13:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3377699720531870?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382917867,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 10:  200  (229ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 14:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953424829?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382917869,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 9:  200  (241ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 15:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953426869?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382917870,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 8:  200  (512ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 16:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/281474976710920?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382917925,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 15:  200  (136ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 17:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/281474976710921?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382917927,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 14:  200  (145ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 18:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953421571?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382917931,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 16:  200  (154ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 19:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953421572?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382917932,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 12:  200  (401ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 20:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953426835?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918091,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 13:  200  (409ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 21:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/2533274790396522?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918092,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 11:  200  (505ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 22:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953455764?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918093,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 18:  200  (215ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 23:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697239395?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918307,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 17:  200  (225ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 24:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953455942?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918309,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 20:  200  (135ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 25:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3377699720534760?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918311,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 21:  200  (139ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 26:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953425217?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918313,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 19:  200  (256ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 27:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953425219?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918314,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 25:  200  (129ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 28:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3377699720534358?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918316,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 23:  200  (144ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 29:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697241548?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918331,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 22:  200  (158ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 30:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953424045?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918332,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 24:  200  (159ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 31:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697239571?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918378,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 26:  200  (171ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 32:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953421904?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918380,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 27:  200  (181ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 33:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697239591?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918381,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 28:  200  (180ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 34:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953421923?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918382,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 30:  200  (170ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 35:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697239620?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918383,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 29:  200  (177ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 36:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953425821?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918384,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 31:  200  (159ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 37:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697239657?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918385,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 32:  200  (210ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 38:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953455239?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918386,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 36:  200  (125ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 39:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697239717?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918387,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 34:  200  (138ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 40:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953425056?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918388,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 33:  200  (147ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 41:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697239782?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918389,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 35:  200  (145ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 42:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953456867?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918390,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: <--  Response 37:  200  (143ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:38 GMT:  DEBUG: -->  Request 43:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697239842?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918394,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 38:  200  (132ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 44:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953425223?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918395,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 39:  200  (135ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 45:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697239905?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918395,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 40:  200  (132ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 46:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953422009?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918396,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 42:  200  (132ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 47:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697239950?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918397,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 41:  200  (140ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 48:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953424440?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918398,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 43:  200  (138ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 49:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697240001?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918399,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 44:  200  (134ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 50:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953422060?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918400,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 46:  200  (124ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 51:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697240047?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918401,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 45:  200  (136ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 52:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953422120?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918402,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 48:  200  (130ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 53:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697240092?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918403,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 47:  200  (140ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 54:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953423827?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918403,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 49:  200  (137ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 55:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697240138?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918404,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 50:  200  (133ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 56:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953461224?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918405,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 51:  200  (127ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 57:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697240201?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918406,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 52:  200  (127ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 58:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953423600?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918407,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 54:  200  (128ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 59:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697240248?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918407,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 53:  200  (139ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 60:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953459667?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918408,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 55:  200  (137ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 61:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697240305?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918409,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 56:  200  (128ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 62:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953424291?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918410,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 57:  200  (123ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 63:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697240350?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918410,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 58:  200  (124ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 64:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953424548?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918411,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 59:  200  (135ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 65:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697240399?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918412,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 60:  200  (133ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 66:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953423479?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918413,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 61:  200  (137ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 67:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697240459?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918413,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 62:  200  (132ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 68:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953422279?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918415,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 63:  200  (129ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 69:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697240504?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918416,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 64:  200  (126ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 70:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953422382?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918416,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 65:  200  (140ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 71:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697240548?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918417,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 66:  200  (140ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 72:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953422432?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918418,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 67:  200  (134ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 73:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697240591?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918418,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 68:  200  (135ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 74:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953425137?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918419,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 70:  200  (137ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 75:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697240903?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918420,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 69:  200  (152ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 76:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697240641?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918421,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 72:  200  (125ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 77:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953424990?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918421,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 71:  200  (139ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 78:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697240700?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918422,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 73:  200  (137ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 79:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953422663?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918423,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 74:  200  (142ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 80:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697240745?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918424,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 75:  200  (131ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 81:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953460140?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918424,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 76:  200  (134ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 82:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697240810?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918425,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 77:  200  (128ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 83:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953426562?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918426,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 78:  200  (136ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 84:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697240851?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918427,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 79:  200  (127ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 85:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953422752?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918427,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 81:  200  (121ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 86:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697240950?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918428,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 80:  200  (142ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 87:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953423123?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918429,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: <--  Response 82:  200  (132ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:39 GMT:  DEBUG: -->  Request 88:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697240991?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918430,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:40 GMT:  DEBUG: <--  Response 83:  200  (130ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:40 GMT:  DEBUG: -->  Request 89:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953460754?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918430,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:40 GMT:  DEBUG: <--  Response 84:  200  (137ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:40 GMT:  DEBUG: -->  Request 90:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697241032?dsid =1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918431,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:40 GMT:  DEBUG: <--  Response 85:  200  (132ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:40 GMT:  DEBUG: -->  Request 91:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/562949953425341?dsid= 1081373713&id=E3EF917746C0245E4E9C24D40C00D94AB0F68D3C&salt=1342382918432,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 15 Jul 2012 20:08:40 GMT:  DEBUG: <--  Response 86:  200  (135ms),  headers: Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 15 Jul 2012 20:08:40 GMT:  DEBUG: -->  Request 92:   GET to https://p02-ubiquityws.icloud.com:443/ws/1081373713/parent/3659174697241063?dsid =1081373713&id=E3EF917746C0245E4E9C24

  • Payment Order (multiple) Idocs need to be downloaded into single file

    Hello Gurus,
    I am able to generate Idocs for Automatic Payment Run in F110 for message type PAYEXT with PEXR2002 idoc type.  However, what I found is the system generates one idoc per vendor for a single payment method. So, for example if I run APP for 50 vendors at a time, 50 different idocs are generated and placed in AL11.  Currently the requirement is to download the idocs into flat file and upload it in Bank's website. I would like to know is there any way to download all the 50 idocs into a single file (ie a single file containing payment run information for all vendors).
    PS: I use CG3Y Tcode to dowload Idoc from AL11 mentioning the directory path but this can allow me to download only one file at a time.
    Any Info regarding this would be appreciated.
    Thanks in advance,
    -Naryanaan-

    Hi
    I'm facing the same problem . Were you able to solve this by heavy customization.
    best Wishes

  • Warning while downloading an Excel file from WD ABAP

    Hi folks,
    In one of requirements, Client wants to download all the data that is appearing on the screen ( WD ABAP Application ) to an Excel with a layout in different manner.
    We achieved this with Simple Transformations.
    Now the question is while downloading the excel file, the framework/other  is throwing an Warning like
    " The file you are trying to open, 'info.xls', is in a different format than specified by the extension. Verify that the file is not corrupted and is from a trusted source before opening the file. Do you want to open the file now? "
    Note: All the users of my client are using MS Office 2002 / 2003.
    I am using the following code........!
    *------ Call Transformation for Excel OUTPUT
      CALL TRANSFORMATION ZEXCEL_OUTPUT
          SOURCE
                 t_dates     = t_dates
                 t_info        = t_info
          RESULT XML l_xml_string.
    REPLACE ALL OCCURRENCES OF '<?xml version="1.0" encoding="utf-16"?>'  l_xml_string WITH '<?xml version="1.0"?><?mso-application progid="Excel.Sheet"?>'.
    **-- Call Function Module for converting string data to XSTRING
      CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
        EXPORTING
          text           = l_xml_string
          mimetype = 'application/xml'
        IMPORTING
          buffer      = l_xml_xstring
        EXCEPTIONS
          failed   = 1
          OTHERS   = 2.
      CALL METHOD cl_wd_runtime_services=>attach_file_to_response
        EXPORTING
          i_filename       = 'info.xml'
          i_content        = l_xml_xstring
          i_mime_type   = 'application/vnd.ms-excel'.
    With this code I am generating a file of type XML SPREADSHEET 2003. While opening this file I am getting the above message which the user unwanted......
    Can any one help me on this -
    > How to avoid this warning?
    Thanks and Regards,
    Aneel Danda
    Edited by: danda aneel on Jul 13, 2010 1:43 PM

    Firstly, Thanks for Your quick Response, Thomas.
    Even though what ever may be the file name I am passing either info.xml or Info.xls , In error info.xls is coming.
    Kindly provide me an alternative on this  XML doesn't seem like it would match the 'application/vnd.ms-excel'.
    what is the supported format.?
    Similarly, It is not considering the UTF-8 / UTF-16 for xml.........same result is appearing in the output.
    Edited by: danda aneel on Jul 14, 2010 7:52 AM

  • I am trying to install Illustrator C6 on new system (Win8.1), Already de-activated from old system.  I downloaded the 3 files.  First file opened and had fonts, but second file (1.8Gb) does not open; does not appear to have an exe file. How do i install?

    I am trying to install Illustrator C6 on new system (Win8.1), Already de-activated from old system.  I downloaded the 3 files.  First file opened and had fonts, but second file (1.8Gb) does not open; does not appear to have an exe file. How do i install?

    what files (names and extensions) did you download?
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 |12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.
    window using the Lightroom 3 link to see those 'Important Instructions'.

  • Can't Open Adobe Captivate 4 File in Captivate 5.5

    Hi,
    Anything special I should try or be aware of?
    Whenever I try to open my 2008 Captivate 4 files in Captivate 5.5, I get the familiar can't-do-that-for-some-reason error message. (The one that suggests the file is already opened, or it was unzipped badly, not enough memory, and so forth.) Since Captivate 5.5 removes the import feature, I can't try that.
    So far, I've tried running it with nothing else open on my computer (I have 10 GB of RAM), made sure to empty the cache first, and so forth.
    In desperation, I'm also redownloading 4 now and giving that a try, but any other suggestions would be great.

    Notes for future searchers... here is how I solved this problem.
    Short Answer: Open the file in 4, resave it, and it opened in 5.5.
    Long Answer:
    I downloaded Adobe Captivate 4. Fortunately, I had my license active and registered here on the Adobe site. Installation of Adobe Captivate 4 on Windows 7 was a bit weird... it asked me to reinstall Flash which I already had installed, it insisted that Adobe Captivate was currently open, and so forth. I let it reinstall Flash and I rebooted, and 4 was good to go. I made sure to install Captivate 4 in a custom location, not wanting to overwrite any resources or other things in the Adobe folder for 5.5. Then I opened the old file. It actually performed some kind of update thing when I did this, which leads me to believe that I was formerly working with a less-than-latest version of 4 or maybe even 3! Once it completed, I saved it as a new Adobe Captivate 4 file. Then I was able to open THAT file with Adobe Captivate 5.5, and save a new file again.
    For some reason, fonts didn't carry over. So I reset them in all my captions, and then recompiled successfully.

  • Generate file on F110

    Dear Friends,
                        Please help how to generate file from the
    F110 Automatic Program and f-58 Vendor Payment
    we had a requirment to generate file on documents posted on the these transactions generate file and send it to other addon system I will assign full points for your suggession.
    Regards
    Bharath

    HI,
    When configuring the payment methods for the country (transaction OBVCU), choose the payment medium program as RFFOM100. 
    From se38, pls read the documentation for the program, which will give you the various options & the required config too. 
    You would also need to configure the instructions keys as required. 
    To generate the DME file, you have to run the automatic payment program with this payment method. 
    After the payments have been successfully posted, you can go to DME administration and with the help of dme manager download files on your PC. 
    SAP has determined that the standard print programs for automatic payments will no longer be supported, and will be replaced by transfer structures created by a tool called the DME Engine. 
    This tool enables the business to create DME output files without ABAP development, and can be attached to a print program and form for the creation of Payment Advices. 
    Outside of the DME Engine (DMEE), the majority of the configuration takes place within the following IMG menu path: 
    IMG Path: Financial Accounting -> Accounts Receivable and Accounts Payable -> Business Transactions -> Outgoing Payments -> Automatic Outgoing Payments -> Payment Media -> Make Settings for Payment Media Formats from Payment Medium Workbench 
    Config 
    Assign Selection Variants 
    IMG -> Financial Accounting -> Accounts Receivable and Accounts Payable -> Business Transactions -> Outgoing Payments -> Automatic Outgoing Payments -> Payment Media -> Make Settings for Payment Medium Formats from Payment Medium Workbench -> Create / Assign Selection Variants or transaction 
    OBPM4..select your format that you are using 
    Check in FBZP config that all is linked! 
    Although this is bitty but you need to work through it! 
    Start with FBZP, create all there than go to DMEE either to create your own format or use the standard ones.. than go to the menu path above and work through from create to assign... 
    hope this is clear
    assign points.
    with regards
    krishna

  • Download TAB-Delimited file

    Hi,
    I want to produce a TAB-Delimited File using the FM, Gui_Download. Could anyone help how to do this?

    Use this <b>METHOD cl_gui_frontend_services=>gui_download</b>
    Download the output file to presentation server
        CALL METHOD cl_gui_frontend_services=>gui_download
          EXPORTING
            filename                = filename         "filename to be generated
            filetype                = 'ASC'                "File type ASCII for tab delimited
            write_field_separator   = 'X'               "X for tab delimiter
          CHANGING
            data_tab                = itab_download            "internal table with data
          EXCEPTIONS
            file_write_error        = 1
            no_batch                = 2
            gui_refuse_filetransfer = 3
            invalid_type            = 4
            no_authority            = 5
    Please check and close your thread if its resolved.
    Reward points if useful.

Maybe you are looking for

  • Error while creating a Custom BAPI?

    Hi Guys,               I created Custom BAPI thru SWO1 tr code and API method also.AFter API methos creation i went to GOTO->ERRORLIST then i got these errors "Field SAPB -SAPFILES is too long to be included in the container Field BAPICONTEN -LINE is

  • Why does rs.next() pause for sometime while retrieving records

    I'm trying to read records from the result set. At some point the rs.next() gets stuck. It takes lot of time to execute the rs.next() but the records are finally retrieved. Could some one tell me why this happens. I'm using a PreparedStatement to exe

  • BES error when trying to download

    Hi! I've got a Bold Touch 9900 with BlackBerry Internet Service activated from my carrier. Mail, web, Facebook, everything works great but when I acces the AppWorld and try to download an application, I get the error that I don't have the right to in

  • Problem printing wirelessly​.

    I have a Photosmart C4500 and I'm using Mac OSX 10.5.8. When I remove the USB cable and try to print, I get the error message "Network host 169.254.189.211 is busy, will retry in 20 seconds". I installed a new Modem/Router combo- Netgear and tried to

  • I have a problem with the audio

    Hi, i am from Venezuela, i don't to speak very well the english, i  hope your can understand me. My computer is a HP 15 Notebook  PC 15-f039wm and this present a problem with the audio. It stard last month, i didn't give importanc, but lately the pro