Break up Catalyst Swf for Decrease Size

Hello,
Is is possible to break up Catayst swf file from the layers in fxp to separate swfs..then bring in swfs with interaction on button?
Thanks,
Romo

Hello,
Is is possible to break up Catayst swf file from the layers in fxp to separate swfs..then bring in swfs with interaction on button?
Thanks,
Romo

Similar Messages

  • Photo Gallery thumbnails in business catalyst render in different sizes in different browsers

    Photo Gallery thumbnails in business catalyst render in different sizes in safari and chrome but are fine in firefox. What is the issue with Safari? I have tried the different algorithm options such as fill_proportional etc and firefox is the only browser that displays correctly. I thought safari was the most standards compatible browser - what's the problem here?

    Hi,
    If you have seperate XML file but with the same basic structure then you can change the XML a Spry dataset refers to and regenerate the spry region without reloading the full page.
    So on my photo gallery page I can change the album the photos are shown from via the seturl sprydata function as below.  dsPhotos being my Spry dataset that points to the relevant XML dataset with my image references and captions etc.  My XML is actually dynamically generated from Picasa RSS feeds (and RSS feeds are XML) but the principle will be the same with your static XML.
    First I add an event listener for when someone clicks on an album (the li tag within my div with the id "albums" holds a photo and title for each album.)
    function Albums()
    var myalbums = Spry.$$("#albums li", "TabbedPanels1")
    var rows = dsAlbums.getData();
    var setListener = function( element, value )
      Spry.Utils.addEventListener( element, "click", function(){ showAlbum( value ); },false );
    for( var i = 0, length = myalbums.length; i < length; i++ )
      setListener( myalbums[i], i );
    Then this is the code which changes the photo album to be shown. (when the user clicks the relevant album)
    function showAlbum(i)
    pauseShow();
    pImage = 'No';
    var rows = dsAlbums.getData();
    var albumid = rows[i]["albumid"];
    var url = "xml/PicasaAphotoFeed.asp?albumid=" + albumid;
    dsPhotos.setURL(url);
    dsPhotos.loadData();
    var rowcount = dsAlbums.getRowCount() - 1;
    var nextalbum;
    var navnext;
    var n;
    The page is here www.thehmc.co.uk/photo5.html is you want to see it in context.
    In your case showAlbum would switch between Frank.xml or Wolfie.xml depending on how you decide to name your xml datasets.
    Regards
    Phil

  • How to align Objects to a path while scattering the objects in even spaces with decreasing size?

    Hello
    I am facing following trouble:
    I am suppose to draw a spiral and on this path i want to align a symbol to it (in my case a circle).
    Now i have found two ways how to to it.
    First i can use the Brush palette and then apply my symbol to it. but then the problem is the size of the circles are all same but i need the circle to get smaller towards the center of the spiral
    Second approche i took, i used the blending options between two objects that i also attach to a path. So i could resolve the issue about the decreasing size but now another problem has appear: The gaps between the circles are not same. I would like to have even spaces.
    So now my question is: How can I resolve this my problem?
    For better visualising my problem, you can check out this screenshot here: http://goo.gl/PEvZI
    If anyone can give me a hint or a tip i would be very appreciating it.
    Thanks in advance...
    Regards,
    Natla

    Before you apply the Transform Effect, store the circle as a Symbol. Then, after finding a set of Transform settings you like, drag the resulting object to the Graphic Styles palette. The resulting Graphic Style will not include the basic Appearances (stroke, fill) of the circle; it only stores the Transform Effect. In the palette, the Graphic Style will appear to be blank, but it will contain the Transform Effect. That way, you can apply the Graphic Style to any other object with one click.
    Same thing works if you first merely Group the circle and apply the Transform Effect to the Group. But storing the circle as a Symbol also lets you use the Replace Symbol command to instantly swap in/out any other Symbol.
    Symbol swapped for one containing an isometric cube:
    Symbol swapped for one containing a Lens Flare object:
    JET

  • Adding a swf for your desktop background

    Hey everyone,
    A buddy and i were talking about if it was possible to add a
    swf for your machines desktop background. I have seen animated
    backgrounds before but never put much thought into it so we tried
    loading a swf and it didnt work... does anyone know how to create
    on of these?
    Thanks!

    I created a 1024 x 768 image in Photoshop; saved it as .PNG
    file and imported it in Flash 8. I added a few buttons to it and
    published the file in .SWF and .HTML so that I could use the html
    file as my Desktop background. The published file size is also 1024
    x 768. When I apply the html file as my desktop background, the
    image on the desktop is pushed down and right leaving a 1/4" border
    at the top and left side of the screen, cutting off the bottom and
    right side of the image. However, when I publish the file in
    animated GIF or just set the .PNG image as my Desktop background,
    they align correctly on the Desktop. How do I change the alignment
    of the published html file on my Desktop?
    Thanks; I only spent a whole day on this today...

  • Do flv and swf have pixel sizes?

    I am putting some video at a website. The video is in FLV format. How do I know what size the pixels would be?
    Do flv and swf files have actual pixel sizes? Thank you!

    Stop please
    Enviado desde mi iPhone
    El ene 16, 2013, a las 5:09 p.m., "roymeo_" <[email protected]> escribió:
    Re: Do flv and swf have pixel sizes?
    created by roymeo_ in Using Flash Player - View the full discussion
    The video would have whatever size it is encoded as, and then the player could display that at whatever size it desired.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4999752#4999752
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4999752#4999752
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4999752#4999752. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Using Flash Player by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Problems packaging non debug swf for iOS

    Hi all,
    I'm using the latest 3.5 beta (saw the same problem using 3.4). When i package de swf for iOS i got this error:
    Packaging failed!
    Packaging error message:
    Exception in thread "main" java.lang.Error: Unable to find named traits: public::read activation
              at adobe.abc.Domain.resolveTypeName(Domain.java:232)
              at adobe.abc.Domain.resolveTypeName(Domain.java:149)
              at adobe.abc.GlobalOptimizer.sccp_eval(GlobalOptimizer.java:6722)
              at adobe.abc.GlobalOptimizer$SccpContext.commit(GlobalOptimizer.java:4395)
              at adobe.abc.GlobalOptimizer.sccp_modify(GlobalOptimizer.java:5866)
              at adobe.abc.GlobalOptimizer.sccp_modify(GlobalOptimizer.java:4728)
              at adobe.abc.GlobalOptimizer.sccp(GlobalOptimizer.java:4700)
              at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:3566)
              at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:2260)
              at adobe.abc.LLVMEmitter.optimizeABCs(LLVMEmitter.java:532)
              at adobe.abc.LLVMEmitter.generateBitcode(LLVMEmitter.java:341)
              at com.adobe.air.ipa.AOTCompiler.convertAbcToLlvmBitcodeImpl(AOTCompiler.java:582)
              at com.adobe.air.ipa.BitcodeGenerator.main(BitcodeGenerator.java:80)
    ONLY if the swf is a release one (not debug). I'm using this parameters:
      /Users/7daysofrain/Documents/aslibs/flex_sdk_4.6.0.23201B/bin/adt
        -package
        -target
        ipa-test
        -storetype
        pkcs12
        -keystore
        ios/joseba.p12
        -storepass
        -provisioning-profile
        ios/certificados/Social_Futbol.mobileprovision
        /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/ios/Canal+ Social Futbol.ipa
        ios/canalplus-socialfutbol-app.xml
        -C
        ios
        canalplus-socialfutbol_tv.swf
        -e
        ios/background.mp4
        background.mp4
        -e
        flash/assets/tv.swf
        tv.swf
        -platformsdk
        /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPh oneOS6.0.sdk/
    If I use this with the debug swf the ipa gets generated right:
      /Users/7daysofrain/Documents/aslibs/flex_sdk_4.6.0.23201B/bin/adt
        -package
        -target
        ipa-debug
        -listen
        7936
        -storetype
        pkcs12
        -keystore
        ios/joseba.p12
        -storepass
        -provisioning-profile
        ios/certificados/Social_Futbol.mobileprovision
        /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/ios/Canal+ Social Futbol.ipa
        ios/canalplus-socialfutbol-app.xml
        -C
        ios
        canalplus-socialfutbol_tv.swf
        -e
        ios/background.mp4
        background.mp4
        -e
        flash/assets/tv.swf
        tv.swf
        -platformsdk
        /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPh oneOS6.0.sdk/
    Any idea of what could be the problem? Thanks in advance

    Nope, not native extensions used The only unusual thing is that i use custom metadata tags
    Here are the full options of the compiler:
    Compiler arguments:
      -output
        /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/ios/canalplus-socialfutbol_t v.swf
      -+configname=air +flexlib=
        /Users/7daysofrain/Documents/aslibs/flex_sdk_4.6.0.23201B/frameworks
      --compiler.debug=false
      --debug-password=
      --compiler.source-path+=
        /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/classes
      --compiler.library-path+=
        /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/MonsterDebugger. swc,
        /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/analytics.swc,
        /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/greensock.swc,
        /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/rosa.swc,
        /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/greensock.swc,
        /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/titan.swc,
        /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/GraphAPI_Web_1_8 _1.swc,
        /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/as3corelib.swc,
        /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/parsley-flash-2. 4.0.swc,
        /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/spicelib-flash-2 .4.0.swc,
        /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/assets_tv.swc,
        /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/parsley-core-3.0 .0.swc,
        /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/spicelib-command s-3.1.1.swc,
        /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/spicelib-reflect -3.0.0.swc,
        /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/spicelib-util-3. 0.0.swc,
        /Users/7daysofrain/Documents/aslibs/flex_sdk_4.6.0.23201B/frameworks/libs/air/airglobal.s wc,
        /Users/7daysofrain/Documents/aslibs/flex_sdk_4.6.0.23201B/frameworks/libs/core.swc,
        /Users/7daysofrain/Documents/aslibs/flex_sdk_4.6.0.23201B/frameworks/libs/osmf.swc,
        /Users/7daysofrain/Documents/aslibs/flex_sdk_4.6.0.23201B/frameworks/libs/textLayout.swc,
        /Users/7daysofrain/Documents/aslibs/flex_sdk_4.6.0.23201B/frameworks/libs/air/servicemoni tor.swc,
        /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/refr3shlib.swc
      -static-link-runtime-shared-libraries=
        true
      -target-player=11.1
      -library-path+=
        /Users/7daysofrain/Documents/aslibs/flex_sdk_4.6.0.23201B/frameworks/locale/en_US
      -default-size=960,640
      -swf-version=13
      -keep-as3-metadata+=Asset,Assets,
        AssetsReady,AssetsContainer,FrameScript
        /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/classes/canalplus/soci alfutbol/MainTV.as

  • Report page scaling/zoom for paper size and field width?

    Are there ways to design a report, or programmatically set a report to dynamically resize based on factors such as paper size (A4 vs. Letter vs. Legal), orientation (portrait vs. landscape), and field width (e.g fields grow and shrink based on data)?  We are looking at ways to dynamically choose paper size and scale.  This would be similar to how Excel files can adjust for printing depending on paper, and PDF files can zoom in/out for paper size.
    Thanks,
    Kyle

    We don't want to add fields dynamically at runtime.  Instead we want to automatically resize fields at runtime to properly fit data on the page.  Currently with our 400 reports, data fields have gotten longer over the years so important data is being truncated.  We'd like it if fields could properly grow/shrink/scale so that the data is always valid.  We'd like it if the user flips from portrait to landscape, the field widths automatically grow to use the entire page.  Or, if a user goes from Letter to A4, pagination still works properly and the fields get slightly wider to fit the A4 standard.
    What we don't want is to have a version of the report for portrait Letter, portrait A4, portrait Legal, landscape Letter, landscape A4, landscape Legal, etc.  It would be a support nightmare.
    I don't know if it is possible, but I'm hoping it is.  Thanks for the help.
    Kyle

  • Adding a domain user to the admin role within the local user management breaks all metro apps for all users!!

    Hi,
    I have posted this in another large thread under the "Windows 8 General" group but have not had any appropriate feedback from MS.
    After hours of testing and working with other users I have managed to isolate a simple situation that breaks all metro ui applications within Windows 8 for all users on the machine. Here are my exact steps and notes.
    Before continuing if you are running Avast then your solution may be to turn of the behaviour shield functionality as this also breaks metro apps. This is NOT the problem we are having!
    I have performed 3 cleans installs after isolating the problem and am able to reproduce the issue every time using the same steps on two different machines. 
    First thing to say is that for us it has nothing to do with simply joining the domain, domain/group policies nor does it appear to have anything to do with the software we installed, the problem here is much more simple but the result is pretty terrible.
    Here are my exact steps of what I did to reproduce our problem:
    Complete format of HDD in preperation for a clean install
    Clean install performed
    Set up the machine initially with a local account
    Test metro apps - all working fine
    Open control panel from the desktop, click on System, change the system to join the domain, click reboot
    Log into the system using my domain account
    Test metro apps - all working fine
    Here's were the problem starts. I need my domain account to have admin rights on the local machine so I can install programs without the IT men having to come over and enter their password every 5 mins.
    I go to control panel via the desktop and click on User Accounts. From with here I then click on "Manage User Accounts". This requires the IT guys to enter their details to give me access to such functionality. This is fine
    In the dialog box that opens I can only see the local user that was initially created during setup. The "Group" for this local account shows as "Administrators" - Image included below (important to note that metro apps are working at this point)
    I click add and then add my domain account - also giving it administrator access
    Sign off or reboot to ensure the new security is applied
    Sign back in to the domain account
    Test metro - ALL BROKEN
    Sign out
    Sign in as local account
    Test Metro - NOW ALL BROKEN FOR THIS USER ALSO
    So as soon as I add my domain account to the local user accounts and set it as admin it breaks all metro apps for all users. This is on a totally clean install with nothing at all installed other than the OS.
    Annoyingly if I go back and change the domain account to a standard user or if I totally remove the domain account from the local account management system the problem does not go away for either user. basically it is now permanently broken. The only fix I
    could fathom was a full re install and not giving the domain user admin access to the local  machine.
    Screen one - this is the local user accounts window AFTER joining the domain and logging in with my domain account (All metro apps working at this point)
    Screen 2: User accounts AFTER joining the domain and AFTER adding domain account to local user management (METRO BROKEN)
    I have isolated my machine from all group policies so nothing like that is affecting me. Users I have spoken to in different companies have policies that automatically add users to the local user management. This means that metro apps break as
    soon as they join the domain which leads them to wrongly think it is group policies causing the error. Once they isolate themselves from this they can reproduce following my steps.
    Thanks

    Hi Juke,
    Thank you for the response and apologies for the delay in getting back to you. My machine was running a long task so I couldn't try your suggested solution.
    I had already tried running the registry merge suggested at the top of the thread to no avail. I had not tried deleting the OLE key totally so I did that and the problem still exists. I will post all the errors I see in event viewer below. For
    your info, since posting my initial comment I have sent out my steps to 7 different people and we can all reproduce the problem. This comes to 10 different machines (3 of them mine then the other guys) in 3 different businesses / domains. We see the same errors
    in event viewer.
    Under "Windows Logs" --> "Application" : I get two separate error events the first reads "Activation of app winstore_cw5n1h2txyewy!Windows.Store failed with error: The app didn't start. See the Microsoft-Windows-TWinUI/Operational log for additional
    information." The second arrives in the log about 15 seconds after the first and reads "App winstore_cw5n1h2txyewy!Windows.Store did not launch within its allotted time."
    Under "Windows Logs" --> "System" : I get one error that reads "The server Windows.Store did not register with DCOM within the required timeout."
    Under "Applications And Services Logs" --> "Microsoft" -->  "Windows" --> "Apps" --> "Microsoft-Windows-TWinUI/Operational" : I get one error that reads "Activation of the app winstore_cw5n1h2txyewy!Windows.Store for the
    Windows.Launch contract failed with error: The app didn't start."
    If you require any further information just let me know and I will provide as much as I can.
    Thanks

  • In DeskI, what's the maximum for "Limit size of long text objects"? 2000?

    In Universe Designer, we have a setting which is "Limit size of long text objects", it can control how many characters can be displayed for long text objects.
    The problem is that in DeskI, we can only display 2000 characters even we set 2500 or more in Universe Designer by "Limit size of long text objects". But if we use the same Universe & same Database, WebI can show 2500 or more characters for long text objects.
    So does it mean in DeskI the maximum value for "Limit size of long text objects" is 2000?

    Hi Jason,
    Check that the object in the universe is set to data type "long text".
    Also check that the object itself is not limiting the length of the string, as well as that the entire string is actually in the database... the data type here could also be the issue.
    Hope this helps
    Jacques

  • Ibooks author, how do I get the standard book pages background into my document. I have published one book so far which does not display with a book pages background or options for font size.

    ibooks author, how do I get the standard book pages background into my document. I have published one book so far which does not display with a book pages background or options for font size.

    No on the book title, no problem there.
    The issue is: my book pages appear as on white paper, no background that resembles a open book and also no option to change fonts. The book was created in iBooks author, there was a problem going with the "Publish" menu route so I was instructed my Apple to "export" the file and submit that. I think that's the problem after reading that iBooks author is a hybrid epub file.
    Thanks for getting back to me.

  • Font in SVG file is not displayed correctly. "Error in parsing value for 'font-size'. Declaration dropped."

    I am trying to view an SVG file but it is unreadable because the font in the diagram is too large.
    In the Firefox error console, I see a CSS error:
    Error in parsing value for 'font-size'. Declaration dropped.
    What's happening?
    (Please cc your reply to [email protected])

    Firefox's Error Console (Ctrl+Shift+J) collects lots of those style rule warnings. Some style rules only work in particular browsers (such as "filter" which is for IE), so Firefox notes that it doesn't recognize them. This information is more for the web developer's benefit than yours, since you can't do much to change the site.
    To see serious errors and filter out the style warnings, click the Errors button at the top. Hopefully a lot less clutter.
    Anyway, are you asking because something isn't working correctly?

  • Here is a tool to easily package a swf for AIR 2.6!

    Hi all,
    I have written a win32 app to compile your swf for iOS using AIR 2.6.
    It basically is a replacement for the iPhone settings in CS5.
    It means you don't have to use the command line ADT or compile scripts, and it writes the app descriptor XML for you.
    It is not quite ready yet (it works, but I haven't implemented launch screens yet).
    If there is interest from people here I will finish it and make it available for free.
    Android support is on the way too.
    No Mac version unfortunately.
    Anyone interested?

    That is fantastic work, BarakHarel
    My tool can be found here: http://www.pixelthismobile.com/blog/3/04/2011/adt-helper-tool
    Unfortunately I am unable to edit the original post with the updated details. 
    ADTHelper works very similar to BarakHarels tool, but is perhaps a little more polished (sorry BarakHarel, no offence intended).  For example:
    - You can set all options (like your AIR directory) by browsing for them
    - Image previews for icons and launch screens
    - Auto-create/resize all icons from a single 512 pixel icon
    - Auto-incrementing build number
    - Advanced options (Status bar style, Display res, etc)
    Instructions:
    - Download http://www.pixelthismobile.com/blog/3/04/2011/adt-helper-tool
    - Unzip to a folder
    - Run the exe (no need to install)
    - Browse for your AIR directory
    - Like the tool in CS5, browse for all your other required files and select your options
    - Hit [Compile for iOS]
    - A new folder is created next to your swf
    - All icons, images, swf and otehr files are copies here
    - Once the ADT finishes, the IPA is also here
    There are still some problems I am working on.  Here is a list of unsupported features that are coming soon!
    - Launch screens aren't working 100% yet
    - URL schemes not implemented yet
    - Debug IP not supported yet
    - Capabiliy limiting (WiFi, GPS, Front-facing camera etc) not yet implemented
    - Android support coming soon
    Feedback welcome

  • Changing the predefined sap logo and whats the px value for font size

    Hi,
    I am  unable to remove a Sap logo on ajax fwk: masthead . I want to replace my logo with that sap logo .
    but when i  try to set url to logo to that image .it doesn' change.
    Help me to resolve the problem
    and whats the px value for font size more than 10

    Hi,
    The URL to set logo  should work when you edit it in the correct theme. Usually cache issues prevent us from seeing the desired result. By Clearing cache your issue should get resolved. Otherwise if need be you can edit the com.sap.portal.navigation.masthead par file and define the manner in which you want your logo to be displayed in the masthead. Download the par file and open it in NWDS. Search for "logo" keyword you will find it. Edit the current image and upload the PAR file again. 
    Regards
    Anand Sekar

  • I want layer or shape width size copy to clipboard for re size my photo before pastit ps cs2 os xp

    i want layer or shape width size copy to clipboard for re size my photo before past into   ps cs2 os xp
    please give me solution for this [email protected]

    Using the clipboard for something like this seems wasteful (both for storing the number and for inserting an image).
    If you can elaborate on the Layer and File Structure maybe someone over at
    Photoshop Scripting
    can help you find another approach.

  • Windows samba share shows "zero KB" for file size....

    Upgraded, clean install, to leopard and now I see "Zero KB" for file size on my Windows Home Server samba shares. Before the upgrade all that info was displayed but afterwards that info is gone. The only changed on my network was upgrading to Leopard. My linux samba server still works perfectly with 10.5 but the windows samba shares are not. I can browse, mount and copy files to and from the windows samba shares but the file size info isn't displayed. The file size isn't even displayed when I "Get Info" on a file. Previously using 10.4 all was working perfectly and all info was displayed and or was available if I wanted it. Not sure if it is something to do with how Windows Home Server handles samba or if it is how Leopard handles windows samba shares. No settings were changed on my network from when I was running 10.4. The only change on my home network/hardware has been upgrading to Leopard! No other changes were made to any servers or computers that were previously working perfectly with 10.4. Other than this "Zero KB" issue all has gone quite smoothly.

    I removed the . (and moved the directory to match) but I still have the same issue.
    Here's the smbd.log after a rebooting and then restarting samba:
    [2010/05/04 07:25:41.262266, 0] smbd/server.c:500(smbd_open_one_socket)
    smbd_open_once_socket: open_socket_in: Address already in use
    [2010/05/04 07:25:41.266578, 0] smbd/server.c:500(smbd_open_one_socket)
    smbd_open_once_socket: open_socket_in: Address already in use
    [2010/05/04 07:26:01.041577, 1] smbd/server.c:267(remove_child_pid)
    Scheduled cleanup of brl and lock database after unclean shutdown
    [2010/05/04 07:26:21.051370, 1] smbd/server.c:240(cleanup_timeout_fn)
    Cleaning up brl and lock database after unclean shutdown
    [2010/05/04 07:26:45.716653, 1] smbd/server.c:267(remove_child_pid)
    Scheduled cleanup of brl and lock database after unclean shutdown
    [2010/05/04 07:36:46.016675, 0] smbd/server.c:500(smbd_open_one_socket)
    smbd_open_once_socket: open_socket_in: Address already in use
    [2010/05/04 07:36:46.017386, 0] smbd/server.c:500(smbd_open_one_socket)
    smbd_open_once_socket: open_socket_in: Address already in use
    And log.nmbd:
    [2010/05/04 07:25:41, 0] nmbd/nmbd.c:857(main)
    nmbd version 3.5.2 started.
    Copyright Andrew Tridgell and the Samba Team 1992-2010
    [2010/05/04 07:26:48.718046, 0] nmbd/nmbd.c:71(terminate)
    Got SIGTERM: going down...
    [2010/05/04 07:27:26, 0] nmbd/nmbd.c:857(main)
    nmbd version 3.5.2 started.
    Copyright Andrew Tridgell and the Samba Team 1992-2010
    [2010/05/04 07:27:26.544934, 0] nmbd/nmbd.c:696(open_sockets)
    [2010/05/04 07:36:46, 0] nmbd/nmbd.c:857(main)
    nmbd version 3.5.2 started.
    Copyright Andrew Tridgell and the Samba Team 1992-2010

Maybe you are looking for

  • Is Ovi Suite slow or what?

    Ovi Suite v. 3.0.0.290 I updated the program and it took like an hour.  When I launch the program from my desktop, it takes like 5 minutes before it's fully loaded.  It's generally very slow performing any function in the suite.  Is this a common exp

  • PowerBuilder won't reactivate License after update

    Current;y have PowerBuilder Classic 12.5.2 build 5006 installed on a Windows 7 64bit machine.  This was licensed and activated properly.  Went to run the install again to add a missing database driver.  After updating, when I ran Powerbuilder, it cam

  • Printing page as it previews with overprint off

    When I preview my Document it shows none of the overprinting objects as overprinting. This is actually how I want to print it out on a color laser printer-all knocking out. I understand how to see the preview with the overprint on, but I don't want i

  • XML to CSV conversion

    Guys, I got one XML file in cXML format from client which he wants me to covert into CSV file. He would like to process this file into Oracle Applications using SQL loader. He had provided me with his xml file which I am pasting below. I need your as

  • SAP Content Server for DMS

    Hi All, Can any one tell how to implement DMS for our company. We are using R/3 4.6C on iseries maching having AS400. I read that we need to install Content server and Cache server. Will that be ok for us to use windows OS for installing content serv