Message Mapping activation Problem

Hi
when i activate my message mapping , I am getting an error message like there is not enough disk space, which quite straight forwardly asks me to go and look the space of the XI drive. I looked into it and i have got only a few MB space left out(less that n 50 MB). Now what files can i delete to regain the space back?
kindly advice.
regards
krishna

NO - THIS IS YOUR DATABASE!
Do you run a backup from DB13?
if so, run redo log copy save delete - this deleted the log file after taking two copies.
The redo logs will be somewhere like
oracle\<SID>\origloga
oracle\<SID>\origlogb
oracle\<SID>\oraarch
oracle\<SID>\sapbackup
Again. run from DB13 and not delete from O/S

Similar Messages

  • XI 2.0 Message Mapping Activation Problem

    Hi All,
    When I attempt to activate a message mapping, I receive the following message:
    Activation of change list cancelled
    Check Result for Object Message Mapping ZHRMD_A05toEAI | http://com.sl.xi:
    *Starting Compilation
    *Error while Compiling
    This is a rather large IDoc, so I'm wondering if it's a memory problem. Do you know where I can "Check Result"? The actual mapping is very routine, so I don't think it's a syntax problem.
    Any help is greatly appreciated!
    Kind Regards,
    Jeff
    Message was edited by: Jeff Kocur

    It does appear to be a resource issue. Following your suggestion, I ran a test and received this message:
    Messages:C:\jdk1.3.1_11\bin\javac -encoding UTF8   -classpath .;.\system-lib\boot.jar;.\system-lib\jaas.jar -extdirs .\additional-lib;.\services\deploy\work\applications\ExchangeRepository -d C:\WINNT\TEMP\12_9_21_22_10_2004 C:\WINNT\TEMP\12_9_21_22_10_2004\com\sap\xi\tf\_ZHRMD_A05BtoEAIZHRMD_A05B_.java
    The system is out of resources.
    Consult the following stack trace for details.
    java.lang.OutOfMemoryError
         <<no stack trace available>>
    Compilation error

  • Message Mapping Activation Error

    Hi,
    Can any one help me.....
    My scenario is MQ -> XI -> RFC
    While I did the message mapping activation,
    the error message shown "C:\usr\sap\XIT\DVEBMGS00\j2ee\cluster\server0.\temp\classpath_resolver\Map11441a7066c411dab32f000c2961ecf\source\com\sap\xi\tf\_MM_GET_SDCR_.java (System can't find the path)
    Does anybody have any idea what could be wrong?
    Thanks.
    Edy

    Dear anand,
    Thanks for your helps!
    I have solved the problem this noon and the root cause
    is that the C drive is too full to fit in anything...
    That's reason why I have this kind of message.
    Thanks again!
    Edy

  • Message Mapping Logical Problem

    Hi there I have an issue with my message mapping. My source structure looks like this.
    IDOC
    -Seg1
    ---Element1
    ---Element2
    ---Seg2
    ElementA
    ElementB
    Ok so I have to map the IDOC to a flat file. Seg 1 is the Header and Seg2 is the Details. For each flat file there will only be 1 Seg1 but there can be X amount of Seg2s' in the flat file. My problem is mapping Element 1 to Element A. Element A has the value of Element 1 and 2 combined. It appears I cannot map a lower hierarchy to an higher hierarchy? I tried changing the context but with no luck.
    Any idea?
    Thanx,
    Jan

    My problem is mapping Element 1 to Element A.
    What do you mean by this? I guess you want the Element1 to appear with each Segment occurrence. If yes, you may use standard function useOneAsMany as shown.
    /people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii
    Regards,
    Prateek

  • Message Mapping activation error-Source code has syntax errors in UDF

    Hi all,
    I wrote a small UDF for sum of 2 numbers:
    import
    udf.*
    public String getsum(String a, String b, Container container) throws StreamTransformationException{
    int c = Integer.parseInt(a);
    int d = Integer.parseInt(b);
    int e = packageDemo.getSum(c,d);
    return e+"";}
    In imported archives, i imported pack.jar
    In D:\udf , I have packageDemo.java, packageDemo.class, aii_map_api.jar, pack.jar(has the other 3)
    packageDemo.java :-
    package udf;
    public class packageDemo{   
        public static int getSum(int a,int b)
            int c= a+b;
            return c;
    Did i miss anything?? Icant activate message mapping for 2 errors:-
    1.package udf does not exist
    2.Function getsum, Line 3:
    cannot find symbol symbol : variable packageDemo location: class com.sap.xi.tf._xml_mm_int e = packageDemo.getSum(c,d); ^Note: /usr/sap/P7R/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapd4214d3099dc11dd9470001d090e4bbe/source/com/sap/xi/tf/_xml_mm_.java uses or overrides a deprecated API.Note: Recompile with -Xlint:deprecation for details.Note: /usr/sap/P7R/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapd4214d3099dc11dd9470001d090e4bbe/source/com/sap/xi/tf/_xml_mm_.java uses unchecked or unsafe operations.Note: Recompile with -Xlint:unchecked for details.2 errors
    Edited by: NagaDurga Nannapaneni on Oct 16, 2008 1:07 PM

    Hi ,
    Think the error is coming because the content in imported archive is not being taken into message mapping at all...so package, class, method ..nothing is identified.
    Can anyone suggest the solution..
    Thanks,
    Durga

  • Message Mapping- 3 problems

    Hi,
    1)I need some information regarding Message Mapping. I need to map the field TDLINE of segment E1EDKT2 of IDOC ORDERS05 to the target fields. But based upon the index number of the record of this segment, I must map it to different fields (eg.E1EDKT2[10], E1EDKT2[3]). How can I incorporate this in Message Mapping?
    2)And one more scenario is as follows.Use PARTN if exists or use LIFNR to map to target and it must satisfythe conidtion PARVW = AG. Should we need Java code or can we achieve this using two 'If' conditions.
    3)We are looping at a source segment and it has multiple  occurances.How to create multiple segments in target based on condition.
    Can anyone help me.
    Thanks,
    Srinivas

    > 1) I need to map the field TDLINE of segment E1EDKT2
    > of IDOC ORDERS05 to the target fields. But based upon
    > the index number of the record of this segment, I
    > must map it to different fields (eg.E1EDKT2[10],
    > E1EDKT2[3]). How can I incorporate this in Message
    > Mapping?
    You can use the index function (with SP13):
    E1EDKT2* - index
                      equalS
        constant(10) /     
                             ifWithoutElse - target
    TDLINE - removeContexts /
    check the correct context
    > 2)And one more scenario is as follows. Use PARTN if
    > exists or use LIFNR to map to target and it must
    > satisfy the conidtion PARVW = AG. Should we need Java
    > code or can we achieve this using two 'If'
    > conditions.
    Sure you can chain if statements:
            PARVW
                  equalS 
    constant(AG) /     
                         ifWithoutElse
                  PARTN /            
                       PARTN - exist - if - target
                                  LIFNR
    This mapping assumes, that PARVW = AG is available, when PARTN is available.
    > 3)We are looping at a source segment and it has
    > multiple  occurances. How to create multiple
    > segments in target based on condition.
    Here is a pattern:
    condition - createIf - target
    condition has to be a queue of true and false with the same occurrency as source.
    All sub nodes of source are now arranged correctly under the target node.
    Regards
    Stefan
    Message was edited by: Stefan Grube

  • Error while activating message mapping

    Hi,
    We are trying to activate message mappings and getting error as CHECK_EXCEPTION and in error details its showing that usr/sap/server.........................../classpath_resolver/Map.......................no such file or directory.........
    What can be the issue?We can activate all other objects(DT,MT,IM,etc)
    Best Regards,
    Harleen Kaur Chadha

    Hi
    Check this thread you can find the reason for this error CHECK_EXCEPTION solved here
    Activating Object in IR - Getting Null Pointer Exception
    Re: mapping test error
    Internal error while checking object Message Mapping...
    Problem Activating Mappings in the IR
    Message Mapping activation Error
    Regards
    Abhishek

  • Nokia activation problem

    Hi
    i have a nokia Lumia 520 and since a couple of weeks i have been facing some problems with my nokia music subscription pack. Everytime i try to download something this message appears "ACTIVATION PROBLEM you are already registered with a nokia Lumia unlimited subscription pack" now i don't remember my original account with which i first logged in.. Please help me out.. How do i solve this problem.. Thanks a ton for your time

    Hi, p2050. Welcome to the Nokia Support Discussions. The Nokia MixRadio Unlimited service is tied up with the Nokia account you've used to register to the service. In this case, think of the possible email addresses you've used before and login for your MixRadio app. If you have forgotten your password, you can use this link to retrieve it:
    https://account.nokia.com/acct/passwordReminder
    Keep us posted.

  • Problem while activating message mapping

    Hi all,
       I am facing a problem while activating message mapping in IR.It says Object being edited by XXXX and cannot be activated.It's giving my user name itself and even it doesn't allow to go to edit mode even.But I am not opening  it twice.How to monitor all the XI users logged into the XI system and find the users using IR and ID objects.Please help in this regard.
    Thanks.

    Hi Jaya
    It is .....
    http://<host:port>/rep/support/public/LockAdminService
    Hope this helps !!!
    Regards,
    J Augastine

  • Problem in activating message mapping

    hi all,
    When I try to activate the message mapping, it is saying that my namespace does not belong to my s/w component,
    So I checked my namespace, it was not active. I tried activating it but it says user pi7gen is currently editing the namespace.
    But no one is logged into the PI system except me (I checked it in sm12). Kindly help me with this issue.
    Thanks and Regards
    Manoharan

    Hi Manoj,
    Here is the direct URL to remove lock from your object use this if your facing any problem in above mentioned ways.
    http://<ServerName>:<port>/rep/support/public/LockAdminService
    <port> is generally 50000 <Server name> is same which used fro opening Integration builder .
    Regards,
    Saurabh

  • While Activating  Message mapping, error.

    Hi
    While activating my message mapping  i am getting this error "JMS server failed"
    How to resolve this and whats the cause of it?
    Please do not post links.
    Thanks in advance
    Saiyog
    Points will be awarded
    Edited by: Saiyog Gonsalves on Jun 13, 2008 6:09 PM

    Hi,
    There seems to be problem with J2EE Server. Please follow the following steps and it will resolve your error.
    login to J2EE Visual aadmin ->cluster ->services ->.JMS connector ->runtime(Right side tab) ->check the factories / destinations (if anything is in red color X mark).
    Fix it and restart the server.
    Pls reward points if answer is useful
    Thanks
    Amit

  • Problemin activating Message Mapping

    Hi experts,
    I am facing some problem while activating the message mapping, error is as follows:
    "Internal error while checking object Message Mapping.
    [][db2][jcc][102][10040] Non-atomic batch failure.
    The batch was submitted, but at least one exception
    occurred on an individual member of the batch.
    Use
    getNextException() to retrieve the exceptions for specific
    batched elements."
    PLEASE PROVIDE ME WITH SOME IDEA ABOUT WHY IT IS HAPPNING.
    Thanks in advance.
    Regards
    Pradeep

    Hi,
    The same error is solved in this thread..
    Problem Activating Mappings in the IR -- see the last 2 comments.
    Thanks
    Swarup

  • Message Mapping : ( Not Activating )-Main Exception in thread "main"

    Hi all
          I have configured a message mapping , with proper occurence checked for
    both source & target MesTypes.
    But on activation it is throwing the error :
    <b>java.lang.NoClassDefFoundError: com/sun/tools/javac/Main Exception in thread "main"</b>
    Also my previous mappings are also not activating , which were running properly previously...
    i tried these option already :-
    --> i also restart the Java Stack...
    ---> Re: JAVA stack not starting
    > SAp note 928038
    still i am getting the same error..
    Regards
    Ashutosh Rawat

    Ashutosh,
    I am not sure weather it will resolve your problem but you can give a try to it.
    If you have the access for tcode "<b>SICF</b>" then
    1. Run tcode SICF, and press F8 button.
    2. default_host>sap>xi.
    3. Now check the below mentioned are activated (activated services will be in black) or not, if not then just right click and activate the service:
         i). adapter_plain
        ii). cache
       iii). cache_gui
        iv). cache_ssl
         v). docu_apperror
        vi). docu_syserror
       vii). engine
      viii). simulation
    Regards,
    Sarvesh
    Message was edited by:
            Sarvesh Singh
        <b>SFIC</b> is corrected to "<b>SICF</b>"

  • Error: "Operation (Message) Mapping ... does not exist" during activation

    Hello Colleagues,
    I face following problem at our PI 7.1 System.
    After import and activating Integration Builder (Directory) Objects I received the Error "Operation (Message) Mapping ... does not exist" but the object (s) exist at Enterprise Service Builder (Integration Repository) at respective Software Component Version.
    The individual Product and respective Software Component Version was created at SLD and imported at Enterprise Service Builder (Integration Repository). Afterwards Namespaces with different objects was created incl. the missing Operation Mapping.
    As Check:
    When I try to import under menu Tools\Apply Model from ES Repository at Integration Builder (Integration Directory) i see onyl SAP (SAP BASIS 7.1) Software Components.
    I am not able to find any object regarding the individual created Product\Software Component.
    So, i asume objects from the Enterprise Service Builder (Integration Repository) aren't available at Integration Builder (Integration Directory).
    SLD cache refresh and application restart already performed.
    Any idea?
    Many thanks in advance!
    Regards,
    Jochen

    Hi Laxmi,
    attached short steps that we performed.
    In general in upfront:
    This behavior happend after import objects from DEV to TEST for Enterprise Services Builder (IR) and Ingegration Builder (ID) in addition manual object creation at SLD for Technical Systems and Business Systems.
    We don't have (currently) a central SLD for each environments DEV, TEST, PROD (not finished setup up to now). For each environments we have a local SLD at PI (XI).
    Deployment steps:
    - Product and respective Software Component Version created under Software Catalog
    - objects creation at SLD for Technical Systems
    - objects creation at SLD for Business Systems
    - objects imported from DEV to TEST for Enterprise Services Builder (IR) incl. save and activation
    - objects imported from DEV to TEST for Integration Builder (ID)
    - manual configuration for communication channels performed
    - after save and activation i received following error message: "Object Operation Mapping: ... does not exist.
    Because of this error message I thing objects out of the Enterprise Services Builder (IR) aren't available at Integration Builder (ID) but i don't know the cause.
    Could you help me to understand this behavior?
    Many thanks in advance!
    Regards,
    Jochen

  • Error while activating any message mapping in IR: very strange

    hi forum i m getting an error in IR while activating any messageMapping.
    the error is too long to be posted....i m posting a few lines of that:
    •     Internal error while checking object Message Mapping MM_sdptestFileToFile | http://sdzpoc.com.test/sdptest (ZPOC_TEST, 1.0 of zpoctest); see details (CHECK_EXCEPTION)
    •     Internal error while checking object Message Mapping MM_sdptestFileToFile | http://sdzpoc.com.test/sdptest (ZPOC_TEST, 1.0 of zpoctest); see details (CHECK_EXCEPTION)
    •     /usr/sap/XID/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapdddd0cb0100311dca6090012799eddc6/source/com/sap/xi/tf/_MM_sdptestFileToFile_.java (No such file or directory (errno:2))
    •     /usr/sap/XID/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapdddd0cb0100311dca6090012799eddc6/source/com/sap/xi/tf/_MM_sdptestFileToFile_.java (No such file or directory (errno:2))

    Sudeep,
    Let we try this way. I'm sure you might have some existing mapping objects in IR.
    Try to change that object(Description give some name) and activate again the object.
    Reply your results whether you are getting the same error.
    One sec before changing the object just test the mapping and change the object.
    Best regards,
    raj.

