Do you have any question about this error?
Message type: E = Error
Message class: ARC_DAS_CON - XML DAS Connector: Messages
Message number: 011
Message text: Collection name &1 ends with the character '.'
The name of the collection &V1& to be used for storage ends with the
character '.'. This is not allowed. The name of the field from which the
impermissible character comes is &V2&.
Archiving is canceled.
Check the rule stored in IRM.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
ARC_DAS_CON011
- Collection name &1 ends with the character '.' ?The SAP error message ARC_DAS_CON011 indicates that there is an issue with a collection name that ends with a period ('.'). This is not allowed in SAP, as collection names must adhere to specific naming conventions.
Cause:
The error occurs when a collection name is defined or referenced in a way that it ends with a period. This can happen during the creation of a collection, when importing data, or when configuring settings in the SAP system.
Solution:
To resolve this error, you need to ensure that the collection name does not end with a period. Here are the steps you can take:
Identify the Collection Name: Check the specific collection name that is causing the error. The error message will typically provide the name in the format
&1
.Modify the Collection Name: If you have control over the naming of the collection, change the name to remove the trailing period. For example, if the collection name is
MyCollection.
, rename it toMyCollection
.Check Configuration Settings: If the collection name is being set in a configuration file or through a user interface, ensure that there are no trailing periods in the input fields.
Review Code or Scripts: If the collection name is being generated programmatically (e.g., through ABAP code or scripts), review the code to ensure that it does not append a period to the collection name.
Test the Changes: After making the necessary changes, test the process again to ensure that the error no longer occurs.
Related Information:
By following these steps, you should be able to resolve the ARC_DAS_CON011 error and ensure that your collection names are compliant with SAP's requirements.
Get instant SAP help. Start your 7-day free trial now.
ARC_DAS_CON010
Collection name &1 contains invalid character &2
What causes this issue? The name of the collection &V1& to be used for storage contains the impermissible special character &V2& at p...
ARC_DAS_CON009
Collection name does not follow naming convention for attachments
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
ARC_DAS_CON012
Collection name &1 corresponds to example [...].xml/bin
What causes this issue? The name of the collection &V1& to be used for storage corresponds to the pattern [...].xml/bin. This is not allowed....
ARC_DAS_CON013
URI &1 contains an '/' at the end
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.