Flash MX to Flash 8 bug??

Hello. I am trying to update a file (~5 MB) built in Flash MX
using Flash 8. Everything works fine with the file until I open the
actionscript window. The file totally slows down to the point the
hour glass shows up everytime I pick an object in the main stage or
select a cell in the timeline. Is there a bug in Flash 8? Is there
a bug in my actionscript? What can I do to solve this?
I do not want to rebuild the file or use MX since there is
some upgrades in 8 that solves some publishing issues I had with
MX. Thanks in advance.

Big fla files generally are potential problems unless they
might just contain a single asset like a large image -- but still.
Try save as
Try save and compact
Perhaps the AS can be moved to a external AS file and you can
use #include
If your scene 1 timeline is not too involved, then copy
library items to a new fresh Flash 8 fla and recreate the scene 1
timeline.

Similar Messages

  • Flash Player 10.2 Bug Resolved by ChessCube

    Flash 10.2 is a key part of the Adobe move towards a faster lightweight flash that leverages hardware acceleration. Early indications are that performance is massively enhanced. Flash is also on a critical path to get onto Android and other devices. This is something we at ChessCube are very excited about and support.
    Immediately after the release of Flash Player 10.2, ChessCube noticed that users’ Adobe plug-in was crashing. It was particularly bad for our Chrome browser customers as Chrome automatically updates users to the latest version of Flash under the hood.
    Further reading and the fix here:
    http://blog.chesscube.com/flash-player-10-2-bug-resolved-by-chesscube/

    Pat's analysis is absolutely correct: this is an issue for Flash developers (I doesn't look like the usage of Flex is relevant for the reproduction case), not for Flash Player users. As such, this post is definitely in the wrong place in a forum aimed at end-users trying to use the Flash Player.
    If you want to post this issue on the forums, please do so in one of the developer forums under http://forums.adobe.com/community/flash/ or http://forums.adobe.com/community/flex/.
    However, from the looks of it this is a genuine bug in the Flash Player so the absolute best place to report this issue is in the Adobe bugtracker: http://bugs.adobe.com/ In the mean time I concur that any ActionScript developer experiencing crash issues with switch statements should have a good look at the reproduction case and should be able to adapt his code to circumvent this Flash Player bug.
    PS I trashed most abuse reports for this thread for now, but please keep it cicvil.

  • Building complex flash game in Flash Builder 4 - Workflow/Best Practices

    I'm investigating switching to Flash Builder 4 for building a complex game that currently lives purely inside Flash CS4.  CS4 is a pretty terrible source code editor and debugger.  It's also quite unstable.  Many crashes caused by bad behavior in the SWF will take out the entire IDE so are almost impossible to debug.  And I've heard other horror stories.  To be clear, for this project I'm not interested in the Flex API, just the IDE.
    Surprisingly, it seems Flash Builder 4 isn't really set up for this type of development.  I was hoping for an "Import FLA" option that would import my Document Class, set it as the main entry point, and figure out where other assets live and construct a new project.  What is the best workflow for developing a project like this?
    What I tried:
    -Create a new Actionscript Project in the same directory where my CS4  lives
    -Set the primary source file to match the original project's source file and location
    -Set my main FLA as "export to SWC", and added "SWC PATH" to my flash builder 4 project.
    -Compile and run.. received many errors due to references to stage instance. I changed these to GetChildByName("stagename").  Instead, should I declare them as members of the main class?  (this would mimic what flash CS4 does).
    -My project already streams in several external SWF's.  I set these to "Export SWC" to get compile-time access to classes and varaibles. This works fine in cs4, the loaded SWF's behave as if they were in the native project.  Is the same recommended with FB4?
    -Should I also be setting the primary FLA as "export to swc"?  If not, how do I reference it from flex, and how does flex know which fla it should construct the main stage with?
    Problems:
    -I'm getting a crash inside a class that is compiled in one of the external SWF's (with SWC).  I cannot see source code for the stack inside this class at all.  I CAN see member variables of the class, so symbol information exists.  And I do see the stack with correct function names.  I even see local variables and function parameters in the watch window! But no source.  Is this a known bug, or "by design"? Is there a workaround?  The class is compiled into the main project, but I still cannot see source.  If FLEX doesn't support source level debugging of SWC's, then it's pretty useless to me.   The project cannot live as a single SWF.  It needs to be streaming and modular for performance and also work flow. I can see source just fine when debugging the exact same SWC/SWF through CS4.
    -What is the expected workflow with artists/designers working on the project?  Currently they just have access to all the latest source, and to test changes they run right through flash.  Will they be required to license Flash Builder as well so they can test changes?  Or should I be distributing the main "engine" as a SWF, and having it reference other SWF files that artists can work on?  They they compile their SWF in CS4, and to test the game, they can load the SWF I distribute.
    A whitepaper on this would be awesome, since I think a lot of folks are trying to go this direction.  I spent a long time searching the web and there is quite a bit of confusion on this issue, and various hacks/tricks to make things work.  Most of the information is stale from old releases (AS2!).
    If a clean workflow I would happily adopt Flash Builder 4 as the new development tool for all the programmers.  It's a really impressive IDE with solid performance, functional intellisense, a rich and configurable interface, a responsive debugger..I could go on and on.  One request is shipping with "visual studio keyboard layout" for us C++ nerds.
    Thanks very much for reading this novel!

    Flash builder debugging is a go!  Boy, I feel a bit stupid, you nailed the problem Jason - I didn't have "Permit Debugging set".  I didn't catch it because debugging worked fine in CS4 because, well, CS4 doesn't obey this flag, even for externally loaded SWF files (I think as long as it has direct access to the SWC). Ugh.
    I can now run my entire, multi SWF, complex project through FB with minimal changes.  One question I do have:
    In order to instantiate stage instances and call the constructor of the document class, I currently load the SWF file with LoaderContext.  I'm not even exporting an SWC for the main FLA (though I may, to get better intellisense).  Is this the correct way of doing it?  Or should I be using , or some other method to pull it into flex?  They seem to do the same thing.
    The one awful part about this workflow is that since almost all of my code is currently tied to symbols, and lives in the SWF, any change i make to code must first be recompiled in CS4, then I have to switch back to FB.  I'm going to over time restructure the whole code base to remove the dependency of having library symbols derive from my own custom classes.  It's just a terrible work flow for both programmers and artists alike.  CS5 will make this better, but still not great.  Having a clean code base and abstracted away assets that hold no dependencies on the code  seems like the way to go with flash.  Realistically, in a complex project, artists/designers don't know how to correctly set up symbols to drive from classes anyway, it must be done by a programmer.  This will allow for tighter error checking and less guess work.  Any thoughts on this?
    Would love to beta test CS5 FYI seeing as it solves some of these issues.
    Date: Thu, 21 Jan 2010 15:06:07 -0700
    From: [email protected]
    To: [email protected]
    Subject: Building complex flash game in Flash Builder 4 - Workflow/Best Practices
    How are you launching the debug session from Flash Builder? Which SWF are you pointing to?
    Here's what I did:
    1) I imported your project (File > Import > General > Existing project...)
    2) Create a launch configuration (Run > Debug Configuration) as a Web Application pointing to the FlexSwcBug project
    3) In the launch config, under "URL or path to launch" I unchecked "use default" and selected the SWF you built (I assume from Flash Pro C:\Users\labuser\Documents\FLAs\FlexSwcBug\FlexSwcBugCopy\src\AdobeBugExample_M ain.swf)
    4) Running that SWF, I get a warning "SWF Not Compiled for Debugging"
    5) No problem here. I opened Flash Professional to re-publish the SWF with "Permit debugging" on
    6) Back In Flash Builder, I re-ran my launch configuration and I hit the breakpoint just fine
    It's possible that you launched the wrong SWF here. It looks like you setup DocumentClass as a runnable application. This creates a DocumentClass.swf in the bin-debug folder and by default, that's what Flash Builder will create a run config for. That's not the SWF you want.
    In AdobeBugExample_Main.swc, I don't see where classCrashExternal is defined. I see that classCrashMainExample is the class and symbol name for the blue pentagon. Flash Builder reads the SWC fine for me. I'm able to get code hinting for both classes in the SWC.
    Jason San Jose
    Quality Engineer, Flash Builder
    >

  • Testing the water on possible Flash Professional and Flash Builder integration

    Hey,
    I just wanted to throw this out here instead of the bug area to see if I'm off my rocker or I'm on to something.
    Basically one of my major pains is that any application design I do, I do it in Flash Pro and I code in FB. Switching back and forth between apps just to press CTRL + ENTER seems like a) a waste of time and b) a waste of system resources.
    So what I'm proposing is having FB integrate with FLA files.
    When you create your product you have the option to specify a target FLA (or multiple with a build order) so that when you test your project it will actually build your FLAs in order (in the situation that the final SWF requires others) and you're off to the races.
    You could also have the currently associated FLA files have a checkbox next to them which could temporally disable them for a build.
    If you still need to make design tweaks later on, it's a mater of opening Flash and doing them, but it would be so slick to be able to have FB render the FLA for you in the same app (no more random CTRL+ENTER in FB anymore!)
    As far as where it could go. I think it would work the best if it was just a new tab that could be added to the perspective. Would allow drag+drop of FLA files to it, drag+drop ordering and also have the checkboxes to disable any FLAs from the build.
    So there we go, does that sound like a decent workflow?
    Cheers!

    Hi guys,
    Have you considered Testing the water on doing your design work in the new Flash Catalyst software http://labs.adobe.com/technologies/flashcatalyst/ for your skins instead of Flash CS4.
    You would be able to export directly in the new FXG format and integrate it directly in your FB4 coding.
    There is a tremendous productivity potential gain there.
    I am planning to abandon eventually completely Flash CS4 for both design  and coding and substitute it eventually by simultaneously working in FB4(coding) and Flash Catalyst(design) with input symbols directly linked to photoshop and illustrator related files.
    For those of you who would like to wet their toes  and initiate  a quick dive, Lynda.com has already released, on june 11,  an 1h40 min course on this subject. Here are the details.
    Length: 1 hour
    Online Training Library® exclusive!
    Flash Catalyst Beta Preview
    with: Mordy Golding
    Flash Catalyst is a new Adobe application that is currently in beta and available for downloading atlabs.adobe.com, that allows designers to quickly create interactive Flash content and rich internet applications without having to write a single line of code. In Flash Catalyst Beta Preview, Mordy Golding demonstrates a workflow that emphasizes the intuitive nature of the tool, and shows how to achieve results in a short time. Meant to bridge the gap between designers and developers, Flash Catalyst allows the designer to work with familiar applications, such as Photoshop and Illustrator, while automatically generating the necessary code in the background for the developer. Exercise files accompany the course.
    Topics include:
    Creating interactive content from Photoshop and Illustrator design compositions
    Turning ordinary graphics into functional components like buttons and sliders
    Using smooth transitions and animation techniques
    Moving content between Flash Catalyst and Flash Builder
    Declarative Graphics
    Flex 4 will make good use of FXG, the new graphics interchange format used with the CS4 graphics applications. Flex 4 and Flash Player 10 can together render FXG graphical elements. These include:
    graphics and text primitives
    fills, strokes, gradients, and bitmaps
    support for filters, masks, alphas, and blend modes.
    FXG graphical elements can be used in Flex 4 in a number of ways. FXG elements can be used within an MXML file or component and can also be saved as an .fxg file format. The CS4 tools will typically export an FXG using the FXG 2008 namespace. Because these files are designed to be shared between graphical applications, you’ll find that they have a stricter format to what’s used in Flex; the Flex compiler will only use the FXG-specific tags. Adobe’s new application, Flash Catalyst, will make it easy to create FXG graphics compatible with Flex 4, which you can then use to complete your application’s user interface and appearance.
    New effects have been added to Flex 4 that can also be applied to FXG graphical elements. These new effects will work on both new and old components alike. Standalone effects must now be declared within fx:Declarationstags instead of the body of the application. Once again, Flash Catalyst has additional tools to help make using these effects easier.
    Ref:http://www.sitepoint.com/article/whats-new-flex-4/ by Andrew Muller

  • The Flash Text and Flash Button options have dissappeared

    the Flash Text and Flash Button options have dissappeared in the insert menu in Dreamweaver CS4. They used to be there but not now

    Adobe announced the features they were removing from CS4 a year or so before CS4 launched:
    The ill-conceived Flash buttons and Flash text were among the deprecated features.
    http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WS2C41F19D-502B-4fb5-8A54-4442E2127C84a .html
    Deprecated features
    The following features have been deprecated for Dreamweaver CS4:
    Timelines
    Web services
    Layout mode
    Site Map view
    Java Bean support
    Adobe® Flash elements (Image Viewer)
    Adobe® Flash text and Adobe® Flash buttons
    ASP.NET and JSP server behaviors and recordsets

  • Flash Text and Flash Button options have dissappeared in DW CS4

    the Flash Text and Flash Button options have dissappeared in the insert menu in Dreamweaver CS4. They used to be there but not now

    You need the Dreamweaver forum - click here.

  • Launch flash builder from flash cs5 don't work

    hi
    I have a trial version of flash builder (eclipse plug-in) and registered flash cs5 pro
    I'm trying to open a new AS3 class like in this tutorial: http://tv.adobe.com/watch/learn-flash-professional-cs5/using-flash-pro-and-flash-builder-t ogether/
    and it doesn't work.
    at first it did asked if I want to edit the file in flash builder or not, and it didnt work.
    now it won't even ask.
    what can I do?
    and also I cant open a flash proffessional  project in flash builder, it says "This feature requires Adobe Flash CS5 or higher to be installed."
    but it is installed!
    frustrated...

    I gave this a shot, using CS5, and when I started a new AS3 file I got the appropriate prompt asking me which application should edit my file...
    Flash Pro
    Flash Builder
    When I chose Flash Builder, (which I had already running), it opened the new AS3 file there with no problems. Interestingly, when I closed FB, and with Flash Pro created a new AS3 class, I wasn't prompted (and the AS file opened in Flash Pro) - so it does require that FB be running, or else Flash Pro will be the default editor.
    For the issue of Flash no longer prompting you "Who" will open a new file, you can change that here:
    Edit > Preferences > ActionScript > Several items down is the Class editor. Change that to Flash Builder
    If you still have problems...Are you able to successfully launch Flash Builder 4 by itself? Or has the trial expired?
    Last but not least, it's worth mentioning another fantastic AS editor (in case you don't really need FB, and/or your trial runs out):
    http://www.flashdevelop.org/wikidocs/index.php?title=Main_Page

  • What is the difference?  2.2 vs 2.5   and 256 Flash vs  512 Flash      speed or what ?

    What's the difference besides price - 2.2 vs 2.5  and 256 FLASH vs 512 FLASH?    On pins and needles whether I should wait or buy a Macbook Pro now. Last I saw was 2014 midyear the latest. All I do as a senior citizen is play internet based games and watch streaming movies (Retina is why I'm getting the Macbook Pro)
    Should I wait until the followings says 2015?    feel free to email me with advice at ******- thank you for your time
    MacBook Pro (Retina, 15-inch, Mid 2014)
    MacBook Pro11,2
    MacBook Pro11,3
    MGXA2xx/A
    MGXC2xx/A
    15.4”/2.2 Quad-core i7/16GB/256-Flash
    15.4”/2.5 Quad-core i7/16GB/512-Flash
    <Personal Information Edited by Host>

    thank you so much Dominic  does CPU do anything to speed up an internet game or graphics in this case - or would I not even notice - I play Farm Town  - not sure if I understand. I simply want fastest and worried Apple will come out with even faster a week later - do you have any rumors about that. Last I heard it wouldn't be till June and I can not wait that long. thanks again Apologies for my questions - sort of confused

  • Disable Context Menu - Flash Professional Export (Flash 11.2 - CS6)

    Flash 11.2 added the capability to attach an right-click mouse-event to MovieClips.
    EX:
    var mc:MovieClip = new MovieClip
    mc.addEventListener(MouseEvent.RIGHT_MOUSE_DOWN, myFunction);
    When this listener is attached, it should be impossible for the Context Menu to pop up on right-click of this object. Flash disables the functionality.
    When I export a new SWF from Flash Professional (CS6 Mac) and that SWF is embedded in the browser, it works as expected. Right-click does not spawn a context menu.
    However, this is not the case with the flash player within Flash Professional. The flash player presented within Flash Professional just after export will does not hide the context menu.
    While it's possible for me to develop by simply exporting the SWF and testing it in-browser, I lose out on all the debugging that Flash Professional offers.
    How do I fix this issue?
    NOTE:
    This issue isn't with exporting to 11.2 - I can already do that. All changes mentioned in this tutorial have already been made with base install of Flash Professional CS6.
    running:
    trace(flash.system.Capabilities.version)
    results in:
    MAC 11,2,202,228

    I've got the same problem!
    I'm currently using Adobe Flash CS6 and I don't gave an idea of how to deploy my apps to be published on the Mac App Store!
    If you find the answer, please, let me know!
    Here's my email: [email protected]
    Thanks a lot!

  • I am facing issue when opening flash files in Flash CC. (error:- This file was created with a later release of Flash Professional and might contain new features that would be lost when saved in the current format.)

    I am facing issue when opening flash files in Flash CC. (error:- This file was created with a later release of Flash Professional and might contain new features that would be lost when saved in the current format.)

    Wow. Okay...
    I'll let the real veterans in this forum tackle your issues one after the other. But, I can tell you, all will be well.
    My only comment would be re: your computer specs:
    BJReis wrote:
    .  This may be due to somewhat older equipment:
    GHz Intel Core Duo MacBook Pro with a 4GB memory computer with Ddr3 running OSX 10.8.4
    To be completely honest, FCPX is a RAM hog. It just is. But, RAM is relatively cheap, and the pay-off is good.
    4GB is right on the edge, IMHO. 16G is ideal.
    I wish you luck, hang in there, and standby for more help.

  • Trying to understand capabilities of Flash Professional and Flash Builder 4

    I recently purchased the CS5 Master Collection and am struggling to understand the uses for Flash Professional and Flash Builder 4.  I was inspired by Jay Pavlina's Super Mario Crossover game and wish to make similar applications. 
    However, I am confused about whether I should be using Flash Professional or Flash Builder 4 or both?  I purchased the two books that Jay Pavlina recommended "ActionScript 3.0 Animation Making Things Move!" and "Essential ActionScript 3.0".  I've been trying to find resources that will help me understand exactly the purpose of each of these applications. 
    It appears to me that ActionScript 3.0 is used in both?  So which one should I be using?  Or both?  Or is one more design oriented and the other more development oriented?  Can one make flash game like Jay's using just one or the other?  Any help would be greatly appreciated.

    I thought about it a bit more. I think you should take my advice with a grain of salt. I am still standing behind what I said but there are some circumstances that we are not in control of.
    If your task is to be the beginning and the end of your code - don't bother with Flash IDE. BUT, if you plan to monetize on your Flash/ActionScript skills, you may not have choice but be familiar with as many environments as possible.
    Here is my personal experiense that illustrates this point.
    I always prayed to gods, chanted to mandalas and made offerings to spirits to avoid a single thing - not ever deal with custom Flash components. Rightly or wrongly I perceive them as one of the lamest Macromedia creations. I am not talking about SWCs but about this thing that you create with preview and all other crap. Above all, it did not (and still doesn't) make much sense to me from functionality standpoint.
    Anyway, as, I guess, a karmic retribution, I was dealt this card. I got involved in a project(s) where I was not told that my main task would be to, you are right, write and reverse engineer Flash custom components. If I did not know Flash IDE I would be totally lost. Custom components are so counter-intuitive that only people without programming background can view them as a convenience. Well, it is a convenience if they are written correctly.
    The point is that, if you want to make a career out of it, you should gradually get involved with Flash IDE for now. The truth is that there are tons of agencies out there that do not have resources to hire high level developers and they employ "drag n' drop, cut n' paste" individuals. And this is a real market segment. Even well seasoned development houses have to succumb to this reality and cater to such entities.
    It is your choice, of course, but I thought it wouldn't be fare to you to be very fascist about pushing my one-sided views.

  • Adobe Flash FAIL:  Adobe Flash Player local storage settings incorrect.  Module 'Resume' feature may not work on this computer.

    Using a Windows 2012 RDS Environment, we have users connecting to a CPD website, and as part of the CPD they need to run a systems checker.  When they run the systems checker they get the following error message: "Adobe Flash FAIL:  Adobe Flash Player local storage settings incorrect.  Module 'Resume' feature may not work on this computer". All users are connecting to this environment with Windows CE Clients,I have checked the setting on Adobe Flash and they seem correct but as each user has its own profile on the RDS session, is there something that I should be setting for each user. I have added the website to the trusted sites and it has made no difference.   Any ideas

    It sounds like what's happening is that Flash Player can't write or read from the local shared objects in the user's redirected home directory because we disallow traversing junctions in the broker process.  This behavior was disabled to address a vulnerability identified in some of John Forshaw's research into the IE broker last year.
    You can enable this behavior by adding the following setting to mms.cfg:
    EnableInsecureJunctionBehavior=1
    That said, you can probably gather from the name of the flag that we don't really recommend this approach, and disable this attack surface by default.  There's some risk that a network attacker could craft content that abuses fundamental issues with how Windows handles Junctions to write to arbitrary locations.
    Unfortunately, there's not a simple or easy workaround that I'm aware of (but it's been ages since I've administered a Windows domain) for this kind of NAS/SAN-backed terminal server environment where Flash is not able to access \Users\<user>\AppData\Roaming\Macromedia\Flash Player\ without traversing a junction.

  • Steps to insert a clickTag in a Flash Banner with Flash MX 6 & Adobe CS3 Version

    Hi Folks
    I am very new to this forum + having a basic level of
    understanding with Flash Software (like Flash MX & Adobe CS3).
    By profession i am online trafficker, and because of the fact that
    our Flash Creative Designer has gone on a leave, i therefore
    stumble upon with a challenge of inserting a "clickTag" in a flash
    banner.
    Here my expertise stands null, but yeah offocurse i did try
    many options but no result.
    So guys help me in this, what i wish to know the exact step
    by step procedure to insert a "clickTag" in a Flash banner for both
    Flash MX version 6 & Adobe CS3 version.
    I'll be happy if you guys come up with any step by step
    sitemap.
    Thanks & Cheers
    Nawaz Shahzad

    Right, well who could blame Adobe for saying that? It's not
    Adobe's fault. It's that most of the hosting sites have cold feet
    (IMHO) and fear that they'll have viewers who don't have the latest
    version which means their advertisers won't get the most bang for
    their buck.
    I keep waiting for them to at least increase the max
    allowable player version to FP8... but I have not seen that yet...
    will keep my fingers crossed that it happens soon. But what it
    boils down to is that you need to check with the hosting site
    before designing a banner so that you don't include filters (FP8)
    or use AS3 (FP9) if they are not supporting those players
    yet.

  • Import a video player made in flash cs4 into flash builder 4

    I want to import a video player made in flash cs4 into flash builder 4. Are there any pitfalls that i should be aware of?

    pdf is not a supported file type in flash.

  • Best practices for Flash CS5 and Flash Builder 4 integration?

    With Flash CS5's new XFL file structure/format, what's the best way to structure project files for Flash CS5 integration with Flash Builder 4? Flash CS5 autocreates a folder named after the xfl file as the outer container, and then all the assets/xfl within it. Should this folder be used as the project folder for Flash Builder 4, or better to nest the xfl container folder in a "real" project folder? I would presume the latter, since you might have multiple XFL files in one project. I was hoping to see some automatic linkages between document class of the Flash CS5 XFL file and any default ActionScript class created by Flash Builder, but so far I seem to need to specify a document class directly in Flash CS5's environment and making sure that the path to a default class created by Flash Builder is correct.
    Thanks in advance for any suggestions...

    Most likely, you know that, but just in case, you can integrate new Flash project into existing Flex 4 project  from within the Flash Builder by choosing either Flash Component or Flash Container from the FB Design view. In such workflow Flash Builder opens the Flash CS 4 (I assume that should be the same for CS5) and takes care of the integrating the newly created Flash project into original Flex 4 project.
    FTQuest

Maybe you are looking for

  • Deploying a web application on Sun One app server 7

    Hi, I am not able to deploy a web application on sun one server using Sun java studio. I have created Jsp, Servlet, Session bean and entity bean. When I am creating a web_module in the directory where JSP are kept, it is giving me error "directory is

  • F-28 / Tax Code Input

    Hi all, I am facing a problem while doing F-28. I am trying to post the incoming payments for a customer and trying to clear the open items. Now, when i select the open items and then simulate the document, I get an additional automatically generated

  • External Hard Drive not recognized anymore... 10.6.1 to blame?

    I have a 1 TB drive that I access on my MacBook Pro via eSATA via an ExpressCard slot. After installing the 10.6.1 update and rebooting, my drive is no longer recognized. Because of the immediate result, I'm quick to point the finger at 10.6.1, thoug

  • Printer id " " not defined

    Hi all,, I have a problem with a background job that has been scheduled for a custom program. This job gets cancelled and i get the error Printer name " " not defined in job log. Printer is defined checked with basis also, there is no dump in ST22. T

  • How to ensure a Coherence Extend TCP service

    Hi, We have defined an Extend TCP service within our <caching-schemes> element as follows: <proxy-scheme> <service-name>ExtendTcpProxyService</service-name> <thread-count>5</thread-count> <acceptor-config> <tcp-acceptor> <local-address> <address>loca