Maybe you are looking for

  • Network Cable Unplugged when chaning power outlet

    Im on a T60 running XP version 2.10.  When I connect to AC power when switching from one power outlet to another power outlet I get "Network Cable Unplugged." It disconnects and connects back to the network.  This wouldnt be a big deal but when it ha

  • Itune 11.3 is not picking up my iphone5 and iPhone4

    Dear User group, I recently update my iTunes to version 11.3 on my windows 8 64bit operating system. Every since i have update the itunes software, itune does not even pick up any of my devices, i have an iPhone 4 and an iPhone5. both devices are upd

  • Crystal XI viewer will not open in Internet Explorer

    I have a web site using ASP and we are using Crystal XI as our report program.  We developers have created the .msi file that is distributed to our QA and Production Servers so that all users can run reports and see them in Crystal Viewer using IE us

  • URL to Specific Page in PDF

    I have to create a web page that has links to various pages within a single PDF. Links to PDFs open the document at page 1 by default. I have read that if you create a hyperlink like this, you can link to a specific page: http://www.somewebsite.com/s

  • Restored from Time Capsule and OS Downgraded.

    I just bought a MacBook Pro and I restored or installed it from my previous MacBook through TIme Capsule.  I now have OS X 10.7.5 where before the install it was the newer version.  I want to reinstall the newer version that came with the laptop.  Ca