Some junk files created in my shared folder

hi
i have a server 2012 r2 and I shared a folder for network access.
my clients are xp and seven.
after 1 week some junk files apeared in my folder.
I deleted them but another files apear after some days.
files name like :
2fv34
df542

Hi Reza,
Sorry for my delay.
Based on your description, I understand that some odd files are created automatically in the shared folder.
If anything I misunderstand, please don’t hesitate to let me know.
Please run anti-virus software to scan the Windows Server 2012 R2 firstly.
Please let me know the type of those odd files. Or provide a screenshot of this file (please hide all protected
and private information). Meanwhile, please right click that file and select Properties. Navigate to General tab, Security tab and check if find some exceptions.
In addition, please open Control Panel on the server, select Folder Options, select View tab. There will be
two options under Hidden files and folders: Don’t show hidden files, folders, or drives and
Show hidden files, folders and drives. Please check if there has differences in those odd files when you check each option.
If any update, please feel free to let me know.
Hope this helps.
Best regards,
Justin Gu

Similar Messages

  • Server has not enough memory for operation (Some .rpt files not removing from Temp folder )

    We have web application developed in ASP.NET 4.0 ftramework and published on IIS. And we are using 13_0_8 version of CR.
    I am creating report files and exporting these as pdf. And I am disposing streams and report documents at the end. Initially, there wasn't any problem and temporary files which are created by CrystalReport were deleting all. But, now requests to the web application increeased to about 50.000 in a day and now some .rpt files are staying in Temp folder and I can't delete them. After recycling application pool all files are removed by IIS. Then, after 1 or 2 hours new .rpt files are creating in Temp folder. And after somewhile, application throws Server has not enough memory for operation. And, IMHO the reason is temp files. Here is the code I am using to export report as pdf.
    Questions:
    1. Is the reason of this exception is temp files in Temp folder?
    2. What is wrong in that code?
    ReportDocument report = DownloadPDF.GetReport(id);
       MemoryStream stream = (MemoryStream)report.ExportToStream(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat);
       Response.ContentType = "application/pdf";
       Response.AddHeader("content-disposition", "attachment; filename=" + id+ ".pdf");
      report.Close();
      report.Dispose();
       try
       Response.BinaryWrite(stream.ToArray());
       Response.End();
       catch (Exception)
       finally
      stream.Flush();
      stream.Close();
      stream.Dispose();
    Here is the StackTrace

    Hi Farhad
    At 50,000 requests, you are more than likely running into the CR engine limit. E.g.; you're pushing way too hard... The following will be good reads for you:
    Crystal Reports 2008 Component Engine Scalability | SCN
    (The above doc does apply to current versions of CR - e.g.; no changes.)
    Crystal Reports Maximum Report Processing Jobs ... | SCN
    Scaling Crystal Reports for Visual Studio .NET
    Choosing the Right Business Objects SDK for Your Needs
    Choose the Right SDK for the Right Task
    How Can I Optimize Scalability?
    All of the above apply to your version of CR and thus the next question will be; how to proceed:
    1) Bigger, faster servers will not hurt.
    2) Web farms.
    How Do I Use Crystal Reports in a Web Farm or Web Garden?
    3) Crystal Reports Application Server, or perhaps even SAP BusinessObjects BI Platform 4.1
    Crystal Enterprise Report Application Server - Overview
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • No thumbnails/preview in Nautilus for files in a smb shared folder.

    Hi,
    This is a problem I have tried to solve for more than a year by posting in forums, trial and error and a lot of Google searches. For my work I have to look through large folders on a smb share with movie files. I need thumbnails/preview to be able to work efficiently. On Ubuntu and other deb based distros I have thumbnails/preview in Nautilus just by setting it in the Naurilus preferences for networked folders. Not so on Arch (and Antergos). I do have thumbnails/preview for local files, but regardless of what I do not for the smb shared folders. I have of course configured Nautilus to preview all files.
    I can see that there are generated failed thumbnails in ~/.cache/thumbnails/fail/gnome-thumbnail-factory, so for some reason they are not generated correctly for the movie files in the smb shared folder on Arch. I have tried to install ffmpegthumbnailer and tons of other methods I have found in the forums and elsewhere, but I have not been able to get it to work. And again, on Ubuntu it works out of the box so it's not like there's a bug in Nautilus preventing thumbnails for files on a network share.
    I'm running GNOME as my DE, but it doesn't seem to matter which DE I run as long as Nautilus or Nemo is the file manager.
    I do not expect a solution, but one can always hope!

    I had a similar issue, and it turns out nautilus was using ffmpegthumbnailer instead of totem-video-thumbnailer.
    And ffmpegthumbnailer doesn't seem to work with files on "smb://...". It was generating empty pngs.
    Do you have totem installed et does this create an image ?
    totem-video-thumbnailer "smb://videoserver/pathtovideofile/videofile" test.png
    Did you try to uninstall ffmpegthumbnailer or video thumbnailers other than totem ?
    Last edited by shijtin (2015-03-03 00:56:25)

  • File Adapter: Pick from shared folder in a domine network

    Dear friends,
    Is there any possibility for picking the file by using NFS from a shared folder. the Shared folder system is also in same domain. If so please give me what the prerequisites for the same to be configured.
    like host file entries. port opening.....
    Regards
    Vijay

    >
    vijay Kumar wrote:
    > Hi ,
    >
    > thanks a lot. If we create  a Active Directory Account and with password .
    > Can we access the file.
    > So that i can confirm to  business the only mean to access a file is FTP no other options are available.
    >
    >
    > Regards
    > Vijay
    the simple thing is that you need to have the folder on the xi server if you have to use NFS to access it.
    Else FTP would be the choice. I am not sure how it would act in case you are able to mount the external folder on to the XI server. As somebody from your network team if thats a possibility and try to access it via NFS else you will have to go for FTP only.

  • File not found in shared folder when transferred through Open Dataset

    Dear Experts,
    I am transferring a file to a shared folder using open dataset .
    The sy-subrc value returns as 0 . But i am not able to find the file in the destined path.
    But when i try to retrieve the file from the same path through CG3Y to my local PC ,  i am able to retrieve the file.
    Could you please throw some light into this as to why this is happening.
    With Regards,
    Syed Ibrahim G

    Hi venkat,
    Sorry for the delayed response . The Authority check FM also returns the sy-subrc value 0 .
    But still not able to find the File . I am Trying to paste the data through FTP_R3_To_SERVER . But it is not supporting Non-English Characters. Is there any way to paste the file through FTP ( with Non English Characters ).
    {code}
    call function 'FTP_CONNECT'
       exporting
         user            = user
         password        = pwd
         host            = host
         rfc_destination = dest
       importing
         handle          = hdl.
    if sy-subrc = 0.
       CALL FUNCTION 'FTP_R3_TO_SERVER'
         EXPORTING
           handle               = hdl
           fname                = FNAME
    *      BLOB_LENGTH          =
          character_mode       = 'X'
    TABLES
    *  BLOB                 =
          text                 = it_data1
        EXCEPTIONS
          tcpip_error          = 1
          command_error        = 2
          data_error           = 3
          OTHERS               = 4.
    endif.
    {code}
    With Regards,
    Syed Ibrahim G

  • File sharing: Need to be able to edit file & save to a shared folder on a different networked iMac's HD

    We have new iMac's (running OS X 10.9.1) and they are all on the same network.  There is a folder on computer #1 (folder is named: 2010) with Word & Excel documents in it (we have to use those instead of Pages & Numbers) that needs to be shared and accesible by computer #2.  This has been done successfully.
    The problem is:  When I make changes to the files from computer #2 (or if I add a folder), the files are not accesible on computer #1 any longer...you can see there are new files or folders, but you can't interact with them from computer #1 if they were created on computer #2.  From computer #2, I created a folder named "2014 Ledger" in the shared folder, and when I look at the newly created folder on computer #1, it has a red dot with a minus sign in the bottom right?  When I click on it, it gives me an error.
    I called Apple Care, but they didn't seem to know how to be able to edit & save a shared file on one computer, but keep the main file saved to the hard drive of the other computer.  We did this for years with our PC's on a network, so I guess I just figured Mac's could do it as well.
    Does anyone have any suggestions of how we can access the files on computer #1 after they've been altered and saved or created on computer #2?
    These screen shots are from computer #1 (the computer where the folder should be hosted on the hard drive):

    Jens Grotzscherst wrote:
    Now I'm unsure if I need to change permissions to the 300GB worth of files on that external drive. (that's question #1.)
    If you want to allow anyone accessing as "user" to be able to read or write all files on that volume, you could do that. You should also be able to set the volume attribute to ignore ownership:
    http://www.peachpit.com/guides/content.aspx?g=mac&seqNum=256
    If I look at those files from a client machine, logged in as 'user', Finder tells me they belong to 'unknown'.
    I imagine that they're owned by a user with a user ID that's not present on that machine.
    Question #2: If I understand correctly, the settings on the server's Sharing preferences pane only apply for ACCESS to the shared folder (i.e. they make it possible to log in via AFP).
    If that were the case, there would be no need for the "Read & Write" / "Read Only" setting in the Sharing panel.

  • Why can't I share my files easily in a shared folder?

    Let me explain more carefully.  I have two Macs on a home network.  I want to share a folder which is on Mac 1's hard drive so that Mac 2 can access it over the network and open any document in that folder, make changes, etc.  In other words, to be able to collaborate on a document in that shared folder so that both Mac 1 and Mac 2 are treated the same.  So that both users have equal, shared access to the contents of that folder.
    So to do this, I go to sharing in prefs and add the folder.  I set it so that everyone can read and write.  I would think "everyone" covers it.  So I go to Mac 2 and it can see the folder, but when Mac 2 tries to open a document, it opens with a warning that it is read only.  So on Mac 2, I have to save a brand new copy of the same document with a new name.  I don't want multiple copies.  I want to be able to create a document on Mac 1 and tell the user on Mac 2 to go and open it.
    This happens with Word documents and Final Draft documents, but with Final Draft documents, opening the doc on Mac 2 actually crashes Final Draft.  The exact same document sent to Mac 2 by email opens just fine.
    So what's going on and how can I set up this shared folder so that it works nice like I want it to?
    Thanks.

    Ordinary webspace won't do - what you get is a text file: this is the problem - MobileMe took the file published by iCal and formatted it as a calendar. Presumably if you were running your own server as indicated in the help page it would do the same; but unless 1&1 can speficially provide you with a CalDAV server it's not going to work.
    Do your colleagues have Macs? For those who do, they can subscribed to a shared calendar in iCal and it couldn't be simpler. Presumably Windows owners could do the same thing in a suitable calendar program; and this is a lot simpler solution.
    Another route: according to this site:
    http://www.makeuseof.com/tag/publish-ical-calendars-mobileme-os-server-mac/
    box.net can do this for you. I seem to remember that this arose a while back, but I have a feeling that the poster then couldn't get it to work. I can't advise on that, but you might want to investigate it as an option.

  • Creating documents in shared folder of SAP mail

    Hi all,
    I would like to create documents in a shared folder of my sap mail. I know it can be done by method create of object SOFM. I just don't know how to set up this method. What parameters are needed and how to do it correctly.
    Thx for helping,
    Yoolb

    Hi Yoolb,
    Are you trynig to do this within a Workflow? If your need is to create the document from a custom program, you can use the function module SO_DOCUMENT_INSERT_API1.
    Cheers,
    Ramki Maley.
    Please reward points if the answer is helpful.
    For info on awarding points click on this link: https://www.sdn.sap.com/sdn/index.sdn?page=crp_help.htm

  • How to locale a file without specific file name in a shared folder

    Dear experts,
    Is there any function module can be used to search for files in a shared folder in executing the program background? The file name is dynamic and varied. Thanks in advance.
    Regards

    This function module 'EPS2_GET_DIRECTORY_LISTING' does not work in background.
    I solve this issue by using the function module 'Z0_DIRECTORY_LISTING'. But I do not know whether this fm is available is version 4.6. Anyone is using version 4.6 and can tell me whether it exists in 4.6?
    Edited by: Chiew Ngee Ho on Jun 19, 2009 6:51 PM
    Edited by: Chiew Ngee Ho on Jun 19, 2009 6:57 PM

  • Can i share existing albums of photos from my photo library with friends straight to icloud rather than having to create a new shared folder and then select the individual photos rather than a whole album??

    Ok to clarify -
    1. i want to go into my photos on my iphone 6.
    2. create a new folder in shared folders.
    3. Add an entire album of photos from my photo library rather than having to select individual photos.
    4. Share with friends.
    Surely the reason i have saved certain photos into albums already from my mac means i like the selection already. So i would like to just share the whole album rather than having to select all the individual photos from the album. Ive tried but maybe im being a doofus and missing something??????
    Any help would be most appreciated.
    thank you in advance
    Kris

    This is normal and is how Apple handles photos.
    There are NOT duplicate photos.
    Just as a song is in your itunes library and you can access that exact same song from a playlist,  all  photos synced to iphone are in the photo library and those exact same photos (NOT duplicates) can be accessed from the individual albums.
    It is working exactly as it should.

  • Why are some PDF files created in Photoshop not placing in InDesign CS5?

    We are publishers and have used InDesign for over 9 years to create 36+ magazine issues per year.  We are currently using CS5 on 8 MAC stations using OS X Vers 10.8.5.  We are experiencing difficulty placing some supplied PDF files into InDesign documents lately.    We get the following error message when placing the offending PDF file:  "FAILED TO OPEN PDF FILE"
    This is a new error message that has cropped up the last two months or so.   In Acrobat, the file will pre-flight without errors.  The files giving us the errors can be converted to Photoshop PSD, EPS or TIFF files and will place just fine.  Photoshop PDF files, however, will result in the error.
    Can anyone give me an idea what might be causing this issue?  Thanks in advance!

    Bob Levine wrote:
    Try showing options when placing. Sounds like something in the PDF is not compatible with the last settings you used.
    Most likely the crop options.

  • Some music files are not be shared using Home Sharing

    Has anyone had the problem of being on Home Share and not all music files, audiobooks and podcasts are being shared with my other computer?  None of my playlists are being shared either.  Please, I need help.

    Hi sxyknikrs,
    Thanks for visiting Apple Support Communities.
    You may find the troubleshooting steps in this article helpful:
    Troubleshooting Home Sharing
    http://support.apple.com/kb/TS2972
    Best Regards,
    Jeremy

  • How do I allow users to create folders in a shared folder where we all then have read/write access to those new folders?

    I have three users who need to access a particular folder on one of our other Macs. The folder resides on the desktop of that particular Mac and it is set as "shared" with all of our accounts set to access the folder. When a user creates a new subfolder in that shared folder, the permissions are instantly set to allow the creator read/write access but the other users are only allowed read-only access. Is there a way to set the permissions so that any new folder created in that shared folder automatically gives read/write access to all accounts who are authorized access to that shared folder?

    You should be able to take the permissions you have set and "apply to enclosed items." I am trying to attach a picture of what this looks like so my apologies if it does not work.
    Highlight your folder you want and go to File>Get Info or command+I and at the bottom where it has Sharing and Permissions, click the lock button to authenticate. Click the gear and click "apply to enclosed items". See if that works.

  • How to create files into a NT authentication folder

    Hi all,
    I know how to create txt files on a local computer. But is it possible to create files into a NT shared folder on server machine which is user/password protected?
    thanks,

    Hi,
    try it with SAPFTP.
    look:
    - sample RSFTP004
    - <a href="/people/thomas.jung3/blog/2004/11/15/performing-ftp-commands-from-abap">FTP</a>
    Andreas

  • Unable to create shared folder when creating distribution list

    Hi,
    I am trying to create a new Distribution List in ECC  using T-code SO23.
    The system is not allowing me to create a new Shared Folder (step in creating the DL).
    Instead, I get a message saying 'Folder does not exist' (message code :SO 005)
    I do not have this issue in either the  000 client or in the quality system. I check the authorization objects and general SAP Ofiice settings. Everything looks identical between the systems.
    I would appreciate if any of you have any suggestions/advice?
    Thanks you
    Carrie.

    Hello,
    The following errors occurrd on our D* & Q* system, and SAP recommended that I run program RSSOPRRP (Check and repair the SAPoffice profile SOPR.).  It resolved our issue. 
      Errors: 
      WK308 - Folder Shared folders is no longer available
      SO005 - Folder does not exist
    You might give it at try.  If you still have an issue, open a OSS message.
    Regards,
    JCruz

