IDOC -- MAIL - DAT Extension, but XML Extension expected

Hello everyone,
we have an IDOC--> MAIL scenario. In our DEV-System we receive the attachment with the extension
XML. This is exactly what we want.
In our CONS-System we receive the attachment with the extension DAT.But we have the same settings in both systems.
I can not find any setting in the mail adapter which is responsible for this. Also in help.sap.com I can't anything about it. I found in this forum the possibility to use dynamic configuration. But this isn't the way I want to go, because in the DEV System it works fine.
Where can I determine the extension?
Thanks for your help!
Regards,
Jürgen

Hello Stefan,
thanks very much for your help.
You are right, the modules were different. The working mail-adapter has the value
localejbs/sap.com/com.sap.aii.adapter.mail.app/XIMailAdapterBean.
the other: sap.com/com.sap.aii.adapter.mail.app/XIMailAdapterBean. I changed the value sap.com/com.sap.aii.adapter.mail.app/XIMailAdapterBean
to localejbs/sap.com/com.sap.aii.adapter.mail.app/XIMailAdapterBean, but we receive also an attachment with the extension "DAT".
I have 2 scenarios in the DEV with the same settings ( value localejbs/sap.com/com.sap.aii.adapter.mail.app/XIMailAdapterBean under module). One scenario works fine, I receive "XML". The other scenario doesn't work, I receive "DAT" 
Any idea, again?
regards,
Jürgen

