Questions about OutLineLoad utility (metadata)

Hi!
I need to check out whether it matters if csv load file has column header like " Plan1" or should it be like "Plan Type (Plan1)". Another example could be "Aggregation Plan1" vs "Aggregation (Plan1)"?
Do this kind of things reject metadata loading to a custom defined dimension like "Product"?
Does the location of OutLineLoad utility matter when running the utility from the command prompt? Usually the OutlineLoad utility can be found in the Planning/bin folder, but in this case the utility is stored into other folder in Planning server (version 11.1.2 ??/quite new version).
When trying to run the utility I ran into error message like:
“Unable to obtain dimension information and/or perform a data load: java.lang.NoClassDefFoundError: oracle/dms/context/ExecutionContext”
Any idea what does this mean? Is it due to csv file column header errors or does it refer to something else?
I would be grateful for your help.
kind regards,
user637777

The column header should be "Plan Type (Plan1)" and "Aggregation (Plan1)"
What I suggest is starting out with a simple load file maybe with just Parent and member e.g. Parent,Account
And then one record of data.
A example of the location to run the utility from is :- <MIDDLEWARE_HOME>\user_projects\epmsystem1\Planning\planning1
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Question about showing jpeg metadata in lightroom

    Hi,
    I have briefly gone through the sdk material but there are some aspects that remained unclear to me. In more detail, I would like to show the RegionName tag from jpg-file in the LR metadata for searching etc. This tag includes the face recognition data from Picasa. I have already experimented with the exiftool and know how to add the names in RegionName to Subject or Keywords tag in both jpg-file and corresponding .xmp file for the raw-file. However, I would like to find an elegant solution by showing the tag in the LR directly. Before trying the make the LUA code, I would like to understand some basic principles behind the plugin programming namely:
    1) How do I read the RegionName tag from the jpg-file and in which part of the plug-in? Is there a way to make LR read it every time the "Read Metadata from File" is used?
    2) How do I "publish" it to appear in the Metadata panel on the right side of the LR (this is somewhat handled in the examples even though I do not understand the com.adobe.xxx reference i.e. which structure is it actually referencing to?)
    Any comments and help is welcome on this or any advice where to find the information!
    Mikko

    Mikko,
    LR provides access only to some metadata fields, not all.  RegionName is not one of the fields LR knows about, so you won't be able to use the SDK's metadata methods to access or display it.  Typically, plugins that want to access such metadata run the free Exiftool on the images and then parse the output of Exiftool. 
    The ExifMeta plugin exposes all metadata that's accessible by Exiftool as custom metadata fields in LR.  I suggest you try out that plugin to see if it meets your needs.  If it doesn't, you can examine its source code as an example of how to use Exiftool to access and display metadata.  The plugin's author Rob Cole is a frequent contributor to this forum and quite willing to answer questions.

  • Question about java.util.date

    hello all. could anyone please help me or give me some input about a small problem i have run in to. okay, im writing a program that will read in 3 different text files and have them sorted into array lists. well i am working on the 3 main class definitions and i have run into a problem. the first 2 classes i just created strings and then ran a equals and a compareTo on them to determine which entry would be first alphabetically when it is entered into the database. well on the last class.. i wanted to do the same thing (create 2 strings and compare them that way).. but i have a java.util.date variable that i am dealing with. is it okay to read in the date into a string like i have been doing? or do i need to do something else.. i am posting the code below so please have a look and get back to me. thanks in advance!
    lastName (is a String)
    firstName (is a String)
    title (is a String)
    dateOfPurchase (is a Date)
    public boolean equals(Order anOrder)
             boolean result;
             String x1 = this.dateOfPurchase + this.lastName + this.firstName + this.title;
             String x2 = anOrder.dateOfPurchase + anOrder.lastName + anOrder.firstName + anOrder.title;
             int i = 0;
             result = true;
             while (i < x1.length())
                if (x1.charAt(i) == x2.charAt(i))
                   i++;
                else
                   result = false;
             return result;
          }

    And if you don't understand casting, look for it in one of the following:
    Sun's basic Java tutorial
    Sun's New To Java Center. Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.
    http://javaalmanac.com. A couple dozen code examples that supplement The Java Developers Almanac.
    jGuru. A general Java resource site. Includes FAQs, forums, courses, more.
    JavaRanch. To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.
    Bruce Eckel's Thinking in Java (Available online.)
    Joshua Bloch's Effective Java
    Bert Bates and Kathy Sierra's Head First Java.

  • Question about Disk Utility

    I migrated my IMac I got back in May to Leopard and I was looking at the Disk Utility and noticed the Repair Disk option is the only one grayed out. Does this mean my hard drive needs a repair done on this? Tonight I got prompted to update my Keychains with a new update and rebooted. Is there a diagnostic mode where I can get this option? Do I have to put in the Mac OS X dvd in to get to a repair option?

    You should never be without a 2nd "emergency" boot drive with current version of OS X, because Disk Utility does change. You can verify, but it isn't reliable.
    You can also run repairs from Single User Mode (command S, follow the onscreen instructions at the prompt) to run FSCK -FY.
    It is easy to use Leopard Cache Cleaner to do the above also. It would be nice to "schedule" the system to do a system check and repair on the next startup.
    A lot of people don't trust Disk Utility and use Disk Warrior, there are errors that DU doesn't see, and doesn't fix. And you won't know if you don't have DW and an alternate boot drive.

  • Quick question about disk utility.

    I have software mirror raid set up with Disk Utility. Although the one slice of the two as failed. The disk it's self has not failed just the slice. There appears to be a rebuild option, but would like to know if I click that button will it take the volume offline or will the data still be accessible while it rebuilds?

    IIRC the data is still accessible but things slow down a bit.
    Generally when a slice fails the drive can't be far behind. The firs thing I would do is make sure you have that RAID backed up.

  • Unable to load metadata using outlineload utility in Hyperion planning classic app

    Hi All,
    We are trying to update metadata into classic planning application using outlineload utility, but we are facing error as given below::
    at com.hyperion.planning.utils.HspOutlineLoad.main(Unknown Source)
    Error encountered with Database connection, recreating connections.
    Nested Excetpion: java.sql.SQLSyntaxErrorException: ORA-00942: table or view doe
    s not exist
    Query Failed: SQL_DELETE_EXPIRED_EXTERNAL_ACTIONS:[100]
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist 
    Please suggest a way to solve this issue.
    Regards,
    Mahaveer

    Looks like its sequence issue. Can you check if HSP_ACTION_ID_SEQ sequence is available for this planning application.
    Check this :
    Unable to update Dimension Security on a Load Balanced Planning Environment (Doc ID 1058156.1)
    Hope this help!
    Sh!va

  • I have a tricky question about metadata and iTunes Match!

    Hi,
    Here's my question:
    I have purchased some content from the iTunes Store, most of it classical music (although that's not so relevant for my question). The Store metadata is generally poor, so for every purchased item I changed the metadata to suit my tastes (for example, all albums by J.S. Bach have "Bach" as artist, instead of the performer, which is the default in the iTunes Store).
    I have read some nightmare stories about metadata reverting to the original iTunes Store metadata, when subscribing to iTunes Match.
    I have also understood that iTunes Match does not change the metadata stored locally on my HD.
    So here is my question, which is twofold:
    1) Say I bought a song by the artist "John" on the iTunes Store. On my library, I changed the artist field metadata to "Jeff". Now, I subscribe to iTunes Match. Naturally, it will match my song to the one on the Store. On my iPhone, will my song appear under "John", or "Jeff"?
    2) In the same setting, after subscribing, will I still find this song under "Jeff" on my local library? In other words, what will change in my Desktop experience with iTunes?
    If having bad metadata when browsing my music on my iPhone is the price to pay for having all my music at my disposal anytime, I won't mind. But if iTunes Match messes up all my hard work getting my library just right on my Desktop, then I have to pass.
    Can you guys help me make a decision?
    Thanks,
    Paulo

    Thanks,
    Here is what another user got on https://discussions.apple.com/message/23028717#23028717 :
    "I can say that when my spouse gifted me with iTunes Match it was a disaster for my music library. It's all classical, and I also standardized names of composers, performers especially when there were multiple ones, and a ton of other stuff. Whatever matched, iTunes just upped and erased that, and used the title, artist, and whatever else from the store."
    This is *exactly* what I don't want to see happening! However, I could not find any other reports of what he describes. What do you think?
    Paulo

  • Question about metadata filtering and document sets

    Hello,
    I have a question about the metadata filtering when using document sets.
    When i use the metadata filter for example for "Installatie: P00001" it shows.
    But i wan't to show only the document set and not all the documents. Is this possible OOTB?

    Hi striker,
    You can add the "Content Type" in Hierarchy Fields for your list, then click the "Document Set" to filter the document set type item, then you can input the "P00001" in Installatle key filter, click apply, then it should show only document set
    items with field value P00001.
    http://office.microsoft.com/en-001/sharepoint-help/set-up-metadata-navigation-for-a-list-or-library-HA102832523.aspx
    Thanks
    Daniel Yang
    TechNet Community Support

  • Question About Geodetic Metadata

    Just a quick question about geodetic metadata.
    I'm wondering why the documentation says SDO_LB and SDO_UB should be set to -180 and 180 for longitude and -90 and 90 for latitude. Is this just to accomodate geodetic around the globe? Is there any reason I shouldn't set SDO_LB and SDO_UB to values other than what the docs suggest? I can't seem to find a reason for using -180 and -90.
    In my testing I've found that using values other than -180 and -90 works just fine as long as my LB and UB cover my MBR. Please let me know if I'm missing something...thanks in advance!

    Hi dswing,
    For the understanding with geodetic data i would like you reading
    Different results using SDO_RELATE with polygon and rectangle type
    Re: Size of Area of Interest - smaller equals more records - why?
    Re: Different results using SDO_RELATE with polygon and rectangle type
    and
    http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14255/sdo_cs_concepts.htm#CIHHGHFH
    This should answer most of your questions about;
    Your question: The answer is inside the matehmatical calculations for some operations. How it is implemented i don'T know; But i think, this is the reason for.
    btw: it makes no sense, defining more than/ less than -180 or -90. A circle is a circle is a circle ;) (for latitude/longitude)
    regards, Andreas

  • Follow-up on question about copying 10.4

    I only got one reply to my question about how to copy OS 10.4 from one internal drive to another and unfortunately, the response was cut short. Something about if I had another computer with Firewire, using it and that's as far as the response went. Yes, I have a  laptop and have Firewire, but still don't know how to use it to help.

    If you just wish to make a duplicate of one hard drive to another hard drive in the same G5, then do this:
    Clone using Restore Option of Disk Utility
    Open Disk Utility from the Utilities folder.
    Select the destination volume from the left side list.
    Click on the Restore tab in the DU main window.
    Check the box labeled Erase destination.
    Select the destination volume from the left side list and drag it to the Destination entry field.
    Select the source volume from the left side list and drag it to the Source entry field.
    Double-check you got it right, then click on the Restore button.
    Destination means the second internal drive. Source means the internal startup drive.

  • Some questions about a Time Capsule

    Hi!!
    I just have a few questions about a Time Capsule, but first let me explain the backgroud to my questions.
    I live in a 2 floor house(including a basement) and my bedroom is downstairs. My parents currently have a desktop PC connected to our wireless router and our printer. Me and my step-father both have 13 inch MacBook Pros, and he uses the Mac like a basic computer, so the equipment connected to our PC is good for him. I, on the other hand, use my Mac, iPad and iPhone to their fullest potential. I am a SUPER MEGA NERD when it comes to computers, so I plan on making my bedroom an amazing office at the same time. So I want an AirPrint Enabled printer in my bedroom (Under 100$$) along with a Time Capsule to back up my information, because everyday I look around in the backdoor of my Mac alot, and if I jack anything up (And I cant handle the problem) I would like to restore my Mac to a previous version. So here are my questions:
    1) My bedroom is right underneath our router, so i get GREAT Wi-Fi in my room. If I get a Time Capsule, can I use it in my room to extend my Wi-Fi, and how would that work? Will it extend my wifi under the same name, because I would like my own Wi-Fi (Titled to what I want with my own password)
    2) If I have to create a NEW Wi-Fi network, how would I do that?
    3) Would I need to connect my new printer directly to my ROUTER, or could I connect it to the TIME CAPSULE?
    If you don't understand what I'm trying to ask (Even though I feel like it's self-explanatory)
    ONE question about the PRINTER: Do any of you have any recommendations for an AirPrint Enabled printer under 100$? Even under-150$ would be okay.
    THANKS FOR ANY HELP!!!!

    everyday I look around in the backdoor of my Mac alot, and if I jack anything up (And I cant handle the problem) I would like to restore my Mac to a previous version. So here are my questions:
    Don't just depend on TM.. use a disk image type utility.. either one of the Mac tools, SuperDuper, CCC, Chronosync or even a linux boot cd (if you have a cd/dvd drive still or via usb can boot) a great tool is Clonezilla.. it will do basically any computer, Mac, Linux, Windows.. and since it boots into its own OS can restore a computer in a flash. Then you can add the incremental changes from TM.
    1) My bedroom is right underneath our router, so i get GREAT Wi-Fi in my room. If I get a Time Capsule, can I use it in my room to extend my Wi-Fi, and how would that work? Will it extend my wifi under the same name, because I would like my own Wi-Fi (Titled to what I want with my own password)
    Actually I am surprised you get good wireless as usually directly above or below a router is often the worst spot. Time Capsule cannot extend the wireless of any other router than Apple.. it is a special system and only Apple can join the club. It has bad effect though, if you set the TC to extend wireless it turns off ethernet ports.. which is hugely dumb.
    The best arrangement is ethernet to the upstairs.. or EOP adapters. If not then a wireless router that matches the existing unit will generally be better than mixing apple and non-apple.
    2) If I have to create a NEW Wi-Fi network, how would I do that?
    3) Would I need to connect my new printer directly to my ROUTER, or could I connect it to the TIME CAPSULE?
    You create a new wireless network by selecting manually the wireless channel and use different wireless name, ssid and security. There are 3 available channels on 2.4ghz.. your existing router will use one or two.. depending on if the setting is 20mhz or 40mhz.. so you need to manually set everything and not use auto.
    TC is slow on 2.4ghz cf 5ghz and there are many more channels at 5ghz but not everything can use it.. iphone for instance is 2.4ghz only . whereas ipad can use 5ghz.. most full computers now can use 5ghz.
    Buy a wireless network printer. Or alternatively an ethernet network would be also ok but now are more expensive than wireless ones. Network printers are not much more than straight USB and work much better.
    I do not use airprint so have nothing to offer.. find the best HP model in your budget.. but others may have had more experience.. I use ethernet connected b/w laser business type HP.. they work great.. but airprint is too recent an innovation for me.

  • Questions about mac mini iTunes server, streaming to macbook pro, ipads, etc.

    I'm thinking about getting a mac mini to work with my NAS as a iTunes server. I have a bunch of questions about this. I will have two iPhones, a few iPads, and a laptop that will be accessing the files. I have iTunes match. This is basically to keep an always on computer for hosting the music/movies. My questions are as follows . . .
    #1 Are there any good, comprehensive guides to show you how to do this?
    #2 Can the movies be accessed when not at home on the shared network?
    #3 Can the iPads or the macbook pro download the shared movies to be stored locally?
    #4 Back to #3, how will it work on my macbook pro with listening to music (I have iTunes match)? Say i go to library and I break out my macbook pro and I don't have internet. What happens if I download music while at home onto my macbook pro to listen to it when I go to the library? Will i start a new library on my macbook pro? How will that mesh with the home server when I come back.
    #5 Is there a way to mirror files or folders? So something that I have on my macbook pro will also mirror on the home server.
    Thanks for your help on this. I'll post any follow up questions.

    seanfenton wrote:
    1. I want to replace the Optical drive with a 2TB SATA. can I use this 2.5 inch?
    I do not know if it is the same model number, but this one will work in your MBP:
    http://eshop.macsales.com/item/SEAGATE%20OWC/ST2000LM003M/
    2. I want to replace the HD with a 128GB SSD 840. When I replace these drives, will my OS still be in tact? I have never done this job before.
    No. You will have to format the drives in Disk Utility>Erase to Mac OS Extended (Journaled) and then install the OSX by using the original install disks.
    3.) I want to replace the ram sticks to max capacity. This is 2 2GB sticks, Correct?
    No.  An early 17" 2008 MBP will accept 6GB RAM with the following specifications:  200-pin PC2-5300 (667MHz) DDR2 SO-DIMM.  The best sources of Mac compatible RAM are OWC and Crucial.
    4.) Most difficult...
    I want to extend the monitor wirelessly to a projector. I thought about using Apple TV and Airplay. However, support for airplay is for MacBooks 2011 and newer. I thought of using a PS3 and the media server, but I think this brings on a format compatibility issue. (my library is so large I could not afford to convert all my movies to MP4.) So, how would you recommend I put my extended monitor with VLC player onto a projector?
    Could I possibly connect the MBP to a Mac Mini as an extension? would this work natively? I would rather use a VGA cord than F with 3rd party app BS.
    Cannot help you there.
    5..) I want to Bypass iTunes this time around. I would prefer to use Finder and VLC to manage all of my music. I mostly play all my music on shuffle, so, could I create a playlist on VLC with all of my music and play it randomly? (im sure this is possible but i'd like to organize all my plans with confirmation.)
    You are not obligated to use iTunes.
    6.) Can i upgrade the keyboard to backlit? i've read that this is possible.
    All MBPs have back lighted keyboards.  Your either needs a NVRAM reset or a repair.
    Ciao.

  • Questions about Macbook

    I am about to go into my first year of college this July, and I've been looking for a laptop. I've used iMacs before a little bit, but I have a few questions about the Macbook Pro and Mac OS X 10.5. So if someone can help me that would be great.
    First of all: How is the Macbook Pro overall as a laptop? Is it a pretty good one?
    Secondly: How good is the back-up utility? (Time Machine) Is it pretty good? How big of an external hard drive would I need to back up everything?
    Third question: How is the program Boot Camp? I'm planning on putting Windows XP Pro on the Mac using Boot Camp. How is compatibility? Also I've heard that if you make the partition for Windows less than 32 GB, the partitions would be able to "see" each other... does that mean Mac OS X can read FAT 32 drives? Would I be able to transfer files between the two OSs with that setup?
    and lastly: Would Mac OS X be able to read my flash drive?
    Thanks in advance everyone

    batwing20 wrote:
    First of all: How is the Macbook Pro overall as a laptop? Is it a pretty good one?
    I find it phenomenal, the best laptop I've used. OS X is a versatile and stable OS, and the hardware hasn't given me any trouble.
    Secondly: How good is the back-up utility? (Time Machine) Is it pretty good? How big of an external hard drive would I need to back up everything?
    It works great for me. You can't be nit-picky, so if you want a backup program with lots of settings there are plenty of options, but for those of us who just want something to fall back on when the HD goes kaput or we delete a file on accident, its perfect.
    Third question: How is the program Boot Camp? I'm planning on putting Windows XP Pro on the Mac using Boot Camp. How is compatibility? Also I've heard that if you make the partition for Windows less than 32 GB, the partitions would be able to "see" each other... does that mean Mac OS X can read FAT 32 drives? Would I be able to transfer files between the two OSs with that setup?
    I haven't used it enough to answer the file sharing questions, but in my limited use it's been excellent, and many friends rave.
    It's worth noting that when PC World was testing the fastest Windows Vista laptops, #1 was the MBP running Vista on BootCamp.
    and lastly: Would Mac OS X be able to read my flash drive?
    Yes. USB drives work great. The only thing, when you delete a file off a flash drive with default formatting, you'll only send it to a hidden "trashes" file. To permanently delete it off the stick, you'll need to push commandshiftdelete.
    Hope that helps!

  • Several Questions about Aperture Problems

    Having used Aperture for some time, and being a Mac user since 1985, I have a list of questions about Aperture that I need help with.
    1. Periodically operating the sliders will make an image turn black. Sometimes this is early in a session, sometimes late. Various workarounds will bring the image back, but once this starts, quitting seems the only option. Can anyone help me with why this happens and how to stop it?
    2. About 20% of the RAW files from my supported camera display the Unsupported Image Format error screen. These files operate perfectly in the manufacturers software and in other image management software that does not use the OS RAW libraries. Can someone help me with the cause of this and the solution (not a "workaround" but a way to make it stop happening).
    3. ALL of my RAW files from my supported camera, when I try to lift metadata, return the error message that there is no metadata to lift. But in fact, the metadata inspector displays metadata. How can I stop this from happening and experience normal metadata lifting?
    4. When I use the DNG format from my supported camera, a great many EXIF fields do not display, such as lens data. Can someone help me with DNG files, since these never generate the UIF error screen (cf. #2 above) as the manufacturer's RAW files do. I'm forced to use DNGs to have all my shots, but the EXIF data is not fully displayed.
    5. Today I opened Aperture and no previews would display. Aperture froze while updating thumbnails. I'd not done any non-routine edits or imported any unusual files or formats. Aperture then would not quit. Is it safe to attempt to restart Aperture?
    6. At times Aperture slows to the point of not working at all. Long pauses simply in trying to enlarge the selection circles for redeye removal, for example. What would cause Aperture to slow down without warning at any point in the workflow? How can I experience a more consistent operating speed from Aperture.
    7. How do other image management programs like Lightroom compare on these points? Is Aperture typical or should I seek a change in my workflow, improvement in my hardware, or some adjustment in my installation?
    Info: MacBook Pro, 4 GB RAM (apple), 320 GB drive, 45 GB free on drive; library of 3800 images. Fewer than 12 projects.
    Thanks for your assistance.

    n #3. It looks like you're absolutely right on this. I went back and checked on photos I'd edited and there was the altered metadata. +Many thanks for dispelling that concern!+ I love being a happy camper. Check that one off the list!
    On 1, I've followed the black-screen issues and pretty much all we know is that a workaround exists--usually selecting the crop box restores the picture, but a lot of times it blacks out again. Having used Apple products over 25 years, all of which was in my adult professional life, I haven't seen Apple willing to just let users tolerate an irritating "workaround." I think this is something that needs fixing.
    On 6--I don't understand how the rotational speed would produce erratic performance issues. I can go a month of reasonable performance, and then suddenly things bog down. Also, if that is the reason, this really ought to be part of the System Requirements, or at least, a recommendation. Maybe it is already--I should check to be sure. I confess this is one aspect I had not thought about.
    Thanks so much for thinking about these. I love my Apple products and have owned almost every generation of Mac since the "Fat Mac" (512K RAM! 800Kb Floppies!) and hate to stare at the screen and think I've been given a truly poor product--not in my DNA--but these things break my heart.
    Message was edited by: LawsonStone
    Message was edited by: LawsonStone

  • Question about battery maintenance and longevity

    I have a question about the efficacy of the built-in battery maintenance of the Lenovo Power Manager utility; specifically how it pertains to my W520, if that makes any difference.
    With my previous laptop (an HP), any time I knew it would be parked on my desk for a week or longer, I would manually discharge the battery to about 40% and remove it to run the machine on AC power only.  This proved to be an excellent practice that enabled the battery to work like new for three solid years.  As soon as I stopped bothering with that, the battery life started dropping like a stone.
    Lenovo's power manager offers the option to maintain the battery automatically or manually override it to maintain a charge within specific range.  But I am wondering: how well this will work in the long run as compared to handling it manually?  And how do the two options (automatic and manual range) compare with eachother in terms of maintaining long term?
    I currently use the manual setting and keep it between 40% and 45%.

    I would put into manual, you have more control. Automatic follows a preset rule, which may not apply in every case or battery model.
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

Maybe you are looking for

  • Can't find the MacHD drive

    My MacHD drive is not working properly. I can use some of the apps and internet. I.E. my airport says "no airport called installed" but I was able to plug in ethernet and have access. I can't open calendar or iphoto but I can use itunes,photoshop,and

  • Dvd won't play on Windows media player

    I have used idvd 6 to burn a final cut express movie onto a dvd. However, when I try to play it on my pc, it will not work. It works on a dvd player, but not Windows media player. Is there any way to make this work? Thanks!

  • Tcp-flow-timeout on outgoing connections

    Hello, We have clients connecting to a server, through a CSS. The server, on some specific cases, has to connect to the clients (different port). Since IP adresses are the same, the connection has to go through the CSS, which in this case is acting a

  • Got an Error Message using the Featured News Composition Widget regarding the locations are too large to rasterize.  Cannot Preview page.

    I keep getting an Error Message when Previewing a page that has the Feature News Composition Widget.  The Message says that the locations are too large to Rasterize and I need to make it smaller in size.  I tried all of this burt nothing worked.

  • Photoshop in Real Life ??

    You come across a nice picturesque scene and find someone has dumped an old bed in it :-) This was an 'Art' Exhibition called 'Inside Out'. The work in question consisted of this 4 poster bed in the lake. The work was called 'Decoy' (uhh!) but in all