Is it possible to only allow downward HTML / flash scaling of a project?

Hi, When I've exported from captivate 7 (latest update) with the "Scalable HTML" option enabled, it creates the output and makes it scale up or down to fit the needs of the device.  The flash version also does the same.  This is working as expected and works well.
However when viewing on a large computer screen, the project looks fuzzy / un-sharp / over-zoomed in because it has increased in size to fill the screen..  Does anyone know of a way in which you can set the project only to scale down, and not to scale up.  For example, we are using 1024 x 672 for Ipad, but if it was on a 7 inch tablet, it would still scale down, but on a larger screen it would retain 1024 x 672.
Essentially, the same functionality as "max-width" and "max height" in CSS.
I imagine it will involve editing some code in HTML / CSS / JS in the output files, I've had a brief look, but haven't gone into depth on it yet.
Any help would be greatly appreciated.
Oen

I understand your dilema.
My point was that if you only served the HTML5 version for mobile, you would never be able to scale over a max width anyway, since the largest screen would be a tablet.
Desktops would be served the SWF version, which is possible to control the max-width since there are only 2 divs you need to worry about and it could still scale down.
It's conceivably possible to do it with the HTML5 version but you would have to write a script to change the css for all divs, the container div and all of it's children and their children and you'd have to run it for every slide. As some of the divs have no id you would also have to create a new id for those divs, or apply a class before you could change their css. You'd probaby have to evaluate which divs have classes, which have inline css, to sum it up it would be a nightmare to write the code. CSS specificity can be confusing enough, let alone trying to figure it out dynamically. If you ever got it to work it would probably take longer than the time it took to build the course, let alone the latency it would introduce.
I'm sure you've noticed that when you apply css rules the the main container div has absolutely no effect in the HTML5 version since the child divs have their own set of rules.