Maybe you are looking for

  • Airport not available on MacBook Pro 15 unibody mid 2009, PLEASE HELP!!!!

    Ok, so I just recently put in a new hard drive and battery by myself, since my original MacBook Pro hard drive became "corrupted" most likely due to a parallel desktop software I was using. Anyway so I finally install everything on the new hard drive

  • Photoshop CS 6 repeatedly launching, conflict with Application Manager

    I am now getting multiple systems that will not open Photoshop CS 6.  As soon as PS starts to open, Application Manager starts and prevents PS from opening.  The two applications alternate for control with neither being able to open.  This problem is

  • Indesign CS4 - Export to SWF and font issue

    Hello, How do you embed a font in an Indesign CS4 document when you are going to export it to an SWF file? I have an Indesign CS4 document that uses a particular font.  This document is then exported to an SWF file which is then uploaded in our intra

  • Static JNLP vs Dynamic one generated via PHP

    I have an issue with our application not updating when we make changes to our JNLP file that is dynamically generated using PHP. We use a versioned file using the "<property name="jnlp.versionEnabled" value="true">" in our JNLP file. I have tested us

  • Too many resources error

    When I tried to open my iPad a message flashed on the screen which said something about "too many resources".  I didn't have time to read the entire message before the machine shut down.  I haven't been able to open it since.  I assume I need to dele