UDC Source object

I am trying to create a UD data source in BI 7.0. One of the parameters in the data creation screen is UDC source object.
1) Would someone help me to understand what this object is and where should I create or exists?
2) When I hit in F4 in this filed, I am getting the following error.
Error while extracting UD Connect source objects: UDCADAPTERROR::RSSDK|100|Cannot open the connectio
Message no. RSDS_ACCESS031
How would I fix this error?
Thanks
Saravana

Hi ,
I am also  facing the same issue.
I am creating the UD Connect Datasource for Transaction data.
I have installed the JDBC Drivers and my J2EE engine is working fine.
While creating the Datasource in BI its giving the below error.
Error while extracting field list of UD Connect object: UDCADAPTERROR::RSSDK|200|Cannot open the connection.
I checked my J2EE RFC connection and it was working fine.
Did i went wrong any where in the flow.
Thanks
Aravinda

Similar Messages

  • Access Subform - Can the Subforms Source Object be defined by an SQL SP result set?

    Hi Guys,
    I can't clearly answer this question with a yes or no.
    I have an Access Sub Form that I am populating with a record set from a Store Procedure. Fairly early on I discovered that for this to work correctly the Source Object for the Sub Form Control must be set first, and most examples (including a working version
    of my own) achieve this by defining an Access Query and setting the Source Object to this.
    What I would really like to do is define the Source Object using the results of a SQL Store Procedure using ONLY code within VBA.
    Now before anyone starts providing alternatives "why don't you just..."  I'm noting now that I have a semi complex solution that makes most non-VBA based approaches ineffective. While it does work at present with an Access Query I'm needing
    to make the result set more dynamic meaning in future I will not know how many columns will be returned or the name of them, only the SP will have this information.
    Thanks in advance!

    Well after much trial and error I've got something which does what I want, although I'm not thrilled that I couldn't do this via my existing ADODB connections, in any case example provided below;
        Dim db As DAO.Database
        Dim qdf As New DAO.QueryDef
        Set db = CurrentDb()
       'qryMyTest refers to a dummy Access query (non pass through). 
        With db.QueryDefs("qryMyTest")
            .Connect = CurrentDb.TableDefs("tblSomeTestSQLTable").Connect
            .SQL = "exec sp_MyTestSP"
            Me.subfrmTest1.SourceObject = "Query.qryMyTest"
        End With   
        Set qdf = Nothing
    I've also marked your response Alphonse as an answer as it lead me onto the right path.

  • Crystal report for visual studio 2010 data source object is not valid error

    Hello,
    I receive an "data source object is not valid" error when I want to print one CR document after setting an ADODB.Recordset on SetDataSource method of my report.
    On my developer station, this operation works without problem but on client station, I get this error.
    The redistributable package for client is installed on client side (CRRuntime_32bit_13_0_1.msi).
    Can someone help me?
    Thank you.

    Thank's for your answers
    Dim rsPkLst As ADODB.Recordset = Nothing
    Dim report As New crPickingList
    ' Fill ADODB.Recordset with SQL Statment
    If rsPkLst.RecordCount > 0 Then
          report.SetDataSource(rsPkLst) ' Error : The data source object is invalid
    EndIf
    This error appears during  "report.SetDataSource(rsPkLst)" instruction.
    ADODB drivers are already installed and my ADODB.Recordset is filled with good records.
    This project is an updated project from Visual Studio 2003 to Visual studio 2010 and the old version was running fine.
    Developer and client station runs under Windows XP SP3.
    On developer side I install CRforVS_13_0_1 (BuildVersion=13.0.1.220.Cortez_CR4VS).
    On client side I install CRRuntime_32bit_13_0_1.msi.
    Both stations use Microsoft .Net Framework 4.
    Move to ADO.NET is a solution but, for the moment, I do not have the time to change all applications from my company.
    (I get this error from all application updated from VS 2003 to VS 2010 developed since 2005)
    David.

  • Error: Derivation Source object, DIMENSION_NAME , is not correctly bound

    Hi,
    I have installed Oracle Database 10g Enterprise Edition Release 10.2.0.1.0
    and OWB 10.2.0.1.0 on Windows XP Professional.
    I've created a simple MOLAP dimension with a default hierarchy and one level within it.
    I've maped it to source table, deployed and loaded it. I can see its data.
    Description of dimension:
    Configuration
    Deployable: yes
    Deployment options: Deploy to Catalog only
    Storage
    MOLAP
    Generate surrogate keys in the analytic workspace
    Attributes
    NAME::IDENTIFIER::DATA TYPE::LENGTH
    ID::NULL::VARCHAR2::25
    CODE::Business::VARCHAR2::32
    NAME::NULL::VARCHAR2:255
    Problem:
    When I trying to derive definitions I receive an error in wizard: Derivation Source object, <DIMENSION_NAME>, is not correctly bound.
    As result, there are no business definitions there.
    This problem goes with all my MOLAP dimensions.
    Please, maybe somebody faced with this trouble...

    Hi,
    Are you trying to Derive this into the Business Defintions area? In that case, this is not supported. For MOLAP objects you can use Discoverer and use an OLAP connection, then you will see your dimensions as query objects.
    Derive only works for relational objects (e.g. ROLAP storage), and that is why you get that error (not bound) as the MOLAP object is not bound to a table.
    Jean-Pierre

  • BusinessObjects Explorer The creation of the data source object tree failed

    Hi,
    I'm trying to create a new information space in BusinessObjects Explorer 4.0.  When I select the Universe I want to use and click "New" Information Space I get the following error.
    Failed to retrieve the data source details.
    The creation of the data source object tree failed.
    I'm just using a local installation, BI Platform 4.0, Client Tools, and Explorer are all installed on my Windows 7 machine.  It's intended to be a demo environment.
    Any guidance would be appreciated!
    Jeff

    Hi Jeff,
    first of all BI4 Enterprise is not supported on Windows 7 and it may not work properly for various reasons.
    But you can give this a try:
    Update the command line parametres of each of the Explorer Services to use a different value for the connection server libraries
    The changes are made to the command line of each of the Explorer services
    - Master
    - Exploration
    - Indexing
    - Search
    Remove the following from the command line parameters of the existing Explorer services
    -connectivity_dir "C:/Program Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0//dataAccess/connectionServer"
    Example of the original Explorer Master server command line parameters:
    -Djava.awt.headless=true -Dosgi.configuration.area=configuration.BI40.ExplorerMasterServer1 -server -XX:MaxPermSize=256m -Dosgi.clean=true -Xmx1g -jar plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar -loggingPath "C:/Program Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0/logging/" -connectivity_dir "C:/Program Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0//dataAccess/connectionServer" -serverkind explorerMaster
    And update the server command line parameters with the following:
    "-Dbusinessobjects.connectivity.directory=C:/Program Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0//dataAccess/connectionServer"
    Example of an updated Explorer Master server command line parameters:
    -Djava.awt.headless=true -Dosgi.configuration.area=configuration.BI40.ExplorerMasterServer -server -XX:MaxPermSize=256m -Dosgi.clean=true -Xmx1g -jar plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar -loggingPath "C:/Program Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0/logging/" -Dbusinessobjects.connectivity.directory="C:/Program Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0//dataAccess/connectionServer" -serverkind explorerMaster

  • Error When Extracting the UD Connect Source Objects

    Hi,
    I am working on UD Connect to extract data from an external Oracle Database System. I have done all the required configurations from the Visual Admin and BI side.
    When I click on F4 help on 'UD Connect Source Object' in the 'Extraction' tab of Application Component, I am getting a message " Extraction of existing UD Connect data source objects". But, the message reamains the same forever. I mean, the source objects(tables) are not displayed.
    Message no. RSDS_ACCESS030
    But, this is working fine in the Web.
    1) We have tested the BI JDBC Connector using the URL:
    http://xxxabcdev03:50000/TestJDBC_Web/TestJDBCPage.jsp
    We got the list of tables displayed, implies connector is configured properly.
    2) When we are trying to configure the Source system in rsa1->modelling->source systems-> UD connect -> create,
    following are the values given:
    a) RFC: The RFC we have created from BW to Java.
    b)Logical System Name: We have manually typed in free text 'UDC_local'. Could you please clarify do we need to type in manually or select the logical system name from the F4 help?
    Which logical system name should we enter here exactly.. pls clarify.
    Do we have a seperate logical system name for the J2EE server...?
    c) Type of Connector : JDBC
    d) name of connector: SDK_JDBC
    e) Source system name: SDK_JDBC
    f) Type and Release : blank
    Please clarify, if we went wrong anywhere.
    Regards,
    Srinivas.

    Hi Srinivas,
    even i am facing the same problem,had you resolved it,if so pls help me out in resolving
    i have been in the same approach and even i am not clear with the logical system name(i have give a generic name) and even i tried given with the bi logical system name but it shows source system has got the same name as bi.
    i got struck there,pls guide me
    thanks in advance.

  • Trusted source Object Reconciliation Mapping for act_key - 11g Realease2

    Hi all,
    I have defined Trusted Source object for trusted reconciliation(from design consolw) and then created a process where I did the attribute mappings for reconciliation. I know that act_key is required field and coresponds to Organizations.Key. For my trusted source how I can define and map this attribute? Any help is strongly appreciated..
    Thanks in advance,
    BR
    Aliye

    I am developping a custom connector, I did the following :
    1. Create trusted RO from design console, defined the recon attributes.
    2. Created process for my RO from design console and did the recon mappings.
    3. Created a Recon Rule for my RO from design console and defined the recon rule.
    4. Developed a scheduled task where I get the data from the trusted system and fire recon event.
    The code to fire rocon event is below:
    ReconOperationsService recObject = Platform.getService(ReconOperationsService.class);
         PBSBean resourceData = (PBSBean)object;
         Map<String,Object> params = new HashMap<String,Object>();
         params.put(AttributeConstants.TCMB.ADI, resourceData.getName());
         params.put(AttributeConstants.TCMB.CALISMADURUMKODU, resourceData.getCalismDurumKodu());
         params.put(AttributeConstants.TCMB.CALISMADURUMU, resourceData.getCalismaDurumu());
         params.put(AttributeConstants.TCMB.IMZAYETKISI, resourceData.getImzaYetkisi());
         params.put(AttributeConstants.TCMB.SICIL, resourceData.getSicil());
         params.put(AttributeConstants.TCMB.SIRANO, resourceData.getSiraNo());
         //params.put(AttributeConstants.TCMB.SONDEGISIM, resourceData.getSonDegisim());
         params.put(AttributeConstants.TCMB.SOYADI, resourceData.getSoyadi());
         params.put(AttributeConstants.TCMB.UNVAN, resourceData.getUnvan());
         params.put("Role", "Consultant");
         params.put("OrganizationName", "Xellerate Users");
         params.put("XellerateType", "End-User");
         params.put("DisplayName", resourceData.getName()+" "+resourceData.getSoyadi());
         long result = recObject.createReconciliationEvent("TCMB_PBS_TRUSTED", params, true);
    TCMB_PBS_TRUSTED is my RO
    After all when I run my job I get The error below, I thout it is because I have missed some required attr, but all are in there... Thanks for your help....
    Caused by: oracle.iam.reconciliation.exception.ConfigNotFoundException: Invalid Profile - TCMB_PBS_TRUSTED
    at oracle.iam.reconciliation.impl.config.CoreProfileManagerImpl$ProfileMarshaller.unMarshal(CoreProfileManagerImpl.java:521)
    at oracle.iam.reconciliation.impl.config.CoreProfileManagerImpl$ProfileMarshaller.unMarshal(CoreProfileManagerImpl.java:504)
    at oracle.iam.reconciliation.impl.config.CoreProfileManagerImpl$ProfileMarshaller.access$100(CoreProfileManagerImpl.java:454)
    at oracle.iam.reconciliation.impl.config.CoreProfileManagerImpl.readProfileFromXML(CoreProfileManagerImpl.java:411)
    at oracle.iam.reconciliation.impl.config.CoreProfileManagerImpl.getProfileFromMDS(CoreProfileManagerImpl.java:391)
    at oracle.iam.reconciliation.impl.config.CoreProfileManagerImpl.getProfile(CoreProfileManagerImpl.java:381)
    at oracle.iam.reconciliation.impl.config.ProfileManagerImpl.getProfile(ProfileManagerImpl.java:163)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy369.getProfile(Unknown Source)
    at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl.getProfile(ReconOperationsServiceImpl.java:2119)
    ... 86 more
    Caused by: javax.xml.bind.UnmarshalException
    - with linked exception:
    [org.xml.sax.SAXParseException: cvc-minLength-valid: Value '' with length = '0' is not facet-valid with respect to minLength '1' for type 'matchingRuleType'.]
    at javax.xml.bind.helpers.AbstractUnmarshallerImpl.createUnmarshalException(AbstractUnmarshallerImpl.java:315)
    at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.createUnmarshalException(UnmarshallerImpl.java:522)
    at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:334)
    at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:305)
    at javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:107)
    at oracle.iam.reconciliation.impl.config.CoreProfileManagerImpl$ProfileMarshaller.unMarshal(CoreProfileManagerImpl.java:512)

  • Assigning UD Connect Source Object to BW

    Hello,
    We are Facing an error " An error occurred in step 1 during generation of
    the function module" while we are trying to Generate DataSource Object via UD Connect Source Object.
    Connection with the UD connect is also Fine.
    Pointers regarding this would be really helpful.
    Regards,
    Mayank

    Hi
    We are trying to generate a FM through this Generation of dataSource.

  • Open source, object-oriented embedded database for J2ME

    For J2ME-based devices that require embedded data management, there is now an open source, object-oriented embedded database for J2ME called Perst Lite.
    Perst Lite can be downloaded as part of the Perst open source embedded database package, at
    http://www.mcobject.com/downloads.php?step=2&catID=4
    Cheers,
    Ted

    Spam blocked. As this user has only ever logged in here to post spam, the user account is blocked for a year.
    db

  • Enhydra  DODS - Open Source Object/Relational Mapping Tool from Enhydra

    Hi all,
    I just want to inform you that the final version 5.1 of DODS is released.
    Data Object Design Studio is an open source Object/Relational mapping tool.
    Based on XML data model descriptions (DOML files) SQL DDL, sophisticated Java O/R code and documentation (HTML, pdf, XMI) is generated automatically using a generator GUI, by Ant tasks or from within your IDE of choice (using Kelp).
    The generated Java code provides a lot of possibilities for runtime optimization (DO LRU caching, Query LRU caching, cache initialization, lazyloading,...).
    DODS can be used with or without the Enhydra application server.
    DODS Development Team
    Home page http://dods.enhydra.org
    Objectweb project http://forge.objectweb.org/projects/dods
    Download page http://forge.objectweb.org/project/showfiles.php?group_id=61

    Hi Davide,
    SAP doesn't have proprietary O/R tool but it supports JDO 1.0 standard and Entity Beans as part of J2EE 1.3.
    Regards,
    Avi

  • Microsoft Access Text Driver missing! and ...Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked server "(null)".

    In order to use OpenRowSet, I installded Microsoft Access Database Engine 2010. However, I could not find Microsoft Access Text Driver in Drivers of ODBC Data Source Administrator.  Could I get some help with that?
    Thank you very much!

    I am local admin and try to run the following script, but I got an error. Could anyone help me look at it?
    EXEC sp_configure 'show advanced options', 1
    go
    RECONFIGURE
    GO
    EXEC sp_configure 'ad hoc distributed queries', 1
    go
    RECONFIGURE
    GO
    SELECT * FROM OPENROWSET('MSDASQL',
    'Driver={Microsoft Access Text Driver (*.txt, *.csv)};
    DefaultDir=D:\;','SELECT * FROM Test.csv')
    Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
    Configuration option 'Ad Hoc Distributed Queries' changed from 1 to 1. Run the RECONFIGURE statement to install.
    OLE DB provider "MSDASQL" for linked server "(null)" returned message "[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified".
    Msg 7303, Level 16, State 1, Line 1
    Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked server "(null)".

  • Cannot initialize the data source object of OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "Excel_Test"

    Here,
    I have created a Linked Server Called Excel_Test And its working fine ( For Retrieving data from excel to Sql Server Database Table ) ...
    I have written a Stored Procedure for inserting data , When i Execute that stored procedure it is inserting data to Table Which i have
    given.
    And the data which is in table should be shown in the application,
    But, Am getting the following error.
    Cannot
    initialize the data source object of OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "Excel_Test".
     Please help me on this.
     Thanks in Advance....

    Even am able to retrieve the data from Sql Server management studio.
    The same retrieved data should be shown in the application (Dashbord).
    Query : Select * from OpenQuery(Excel_Test,'Select * from [Sheet1$]')
    Am getting the output excatly the data in the excel sheet.
    But when am opening that application where the above data should be shown am getting the below error.
    Cannot
    initialize the data source object of OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "Excel_Test".
     Is this error is because of problem in Dot Net Coding or in the linked server.
    Thanks in Advance.....

  • Cp8 How to make a drag source object re-appear after a correct answer?

    In other words, I want to re-use a drag source to multiple correct answers.
    At the moment the source object can be dragged to two drop targets, and each one works fine. However I want the user to be able to use the drag source again once he drags the object to one of the correct drop targets.
    Is it possible?
    Thanks!

    You will need multiple copies of that drag source in that case.

  • Cannot initialize the data source object of OLE DB provider "OraOLEDB.Oracl

    I have created a linked server in a SQL Server 2005 connecting to either an Oracle Database and a SQL Server 6.5 database and getting the following error for both links when trying to query using provider OraOLEDB.Oracle, please help.
    OLE DB provider "OraOLEDB.Oracle" for linked server "finprod3" returned message "ORA-12154: TNS:could not resolve the connect identifier specified".
    Msg 7303, Level 16, State 1, Line 1
    Cannot initialize the data source object of OLE DB provider "OraOLEDB.Oracle" for linked server "finprod3".

    What version of Oracle client software are you using? 32 bit or 64 bit? Is the OS 32 bit or 64 bit?
    12154 generally means the client can't figure out what TNSNames.ora entry you're referring to, which is the part you passed as "data source" in the oledb connection. Did you configure the client? Does SQLPlus connect without issue?
    There's also a known issue where running 32 bit client software on a 64 bit OS can result in that error in some versions, due to parenthesis in the path of the executable - 32 bit apps go in Program Files (x86) on a 64 bit OS. Applying the latest patch level to the client software will resolve that issue.
    Greg

  • Report iview gets the wrong source object

    Hi
    In the Web application designer I upload a web template to a role. I upload the role to the portal.
    In the portal on the properties of the report iview; I trace the delta links and it shows me that the source object is BW 2.x/3.x Web Application iView and NOT the 7.x iview. Where can I change this, so everytime I upload a new web report, the source obejct will be the 7.x iview ?
    System: 2004s sps13
    Regards
    Steffen

    Hi
    In the Web application designer I upload a web template to a role. I upload the role to the portal.
    In the portal on the properties of the report iview; I trace the delta links and it shows me that the source object is BW 2.x/3.x Web Application iView and NOT the 7.x iview. Where can I change this, so everytime I upload a new web report, the source obejct will be the 7.x iview ?
    System: 2004s sps13
    Regards
    Steffen

Maybe you are looking for