Central Repository issue

Hi,
I am trying to add jobs to central repository and it gives below error. I am using BODS 4.2. SP3
Version control operation failed.Error message: Repository <xxx> does not contain object <max> for type <function>. Cannot continue with current operation. (BODI-1260123)
Any idea what this error is?

Hi Swati
Please refer the below KBA
2104228 - Error: Check and fix the syntax of the expression embedded in the string and retry. (BODI-1260123) when checking in object to Central Repository - SAP Data Services 4.x
https://service.sap.com/sap/support/notes/2104228
2021303 - Error message:Repository <Reponame> does not contain object <sy> for type <Function>. - Data Services 4.2
https://service.sap.com/sap/support/notes/2021303
Thanks,
Daya

Similar Messages

  • An error occurred during creation of the central repository. (BODI-300020)

    I am trying to create a central repository for Data Service, the following error appear
    Creating repository... (BODI-300026)
    Reading SQL file <C:\BO\DataServices_12\admin\repo\MSSQL\ms.sql>. (BODI-20001)
    Executing SQL file <C:\BO\DataServices_12\admin\repo\MSSQL\ms.sql>. (BODI-20002)
    Reading SQL file <C:\BO\DataServices_12\admin\repo\MSSQL\ms_content.sql>. (BODI-20001)
    Executing SQL file <C:\BO\DataServices_12\admin\repo\MSSQL\ms_content.sql>. (BODI-20002)
    Reading SQL file <C:\BO\DataServices_12\Admin\repo\options.sql>. (BODI-20001)
    Executing SQL file <C:\BO\DataServices_12\Admin\repo\options.sql>. (BODI-20002)
    Verifying repository... (BODI-300077)
    Importing objects... (BODI-300036)
    Adding Data Quality new substitution configuration... (BODI-300133)
    An error occurred during creation of the central repository. (BODI-300020)
    It's a sql DBMS, and the default user language is spanish, during the installation was the same issue.
    The first installation user language was english and everything was ok, then the default user anguage was set to spanish and the jobs crashed because an english format was sent to the al_history table. I tried to recreate the repository and an error ocurrer during the creation.
    has someone faced the same problem?

    what is the version of Data Services ? if its 12.2, then there was a bug that is fixed in 12.2 SP1 (12.2.1.0), apply the SP1 or it would be better if you apply the latest fix pack for 12.2 i.e 12.2.1.2
    the problem was with date format used in insert was different than the user's default date format.

  • Upgrade to 4.2 SP4 corrupted custom functions in central repository

    I recently upgraded a repository from 4.2 SP1 to 4.2 SP4 and all the custom functions in the central repository (after being upgraded with repository manager) are no longer able to be check-out, can't get latest version, can't even export them...  nothing.  Each time I interact with anything dependent on these functions I get the following error:
    I've logged out completely, refreshed multiple times and nothing is solving the issue.  The functions correctly show up, but cannot be edited in any way.  Please help.
    both local and central repos are on MS SQL Server 2008 R2.

    Hi Matthew,
    Did the upgrade process from 4.2 SP1 to 4.2 SP4 complete successfully when you upgraded using Repository Manager.
    If you have a backup of 4.2 SP1 repository version can you please upgrade the repository to 4.2 SP4 and check the Latest version after upgrade is finished successfully.
    It seems that you are directly doing a Check in of dependent objects first.
    Try the below steps:
    1) First add only the object without dependents
    2) Add only the custom function to the central repository see if that works
    Please note the following points
    You can add a single object to the central repository, or you can add an object with all of its dependents to the central repository. When you add a single object, such as a data flow, you add only that object. No dependent objects are added.
    The error message suggests that dependent objects is missing.
    Please refer to Advanced DS reference Guide
    Refer to section
    To add an object and its dependent objects to the central repository
    https://help.sap.com/businessobject/product_guides/boexir32SP2/en/xi321_ds_adv_dev_en.pdf
    Regards
    Arun Sasi

  • Manipulating Central repository

    Hi,
    I have a question over the Central repository in Data Services. Let's say, user2 (a local repository user) checked out a job say job_1 from the central repository. Then say , we deleted the user2 local repository( i.e deleted user2 from the database). Now, how do we change the checkout status of the job job_1(checked out to user2) in the central repository so that other users (other local repositories) can check out. We encountered a similar situation today, i would really appreciate if anybody can provide a solution for the above problem. thanks In advance.

    If you have deleted the local repository that have locked these objects out, possibly the only option to get them released is using the UPDATE script on the Central Repository database. It has happened to us as well and running the script below fixed the issue.
    1. Run the query below on your Central Repository database. You should see the list of checked out obejcts in the result:
    SELECT * FROM ALVW_OBJ_CINOUT
    WHERE STATE <> 0
    2. Identify those that you intend to released (only those which belong to the deleted Local Repository) and run a UPDATE script like below to update the State column value to 0.
    For example:
    UPDATE [Table Name]
    SET State = 0
    WHERE Name = xxxxx
    Based on the object type the Table Name is different. Below is the list of table names:
    AL_LANG (This table contains the info about Job obejcts, such as Job, WF, DF)
    AL_FUNCINFO (This table contains the info about custom functions)
    AL_PROJECTS (This table contains the info about Projects)
    AL_SCHEMA (This table contains the info about db schemas such as tables)
    Therefore based on the type of the checked it object type, you should run the UPDATE statement on one of more of the above tables. For example the script below unlock the dataflow called MyTest_DF:
    UPDATE AL_LANG
    SET State = 0,
            CheckOut_DT = NULL,
            CheckOut_Repo = NULL
    WHERE Name = 'MyTest_DF'    --- The name of the checked out object that we want to release.
    Note- Please MAKE SURE you have a back up from your Central Repository before doing the update, just in case if you needed to revert the changes back. It should be seen as the last resort to unlock the objects, next time you might be more careful to delete a local repositiry, ensure no obejct is checked out by it
    Tootia

  • Move OEM central repository to a new database

    Hi,
    We want to move the OEM central repository to a different machine, we would like to migrate the data from original database to the new database. What's the best way to do that and how to re-configure OMS to use the new database? Thanks!

    Hi,
    Please follow the document below:
    Grid Control Repository: Steps for Cross Platform Migration of the 10g Grid Control Repository (Doc ID 388090.1)
    Best Regards,
    Venkat

  • Central Repository Performance

    We have recently upgraded to data Services 4.2, sp1, patch 4.  We have been seeing very slow performance when checking things in and out of our development secured central repository.  The performance seems worse than it was in our 4.0 environment.
    I know that we have a large volume of objects in our central repository (84 projects, 419 jobs, etc.) and we have about 7o local development repositories hooked to it.  I am sure these may all be contributing factors to performance but are there other things I can be on the lookout for or settings that could help improve performance.

    As a follow up here is some of the performance degradation we are seeing.  This includes logging in to our 4.2 repositorys as well as get latest on various size projects.  The 4.0 test was done with a designer on a virtual server, the first 4.2 test was also a designer on a virtual machine, and the last was with designer on the data services job server.

  • BlazeDS in Maven central repository

    I'm trying to use Maven 2 for building a Flex-BlazeDS-Spring project but I can't find BlazeDS libraries in any public repository. That would be great if BlazeDS libraries were uploaded.
    See http://maven.apache.org/guides/mini/guide-central-repository-upload.html

    The thing is that BlazeDS is built using Ant so I guess it's not easy for them to extract maven artifacts and their POMs.
    But if this 1.0.0-beta1 is in fact a 3.0.0.x, I'll try with that.
    2008/3/3, Tom Jordahl <
    [email protected]>:
    A new message was posted by Tom Jordahl in
    General Discussion --
      BlazeDS in Maven central repository
    And the version there is labeled beta 1.
    Tom
    View/reply at <
    http://www.adobeforums.com/webx?13@@.3c06495b/2>
    Replies by email are OK.
    Use the unsubscribe form at <
    http://www.adobeforums.com/webx?280@@.3c06495b!folder=.3c061a83> to cancel your email subscription.
    Sébastien Arbogast
    http://sebastien-arbogast.com

  • Remove an oracle home entry from the central repository

    Does anyone know how to remove an oracle home entry from the central repository (inventory.xml file), after the oracle home in question has been deleted. It is left behind and I want to clean it up.
    thanks

    I went to the link you have posted and it did not help me.
    I cannot get rid of my Oracle Home directory. When I attempt to delete this folder, I
    get an error message:
    oci.dll ...is write protected or in use..
    So I deleted this oci.dll file. Then I rebooted and tried to delete the OraHome directory (folder)
    again, and I get the SAME error!!
    Thanks for any advice.

  • Orphan objects in Central Repository

    Hi guys
    I need to identify the orphan workflows and dataflows that exist in the Central Repository but are not linked and used anywhere. They were used to be referenced but as not anymore and I want to idenify and delete them from Central Repo.
    Have you any idea how to do that?
    Thank you.

    Hi,
    Go to the top level object as per the hierarchy in the Central Repository (Project / Job / Work Flow etc.), right click the object and choose checkout with filtering / get latest version with filtering (based on the permission full / read) on your object.
    This will show a window with all the dependents of the object which you have chosen. If the window shows destination status of only one object (the object which you have already chosen), then you can confirm that there are no dependent objects for this in the Central Repository. If you have full permission on this object, you can right click and delete the same from Central Repository.
    Regards,
    Suneer

  • Compact Central Repository : how to disable ?

    I want to avoid that the developers are able to compact their active central repository.
    To do so, I have removed the delete-right from the database account with which we connect to the central repository.
    Consequently, the compact central repository fails. This is the expected result.
    However, I notice that a "Add To Central Repository" operation does not work anymore. (error message saying that there will be a delete in the table AL_OBJ_PERMS)
    What is the best way to disable the Compact Central Repository command ?
    Thanks

    I don't think its possible to disable the compact repo functionality for central repo, only thing is it gives a warning when you try to compact the repo but doesn't prevents you from doing that
    instead of disabling delete for the database is it possible to disable delete from some of the selected tables ?

  • Upgrade Secure Central repository to NON Secure central

    Hello Everyone,
    Is it possible to to upgrade from a secure central repository to an non secure central repository?
    When I try to upgrade the SECURE central repository to NON SECURE in the Data Service Repository Manager.
    I met the error message below:
    It is not allowed to upgrade from a secure central repository to an non secure central repository. (BODI-300081)
    Thanks for your help
    Xin

    It is not possible to upgrade as "Dirk" suggested but also need to understand that you cannot login in Secure Central repository, Only way is move all data in local repository then move secure central repository.
    Thanks,
    Daya

  • Central Repository

    We have about 300 users with new iPhones.
    We want to send out a periodic reminder to our users to sync their phones so they are backed up and get the latest software.
    Our concern is everyone downloading updates off the internet at the same time and causing congestion.
    We have approx 100 Macs and 200 PC's.
    Is there a way to have them get their updates from an internal resource as opposed to everyone downloading from the internet?

    Hi Swati
    Please refer the below KBA
    2104228 - Error: Check and fix the syntax of the expression embedded in the string and retry. (BODI-1260123) when checking in object to Central Repository - SAP Data Services 4.x
    https://service.sap.com/sap/support/notes/2104228
    2021303 - Error message:Repository <Reponame> does not contain object <sy> for type <Function>. - Data Services 4.2
    https://service.sap.com/sap/support/notes/2021303
    Thanks,
    Daya

  • File adapter on a Non-Central adapter issue.

    Hi,
    We are running PI 7.10 SP 7. We have installed and configured an additional local/non-central adapter in our DMZ.
    We are able to see the local/non-central adapter engine in the RWB and also in IR.
    We have configured the file adapter to use the local/non-central in IR. When we place a file in the path of the file adapter then we get the following error in the Channel Monitor of the RWB.
    2009-01-15 11:40:51 Error File "
    hostname\XIQ\EN_JIAFS_1000005455_20090114.txt" - archiving after processing failed - retry.
    2009-01-15 11:40:53 Error Transmitting the message to endpoint http://hostname:8101/sap/xi/engine?type=entry using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error transmitting the message over HTTP. Reason: java.net.UnknownHostException: CTSAPXID01.
    I think one of the issues is that the hostname has to be a full network name, but am not sure where this should be changed.
    Any assistance in this regard will be highly appreciated.
    Regards
    Willie

    Hi Michal,
    Thanks for the help. That seems to work. However I have now another problem. When the file adapter is trying to archive or delete the file then an error is generated within the channel monitoring.
    We have given full control to the user that the sap service for the non-central adapter is running on the service it is running on. See error below.
    2009-01-16 15:34:09 Error File "
    ENETUTIL01\XIQ\EN_JIAFS_1000005458_20090116_2.txt" - deleting after processing failed - retry.
    Any idea around this?
    Regards
    Willie

  • ODI Import Work Repository Issue

    Hi All,
    AS part of implementation of OBI Apps 7.9.5.2. I was trying to import the Oracle BI Applications Work Repository but when i was following the process of importing using the ZIP file. I was getting error.
    The error details were
    Oracle Data Integrator Error -----> java.lang.OutOfMemoryError
    Can Any one help me resolve this error ?
    Thanks and Regards,
    Krishna Prasad.

    Hi All,
    i got the issue. Need to increase the java heap memory size in the parameter file.... which resolves this issue

  • T540P Update Retriever System Update Repository Issues

    Hi Community,
    currently i have to deploy T540p Thinkpads and have several issues with the Installation of Drivers and Software.
    1. Intel WLAN Driver ist not beeing downloaded from update retreiver, only a Realtek driver! Please fix!
    Our Device: System-Modell    20BE0041GE have an Intel WLAN-Card! VEN/DEV 8086/08B2
    2. internal Camera Installation asks if the Microsoft Driver should be replaced! Please fix and overwrite! or give us any parameters for the China-Installer! ggca17ww
    3. The Bluetooth and HD-Graphics Drivers for the T540p displays a Reboot-Warning-Message while silent rollout!
    I had to change the reboot type from 1 to 3 to stop these messages. I never saw these messages before.
    I call the tvsukernel.exe with following parameters:
    /CM -search A -action INSTALL -repository \\servername\sharename -includerebootpackages 1,3,4 -noreboot -noicon
    Please Help

    As far as item 3:
    Refer to the SU 4  deployment guide, page 61. ( <<<<<you probably are aware of this<<<)
    %ANYPATH%\Thininstaller.exe /CM –search R
    –action INSTALL –noicon
    –includerebootpackages 1,3,4 -noreboot
    Installs all critical and recommended packages
    with specified reboot types without displaying a
    balloon tooltip from the application icon in the
    notification area after the installation is completed,
    and suppresses the system reboot for packages
    with reboot type 3.
    ===
    Bluetooth is a reboot type 3, reboot required was in the one  driver I pulled up. (realtek).
    Multiple bluetooth drivers are listed on the catalog page.  I will look later and see if any are coded reboot type 1.
    http://download.lenovo.com/catalog//20BE_Win7.xml

Maybe you are looking for

  • How can I create a hyperlink directly in the navigation menu using iWeb09?

    I would like to add a URL to an external page in the navigation menu of my website using iWeb09. I have not been able to change the URL automatically generated by iWeb09 for each new page. The best I can do is to select text or an image that I want t

  • Jar files download problems in Java Webstart with JRE 1.6

    We have encountered a few problems in Java Webstart with JRE 1.6 In JRE 1.5, the jar files are getting downloaded onto the client machine with it's original names. Example : Server File Name : acm.jar Client File Name : RMacm.jar But in JRE 1.6, the

  • Anti Virus for Mavericks

    Hello should i install anti virus for my MacBook? I'm also using Parallels with windows 7. Thanks

  • Static library archive of other archives only. Possible in Xcode?

    Hi there, I want to create a static library that is an archive (.a file) of other archives Seems straightforward to do this with libtool. However, Xcode doesn't execute the libtool command on build if there are no source files. Any ideas? Would be ni

  • Problems deployment servlet and ejb

    Hello,           I'm Having the following problem hopefully someone can help me.           I'm working in a visualcafe 4.5 project and I have to external jar           files           one containing an EJB the other cotaining some classes.