Basic type not found

Hi Experts,
                  I used name for basictype 'ZMDOSTATUS' In R/3 system , now after upgrade to ECC6,while runing report to send Idoc message displayed "Basic type 'ZMDOSTAT' NOT FOUND" Last two charcher is beein truncated. How we can solve this problem without changing the name of basic type. please suggest some approch. Waiting for  your reply.
Thanks :-
Ravinder Singh

hi ravendra,
can you let us know what the  exact problem recently i have worked on upgradation project but i have not faced the problem what your telling . basic type 'ZMDOSTATUS' are you able to display in we31 code. if you able to do what exactly the problem .
when the upgradation every basic type will be copied to new server .
let us know the exact problem.
~linganna

Similar Messages

  • After connection lost SetVector fails with OCI-22303: type not found

    Hi there,
    I use statelessConnectionPool and after application is loosing connection to oracle for short time, all folowing setVector calls will fail with
    SetVector fails with OCI-22303: type "DEMO"."PROPERTIES" not found
    however its there and was working fine before connection was lost,
    As far as i read about the getConection for statelessConnectionPool will reestablish connection if required to return valid connection handle, but somehow the setVector does not work.
    Any idea?
    Thanks in advance
    Andrew

    Hi,
    I want to reconnect to same instance, I think i missed tnsnames part, did not knew its required, so i should add to client tnsnames or server the FAILOVER_MODE part?
    like this example:
    PAYROLL =
    (DESCRIPTION =
    (ADDRESS =
    (COMMUNITY = TCP.world)
    (PROTOCOL = TCP)
    (HOST = VSERVER)
    (PORT = 1521)
    (CONNECT_DATA =
    (SID = HR)
    (FAILOVER_MODE =
    (TYPE = SELECT)
    (METHOD = BASIC)
    (RETRIES = 20)
    (DELAY = 15)
    strange thing that connection seams to be valid only in complains about type not found, or maybe connections are not valid only i cant see it, does the not valid connections in the pool are reconnected or make new when i call GetConnection? or i should terminate connections on "end of comm channel error" so when db is reachable again it will reestablish new connections?
    Andrew

  • Dotfuscator CE error: External type not found System.Windows.Input.ICommand,PresentationCore

    Preemptive will not support CE so I am trying here...
    I have an application targeting the .NET Framework 4.0.  It builds and runs fine but I cannot get it to compile in Dotfuscator CE. I am stuck.
    Dotfuscator CE (v5.0.2500.0) with Visual Studio 2010 SP1.  Here is the Error:
    Resolving method references...
    External type not found System.Windows.Input.ICommand,PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.
    Build Error.
    The problem seems to originate from ICommand being moved from PresentationCore.dll (in NET 4.0) to System.dll (in NET 4.5).  Studio handles this and compiles fine as I am targeting NET 4.0 and the references all point to
    C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\
    Dotfuscator CE however does not seem to handle it correctly and I am not sure how to correct the issue.  Any help would be greatly appreciated!!

    Hi Perter,
    Thanks for your response.
    External type not found System.Windows.Input.ICommand,PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.
    Maybe it is related to the references in your project.
    Reference:
    The type 'System.Windows.Input.ICommand' exists in both 'PresentationCore.dll' and 'System.dll'
    Since it is not the VS General issue, I am moving your question to the moderator forum ("Where is the forum for..?").
    The owner of the forum will direct you to a right forum. Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Type not found error

    Hi, my problem is "OCI-22303: type not found".
    I have a package in a database, say, MY_PCKDG.aa_number
    Then I'm trying
    std::vector<int> var;
    var.push_back(12);
    setVector(stmt, index, var, "MY_PCKDG.AA_NUMBER"); //here it fails saying the type was not found
    How to find the type? I have tried the type name alone, both uppercase and non-uppercase, and <package name>.<type name>, both all uppercase and non-uppercase.. Any suggestions?
    --Andrew                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Fernando . Thanks for the response. I am getting this error when I am trying to create a risk. Attached is the snapshot of the error. I have tried stuff like deleting the cache, checked SICF to see if Web Dyn Pro is active etc

  • Type conflict where type not found in sequence file

     Hi,
    from a central master sequence, I am starting several sequences from other sequence files in new executions. These sequences have individual types as input and output parameters, the types being defined within these sequence files.
    The master sequence only knows the names (as strings) of these types and when I do a "Find/Replace in files" in the master sequence file looking for those types, they are not found.
    However when I change one of the types in its respective sequence file while I have the master sequence file open, the master sequence file is shown with an asterisk and later I get a type conflict if the settings is to "Never allow automatic type conflict resolution". This is fairly awkward since the master sequence file is supposed to be password protected and no-one should have to touch it in a project.
    What can cause this behavior?
    Apparently, usage of these types spread around through all sequence files although they do not have any need for using the types from other files.
    Is it possible that it makes a difference whether the type was first defined in a type palette file or directly in a sequence file?
    Best regards,
    Peter

    Peter,
    using the data type as parameter in another sequence file will include the type definition in the calling sequence file, therefore changing it. I am not sure why the Find/Replace tool does not display it, but it shows up in the types palette of the file.
    When the data type is changed, it will result in a type conflict....
    So when trying to reproduce the issue with TS 2010, i receive an dialog for resolving type conflict when setting to never do an automatic resolve...
    Nevertheless, the calling sequence must be updated for sure if a used type is changed.
    hope this helps,
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • JPub Error User-defined type not found

    I just have found about Jpub could help me with my problem, so i try it, but when i try to publish a package it gives me this error:
    J2T-118, ERROR: User-defined type "ADMCAD.PKG_CONSULTA_BR_NOME.TAB_ELEITOR" was
    not found in the database
    This is the package:
    create or replace package admcad.pkg_consulta_br_nome as
    VT_NUM_INSCRICAO VARCHAR2(12);
    VT_COD_SIT_ELEITOR NUMBER(2);
    VT_NOM_ELEITOR VARCHAR2(70);
    VT_DAT_NASC NUMBER(8);
    VT_NUM_ZONA NUMBER(4);
    VT_SGL_UF VARCHAR2(2);
    -- tipo que sera retornado
    TYPE REC_TAB_ELEITOR IS RECORD (
              NUM_INSCRICAO VT_NUM_INSCRICAO%TYPE,
              NOM_ELEITOR     VT_NOM_ELEITOR%TYPE,
              NOM_PAI     VT_NOM_ELEITOR%TYPE,
              NOM_MAE     VT_NOM_ELEITOR%TYPE,
              DAT_NASC     VT_DAT_NASC%TYPE,
              DAT_DOMIC_MUNIC     DATE,
              COD_SIT_ELEITOR     VT_COD_SIT_ELEITOR%TYPE,
              SGL_UF     VT_SGL_UF%TYPE,
              NUM_ZONA     VT_NUM_ZONA%TYPE);
    TYPE tab_eleitor IS TABLE OF REC_TAB_ELEITOR INDEX BY BINARY_INTEGER;
    TYPE cursor_consulta IS REF CURSOR;
    SUBTYPE T_NUM_INSCRICAO is VT_NUM_INSCRICAO%TYPE;
    SUBTYPE T_COD_SIT_ELEITOR is VT_COD_SIT_ELEITOR%TYPE;
    SUBTYPE T_NOM_ELEITOR is VT_NOM_ELEITOR%TYPE;
    SUBTYPE T_NOM_PAI is VT_NOM_ELEITOR%TYPE;
    SUBTYPE T_NOM_MAE is VT_NOM_ELEITOR%TYPE;
    SUBTYPE T_DAT_DOMIC_MUNIC is date;
    SUBTYPE T_DAT_NASC is VT_DAT_NASC%TYPE;
    SUBTYPE T_SGL_UF is VT_SGL_UF%TYPE;
    SUBTYPE T_NUM_ZONA is VT_NUM_ZONA%TYPE;
    TYPE rec_consulta IS RECORD (
    num_inscricao T_NUM_INSCRICAO,
    cod_sit_eleitor T_COD_SIT_ELEITOR,
    nom_eleitor T_NOM_ELEITOR,
    nom_pai T_NOM_PAI,
    nom_mae T_NOM_MAE,
    dat_domic_munic T_DAT_DOMIC_MUNIC,
    dat_nasc T_DAT_NASC,
    sgl_uf          T_SGL_UF,
    num_zona          T_NUM_ZONA);
    procedure prc_consulta (     d01_cod_fon_nome in varchar2,
              d01_cod_fon_mae in varchar2,
              d01_dat_nasc in number,
                   d01_qtd_regs out number,
              vtab_eleitor in out tab_eleitor);
    end pkg_consulta_br_nome;
    This is the command line:
    jpub -user=XXX/XXX@there -sql=admcad.pkg_consulta_br_nome
    Am I wrong, or jpub was suppose to publish any type in the signature?
    Please help.
    Rafael Dittberner

    Rafael,
    I suggest you try asking in the Toplink discussion forum. You can find a link to it from this Web page:
    http://www.oracle.com/technology/products/ias/toplink/index.html
    Good Luck,
    Avi.

  • Type not found: Point in Flash CS5.5 on Mac when player is AIR for iOS

    I've installed the AIR 3.0 SDK as detailed by Porawee in this thread, including his corrections to the xml for iPhone further down in the thread. Everything worked at first, but since then I've rebooted my computer, and since the reboot I can no longer compile an .as file that compiled before the reboot and nothing has changed in that file. Specifically, I'm getting error 1046: Type was not found or was not a compile-time constant: Point. I've checked, and sure enough, I have an "import flash.geom.Point" line in with the other imports.
    Ok, now here's the truly odd part: if I change the player from AIR for iOS to AIR 3.0, it compiles just fine. I get the same error, however, when the player is AIR for Android.
    Anybody experienced/fixed this or am I re-installing Flash?

    I've been poking around trying to fix this, and I discovered something... the error occurs on this line of code:
    public function GetIndexOfPointInVector(PointToFind:Point, VectorArray:Vector.<Point>):int
    If I comment that function out (it's not used in this particular project), I don't get that error anymore, even though there are plenty of other Points in use in that very class. Possibly a problem with Vector typing?
    edit: and now StageOrientationEvent is gone.
    Message was edited by: Sean A Simpson

  • Help Required to configure GRC Work Inbox Type Not Found Error

    All .. I am new to the hands on part on GRC 10. Am trying to configure RM Work INbox. When I go through NWBC to Risk Asessments and try to create a Risk am getting the below error: Type _Not-Found Error for the transaction GRRM_POWL_RNP and GRRM _POWL_RESPONE. Have tried some of the suggestions on earlier threads e.g SICF etc. Appreciate your help to resolve

    Fernando . Thanks for the response. I am getting this error when I am trying to create a risk. Attached is the snapshot of the error. I have tried stuff like deleting the cache, checked SICF to see if Web Dyn Pro is active etc

  • Transaction type not found while creation of service order/ticket

    Dear All,
    I had done all basic configuration of CIC but i am not able to create service order and service ticket.
    When i trying to create i am not able to find any transaction type but if i want to create follow-up document from CIC screen then i am able to create both the thing. I am not able to find out where is the  problem. can any body help me out.
    Thanks & regards
    Neeraj

    Hi Francis,
    Thanks
    I am on Interaction Center WebClient 2007.
    I have already done the configuration and Transaction type is popping up for selection screen but once i select the transaction type then system automatically canceled the transaction "Transaction Cancelled"
    But in the same time if i am trying to created follow-up transaction with reference to previous transaction then i am able to created service ticket/service order.
    what could be the problem?
    Regards
    Neeraj

  • Document Type Not Found in Shift Note Settings

    Dear gurus,
    I'm implementing Ecc-dimp function, shift note report.
    I check in PRD SPRO configuration:
    Logistics General -> Make Settings for Shift Note, I have made one Shift Note Type "MS".
    The settings from DEV Server (transport) is "DMO", but when I browse (F4), there's error "Document type DMO cannot be used".
    I've CORRECTLY configured the document type in DMS in production (used by MM consultant for MARA attachment).
    Then I check the settings in DEV server, and browse (F4) on the same configuration.
    There's only one document type which can be used, that is "DMO"
    Here's the error in PRD system:
    [http://postimage.org/image/bjyus8a3x/]
    Is it some SAP bug?
    Thanks for help.
    Best Regards,

    We're running ECC 6.0 EhP4.
    Technical component is 7.01 level 0009
    Business software component is 604 level 0009
    Latest kernel patch
    Regards,

  • Storage unit type not found automatically on LT01

    Hi,
    We have just only one kind of storage unit type in the settings. I want it to be determined automatically on TO creation(LT01) , so that the user is not required to enter it everytime he creates a TO
    I couldnt find a way to do it via custimizing.  Appreciate any tips about it.
    Thanks
    Cihan Polat

    Hi,
    I dont have a problem with storage type determination.
    Acctually what is missing on LT01 is storage type indicator LTAP-LETYP (EXP for my example).
    This is the field on the second screen of LT01 (SAPML03T- 102).
    It is located under quantity, which is just second line  on the screen.
    Requested qty    1                 PC   5SQ2 370-0KA06  /N-OTM.C6  3pol     
    Stor. unit type      EXP                   Material        5SQ23700KA06        
    Certificate no.                         Plant/Stor.loc. 1000   1550         
    Confirm                                                                     
    Printer                                 Stock category                      
    GR date          12.04.2010             Special stock                       
                                            TO item         0                                                                               
    Tpe Sec Stor.bin    Target quantity   AUn                                                                               
    Src                                         0 PC                                                                               
    Dest                                        0 PC                                                                               
    Ret.                                        0 PC                                                                               
    Goods recipient                         Weight                   0,000

  • Pricing Error- Condition type not found.

    Hi Gurus,
    I have a issue with pricing.
    Scenario :
    For a pricing procedure i have 3 condition types ;
    For example :
    ZXED, ZXE1 & ZXE2.
    Of these ZXED is Manual, Mandatory & Statistical in nature.
    ZXE1 & ZXE2 are Manual.
    When i create a sales order my pricing procedure is getting determined correctly.
    The issue comes in when i try to key in the values at the item level condition in the sales order:
    If i see the options(F4) available for me to select the condition types i get have see only one condition type i.e ZXE1. but esentially i should get to see all the 3 condition types as an choice of code(condition type).
    Can any one help me to find out the possible reason why i get to have only one condition type for selection.
    Your suggestion is highly appreciable.
    Rgd
    VIVEK.

    Hi,
    1. Understand onething that a particular condition type if maintained "mandatory" in the pricing procedure then you will have to create the condition record for it using transaction code <b>"VK11"</b>. If it is manual then you can give the rate directly in the sales order after selecting it. Since you have maintained <b>"manual", "mandatory" & "statistical"</b> for the condition type <b>"ZXED"</b> at the same time that is why the system is giving you the error <b>"Pricing error" Mandatory condition ZXED is missing."</b>
    2. Also you want the system to show you all threee condition types <b>"ZXED', "ZXE1", "ZXE2"</b> to choose manually as per your requirement. Do one thing go to transaction code <b>"V/06"</b> - select the required condition type say <b>"ZXED"</b> - double click on it - in the <b>"changes which can be made"</b> section you will see a field for <b>"Manual entries"</b> - in this select <b>"no limitations"</b> and save the <b>condition type</b>. Similarly do it for the other 2 condition types and save it.
    <b>I tell you</b> you must have maintained there <b>"D-not possible to process manually"</b>. If this is maintained then the system will never show you the condition type to choose from the condition type list in the sales order.
    Note: You have maintained for <b>"ZXED"</b> manual/mandatory/statistical. Now as it is mandatory also you have to maintain the condition record for it in <b>"VK11"</b>. Now if you change the rate of this condition type in the sales order then when you will create the invoice in <b>"VF01"</b> the system will show that value only which has been maintained using <b>"VK11"</b> because in billing also the system fetches the condition record from <b>VK11</b> for the mandatory conditions.
    Hope this clarifies and solves your doubt.
    Reward points if solution helps.
    Regards,
    Allabaqsh G. Patil

  • Adapter Type not found

    Dear All,
    In Integration Configuration while defining Communication Channel
    i click on Adapter Type list it says "No Object Found"
    I want to see the standard Adaper List in Communication Channel
    Thanks,
    RP

    Hi,
    Do these steps
    1) Download XI7_0_SAP_BASIS_7.00_10_00.tpz  which is available in a zipped format from the SAP Service Market Place.
    2) Unzip the contents and copy the file <b>XI7_0_SAP_BASIS_7.00_10_00.tpz</b> (if you are using PI 7.0 or else download the file for your XI version) to
            /usr/sap/<SAPSID>/SYS/global/xi/repository_server/import/
    3) Goto Repository (Design)
    4) Choose -> Tools  -> Import Design Objects
    Regards,
    Balaji.M

  • "Role" Resource Type not found

    Referencing TID 7012806, https://www.novell.com/support/kb/doc.php?id=7012806 , I verified our installation is on GW2012 SP2 12.0.2-108211 but we are not seeing "Role" as an option for a Resource Type. Please advise what we can do to make the Role Resource Type available on our system.
    Thank you,
    Ronnie

    On 14.01.2014 15:06, sarnor wrote:
    >
    > Thank you for the reply, Laura. I ran the eDirectory schema check and I
    > got a "The eDirectory schema for the selected tree has been properly
    > modified for use with Groupwise." As Massimo indicated in his response
    > (thank you Massimo), I checked the C1 snap in for GW Administration and
    > noticed it indicated for version 2012 SP1. I copied the snap-ins again
    > from the GW2012 SP2 install zip file to my C1 folder and when I run C1,
    > it continues to display Ver 2012 SP1. So I am not sure if I have the
    > right version of snap ins, and if this is causing the schema not to
    > extend properly. Please advise.
    Unfortunately, the SP2 snapins still display as SP1 in ConsoleOne, yet
    they are different. If you copied them, you should be fine in that
    regard, but unfortunately that was my only idea for now..
    CU,
    Massimo Rosen
    Novell Knowledge Partner
    No emails please!
    http://www.cfc-it.de

  • T61P Type not found - just curious...

    I have a THINKPAD T61P - Type 6460 - 8VU (!!!) - cannot find this TYPE on Lenovo website anywhere - ???
    ANY ideas would be appreciated!!!! (i.e. is it a foreign model??)
    THANKS!!!!!!!!!
    Cory

    Welcome to the forum!
    ThinkPad T61 (6460-8VU)
    T7700(2.4GHz), 2GB RAM, 160GB 7200rpm HD, 15.4in 1920x1200 LCD, 256MB nVIDIA Quadro FX 570M, CDRW/DVDRW, Intel 802.11agn, Bluetooth, Modem, 1Gb Ethernet, UltraNav, Secure chip, Fingerprint reader, WinXP Pro
    Standard U.S. model by all means.
    Support page:
    http://support.lenovo.com/en_US/default.page?
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

Maybe you are looking for

  • TypeError: Error #1009: No se puede acceder a una propiedad o a un método de una referencia a un obj

    Hi, I have a flash file named "the_good_one.swf" with a code to load another flash file "DynamicSlideshow.swf", and I have this Error when I publish the file "TypeError: Error #1009: No se puede acceder a una propiedad o a un método de una referencia

  • Hi sap query doubt

    where shud we add two additional fields in SAP query ? actually i am not able to locate the query but i have the program whch is generated along it . so in whch section of the query i shud write the logic to get two additional fields ?

  • Video rendering error 3

    What is  video rendering error 3 and how can compressor or final cut pro X be fixed. this last update has really created problems for lots of Final Cut users. Very little works like it did before.

  • Voice view express

    I have configured voice view express on cme 8.8.and can able to login to voice view express but i couldnt record or listen any greeting and couldnt listen voicemail.error showing like "ios exception:connection refused", "error initializing recorder.i

  • Shop told me that i cannot change my iphone4s because The warranty is out from Humidity..

    My problem is the power button cannot press... but I went to the shop Shop told me that i cannot change my iphone4s because The warranty is out from Humidity.. I think it's not fair for me, My iPhone never been soak the water before.. I think I used