Similar Messages

  • How do I read an email attachment in MS Outlook that comes through as win mail.dat extension?

    How do I read an email attachment in MS Outlook that comes through as winmail.dat file?  Is there a setting I can change to make any attachment I receive from someone who has Windows?  Thanks!

    Hope this helps.
    http://support.apple.com/kb/ht2614

  • How to Test SSRS Custom Data Extension in TSql

    Hi There,
    I have created a custom data extenstion for SSRS 2008 Reporting Service.
    I can test the CDE in the Report DataSet -> DataSet Properties -> Query Designer -> Run Query.
    In the Command Text I pass parameters to the invoked VB code which is of type "BaanstedeCds" then name of my custom data extension.
    I can even Attach the Visual Studio VB Code Project that is invoked by the Query Designer an debug the code.
    The custom data extension works perfectly in SSRS.
    However I have not found a way yet to run BaanstedeCds (with a parametertext) from within SSMS 2008 by using an T-SQL statement!!! Is there a way to use the SSRS Custom Data Extension in Sql Server Management Studio using the dataset type I used in
    SSRS 2008?
    Because I am leaving the path of using Custom Assemblies in SSMS, for deploying an testing that way is undoable for me.
    I is to complicated and in order to properly debug these routines the entire solution of multiple projects is deployed each time even the slightest change has been made to the VB code. Also if I want to deploy from Test to Production it is very hard. I have
    to detach the databases etc, ect.  Note my previous question about this subject that remained unanswered!!!
    Using the Custom Data Extension the problems are a lot less. However I how do I use a routine in the CDS in T-SQL, like I could invoke a routine in the Custom Code Assemblies?
     I "hate" CLR routines. I have extreme trouble managing these CLR's as I explained in my post and other posts in the past.
    You just cannot build a maagable system that way.
    I had to convert all the CLR's (I had a lot of them) to Custom Data Extension Functions, as they do not have all the drawbacks  of CLR's.
    And using the CDE with all the converted CLR's in it works much better for me in the Report Manager.
    However in order to test de CDE I must invoke the CDE in a Windows Form something like this:
    Private Sub cmdGetData_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdGetData.Click
    Dim CommandText As String = ""
    ' Get Parameters for CDE GetData
    CommandText = txtAdoCds.Text
    Dim Rdr As New BstCds.BaanstedeCdsReader(CommandText)
    ' Invoke GetData Function of CDE Rdr
    ' Input: CommandText: txtAdoCds.Text = TextBox on TestForm
    ' Output: DataTable: RdrDataTable
    Call Rdr.GetData(CommandText)
    If Not Rdr.RdrRetVal Then
    GoTo End_Method
    End If
    ' Show DataTable: RdrDataTable (in Excel)
    If Not BstOff.ToonTabel(DataTabel:=Rdr.RdrDataTable) Then
    Exit Sub
    End If
    End_Method:
    End Sub
    '=========================================================================
    ' File: BaanstedeCdsReader.vb
    ' Summary: Provides a means of reading one or more forward-only streams
    ' of result sets obtained by executing a command at a data source,
    ' and is implemented by Baanstede Data Processing Extensions
    ' that access BaanstedeIw3-routines.
    '=========================================================================
    Public Class BaanstedeCdsReader
    Implements IDataReader
    #Region "Public Variables"
    Public RdrRetVal As Boolean = False
    Public RdrSqlSel As String = ""
    Public RdrDataTable As DataTable = New DataTable
    #End Region
    #Region "Constructors"
    #End Region
    #Region "IDataReader Members"
    #End Region
    ' GetData '
    #Region "GetData Method"
    '==================================================================================================
    'We are executing the command using the connection string that connects to the Active Directory.
    'Hard coding of the connection string is because it is the same for all the ADs.
    'Once we read the data using a DataReader, we place the same in a DataTable so that can be used for
    'Other processings.
    ' Public Sub GetData(ByVal _CommandText As String)
    ' Output in Public RdrDataTable As DataTable
    '==================================================================================================
    Public Sub GetData(ByVal _CommandText As String)
    ' Ophalen Data in DataTabel '
    RdrRetVal = False
    ' Fills RdrDataTable Using _COmmandText
    RdrRetVal = True
    End Sub
    But can I invoke Report Manager Source Type BaanstdeCds's .BaanstedeCdsReader.GetData(CommandText) in TSQL any other way then using CLR ?
    Regards Jos
    It works, but it does not work (The program runs, but does not produce the desired result)

    Hi Josje,
    Thank you for your question.
    I am trying to involve someone more familiar with this topic for a further look at this issue. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated.
    Thank you for your understanding and support.
    Thanks,
    Wendy Fu
    Wendy Fu
    TechNet Community Support

  • ReportServer intengration error - An attempt has been made to use a data extension 'ADS'

    For a moment I thought I had the perfect SharePoint 2010 installation going until I went and created an Access Database site added some data then went to reports. I am getting the following error.
    An error has occurred during report processing. (rsProcessingAborted)
    An attempt has been made to use a data extension 'ADS' that is either not registered for this report server or is not supported in this edition of Reporting Services. (rsDataExtensionNotFound)
    Other than that, life is good. I have pretty much uninstalled and stuff repeatedly. I'm about to do another uninstall, reinstall because Monitorying isn't showing any errors. Which it should be, but that's another post; should the issue return.
    But if anybody has any ideas about the ADS thing I would sure like to hear it.
    Thanks!
    Oh, the system is the following:
      Server 2008 R2 Standard
      SQL Server 2008 R2
      SharePoint 2010 Release with 2010 October CU updates. I ran the CUs just before running SharePoint Configuration.
    At the moment it is all house on the same machine; but if it goes to production then it will be turned in to a two-tier system.

    OK - seems like we just have to read the manual!
    You'll have to install the Reporting Services Add-in for Connected Mode:
    A. Modify the C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer\rsreportserver.config file on the Reporting Services server.
    Under the <Data> node, under the <Extension> node, add the ADS data extension. For example:
    <Extension Name="ADS" Type="Microsoft.Office.Access.Reports.DataProcessing.AdsConnection, Microsoft.Office.Access.Server.DataServer, Version=14.0.0.0, Culture=Neutral, PublicKeyToken=71e9bce111e9429c"/> -->
    B. Modify the rssrvpolicy file on RS server.
    Add the following XML code in the file under the <NamedPermissionSets> node:
    <PermissionSet class="NamedPermissionSet" version="1" Name="ReportExpressionsDefaultPermissionSet">
      <IPermission class="SecurityPermission" version="1" Flags="Execution" />
      <IPermission class="Microsoft.Office.Access.Server.Security.AccessServicesPermission, Microsoft.Office.Access.Server.Security, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" version="1.0" Flags="CalculationCallback" />
    </PermissionSet>
    In the <CodeGroup>node, find the following line and change PermissionSetName from “Execution” to “ReportExpressionsDefaultPermissionSet”.
    For further instructions please see Technet Article: "Using Access Services with SQL Reporting Services: Installing SQL Server 2008 R2 Reporting Services Add-In (SharePoint
    Server 2010)".
    Kind regards
    Thanks for the reply, but for the clarification I found my config files in a different location other than stated in A - C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer
    In Step B, the following is unclear to me - In the <CodeGroup>node, find the following line and change PermissionSetName from “Execution” to “ReportExpressionsDefaultPermissionSet”. There are
    MANY Code Group nodes. And in addition to that there are two with PermissionSetName="Execution"; Which one?
    While awaiting your reply I'll go look at the docs and see if they are clearer.
    Thanks!

  • Power View in SharePoint Server - The data extension type for a data source is not valid

    Hi All,
    All of a sudden I am getting following error when trying to create Power View report using shared report data source (no error testing the connection):
    "The current action cannot be completed. The data extension type for a data source
    'http://dev/Shared Ducuments/Sales.rsds' is not valid for this operation"
    I already have a data source (I had created it after creating my site collection a week ago) and when I use this source to create Power View report then there is no error but I am getting above error when I create another similar data source and use it to create
    a Power View report.
    Please help me to resolve the error.
    Thanks

    I am going nuts! I had selected 'Analysis Services' instead of 'Microsoft BI Semantic Model for Power View'

  • Upgrade from VS 2010 to VS 2012 - SSRS Data Extension no longer works.

    I have upgraded to VS 2012 (with BI Tools) installed. We have an SSRS Data Extension that worked fine with VS 2010, both in the VS designer and on the SSRS server. I made the same changes as VS2010 to RSReportDesigner.config and RSPreviewPolicy.config
    in C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssemblies\ and the data extension name is there in the data source dropdown, but it isn't the localized name from the assembly - so obviously the assembly does not appear to be
    loading properly.  In ProcMon, I can see devenv finding the DLL and even doing a load image on it, but clearly I am missing something. Any ideas or at least hints on how to troubleshoot this?
    My dev machine is Windows 7 x64. The VS 2010 version was compiled for Any CPU (I have tried this one). I have also tried to build an x86 version, since I read somewhere it needs to be compiled for 32 bits. I also tried a debugging version that logs every
    call and clearly VS isn't calling anything, since a log isn't even created. 
    Please help!
    Thanks
    Mitch vH
    btw; not related - but it is kind of lame that I am having to use Chrome to create this, since IE went to a spiral of death trying to sign me into my live account.

    Hi Mitch vH,
    According to your description, the issue is that you cannot load the assembly in the Reporting Services. Based on my research, when the process or configured impersonation account does not have permissions access to the ASP.NET temporary files folder will
    cannot load the assembly. To avoid this issue, please try to specify the Read/Write permission for an account to:
    C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\ReportSerever
    And please check have you referenced there some other special assembly in your DLL, which is may missing on the server? There is a similar issue, you can refer to it.
    http://stackoverflow.com/questions/13379804/could-not-load-file-or-assembly-in-reporting-services
    Hope this helps. If the issue is persist, please check if you have get any error message. Could you please post the error message? It is benefit for further analysis.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • BT Infinity - Data extension costs?

    So I've just ordered BT Infinity, and it's likely I'll need a few metres data extension to place the router someplace suitable. Now I assumed this was a free option, but after reading the last two lines of this page, I'm not sure. Does data extension cost more to install, and if so, how much?
    Thanks everyone

    they run it along skirting boards and drill a hole through your door frame,just ask the engineer when he arrives,he will explain everything in detail they will put a new front cover on your exsisting main box...this will have two sockets.
    one for your normal phone line and the other for infinity.
    Q. There is smoke coming out of my open reach box... so can I have a new one.
    A. Sorry sir, The fault is showing at the exchange so your box should be ok.
    BRING BACK UK CALL CENTRES!!!!!

  • Purchase Infinity data extension kit?

    Hi
    Sometime in the future I intend to get BT Infinity, but just at the moment I am doing some building work where I would like to put in place the 30 meter data extension cable so it’s there ready.
    Does anybody know where I can purchase the BT Infinity data extension kit?
    Thanks
    Solved!
    Go to Solution.

    (corrected ... ryant 704 is quite right) 
    Put in cat5e or cat6 wiring.  If that is terminated with telephone type connections it will act as a data extension kit.
    Or it may be better (you didn't give details of your house arrangements) to keep the modem near the current master socket, and connect it via the same cable with ethernet termination to a remote router.  There is always some speed loss from data extension kit (maybe trivially small), but shouldn't be any loss with a modem/router connection up to 100m or so.
    Either way, once the cable is in you can decide later how to use it.

  • Infinity Data Extension - will it spoil the decor?

    I'm seriously thinking about Infinity but the master socket is downstairs and the existing hub and everything connected to it is upstairs. Obviously I need the data extension kit. So, how discreet is this? Will the engineer run it along the same path as existing phone extensions? Will he provide a nice neutral grey to match the paintwork and keep SWMBO happy? Will he run it under carpets? Distance  from master socket to hub location is about 2.5m vertically and 7m horizontally.
    Steve
    Solved!
    Go to Solution.

    Would this cost money to have the kit installed? I understand it is simply an Ethernet cable where the most standard cable can deliver speeds of 100mb which you can buy for £5.00 or less.
    I just want to know as I would happily install it myself if this was the case...
    Thanks

  • What is Data extension? How it differs from BDC ?

    Hi,
      I am Parinitha. I have one problem. My current project rollout project. Requirement is to do data extension. Data is already present in 'X' plant, I need to extend that to new 'Y' plant. How to do this ? Is it same as like BDC ? If it is different then please tell me what is that difference and how to do.  Please yaar give me suggestion on this. Help me help me please.
    Thanks
    Pari

    Parinitha,
    It is the same as BDC. In your case, for eg if u run MM01, there will be message saying Material already exists but will be extended.
    Normally, we use LSMW's for these issues, but BDC is as good as it is f you already have one.
    Thanks
    Ganesh.S

  • Big Data Extension Serengeti Server setup Error : Failed to Retrieve VC Properties.

    Hello,
    I installed the Vsphere Big Data Extension 2.0.0.951. i connected the vcenter server with serengeti server, configured big data cluster
    But when i logged in to management server i am getting following initialization status Error.
    i checked the VC FQDN and ips are correct.
    I unregistered and register big data extension but still this error exist
    what could be the issue and how can i resolve it?

    on the vsphere big data extension management server its shows initialization status success but i when i look the cluster i am getting following error.

  • Custom Data Extension and Report execution

    Hello guys,
    I need some help.
    On the reports I'm developing I need to call some complex web services. As such, I developed an data extension in C#, which calls code from a dll. In that dll I'm calling the web services I need, and working on the data in order to get the datatables I need
    (this dll is also coded in C#).
    One requirement I have is for the web services being called only once. This is required as some web services return data for more than one table on the rendered report, and as such, I don't want to get the same data twice.
    In order to do this and to be easier to code, I made the classes that call the web services static. The question is if when two users request different reports, I will have problems with shared variables (which are also static) or if reporting services launch
    various threads which won't share the same static classes.
    Thanks

    Hello,
    Thank you for your question.
    I am trying to involve someone more familiar with this topic for a further look at this issue. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated.
    Thank you for your understanding and support.
    Thanks,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Please help about data extension socket enquiries

    Hi am new on here and I have tried calling BT to ask them this but he could not understand me what I am thinking of doing is running a data extension socket from the master to another room so the hub can go there to connect to a game console
    I have a few questions about doing this will it reduce my broadband speed?
    Can you run the wire outside?
    Any help would be much appreciated

    It might drop your speed slightly but probably not so much that you'd notice. If you use exterior grade Ethernet cable you can run it outside.

  • Date Extension on Crystal Output Filename in Scheduler

    Post Author: mek
    CA Forum: General
    We use Crystal Reports 10. When we schedule reports through the CMC scheduler we add the date to the output filename by selecting the DateTime option from the variable properties list ( ex. ExpoSalesSummaryReport_%DateTime%.xls generates a file named ExpoSalesSummaryReport_2007-04-25-10-46-33.xls).  The date format that is automatically concatenated onto the filename by Crystal is not what we need. We do not want the time in the date extension and we want the date format simplified, without dashes.
    Our team needs to have additional values available in the variable properties list of the report scheduler that would allow us to select a specific date format to be concatenated to the filename when we schedule reports. For example, we would like to have the following selections in the picklist (new options that we want to add and use are bolded), ex:
    Title
    ID
    Owner
    DateTime
    FileExtension
    DateMMDDYY
    DateMMDDYYYY
    DateMONDDYY
    DateMONDDYYYY
    Is it possible to create new parameters for the scheduler picklist that can add a date extension to the filename in the format we want? I would think that there must be some way to customize the file extension mask behind the scenes in Crystal 10.
    Thanks in advance for your help.

    Hi Raafje,
    Like I've already discussed in my Blog ,Using Date Expressions on Filenames of Burst Query has its own limitations. This date expression that you have tried for sysdate-1 (%d-1%m%y) will not hold good to the requirement. Anyways you can resolve the issue using other work arounds.
    Method I (Using CAST and DATE Functions)
    1.Previous Day -> CAST(DAYOFMONTH(TIMESTAMPADD(SQL_TSI_DAY, -1, CURRENT_DATE)) AS CHAR)
    2.Month of Previous Day -> CAST(MONTH(TIMESTAMPADD(SQL_TSI_DAY, -1, CURRENT_DATE ) ) AS CHAR)
    3.Year of Previous Day -> CAST(YEAR(TIMESTAMPADD(SQL_TSI_DAY, -1, CURRENT_DATE)) AS CHAR)
    Sample Code
    +'ReportName'||'-'||CAST( DAYOFMONTH(TIMESTAMPADD(SQL_TSI_DAY, -1, CURRENT_DATE)) AS CHAR)||'-'||CAST(MONTH(TIMESTAMPADD(SQL_TSI_DAY, -1, CURRENT_DATE ) ) AS CHAR)||'-'||CAST( YEAR(TIMESTAMPADD(SQL_TSI_DAY, -1, CURRENT_DATE)) AS CHAR)||'.pdf'+
    Method II (Using Server Variables)
    1. Create a Dynamic Repository Variable like Previous_Date(Non-System Session variables can also be used)
    2. Create a Initialization blocks
    In Data Source Section - Edit Data Source and place the below query
    Select TO_CHAR(SYSDATE-1,'MM/DD/YYYY')
    FROM Dual (you can use any date format as required)
    3. In Variable Target Section
    Edit Target -
    Give the Name as Previous_Date (as you created in Step1) and Enable the Radio Button as Dynamic
    Place date in Default Value like '9/22/2010'
    4. Now use this Repository Variable in the filename parameter of the burst query as VALUEOF("Previous_Date") for Repository Variable
    and VALUEOF(NQ_SESSION.Previous_Date) in case you have created a session variable for the query
    Thanks & Regards,
    Goushalya
    http://obiee-bip.blogspot.com/2010/05/dynamic-delivery-file-naming-in-bi.html
    Edited by: Goushalya on Sep 29, 2011 7:09 AM

  • QUERY REGARDING INFINITY DATA EXTENSION

    Im having Bt Infinity installed on thursday and I want to have Hub in the room upstairs where the pc is located.My master socket is downstairs in the hall. Im very confused after reading some entries on this forum. Is their a charge for installing the data extension kit or is it part of the free install ?? http://bt.custhelp.com/app/answers/detail/a_id/965​2   The information on this link seems to suggest their is a fee for any internal wiring work undertaken (data or telephone extensions). Is their any of the mods who can give me a definitive yes or no regarding a charge for this. Thanks

    I had Infinity installed last week with a similar setup to what you describe. The OR guy made the existing extension socket upstairs the master and the downstairs socket which was the master an extension. He used a spare pair of cores in the existing extension cable to do this so no additional wiring as such was required. Everything works just as it should.

Maybe you are looking for

  • VMS Integration with CRM System

    Dear All, I need help in the area of VMS Integration with CRM 5.0 system and the necessary settings for this.  Here VMS is going to be the Back-end system for CRM and the Data Flow between CRM and VMS vise versa.  We are using IC winclient as a chann

  • Sync to PC and Mac?

    Alright, I have a bit of a situation here. I'm wanting to get an iPhone to manage everything. All of my music, photos and videos are on my MacBook Pro at home. I also have email there as well. At work, we use Windows XP, Office 2004 and 2007. Is it p

  • Oracle 10g and 11G on RHEL 6

    Hi, Is it fine to install oracle 10g and 11g on RHEL 6? Please guide!! thanks

  • Help! Safari tab lost

    hello. how do i show the tab toolbar on safari? coz i accidentally deleted it yesterday.. i tried hiding ang showing the toolbar nothing works. then i tried preferences, it still didn't show.. i cant even search or type anything coz there's no toolba

  • CD stuck in intel iMac

    this is our family mac, and sombody recently put a music cd in the drive to upload to iTunes, it worked fine until it wouldnt eject. It would try to eject the disc, but then would never come out, eventually it stopped recognizing the disc completely,