Data Service 4.2 upgrade issue - R/3 abap data flow error

This error makes sense if you get it in PROD environment. But any idea if this can occur if we run against ECC-DEV environment.
I don't think it makes sense to use execute preloaded option against DEV
Steps performed for connecting to ECC through DS 4.2:
1. Basis Imported the new functions into ECC which we got after raising an OSS with them.
2. Gave the authorizations as per the manual.
● S_BTCH_JOB ● S_DEVELOP ● S_RFC ● S_TABU_DIS ● S_TCODE
3. Ran a simple R3 Data flow(Shared Directory transfer method) which resulted in error RFC_ABAP_INSTALL_AND_RUN:RFC_ABAP_MESSAGE, changes to repository object are not permitted in the client.
Do we need more permissions than listed above to avoid this error??

Hello,
I run 'R3trans -x' command, but there was no problem - connection to database was working.
Problem was following:
Before starting the sdt service on host, I set environment variables JAVA_HOME and LD_LIBRARY_PATH for sidadm. That's not neccessary and that was the problem. Without setting these variables it is working now.
Thanks,
Julia

Similar Messages

  • Master data services 2012 domain trust issues

    hi,
    we have a Master Data Services 2012 installation within one domain and the users exist within another domain.  This has a selective trust both ways.
    the behaviour that we are seeing in MDS 2012 when adding users to the master data services from the other domain we are getting no exact match found for the users that exists when adding users in;  these users are from the domain that MDS does not reside
    in but there is a trust in place.
    we have given authentication permissions to all users requiring access to the server that MDS resides on.
    the question is what steps are necessary to allow MDS to operate in two domain environment.   We have other applications that function in this manner but MDS is causing issues.
    any help would be appreciated..
    thanks

    I don't have the exact multi domains environment to try it on. But I tried on mutil forest domains. It seems working fine.
    When add the user, the format is like [DomainName\]UserName
    When add the user for another domain, the domain name is required.
    There is a trust between our two domains (which works because I can log into SQL Server effortlessly with SSMS). However, when I try to add a user from the other domain, I get the error
    "No exact match was found for domain\user"
    It seems that MDS really doesn't like trusts.
    MCSE SQL Server 2012 - Please mark posts as answered where appropriate.

  • FAS ESP 5.3 Service Pack 5 Upgrade Issue

    Hi,
    My FAST ESP 5.3  is still SP3.  I have patched Dev and Stage environment with service pack 5 with no issues.
    I started with FAST ESP 5.3 Service Pack 5 upgrade for my Production Server today. I am getting below error while installation started in production. Any idea on this issue ? Any pointers to resolve this will help.

    Hi Ankur,
    Are you still seeing this issue?  If so, the error “Could not find installed bytes on host”
    can
    occur when installing/patchingto
    a slow SAN or when a firewall blocks needed ports on the nodes.  Do you know there is a volume used by ESP, which resides on a slow SAN? 
    Also, can you verify that there is no firewall or port blocking software
    blocking ports 13000-17000 and 27000-27009 (the latter is used for the License Server by default, documented in the ESP configuration guide page 191)?  We have seen
    this error resolved in other environments by fixing an incorrectly configured firewall.  If there are firewalls or other port blocking software between the nodes, would it be an option to disable them and retry?
    Other recommendations we make in the ESP Best Practices Guide:
          -     Verify that the system temp location has 2GB available. This will ensure that the installer has enough space to expand the install packages.
    Verify that the hosts file contains IP, FQDN and HOSTNAME.
    Include the fully qualified host name before the short entry in the hosts file. For example:
    127.0.0.1 localhost.localdomain localhost
    80.91.35.43 myserver.example.com server
        -     Verify forward and reverse nslookup resolution.
    Forward: nslookup <FQDN> should return <IP>
    Reverse: nslookup <IP> should return <FQDN>
    The ESP installation user also needs Administrator privileges. You will need local or domain admin privileges to perform the install.
    When checking the fastinstall.log, do you happen to see an ErrorCode 11 when trying to copy the license file? 
    I ask as I have seen that error occur, in conjunction with the “Could not find installed bytes on host” error. 
    If so, one can work around this issue by performing a manually copy this license file into your %fastsearch%\etc directory, or if this directory does not
    exist, manually create it and then copy the file.
    Another possible cause is the JAVA_HOME being set incorrectly.  This could affect the successful copying of the license file. The JDK  installation is a product requirement separate from the is:javahome parameter setting. The Installation guide
    states that the Java Development Kit (JDK) must be pre-installed.
    Can you let us know the exact version of java JDK that you are running? 
    Let us know your findings and if you have any questions.
    Thanks!
    Rob Vazzana | Sr Support Escalation Engineer | US Customer Service & Support
    Customer Service   & Support                         
      Microsoft| Services

  • Data Services 4.1 upgrade failed

    Hi Everyone,
    We came across a very really strange situation when we try to upgrade our DS from 4.0 SP3 to DS 4.1 SP2.
    Before the upgrade, our DSConfig.txt file is in the bin folder where DS is installed (E:\SAP BusinessObject\Data Services\bin).  After the upgrade, we discovered a second DSConfig.txt file was created and saved to C:\Program Files\SAP BusinessObjects\Data Services\conf folder.  How is this possible when during the upgrade we specifically pointed to E:\SAP BusinessObject location?  More importantly which DSConfig.txt file should we use?  Right now we can't connect to our repositories through the CMC.
    TIA

    Also, do not worry about the change in the directory. In the release notes it  is mentioned that Linked path is changed to common directory path.
    Configuration 
    Old location:
    <LINK_DIR>/bin/DSConfig.txt
    New Location:
    <DS_COMMON_DIR>/conf/DSCon
    fig.txt
    It is weird why SAP has to change the paths. I think your upgrade went well.
    Please check the release notes documents for other changes.
    http://help.sap.com/businessobject/product_guides/sboDS41/en/sbo411_ds_whats_new_en.pdf
    Good Luck

  • Question - new to BO Data Services Designer - how to automatically transform varchar column data to upper(varchar) across all columns in a table?

    Hello -
    New user to BO Data Services Designer. Company is using Data Services Version 12.2.
    I have many tables that all need the same transformation- converting varchars fields to upper(varchar) fields
    Example:
    I have a table called Items. It has 40 columns, 25 of which are of type varchar.
    What I have been doing is ....
    I make the Item table as the source table then create a Query transform that is then attached to a new target table called - ITEMS_Production.
    I can manually drag and drop columns from the source table to the query and then in the mapping area I can manually type in upper(table_name.column_name) or select the upper function and then select the table.column name from the function drop down list.
    Obviously, I want to do this quicker as I have to do this for lots and lots of tables.
    How can set up Data Services so that I can drag and drop an upper transform quickly and easily or automate this process.
    I also know Python-Java so am happy to script something if need be.
    the logic would be something like -
    if there is a column with a type varchar, add the upper() transformation to column. Go to next column.
    Excited to be using this new tool-
    Thanks in advance.
    Ray

    Use the DS Workbench.

  • No data services after 3.1 upgrade

    Hi All,
    Just did the upgrade to 3.1 on my iPhone 3G and it is now telling me I cannot activate cellular data network, I'm not subscribed to a cellular data service. there was no issue prior to the upgrade. I can't browse or receive any of my corporate mail. HELP!!!

    I'm having the exact same issues iwth my phone after I upgraded. The only way to get this issue fixed is to hard boot the iPhone.
    Does anyone have any thoughts on this one?

  • Issue with Data Services.

    <b>Description:</b> There are no any opportunities of submitting web-enable Data Services from client service control(WorkShop 9.2 beta) based on WSDL.
    <b>Step to reproduce:</b>
    1. Create any data service.
    2. Create web-enable data service (http://edocs.bea.com/aldsp/docs21/appdev/wsdlclt.html#wp1056096).
    3. Modify a method “submit” as it was described in (http://edocs.bea.com/aldsp/docs21/appdev/wsdlclt.html (See point: Developing DSP-Enable Read-Write Web Services)).
    4. Generate a client service control(WorkShop 9.2beta) based on WSDL of web-enable data service.
    5. Try to submit any data changes with method “submit”. (There are no any opportunities of submitting).
    Could anybody explain me how I can submit(store) data with
    service control(WorkShop 9.2 beta) based on WSDL of web-enable data service?

    I think if you switch the order of (2) and (3) you'll get what you want.
    If you generate the WSDL before introducing the 'submit' method, your wsdl won't have a submit method.
    "Developing DSP-Enabled Read-Write Web Services
    If your Web service must support submits from Java Web service clients, you first need to modify the JWS file before generating the WSDL, as follows..."

  • Is BOE 4.0 integrated with Data Services XI 4.0

    Hi,
    I have gone through some blogs and documentation on Data Services XI 4.0 and some where it is mentioned that BOE 4.0 is integrated with Data Services XI 4.0. Is it true? If it is true then i want to know how can we integrate BOE 3.1 SP2 with data services XI 4.0 because right now we are using BOE 3.1 SP2, BW 7.01 and want to install Data Services XI 4.0 unless there is no compatibility issue between them.
    I need this information immediately because we have to install data services if its compatible with BOE 3.1 SP2 and BW 7.01.

    Hi Aditya,
    From the XI 4.0 Data Services Upgrade Manual:
    2.1 Major changes in Data Services XI 4.0
    Unlike previous releases of Data Services and Data Integrator, SAP BusinessObjects Data Services
    XI 4.0 introduces central user management, which relies on SAP BusinessObjects Enterprise. Users
    are authenticated against the SAP BusinessObjects Enterprise security, and repositories are registered
    in SAP BusinessObjects Enterprise.
    You can use either an existing SAP BusinessObjects Enterprise XI 4.0 installation to manage Data
    Services users and repositories, or SAP BusinessObjects Information platform services, which is availabe
    to all Data Services customers and contains the required SAP BusinessObjects Enterprise services for
    user management.
    For information about installing SAP BusinessObjects Information platform services, see the SAP
    BusinessObjects Data Services Installation Guide.
    So it sounds like you can't use an exisiting BOE XI 3.1 CMC, but would need to upgrade it to XI 4.0 or use the SAP BusinessObjects Information platform services, which is included with XI 4.0 Data Services.

  • How we can configure a bachup Data services Server?

    Hello,
    "Data services" Production Server :
    OS: Windows 2003 Server SP2
    Data services: 11.3
    Repository: oracle10gr2
    We want to prepare a backup server identical to that of production. The Backup Server will be used in case of problems on the production server.
    Can you help us to make procedure that build a backup server from production server.
    thanks

    Hi,
    Short answer would be: there is no automatic way to do that.
    The amount of work to create this redundancy will depends heavily on your platform and how the Data Services components are deployed u2013 such as Job Server, repository databases, access servers, etc.
    If I understood your aim, the intention is not to create a load balance environment, but to 'clone' a deployment and let it in standby in case of issues with the default server. Is that right?
    In this case, you still could take advantage of the server group functionality to create a redundant Job Server, for instance. This configuration helps you to create the u2018backup serveru2019 you intent to and, at the same time, leverage the load balance resources available in DS. You will need to replicate the access server, adapters, and ODBC driversu2019 configurations (if applicable) in the other server.
    Just as important as the Job Server, a database redundancy for the Locals and Central repositories in your environment should be created, so you can replicate the repository in another machine using your RDBMS native resources, instead of backing it up constantly. Iu2019m not sure though if the repositories databases replication could affects job performance. Itu2019s recommended to double check that.
    As for the licensing issues regarding this redundant server, I suggest you talk with your Account Representative.
    Hope Iu2019m not flogging a dead horse here.
    Regards,
    Pedro
    PS. You should consider upgrading your software. You can ask your Account Representative for that as well.

  • Unable to Connect Oracle 7 with Data Services 3.2

    Hi All,
    I am incredibly facing an issues with Oracle 7 connecting with Data Services 3.2. with Native client drivers (TNS Names).
    The client legacy application is on Oracle 7, they are moving the data from legacy to SAP ECC. My role is to transfer the data from Oracle 7 to SAP ECC, We are using Data Services 3.2 for conversion. This Data Services 3.2 is not connecting with Oracle 7 by using oracle native drivers (TNS Names).
    I am able to connect Oracle 8 client with SQL *Plus, but with Data Services its not connecting, I am able create Data Store but when try to import the table the error message I am getting like "ORA-24316: Illegal handle Type"
    Is there any other solution for this to connect, or Is Data Services 3.2 will not connect to Oracle 7 since its older version.
    Please reply with your thoughts, or with some solution.
    Appreciate your prompt reply. Many thanks.

    Hi Paul,
    Currently I am using ODBC connection to read the data from legacy Oracle7, but ODBC is very very slow, queries are taking hours to fetch the data. Is there any other solution by chance... I read that DataDirect is the one can connect to any versions of oracle and its bit faster, is that true. Please clarify me. If that is the solution where can I get this DataDirect drivers for oracle 7? Please advice me.
    Thank  You,
    Ashok

  • Data Services- The job server you selected is not working

    Long Text:
    After logging in to the Data Services designer,when try to run a job it shows error -The job server you selected is not working
    Latest Software version -BODS 4.0 SP2
    Reproduce Steps:
    1. Double click on the Project from repository, it will display the project in Project area.
    2. After that it will display all the jobs under the project.
    3.Right click on the job and try to execute, then it will display the "Execution Properties" windows.
    Here the we can the default Job Server has been selected.
    4. Try to click ok to execute the job and then we get the error-"The job server you selected is not working"

    Hi
    Please contact your Data services administrator to check on the server why the job server is not working.
    There might be several issues like connectivity with the repository, access details , mapping in the management console etc.
    And let us know the exact issue.
    Regards
    Puneet

  • Wcf Data Service fails when more than 8properties  in the 'select=' portion

    Hi:
    I am using WCF Data Service and Oracle
    EF Provider is ODAC11.2 Release 4
    Wcf Data Service fails when more than 8 properties are specified in the 'select=' portion of the URI
    here is my code
    var q = from c in this.ctx.SALESORDER_ITEM
    select new
    c.SORDERDETAILID,
    c.IID,c.DMFLAG,c.OWNERID,c.SKUID,c.SKU_ID,c.TRADENO,c.SOURCEID,c.SORDERID
    excetion:
    InvalidOperationException: An error occurred for this query during batch execution. See the inner exception for details
    The inner exception is null, but the DataServiceClientException states: Value cannot be null Parameter name: value
    the exception is thrown in base.OnStartProcessingRequest(args) method (overridden).
    Here is the call stack as well:
    at System.Data.Services.WebUtil.CheckArgumentNull[T](T value, String parameterName)
    at System.Data.Services.Internal.ProjectedWrapper.set_PropertyNameList(String value)
    at lambda_method(Closure , Shaper )
    at System.Data.Common.Internal.Materialization.Coordinator`1.ReadNextElement(Shaper shaper)
    at System.Data.Common.Internal.Materialization.Shaper`1.SimpleEnumerator.MoveNext()
    at System.Data.Services.Internal.ProjectedWrapper.EnumeratorWrapper.MoveNext()
    at System.Data.Services.DataService`1.SerializeResponseBody(RequestDescription description, IDataService dataService)
    at System.Data.Services.DataService`1.HandleNonBatchRequest(RequestDescription description)
    at System.Data.Services.DataService`1.HandleRequest()
    Is there a max number of properties in $select statement
    I think may be it is oracle provider's problem ,but i don't konw how to debug it Can anyone help me
    Any help is greatly appreciated

    I believe the null/empty string issue is unrelated to the 8 column issue, at least for ODP.NET. For example, let's take the original query in the OBE:
    http://.../yoursvcfile.svc/EMPLOYEES?$select=EMPLOYEE_ID,FIRST_NAME,LAST_NAME,SALARY,DEPARTMENT_ID,DEPARTMENT,EMAIL,PHONE_NUMBER,MANAGER_ID
    Let's make all the columns selected not nullable. You can do this with the Oracle Dev Tools. Specifically, PHONE_NUMBER and FIRST_NAME are the only nullable fields. I make them non-nullable and re-run the query and the same error occurs. Thus, these values should never be made null. Moreover, in all 107 rows, none of these row values consist of empty strings anyway.
    Looking into the problem further, WCF DS is calling methods in the System.Data.Services.Internal namespace.
    http://msdn.microsoft.com/en-us/library/system.data.services.internal.aspx
    Specifically, we see your issue when the ProjectedWrapperMany method is called. You will notice that there is ProjectedWrapper0, ProjectedWrapper1...ProjectedWrapper8 methods also present in the same namespace. As soon as the number of columns exceeds 8, ProjectedWrapperMany is called and we see the error. We're going to ask MS to help analyze the issue since this is an .NET-internal method being called.

  • Would a BW functional developer be able to support data services?

    Hi gurus,
    Our company cannot justify having a full time data services functional developer to support our existing master data address cleanse / address validation process in data services.   There is light work for customizing data services jobs and occasional support work for address validation issues.   We have a full staff of SAP developers in most areas and are looking to train an existing employee to do two roles.  Not being well versed in what is involved with data services support, can you help with what skill set would be a good complement to also learn data services?  Would it be a BW functional developer? ABAP developer?  Basis?  Master Data functional developer?
    Warm Regards,
    CM

    Hello
    In general, the most effective Data Services developers have a 'proper' development background and understand set theory, relational databases, and SQL.
    You'll also need to find someone with an understanding of data quality theory.
    Michael

  • LiveCycle Data Services for Java EE 4.6 now available

    I'm pleased to announce the general availability of LiveCycle Data Services version 4.6. It is the latest update to the JEE or LiveCycle version of Data Services and it is a feature-rich major release, including expanded support for mobile applications (HTML5/JavaScript, native iOS and Java/Google Android), adds an SAP Connector, introduces managed remoting, and enhancements to model driven development and the offline synchronization framework.
    For more information check out the following two sites:
    Product overview on Adobe.com: http://www.adobe.com/products/livecycle/dataservices/
    LiveCycle Developer Center on the Adobe Developer Connection: http://www.adobe.com/devnet/livecycle/dataservices.html
    For existing customers with maintenance and support contracts, the Data Services 4.6 release along with Flash Builder 4.6 has been automatically pushed into your Licence Web Site (LWS) account. This includes ADEP/Livecycle V10 customers that have licence rights to Data Services.
    Juergen Hauser - Sr. Product Manager - LiveCycle Data Services

    This certification is currently being evaluated for upgrade to a new version. At this time, I cannot give a definitive answer about whether or not there will be an EE 6 version. We also do not have any info on retirement of the EE 5 version. I don't expect that this certification will retire terribly soon, as it is still getting a good amount of traffic. I'm sorry, I realize that my answer is not very informative or helpful, but that is the only info I have at this time. If you are interested in this certification, I would recommend that you go ahead and go for it. Even if we do end up retiring the certification path, the certification remains valid. It remains on your list of certifications in CertView and you can continue to use the OCM logo.
    If you are worried about getting 1/2 way through the path and having the path retire, I can tell you that we typically provide at least 3 months notice for a retiring exam/certification path. This path may require extra time because of the length of time that it takes to complete this certification path. Whenever this certification path is set to retire, we will make every effort to contact all candidates who are working on the certification at that time, so always be sure that your email address is updated and correct in your Pearson VUE profile.
    Regards,
    Brandye Barrington
    Certification Forum Moderator

  • Tutorial: Flash Builder 4 beta 2 and PHP Data/Services for beginners

    Hi fellas,
    I've written this tutorial for total beginners to get quickly to FB4 and PHP. Comments welcome
    Flash Builder 4 and PHP Data/Services for beginners
    http://www.flashrealtime.com/flash-builder-4-and-php-data-services/

    Hi,
    The first issue will be the pathing differences between wamp/mamp/xampp, some use www as root others htdoc you need to setup the php services on your local machine rather than importing a project.
    The created services will have a connection array declared at the top of the code that points to the mysql server, in the project default debug folder you will have the config file that has the zend and webserver path
    top of service file
    ============
    var $username = "root";
    var $password = "";
    var $server = "localhost";
    var $port = "3306";
    var $databasename = "zend";
    var $tablename = "clients";
    var $connection;
    amfconfig.ini
    =========
    [zend]
    ;set the absolute location path of webroot directory, example:
    ;Windows: C:\apache\www
    ;MAC/UNIX: /user/apache/www
    webroot =C:/wamp/www
    ;set the absolute location path of zend installation directory, example:
    ;Windows: C:\apache\PHPFrameworks\ZendFramework\library
    ;MAC/UNIX: /user/apache/PHPFrameworks/ZendFramework/library
    ;zend_path =
    [zendamf]
    amf.production = false
    amf.directories[]=Zender-debug/services
    In your main project folder you have a .model folder the file there is an *.fml file that contains your channel endpoints etc.
    David.

Maybe you are looking for

  • Issue in Balances in Pension Calculations....

    Hi Everyone, I am facing a peculiar issue in the calculation of employee and employer contributions of a Pension Scheme. I have a Pension Scheme(lets call it Pension_Scheme1). It is of type Salary Exchange. The employee contributions are negative ear

  • Problem with opening folders in finder!

    Hello everyone i just got my first mac two weeks ago and suddenly in the dock when i click the download section it shows me a preview of all the downloads i have in the downloads folder but when i click open downloads in finder "Open in Finder" it op

  • Webplayer Authentication pop-up message box while ...

    So I was watching a stream in this case ESPN, however has happened previously on other channels. When the popup-message box shown below appears, this has started happening recently when watching a stream via the webplayer. I presume that this is some

  • Tools to edit the OCR?

    I just got out of the RAC class and am wondering if there are tools to modify the OCR? The course book says, in passing, that one can use C libraries but offers no details. Is there a common tool? One can dump the OCR into an xml file; it would be ni

  • HT1657 I downloaded a movie that I rented. I can't find it to play.  Any suggestions

    I downloaded 2 movies that I rented.  New to iTunes. I can't find them to play  Any suggestions?