*RUNLOGIC call executes sometimes, but not others

Hi all,
I hope someone has insight into this problem.
I have 2 applications, Sales & CostCenter, that each feed data into a Consol app. In both Sales & CostCenter, I use *DESTINATION_APP (both in default logic, and in a batch-mode logic) to post the values to Consol. All of this works fine.
I also need the currency conversion logic in Consol to be triggered automatically, every time there is an update. I use *RUNLOGIC to do this, as the last step of the update.
// From CostCenter -- Run the Consol curr conv
*RUNLOGIC
*APP=CONSOL
*LOGIC=CurrConvCostCenter
*ENDRUNLOGIC
// From Sales -- Run the Consol curr conv
*RUNLOGIC
*APP=CONSOL
*LOGIC=CurrConvSales
*ENDRUNLOGIC
Both of the CurrConv* logic files exist in Consol (and are identical except for a slightly different XDIM_MEMBERSET selection, before *INCLUDE'ing the core CurrConv logic).
There is only this one *RUNLOGIC command in either of the logics -- no nesting, no sequential execution.
My problem: it works perfectly fine from CostCenter, but not from Sales.
I can see in the CostCenter logic debug log the complete CurrConvCostCenter data selections. On the other hand, in the Sales logic debug log, the log ends with the posting of LC values to Consol.
When I remove all the earlier steps from the Sales logic, I can see that the problem is related to the fact that Consol's entity dimension is called "Entity" and in Sales it is "EntitySls".
--> "Invalid Dimension : EntitySls"
I tried referencing the Entity dim as follows (as per the admin guide) -- didn't work.
// From Sales -- Run the Consol curr conv
*RUNLOGIC
*APP=CONSOL
*DIMENSION Entity = %ENTITY_SET%
*LOGIC=CurrConvSales
*ENDRUNLOGIC
--> "Invalid Dimension : EntitySls"
I also tried the following (based on the Destination_App syntax), hoping it was an undocumented savior -- didn't work.
// From Sales -- Run the Consol curr conv
*RUNLOGIC
*APP=CONSOL
*RENAME_DIM EntitySls=Entity
*LOGIC=CurrConvSales
*ENDRUNLOGIC
--> "Invalid Instruction: *RENAME_DIM EntitySls=Entity"
And I can confirm that both CostCenter & Consol use the same "Entity" dimension, so that's why it works in one case and not the other.
Does anyone have a solution?
Regards,
Tim

Thanks for the replies, guys.
Joost, I tried a few more *DIMENSION options (both EntitySls and Entity) and none of these seem to work.
Marcel, that workaround is certainly a creative approach! If it comes to that extreme, I may use this option. However, I did want to include this in the default logic of the Sales app. My other options are either to replace EntitySls with Entity (a pretty massive undertaking at this point -- it'd be nice if this limitation were documented in the admin guide...) or else have the users execute the logic manually as a batch process.
In the meantime, I recreated this in ApShell & filed a message with Support.
What was also odd about this is that, when the ONLY command in the logic file is the RUNLOGIC command, I get an error message about invalid dimension. But when there are other commands (such as *DESTINATION_APP to transfer data from sales to consol), those execute cleanly... and then there's no error message relating to the RUNLOGIC. So it was a bit of a challenge to identify the problem.
I haven't tested this to see what other dimensions have this same limitation. My instict tells me it's only entity/category/time that need to have the same dimension names, but I'll certainly test that before I design another set of apps where I'll want to do this auto-synchronization.
If anyone else has info on that point, I'd be grateful to hear more.
Regards,
Tim

Similar Messages

  • Flash file works sometimes, but not others

    Here is the page with what I am trying to do. It is volunteer
    work for a non-profit, and I am not an uber flash programmer, but I
    have come this far, and would appreciate any helps diagnosing the
    possible causes for this. Please view this link to see what I am
    talking about. Clicking on the thumbnails opens a separate window
    with a photo gallery.
    http://www.coafkids.org/dev/photovideo/
    On my computer, this works fine, both on the authoring end
    and the server end. On some others, reportedly, they can view some
    of the gallery slideshows, but not others. The reports have been
    random, so there is no consistency with which shows work and which
    do not.
    The flash file is the same exact file for each of the
    galleries. Each gallery has its own folder on the server. In this
    folder, there is a flash file(same exact file in all galleries) an
    XML file specific to that gallery, and an images folder. The XML
    file gives the flash file the location and respective caption for
    each image that is located in the images folder. With all the flash
    files named exactly the same in each folder, with exactly the same
    code, how does it not work on only some machines??
    Any light, anything at this point would be extremely
    helpful..
    Thank you in advance,
    Armo

    The people that report problems are only reporting them for
    one, two, or sometimes just three out of the 9 galleries.
    Therefore, since it is exactly the same flash file used in all 9,
    why would some choose not to work. And even worse, why are the ones
    that do not work varied across each person?
    Thank you for your response.... hope we can all solve this
    mystery together...

  • Action 'the command "make" is not currently available'. sometimes but not others

    CS5 Mac OSX
    I am making an action that uses an adjustment layer. when I go through the process without recording the action it woorks fine but when I record it the action always stops at the Make adjustment layer step with the error 'The command "Make" is not currently available.' I tried inserting that step through the adjustment layers panel, from the bottom of the layers panel, clipped and un-clipped, but I can't get it to work. I made a test action with only the make adjustment layer step and that worked but when I copied the step into the real action it broke again.
    how can I get this action to record?

    Not true.  Actions should pay just like they were recorded when played on a similar document.  Let make it easy open a new default document. You know a single white background layer.  Record the action on this document. Then close the document no save.  Open a new default document play the action is should work like it was recorded without error like when recorded.
    The sequence of steps to produce the error is quit simple you only need to do three things while recording the action.
    select green channel
    gaussian blur radius 1.2 px
    add adjustment layer a default curve for example.
    During the recording of this action Photoshop does four things but only records three. Before adding the Adjustment layer Photoshop switches from viewing the green channel to the layer the RGB channel  (which should recode select RGB Channel) and then add the Adjustment Layer, for your viewing the color image after the adjustment layer is added and the active channel in the channels palette is the Adjustment layer's layer mask. Lets say I'm wrong it did not switch to the RGB channel then you will also see that menu layer>New Adjustment Layer>Curves... is valid for it is not grayed out and it works while recording the action. The adjustment layer is added and recorded as make adjustment layer.
    The action recorder does not not record a switch with Select RGB Channel and when the action player tries to play the third step Make adjustment Layer fails with the error message make not currently  available. Why??  And why if you inserts a select RGB channel before the make adjustment layer then the action works.  Actions should play like they are recorded. When recording an action if Photoshop switches from a single channel to the RGB channel that should record select RGB channel or because menu layer>new adjustment layer>curves... is not grayed out when the green channel is the selected target and works manually so its available. Why then does Photoshop pop-up the message Make currently not available when the action step tries to execute.
    This is not a new bug it in all versions of Photoshop I still have installed. CS2, CS3, CS5 and CS6....

  • PDF form created from excel is missing fields when copied into word ... sometimes but not others...

    Hello,
    As part of my dissertation project I have created countless tables in excel.  Using the Save as PDF feature on Mac Office Word 2011 I created that tables as PDF's which I dropped into my word document and Cropped them down to size.
    For some reason, when I open the word document on the PC, some of the info in the tables is randomly gone.  Also, when we send the word file (with embeded PDF's) to a journal for publication they try to combine all the files as a PDF and the tables again lose data.
    1) Why is this happening?
    2) I also noticed that in Mac Word 2011 I had an option to "Save as Adobe PDF". when I select this option I am given several other options (see below) for the type of PDF that will be created.  Which of these options would be ideal to overcome the problem listed above.
    high quality print
    oversized pages
    PDF/A-1b:2005 (CMYK)
    PDF/A-1b:2005 (RBG)
    PDF/X-1a:2001
    PDF/X-3:2002
    Smallest File Size
    Standard
    Thanks,
    Paul

    Hmm -- one of my customers is a turkish building company
    (Kusadasi BTW), and when *they* add some contents to the DB,
    they´ll be entering turkish chars. It´s in particular the
    turkish "I" which is pretty different, and this is when a search
    for keywords containing a western "I" will fail.
    Could that be the problem in your case ?

  • How do I troubleshoot installation/distribution of a LabVIEW .exe which processes data using Matlab when it works on some computers but not others?

    I've been given the unenviable task of troubleshooting and installing/distributing software written by a former co-worker. I've modified the LabVIEW code and built an .exe file. I've successfully installed the Labview .exe file on several computers, but it won't work on some others. What's more baffling is that I installed it successfully on one computer, uninstalled it, and tried reinstalling it with no success. In fact, it's a new error (Dr. Watson for Windows NT application error). It doesn't help that I have different versions of LabVIEW and Matlab on the target computers. Some have LabVIEW 5.1, some
    have 5.0, and some don't have it at all. Some have Matlab 5.2, some have 5.3 (R11) and some have 6.0 (R12). It's also not clear to me where the Matlab m files should be located. I'm not sure if it's a LabVIEW Runtime Engine problem, or if it's a Matlab problem. I've also wondered how LabVIEW and Matlab talk to each other. When LabVIEW calls Matlab, it seems that Matlab is running in the background. In other words, clicking on the Matlab Command Window and typing "whos" or any other command/variable doesn't work.

    Jay del Rosario wrote:
    >
    > How do I troubleshoot installation/distribution of a LabVIEW .exe
    > which processes data using Matlab when it works on some computers but
    > not others?
    Poke around zone.ni.com and
    http://digital.natinst.com/public.nsf/$$Search/ .
    Good luck, Mark

  • My iPhone4 docks correctly with some devices but not others, please help!

    Hi,
    Firstly spologies if this is old news but sometimes its easier to 're-ask' than trawl thousands of pages!.....
    I have a 3-year old iPhone 4 that has developed a problem which i'm trying hard to solve;
    *Phone used to dock fine with anything and everything - this was about 1 year ago.
    *for no apparent reason it ceased docking with my Bose Soundock and a Logic3 accessory dock (connected to a hi-fi) at home
    *symptoms were; it would charge and operate as normal whilst docked but would not play music through either (the Logic3 dock did not acknowledge it was docked). Otherwise it would sync and connect normally with iTunes, etc. and connected fine when plugged into my car.
    *I reset it, restored it from back-up, updated/reinstalled iOS (this has since updated at least twice) with no other effects. Also checked and reset all settings.
    *I subsequently bought a Pure Contour dock as I was able to try it in the shop and my phone worked with it, plus it has Airplay anyway. I have since, in an attempt to find a bedside DAB radio/alarm dock that works with it, found that it works fine with some devices but not others with no rhyme or reason as to which.
    *2 days ago I changed out the docking port myself using a cheap replacement bought from Amazon, to see if it would cure.
    * now the problem is reversed! The Bose and Logic3 docks I have, that it wouldn't work on before, it now DOES....and the Pure dock and my car, which it DID work with before now fail to connect with it!
    *just to reiterate this, my wife's gen3 and gen5 iPods dock and work faultlessly with all devices mentioned....and mine had done previously.
    to my knowledge it is NOT;
    - a compatibility issue. The phone used to work fine on everything I had. Then it stopped. How's that?!
    - a connector issue. The male connectors on all docks haven't changed.......and the female connector in my phone has changed from liking selected devices to then liking the others!! (it is female after all ;-) !)
    -a software issue. iOS has been updated and the phone wiped and restored and all sorts so many times I can;t see how it can be!
    could it be a problem with the data exchange between phone and device when it is docked??
    or do I really need to try changing the port for an 'official' one??
    or is it just broken and that's that?!

    It's either a problem with the connector on your phone (dirt, lint, bent pin, corrosion) or with its connection to the motherboard inside. Cleaning the connector is a good place to start; either a dry toothbrush, air blast can or wood toothpick. Next inspect it carefully with a good magnifying glass or jeweler's loupe. If nothing turns up it is probably damage inside, which will be difficult to fix. Aren't you due for an upgrade about now? Your iPhone 4 is 3 generations out of date!

  • Firefox will not open on my computer the majority of the time. If I shut down and restart it will work sometimes, but not always. This started recently in the last two weeks. Today is June 12th 2011.

    Firefox will not open on my computer the majority of the time. If I shut down and restart it will work sometimes, but not always. This started recently in the last two weeks. Today is June 12th 2011.

    See:
    * http://kb.mozillazine.org/Browser_will_not_start_up

  • Sometimes (but not always), when I try to open a pdf document from the US bankruptcy court website, I get a window asking if I want to use Adobe Acrobat. After I click "yes", I get a bland screen.

    == Issue
    ==
    Firefox is having problems with certain web sites
    == Description
    ==
    Sometimes (but not always), when I try to open a pdf document from the US bankruptcy court website, I get a window asking if I want to use Adobe Acrobat. After I click "yes", I get a bland screen.
    == URL of affected sites
    ==
    http://
    == Troubleshooting information
    ==
    Firefox Version
    3.6.3
    Extensions
    Name
    Version
    Enabled
    ID
    Skype extension for Firefox 2.2.0.70 false
    Java Console 6.0.01 false
    Java Console 6.0.02 true
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows 7
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
    == Plugins installed
    ==
    *-Office Plugin for Netscape Navigator
    *Download and Print Plug-in DLL
    *Default Plug-in
    *Shockwave Flash 10.0 r45
    *Adobe PDF Plug-In For Firefox and Netscape

    Hi.
    Does this only open on that specific site?
    In any case, you may want to:
    - instruct Firefox to handle PDF files in a specific way by going into Tools > Options > Applications and selecting the option you want for the PDF files
    - reinstall Adobe Reader and its Firefox plugin
    - install another reader instead of Adobe Reader. I recommend Foxit Reader ( http://www.foxitsoftware.com/pdf/reader/ ), since it's free, VERY light, VERY fast, safe and also has a Firefox plugin (make sure you don't have both Adobe Reader plugin and Foxit Reader plugin enabled/installed at the same time in Firefox)

  • Ever since upgrading to Mountain Lion, my AOL messages sometimes, but not always open with a blank page. If I open AOL in Firefox, the messages open fine.  This does not happen with any messages by any means, and it is not any type of certain message

    Ever since upgrading to Mountain Lion, my AOL messages sometimes, but not always open with a blank page. If I open AOL in Firefox, the messages open fine.  This does not happen with any messages by any means, and it is not any type of certain message. In fact, in the same screen I can often open an email from the same sender with email intact. This is weird. Sometimes I close the page and open a new page. Sometimes that works and sometimes it does not. It is a very annoying thing.

    Hi,
    When you start Messages fro the first time you are asked for an Apple ID
    When this is verified and entered it appears in Messages Menu > Preference > Accounts and is Enabled.
    The App should have also picked on on those iChat Accounst you had before.
    These should be Enabled if they were when you last used iChat.
    Exactly which "Accounts" are logged in can be seen in Message Menu > Accounts and will include the iMessage "Account" and Bonjour.
    In the Window menu you will see CMD +0 for the Messages window and CMD+1 for the "Buddies" window which is a combined list at this stage.
    Go to the Preferences > General Section and Untick the "Collect all accounts into one list".
    This will give you separate iChat type Buddy lists.
    You can check if that account/Buddy list is set to Invisible or if in the Preferences > Accounts > Security you have settings that will block some people from seeing you as On line.
    You are saying Buddies can see you as On Line which implies they are still sending to your AIM based Names (@Mac.com is a valid AIM Screen Name)
    I am not sure from your post if you are trying to iMessage their email IDs thinking they are Apple IDs and that they are using Messages as well.
    There is no Buddy list for iMessages side
    No-one can tell you are "On Line" until they have your details in the "To" spot in Messages with the correct iMessaged contact info (iPhone Number or Apple ID)
    Obviously an Apple ID can be an email or look like one.
    In some cases they are also valid AIM Screen Names as well.
    In the case or the @mac.com name you may have linked this Apple ID to iMessages as well.
    11:31 PM      Saturday; August 11, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Problem viewing streaming video in some wifi networks, but not others

    When I am at work (university), I can not view YouTube videos or video streaming from news sites such as cnn mobile on my ipod touch 2g.
    <m.cnn.com/videos.jsp?ckey-cnn)06#__1_>
    When I called Apple support, they had me reset-restore. I still had the problem. I went to the Apple store Genius bar and the problem no longer existed, the videaos downloaded and played from both sites!
    But at my diner and at work, I get the message, "This movie could not be played" in a popup box with an OK button. The same message appears if I use the YouTube application. I click on any video, and the same popup appears. In Cnn the popup is preceded by a shaded capital Q that looks like the blue Quicktime Q; in Youtube the pupup is preceded by a YouTube icon in gray with the "Tube" surrounded by the rounded rectangle, their icoon...
    At the Apple store the popup never appeared, and the videos downloaded and played.
    I have no trouble playing movies I have downloaded from iTunes.
    I did not have this problem when I initially got my iPod Touch, and I think it appeared after one of the last two system upgrades, but I am not sure.
    I am curious that it the problem happens at two places, my diner and at work.
    The speed of my wireless work network, as judged by the ipod app speed test is 9915 kbps download and 6971 kbps upload, so plenty fast.
    The first time I noticed this issue was with the application "At Bat Lite" which also won't play video highlights at work.
    I do not have WiFi at home
    Any thoughts about what would cause this lack of functionality apparantly only at some networks but not others?
    Oh, one more piece of data: at work a Macbook will play YouTube both on ethernet and using wifi...
    Thanks for any thoughts or suggestions,
    Paul

    It seems I have two networks available at work, one is behind our firewall, and I login to it. This is the network that I can't view streaming video. There is also a "Guest" network that I don't need to login to. This one works with the YouTube and the news site videos.
    Thus, I conclude there is a setting that WiFi network administrators can invoke that specifically can block streaming video on some protocols (whatever the ipod touch uses) and not others (whatever the Macbook uses). But the same router hardware supplying the Guest network does not block these protocols. Presumably this has to do with security on one side of the firewall(?)
    Anyway, apparently outside of the WiFi controls available in the ipod touch settings.
    Weird...
    Paul

  • Occasionally Firefox 3.6.12 won't display photos on certain sites. Reloading works sometime but not alwasys.

    At times on auction some sites such as ebay, (and others), photos won't display. If I press the reload button there's a chance the photo will display. If reload doesn't work the first time, pressing it 3 or 4 times may work but not always. Closing the site then re-opening works sometimes but not always. Annoying.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • WMP will play some mp3 and mkv files to my Sony TV but not others

    Hi,
    Windows Media Player will play some mp3 and mkv files to my Sony Bravia TV (KDL70W850B) but not others. I get the error: “Failed to retrieve media information”. Sometimes if I make a copy of the files that don’t play, I am able to play the copied files.
    I normally right click on files and select ‘Play to’ and then pick my TV from the list. The following is an example of some files (as displayed in Windows Explorer) and which do and don’t play:
    File Type                    Size        Length              Result
    mkv              1,122,598 KB                               
    No ‘Play to’ option. Still no ‘Play to’ option when file is copied.
    mkv                 432,333 KB        00:41:30           Plays
    mp4                 291,948 KB        00:41:30           Plays
    mkv              1,203,197 KB                               
    No ‘Play to’ option. Still no ‘Play to’ option when file is copied.
    mkv              1,350,122 KB                               
    No ‘Play to’ option. Still no ‘Play to’ option when file is copied.
    mp4                 429,571 KB        00:41:30           Failed to retrieve media information
    from server. Will play when file is copied and copied file is played.
    mp4                 305,643 KB        00:41:30           Failed to retrieve media information
    from server. Will play when file is copied and copied file is played.
    mp4                 313,371 KB        00:41:30           Failed to retrieve media information
    from server. Will play when file is copied and copied file is played.
    mp4                 353,589 KB        00:41:30           Failed to retrieve media information
    from server. Will play when file is copied and copied file is played.
    mp4                 331,899 KB        00:41:30           Failed to retrieve media information
    from server. Will play when file is copied and copied file is played.
    mp4                 328,495 KB        00:41:30           Failed to retrieve media information
    from server. Will play when file is copied and copied file is played.
    mp4                 415,954 KB        00:41:30           Failed to retrieve media information
    from server. Will play when file is copied and copied file is played.
    mp4                 340,388 KB        00:41:30           Failed to retrieve media information
    from server. Will play when file is copied and copied file is played.
    mkv                 106,936 KB        00:10:53           Plays
    mkv                 212,223 KB                               
    No ‘Play to’ option. Still no ‘Play to’ option when file is copied.
    mkv                 219,336 KB                               
    No ‘Play to’ option. Still no ‘Play to’ option when file is copied.
    mkv                 191,884 KB                               
    No ‘Play to’ option. Still no ‘Play to’ option when file is copied.
    mkv                 178,798 KB                               
    No ‘Play to’ option. Still no ‘Play to’ option when file is copied.
    mkv                 218,238 KB                               
    No ‘Play to’ option. Still no ‘Play to’ option when file is copied.
    mkv                 191,887 KB                               
    No ‘Play to’ option. Still no ‘Play to’ option when file is copied.
    mkv                 197,373 KB                               
    No ‘Play to’ option. Still no ‘Play to’ option when file is copied.
    mkv                 180,367 KB                               
    No ‘Play to’ option. Still no ‘Play to’ option when file is copied.
    mkv                 180,894 KB                               
    No ‘Play to’ option. Still no ‘Play to’ option when file is copied.
    I have stopped and restarted the Windows Media Player Network Sharing Service and the UPnP Device Host Service; I also linked a Windows Live ID but this did not help. All devices have access to my PC and my TV has the latest software.
    I have Windows 7 and WMP 12 and according to my TV specs, the DLNA supported formats are: MPEG1/ MPEG2PS/ MPEG2TS/ AVCHD/ MP4Part10/ MP4Part2/ AVI(XVID)/ AVI(MotionJpeg)/ MOV/ WMV/ MKV/ WEBM/ 3GPP/ MP3/ WMA/ LPCM/ JPEG/ MPO
    I would appreciate any help you can offer.
    Thank you

    It seems to be an issue with Sony Bravia TV. According to the following article:
    Supported File Formats for DLNA® and USB Compatible Sony® TVs
    Under -Not all files are guaranteed to play.
    Sometimes HandBrake
    does help. I shall suggest you to contact Sony Bravia TV support.
    S.Sengupta, Windows Entertainment and Connected Home MVP

  • I'm having problems printing from my 15" macbook pro to my HP wireless printer. It works sometimes but not reliably, it can spend hours "seating for printer". I can print from my i pad with no problems

    I'm having problems printing from my 15" macbook pro to my HP wireless printer. It works sometimes but not reliably, it can spend hours "seating for printer". I can print from my i pad with no problems

    Hi,
    Apple's AirPrint only support specific models while using wired or wireless network connection.
    Plugging a printer into a USB port of Apple base is not supported for AirPrint:
    AirPrint printers connected to the USB port of the Apple AirPort Base Station or Time Capsules are not supported with AirPrint.
    As well you must use AirPrint enabled printers for a such, none of your printers are AirPrint enabled:
    http://support.apple.com/kb/ht4356
    There are 3rd party solutions which allow sharing a printer connected to your Mac as AirPrint, Printopia as example provide a such:
    http://www.ecamm.com/mac/printopia/

  • After update 7.1.0. my sound only works for phone calls,emails etc, but not for music or games

    after update 7.1.0. my sound only works for phone calls,emails etc, but not for music or games

    Maybe I understood your problem. Get to Settings > Sounds > Ringers and Alerts >Turn Change With Buttons to Off. And if your Side Switch is assigned to 'Mute', turn it back on, else, use the control center to turn off mute.
        P/s: And your name is...

  • Using multiple desktops with a 4 finger swipe on a Mac Book Pro running Lion- is there a way that I can allow Safari open on several but not all??  Looks like I can set it for one but not others.  All, one, or nothing

    Using multiple desktops with a 4 finger swipe on a Mac Book Pro running Lion- is there a way that I can allow Safari open on several but not all??  Looks like I can set it for one but not others.  All, one, or nothing

    Hey Eric,
    Thanks for taking the time. Unfortunately no that does not solve it. Same as swipe it will get me there and it will show separate programs spaced out. The issue I am having is that all my open word files are bunched up in a pile on top of each other. I can see the edges of each one but I want them to be separated from each other enough that I can visually identify what file is what.
    Again, thanks for trying, it is appreciated.

Maybe you are looking for

  • Simple question about custom tags really easy!!

    I am trying to make my own custom tags, so far i have created simple one that have i use for heading or to set the page layout for a jsp page, My question is I want to make a custom tag with a body , with a start and end tag can anybody give a simple

  • G3 fails to respond to program disk(s)

    I have been operating between Classic 9.2.2 and OSX 10.1 with success for a long time. Attempted to install OSX 10.3 as this seemed to be the highest that one could install to get a large B/up USB drive running. Installation appeared to be successful

  • Logistic inv. verification exess amount

    Dear all, While doing logistic invoice verification i have received an invoice for RS120 but the PO value is 100. for this i have configured tolerance key BD Small Differences value  up to 100. When i check for messages it is saying that "tax code en

  • Problem Downloading Camera Raw plug-in

    I am trying to download the Camera Raw 6.5 update for Elements 9.  Each time, the download finished unsuccessfully, so that when I try to unzip the folder, it says the folder is empty.  I also tried to update the software directly through Elements (s

  • How do I open CS4 files after Upgrading to Cloud? The older files are showing up gray and won't open

    How do I open CS4 files after Upgrading to Cloud? The older files are showing up gray and won't open.