Error while adding the Objects in Existing DSO -Table /BIC/B* is too long ( 004030)

Hi Team,
We added some objects in the existing Write Optimized DSO.  while activitating the DSO We got the below error .
Table /BIC/BXXXXXXXXX is too long (>004030)
Please go through the issue and provide the solution.
Thanks,
Purushotham.

Hi Purushotham,
Is the table in error log is active table of DSO? it doesnt look like...it will be /BIC/A<DSO>name
in your case it is /BIC/B----!!
Now  instead of adding 15 fields, could you try concatenating 2 fields in 1 and in that way you will have to add 7-8 fields.
later at Standard DSO layer or Cube layer you can read relevant field value by "field+(<No.>)"
And you mentioned that you willtry for concatenate 4 IO of length 60 into 1 InfoObject (IO).
This cant be done...max lenght is 60! then how will you create a IO with lenght 240! please think of other logic.
Regards,
Gaurav

Similar Messages

  • Error : While Importing the Objects in Quality

    Dear all,
           I'm facing some error while transporting the Objects to quality server. The error's like
    Start of the after-import method RS_ISFS_AFTER_IMPORT for object type(s) ISFS (Activation Mode)
    Source system RD1100LS does not exist
    Source system RD1100LS does not exist
    Source system RD1100LS does not exist
    Source system RD1110LS does not exist
    Start of the after-import method RS_ISTS_AFTER_IMPORT for object type(s) ISTS (Activation Mode)
    There is no DataSource with these attributes
    There is no DataSource with these attributes
    There is no DataSource with these attributes
    There is no DataSource with these attributes
    There is no DataSource with these attributes
    There is no DataSource with these attributes
        Anyone suggest me how to solve this error..,
    Thanx in Advance..
    Regards,
    Saran

    Hi saran,
    Check the source system connectivity of the Quality system. Also check whether you have transported the datasources related to those objects that you transported from DEV to QAS.
    First you need to transport the Datasources created in R/3 and then replicate them in QAS/Prod and then transport the objects in BW from DEV to QAS/Prod.
    Check all these things and if still the problem persists... Refer to the below threads which may help u...
    Transport Problem - Reference to Transfer Structure not available
    No Source system exist
    Assign points if this helps u...
    Regards,
    KK.

  • Getting an error while adding the user in Sharepoint foundation 2010 environment.

    Hi,
    I am having full control access to SharePoint site. Then i tried add user for that site.
    But i am getting following error while adding the user to the site.
    An unexpected error has occurred.
    Troubleshoot issues with microsoft SharePoint Foundation.
    Correlation ID:3035B777-1B7C-4463-B35E-06657B72C2E4
    Can you please help me anyone on this.
    Thanks,
    Ashok

    This could be any one of a number of things.  You need to lookup the Correlation ID in the ULS logs on the SharePoint server.  That should provide the additional information necessary to diagnose and solve the problem.  Here's a blog post
    on how to find the error.
    http://habaneroconsulting.com/Blog/Posts/Get_the_Real_SharePoint_Error_using_the_ULS_Logs.aspx#.UvEuffldWik 
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • It shows the log sequence not found error while all the log seqences exist?

    Why the database shows the log sequence not found error while all the log seqences exist?
    SQL> select*from v$log_history;
    RECID STAMP THREAD# SEQUENCE# FIRST_CHANGE# FIRST_TIM NEXT_CHANGE#
    RESETLOGS_CHANGE# RESETLOGS
    1 657328345 1 1 519368 13-JUN-08 543434
    519368 13-JUN-08
    2 657370849 1 2 543434 13-JUN-08 567705
    519368 13-JUN-08
    3 657373012 1 3 567705 14-JUN-08 570408
    519368 13-JUN-08
    RECID STAMP THREAD# SEQUENCE# FIRST_CHANGE# FIRST_TIM NEXT_CHANGE#
    RESETLOGS_CHANGE# RESETLOGS
    4 657373039 1 4 570408 14-JUN-08 570464
    519368 13-JUN-08
    5 657374623 1 5 570464 14-JUN-08 573505
    519368 13-JUN-08
    6 657375015 1 6 573505 14-JUN-08 573856
    519368 13-JUN-08
    RECID STAMP THREAD# SEQUENCE# FIRST_CHANGE# FIRST_TIM NEXT_CHANGE#
    RESETLOGS_CHANGE# RESETLOGS
    7 657376537 1 1 570465 14-JUN-08 573543
    570465 14-JUN-08
    8 657377084 1 2 573543 14-JUN-08 575109
    570465 14-JUN-08
    9 657377094 1 3 575109 14-JUN-08 575114
    570465 14-JUN-08
    RECID STAMP THREAD# SEQUENCE# FIRST_CHANGE# FIRST_TIM NEXT_CHANGE#
    RESETLOGS_CHANGE# RESETLOGS
    10 657377103 1 4 575114 14-JUN-08 575121
    570465 14-JUN-08
    11 657377106 1 5 575121 14-JUN-08 575123
    570465 14-JUN-08
    11 rows selected.
    RMAN> flashback database to sequence=10 thread=1;
    Starting flashback at 14-JUN-08
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=155 devtype=DISK
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of flashback command at 06/14/2008 13:03:15
    RMAN-20206: log sequence not found in the repository

    Apart from the output being hardly readable (please refer to the FAQ in the right upper hand corner how to post output), I don't see any sequence 10.
    You seem to mistake the column recid for the sequence column.
    The sequences are listed in -not surprisingly- the sequence# column.
    Sybrand Bakker
    Senior Oracle DBA

  • Error while adding the app in the sharepoint(2013) page through powershell script

    Hi,
        I have created one powershell script to uninstall and install the sharepoint 2013 apps. The code is working fine, but after adding the app in the page I am getting the error "
    Internet Explorer can not display the webpage".
    If I am deploying the app through Visual Studio, its getting deployed successfully and I am getting an option to trust the app.And I am able to add it in the page. But this permission is not coming when I am installing the app using power shell.
    Please let me know whether to do any modifications to the power shell script.
    Thanks.
    Pradeep

    Hi,
       We are using sharepoint hosted app.
    Below is the script to uninstall and install the app.
    cls
    Add-PSSnapin Microsoft.SharePoint.PowerShell –ea SilentlyContinue
    # uninstall the app
    Write-Host "uninstallation of app"
    $InstalledSPApps = Get-SPAppInstance -Web "http://mySharepointSite.xyz.com"
    $appToUninstall = $InstalledSPApps | where {$_.Title -eq 'myCustomSharepointApp'}
    if ($appToUninstall -ne $null)
        Uninstall-SPAppInstance -Identity $appToUninstall ;
        Write-Host "uninstalled successfully"
    # Import-SPAppPackage
    Write-Host "Import the app"
    pause
    $sourceApp = ([microsoft.sharepoint.administration.spappsource]::RemoteObjectModel);
    $myspapp = Import-SPAppPackage -Path "D:\SharePoint 2013\AppsSolution\myCustomSharepointApp.app" -Site "http://mySharepointSite.xyz.com" -Source $sourceApp ;
    Write-Host "Enter to install the app"
    pause
    $app = Install-SPApp -Web "http://mySharepointSite.xyz.com" -Identity $myspapp;
    $AppName = $app.Title;
    Write-Host "app '$AppName' registered"
    pause
    $appInstance = Get-SPAppInstance -Web "http://mySharepointSite.xyz.com" | where-object {$_.Title -eq $AppName};
    $counter = 1;
    $maximum = 150;
    $sleeptime = 2;
    Write-Host -ForegroundColor White "Please wait..." -NoNewline;
    pause
    while (($appInstance.Status -eq ([Microsoft.SharePoint.Administration.SPAppInstanceStatus]::Installing)) -and ($counter -lt $maximum))
        Write-Host "." -NoNewline;
        sleep $sleeptime;
        $counter++;
        $appInstance = Get-SPAppInstance -Web "http://mySharepointSite.xyz.com" | where-object {$_.Title -eq $AppName}
    pause
    if ($appInstance.Status -eq [Microsoft.SharePoint.Administration.SPAppInstanceStatus]::Installed)
        Write-Host "The App was successfully installed.";
        $appUrl = $appInstance.AppWebFullUrl;
        Write-Host -ForegroundColor White "The App is available at '$appUrl'.";

  • Error while Adding the PlaceHolder to Home Page using Jdev,UCM

    Hi,
    I am Using UCM and Jdev 11g.
    I was creating a website using Oracle® Fusion Middleware Developer's Guide for Site Studio for External Applications
    11g Release 1 (11.1.1).
    I worked fine till creating the place Holder Definition , I was trying to add place holder to Home Page.
    In this step I did not get the property 'Switch Placeholder Definition Role' in the List when exploring the node WebSite.
    Plaese help me resolve this.

    Hi chris,
    Thank you for your response.
    I am using oracle db. It seems that it is trying to insert record into L10_Locale table while portlet is added into home page. Does the record go to L10_LOCALE while adding portlet.
    As per my knowledge, records goes to desktop,page and placement related tables while portlet is added.
    When i see the L10_LOCALE existing records, it has two 2 records.
    Encoding Language Country
    UTF-8 en US
    UTF-8 en
    you said that Locale for the title or description is too long... Is it for Portlet's title of locale ...?
    Then, what is the relation of title and this error ...
    Please clarify this ...?
    Regards,
    Senthil

  • TP error while adding the Transport Request.

    HI,
    My server crashed. Restored the backup. In STMS, I am not able to import old Transport Request. While importing  throw the below error.
    Command: ADDTOBUFFER DEVK900103 DEV U1 pf=
    DEVELOPMENT\sap
      Return code: 0247
      Error text: addtobuffer has problems with data- and/or cofile
      Request: DEVK900103

    Please check at os Level that the cofile and the Data file Exist with proper permission.
    Perforn Tp check once.
    Can  you try to import the TP from OS level by using the following commands.
    first check wheather the cofile and data files are created in directory /usr/sap/trans/cofiles and in /usr/sap/trans/data.
    if they exists you go to directory /usr/sap/trans/bin and then execute the following commands.
    tp addtobuffer <Request number> <SID>
    Thanks Rishi Abrol

  • Error while saving the objects in ID

    Dear All,
    When I am saving the objects in ID, I am facing with the following error:
    <b>[SAP_NWMss][SQLServer JDBC Driver][SQLServer]Could not allocate space for object 'XI_DIRDATACHANNEL' in database 'XD1' because the 'PRIMARY' filegroup is full</b>
    Please guide how to solve this error.
    Warm regards,
    n.jain

    Hi Nishu,
    ask your xi basis guys to see the disk space of your xi system.........i think the log files of your xi system have consumed too much space on your xi system.... ask your basis guys to make some space available in your xi system then your this problem will be resolved.......
    Thanks,
    Rajeev Gupta

  • Error while downloading the object u201CDNL_CUST_PROD0u201D from ECC to CRM

    Hi All,
    I am trying to download the object u201CDNL_CUST_PROD0u201D from ECC to CRM. However it ended up throwng an error. Below are the error details:
    The following Errors/Warnings occured. Do you want to continue?
    Please read the OSS Note no. 212666 (QUEUE_ALREADY_EXITS:R3AI_DNL_CUST_PROD0)*
    DNL_CUST_PROD0: Object will not be loaded
    After getting the above error I deleted the already running instance and again ran it. But when I again ran it, it gave me the same error. So I checked for the entries in Outbound queue of ECC system. But couldnt found any entry.
    Please help me fixing the issue.
    Thanks in Advance.
    Cheers,
    Rj

    Hello RJ,
    Check CRM I /B and O / B (txn:SMQ2 and SMQ1) and also R/3 I /B and O / B queue, for the presence of
    R3AI_DNL_CUST_PROD*.
    Also, abort the running load in txn:R3AM1 for object DNL_CUST_PROD0.
    Then try to re-load the object.
    I do not see any other reasons for the above error message.
    Best Regards,
    Shanthala Kudva.

  • Error while adding the server in Redwood CPS

    Hi All,
    Iam getting the following error when addiing the SAP server in Redwood CPS.
    "SAP System XXXXXAn isolated SAP system can't be created in the GLOBAL partition"
    Can any
    Regards
    Kiran

    Hello,
    As per the installation guide you should create an Isolation group first and then create the SAP system when connected in that Isolation group. See also forum entry [here|Re: Create SAP Sytem in Cronacel]
    Regards Gerben

  • Error while adding the measure to catalog

    Hi
    After successfully validating the cube , I created one catalog using CWM2_OLAP_CATALOG.create_Catalog , it successfully went on .Then I added the measure which i created to the catalog to the catalog thru ' CWM2_OLAP_CATALOG.Add_Catalog_Entity procedure.
    After this is completed, my metadata is getting invalid.
    My connection to database is getting succeded but it is not able to retrieve metadata.
    Can anybody help me in doing this.

    Please provide more details. The database version you are running and the SQL scripts used would be very helpful. Thanks.

  • Error while activating the object from change list in IR

    Hi Friends,
    I am trying to activate a mapping object taken from History.But I am getting error "version management was unable to execute the last action because temporary internal lock has been set" while activating from change list.
    Regards,
    Suresh.

    Hi Suresh,
    have a look at the integration builder start jsp. There is a Link "Administration". On this page, on the left side, you can click on "lock overview" and check if your object is locked. Then you can remove this lock.
    Best Regards
    Sven

  • Error while running the object MATERIAL in T.Code R3AS

    Hi All,
    When I running the oject Material in T.code R3AS, I am getting the following error. Please suggest how to resolve.
         001     The following Errors/Warnings occured. Do you want to continue?
         002     MATERIAL: No active entry in Table SMOFSUBTAB. Read OSS note 339787
         003     MATERIAL: No active entry in Table SMOFSUBTAB. Read OSS note 339787
         004     MATERIAL: Object will not be loaded.
    Thanks & Regards
    SATYA

    HI,
    Go through this link..
    No active entry in Table SMOFSUBTAB. Read OSS note 339787
    Hope it could be helpful..
    Thanks
    prasad.s

  • Error while adding the secondary node in shared APPL_TOP.

    Hi,
    We are getting the below error , when trying to add the secondary node in shared APPL_TOP .
    We ran the commnad.
    perl -I <AU_TOP>/perl txkSOHM.pl
    AutoConfig is configuring the Applications environment...
    AutoConfig will consider the custom templates if present.
    Using APPL_TOP location : /u2590/oracle/oaq5appl
    Classpath : /u2590/oracle/oaq5comn/util/java/1.4/j2sdk1.4.2_04/jre/lib/rt.jar:/u2590/oracle/oaq5comn/util/java/1.4/j2sdk1.4.2_04/lib/dt.jar:/u2590/oracle/oaq5comn/util/java/1.4/j2sdk1.4.2_04/lib/tools.jar:/u2590/oracle/oaq5comn/java/appsborg2.zip:/u2590/oracle/oaq5comn/java
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/apps/ad/autoconfig/oam/CtxSynchronizerException
    at oracle.apps.ad.context.CtxValueMgt.processCtxFile(CtxValueMgt.java:1548)
    at oracle.apps.ad.context.CtxValueMgt.main(CtxValueMgt.java:709)
    ERROR: Context Value Management Failed.
    Terminate.
    The logfile for this session is located at:
    /u2590/oracle/oaq5comn/admin/log/oaq5_qn2lx793/txkSetSOHM_ac.log
    txkSOHM.pl successfully completed
    Regards

    Hi,
    Is this the complete error message?
    Any more details about the error in the log file?
    Do you have the latest AutoConfig patch applied?
    Regards,
    Hussein

  • Error while adding  the issue for production (item cost not found)

    Hi all,
    The scenario is,
    when the user is trying to add the issue for production system is showing error item cost not
    found.The item which is issued is Inventory + purchase item with manual issue method.The valuation
    method for that item is FIFO.since the valuation method is FIFO,error related to item cost should
    not occur.
    Since the valuation method is FIFO.Item cost error should not occur.
    The error related to item cost must not occur at the time of issue for production.
    Regards-
    Mona.

    Hi!
    Please check these threads
    Sales Delivery Document
    Item Cost Error
    No item cost was found

Maybe you are looking for