Regarding building source objects

Hi all,
I have an antique(.so) library.
I have done an ldd on the .so file and it is able to give all the depenndent .so files in /usr/lib directory.
I want to build this .so file freshly. can I rebuild the antique (.so) freshly from these /usr/lib library files that it is pointing to. If so, how can i build it.
Regards,
Vivek

You need the source code to the library. Or, if these are libraries for an application, you need to upgrade the application.
HTH,
Roger S.

Similar Messages

  • 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.

  • 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.

  • 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

  • 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

  • Find within pl/sql source objects

    *

    Hello,
    do you mean all .sql files on the server or within pl/sql source objects ?
    PL/SQL objects like packages are not stored in .sql files but compiled and can be viewed in user_source. So you would have to extract them to a file and execute after changing to get them back into the db. How would you handle this with your version control?
    Or do you have sql files stored in CLOBs that are executed? Then you can update them in the database directly.
    Regards
    Marcus

  • Can I use SQL Plus to build invalid objects?

    Dear all:
    As I know, some 3-part developer tools, like PL/SQL Developer, can easily build invalid objects. But if only Oracle db & Oralce client install, can I use native tools to do it? How to do it? Thanks for any help.
    Regards,
    George

    save script below in a file and run from sqlprompt.
    set define off
    set scan off
    set heading off
    set feedback off
    set newpage none
    set pagesize 0
    spool compile_invalid.sql
    SELECT
    'alter '||decode(trim(object_type),'PACKAGE BODY','PACKAGE',object_type)||' '||object_name ||' '
    ||decode(object_type,'PACKAGE BODY','COMPILE BODY','COMPILE')||';'
    FROM user_objects
    WHERE object_type IN
    ('PACKAGE','PACKAGE BODY','VIEW','PROCEDURE','TRIGGER','FUNCTION')
    AND status='INVALID';
    set feed on
    @compile_invalid.sql
    spool off

  • 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.

  • Error 7 occurred while building source distribution in labview 8

    I can build exe file and  installer for my project. But while trying to build source distribution i got an error. Error description is as follows:
    Error 7 occurred at ABAPI Dist Report Read Link Info Error.vi -> ABAPI Dist Cmp Settings to Disk Hier.vi -> ABAPI Get Settings From File.vi -> SDBEP_Invoke_Build_Engine.vi -> SDBUIP_Build_Invoke.vi -> SDBUIP_Build_Invoke.vi.ProxyCaller
    Possible reason(s):
    LabVIEW:  File not found. The file might have been moved or deleted, or the file path might be incorrectly formatted for the operating system. For example, use \ as path separators on Windows, : on Mac OS, and / on Linux.

    Hi Andy,
    FYI, initially part of this project was developed in LabVIEW 7.1 and now I have
    converted all the project files to LabVIEW 8.0. This was done by mass compiling and
    saving all the VIs.
    It is possible for me to build source distribution for some other programs. But I got the error while building source distribution for my current project. Same error was generated even while previewing the source distribution. This project contains some dynamic VIs. I had included them under the dynamic VIs and support files while creating EXE file. While building source distribution, i got an error message saying that :
    "Unable to generate preview. An included VI or one of its dependencies does not exist. Open all Startup/Exported/Dynamically called VIs, recompile them  (Ctrl-Shift Click the run arrow), and save them to update their dependencies.
    \\Source code\Controls\Tests\Battery Current Calibration\Battery Current Calibration1.ctl
    <Call Chain>Error 7 occurred at ABAPI Dist Report Read Link Info Error.vi -> ABAPI Dist Cmp Settings to Disk Hier.vi -> ABAPI Get Settings From File.vi -> SDBEP_Invoke_Build_Engine_Preview.vi -> SDBUIP_Build_Rule_Editor.vi -> SDBUIP_Item_OnDoProperties.vi -> SDBUIP_Item_OnDoProperties.vi.ProxyCaller
    Possible reason(s):
    LabVIEW:  File not found. The file might have been moved or deleted, or the file path might be incorrectly formatted for the operating system. For example, use \ as path separators on Windows, : on Mac OS, and / on Linux."
    For this error I rename the control, relink it in the code, and save the VI. Now I got an error message indicating different control. I was totally confused by this behaviour. What is the problem? Why the problem occured? What procedure to follow to avoid these kind of errors in future? I would be thankful, if I can get answers for my questions.
    Thanks in advance.
    Ramasamy.

  • 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 building source distributi​on

    I get an error when building source distribution saying:
    "LabVIEW cannot find a file that is a dependency of a Startup, Exported, or Always Included VI.
    File Not Found: The file at 'C:\Program Files (x86)\National Instruments\LabVIEW 2011\vi.lib\utf\common\conversion\utf_string_to_ta​g.vi' was expected to have the qualified name 'NI_UnitTestFramework.lvlib:utf_string_to_tag.vi', but has the qualified name 'utf_string_to_tag.vi'.
    The missing file might be referenced by one of the libraries included in the build or by the file - OpenData.vi. To fix this issue:
    - Open all Startup, Exported, or Always Included VIs, recompile them (CTRL+SHIFT Click the Run arrow) and save them to update their dependencies.
    - Open all libraries included in the build and verify the existence and locations of referenced files. Also, try building with the additional exclusion option, "Remove unused members of project libraries", checked."
    Any ideas why this happens?
    Solved!
    Go to Solution.

    Obvious question, but have your tried the recommendations?
    Reese, (former CLAD, future CLD)
    Some people call me the Space Cowboy!
    Some call me the gangster of love.
    Some people call me MoReese!
    ...I'm right here baby, right here, right here, right here at home

  • Getting error in building source distribution

    While building source distribution, I am getting an error 
    Error copying files.
    Source: ..\Program Files\National Instruments\LabVIEW 8.6\resource\visarc
    Destination: D:\Chirag\builds\Arduino LLB\Arduino LLB\data\data\visarc
    Librarian Path Location.vi
    Error 1 occurred at AB_Destination.lvclass:Copy_File.vi -> AB_Source.lvclass:Copy_SourceItem.vi -> AB_Build.lvclass:Copy_Files.vi -> AB_Build.lvclass:Build.vi -> AB_Engine_Build.vi -> AB_Build_Invoke.vi -> AB_Build_Invoke.vi.ProxyCaller
    Possible reason(s):
    LabVIEW: An input parameter is invalid. For example if the input is a path, the path might contain a character not allowed by the OS such as ? or @.
    =========================
    NI-488: Command requires GPIB Controller to be Controller-In-Charge.
    can someone please help me with this ??

    Do you have multiple job servers in your environment? Did all the Job servers configured SMTP settings?

  • 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

  • Error 1 occurred while building source distribution in labview 8.2.1

    I can build exe file and  installer for my project. But while trying to build source distribution on RT i got an error. Error description is as follows:
    Error -1 occurred at Invoke Node in SDBUIP_Build_Invoke.vi->SDBUIP_Build_Rule_Editor.vi->SDBUIP_CreateNewWizard_Invoke.vi->SDBUIP_CreateNewWizard_Invoke.vi.ProxyCaller
    When i click generate preview, i got an error.
    Unable to generate preview. Invoke Node in ABAPI Dist read linkages.vi->ABAPI Dist Cmp Settings to Disk Hier.vi->ABAPI Get Settings From File2.vi->SDBEP_Invoke_Build_Engine_Preview.vi->SDBUIP_Build_Rule_Editor.vi->SDBUIP_Item_OnDoProperties.vi->SDBUIP_Item_OnDoProperties.vi.ProxyCaller
    Thanks in advance.
    Poolsak T.
    Attachments:
    rt_deploy2.zip ‏34 KB

    Hi,
    I would first try mass compiling the vi's within your project to ensure there aren't any unresolved conflicts. Moreover, it's intersting that you can create an application without problems but upon building a distribution, things go awry.
    Do the vi's run on the RT target without error? Does the application run on the target without error? Or do they run on your host just fine and its when you attempt to deploy on to your RT target that this error occurs?
    Let's see where this gets us.
    Cheers,
    Emilie K | National Instruments

  • 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