Similar Messages

  • [svn:fx-trunk] 12087: Dev only. Checking in Flash Builder 4 " Library Projects" for building Flex SDK SWCs in trunk.

    Revision: 12087
    Revision: 12087
    Author:   [email protected]
    Date:     2009-11-21 20:56:09 -0800 (Sat, 21 Nov 2009)
    Log Message:
    Dev only. Checking in Flash Builder 4 "Library Projects" for building Flex SDK SWCs in trunk. These projects are easier to import and do not require linked resource variables to be specified.
    Note: although the trunk does not build textLayout.swc, there appears to be a legitimate compiler error in FlowGroupElement.as as a cast is missing. I'll follow up with TLF.
    QE notes: N/A
    Doc notes: N/A
    Bugs: N/A
    Reviewer: N/A
    Tests run: N/A
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/build.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/airframework/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/airframework/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/airframework/.project
        flex/sdk/trunk/frameworks/projects/airframework/.settings/
        flex/sdk/trunk/frameworks/projects/airframework/.settings/org.eclipse.core.resources.pref s
        flex/sdk/trunk/frameworks/projects/airspark/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/airspark/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/airspark/.project
        flex/sdk/trunk/frameworks/projects/airspark/.settings/
        flex/sdk/trunk/frameworks/projects/airspark/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/flex/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/flex/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/flex/.project
        flex/sdk/trunk/frameworks/projects/flex/.settings/
        flex/sdk/trunk/frameworks/projects/flex/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/framework/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/framework/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/framework/.project
        flex/sdk/trunk/frameworks/projects/framework/.settings/
        flex/sdk/trunk/frameworks/projects/framework/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/halo/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/halo/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/halo/.project
        flex/sdk/trunk/frameworks/projects/halo/.settings/
        flex/sdk/trunk/frameworks/projects/halo/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/osmf/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/osmf/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/osmf/.project
        flex/sdk/trunk/frameworks/projects/osmf/.settings/
        flex/sdk/trunk/frameworks/projects/osmf/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/rpc/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/rpc/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/rpc/.project
        flex/sdk/trunk/frameworks/projects/rpc/.settings/
        flex/sdk/trunk/frameworks/projects/rpc/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/spark/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/spark/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/spark/.project
        flex/sdk/trunk/frameworks/projects/spark/.settings/
        flex/sdk/trunk/frameworks/projects/spark/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/sparkskins/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/sparkskins/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/sparkskins/.project
        flex/sdk/trunk/frameworks/projects/sparkskins/.settings/
        flex/sdk/trunk/frameworks/projects/sparkskins/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/textLayout/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/textLayout/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/textLayout/.project
        flex/sdk/trunk/frameworks/projects/textLayout/.settings/
        flex/sdk/trunk/frameworks/projects/textLayout/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/wireframe/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/wireframe/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/wireframe/.project
        flex/sdk/trunk/frameworks/projects/wireframe/.settings/
        flex/sdk/trunk/frameworks/projects/wireframe/.settings/org.eclipse.core.resources.prefs

    Status Update - don't know if this is a bug, design flaw, install problem or my misunderstanding.
    I got it to work by first changing my Flex library to 4.5.0 - still didn't work with current
    app and update mxml files using "2.6" for their namespace versions. But I did at least
    get the popup error number 16815 - indicating an error in the update version namespace.
    By leaving my application namespace version at "2.6" and changing the update version to "2.5" ... bingo!
    I got my new update installed autiomatically.
    Is this how it's supposed to work - or are my runtimes mixed up?
    Will this work the same using the Flex 4.5.1 SDK? I'll find out shortly
    Hope this helps others.

  • Is it possible to only allow given MAC addresses to access ActiveSync in Exchange 2013?

    We are designing a new Exchange 2013 environment for a client and one of their requests was to only allow known mobile devices to access ActiveSync.
    I can see that you can allow or block remote devices based on IP Address, model, etc. but we'd need to allow devices based on their MAC Addresses.
    Is it possible to use the built-in features of Exchange 2013 or IIS ARR to provide this feature?
    Cheers for now
    Russell

    We are designing a new Exchange 2013 environment for a client and one of their requests was to only allow known mobile devices to access ActiveSync.
    I can see that you can allow or block remote devices based on IP Address, model, etc. but we'd need to allow devices based on their MAC Addresses.
    Is it possible to use the built-in features of Exchange 2013 or IIS ARR to provide this feature?
    Cheers for now
    Russell
    No, but you can use DeviceId.
    The ActiveSyncAllowedDeviceIDs parameter specifies one or more Exchange ActiveSync device IDs that are allowed to synchronize with the mailbox. A device ID is a text string that uniquely identifies the device. Use the
    Get-MobileDevice cmdlet to see the devices that have Exchange ActiveSync partnerships with the mailbox.
    To enter multiple values and overwrite any existing entries, use the following syntax:
    <value1>,<value2>.... If the values contain spaces or otherwise require quotation marks, you need to use the following syntax:
    "<value1>","<value2>"....
    To add or remove one or more values without affecting any existing entries, use the following syntax:
    @{Add="<value1>","<value2>"...; Remove="<value1>","<value2>"...}.
    https://technet.microsoft.com/en-us/library/bb125264(v=exchg.150).aspx
    Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • Is it possible to only allow HD content when HDCP is present, otherwise fall back to SD?

    For any of the proposed ideas here, you will have to package your content twice, where each stream would require its own license:
    1 package for SD bitrates
    1 package for HD bitrates
    [ Try to play & react if necessary ]
    When the user wants to play HD content, attempt to do a license acquisition for the HD stream.  If it fails with an error code indicating that the device doesn't not have the needed output protection requirements (DRMErrorEvent 3338 – 3342), the client would then fall back and play the SD stream, which would trigger a license acquisition of a license that doesn't require Output Protection enabled.
    [ License Preview ]
    When the user wants to play content, perform a "License Preview" of the HD stream to determine if the license can be consumed & enforced by the device (DRMManager.loadPreviewVoucher()).  If the result of loading this Preview license fails with a DRM Error event around Output Protection requirements (#3338-3342), then play the SD stream.
    [ Leverage an existing front-load license request that you're using to preemptively initialize the DRM system ]
    This is similar to "License Preview", but attempts to front-load that check and retain the result for later use.
    In our whitepaper to optimize "start to playback" experience (http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/video/pdfs/start-to-p layback-adobe-access.pdf), one of the things we recommended was to front-load a license acquisition on a non-existent content very early in the user workflow (Optimization #2).  Doing this would initialize the DRM system so that when the real license acquisition happened later on, Adobe Access would already be primed.
    To take this a step further, if you have this in place, since you already are doing a license acquisition ahead of time, you could use a policy that requires Output Protection.  In your client, when it attempts to acquire a license, it can record whether or not the operation was successful. If it was successful, the client could have logic to show HD content options to the viewer.  If the acquisition was unsuccessful, then the client could restrict viewing to only the SD content.

    ok great thats what i thought
    How do I check if I am running moutain lion
    about this mack gives me Mac OS X
    Version 10.7.5
    I am running Software UPdate as I type
    assuming that I have Moutain Lion how do I link the two ecternal HD's ?

  • Is it possible to only allow unique submissions?

    I would like to limit duplicate submissions of the form data. Can you restrict the submission if already submitted (Example: Address: 555 MANTUA BLVD. if this address already exists it would error.

    Often asked for feature - just see the page this question appears on! Not supported unfortunately and no indication they're thinking of providing it.

  • Using iMessage 8.0 with Mavericks to send sms message to my friend who has an iPhone.  Only allows me to log in under AIM, YAHOO, GOOGLE, or BONJOUR.  I don't want to do any of that.  Just my phone number.  Is this possible?

    Using iMessage 8.0 with Mavericks to send sms message to my friend who has an iPhone.  Only allows me to log in under AIM, YAHOO, GOOGLE, or BONJOUR.  I don't want to do any of that.  Just my phone number.  Is this possible?

    Hi,
    The first run of Messages will ask you to enter an Apple ID to "register' with iMessages.
    If you do not do this but open the App and look in Preferences > Accounts then you will see the iMessages account and the Bonjour Account which will not be activated.
    Neither of these two account can be deleted. (even if not being used)
    If you then press the + icon to add you will get the choices you posted.
    To iMessage you need to "register" and Apple ID with the iMessages service.
    As Diane then points out you can link this to your iPhone number.
    This "syncs" (Displays on all devices) the various iMessages sent to either iPhone or Apple ID
    You can then chose  on both iPhone or Mac version how or which ID/Number is going to be used to "Start the conversations from"
    I have my Mac version set to start from my Apple ID and the iPhone from it's number.
    At this moment the Mac version cannot send SMS text messages to an iPhone.
    This is apparently coming with iOS 8 and OS 10.10 (Yosemite)
    An AIM account can send SMS Messages but only to a limited number of USA based phone users on these carriers.
    (Basically you add a phone number with country code +1 as a Buddy to your List)
    Mocked up number  (It not really an auto responder although you do get sent back and Error message about it not being valid)
    8:37 pm      Sunday; July 13, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • The Wifi storage options are interesting but it seems they only allow to read files from the device on the iPad but not transfer files to the storage device via WiFi.   I'm looking for a possibility to use the iPad for photography while traveling, without

    the Wifi storage options are interesting but it seems they only allow to read files from the device on the iPad but not transfer files to the storage device via WiFi.
    I'm looking for a possibility to use the iPad for photography while traveling, without the access to a computer.
    Shooting photo's in RAW format crates pretty big files that will fill up the iPad's memory pretty fast if you shoot a lot during a (let's say) month long trip.
    my idea was to use load the photo's to the iPad so i could view them and sort out any bad ones. then copy them over to the storage device so i can continue using my CF cards for shooting. I have an image thank for copying the photo's directly to the HDD but it would be so sweet to be able to check them on the iPad before hand.
    any suggestions?

    Check out pogo plug device, it allows you to upload camera roll via wifi.

  • Is it possible to made dashboard remember scenario on permanent basis as scenario button only allows this option on temporary basis

    Dear Gurus:
    I want to know, how can I made my dashboard to remember scenario on permanent basis as scenario button only allows this option on temporary basis, once you close your dashboard your scenario will no longer available using scenario button. I have a scenario that I want dashboard to remember scenario even if i close my dashboard. If you guys can guide me on this.
    Best Regards:
    Jawad K.sheikh

    Check the below link which can help you in better.
    Xcelsius "Scenario" button
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3022db0d-016d-2e10-c09c-b4ba48577065?QuickLink=index&…

  • How do I only allow certain users to print in color?

    Product Name: HP Color LaserJet Professional CP5225dn Printer (CE712A)
    Operating System Installed: Windows 7 Enterprise (64bit)
    I work at a K-12 school and purchased the HP Color LaserJet Professional CP5225dn Printer (CE712A) for use in our computer lab. I would like to know if it is possible to have it so that only certain users can print in color (possibly put a password on it). I know the cost for color is higher, and therefore, would like it so that students have to approve through teacher if they want to print in color.
    We are running it on our Print Server (networked) not through USB.
    Thank you for the help.

    Hi,
    That's a very good question actually. In my corporate networks, we are talking about hundreds of laser printers and the ONLY thing we can do: only allow people access to a set of mono laser printers, not all printers. For example, the following printer is using B&W as default but can't stop users to print in colors if they could access to the resourse:
    Regards. 
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • When I try open a .pdf file my Adobe Reader 11 only allows the download / save opening the related window and don't show me both options 1) open with ... and 2) save as.... probably someone flagged the choise... always perform this way ....

    When I try open a .pdf file my Adobe Reader 11 only allows the download / save opening the related window and don't show me both options 1) open with ... and 2) save as.... probably someone flagged the choise... always perform this way ....
    Could some one give help and let me know where I can probably find the settings option that allows me to change and switch to previous situation where it was possible to decide time to time how to proceed either opening the file or saving it ??
    Thanks in advance
    David

    What is your operating system?
    Open a PDF from where?  If online, in what browser?

  • How to only allow integer in textfield/

    hello,
    for my project i need to allow only ip address.
    For this, i get input from text field. If the input is only integer and between range 1 to 255 only i allow into to enter.
    My problem is,
    when I enter aa.bb.cc.dd into the text field ,it also allowed to enter into main function.
    i need to restrict the characters to enter into text field. I want only allow integers.
    how can I do it.
    pls help me to integer check in text field.

    Hi,
    I've implemented number fields based on JFormattedTextField.
    They also support a min and a max value.
    Maybe you find them usefull (the library is open source):
    http://softsmithy.sourceforge.net/lib/docs/api/org/softsmithy/lib/swing/JRealNumberField.html
    http://softsmithy.sourceforge.net/lib/docs/api/org/softsmithy/lib/swing/JDoubleField.html
    http://softsmithy.sourceforge.net/lib/docs/api/org/softsmithy/lib/swing/JFloatField.html
    http://softsmithy.sourceforge.net/lib/docs/api/org/softsmithy/lib/swing/JLocalizedRealNumberField.html
    http://softsmithy.sourceforge.net/lib/docs/api/org/softsmithy/lib/swing/JLocalizedDoubleField.html
    http://softsmithy.sourceforge.net/lib/docs/api/org/softsmithy/lib/swing/JLocalizedFloatField.html
    http://softsmithy.sourceforge.net/lib/docs/api/org/softsmithy/lib/swing/JWholeNumberField.html
    http://softsmithy.sourceforge.net/lib/docs/api/org/softsmithy/lib/swing/JByteField.html
    http://softsmithy.sourceforge.net/lib/docs/api/org/softsmithy/lib/swing/JIntegerField.html
    http://softsmithy.sourceforge.net/lib/docs/api/org/softsmithy/lib/swing/JLongField.html
    http://softsmithy.sourceforge.net/lib/docs/api/org/softsmithy/lib/swing/JShortField.html
    Homepage:
    http://www.softsmithy.org
    Download:
    http://sourceforge.net/project/showfiles.php?group_id=64833
    Source:
    http://sourceforge.net/svn/?group_id=64833     
    http://softsmithy.svn.sourceforge.net/viewvc/softsmithy/trunk/lib/src/org/softsmithy/lib/
    -Puce

  • (new to scripting) Only allow certain paragraph styles to break to next column/page

    Hi all,
    As stated, I'm very new to scripting. I've done a few small scripts to automate Photoshop tasks and such. I'm in the process of trying to learn Javascript as much as possible, with the hope of bringing about more efficiency for our small production department. It's a daunting task, but I'm trying my darnedest.
    One of the number one goals I have is the find a way to automate pagination of weekly transaction records. These records run between 32 to 48 pages normally, with each page having 5 columns. Creation of these pages is very systematic, so it would seem that this process should be able to be automated, but there are some challenges I'm having a hard time thinking about how to attack.
    One of the key tasks needing to be figured out is getting the records to go in with headings and subheadings always starting at the top of a page/column. Just about all the copy comes in with predetermined paragraph styles, so a script should easily be able to search for instances of each style. What needs to eb accomplished is only allowing the flow of copy to break on certain styles and not others ... (counties, towns, etc.)
    For example: if you have the following  ...
    Countyland <styled "county">
    Utopiatown <styled "town">
    46 Appletree Lane ...... $500,000  <styled "listing">
    Sold by: Some Guy   <styled "listing">
    Bought by: Other Guy  <styled "listing">
    Mortgage: This Bank  <styled "listing">
    Date: 12/14/11  <styled "listing">
    Dystopia Village <styled "town">
    47 Orangeplant Road ...... $400,000  <styled "listing">
    Sold by: Some Guy   <styled "listing">
    Bought by: Other Guy  <styled "listing">
    Mortgage: This Bank  <styled "listing">
    Date: 12/14/11  <styled "listing">
    If the two records above were to fall near the end of a column, the break to the next column should NOT occur anywhere except:
    - Before the county (causing the county to start at the top of the next column
    - Before the second town (Dystopia Village, forcing that town to the top of the next column)
    - After both (forcing whatever town/county is next to goto the top of the next column)
    So basically, I need to find a way PREVENT column breaks where they should not occur. Inserting column breaks is one thing (I know how to do that). Prevention is the issue though that confounds me.
    Does anyone have any thoughts of how to achieve such a thing? I know there are "non-breaking space" characters ... is there, or could there be, some kind of a "non-breaking return" character? Or would it be more feasible to test for the paragraph style at the bottoms of columns and insert column breaks in once it finds an appropriate match?
    Am I going about this all wrong?
    Again, any help or suggestions are more than welcome.
    Thanks much.
    ~Nate
    FYI .. using InDesign cs5.5

    I am now wondering about a possible solution. It would be one hell of a challenge for me to figure out how to code it, but I at least need to figure out the theory first, then I'll try to figure out how to code it.
    Again, the issue at hand is preventing column breaks for the "listing" style in the following example. Please note, the number of "listing" lines varies. If the following two entries (in a long list of similar entries) were to be near the end of a column, I'm trying to cause the flow of text to break only before a county style, or a town style (if it's not the first town in the county).  Basically, no breaks in the middle of listings.
    Countyland <styled "county">
    Utopiatown <styled "town">
    46 Appletree Lane ...... $500,000  <styled "listing">
    Sold by: Some Guy   <styled "listing">
    Bought by: Other Guy  <styled "listing">
    Mortgage: This Bank  <styled "listing">
    Date: 12/14/11  <styled "listing">
    Dystopia Village <styled "town">
    47 Orangeplant Road ...... $400,000  <styled "listing">
    Sold by: Some Guy   <styled "listing">
    Bought by: Other Guy  <styled "listing">
    Mortgage: This Bank  <styled "listing">
    Date: 12/14/11  <styled "listing">
    Naomi previously suggested messing with the "keep options" in the styles. This will solve the issue of preventing breaks before listing details start. But it won't help in keeping listing details from breaking, since the number of lines can vary.
    I'm now thinking ... might it be possible to have a script search all copy, looking for the last line of listings, and then apply a second listing style with a different keep option setting? The "normal listing" style would "keep next 1 line". The "last listing" style would not, therefore, allowing a break.
    Here's a map of what I'm thinking: (bear with me on the terrible syntax, this is just for illustrative purposes)
    listingNormal has keep with next 1 line applied
    listingBreak does not keep with next line
    if currentLineStyle == listingNormal
    AND
    style of next line != listingNormal {
    currentLineStyle = listingBreak
    Does this make sense? If so, does this sound feasible?
    Thanks any and all.
    ~Nate

  • Hi, I have macbook Pro, running Leopard OS X. I partitioned my hard drive a while ago to install windows and only allowed myself 10 Gig of data. Anyway, i deleted windows and want another OSX on there instead. How do i make this partition bigger please??

    Hi, I have macbook Pro, running Leopard OS X. I partitioned my hard drive a while ago to install windows and only allowed myself 10 Gig of data. I deleted windows after i realised i wasnt enjoying using it at all and wasted my hard drive. I now decided that i want another OSX on there instead yet i have only allowed myself 10 gb on the partition. I have ben thru some programms but am struggling on making this partition bigger.
    I only want it at 20gb but cant seem to make the partition bigger, only smaller or split it into further partition.
    Is there a way to do this, i have all installation discs from original OSX so think this could help.
    Any help please would be fantastic.
    Thanks Chris

    Hi, dragging the partition will only make smaller, not larger. In disk utility you can only split or make smaller the partitions. Yes i booted from installation disks also but still no help.
    And Brody, I am willing to erase the disc completely, infact jus started doing a backup in order to do so but that failed also. And the information you gave on partition a hard drive, Although very simple and i already know how to do this, but it wont let me make the partition bigger, and i dont want to make a new partition, just enlarge the one i already have, which i dont see possible from disk utility.
    Getting really frustrated now, even backing up is saying no to me. **** external being a douche.
    I dont mind erasing the hard drive but surely this must be doable without deleting the secondary partition back t a single volume, and re partitioning into 2 volumes again.
    Thanks again

  • Asset selections only allowed in repeat run

    Hi Experts,
    I am was posted Deprication 2009 with 12 periods from Planned posting run.
    When I am doing Deprication 2010 with 1 periods from Planned posting run for perticual period its work in test run u2018 T E S T R U N completed successfully , A document was created u2018, but when I remove the tick from test run system give.
    Error u201CAsset selections only allowed in repeat run Message no. AA734u201D
    Diagnosis
        Processing not possible because of errors in the parameters.
    System Response
        Processing cannot be continued.
    Procedure
        When performing a new posting run or a restart, you cannot limit it to
        the assets you want to be processed. You can only select assets in a
        repeat run. Start the program again with the appropriate parameters.
    Waiting for reply.
    In advance thanks
    Regards,
    Jemes
    Edited by: Jemes on Jun 8, 2010 3:21 PM
    Edited by: Jemes on Jun 8, 2010 3:23 PM

    When you run a planned, restart or unplanned depreciation run you can ony run it  only for all the assets in the real run
    When you have run the planned or unplanned depreciation it create records in the system for all the assets and there are errors then you should run the restart for all the assets.
    The repeat run you use when you have changed 1 or some assets in the old month and wand only to rerun for these assets the depreciation run.
    In a test run you can run it for only some assets but  as no test you have to run it for all the assets (only for the repeat run you can make a selection in the real run)

  • IP which only allowed for PAT

    Hello,
    I am looking for example which allow some of the IP's belongs to INSIDE which can allow to using PAT method to access Internet.
    With reference to URL
    http://www.cisco.com/c/en/us/td/docs/security/asa/asa90/configuration/guide/asa_90_cli_config/nat_objects.html#pgfId-1455942
    It is talking about the whole 192.168.2.0/24 subnet.
    The following example configures dynamic PAT that hides the 192.168.2.0 network behind the outside interface address:
    hostname(config)# object network my-inside-net
    hostname(config-network-object)# subnet 192.168.2.0 255.255.255.0
    hostname(config-network-object)# nat (inside,outside) dynamic interface
    I would like to check how should config if only allow parts of IP belongs to 192.168.2.0/24 can be PAT to internet and others will deny.  Should be need create additional ACL?
    Thanks!

    Hi,
    You might be better of limitin the mentioned hosts from connecting to the Internet in the interface ACL rather than making a special NAT configuration that determines if a host can connect to the Internet.
    If you want to control which host gets NATed then you could use the Manual NAT / Twice NAT configuration instead of the above Auto NAT / Network Object NAT
    Example could look something like this
    object-group network PAT-SOURCE-HOSTS
     network-object host <host1 ip>
     network-object host <host2 ip>
     network-object host <host3 ip>
    nat (inside,outside) after-auto source dynamic PAT-SOURCE-HOSTS interface
    You can then add the addresses directly under the "object-group" or remove them when needed.
    You could naturally use small subnets instead of the host addresses in the above example if all the users are from a certain range of the subnet you mentioned. You will also have to make sure that there is no other NAT configuration on your ASA that would apply to the users.
    The above Manual NAT / Twice NAT is at the lowest Section 3 (priority of NAT configuration) because it has "after-auto" as a part of the "nat" command.
    Hope this helps :)
    - Jouni

Maybe you are looking for

  • I Get an error every time I try to update Windows 8.1 or update Defender (EXE On top "Class not Registered")

    I think my lap top has a lot more problems, then the sun has Hot spots! :) (not that I am down playing any one's situation, nor want to sound cynical or Condescending). Though many of my issues have been resolved through a LOT of time, tech support a

  • Video Playback Question??

    Can I use logic to playback video and output it to a projector. What is needed to do this? Video Card? ThanksJE

  • [CS3][JS] Apply XML tag for selected text

    Hi   I need to apply XML tag to selected text in a tagged content.The XML tag is already applied for paragraph.I need to apply XML Tag for selected text in a paragraph. I have used following code, it applies tag for entire paragraph,not a selected te

  • JDBC Dynamic Credential with proxy users

    Hi We've developed an application with Business Components and it's been working very well. We're using JDBC Dynamic Credential like explain the document (How to Support JDBC Dynamic Credentials - http://www.oracle.com/technology/products/jdev/howtos

  • Movie issues

    A couple of months ago I bought the new Harry Potter movie. Inside was a promo for a free copy of it for my ipod. I downloaded it successfully while on my ipod touch. I then plugged the ipod into itunes and itunes said I was not able to play the movi