List of the datasources (ECC 6)

Hi,
I just would get the list of all the datasources from the Business content (for ECC 6). I would put them in an Excel sheet (technical name + description).
Is there a table in SE16 with all the datasources?
Or does it exist a documentation with directly all the datasources in one page?
I still know the transaction RSA5... But it's hard to copy all the datasources in an Excel sheet
Thanks for your help,
Regards,
Vince.

Use tables ROOSOURCE for the datasources - search with OBJVERS=D and ROOOSOURCET will give you the descriptions...

Similar Messages

  • Upload Error, How do you identify the datasource in BI & ECC?

    Hi BI Experts,
    Hope you can help me on this.
    We are using BI content to extract & model the data in BI.  For the asset accounting infoarea, we had an unusual dataload.  It should update around 10,000 records every day.  In this instance there was 500,000 records & eventually the load failed when updating the cube.
    I want to investigate why there were so many records.  I hoped to check the datasource & check also ECC.  But unfortunately I have no experience in data extraction, so I am not clear where to start.
    Have you any suggestions on an approach to finding out why there were so many records?
    Thanks very much
    Michelle

    Thanks very much for your repsonse Francisco,
    When I choose RSA3 I am faced with settings screen which has automatically populated as follows;
    Request ID - TEST
    Data Records/Calls 10
    Display Extr. Calls 10
    Update Mode F
    Execution Mode,
    Debug not ticked
    Auth Trace not ticked
    In the Selection Table below, I wish to choose just Period 6, 2011.  As this is the restriction on the infopackage.
    I have tried to run this with various entries but it doesn't seem to return data, what should I enter in these selections please,
    Thanks Francisco,
    Michelle

  • How to list the datasources without use a tnsnames.ora file?

    Hi,
    I want to use the OracleDataSourceEnumerator class of ODP.Net to list the datasources on which the user can connect.
    It's work with a tnsnames.ora on the local station, so good.
    But I want use the easy connect naming methode so i have edited the sqlnet.ora file with this:
    NAMES.DIRECTORY_PATH= (EZCONNECT, TNSNAMES)
    then i have deleted the content of the tnsnames.ora
    so my code don't work : none datasource is returned by the OracleDataSourceEnumerator
    So my question : is it a way to list the datasources without use a tnsnames.ora file?
    Edited by: user13499556 on 17 déc. 2010 08:21

    You can check
    DataConnectionFile.EnumerateDependants method
    This post is my own opinion and does not necessarily reflect the opinion or view of Slalom.

  • ERROR WHILE ACTIVATING THE DATASOURCE

    Hi Experts,
    I'M WORKING ON BW3.0B.I'M GETTING  ERROR WHILE ACTIVATING THE DATASOURCE
    1. EVENT WITH ERRORS EXTRACT IN DATA SOURC 2LIS_11_VAHDR

    Hi,
    where you are getting error in ECC?. or in BW?. If it is already in use, then you need to clear all Queues and then try to activate it.
    Thanks
    Reddy

  • The DataSource with the JNDI name: MyDataSource could not be located.

    hi,
    I created a connection pool myconnectionpool and i create a data source MyDataSource with jndi name as mydsn.
    in my weblogic-cmp-rdbms-jar.xml i gave
    <data-source-name>MyDataSource</data-source-name> and
    When i deploy the bean i am getting following exception.
    Unable to deploy EJB: containerManaged from cmp7.jar:
    weblogic.ejb20.WLDeploymentException: The DataSource with the JNDI name: MyDataSource could not be located. Please ensure that the DataSource has been deployed successfully and that the JNDI name in your EJB Deployment descriptor is correct.
         at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.setup(RDBMSPersistenceManager.java:128)
         at weblogic.ejb20.manager.BaseEntityManager.setupPM(BaseEntityManager.java:213)
         at weblogic.ejb20.manager.BaseEntityManager.setup(BaseEntityManager.java:185)
         at weblogic.ejb20.manager.DBManager.setup(DBManager.java:160)
         at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.deploy(ClientDrivenBeanInfoImpl.java:928)
         at weblogic.ejb20.deployer.EJBDeployer.activate(EJBDeployer.java:1216)
         at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:850)
         at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:70)
         at weblogic.j2ee.Application.addComponent(Application.java:253)
         at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:144)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:364)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:301)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:255)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:206)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:716)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:698)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:380)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:902)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:480)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:208)
         at $Proxy34.updateDeployments(Unknown Source)
         at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:3724)
         at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments(SlaveDeployer.java:1584)
         at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:337)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:233)
         at weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:61)
         at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:852)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:273)
         at weblogic.Server.main(Server.java:33)
    Where i went wrong?
    Thanks in advance
    phani

    Hi ,
    I have the same problem .when i look into JNDI tree view the jndi name is listed. but it saying error below listed.
    my
    ejb-name:=containerManaged
    datasourcename=EX_DataSource
    jndi-name=EX_JNDI
    <Feb 14, 2005 3:10:08 PM IST> <Error> <Deployer> <149231> <The slave deployer was unable to set the activatio
    true for the application EX_Container
    weblogic.management.ApplicationException: activate failed forEX_Container
    Module Name: EX_Container, Error: Exception activating module: EJBModule(EX_Container,status=PREPARED)
    Unable to deploy EJB: containerManaged from EX_Container.jar:
    The DataSource with the JNDI name: EX_DataSource could not be located. Please ensure that the DataSource has
    ed successfully and that the JNDI name in your EJB Deployment descriptor is correct.
    TargetException:
    Unable to deploy EJB: containerManaged from EX_Container.jar:
    The DataSource with the JNDI name: EX_DataSource could not be located. Please ensure that the DataSource has
    ed successfully and that the JNDI name in your EJB Deployment descriptor is correct.
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1093)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1022)
    at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:376)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLife
    ava:235)
    at weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:65)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:832)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:300)
    at weblogic.Server.main(Server.java:32)
    my weblogic-ejb-jar.xml
    <?xml version="1.0"?>
    <!DOCTYPE weblogic-ejb-jar PUBLIC
    '-//BEA Systems, Inc.//DTD WebLogic 7.0.0 EJB//EN'
    'http://www.bea.com/servers/wls700/dtd/weblogic-ejb-jar.dtd'>
    <weblogic-ejb-jar>
    <weblogic-enterprise-bean>
    <ejb-name>containerManaged</ejb-name>
    <entity-descriptor>
    <persistence>
         <persistence-use>
         <type-identifier>WebLogic_CMP_RDBMS</type-identifier>
         <type-version>7.0</type-version>
         <type-storage>META-INF/weblogic-cmp-rdbms-jar.xml</type-storage>
         </persistence-use>
    </persistence>
    </entity-descriptor>
    <jndi-name>EX_JNDI</jndi-name>
    </weblogic-enterprise-bean>
    </weblogic-ejb-jar>
    <?xml version="1.0"?>
    <!DOCTYPE weblogic-rdbms-jar PUBLIC
    '-//BEA Systems, Inc.//DTD WebLogic 7.0.0 EJB RDBMS Persistence//EN'
    'http://www.bea.com/servers/wls700/dtd/weblogic-rdbms20-persistence-700.dtd'>
    weblogic-cmp-rdbms-jar.xml file
    <weblogic-rdbms-jar>
    <weblogic-rdbms-bean>
    <ejb-name>containerManaged</ejb-name>
    <data-source-name>EX_DataSource</data-source-name>
    <table-map>
    <table-name>ejbAccounts</table-name>
    <field-map>
    <cmp-field>accountId</cmp-field>
    <dbms-column>id</dbms-column>
    </field-map>
    <field-map>
    <cmp-field>balance</cmp-field>
    <dbms-column>bal</dbms-column>
    </field-map>
    <field-map>
    <cmp-field>accountType</cmp-field>
    <dbms-column>type</dbms-column>
    </field-map>
    </table-map>
    </weblogic-rdbms-bean>
    <create-default-dbms-tables>DropAndCreateAlways</create-default-dbms-tables>
    </weblogic-rdbms-jar>
    ejb-jar.xml
    <?xml version="1.0"?>
    <!DOCTYPE ejb-jar PUBLIC
    "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN"
    "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
    <ejb-jar>
    <enterprise-beans>
    <entity>
    <ejb-name>containerManaged</ejb-name>
    <home>containerBN.EX.AccountHome</home>
    <remote>containerBN.EX.Account</remote>
    <ejb-class>containerBN.EX.AccountBean</ejb-class>
    <persistence-type>Container</persistence-type>
    <prim-key-class>java.lang.String</prim-key-class>
    <reentrant>False</reentrant>
    <cmp-version>2.x</cmp-version>
    <abstract-schema-name>AccountBean</abstract-schema-name>
    <cmp-field>
    <field-name>accountId</field-name>
    </cmp-field>
    <cmp-field>
    <field-name>balance</field-name>
    </cmp-field>
    <cmp-field>
    <field-name>accountType</field-name>
    </cmp-field>
    <primkey-field>accountId</primkey-field>
    <query>
    <query-method>
    <method-name>findBigAccounts</method-name>
    <method-params>
    <method-param>double</method-param>
    </method-params>
    </query-method>
    <ejb-ql>
    <![CDATA[SELECT OBJECT(a) FROM AccountBean AS a WHERE a.balance > ?1]]>
    </ejb-ql>
    </query>
    <query>
    <query-method>
    <method-name>findAccount</method-name>
    <method-params>
    <method-param>double</method-param>
    </method-params>
    </query-method>
    <ejb-ql>
    <![CDATA[SELECT OBJECT(a) FROM AccountBean AS a WHERE a.balance = ?1]]>
    </ejb-ql>
    </query>
    <query>
    <query-method>
    <method-name>findNullAccounts</method-name>
    <method-params>
    </method-params>
    </query-method>
    <ejb-ql>
    <![CDATA[SELECT OBJECT(a) FROM AccountBean AS a WHERE a.accountType IS NULL]]>
    </ejb-ql>
    </query>
    </entity>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
    <method>
    <ejb-name>containerManaged</ejb-name>
         <method-name>*</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    <ejb-client-jar>EX_Container.jar</ejb-client-jar>
    </ejb-jar>
    pls lhelp me .
    my email id: [email protected]
    thanks in advance.
    Sudhakar.M

  • I want to use the DATASOURCE  0SEM_BCS_10

    Hi All,
    I want to use the DATASOURCE  0SEM_BCS_10.
    I  activated the datasource in R/3 SAP ECC 6.0, but when in tried to to check the extrtactionin Transaction RSA3, I go no records for this datasource.
    Is there any other setttings to be done before we extract please suggest.
    WE are on SAP ECC 6.0 with support patch 14 and on BI we are on BI 7.0 with support patch 20.
    Thanks in advance.
    Nilesh Labde

    Hi,
    You would need to fill the setup tables of the datasource before extracting the data in RSA3.
    The setup table can be filled through transaction SBIW.
    regards,
    Mahesh.

  • Unable to view table fields of Table/view while generating the Datasource

    Hi,
    I am using DB Connect to connect to DB6 DB and i am using BW 3.5 with Oracle DB.
    I have DB6 DB listed in the Source system under RSA1 and i am trying to generate the Datasource.
    If i goto RSA1--> Source system --> Right click on the source system -->Select database tables --> Select tables & views and execute DB connect for Logical sys --> Select Product DB and Click on Edit Datasource --> Nothing really happens....!!!!
    Can anyone please help me ..........

    Hi,
    Thank you for the quick response.
    Yes, the connection is fine coz earlier we had issues with the connection and the Source system did not get reflected under the source system list in RSA1.
    Now, i just to confirm i did Click on the CHECK button when u right click on the source system and it did not give any error.
    When i right click on the source system and click on "SELECT DATABASE TABLES" and when i click on the execute button in the "DB Connect : Select tables and views(Object Catalog) Screen , i can see a view.
    The problem i am facing is when i select the view and select EDIT DATASOURCE nothing actually happens.
    kindly help.
    With Regards,
    Priyanka Ravishankar

  • An error has occurred in the system "ECC" while copying the document

    Hello Experts,
    When I'm creating service orders in CRM UI and saving them I'm receiving this error:
    An error has occurred in the system "ECC" while copying the document
    Details:
    An error has occurred in the system "ECC" while copying the document
    Message no. CRM_ORDER_MISC 020
    Diagnosis
    Errors have occurred while transferring the document into another system. Refer to the enclosed log to view the error messages.
    Transmission log
    Error occurred during determination of profitability segment (Notification E IAOM 025)
    Profit center for CRM integration not found (Notification E KECRMPCA 001)
    Error occurred during determination of profitability segment (Notification E IAOM 025)
    Account assignment error in internal order K1153000004111 for position 2000000990/0000000020 (Notification E C( 321)
    Regarding to the account assignement, we developed a field to input Accounts IDS for WBS.
    This field has a customization table related which allows to visualize in a dropdown list the allowed WBS ID per user according to the entries in the table.
    Also, In the Service Order there is one status that triggers an action that creates a Sales Order in CRM that is replicated in ECC, but since I have this error Sales order is not being replicated in ECC.
    Any ideas?
    Kindly Regards,

    HI,
    Please check these threads:
    CRM-COPA- An error occurred in system EEPCLNTXXX during account assignment
    http://www.riderspider.com/2010/11/error-error-occured-in-system-dv1cltecc.html#more
    Denis.

  • Setting required to create Business partner record in SAP GTS for the customer who transferred from the SAP ECC system

    Dear Experts,
    Can you please suggest me list of activities require to automatically  create Business partner record in SAP GTS for the customer who transferred from the SAP ECC system .
    i.e If I create the customer master record and transfer the same CMR to SAP GTS , what are the setting requires to maintain in SAP GTS sytem to automatically create the Business partner .
    Ram

    Hi Raghu,
    Below are the main settings required to enable you to transfer Customer Master Data to SAP GTS. Please note that their is a difference between, Customer Master Record and Customer Master Data in terms of data and for GTS, we transfer Customer Master Data. Hence, below are the settings required:-
    In SAP ECC system:-
    Activate the change pointers for Customer Master Data apart from enabling basic connection settings.
    Schedule a job to run at regular intervals to transfer all the customer master data for the available change pointers to the SAP GTS system
      2.  In SAP GTS system:-
    Maintain the Mapping for ECC Customers to SAP GTS Business Partners in the General settings area of the SPRO in SAP GTS system
    Ensure that the Number range is maintained for those GTS  Business Partners.
    Also, some time you may be required to maintain the organisational structure to ensure full working.
    I hope this will be helpful to you.
    Regards,
    Aman

  • Appended Field is not visible repectively listet in the DataSource

    Hi,
    I've ran into a problem which I'm unable to solve. Maybe you can give me a hint.
    I've appended a DataSource (0EC_PCA_3) in SAP R3 4.7 by using RSA6 clicking on the extract structure and using the append structure function.
    After that the appended field is listed (in a different color) in the extract structure.
    In the next step I've activated the extract structure.
    When I went back to RSA6 and took a look at the DataSource the new field isn't listet in the field list.
    At this point I don't know what went wrong. So please let me know if you got an idea to solve this issue.
    Regards
    Axel

    Hi Gaurav,
    thanks for your hint to deactivate and activate. Maybe it led us to the right track for the solution.
    I'm not able to reactivate my BADI-Implementation.
    When I search the internet according to the error message:
    Field "C_T_DATA" is unknown. It is neigther in one of the specific tables nor defined by a "DATA" statement.
    Every answer says that the implementation should be activated anyway, what works for the implementing class, but not for the implementation itself.
    I've done the implementation according to this manual:
    [url] http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3001894b-b1fb-2910-77ba-e80b6f2053b7?quicklink=index&overridelayout=true
    I don't know how to fix this error either. The source code I used is the same used in this manual (simple approach page 11) but with differnet table and fields.
    Edited by: Axel M. on Aug 19, 2011 3:34 PM

  • There are still no BW systems  connected to the Datasource

    Hi All,
    We are currently implementing BW retail project and trying to retrieve POS data using IDOCs through PIPE but we are facing a problem when we try to process idoc from POS workbench (/POSDW/MON0).We are  sending idocs(WBUPON- POS interface: Upload sales docs (receipts) non-aggregated)  using transaction we19 and then when we go to the POS workbench and try to process related idocs choosing supply bw immediately ...etc option after this we are getting the following error with a message class RSQU and message no 10.
    <b>There are still no BW systems  connected to the Datasource</b> I am working on BW  side with datasources such as  2LIS_43_poscas and 2LIS_44_posrec.
    Our system is SAP BI 7.0 with support package level 12.Can you please suggest something on this problem
    Is there anyone who has experienced  this kind of problem.Could you please give a look and share your solutions with me OR can somenone show how to transfer pos data into BW system.
    Waiting for rewarding points for good answers.
    Thanks in Advance,
    Regards,
    #Bill J.

    Satish ,
    Thank you very much for the answer but my r3 system is ecc 5.0 so this note is suitable for it ? What else can you suggest related to this problem ?
    Thanks & Regards,
    #Bill J.

  • How to find the Datasource,ODS,InfoCube by a field of a R3 table

    Hey Folks!
    I'm trying to find the Datasource,ODS,InfoCube by a field of a R3 table.
    It means I want to get the Datasource,ODS,InfoCube which contain the field I wanted.
    I did the following steps, Please correct me if I'm wrong.
    1. I use table RSOSFIELDMAP to get the related Datasource and infoobject by field I wanted.
    2. Then I use the infoobject of filed which I get from step1 to get the related ODS in the table RSDODSOIOBJ.
    3. I also use the infoobject filed which I get from step1 to get the related InfoCube in the table RSDCUBEIOBJ.
    But I have concern about the way I search the ODS and InfoCube.
    Could somebody help me on it?
    Thanks.

    Hi Ihdai,
    1) In step1  what you are doing is good...that table gives the mapping of the source fields in DataSources.
    2) One if you know the InfoObject Name....Open the InfoObject definition...
        and click on the  "Multiple Arrow" button which gives "Where used list"...
        That is a better way to get the list..
    3) You can use the tables also.
    Regards, BB

  • How can I display the holiday list in the portal

    System
    ECC 6.0
    EP 7.0
    ESS/MSS 1.0
    how can I display the holiday list in the portal.
    There will be a holiday list created by the ABAP-er in ECC, how can I include it in the portal?

    Hi,
    Create a WebDynpro Iview to create a simple application that pulls information from the RFM(that you has ABAPer created).
    Start from <a href="https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d#backend">Here</a>
    (Or)
    To get an idea, download the world time BP from below link. It has calender with holidays displayed.
    http://www.sweetlets.com/world_times_preview.html
    Regards,
    N.

  • Unable to find the Datasource

    Hi Gurus,
    I'm working on HR module. In BI there is an infoobject 0AGE which can have only Hierarchy Master Data, but when I want to extract data for the respective Master Data from ECC 6.0, I couldn't locate the Datasource for that. Can you guyz help me with what could be the problem that I'm not able to find the Datasource for 0AGE.
       (Note:- All the available Datasources for BI were successfully transfered in RSA5 and activated(RSA6) ).
    Waiting for Optimistic reply.
    Thanks & Regards,
    Syed Ali

    Hello,
    InfoSource : Age in Years (Characteristic)
    Technical name: 0AGE
    Use
    This InfoSource yields information on employeesu2019 age in years.
    A hierarchy is defined for the characteristic 0AGE. You can define this hierarchy manually yourself or by using a CSV file.
    You can define your own hierarchies (manually). You can determine intervals within the structure as required, for example, in five-year intervals (25 - 29 years, 30 - 34 years, etc.) Therefore, the age structure that you define yourself offers advantages over the fixed age structure of the Age Range characteristic (0AGE_RANGE).
    For example, you can use the hierarchy to display the age structure of your enterprise as follows:
    < 20 x < 20
    20 - 24 20 £ x £ 24
    25 - 29 25 £ x £ 29
    30 - 34 30 £ x £ 34
    35 - 39 35 £ x £ 39
    You can also upload the hierarchy using the CSV file delivered by SAP. To do so, proceed as follows:
    In the Administrator Workbench, choose the Source system tab page.
    Right click the top Source systems node and choose Create source system.
    In the Select Source System Type dialog box, select File system, manual metadata, data using file interface.
    In the Create Source System dialog box, enter AGE_File in the Source system field, and Age in Years in the Name of source system field. Confirm your entries.
    Choose the InfoSources tab page.
    Right click the higher Master data in Personnel Administration node and choose Create InfoSource.
    In the Create InfoSource: Select Type dialog box, select Master data / texts / hierarchies. Confirm your entry.
    In the Create InfoSource (Master Data) dialog box, enter 0AGE in the InfoObject field. Confirm your entry.
    Right click the lower Age in Years node and to choose Assign source system.
    In the Master Data InfoSource: Assign Source System dialog box, enter AGE_File in the Source system field. Confirm your entry.
    On the Maintain Metadata screen, choose Create hier. (create hierarchy).
    In the Create Hierarchy - Name dialog box, enter AGE in the Hierarchy name field, Age in Years (Hierarchy) in the Long description field, and an X in the Sorted hierarchy and Interval fields. Confirm your entries.
    Choose Save hier. (save hierarchy), followed by Save and Close.
    Right click the lower Age in Years (Hierarchy) node and choose Create InfoPackage.
    In the Create InfoPackage dialog box, enter a description as required in the Long description field. Confirm your entry.
    On the Scheduler (Maintain InfoPackage) screen, choose the External data tab page.
    In the Load external data from group box, select Application server. In the File type (if control file is switched off) group box, select CSV file.
    In the File name field, enter AGE_D.CSV for German node texts and AGE_E.CSV for English node texts. Save your entries.
    Thanks
    Chandran

  • How to get the blog site list in the sitecollection

    In this dt.rows.add(actor.contenturi) im getting all the follwing sites.but i need to get subsites list.(post is a default list in all blog list.  In this code im getting current users followed blog, (I got what are sites the user is following). I have to get the post list in this blog site collection. Tell me the approach to get the list. using System;
    using System.ComponentModel;
    using System.Web.UI.WebControls.WebParts;
    using Microsoft.Office.Server.UserProfiles;
    using Microsoft.SharePoint;
    using Microsoft.Office.Server.Social;
    using System.Data;
    using System.Web.UI.WebControls;
    namespace VisualWebPartProject1.VisualWebPart1
    [ToolboxItemAttribute(false)]
    public partial class VisualWebPart1 : WebPart
    // Uncomment the following SecurityPermission attribute only when doing Performance Profiling using
    // the Instrumentation method, and then remove the SecurityPermission attribute when the code is ready
    // for production. Because the SecurityPermission attribute bypasses the security check for callers of
    // your constructor, it's not recommended for production purposes.
    // [System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Assert, UnmanagedCode = true)]
    public VisualWebPart1()
    protected override void OnInit(EventArgs e)
    base.OnInit(e);
    InitializeControl();
    DataTable dt = new DataTable();
    protected void Page_Load(object sender, EventArgs e)
    using (SPSite spSite = new SPSite("/sites/testBlog"))
    using (SPWeb spWeb = spSite.OpenWeb())
    dt.Columns.Add("URl",typeof(string));
    SPUser currentuser = spWeb.CurrentUser;
    SPServiceContext context = SPServiceContext.GetContext(spSite);
    UserProfileManager upm = new UserProfileManager(context);
    UserProfile profile = upm.GetUserProfile(currentuser.LoginName);
    SPSocialFollowingManager followmanager = new SPSocialFollowingManager(profile);
    followedsites = followmanager.GetFollowed(SPSocialActorTypes.Sites);
    foreach (SPSocialActor actor in followedsites)
    dt.Rows.Add(actor.ContentUri);
    GridView1.DataSource = dt;
    GridView1.DataBind();
    Controls.Add(GridView1);
    public SPSocialActor[] follwedsites { get; set; }
    public SPSocialActor[] followedsites { get; set; }
    }

    Hi,
    According to your description, you want to get the post list in the blog site collection.
    It could be achieved using SPList Object. You can get the list by the list title or list URL. The default name of post list is “Posts”.
    Here is a code snippet for your reference:
                using (SPSite site=new SPSite("your site url"))
                    SPWeb web = site.OpenWeb();
                    SPList list = web.Lists.TryGetList("Posts");
                    Console.WriteLine(list.Items.Count);
    Refer:
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spweb.getlist.aspx
    Feel free to reply if there are still any questions.
    Best regards
    Patrick Liang
    TechNet Community Support

Maybe you are looking for