Localconnection issue

solved - pleaes remove

hi
ive had problems with this too - i found that sometimes the old connection (eg from a previous test movie) was still 'live' even though no swfs were running and this would stop the connection working the next time i did test movie.
i was connecting an AS2 swf and an AS3 swf in the browser so a different scenario to yours but it could be the same 'problem'?

Similar Messages

  • LocalConnection issues- works great and then fails

    I'm having trouble with LocalConnection.  I'm using it to have a button in the main swf file control another sub swf file.
    This is my AS2 in the main swf:
    outgoing_lc = new LocalConnection();
    about_btn.onRelease = function() {
    outgoing_lc.send("lc_example", "methodToExecute", "../assets/flash/buenosaires_text.swf");
    gotoAndStop(2);
    hide_btn.onRelease = function() {
    outgoing_lc.send("lc_example", "methodToExecute", "../assets/flash/empty.swf");
    gotoAndStop(1);
    Basically I'm telling the button in main to load a movie in the sub swf with about_btn and then go to frame 2 in the main swf, then when they hit the other button, it loads a different movie and goes back to frame 1 in the main swf file.  The sub swf is basically empty with a holder movie in it and this AS2:
    incoming_lc = new LocalConnection();
    incoming_lc.connect("lc_example");
    incoming_lc.methodToExecute = function(param){
    holder.loadMovie(param);
    The two movies buenosaires_text.swf and empty.swf have content but no actionscript.  Also- it might be worth noting that I have 4 pages on the site that have this action taking place, but they are 4 separate html pages that house the swfs.
    It worked great, and then became unstable as it was tested more and more, it would work and then the user would navigate back to it and try the buttons again and they wouldn't work.  All is remedied when the browser is refreshed, but you can't put a disclaimer on a site to have the user refresh every time it stops working. (this site has been tested on 2 different servers and locally all with the same outcome)
    Any help would be greatly appreciated... I've been killing myself over this and my inability to figure out what is wrong with my apparently possessed script.

    I'm not sure what you mean, I'm embedding the swf files like this:
    main swf:
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','786','height','572','src','../assets/flash/kyiv','quality','high','pluginspage','http ://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie',' ../assets/flash/kyiv' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="786" height="572">
        <param name="movie" value="../assets/flash/kyiv.swf" />
        <param name="quality" value="high" />
        <embed src="../assets/flash/kyiv.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="786" height="572"></embed>
      </object></noscript>
    sub swf:
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','415','height','70','src','../assets/flash/text_kyiv','quality','high','pluginspage',' http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','../assets/flash/text_kyiv' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="415" height="70">
        <param name="movie" value="../assets/flash/text_kyiv.swf" />
        <param name="quality" value="high" />
        <embed src="../assets/flash/text_kyiv.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="415" height="70"></embed>
      </object></noscript>

  • Flex SWFLoader LocalConnection Click events problem

    Hi,
    I'm experiencing a issue while trying to integrate a SWF movie with Flex for using it to create an AddOn for Xcelsius SDK. The idea is to create a Map Addon , just like the ones that are included with Xcelsius but with a custom map of the region where i live.
    The swf communicates with Flex through a LocalConnection and sends a message each time a region has been clicked, Flex retrieves this event and copies a data row to another place in the Excel Spreadsheet, so other diagramms can feed themselves with this data and represent it or whatever.
    This localconnection works just fine when i execute the Flex Project alone, but when i generate the Addon (using the AddOn packager), this stops working. I introduced a label to use as debug so each time a message from the swf file comes , Flex will write the message in this Label.
    What i saw, and that is the strange part of this issue. is that this label is being Updated also in Xcelsius, because when i leave the Preview mode i can see on the edit window that the label has changed its text, but not during the Preview mode (it is where i need it to work)
    I am using Xcelius SDK 2.0.1 Hotfix 3 , Flex Builder 2, Flash cs5 (tried with AS2, AS3 and exporting for multiple browser)
    Has anybody experience the same issue?
    Know somebody a howto, tutorial or sample of a Custom map in Xcelsius?
    Where can i find good Documentation? (i have already the samples and tutorials from SAP)
    Thanks in advance,
    Alex.

    How are you embedding the map?
    Xcelsius does not use Flash maps (so does not embed them in a SWF).
    You may be better off using SVG for your map and compiling it into the Flex project using the [Embed] metadata like you can for SVG.
    Or like I did with AnyMap parse and draw the SVG on the fly instead.
    That way you don't need to embed a Flash map and use the LocalConnection.
    Regards
    Matt

  • LocalConnection send not working consistently

    Hi
    I facing an issue with LocalConnection.send.
    I have two AIR applications (both on the same local m/c) and there are about 6000+ messages sent from one application to another via LocalConnection.send.
    Each message is less than 800 bytes. The messages to be sent are queued and each one is sent only after StatusEvent of the one currently sent is received.
    This sometimes works perfectly fine i.e. all 6000+ messages are  successfully sent from one App to the other but at times many of the messages fail (about 300+) to get sent....the send API throws error status but provides no reason why it failed. And once it starts failing all subsequent messages fail.
    What could be the possible reasons why localconnection send works fine at times and at times it throws error for the same message thats being sent ??

    hi
    ive had problems with this too - i found that sometimes the old connection (eg from a previous test movie) was still 'live' even though no swfs were running and this would stop the connection working the next time i did test movie.
    i was connecting an AS2 swf and an AS3 swf in the browser so a different scenario to yours but it could be the same 'problem'?

  • Compatibility Issues with AS3 & 2

    This question has a few parts actually. Let me lay down the
    groundwork - I'm starting a new project, but I have yet to decide
    whether or not I will create it in AS 2 or 3. One thing the swf
    will do is load other swfs into it - it also will need to somehow
    connect with these loaded SWFs and transfer data back and forth. I
    understand the compatability issues associated with loading AS 2
    swfs into AS3 - see here -
    http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=L iveDocs_Parts&file=00001801.html
    At the bottom right of the chart, adobe suggests that AS 1.0
    and 2.0 can "cross-script" with AS 3 using localconnection. There
    are already SWFs developed that need to be loaded into my new
    project, and I would like to create new SWFs as well, some of which
    may benefit from being coded in AS 3 (as well as possibly being
    created in Flex). I also think that overall my project will benefit
    from using AS 3. However, there are a few issues that I can't
    resolve - here are my problems -
    If I create my project in AS 3, and then load SWFs that use
    AS 2, the project can access the loaded SWF through a
    localconnection - however, can they pass objects, like XMLNodes, to
    each other, and each understand the other, even if one uses AS2 and
    one uses AS3? Or can they only invoke functions on each other's
    sides...
    If they cannot pass objects to each other, what I may
    consider doing it creating the project in AS3 and requiring all
    SWFs that are to be loaded into the main project to be rewritten in
    AS3 - that way the loaded swfs can pass data safely to the loader.
    My other question - supposing this is the case, say I want people
    to be able to develop SWFs for my project, but they are used to
    using the flash IDE - flash 9 wont be out for a few months...they
    can create an .fla in flash 8, write actionscript classes in AS3,
    then load it all into the flash9 preview and compile...making their
    swf compatible with my project...can they use components, which are
    coded in AS2? I dont think AS3 differs so much from AS2 that they
    couldnt just code normally and then compile in the flash9 preview,
    but what problems may arise from developing in this fashion? Would
    that mean that people coding in AS2 could simply make a few
    adjustments for AS3, load the .fla into the flash9 preview and
    compile and make an SWF that is compatible and accesible from my
    project? Any help on these issues would be very much appreciated -
    thanks!

    I was trying to test this for you in AppleWorks 6 Windows XP in Parallels on my MacBook Pro, but each time I tried to open a draw file I had originally create on my Mac, AppleWorks 6 for Windows crashed.
    I tried another, smaller draw document & it opens without problems & I can move the objects around. I'd suggest deleting the AppleWorks preferences, but I don't know where they are in Windows XP.

  • Flash/Director LocalConnection - AllowDomain

    Hi,
    I am using the LocalConnection object to communicate between
    a Flash MX2004 SWF and a Director MX2004 movie (running in the
    Authoring environment). I need the two to communicate across
    different domains but, although I have followed the documentation,
    this does not appear to work!
    My Director movie WILL execute the called handler when the
    calling SWF is run locally, but NOT when it is run on the web.
    The documentation says that in order to allow the sending
    LocalConnection to talk cross-domain to the receiving
    LocalConnection I need to do the following:
    1) Make sure both connections are connected with names
    starting with an underscore... CHECK. My LCs are connected as
    "_SourceLC" and "_DestLC"
    2) Make sure that the allowDomain functions for both LCs are
    set to return true for the required domains... CHECK. My LCs'
    allowDomain functions both simply return true
    When running cross-domain, when I call the desination LC
    (_DestLC) from the source LC (_SourceLC), it gets as far as the
    allowDomain function, but does NOT execute the required function.
    However, when both are run on the same domain, the allowDomain
    function is executed followed by the required function being
    successfully executed.
    Can anyone help? Am I missing something, or is the
    documentation wrong?
    Thanks,
    Andy

    After having no luck, I found that I can communicate between AIR and an embedded an SWF in my Director movie. So I am just doing that as a go-between to pass commands from my AIR app to my Shockwave Projector.  I hope this helps anyone else who comes across this issue.

  • Alternative to LocalConnection?

    I'm having huge bug issues with LocalConnection that nobody seems to be able to find errors in my code/files. So... I'm looking for an alternative.
    I need a main swf file to load an external swf including the ability to have it move from one frame to another.  If this isn't a possibility, I can also just have the main swf hide/reveal a div or just an image in the html.
    Any help would be greatly appreciated... I've been throwing sh*t at the wall to see what sticks for the longest time, and I'm ready to move away from LocalConnection.
    Thanks!

    Hmm, not sure if I'm phrasing this appropriately. This will be more helpful:
    In the image, the button in main.swf needs to tell sub.swf what swf to load, or what frame to go to... doesn't matter either way. They are completely separate swf/flash files.

  • LocalConnection and attachMovie...

    SORRY(BUT FOR ANYONE INTERESTED, THE PROBLEM WAS THE WORD
    "THIS" IN THE RECIEVING SWF... CHANGED TO _ROOT AND IT WORKS)
    hello,
    in the first (sending) swf is this code:
    one.onRelease=function(){
    var nChosen:Number=1;
    var sending_lc:LocalConnection = new LocalConnection();
    sending_lc.send("lcNumber", "methodToExecute", nChosen);
    two.onRelease=function(){
    var nChosen:Number=2;
    var sending_lc:LocalConnection = new LocalConnection();
    sending_lc.send("lcNumber", "methodToExecute", nChosen);
    and in the recieving .swf:
    // Code in the receiving SWF file
    this.createTextField("result_txt", 1, 10, 10, 100, 22);
    result_txt.border = true;
    var receiving_lc:LocalConnection = new LocalConnection();
    receiving_lc.methodToExecute = function(nChosen:Number) {
    this.attachMovie("circle"+nChosen, "circle",
    this.getNextHighestDepth(), {_x:180, _y:18});
    result_txt.text = nChosen;
    receiving_lc.connect("lcNumber");
    the textField properly displays nChosen, but the movieClip is
    not attaching (yes, the linkage name is set up, they are circle1
    and circle2)
    help appreciated thanks!

    http://www.adobe.com/devnet/director/articles/local_connect_objects_03.html#prepare:
    quote:
    Known Issues
    At this time, there are some situations in which
    LocalConnection objects do not behave as expected. These issues
    only arise for those using LocalConnection objects in Director MX
    2004/Shockwave Player 10 to connect with LocalConnection objects in
    Flash MX/Flash Player 6/Director MX. In these cases, the clients
    are both able to connect and exchange messages without producing
    any errors. The difficulty is that when the Director MX
    2004/Shockwave Player 10 client receives incoming messages, the
    allowDomain callback function is triggered as expected, but
    regardless of the return value it provides, the incoming message
    appears to be ignored. There are no known workarounds for this
    issue at this time, so the best measure of protection is to ensure
    that these version mismatches don't occur.
    however I am using Director10 and FlashCS3;
    dsdsdsdsd

  • LocalConnection in Projector?

    Is anyone aware of a method to enable LocalConnection
    communication listening in a Director
    projector on Mac? I've successfully enabled LocalConnection
    communication with external SWFs when the Director file is run as a
    .dcr through the browser, but when compiled as a projector, it does
    not respond to any connections, and the calling SWF returns an
    error. In this scenario, the SWF is sending the request, and the
    DIR is listening for requests.
    Code posted below, any help would be
    greatly appreciated.
    SW: Director MX 2004, Mac OS 10.5.6
    ### DIR source: ###
    global gLocalConn
    global gConnName
    on startMovie (me)
    -- set connection name
    gConnName = "testConn"
    -- step 1: create the LocalConnection object
    -- using a global Flash object
    gLocalConn = newObject("LocalConnection")
    -- step 2: declare the allowDomain and onStatus
    -- callback functions
    setCallback(gLocalConn,"allowDomain",#allowDomain,me)
    setCallback(gLocalConn,"onStatus",#onStatus,me)
    -- step 3: declare a custom callback function
    setCallback(gLocalConn,"commandProxy",#commandProxy,me)
    -- step 4: connect the LocalConnection object
    tConnResult = gLocalConn.connect(gConnName)
    -- check for connection failure
    if not(tConnResult) then
    -- clear the reference (we will navigate back to the first
    frame on exitFrame)
    gLocalConn = VOID
    member("output").text = "Connection failed"
    else
    member("output").text = "My domain: " &
    gLocalConn.domain()
    end if
    end startMovie
    on allowDomain (me, aLocalConnObj, aDomain)
    member("output").text = member("output").text & RETURN
    & "allowDomain"
    -- for our demo purposes always return true
    member("output").text = member("output").text & RETURN
    & aDomain
    --return TRUE
    end allowDomain
    on onStatus (me, aLocalConnObj, aInfoObject)
    -- check for an error in the outgoing message
    if (aInfoObject.level = "error") then
    -- update the chat input with an error message
    member("output").text = "< onStatus:error >"
    else
    -- do something
    member("output").text = "Status: " & aInfoObject.level
    end if
    end onStatus
    on commandProxy (me, aLocalConnObj, aCmd)
    member("output").text = "commandProxy"
    -- append the incoming message to the output display
    member("output").text = member("output").text & RETURN
    & aCmd
    end commandProxy
    ### Actionscript: ###
    var lc:LocalConnection = new LocalConnection();
    lc.send("testConn","commandProxy","hello world");
    lc.addEventListener(StatusEvent.STATUS, onStatus);
    function onStatus(event:StatusEvent):void {
    trace("STATUS: " + event.level + ": " + event.code);

    quote:
    Originally posted by:
    Newsgroup User
    Presumably you are aware of this article:
    <
    http://www.adobe.com/devnet/director/articles/local_connect_objects.html>
    Do the supplied sample files work for you?
    My files are modeled after the code in that article. To
    confirm the issue, I've downloaded the samples files and published
    them with no modifications. The LocalConnection works when the DIR
    is run as a browser-based Shockwave .dcr, but fails when the DIR is
    published as a Mac Projector.
    This test was performed on a different system, running
    Director MX 2004 10.1.1, Mac OS 10.5.6, Intel.
    Can anyone confirm if this is an issue with Director 11 as
    well?
    Sample
    files here

  • LocalConnection from AIR to AIR

    Hi, all!
    I am working on a pair of test apps in AIR using the
    LocalConnection class. This is driving me crazy! My
    LocalConnection.Send executes without any error, but the
    StatusEvent always comes back with
    [StatusEvent type="status" bubbles=false cancelable=false
    eventPhase=2 code=null level="error"]
    This does not give me much to go on. I tried to "step into"
    the .send method, but the debugger just goes into the next
    statement.
    I have double checked the application id, domain name, etc.
    and also tried putting allowdomain="*" and allowinsecuredomain="*"
    with no luck.
    The receiving app issues the connect command fine, and I
    display the domain name back to the app so I can verify it. When I
    issue the send command, the test app displays the connection name,
    which matches the receiver's connect.
    Thanks for helping!
    Pete

    Ok, I have found the issue.
    It seems that this event is thrown if the Send connection
    name does not match the name of an application that is currently
    accepting messages. In other words, the connection name used in
    Connect command on the receiver does not match, or the receiving
    application is not running.
    What was confusing to me was the way to get at the correct
    connection name for the Send command.
    On the receiver's Connect command, I used this:
    "_InterCommAppTestB".
    It gets combined with "app#" then the domain name, in my case
    com.applebysw.test then the application name, "InterCommAppTestB",
    followed by "." then the publisher id, then ":" and then the
    connection name used in the Connect command, "_InterCommAppTestB".
    The receiver's local connect .domain property gives you most
    of that, you just need to append the ":" and then the connection
    name.
    In my case, the domain is:
    app#com.applebysw.test.InterAppCommB.<publisher id hex
    digits>
    The connection name on the Send must then be:
    app#com.applebysw.test.InterAppCommB.<publisher id hex
    digits>._InterAppCommTestB
    Note that this will not work in the Flex debugger, since the
    publisher id is an empty string until the AIR app is signed and
    published. Perhaps it would work if you ran both the sending and
    receiving apps in the debugger at the same time, I don't have any
    more time for experiments with this.
    I was not able to make the connection work unless I used the
    "_" prefix on the connection name.
    On the receiver, I also had to use either
    .allowDomain("*")
    or
    .allowDomain("app#com.applebysw.test.InterAppCommA.<publisher
    id hex digits>")
    Note that the above is the domain name of the sending app.
    This was confusing to me, but it worked.
    I hope that this saves someone else some time, it was a long
    day yesterday...
    Pete

  • New DVR Issues (First Run, Channel Switching, etc.)

    I've spent the last 30 minutes trying to find answers through the search with no luck, so sorry if I missed something.
    I recently switched to FIOS from RCN cable in New York.  I've gone through trying to setup my DVR and am running into issues and was hoping for some answers.
    1.  I setup two programs to record at 8PM, I was watching another channel at the time and only half paying attention.  Around 8:02 I noticed a message had popped up asking if I would like to switch channels to start recording.  I was expecting it to force it to switch like my old DVR, but in this case it didn't switch and I missed the first two minutes of one of the shows.  I typically leave my DVR on all day and just turn off the TV, this dual show handling will cause issues with that if I forget to turn off the DVR.  Is there a setting I can change that will force the DVR to choose one of the recording channels?
    2.  I setup all my recordings for "First Run" because I only want to see the new episodes.  One show I setup was The Daily Show on comedy central, which is shown weeknights at 11pm and repeated 3-4 times throughout the day.  My scheduled recordings is showing all these as planned recordings even though only the 11pm show is really "new".  Most of the shows I've setup are once a week so they aren't a problem, but this seems like it will quickly fill my DVR.  Any fixes?
    Thanks for the help.
    Solved!
    Go to Solution.

    I came from RCN about a year ago.  Fios is different in several ways, not all of them desirable.  Here are several ways to get--and fix--unwanted recordings from a series recording setup.
    Some general principles. 
    Saving changes.  When you originally create a series with options, or if you go back to edit the options for an existing series, You MUST save the Series Options changes.  Pretty much everywhere else in the user interface, when you change an option, the change takes effect immediately--but not in Series Options.  Look at the Series Options window.  Look at the far right side.  There is a vertical "Save" bar, which you must navigate to and click OK on to actually save your changes.  Exiting the Series Options window without having first saved your changes loses all your attempted changes--immediately.
    Default Series Options.  This is accessed  from [Menu]--DVR--Settings--Default Series Options.  This will bring up the series options that will automatically be applied to the creation of a NEW series. The options for every previously created series will not be affected by a subsequent modification of the Default Series Options.  You should set these options to the way you would like them to be for the majority of series recordings that you are likely to create.  Be sure to SAVE your changes.  This is what you will get when you select "Create Series Recording" from the Guide.  When creating a new series recording where you think that you may want options different from the default, select "Create Series with Options" instead.  Series Options can always be changed for any individual series set up later--but not for all series at once.
    Non-series recordings.  With Fios you have no directly available options for these.  With RCN and most other DVRs, you can change the start and end times for individual episodes, including individual episodes that are also in a series.  With Fios, your workarounds are to create a series with options for a single program, then delete the series later;  change the series options if the program is already in a series, then undo the changes you made to the series options later; or schedule recordings of the preceding and/or following shows as needed.
    And now, to the unwanted repeats. 
    First, make sure your series options for the specific series in question--and not just the series default options--include "First Run Only".  If not, fix that and SAVE.  Then check you results by viewing the current options using the Series Manager app under the DVR menu.
    Second, and most annoying, the Guide can have repeat programs on your channel tagged as "New".  It happens.  Set the series option "Air Time" to "Selected Time".  To make this work correctly, you must have set up the original series recording after selecting the program in the Guide at the exact time of a first run showing (11pm, in your case), and not on a repeat entry in the Guide.  Then, even it The Daily Show is tagged as New for repeat showings, these will be ignored. 
    Third, another channel may air reruns of the program in your series recording, and the first showing of a rerun episode on the other channel may be tagged as "New".  These can be ignored in your series if you set the series option "Channel" to "Selected Channel".  Related to this, if there is both an SD and HD channel broadcasting you series program, you will record them both if the series option "Duplicates" is set to "Yes".  However, when the Channel option is set to "Selected Channel", the Duplicates Option is always effectively "No", regardless of what shows up on the options screen.  
    As for you missing two minutes,  I have sereral instances in which two programs start recording at the same time.  To the best of my recollection, whenever the warning message has appeared, ignoring it has not caused a loss of recording time.  You might have an older software version.  Newest is v.1.8.  Look at Menu--Settings--System Info.  Or, I might not have noticed the loss of minutes.  I regularly see up to a minute of previous programming at the start of a recording, or a few missing seconds at the beginning or end of a recording.  There are a lot of possibilities for that, but the DVR clock being incorrect is not one of them.  With RCN, the DVR clocks occasionally drifted off by as much as a minute and a half.

  • Pension issue Mid Month Leaving

    Dear All,
    As per rule sustem should deduct mid month joining/leaving/absences or transfer scenarios, the Pension/PF Basis will be correspondingly prorated. But our system is not doing this. In RT table i have found 3FC Pension Basis for Er c 01/2010                    0.00           6,500.00.
    Employee leaving date is 14.04.2010. system is picking pension amout as 541. Last year it was coming right.
    Please suggest.
    Ashwani

    Dear Jayanti,
    We required prorata basis pension in case of left employees and system is not doing this. This is the issue. As per our PF experts Pension amount should come on prorata basis for left employees in case they left mid of month.System is doing prorata basis last year but from this year it is deducting 541. I am giving two RT cases of different years.
    RT table for year 2010. DOL 26.04.2010
    /111 EPF Basis              01/2010                    0.00           8,750.00 
    /139 VPF Basis              01/2010                    0.00           8,750.00 
    /3F1 Ee PF contribution     01/2010                    0.00           1,050.00 
    /3F3 Er PF contribution     01/2010                    0.00             509.00 
    /3F5 Ee Mon PF contribution 01/2010                    0.00           1,050.00 
    /3F6 Ee Ann PF contribution 01/2010                    0.00          12,600.00 
    /3F9 PF adm chrgs * 1,00,00 01/2010                    0.00              96.25 
    /3FA PF basis for Ee contri 01/2010                    0.00           8,750.00 
    /3FB PF Basis for Er Contri 01/2010                    0.00           8,750.00 
    /3FJ VPF basis for Ee contr 01/2010                    0.00           8,750.00 
    /3FL PF Basis for Er Contri 01/2010                    0.00           6,500.00 
    /3F4 Er Pension contributio 01/2010                    0.00             541.00
    /3FC Pension Basis for Er c 01/2010                    0.00           6,500.00
    /3FB PF Basis for Er Contri 01/2010                    0.00           8,750.00
    /3FC Pension Basis for Er c 01/2010                    0.00           6,500.00
    /3FJ VPF basis for Ee contr 01/2010                    0.00           8,750.00
    /3FL PF Basis for Er Contri 01/2010                    0.00           6,500.00
    /3R3 Metro HRA Basis Amount 01/2010                    0.00           8,750.00
    1BAS Basic Salary           01/2010                    0.00           8,750.00
    RT table for year 2009. DOL 27.10.2009
                                                                                    /111 EPF Basis              07/2009                    0.00           9,016.13
    /139 VPF Basis              07/2009                    0.00           9,016.13
    /3F1 Ee PF contribution     07/2009                    0.00           1,082.00
    /3F3 Er PF contribution     07/2009                    0.00             628.00
    /3F5 Ee Mon PF contribution 07/2009                    0.00           1,082.00
    /3F6 Ee Ann PF contribution 07/2009                    0.00           8,822.00
    /3F9 PF adm chrgs * 1,00,00 07/2009                    0.00              99.18
    /3FA PF basis for Ee contri 07/2009                    0.00           9,016.00
    /3FB PF Basis for Er Contri 07/2009                    0.00           9,016.00
    /3FJ VPF basis for Ee contr 07/2009                    0.00           9,016.00
    /3FL PF Basis for Er Contri 07/2009                    0.00           5,452.00
    /3FB PF Basis for Er Contri 07/2009                    0.00           9,016.00 
    /3FC Pension Basis for Er c 07/2009                    0.00           5,452.00 
    /3FJ VPF basis for Ee contr 07/2009                    0.00           9,016.00 
    /3FL PF Basis for Er Contri 07/2009                    0.00           5,452.00 
    /3R4 Non-metro HRA Basis Am 07/2009                    0.00           9,016.13 
    1BAS Basic Salary           07/2009                    0.00           9,016.13 
    Now please suggest what to do. where is the problem  ? If have also checked EXIT_HINCALC0_002 but nothing written in it.
    With Regards
    Ashwani

  • Open PO Analysis - BW report issue

    Hello Friends
    I constructed a query in BW in order to show Open Purchase Orders. We have custom DSO populated with standard
    datasource 2lis_02_itm (Purcahse Order Item). In this DSO we mapped the field ELIKZ to the infoobject 0COMP_DEL
    (Delivery completed).
    We loaded the data from ECC system for all POs and found the following issue for Stock Transport Purchase orders (DocType = UB).
    We have a PO with 4 line items. For line items 10 and 20, Goods issued, Goods received and both the flags "Delivery
    complete" and "Final delivery" checked. For line items 30 and 40, only delivery indicator note is issued for zero
    quantity and Delivery complete flag is checked (Final delivery flag is not checked) in ECC system. For this PO, the
    delivery completion indicator is not properly updated in the DSO for line items 30 and 40. The data looks like the
    following:
    DOC_NUM     DOC_ITEM       DOCTYPE     COMP_DEL
    650000001       10     UB        X
    650000001       20     UB        X
    650000001       30     UB
    650000001       40     UB      
    When we run the Open PO analysis report on BW side this PO is appearing in the report but the same is closed in ECC
    system.
    Any help is appreciated in this regard.
    Thanks and Regards
    sampath

    Hi Priya and Reddy
       Thanks for your response.
                         Yes the indicator is checked in EKPO table for items 30 and 40 and delta is running regularly for more than 1 year and no issues with other POs. This is happening only for few POs of type Stock Transport (UB).
                        I already checked the changes in ME23N and the Delivery completed indicator was changed and it reflected in EKPO table. Further, i checked the PSA records for this PO and i am getting the records with the Delivery completed flag but when i update from PSA to DSO the delivery completed indicator is not updating properly.
                       In PSA, for item 30 i have the following entries. Record number 42 is capturing the value X for ELIKZ but after that i am getting two more records 43 and 44 with process key 10 and without X for ELIKZ. I think this is causing the problem.
    Record No.    Doc.No.                    Item              Processkey         Rocancel     Elikz
        41               6500000001            30                    11                            X           ---    
        42               6500000001            30                    11                            ---           X
        43               6500000001            30                    10                            X           ---
        44               6500000001            30                    10                            ---         ---
    (Here --- means blank)        
    Thanks and Regards
    sampath

  • HP LaserJet Enterprise 600 M602 driver issue

    Hello,
    I've got issue with 600-series printers. We use the latest UPD drivrer ver. 61.175.1.18849 and print from XenApp 6.5. The error occurs every time when users try to print jpg files from XenApp session. It only happens with 600 series printers and UPD.
    Also I've tried to assign native 600-series driver ver. 6.3.9600.16384 and it works good. But with that driver system says that it's color printer and it brokes our printing reports. These reports are very important for us. So we can't use printer and that driver as well.
    Printer installed on Windows Server 2012 R2. All clients are Windows 7 x64. XenApp Servers are Server 2008R2.
    Is it possible to get fixed UPD driver or correct native driver for Server 2012 R2?
    Regards,
    Anatoly

    I am sorry, but to get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial printer. You can do this at Printers - LaserJet.
    Click on New Post.
    I hope this helps.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Windows 7 displays error message when exiting +cursor issue

    Two issues here. CS5 Phoshop on Wind 7 64 bit.
    Physical processor count: 8
    Processor speed: 3073 MHz
    Built-in memory: 12279 MB
    Free memory: 9577 MB
    Memory available to Photoshop: 10934 MB
    Memory used by Photoshop: 80 %
    Image tile size: 128K
    First issue is since the latest automatic Adobe update (why fix what isn't broken?) Every time I now exit Photoshop I get the message "Adobe QT Server has stoped working" and occasionally it happens when I exit bridge. Indesign is also behaving badly. I can no longer start a previous document from file manager without ID crashing out.
    The other is the cursors in Clone and erase lose their edge (become invisable) for no reason - well not quite. Noise Ninja crashed Photoshop when I tried to use it. I reinstalled it and all is well. The cursor issue seems to be intermittant but came back (for no reason) after I reinstalled NN. I can't seem to change the cursor, no matter what I do. The problem is now seriously affecting how I work. Almost enough to go back to Win XP which ran CS5 Photoshop flawlessly.
    Any help will be gratefully accepted.
    Doug

    function(){return A.apply(null,[this].concat($A(arguments)))}
    doug87510 wrote:
    The recent problem is the entire outline of the cursor (including the crosshair in the middle) was missing at any size of cursor. All I had was exactly what I'd get if I used a real spraygun.
    Well, that issue is simply a matter of hitting the Caps Lock key.  When Caps Lock is on, you'll see the cursor outline, and when it is off you'll see a crosshair.  That's a feature, not a bug.
    Glad to hear the 11.1 drivers are out.  I will download them and try them now myself.
    Regarding "Adobe QT" crashing...  QT brings to mind QuickTime, though that is Apple, not Adobe.  Do you have Apple QuickTime installed?
    Regarding memory usage, with 12 GB of installed RAM, you should be able to set Photoshop to use 90% or more in Edit - Preferences - Performance.
    -Noel

Maybe you are looking for