Maybe you are looking for

  • Transfer tv shows from ipod touch to macbook pro library

    hey, so I have tv shows on my ipod touch that i got from a computer years ago that has crashed, and i have no contact to it, what i am hoping i will have help on is i want to transfer tv shows from my ipod touch to my macbook pro library so i can the

  • PS CS4 constantly gets stuck in the layer "options" menus

    I'm talking about things like the Opacity, Fill, or.. I never know what to call that sucker with the "Normal, Dissolve, Multiply," etc. options. (Sorry, I'm not a newbie, just never had a term for that presented to me.) If I use one of those drop-dow

  • Please help me if u can??

    I have nokia 5300?and i downloaded a program in my phone the folder is ZIp??? And when i paste it in my phone it doesnt open?It says file format not supported? Can anyone pease help me?

  • Trouble with Offline Footage

    Hello, I am trying to get back into video editing and I am running into some frustrating road blocks with Adobe Premiere Pro CS4.  I am using a, what I am discovering to be cheap camera, Samsung SMX-F40. Im shooting "TV Fine" resolution, which I beli

  • Buying new games for the ipod Nano 5G

    When I looked at the requirement for the games in the iTunes store the overall description said that these games (clickwheel) can be played on the 5th Gen. Nano, but when I look at the requirements for each individual game it says that the games are