Download file not being checked-in, similar to GET_FILE

Hello,
Is it possible to simulate the behaviour of the GET_FILE service but for a file that is not checked-in into the Content Server?
Meaning, I want to get the download popup with that file as I get it from the call of the GET_FILE service. The file itself is, let's say, created dynamically from some text content, but it's not checked-in into the CS. So basically how to send its stream back to the browser ?
Thanks,
V

Yes, but you will have to write the service yourself.
There is actually quite a good blueprint, if you take a look at the Dynamic Converter (which creates an html rendition on a service call).

Similar Messages

  • Upon opening Outlook 2003 get message "Not closed properly. File is being checked for erros."

    When opening Outlook 2003 get an error message stating that is was not closed propertly and that the file is being checked. It can sometimes take up to 5-10
    minutes for outlook to open. How can I stop this?

    You need to figure out why Outlook is not closing property. The usual culprits are addins that access Outlook data. 
    Are you closing outlook before shutting down windows? If you let windows shut it down, you can corrupt the pst. 
    Does it work better in Safe mode? To open Outlook in Safe mode: Close Outlook then hold Ctrl as you click on the Outlook icon. You'll get a message asking if you want to start in Safe mode. Click Ok. 
    Diane Poremsky [MVP - Outlook]
    Outlook & Exchange Solutions Center
    Outlook Tips
    Subscribe to Exchange Messaging Outlook weekly newsletter

  • Download files not saved

    Download files not saved. Click on download and then click on "Save", next the download window opens, but it does not show the download file?
    I recently downloaded Nero 11 and then removed. I also deleted some software Babylon, Yonno (? some name) in control panel.
    Using ZoneAlarm 10.1.101 and Firefox 10.0.2 (removed and reinstalled).

    Hello Cor-el,
    I went to Tools>Options>Privacy and it is checked off as you indicated/noted...
    I will check out the URL downloads+windows later this week...
    ZoneAlarm will not work with the latest Firefox versions 14 (or earlier ones)... so reverted to an older version of Firefox and ZoneAlarm... and it works! Aside- it is ANNOYING to click on latest version upload for Firefox and then get a screen showing what software is not compatible with that version. So I needed to remove the latest Firefox version and ZoneAlarm.. and re-install both.
    No need to use Firefox 10.0.6 ESR because I am a small home user and not a big organization?
    Thanks for your help, I will have to make the time this coming week and look into this further.
    SyBerGuy2
    P.S. The files are still not downloading and saved?

  • S_SERVICE not being checked

    I'm wondering if anyone has seen a situation where a new web service is created but S_SERVICE is not being checked in order to test or run the web service.  A developer and I created a function, exposed it as a web service and activated it but the test ID does NOT have S_SERVICE on it at all but it can still run the web service.  It has the rights to pass all the embedded auth checks and we can rely on those but it makes me concerned if S_SERVICE isn't being validated as expected. 
    I know there is a config setting to enforce S_RFC, is there a similar one for S_SERVICE?  I can't seem to locate anything online.

    Hi Dave,
    SAP Note 1120760 might be relevant in your case. Check it out & let us know if it fits your profile or it helps.
    OR SAP Note 1388864 but go through the notes first....
    Regards, Trevor
    Edited by: Trevor Naidoo on Oct 13, 2010 9:17 AM

  • PDF files not being displayed correctly, instead I get a blank screen with some sort of small pinned icon in the centre.  It was working fine until today HELP!

    PDF files not being displayed correctly, instead I get a blank screen with some sort of small pinned icon in the centre.  It was working fine until today HELP!

    What is your operating system?  Reader version?  Are these local or online PDFs?  If online, in what browser?
    Can you post a screenshot: https://forums.adobe.com/thread/1070933

  • [Verifying Downloads] Java-Downloaded file not same filesize as on server

    This is in the security forum, but really involves a few details:
    1.) My program downloads files from a server
    2.) I have precalculated hash md5 values and file sizes in a .cfg file in the server which is also downloaded
    3.) The md5 is calculated of the downloaded files
    4.) The filesize is checked and the md5s are checked
    I have 4 client windows computers I've tested this on. It worked on 3. The fourth has a strange behavior: About every other file would have ~ 8 additional bytes in the filesize. I have no idea where those bytes are coming from, everytime it redownloads, same filesize, albeit 8 bytes too big. Therefore, the Md5 is screwed up.
    Here's my downloading from server code:
    OutputStream out = null;
              InputStream  in = null;
              try {
                   URLConnection dat = online.openConnection();
                   local.getParentFile().mkdirs();
                   out = new FileOutputStream(local);
                   while(true){
                        try {
                             in = dat.getInputStream();
                             break;
                        } catch (ConnectException e){
                             System.err.println("Couldn't contact server!");
                   byte[] buffer = new byte[1024];
                   int numRead;
                   tsecago = System.nanoTime();
                   readbytessecAgo = -1;
                   while ((numRead = in.read(buffer)) != -1) {
                        out.write(buffer, 0, numRead);
                        readbytes += numRead;
              } catch (Exception e){
                   e.printStackTrace();
              } finally {
                   try {
                        if (in != null) {
                             in.close();
                        if (out != null) {
                             out.close();
                   } catch (IOException ioe) {
              }SO, my solution was as follows:
    1.) Download file once and check md5 & filesize
    2.) If failed, download file AGAIN and check md5 & filesize
    3.) If failed 2x, download file for last time and check filesize - if the filesize is within 40 bytes of the actual file, allow it.
    This now works on all 4 computers, and as far as I can tell the downloaded files are wholly correct.
    But this is really annoying! Why is the above download code producing 8 extra bytes?!

    Thanks for your reply, Timo, and John, the same file downloading is working fine with my Integrated weblogic server, but the same application when i deployed in my DEV server i am getting the error.
    Code which i am trying to download file is
    public void downloadCardInserts(FacesContext facesContext,
    OutputStream outputStream) throws FileNotFoundException,
    IOException {
    // Add event code here...
    UploadedFile filename=(UploadedFile)browseFile.getValue();
    String fname=filename.getFilename();
    String fname1="//bwi-wfp-v01/Apps/SCII/TEST/LOG/Cards/RENEWAL/"+fname;
    System.out.println("file name11111:"+fname1);
    FileInputStream in = new FileInputStream(new File(fname1));
    byte[] buffer = new byte[1024];
    int bytes = in.read(buffer);
    while (bytes >= 0) {
    outputStream.write(buffer, 0, bytes);
    bytes = in.read(buffer);
    }

  • Pleaswait while the downloaded files are being extracted-100% completed

    With the trial dnload
    of PS5 ext the message
    "Please wait while the downloaded files are being extracted…100% completed"
    was as far as things went. My Downloads File
    shows no CS5 activity. Please help.

    I'm (let's say over 50) and have worked with PCs for 30 years, and bigger computers for some years before that.  No hassles here.  But I'm a computer engineer.
    It's kind of like that scene with the satellite phone in Jurassic Park II when they first get to the island...  "You've gotta love it for it to work."  "I'll love it when it works." 
    -Noel

  • Anybody know what's up with the menu.xml.files not being available for DW after installing on a new comp?

    Anybody know what's up with the menu.xml.files not being available for DW after installing on a new comp?

    Usually that error can be cleared up by renaming the personal config folder. Turn on your OS's hidden files and then go to...
    C: > Users > your username > AppData > Roaming > Dreamweaver (version) > your language > configuration
    Rename the configuration folder configuration-old and start DW up. That should create an entirely new configuration folder and correct the menu.xml file.

  • I ran into the issue of the 32-bit file not being recognized in LR 5.6

    I ran into the issue of the 32-bit file not being recognized in LR 5.6 after it has been saved in PS. I tried every type of file I could save a file as in CC but none of them would be recognized or said it was corrupt.  I had exported 3 files to Merge in HDR Pro Photoshop as 32 bit files.  I then saved in PS and returned to LR 5.6, but it said the bit depth was not supported .  Is this a known issue with LR 5.6 / PS CC?

    Hi,
    this might help: Video Tutorial – 32-bit HDR TIFF files in LR 4.1 « Julieanne Kost's Blog (Only 32 bit TIFF is supported).

  • 3?'s: Message today warning lack of memory when using Word (files in Documents) something about "idisc not working" 2. Message week ago "Files not being backed up to Time Capsule"; 3. When using Mac Mail I'm prompted for password but none work TKS - J

    3 ?'s:
    1  Message today warning lack of memory when using Word (files in Documents) something about "idisc not working"
    2. Message week ago "Files not being backed up to Time Capsule";                                                                                                                                             
    3. When using Mac Mail I'm prompted for password but none work
    Thanks - J

    Thanks Allan for your quick response to my amateur questions.
    Allan:     I'm running version Mac OS X Version 10.6.8     PS Processor is 2.4 GHz Intel core 15 
    Memory  4 gb  1067   MHz  DDr3  TN And @ 1983-2011 Apple Inc.
    I just "Updated Software" as prompted.
    Thanks for helping me!    - John Garrett
    PS.
    Hardware Overview:
      Model Name:          MacBook Pro
      Model Identifier:          MacBookPro6,2
      Processor Name:          Intel Core i5
      Processor Speed:          2.4 GHz
      Number Of Processors:          1
      Total Number Of Cores:          2
      L2 Cache (per core):          256 KB
      L3 Cache:          3 MB
      Memory:          4 GB
      Processor Interconnect Speed:          4.8 GT/s
      Boot ROM Version:          MBP61.0057.B0C
      SMC Version (system):          1.58f17
      Serial Number (system):          W8*****AGU
      Hardware UUID:          *****
      Sudden Motion Sensor:
      State:          Enabled
    <Edited By Host>

  • Mail is not being checked automatically

    My e-mail accounts are not being checked automatically even though I have them set to be check every hour. I also tried a day at 30 minutes but I noticed the iPhone is still not checking my messages. I have to check manually. Any suggestions?

    I am having the same issue, which appears to have started with the last firmware update to my iPhone. Yahoo no longer pushes mail to my iPhone, and the check every 15 minutes does not work - I have to manually refresh my email accounts to check for mail. This used to work correctly. I've had no luck finding answers online yet.

  • File not being picked by adapter

    My Source file name is xml_a1_en.xml
    the test files are of name xml_a1_02_en_2010.xml , xml_a1_03_en_2010.xml
    the files are not being picked up by adapter..Is the naming convention wrong for the test files or any reason?

    Hi Mr.King,
    I am assuming your OS is Unix system right?
    If yes -> check the file permission?
    if Only Reading: permission should be 664
    Move the file after reading: 775
    Regards,
    Senthilprakash

  • SWF File not being generated by compiler

    I am using Flash Builder 4.5.
    One of the modules that compiles without error is still not being bound into the runtime image (in this case debug).
    There are no compiler errors (auto build is switched ON) but a swf file is not being generated.
    I have tried removing the reference to the module in the Project ->Properties->Modules window and then adding it back in to no avail.
    This was working up until I made a change to the module in question and then saved it.

    I would check all imported images in the library. If you cannot see the image in your library preview; there is a good chance that there is an issue and it will need to be reimported.

  • Spool file not being generated in production server

    Hello
    Our end users are using automatic payment program F110 to print multiple cheques.
    The settings in SPAD are identical in Quality and Production Server,but some how
    spool file is not being generated in production.
    Test printing is fine in Quality server.
    Printer being used is Epson LQ 300.Device type is EPESCP2.
    We are using z custom page size ,and it is assigned to printer device Type as well
    Would be very great if some can can comment on which settings to check,as SPAD setting is
    same in both server ,yet no spool.Very Very urgent.
    Iam not sure ,whose domain is it now-BASIS or ABAP.
    Thanks a lot
    Nouman

    If there is a problem with the spool, the variant that is being in F110 parameters.
    As you are saying the quality system is working fine, please compare both the variants in Production and Quality systems.
    This should solve your situation.

  • Downloaded files not opening up automatically

    Hello,
    I have checked the Open Safe files on the preferences, but ever since I got the new Safari 3, Real sound files, torrent files on Transmission etc. do not open automatically. So I need to go to the desktop to double click every time. Can someone please tell me the way around it?
    thanks!

    the same happen to me with Safari 3 Public Beta for
    Windows, how can I make Safari to open automatically
    the download files, I have to open it manually from
    Desktop.
    Right click on the file and choose "Open" from a context menu.

Maybe you are looking for

  • Problem: Using iTunes 6 with multiple user accounts in XP

    I recently installed iTunes 6.0.0.18 as an upgrade in Windows XP Professional. After installing the software and a restart, I attempted to use iTunes with success as the Administrator. However as another user, iTunes when launched will prompt the use

  • My ipod nano 4th generation will charge and put music on it but it won't turn on??? help :-s

    i found my ipod 2 weeks ago and i put new music on there and sometimes it would not want to connect to the ipod and it kept saying (Disk space or something like that) but once i unpluged it and i tried to turn it on, it won't i have tried to rest it

  • On-Line Games

    Every time I select an on-line game to play, i.e., daily crossword, the puzzle will not open. All I see is the leaderboard. Anyone else having these issues? New to Xfinity and must say not too impressed when it comes to this issue.

  • Table capturing info regarding PR00 Changes

    hi all, my client wants a report which shows the Change in Basic Price PR00 for a period and user(who have changed). how this can be achieved... is there any standard table which captures these info.. please guide.. thank u.. pearl.

  • Broken Links Index Keyword

    Hello All, I have a bunch of index keywords that show up under Broken Links and I can't seem to resolve them. RoboHelp help has a topic, "Removing topic references from keywords" but their procedure doesn't work for me. If anyone has figured out a fi