Unable to Activate DTP - Error; PSA/Table is not partitioned.

Hi All,
We have a DTP as part of a process chain which runs successfully each night, except for last night.
I have tried to run it manually this morning however when I go into it, it is shown to be 'Revised' rather than Active.  Therefore I am unable to to 'Execute' the DTP.
When I try to activate the DTP I get the following message
PSA table /BIC/B0001165000 is not partitioned
Message no. RS_PSA_DEP002
After some time, I eventually managed to activate and run the DTP.  However it has failed giving the following messages;
- Exception CX_RS_FAILED logged
- Data structures were changed. Start transaction beforehand
I hope you can help as I need to load this data today,
Thanks very much,
Michelle
Edited by: BIBYRNE on Dec 1, 2010 12:12 PM

Hi
The DTP would be 'inactive' when there is a change in any of the associated objects i.e. Transformations, Info providers / data targets.
Check if any of the objects have been changes/modified. Has anything been transported to your production system ? Maybe DTP was not reactivated on the dev system and not included in the transport.
Cheers
Umesh

Similar Messages

  • Crystal report error (The table '' could not be found)

    Dear Expert,
    As I know, the end user who don't want to edit the crystal report design no need to buy crystal report,right?
    Using the 'Crystal reports for SAP B1', they already view the report.
    But, how about, if I had created one crystal report, and then I want to distribute to end user. When I load the report on user machine that dont have crystal report, the system shown an error (The table '' could not be found).
    I think, maybe because of the database location. When I create the report, of course I made connection to my machine as a source of database location. But, how i'm going to change the database location to user machine?
    Is it when we login into SAP, did SAP auto detect the new location source? And will auto create connection to the crystal report?
    Thanks in advance for any help.

    Hi ,
    We do not create the database connection for the end user. the end user must have the same database connection as it is set up on your machine. The report is looking for the same connection, with the same access into the database.
    Best regards,
    Jadie

  • Index for a PSA table is not in the "customer" namespace

    Hi,
    While loading data through infosource 0CO_OM_WBS_1 to
    data target 0IMFA_1 loading failes and the reason given is that the system reads data from PSA table /BIC/B0001060000 of 0IM_FA_IQ_9 and the index generated for this table supplied return code 14.
    I found no notes in the subject - with the syntax :
    Index for a PSA table is not in the "customer" namespace.
    thanks in advance for your help.

    Hi,
    I think you need to speak to your basis guys / DBA as index created on PSA table is not in your tablespace. He should be able to help you.
    Vikash

  • Unable to activate DTP - The database returned a value containing an error

    Hi Experts,
    I want to upload a flat file from local PC to Infocube. I have created everything as expected.
    I have created the data source and it is displaying file contents when I do Preview.
    But when I try to Activate DTP it gives me following error:  -
    The database returned a value containing an error
    Message no. RS_EXCEPTION000
    Can somebody tell me if this is a basis error ? If yes then what corrective action have to be taken to resolve this.
    Thanks a lot.
    Best Regards,
    Chandan

    Hi PT,
    I did not have any routine in the transformation but on double clicking time characteristics (0CALMONTH and 0CALWEEK ) I saw that check box "Perform" was checked so I unchecked that and reactivated the Transformation once again.
    I deleted the DTP and recreated but the problem still persists.
    Any more inputs on this ??
    Best Regards,
    Chandan

  • Loaded dump from 12.5.4 to 15.7, Error 622 & Tables/Views not found

    Hi all,
    I am getting desperate trying to fix that issue. I had to import a dump from an ASE 12.5.4 into a new database on an ASE 15.7. I therefore enabled the compatibility mode server-wide and then proceeded to the load which seems to have performed correctly. The database seems well imported, and I can access most of the tables/views/procedures (from my C# application), but a procedure is giving me troubles.
    I am getting this error while executing a given procedure :
    Error: 622, Severity: 20, State: 1
    Opentable was passed a varno of 52. Object 'temp worktable' in database 'tempdb' already has that session descriptor in use. This occured while opening object id -1245236 in database id 2.
    I realised this was caused by a view which is used in this procedure but which is weird is that the error is not thrown when running the SQL code itself, out of the procedure context.
    I am using Toad for Sybase as a client, and realised I cannot access the data tab of the concerned view, Toad gives me the same error. So I cannot execute this view while it performs without any trouble on  the original server (production server which runs ASE 12.5.4).
    I also realised, when trying to execute some pieces of the query individually that I get warnings about unfound tables (and that I should use sp_help to fix the problem). Although, the tables actually exists and I can access their data.
    I have tried so many things and still cannot fix this problem. I've used 'upgrade_object', 'sp_recompile' on all tables, 'dbcc reindex' on all tables.
    Would you have any idea where the problem could come from? Thank you very much

    Thank you for your reply.
    Good to know that enabling compatibility mode before or after loading the load doesn't have any effect.
    I didn't drop/recreate all the SP and views but I can tell you I recreated a similar view and it causes the same issue.
    I had a look at your link yes. I have run 'dbcc upgrade_object' several times already, on the view and the procedures calling the view, and it won't solve anything.
    I've seen a similar post about the problem I have when executing the code itself of the view in a "normal" adhoc query (errors saying the tables are not found) : SAP Sybase Forums - ASE - Backup and Recovery - PRoblem after restore - Object does not exist.
    Could it be the same problem for me?
    Although I've tried splitting the SQL query and executing the parts individually and it works without any trouble. Problem is when the 2 parts of the view are put together. It may be something that was possible with ASE 12.5.4 but not with 15.7 and that compatiblity mode doesn't solve. My view consists of an union a two selects where both have left joins, case when then else, not in and a final group by (adding an order by doesn't help, as I tried).
    PS : I don't have access to the production server where the dump is actually from (but I could if it is really necessary)

  • Error remote table does not contain a primary key

    I make replication between oracle and Microsoft sql using getway for sql but when I insert to table in oracle I get this error in apply process
    information :
    ASD.SUBHI.COM is database link from oracle to microsoft sql
    "DBO"."REGIONS" name of the table
    CREATE TABLE regions (a INTEGER primary key) command to create table
    error
    ORA-26711: remote table does not contain a primary key constraint ORA-26712: remote object is "DBO"."REGIONS"@"ASD.SUBHI.COM"
    Note: I go to sql server and verify that primary key is creates
    is this the best place to like this question ?
    if you need more details please tell me I need the answer

    I make replication between oracle and Microsoft sql using getway for sql but when I insert to table in oracle I get this error in apply process
    information :
    ASD.SUBHI.COM is database link from oracle to microsoft sql
    "DBO"."REGIONS" name of the table
    CREATE TABLE regions (a INTEGER primary key) command to create table
    error
    ORA-26711: remote table does not contain a primary key constraint ORA-26712: remote object is "DBO"."REGIONS"@"ASD.SUBHI.COM"
    Note: I go to sql server and verify that primary key is creates
    is this the best place to like this question ?
    if you need more details please tell me I need the answer

  • Error message: Table could not be found when opening reports with InfoView or CMC

    Post Author: Giovanni
    CA Forum: Authentication
    Hi All,
    I have Crystal Reports Server XI R2 installed on a server and the database folder (foxpro) is located on a different server. Crystal is connected to the database using an ODBC connection (UNC path).
    When I try to preview a report in Infoview or CMC I get the following error: "There was an error retrieving data from the server: The table 'dp' could not be found. Error in File C:\WINDOWS\TEMP\{BC665D6D-95DE-426B-A7A2-EBF9D23F42F4}.rpt: The table could not be found."
    dp is the name of one of our tables.
    If I publish a report that uses sql database or a foxpro db that is located on the same server as Crystal Server I donu2019t receive any error message..
    Please help if you can and thanks in advance.
    Giovanni

    Post Author: colin mackenzie
    CA Forum: Authentication
    Hi Giovanni.
    This post of yours is going on 2 weeks old.
    Have you solved your problem?

  • PSA table name not visible in the list

    Dear All,
    I have been trying to delete the data from the PSA tables using the process type <b>Deletion of Request from PSA</b> and the Object type <b>PSA TABLE</b>.
    When searching for the PSA table name in the <b>Object Name</b> list, I am not able to get one of the PSA table names (/BIC/B0000505). Though I am able to get all the other table names in the list. (Ex. /BIC/B0000504 , /BIC/B0000506) .
    Please let me know the possible reason for this and how to rectify the same so as to include that PSA table name
    Regards
    Shalabh

    Hi Raghavendra,
    The table is present in the system (SE11/SE16) and contains data as well.
    The problem is, I am able to find the other tables from the same datasource in the list, but am not able to find this only PSA Table in the list.
    Has it got anything to do with corrupted PSA table and need to re-tranport the Datasource ??
    Regards
    Shalabh

  • RAS Error  - The table could not be found.

    Hi,
      Bo version : XI2 SP2
      BO SDK : RAS
      I am getting following error while setting table location for the report going against Sybase (ODBC CR driver 5.1 wired protocol) database report.
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: The table 'CASH' could not be found.
    Error in File C:\WINDOWS\TEMP\{6F59C5DB-DB01-4905-BFE6-5A302D2A9283}.rpt:
    The table could not be found.---- Error code:-2147482939 Error code name:failed
         at com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException.throwReportSDKServerException(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.s.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.cf.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.z.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ak.if(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ad.int(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.bk.for(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.v.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.v.if(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.setTableLocation(Unknown Source)
    what all properties needs to be set for Logon and also Location specific, any sample code for the RAS + ODBC + SYBASE will be highly appreciated.
    code giving error
                   // DatabaseController databaseController = reportClientDoc.getDatabaseController();
                   Tables tables = reportClientDoc.getDatabaseController().getDatabase().getTables();
                   ITable newTable = null;
                   for (Object object : tables) {
                        Table table = (Table) object;
                        newTable = (Table) table.clone(true);
                        log.info("Table Name " + table.getName());
                        IConnectionInfo connectionInfo = table.getConnectionInfo();
                        com.crystaldecisions.sdk.occa.report.lib.PropertyBag propertyBag = connectionInfo.getAttributes();
                        log.info("propertyBag.size >> " + propertyBag.size());
                        databaseName = (String) propertyBag.get(DB_NAME);
                        dsnName = (String) propertyBag.get(DSN);
                        Set<Object> set = propertyBag.keySet();
                        for (Object key : set) {
                             log.info("Key >> " + key);
                             log.info(" === Value >> " + propertyBag.get(key));
                        log.info("----
                        // newTable.setQualifiedName(table.getAlias());
                        // Change connection information properties
                        connectionInfo = newTable.getConnectionInfo();
                        // Set new table logon properties
                        // 1. Set the DSN
                        // 2. Set the Data Source (Database)
                        PropertyBag newPropertyBag = (PropertyBag) propertyBag.clone(true);
                        // Set new table logon properties (the DSN and the data source)
                        PropertyBag logonPb = new PropertyBag();
                        //logonPb.putStringValue("DSN", dsnName);
                        logonPb.put("Database Type", "ODBC (RDO)");
                        logonPb.put("Data Source Name", dsnName);
                        logonPb.put("DSN", dsnName);
                        logonPb.putStringValue("Database", databaseName);
                        logonPb.putBooleanValue("UseDSNProperties", false);
                        String dataSource = "";
                        DatabaseInfoVO databaseInfoVO = null;
                        if (StringUtils.indexOf(dsnName, "XXXX") != -1) {
                             dataSource = "EPAM-" + databaseName;
                             databaseInfoVO = this.getDatabaseInfoMap().get(dataSource.toUpperCase());
                        } else if (StringUtils.indexOf(dsnName, "YYYY") != -1) {
                             dataSource = "EIMCO-" + databaseName;
                             databaseInfoVO = this.getDatabaseInfoMap().get(dataSource.toUpperCase());
                        } else if (StringUtils.indexOf(dsnName, "ZZZZ") != -1) {
                             dataSource = "CRD-" + databaseName;
                             databaseInfoVO = this.getDatabaseInfoMap().get(dataSource.toUpperCase());
                        } else if (StringUtils.indexOf(dsnName, "WWWW") != -1) {
                             dataSource = "AA-" + databaseName;
                             databaseInfoVO = this.getDatabaseInfoMap().get(dataSource.toUpperCase());
                        log.info("databaseInfoVO >>" + databaseInfoVO);
                        // Overwrite any existing properties with updated values
                        newPropertyBag.put(PropertyBagHelper.CONNINFO_CRQE_LOGONPROPERTIES, logonPb);
                        newPropertyBag.putStringValue(PropertyBagHelper.CONNINFO_CRQE_SERVERDESCRIPTION, dsnName);
                        newPropertyBag.putStringValue(PropertyBagHelper.CONNINFO_CRQE_DATABASENAME, databaseName);
                        newPropertyBag.putStringValue(PropertyBagHelper.CONNINFO_DATABASE_DLL, "crdb_odbc.dll");
                        newPropertyBag.putBooleanValue(PropertyBagHelper.CONNINFO_CRQE_SQLDB, true);
                        newPropertyBag.putBooleanValue(PropertyBagHelper.CONNINFO_SSO_ENABLED, false);
                        set = newPropertyBag.keySet();
                        for (Object key : set) {
                             log.info("Key2 >> " + key);
                             log.info("Value2 >> " + newPropertyBag.get(key));
                        connectionInfo.setAttributes(newPropertyBag);
                        connectionInfo.setUserName(databaseInfoVO.getUserName());
                        connectionInfo.setPassword(EZSuiteEncodeUtil.decrypt(databaseInfoVO.getPassword()));
                        connectionInfo.setKind(ConnectionInfoKind.CRQE);
                        newTable.setConnectionInfo(connectionInfo);
                        newTable.setName(table.getName());
                        newTable.setAlias(table.getAlias());
                        newTable.setQualifiedName(table.getQualifiedName());
                        // Update the table information
                        reportClientDoc.getDatabaseController().setTableLocation(table, newTable);
    Thanks,
    Rupesh
    Edited by: Rupesh Raut on Oct 28, 2008 8:45 PM
    Edited by: Rupesh Raut on Oct 28, 2008 8:46 PM

    Hi,
    This error message appears when the user does not have sufficient rights to the business view on which the report is based.
    To resolve this error message, open the Business View Manager and verify that the user's rights are set up correctly.
    To view a report based on a business view, the user or the group to which the user belongs, must have 'View' rights to the business view. Also, verify that none of the groups, including the Everyone group, to which the user belongs, has been explicitly denied 'View' rights.
    If this does'nt help try to update database driver.
    Make the copy of database and save it with different name ( without underscore) and point the crystal report to it.
    Regards,
    Shweta

  • Unable to activate photoshop C3  as helpline is not answering,I have been ringing for two days..!

    I am having real problems contacting the adobe helpline to activate my software, I have been ringing for two days and its always engaged.. Unfortunately The motherboard on  my macbook pro failed ( and it was only just over two years old, so out of its warrenty)..
    Anyhow  I cannot therefore de-activate my photoshop software on my old computer, so therefore I am unable to activate on my new computer I just brought..
    It is so frustrating as i have all the discs infront of me, but I only have four days left now to use the software that I have paid for and own..
    Does anyone know of other phone numbers I could use, as the ones I have tried on this site are always engaged, I really can't afford to go out and purchase the software again.. Has anybody else come across this problem and how did you solve it..?
    In desperation
    Tenerifedoggies

    Hi Wade,
    I thought when I received your email it was somebody directly from adobe trying to help me...! indeed it was not a wise thing to do. I have deleted the post..
    With the greatest respect I have tried calling quite a few numbers and at different times and if you have read other posts on this forum you will see that they have had similiar problems to me..
    Anyhow I have had a nice email from Tracey an adobe person and hopefully she will be able to help me out.
    Thanks again for your suggestion of an alternative number..

  • Unable to create rule Error:Function Module does not meet the workflow conv

    Hi Workflow experts,
    Could any one help me with rule creation. Below is my Function Module Interface.
    ""Local Interface:
    *"  TABLES
    *"      AC_CONTAINER STRUCTURE  SWCONT OPTIONAL
    *"      ACTOR_TAB STRUCTURE  SWHACTOR OPTIONAL
    *"  EXCEPTIONS
    *"      NOBODY_FOUND
    The function module test is successful with all required conventions for workflow but while i try to create a rule with the funtion module i get the error "Function Module does not meet the workflow conventions"
    I Also have included the following in FM
    INCLUDE <cntn01>.
    Any suggestions would be helpful. Thanks in Advance,
    Imran

    Hi,
    I am not sure whether the rule accepts the optional flag. Remove the optional flag for the tables parameters and try again. According to the documentation you have implemented the right interface. It might be the issue with the tables parameter being optional.
    Hope this helps,
    Sudhi

  • Unable to activate transformation, error generating program

    Hi,
    We are currently on SAP EHP 1 for SAP NetWeaver 7.0
    SAP_BW Release 701 Support Package SAPKW70107
    BI_CONT Release 705 Support Package SAPK-70501INBICONT
    When I try to activate my transformation between 0PLANT and infosource ZPLANT_TEXT(Generated from 3.x infosource 0PLANT_TEXT), I get the below error message
    Syntax error in GP_MET_RSTRAN_MASTER_TMPL, row 0 (-> long text)
    Error during generation(Message no. RSTRAN511)
    Error when resetting Transformation 06L8E7JA476EMLRHOX35W9KX6TMS8XSX to the active version(Message no. RSO410)
    Long Text:
    Syntax error in GP_MET_RSTRAN_MASTER_TMPL, row 0 (-> long text)
    Message no. RG102
    Diagnosis
    SQL error 1654 occurred when accessing program GP_MET_RSTRAN_MASTER_TMPL part LREF.
    When  I check for the program GP_MET_RSTRAN_MASTER_TMPL in SE38 is does not exist.
    Can anyone help me figure out this problem?
    Thanks

    I ran the program RS_TRANSTRU_ACTIVATE_ALL with below parameters
    Source System = <logical system name of our src system>
    InfoSource (* gen) = 0PLANT_TEXT
    Got the error message as
    Error generating program
    Error generating program
    Transfer structure 0PLANT_TEXT_DC NOT activated successfully Activate manually
    Long Text:
    Message no. RSAR245
    Diagnosis
    An error occurred during program generation:
    Template:   RSTMPL80
    Error code: 6
    Row:        0
    Message:
    Procedure
    Correct the template to remove the problem.
    Incase I give the InfoSource (* gen) = ZPLANT_TEXT
    I get the message
    No Transfer Structure Selected

  • PSA Table does not exist......

    Hi,
         I have successfully created Datasource, infocube and transformation.....When im tryimg to create and activating the DTP, the activation was not successful....
    The activation fails with the eroor message "Error in PSA" , then "PSA /BIC/B0000567 does not exist" error message is gettng displayed.....
    Please help me in clearing his hurdle....
    My source system s a flat file..which has 9 records i it....
    Regards
    santhosh kumar . N

    hii santosh,
    first check whether ur transformations r activated and also check for any errors. can u able to see the records in the PSA after u scheduled. first u have create infopackage before creating the DTP. also check the target system and the source system is matched i mean matched in a correct way.
    check the foll link
    http://help.sap.com/saphelp_nw70/helpdata/en/b2/e50138fede083de10000009b38f8cf/frameset.htm
    regards,
    raghu.

  • CS4 unable to place image ERROR: The file is not readable

    Hi All,
    I have been experiencing big issues with Illustrator CS4 and placing images into a document.
    Basically I will be working on say a packaging project and after about the 4th image being placed I will get the error message The file is not readable I select OK (the only option available)
    RESULT: no file placed no where to go?
    I then have to save the document, close Illustrator, re-open, open the document and then the image will usually place (not always first time though and sometimes I will have to reboot the whole system!) but then the 5th, 6th, 7th image after that I have to follow the same procedure!... The image files are fine, 300ppi, 20-30MB max, PSD, TIFF, JPG dose not matter all follow the same issue... but eventually after a lot of rebooting and loading the so called un-readable files will go into the document.
    Also the image will place sometimes but the same error message will appear on attempting to embed the image!
    All very annoying and massively time consuming!!!
    To top it off since the above, random AI files when loading up will crash Illustrator out... again after a reboot the same file will open fine with no problems???
    My system:
    OS: Windows 7 Ultimate (64bit)
    Processor: Intel Core i7 CPU 920 @ 2.67GHz (quad core)
    RAM: 6GB
    GRAPHICS: NVIDIA Quadro FX 570 (3GB) (Dual monitor)
    DVD/CDR
    PRIMARY: ATA 500MB
    SECONDARY: ATA 1Tb
    Im desperate to get this sorted... other wise its back to my old system... slow but reliable!!
    Many Thanks!!

    Well, I just encountered the same issue using Illustrator CS5...getting the "The File Is Not Readable" error message...first time that's happened in the 14 years of using the program. It seems the file size was too large for Illustrator (or one of my computers) to handle. So I opened the file using one of my other computers and deleted the unused layers to reduce the file size. Originally, there were 6 layers with 3 different versions of the artwork and what I ended up having to do is create 3 separate files rather than having it all in 1.
    Hope this helps!

  • Unable to activate 3gs

    Hello,
    I have been given a iphone 3gs, I have managed to upgrade to ios 6.1 i think, but am now unable to activate message says "YOur iPhone could not be activated because the activation server is temporarily down......... try again in a few minuutes"... If the problem persists contact Apple Support.
    I have waited for quite some time but still get the same message. It does not matter if I am connected via itunes or WiFi - the same error appears.
    Please help...
    Thank you

    Apple does not support jailbreaking or hacking iPhones to unlock them, and when you try to update or restore such a device, and Apple's servers detect such, you get the nessage you got. Apple maintains a database of officially unlocked iPhones, and if your phone's IMEI number is not in that database, your attempts to update or restore will error out with that message.
    So, either get the phone officially unlocked, or get a sim card from the carrier the phone was originally locked to if you want to activate it.

Maybe you are looking for

  • Share button not working in Safari 8.0

    I've just upgraded my iMac to Yosemite, but neither the Share button nor the share item in the menu are working in Safari 8.0. I'm pretty sure the problem has something to do with the Extensions in my System Preferences, since the share button is wor

  • Number for Amended PO

    All SAP Gurus, Is it possible to generate a number (let us call it amendmend number) after changing / amending the PO. Regards,

  • About to deploy with the navy, can i use my ipad2 overseas?

    i intend on getting my husband an ipad2 while he is on deployment with the navy. my question is, if he is in another country will he be able to use it for face talk so he can see his baby daughter? more than likely he will only go to england and duba

  • Check website/server availability

    Is it possible to check if an external website is running with java code instead of sending the user over to a "broken" site? If so, how is this done? We want to be able to determine if a website is running, like UPS, and if it is not, display an err

  • URL in plugins

    I want to access the record url of a lookup field in plugin and have to put into one URL field.So that If I click on that URL text the user should directly move to that particular record. Can we achieve this functionality in plugin?Please let me know