Split 837 file at claims level biztalk 2010

I have deployed the 837p muti schema, no singlr schema. The receive location used edi recive pipe line. Send port xml receive pipeline. I didn't change anything on the schema used default one.
I have created the parties and agreement. 
I want to debatch the incoming 837 at the claim lable. How ever when I drop the 837 file to input folder i get x12 interchange error 
Error encountered during parsing. The X12 interchange with id '000045398', with sender id '521854809      ', receiver id '061057387      ' had the following errors:
Error: 1 (Miscellaneous error)
 16: Invalid Control Standard Identifier
Error: 2 (Field level error)
 SegmentID: ISA
 Position in TS: 1
 Data Element ID: ISA11
 Position in Segment: 11
 Data Value: ^
 7: Invalid code value

Please make sure that, in the party configuration under the 'Inbound batch processing Option" -Split interchange as Transaction Sets-Suspend Transaction Sets on Error is selected.
Valid transactions will route as normal and invalid ones will be routed based on the failed message routing(for this Enable routing for failed messages at the Receive port).
To know more details about Spilitting a batched EDI interchange, have a look at the below MSDN link
http://msdn.microsoft.com/en-us/library/bb246013(v=bts.10).aspx
http://stackoverflow.com/questions/8827380/debatching-837-files-with-multiple-claim
Thanks
Abhishek

