Error in Logic Editor

Hi,
I want to create transactions using Logic editor of SAP xMII.
Whenever i click on 'Link' option it gives error saying 'Exception has been occured'
null.
Same is case when i work on existing transacttions.
Can anyone please help me in resolving this.
Thanks in advance
Regards,
Shalaka

Shalaka,
Can you please confirm the version of xMII you are using? Also, can you tell me which version of the Sun JDK you are running on both the xMII server and the workstation you are working with the Logic Editor?
Regards,
Michael Teti

Similar Messages

  • PDF Generation Error in Logic Editor

    Hi all,
    I have a small problem with my Logic Editor. While trying to generate Documentation (File --> Generate Documentation) , i am getting a message as
    <b>"This action requries installation of certain PDF librabries. Please contact support for more information"</b>
    Can someone please tell me :
    1. where i can get this PDF libraries
    2. where should i install this?
    Thanks in Advance
    Muzammil P.T

    Here is the direct link:
    http://<<ServerName>>/LighthammerCMS/Help/Getting_Started/InstallationGuide.htm#Installing_the_iText_Library

  • Error while executing transaction in logic editor

    Hi all,
    When i try to execute a transaction in logic editor in my system i get the following error.
    [DEBUG]: Transaction Complete.
    [ERROR]: Error executing transaction Status (403):ok
    But when i try to exectue the same in a different system,the transaction is sucessfully executed.could anyone help me out with is issue!

    U better try to clear the cache enteries and try this.it may help

  • Error while calling BAPI in BLS(Logic Editor)

    Hi all,
    I am using a RFC(BAPI_OBJCL_CHANGE) in XMLL logic editor. I have configured in SAP JCO interface. While executing that transaction, it shows error like ACTION FAILED: End Action SAPJCOInterface_0 : (SAP JCO Interface).  But, when I try with other BAPI's its working fine. At the same time when I execute the RFC(BAPI_OBJCL_CHANGE) in SAP logon its working fine. What could be the problem?
    Help in this regard, it's urgent.
    Thanks & Regards,
    Hemalatha

    Did you try to execute the BAPI from SAP in BAPI Explorer?  If you are not familiar with the behavior of a particular BAPI, that is a good place to do testing.  By using BAPI Explorer, you have bypassed any impact xMII may have on the execution of the BAPI. 
    Once you have the parameters set correctly there and the BAPI executes without error, then try it in xMII.  A couple of other things to keep in mind.  SAP often adds leading zeroes to various ID's (material, production order, batch, etc.).  BAPI's often do not.  So make sure you know the configuration of the object and check to make sure you have leading zeroes where appropriate.
    Hope this helps,
    Mike
    Also make sure you check the Automatically Commit Transaction since you are performing an action upon SAP rather than simply retrieving information.
    Edited by: Michael Appleby on Feb 11, 2008 4:17 PM

  • Error opening a transaction in Logic Editor

    Hi,
    Using 11.5 SR3.
    I have a transaction which some 20 sequences and 30 action blocks. I configured it as a listener. For some strange reason, I just cannot open the transaction in the Logic editor.
    Another issue, though not sure if its related to the same thing is that some of the transactions say 'executing' even though the last sequence in the transaction is executed (the last sequence is a file write and the file is already created) when running from the Logic Editor. I also feel that the performance of the transaction execution has gone down recently. Not sure if all these issues are related or each one is a separate issue.
    Any clues from the gurus?
    Ravi.

    Hi Ravi,
    Found a SAP Note on the transaction loading issue.
    Note: 960362
    Title: Large Transactions can crash server
    URL: [Click Here|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_xap/~form/handler]
    It mentions increasing the heap size as an option.
    Cheers,
    Jai.
    Edited by: Jai Tamhane on Feb 7, 2008 12:23 PM

  • Problem with Business Logic Services Logic Editor

    Hi,
    I am trying to go to Logic Editor under Business Logic Services. I'm getting error that "Unable to launch xMII"
    Is there any java related problem in my machine?
    Regards,
    Amalesh

    Amalesh,
    What version of xMII are you using 12.0 by chance.  If so goto the Java Web Start -> File -> Preferences -> and set your proxy to "None".  I would not recommend reinstalling Java as this will not solve your problem and if you are on xMII 12.0, the recommended version is 1.4.2_13 as a minimum.
    Regards,
    Erik

  • Line numbers in Script Logic editor

    Hi everybody,
    when using the default Script Logic editor in BPC NW I can not see any Line Numbers (or Column Numbers) in the edited script.
    When an error is detected by the system after validating the script, the error message sometimes refers to a certain Line Number where the error occured.
    Is there a better way than manually counting the lines from the top (which can be quite a task when editing, say 500 lines) ?
    Do I miss something here or are you all using alternative editors ?
    Please give me some input.
    Regards.
    Wolfgang

    Hi Nilanjan,
    thanks for the quick answer.
    That would mean that I always need to switch from BPC frontend Script Editor into BW and start a transacion and program there. I would have hoped, that simole line numbers would be a standard feature in the BPC frontend editor itself. Nevertheless...
    Best regards.
    Wolfgang

  • Business Logic Editor with Complex Transasctions

    I'm starting to have some serious problems using the Business Logic Editor with reasonably large (but by no means huge) transactions. These transactions also have nested transaction calls down a few layers. The main symptoms are:
    1)  When opening the Link Editor on the first action it is somewhat sluggish. Opening the Link Editor on the last action can take over 60 seconds.
    2)  If adding a new Transaction Call action, selecting the called transaction in the Configure window doesn't work. The transaction can be selected OK, but the browse window will not close. It has to be cancelled. The Link Editor does not show the transaction's input, even though the Configure window will now show the selected transaction's path OK.
    3)  If the transaction is Saved after 2), that transaction will not open again in the Logic Editor, even after a reboot.
    Memory seems to be part of the formula. The above is on a notebook with 1Gb of RAM. On a dual core with 2 Gb, the problems are less, but not much. On a server with 8Gb, the symptoms disappear.
    Does anyone know if there is a recommended minimum system config for using the Logic Editor?
    What is actually happening when a transaction with nested Transaction Call actions is loaded in the Editor and for exection? I have many transactions that don't have the above problems, but they take a long time to open in the Logic Editor, and up to 1.5 seconds to load when executing the transaction (this is as per the F5 timings).
    Thanks,
    Bill

    Rick,
    These days I'm very careful about large embedded reference docs in my transactions. I actually go through the .trx files with notebook looking for any large chunks of that sort of XML and make sure they are eliminated.
    In the case of this transaction, by the time I get to the actual SQL query action (and remember it's a few layers of nested transaction calls down), it can't run the query anyway. The Query Template name in the configure window is blank. That and any params are set dynamically in Links at run time (the Query Template name actually comes from a config file). If I try Limit Rowcount or Yes when I close the configure window, it just gives an error because it has no idea what query template to run.
    Given this, the problem just doesn't seem related to fetching data. And how would this cause the Links window to take so long to open in the Logic Editor?
    Bill

  • Not able to install Logic on mac with OSX.  10.8.2. Error message: Logic Studio.mpkg cannot be opened as the power pc programs are no longer supported. I have logic studio 8 software purchased in 2007 and upgraded with logic studio 9 (purchased in 2009)

    After an earlier attempt to move Logic from my other mac (OSX 10.6.8) with the migration assistant to my new mac with OSX 10.8.2. I've re-started the whole start up process by erasing the hard drive from the new machine and build it up from scratch. After a new "out of the box" start, I decided to install LOGIC from my disks : starting with my 2007 package Logic Studio 8 and upgrading with my Logic 9 package from 2009. When trying to start to install 2008 I got the error message : Logic Studio.mpkg cannot be opened as the power pc programs are no longer supported.
    What does this mean? HOw do I get this working under 10.8.2 as it works flawlessly under OSX 10.6.8. For sure I didn't buy a new machine to have OSX 10.8.2 but I suspect this is the roadblock to installing my logic package.
    Help!

    Mark,
    Sorry...
    I completely lost the thread (I actually got confused between you and another poster on a another forum that was asking the same basic question) and somehow ended up thinking you were trying to install on a PPC Mac
    My apologies and please ingnore those parts of my last post relating to the PPC Macs...
    You have an Intel Mac and therefore Logic Studio 2 Boxed Upgrade set should install/run on your Mac without issue. As I said earlier.. you do not need to try and install from the original Logic Studio 1 /Logic 8 Boxed set...(It won't work anyhow because you have an Intel Mac and that version had a PPC installer)  but just install from the Logic Studio 2 / Logic Pro 9 Upgrade Boxed setof DVDs instead...
    Have you tried the "Make Disk Image" solution I gave earlier? That normnally works under such circumstances as what you are describing can happen when your DVD drive cannot read the DVDs correctly... I have had this situation myself where one drive read them okay and another failed to do so for whatever reason. Making and then installing from Disk images of those exact same disks resolved the issue for me...
    You can try to reinstall directly from the DVDs of course though under some circumstances it may not allow you to reinstall Logic Pro itself if that part of the original installation attempt was successful... in which case you can also try this... (It's probably the easiest method if Logic 9 was already installed and present in your Apps Folder)
    If the Logic Pro App is in your applications folder..
    Run Software Updates to update Logic Pro to a version that will run under 10.8.2 (The initially installed version of Logic will not)
    Run Logic
    Go to the menu bar in Logic and select Logic Pro/Install Additional Content and select all content in there..
    This content is basically exactly the same as what is stored on the remaining DVDs of the boxed set so you might not need to use the rest of the DVDs to install from but download it all instead from Apple Servers...

  • Post installation error "Local logical system is not defined"

    Hello everyone,
    I freshly installed the latest SAP NetWeaver 7.01 ABAP Trial from scratch and like to configure ALE.
    I followed thew steps of http://help.sap.com/printdocu/core/Print46c/EN/data/pdf/CABFAALEQS/CABFAALEQS.pdf
    (ALE Quick Start) but cannot get through the following step on page 12:
    From the R/3 Implementation Guide screen in TA SALE
      choose Basis
        Application Link Enabling (ALE)
          Modeling and Implementing Business Processes
            Maintain Distribution Model and Distribute Views
    Clicking on Maintain Distribution Model or using TA BD87, I immedeately get the following error:
    The initialization of the logical system has failed.
    With TA BD64 the error: Local logical system is not defined arises. I also looked at
    /people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi,
    /people/vikash.krishna/blog/2006/10/15/replicating-hr-master-data-part-1 and
    /people/kevin.wilson2/blog/2006/11/13/ale-scenario-development-guide describing the same actions
    to find an explanation, but without success
    I assume, the error does not occur because the trial version does not support it, but
    because of other post installation activities that must be done.
    I already created two logical systems and assigned them to newly created clients 100 and 200,
    but this did not have any impact on BD87 and BD64 as i was hoping.
    Does somebody know what to do here?
    Thanks in advance and kind regards,
    Andreas

    Hi Naveed,
    i made the following settings:
    SCC4: new entries created
    100     Sending System
    200     Receiving System
    SM59: new ABAP type 3 connections:
    RFC_DEST_LS_100
    RFC_DEST_LS_200
    - Tab Logon & Security Logon user: current user (bcuser client 001)
    Connection test is successful
    - Technical Settings: target host: localhost
    SALE: new logical systems created
    LS_100
    LS_200
    SCC4:
    double click on 100 Sending System   configured with logical system LS_100
    double click on 200 Receiving System configured with logical system LS_200
    kind regards
    Andreas

  • Can't save=Error -39 Logical End Of File Reached

    Hi whenever I try to re-save a .jpg file, I get the "Error -39 Logical End Of File Reached."
    I have tryed everything I can think of: Copy/Pasting; Importing, etc. with no success. Any help would be greatly appreciated!
    Thanks.

    DamonGrant wrote:
    Thanks for those suggestions Erik...
    It's been happening for a month I guess and I don't think that anything new's been installed. I will try recording to the start up disc and to maybe to some USB discs I have.
    It seems to happen after working on a project for some time.
    After say tracking takes for 45 mins or so. Maybe it's just coincidence, but do you think that might indicate a hardware issue?
    Now there might be a clue. What happens when you then quit Logic, reboot your Mac, and reopen the active session? It might be that your disk has become a bit messy from all the traffic, and it just needs to 'settle' in OS X again. Click on the *Spotlight icon* top right of your screen and see if any indexing is taking place. Wait for it to finish before launching Logic.
    Alternatively, you could exclude your recording disk from Spotlight indexing alltogether, by dragging the disk to the Privacy field in the Spotlight Sysprefpane.
    One other thing to do: turn off Journaling , using *Disk Utility.* Select your recording volume in Disk Utility, hold the alt key while dropping down the File menu. Choose *Disable Journaling.*
    On the other hand, it might also point to a RAM issue. Do you ever suffer Kernel panics (=the darkening 'curtain' and the message "You need to restart your Mac... etc")? or 'unexplained' crashes? If not or very rarely, I'ld rule out a RAM issue. If daily, it could be. What you can try in this case is to turn of your Mac and physically take out and reinsert your RAM.
    And when you trash (=eject/unmount), physically disconnect and reconnect your recording disk? Does that help? (Logic should not be running when you do this)

  • Internal order - Error - Different logical system for order

    Hello all,
    I try to send IDoc (INTERNAL_ORDER) from system A to system B.
    I have done:
    - BD64 / WE20 / WE21
    But after having customizing I have got following error:
    Different logical system for order xxxxxx
    Message no. 2075ALE001
    Diagnosis
    Internal order xxxxxxx already exists in system B. Its master system B is different from the master system A of the new internal order to be distributed with the same order number xxxxxxx.
    System Response
    Internal order xxxxxxx with master system A cannot be distributed in system B.
    Procedure
    Check customizing for ALE for internal orders.
    How to solve this?
    My aim is to maintain internal order master data in test system.
    Thanks for your help.
    David

    I have found something.
    If I change in table AUFK, logical from empty to A (master) and I run IDOC then IDOC has been correctly integrated.
    Then: how to define "master"?

  • How to Display Multiple Rows in Business Logic Editor

    Hi Friends, I took the standard BAPI:   BAPI_MATERIAL_GETLIST and followed the SAP- xMII documentation. It is not showing any records. Does any one have good example. Please let me know.
    If I run the same BAPI from R3 system, it is showing 7 records.
    Can I display the data in Business Logic editor? Please help.

    Hi Dilip
              I have gone through your post and I think that the info provided by yu is not sufficent to answer yur question exactly but i would suggest yu the following solutions :-
    1. It may be the case that yu are not looping on the Response XML from the BAPI. You need to loop on the repeating node of the Response XML of the BAPI and on each loop yu need to append the record read to a xMII Output XML document using Row structure. Finally Yu can assign the document to the Output variable.
    2. Check for the type of Output Variable. I guess that it's String type. In that case, convert it to xml type.
    Hope it helps.
    Amit

  • Not able to login in CMS Logic editor

    Hi,
    I'm using older version of sap xMII 11.0. I'm not able to login CMS Logic editor using my user name and password but able to login to the other xMII pages. Do we need to modify any system properties?
    regards
    Bala

    I think you should talk to your colleague who messed up the server environment:  Changing Lighthammer Home in BLS (xMII 11.5)
    Once it is solved I assume you'll be able to login as well.

  • [not solved] Error opening the editor - assertion failed

    Hello everyone,
    I began a project under Linux with Eclise and Flex builder alpha build 3.0.204732.
    Everything's going fine under Linux but then, I wanted to access my project from Windows using Flex builder 3.0.2.214193.
    If I do that, I receive the error: "Error opening the editor. Reason: Assertion Failed:"
    Could you help me?
    Thanks a lot

    up

Maybe you are looking for

  • Calling Shell commands in C programme

    How would i call shell command using C programme.

  • Deleting from the loop browser

    Is there a way to delete loop names from the loop browser drop down list and the actual loops themselves? I inadvertently (sp?) added loop folders that I had bought and downloaded to the loop browser without first naming the loop folders being added.

  • Entries Related to Production Order

    Hi Friends.. I want to know the entries after receiving material from production. EX:1. RM Issue for Production RM consumption A/C Dr    100(P&L)   TO Inventory A/C CR              100(B/S) After if it got Finished Goods 2.For Finished Goods Finished

  • Java WD cooncect to RFC in ABAP

    Hi, i'm having doubt about the way Java Web Dynpro should have or has to do, to connect to a RFC in Abap. do i have to use some special process? i appreciate the help, thanks in advance

  • Creating folders in the cloud

    Hi, it is nice to store a document in the cloud, rather than on your Mac, so that I can get it later. Matter of fact that seems to be the default storage place. Problem is, it becomes a gallery of files, none of which are organized into folders. is t