Similar Messages

  • Attachment File non-English Name DISAPPEARS problem in BizTalk 2010 SMTP Adapter

    Hello ,
    I'm using BizTalk 2010 SMTP Adapter for sending mail with attachments by setting them via property SMTP.Attachments
    //Attachment
    msgEmail(SMTP.Attachments)= AttachmentList;
    I have files in several languages (In English and in Russian partialy) for the example
    My attachment list looks like this:
    "C:\Temp\Files\EnglishNameFile.xml | C:\Temp\Files\RussianFileName_РусскоеИмя.xml";
    After the sending Mail with this attachments the second file (it's name partialy in Russian) received without this part name
    (The non-english part of name is DISAPPEARS)
    like this: 
    RussianFileName_.xml ( must be RussianFileName_РусскоеИмя.xml)
    The NON-English part is DISAPPEARS!!!
    And if i have file that doesn't have latin latters (non-english) at all  than BizTalk SMTP Adapter change name
    to default one like ATT41233.xml
    I found this behaviour occur in other non-english languages also!!!
    Unfortunately i'm not found any info about this
    Any help would be very
    much appreciated
    Vadim

    Refer to this link -
    http://social.msdn.microsoft.com/Forums/en-US/163a47cf-db31-49a5-9ee3-ce9272ba24ff/setting-contenttransferencoding-in-dynamic-smtp-port?forum=biztalkgeneral
    There is an option of the Multipart message that controls the filename and the charset used to control how the attachment is treated, including content-transfer encoding.
    Regards.

  • Duplicate File issue using FTP adapter - BizTalk 2010

    Hi We encountered an Issue of picking Duplicate files in BizTalk 2010 from the FTP Location. Need your assistance on this.
    Mainframe sends multiple files a 0 KB file to FTP and BizTalk picks during a particular service window using FTP Adapter. 
    Receive Location has a pipeline component which decodes the MF file(EBCDICRow format). 
    Send Port transmits the file which is decoded in the Receive location. There is no mapping or orchestration involved. 
    When 2 files are placed in FTP Location. BizTalk Transmits the files successfully
    No suspended messages in BizTalk but we see below error in event log. we tried reproduce the issue but no luck. 
    Host Instance running FTP Location is Clustered  
     There was a failure executing the receive pipeline: "XXXX.XX.Pipelines.Receive_XXX_TransactionsMC_passthru, XXX.XX.Pipelines, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c2d1f476d5c2f97d"
    Source: "EbcdicRowDeCode" Receive Port: "XXX.XX.MCSTransactionsMC" URI: "ftp://XXXXXXXX:21/'XXXX'/MCSDT.DEFKOP.R001.D*.T*" Reason: Unable to cast object of type 'Microsoft.BizTalk.Streaming.BasicStreamWrapper' to type 'XXX.BizTalk.Pipeline.Components.Streams.V3.VirtualStream
    MF Puts below Files at FTP Location
    PSNOX.MCSDT.DEFKOP.R001.D150406.T009000
    PSNOX.MCSDT.DEFKOP.R001.D150406.T002100
    BizTalk Picks ( at specified Service window) and Transmits as 
    PSNOX.MCSDT.DEFKOP.R001.D150406.T009000
    PSNOX.MCSDT.DEFKOP.R001.D150406.T009000
    PSNOX.MCSDT.DEFKOP.R001.D150406.T002100
    Regards
    -Sri

    Hi Sri,
    There could be two reason for such a behavior:
    1) Using Non-Clustered Hosts: It is always recommended to use the clustered host for FTP adapter. Because FTP don't allow
    any locking mechanism on the files so in case of non-clustered with multiple host instances you might receive same file multiple times through different host instances.
    2) If the original document is still being written to the FTP server by the host application, the FTP adapter cannot
    delete the document and will retrieve another copy of the document at the next polling interval that is configured for the receive location. This behavior causes document duplication to occur. 
    Workaround could be:
    Configure the host application to write to a temporary folder on the same hard disk as the public FTP folder and to periodically move the contents of the temporary folder
    to the FTP folder. The temporary folder should be on the same hard disk as the public FTP folder to make sure that the move operation is atomic. An atomic operation is an operation that is functionally indivisible. If you write data to the public FTP folder
    by using the BizTalk Server FTP adapter, you can do this by specifying a Temporary Folder property in the FTP Transport Properties dialog box when you configure a send port. If you specify a Temporary Folder property, make sure that this folder is on the same
    physical disk as the public FTP folder.
    Configure the FTP receive location to operate within a service window when the host application is not writing data to the FTP server. You can specify the service window
    when you configure the receive location properties.
    Refer: Known Issues with the FTP
    Adapter
    Rachit
    Please mark as answer or vote as helpful if my reply does

  • OS level command to split the file

    Hi
    I am processing large file.. I am using OS level command to split the file file i have given the following command to split the file
    my file is /update/inbound/test/file.txt
    i have given the following command in OS level command option
    split -l 2000 /update/inbound/test/file.txt...
    but i didnt see any splited files under this directory
    How to write a command to split the file
    Regards
    Sowmya

    Hi,
    Have you tried with split /update/inbound/test/file.txt
    Split can take a second filename on the command line.
    Refer the exact syntax
    http://publib.boulder.ibm.com/infocenter/systems/index.jsp?topic=/com.ibm.aix.cmds/doc/aixcmds5/split.htm
    Before applying it check , that if it works with your FTP, as this is Linux based command.
    Thanks
    Swarup

  • Zipping files/Compressing files in BizTalk 2010

    Hi all!
    I have a BizTalk solution that needs to pick up all files in a directory, zip them up, and send them to a customer. I'm using BizTalk 2010.
    I tried using a 3rd party adapter I found on CodeProject but it would not work reliably. Are there other options out there for BizTalk 2010?

    Hi Sean,
    Check out the article,
    http://social.technet.microsoft.com/wiki/contents/articles/11679.biztalk-list-of-custom-pipeline-components.aspx  here you will find zip pipeline component.

  • EDIReceive Pipeline split 820 file, produce invalid xml output

    I am using  BizTalk 2013.   X12_00501_820 schema comes from biztalk in-box schema with a tiny little change to add annotations such as
    subdocument_creation_break="yes" to enable spliting.
    For my testing, I applied subdocument_creation_break in loop 2000A and 2000B
    The biztalk do consume the 820 file and split the file. the problem is the file it split is not a valid xml. a ">" is missing in the output xml, making whole xml invalid
    The error happen in ENT_SubLoop element
    output xml in this part looks like that:
    <ns0:ENT_SubLoop<ns0:TS820_2000B_Loop xmlns:ns0="http://schemas.microsoft.com/BizTalk/EDI/X12/2006">
    The ">" for ENT_SubLoop is missing.

    I am experiencing a nearly identical problem, only I am using BizTalk 2010:
    <ns0:ENT_SubLoop<ns0:TS820_2000B_Loop_Loop<ns0:TS820_2000B_Loop xmlns:ns0="http://schemas.microsoft.com/BizTalk/EDI/X12/2006">
    The ">" for ENT_SubLoop is missing from the generated XML.
    I applied the subdocument_creation_break as follows:
    - <xs:element name="TS820_2000B_Loop">
    - <xs:annotation> <xs:documentation>Loop for Individual Remittance</xs:documentation>
    - <xs:appinfo>
      <b:recordInfo
    structure="delimited" field_order="infix"
    delimiter_type="inherit_record" subdocument_creation_break="yes"
    count_ignore="yes" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" trigger_field="ENT_IndividualRemittance/ENT02_EntityIdentifierCode"
    trigger_value="2J" />
    </xs:appinfo>
    </xs:annotation>
    - <xs:complexType>
    - <xs:sequence>
      <xs:element
    minOccurs="1" maxOccurs="1" ref="ENT_IndividualRemittance"
    />
      <xs:element
    minOccurs="0" maxOccurs="unbounded" ref="TS820_2100B_Loop"
    />
      <xs:element
    minOccurs="0" maxOccurs="unbounded" ref="TS820_2200B_Loop"
    />
      <xs:element
    minOccurs="1" maxOccurs="unbounded" ref="TS820_2300B_Loop"
    />
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    This appears to be a problem with the EDI disassembler. 
    Has anyone else experienced this?  Any known fix or easy workaround?

  • RNDisAssembler issue in Biztalk 2010 or 2009 accelerator for RosettaNet

    We are receiving 3C3 PIP messages from a traing partner. But from time to time, below error pops out.
    Source module:
    RNDisAssembler
    Correlation information:
    Description:
    Receive pipeline rejected incoming message
    due to the following RNIF exception:
    UNP.SCON.VALERR : A failure occurred while validating the service content.
    Details:
    Data at the root level is invalid. Line 3, position 1.
    It's just once in a while. And I can't see any perceptible exception in the problematic message. This is so weird. I would assume it's a bug of Biztalk. Please refer to the post
    http://support.microsoft.com/kb/955240/en-us, which provide a hotfix for BizTalk Accelerator for RosettaNet 3.5. Is there a counterpart for Biztalk 2010 or 2009?
    Thanks
    Gou Jun

    Hi,
    The resolution to this problem is descrived here:
    http://blogs.msdn.com/b/biztalkcpr/archive/2011/03/05/btarn-app-pool-settings-for-biztalk-2010.aspx
    "Here is a some additional information regarding extending BTARN 2010 with new PIP’s. The artifacts generated are going to be .Net 4.0 unless Visual Studio is configured to do otherwise. This means along with setting the application pools for the
    32-bit the .Net setting must be set to match. "
    Sandro Pereira
    DevScope | MVP & MCTS BizTalk Server 2010
    http://sandroaspbiztalkblog.wordpress.com/ |
    @sandro_asp
    Oporto BizTalk Innovation Day | 14th March 2013 – Oporto, Portugal
    Please mark as answered if this answers your question.

  • BizTalk AS2 receive location (500.0 error) reported by eternal party when trying to reach BizTalk 2010.

    
    Hi There - 
    We are facing AS2 connection problem with one of our customers. Following is scenario.
    Problem Scenario –
    We BizTalk 2010 server with which we are trying to connect one of our customer’s bank for secure communication.
    Our UAT box  has been done with a successful test connection with that bank however when we move to production server, whenever the Bank try to send any simple .txt file via AS2 protocol, we do not receive the file and bank receive an error following
    message .
     <div><fieldset>   <h2>500
    - Internal server error.</h2> 
      <h3>There is a problem with the resource you are looking for, and it cannot be displayed.</h3> 
    Bank has AS2 setup on following environment.
    AS2 Software Used
    Connect Enterprise
    AS2 Software Provider
    Sterling Commerce  (IBM Mail Slot)
    Platform on which AS2 Software is installed
    AIX
    I have compared the UAT and Production servers AS2 receive URL configurations and these are completely alike.
    Whenever I try browsing the virtual directory setup for AS2 from IIS 7.0 or from
    internet explorer with hostname and virtual directory, I get 500.0 internal error which following post says is absolutely fine, this should not be a problem.
    XXXXXXX
    I have setup the IIS Log trace. Following are the traces from IIS. 
    Action Performed to resolve the issue.
    Compared the UAT and Production server settings both are alike.
     Setup the AS2 receive with reference of following URL .
    http://msdn.microsoft.com/en-us/library/bb727975.aspx
    http://biztalk-dish.blogspot.com.au/2012/07/guidance-on-edi-over-as2-in-biztalk.html
    http://www.biztalkbill.com/Home/tabid/40/EntryId/66/Configuring-BTSHTTPReceive-dll-to-work-on-IIS-7.aspx
    Installed the party certificates by referring following URL
    http://msdn.microsoft.com/en-us/library/aa559902.aspx#step5
    App Pool a/c and (Isolated and Inproc) host a/c and the receive pipline host a/c are same and certificates has been installed by loggin to server with same account .
    Firewall ports are open to accept the traffic, I have to log from network team.
    I tried following URL.
    http://go4answers.webhost4life.com/Example/http-receive-url-without-78425.aspx  (I have suffix the DLL name to the URL which party has to reach.
    Example - http://XXXXXXX/EDIIN/BTSHTTPReceive.dll
    http://hostname/virutalDirectory/BTSDLL
    I have tried resolving 403/ 405 error which sometimes reported in my IIS error log, which generally arrive after reset of IIS 7.0
    Using URL -        
    http://go4answers.webhost4life.com/Example/btshttpreceivedll-405-error-57131.aspx
    http://biztalk-diary.blogspot.com.au/2010/05/btshttpreceive-error-405-method-not.html
    IIS errors has been referenced using following Url
    http://support.microsoft.com/kb/943891/en-us
    following are the error logs from IIS 7.0 log file, whenever party sends any message to our server.
    2013-12-14 19:02:59 10.83.241.83 POST /EDIIN/BTSHTTPReceive.dll - 80 - 10.83.251.4 Jakarta+Commons-HttpClient/3.0-rc4 500 0 0 9812
    2013-12-14 19:03:48 10.83.241.83 POST /EDIIN/BTSHTTPReceive.dll - 80 - 10.83.251.4 Jakarta+Commons-HttpClient/3.0-rc4 500 0 0 343
    2013-12-14 19:04:48 10.83.241.83 POST /EDIIN/BTSHTTPReceive.dll - 80 - 10.83.251.4 Jakarta+Commons-HttpClient/3.0-rc4 500 0 0 406
    Sometimes I find following entries though
    #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status time-taken
    2013-12-14 20:10:55 ::1 GET /EDIIN - 80 - ::1 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+.NET4.0C;+.NET4.0E)
    301 0 0 453
    2013-12-14 20:10:55 ::1 GET /EDIIN/ - 80 - ::1 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+.NET4.0C;+.NET4.0E)
    500 0 193 15
    Any advice will be a great help.
    Please Note: We have setup other virtual directories for receive HTTP connection using (BTSHTTPReceive.dll) file and these connections has been setup using same user account and are working perfectly fine.
    I repeat,
    >>           I have compared all the configurations for AS2 receive location with other setup on Production for other customers ( this is similar)
    >>           I have cross checked the setting with UAT box where connection with this Bank is working absolutely fine but in production it is NOT and configurations are similar.

    Hi,
    It maybe windows firewall issue. you can try create a Windows Firewall exception if
    Windows Firewall is running on your server. And please refer the blog about 500 error in iis which might helpful:
    http://support.microsoft.com/kb/942031/en-us
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • To extract the users permission on files and folders in sharepoint 2010 using client object model

    To extract the users permission on files and folders in sharepoint 2010 using client object model

    Hello,
    This is sample code to get item level permisison: (Just written in notepad so it is not tested)
    public void ItemLevelPermission()
    SecurableObject curObj = null;
    ListItem curItem = ctx.Web.Lists.GetByTitle("LibraryName").GetItemById(ItemId); -> Use Id of file or folder.
    IEnumerable roles = null;
    roles = ctx.LoadQuery(
    curObj.RoleAssignments.Include(
    roleAsg => roleAsg.Member,
    roleAsg => roleAsg.RoleDefinitionBindings.Include(
    roleDef => roleDef.Name, // for each role definition, include roleDef’s Name
    roleDef => roleDef.Description)));
    ctx.ExecuteQuery();
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How to define the character set of an outbound EDI batch in BizTalk 2010?

    I have some EDIFACT files with a character set of UNOC though lowercase strings and umlaute should be allowed. These files should be batched in an outbound EDIFACT file. But the batching orchestration of the related send port throws some validation errors.
    If I convert the strings to uppercase characters everything's working fine. So it seems that the outbound batching orchestration uses the UNOA character set internally for the validation of the EDIFACT files...
    How can I change the character set of the outbound batching orchestration in BizTalk 2010? No settings found regarding the character set of outbound batching orchestration in the party and agreement configuration so far. Thank you

    Hi Philipp,
    To define a character set in EDIFACT,
    UNA segment is used. After defining see, How Validation of an EDI Interchange Is Configured and Outbound
    EDI batching in BizTalk Server 
    Maheshkumar S Tiwari|User
    Page | http://tech-findings.blogspot.com/

  • Splitting XML Files without namespaces

    Hello,
    I have a file that looks similar to this:
    <?xml version="1.0" encoding="UTF-8"?>
    <File>
     <Header>
      <Location>Phoenix</Location>
      <Date>052214</Date>  
     </Header>  
     <Bill></Bill>
     <Trailer>
      <Total>1076</Total>
     </Trailer>
    </File>
    What I would like to do is split the file (<Bill> is repeating) and I understand I should be able to do this with an envelope schema. I've done some research and every example I'm coming across happens to have a namespace in the sample schema.
    How can I accomplish the same thing without the namespace?
    Do I need to add the namespace using the ESB Toolkit, and if so, am I supposed to add a namespace to the repeating element? I looked into that solution and couldn't understand how to add a namespace to the Bill element, only the root. Unfortunately I trashed
    that approach and went with an orchestration. While that is working, it just doesn't seem right if I can accomplish this task in the receive stage.
    Any help/encouragement would be appreciated.

    The problem is that if you split the message on an element that has no namespace, you will need a Schema without namespace (in your case with a root element of "Bill" and no namespace).
    Having Schemas without namespaces in BizTalk is bad practice and should, in general and if possible, be avoided.
    So what I would do is create a custom Pipeline Component that (either using XDocument, XMLDocument or Regular Expression) appends a namespace to all "Bill" elements and also a namespace to the Root. 
    Apply the Component in the Decode Stage on your Receive Pipeline so that it is applied BEFORE the disassemble stage, and then create your "Bill" Schema with the newly appended Namespace, and also Apply the Batch namespace to your Envelope Schema.
    An Example:
    <?xml version="1.0" encoding="UTF-8"?>
    <b:File xmlns:b="http://Batch">
    <Header>
    <Location>Phoenix</Location>
    <Date>052214</Date>
    </Header>
    <c:Bill xmlns:c="http://namespace"></c:Bill>
    <c:Bill xmlns:c="http://namespace"></c:Bill>
    <c:Bill xmlns:c="http://namespace"></c:Bill>
    <c:Bill xmlns:c="http://namespace"></c:Bill>
    <Trailer>
    <Total>1076</Total>
    </Trailer>
    </b:File>
    Morten la Cour

  • Splitting PST file

    Hi Team,
    i am having microsoft outlook 2010. my pst file size is 10 Gb. i have splitted my pst file as yearly basis. Since my pst file is too large.
    My question is .. even though after i splitted my current pst file. The size of the current pst file is in same size that is 10 GB. and also i am able to see the splitted file which has some size.
    could you please some one help me?

    Hi there
    Size of 10 gb of any pst file is undoubtedly critically large and splitting is very good approach to make the size smaller so as to protect the file from getting corrupt and making your outlook perform better.
    I would like to recommend SysTools split pst tool here (www.splitpst.com) which actually is an interesting utility to divide pst file into smaller part and if you are not satisfied by splitting pst file by year, why don't you
    try other way to split pst files like you can split it by date, size or by folders in pst file. 
    The pst splitter one i found here http://gallery.technet.microsoft.com/Split-PST-File-in-Outlook-53dc8dc4 seems quite worth using as a alternative
    to compaction.

  • BizTalk 2010 Simple orchestration

    This jos has to pick up file from one server location to another server (ftp)
    I need to accept request XML where I need to specify
     1. 
    type (inbound , outbound)
         2. 
    FileLocation ( where to pickup file from this foler)
         3.  
    Date (it has to look file’s based on given date, if date is not given has to pick all files in FileLocation  folder)
    I    
    I'm more concern about 2.  FileLocation
    setting in orchestration?  Please explian this area deeply. other is okay.
    Thanks indeed.

    Hi Raj,
    “I'm more concern about 2.  FileLocation
    setting in orchestration?  Please explian this area deeply.”
    I am not sure why you need Orchestration; you can achieve your requirement which you mentioned here with Receive Port/Receive Location and with filter filter on send port. Anyway if we don't the complete
    requirement which may have some business process to be applied on the received message, for which you may have choose Orchestration.
    You need to configure Receive Locations which would reside I Receive Port. In your Receive Location, you would configure the folder location from where
    you want to receive files.
    MSDN: Adding a Receive Location Using BizTalk Explorer
    Once Receive Location has been configured, on a standard Orchestration configure the receive port. (Note for others : I don’t want to confuse further by explaining by Direct-bound orchestration and other
    ways).
    MSDN: Using Ports in Orchestrations
    I would suggest you to read any good BizTalk book, something like “BizTalk 2010 Recipes - A Problem-Solution Approach” to start working with
    BizTalk.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful.

  • How to split PDF file by pages

    Is there any programming way to split PDF into pages, say one PDF file per page or specify page range to split PDF file?
    Thanks for your help.

    Yes it does. It disassembles pdf1 by extracting pages 1-3 and disassembles pdf2 by extracting pages 4-5. Then re-assembles the two subsets into a new PDF.
    You could extract page1 from pdf1 only and create a pdf, then page2 of pdf1 into a different PDF using something similar to:
    <?xml version="1.0" encoding="UTF-8"?>
    <DDX xmlns="http://ns.adobe.com/DDX/1.0/">
    <PDF result="Final.pdf">
         <PDF source="PDF1.pdf" pages="1"/>
    </PDF>
    <PDF result="Final2.pdf">
          <PDF source="PDF1.pdf" pages="2"/>
    </PDF>
    </DDX>
    You can also use the  PDFFromBookmarks tag to generate a new document for each level 1 bookmark created in a PDF.
    <PDFsFromBookmarks prefix="stmt">
         <PDF source="doc1.pdf"/>
    </PDFsFromBookmarks>
    You can get more info at http://livedocs.adobe.com/livecycle/8.2/ddxRef/000640.html
    Jasmin

  • Duplicating files on Top "Level" of HD in Yosemite stuck with PENDING and "X"

    Duplicating files on Top "Level" of HD in Yosemite stuck with PENDING and "X"-- which is incredible as it is happening on both my 2010 MBP-13" and my daughter's brand new MacBook Space gray:
    Go to the highest level on your hard drive --- where the SYSTEM and APPLICATIONS and USERS folders are located.  Now take any file or folder that is there (small or big) and click on it, the either choose "duplicate" or do cmd-d to make a duplicate of that file.  WHAT HAPPENS?
    For me-- the file duplicates but the icon has a progress bar image  along the

    I HOPE THIS HELPS people to see what I'm getting on the top level only:  Here are 2 images -- a before and after:  I have a very plain empty folder called "Test Folder 1 May 2015" in the first one (along with some other folders) and then in the second one you can see I duplicated that folder -- but it now has a progress bar and and "x" showing!  (Just the "duplicated" file - the one with copy in the name).  This is a screen shot (using "Totalfinder" if anyone is wondering).  Same with my daughter's new MacBook (and she has essentially nothing on it, is not using TotalFinder - but the same problem.  Hey, maybe it's not a problem, maybe it's a "feature" of Yosemite or just the way it treats root level folders now--- but I sure would like to get rid of this weirdness if possible without breaking the system!

Maybe you are looking for

  • Regarding Receiver Mail adapter.

    Hi experts, iam looking at one off the weblog whick  Michal Krawczyk have created. /people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address in this weblog michal have told to download the XSD file from service m

  • Error when doing a write mem on 3525 router

    When I change the config on our 3525 router and then do a write mem command I get the following. [OK]private-config file open failed (File table overflow) Any one seen this? Mike

  • Sharepoint 2013 email address issue

    Hello, I receive the following error when I create Alert for a ask on sharepoint 2013. While there is email attached to the profile on Active Directory. "You do not have an e-mail address.  Alert has been created successfully but you will not receive

  • Important Questions for MAC AMATEUR photographers - is it worth it to change what works

    Greetings, I have been following this products evolution. Currently I have a system that works very well. After a shoot I follow the following workflow. 1) BAck up originals on a external drive. 2) Import into Apple iphoto 3) Preview and set keywords

  • Flash player 11.3.300.265 resets privacy settings after deleting private data in Opera

    hello, flash player 11.3.300.265 and Opera 12.00.1467 x64, Windows 7 here. I noticed that when I delete private data in Opera, with "delete plug-in data" checked, all the privacy settings in flash control panel reset to default state of "allow". Is t