O.T. Hundreds Of Digital Filters For 15 days

Optical filter maker Tiffen has made its digital filter software available as a free trial download.
http://www.amateurphotographer.co.uk/news/Tiffen_digital_filters_now_available_as_free_15d ay_trial_news_163181.html

OK - Not sure what happened, but I got it working.
Here is what I did:
1 - I de-installed PSE6 and reinstalled it
2 - The base directories for my filters were in a directory I created: d:\Data\Socuments\Adobe\PSE Plugins\Filters
3 - I started PSE 6 and went to Edit--->Preferences--->Plug-Ins... and entered the plug-in directory name: "d:\Data\Documents\Adobe\PSE Plugins".
4 - Closed and re-started PSE 6
5 - No new filters!
6 - Closed PSE 6
7 - Moved the filters down one level to my "d:\Data\Documents\Adobe\PSE Plugins" directory
8 - Restarted PSE and the filters are now there!
I KNOW I tried this earlier and it didn't work (well - I THINK I tried it, at least :-) )
Sorry for the confusion.

Similar Messages

  • Colour filters for RGB separation?

    I want to colour-separate an image to create false-colour - start with a UV-only photo matched with an RGB photo, then separate the B & G of the RGB so I can map UV to B, B to G and G to R as insects see things. The images are film, not digital raw.
    First, I have to find colour filters for Elements 9, and there don't seem to be any installed. Any sources that others have used without problems?
    I assume that converting each separated image to B&W then to the desired colour, then superposing as 3 layers will work, but is there a better way?

    Thanks for the info -- it inspired me to experiment with this.  I was amazed that I could separate the original colour image into 3 separate B&W layers and then recombine them into a full colour image.  One thing I found is that the colourized B&W layers need to be combined using the "Screen" mode, not "Multiply".
    Just for the helluvit, I faked an insect's vision of a flower using the OP's layer replacements.  I don't have a UV image of the flower, so I used PSE's "Infrared effect" in the B&W conversion dialog.  That effect is certainly not the same as a UV image, but will have to do for this experiment.  When comparing my result with images on the Web that created a false colour image of insect vision, I saw that I needed to add a Brightness/Contrast layer at the top of the stack, with the Brightness set to -100 and the Contrast set to -50.  Here's what I ended up with:
    Original:
    False colour (insect vision):
    I, too, am curious to see the OP's results.
    Thanks again for the inspiration!
    Ken

  • Year-to-date behaviour when filtered on day-of-week

    In our data warehouse design, the time dimension has - amongst others - following columns:
    - day id [ = YYYYMMDD format ]
    - day of week [ = name of day of week: Monday, Tuesday, ... ]
    - week id [ = IYYYIW format ]
    - year id [ = IYYY ]
    Our fact table, which contains turnover information, has - amongst others - following columns:
    - net amount [ = physical table column containing numeric value ]
    - net amount ytd [ = logical column: ToDate(net amount, year id) ]
    An analysis was built based upon this dimension and fact table, which is filtered with prompted values. Prompts are foreseen for week and day of week.
    When filtering on week the behaviour is very much as expected; the "net amount" is assigned the total net amount of the chosen week, and the "net amount ytd" is assigned the total net amount for the year up to the chosen week.
    When adding day-of-week to the filter condition however the result is not as expted; the "net amount" is assigned the total net amount for the chosen day in the chosen week, as hoped for, but the "net amount yet" still is assigned the total net amount for the year up to the chosen day of the chosen week, while I would expect it to be the total net amount of all chosen day-of-weeks (for example, all Tuesdays) of the year up to the Tuesday in the chosen week.
    Having a look at the query behind the analysis, the (simplified) code for the YTD information looks like this:
    SELECT SUM("net amount")
    FROM   "fact",
           "time dimension" td1,
           "time dimension" td2
    WHERE  td1."week id" = (prompt week value)
    AND    td1."day of week" = (prompt day of week value)
    AND    td1."year id" = td2."year id"
    AND    td2."week id" <= td1."week id"
    AND    fact."day id" = td2."day id"As I said, it is simplified, OBIEE in fact uses a bunch of sub queries and ranking sequences to pull this off, but this is in a nutshell the result. And as seen in the query, the second occurence of the time dimension is not filtered on day of week, which results in the YTD sum for all days, not just Tuesdays, or whatever day was selected.
    It makes sense in a way, after all, filtering on week does not limit the second occurence of the time dimension to filter on week either. But is there any way to force OBIEE to make an exception and come up with following query (or something similar that does the trick):
    SELECT SUM("net amount")
    FROM   "fact",
           "time dimension" td1,
           "time dimension" td2
    WHERE  td1."week id" = (prompt week value)
    AND    td1."day of week" = (prompt day of week value)
    AND    td1."year id" = td2."year id"
    AND    td2."week id" <= td1."week id"
    AND    td2."day of week" = (prompt day of week value)
    AND    fact."day id" = td2."day id"Thanks in advance for your input.
    Edited by: Kurt Geens on Mar 12, 2013 2:52 PM

    805771 wrote:
    Yes, but I don't want to create 7 different jobs, one for each day of the week. Isn't there a way to do this in PL/SQL? It took me 10 seconds in SQL Server's TSQL.Yes you keep showing some TSQL syntax that obviously does not do what you are asking for.
    >
    SELECT
    CASE DATEPART(dw,GETDATE())
    WHEN 4 THEN (SELECT COUNT(*) FROM ADR_VLDN )
    ENDSo the equivalent in Oracle would be
    SQL> var n number
    SQL> begin
      2    if to_char(sysdate,'D') = '4' then
      3      select count(*) into :n from dual;
      4    end if;
      5  end;
      6  /
    PL/SQL procedure successfully completed.
    SQL> print n
             N
             1Also takes 10 seconds.

  • How to create filters for OPENHUB?

    hi experts,
    how can i create filters for OPENHUB Destination for the below scenario.
    Make some kind of u201Clogicu201D to support a filter on an open hub. E.g. only data from month 2011-04  and until today are u201Copen hubu2019edu201D each day and data before 2011-04 must be u201Copen hubu2019ed u201D e.g. each weekend.
    The filter on the open hub can be different from open hub to open hub. We must be able, to filter one or more fields from the open hub.
    Regards
    venuscm

    hi this may helpful for you
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0a5e58d-1117-2d10-13a7-fa10c2cf20d8?QuickLink=index&overridelayout=true
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90441228-52a8-2d10-e683-fe4b2d65c331?QuickLink=index&overridelayout=true
    Edited by: Srikanth.T on Nov 24, 2011 10:03 AM

  • Okay so i have been trying to contact apple for days now but i was just thinking why do we have to only choose between white or black for the digitizer? would i be able to send my ipod into apple to get it customized to a different color besides that?

    okay so i have been trying to contact apple for days now but i was just thinking why do we have to only choose between white or black for the digitizer? would i be able to send my ipod into apple to get it customized to a different color besides that?

    Apple does not offer custom colors. I'd suggest you get a skin for your iPod. Those are available in hundreds of colors and patterns and since they're not permanent, they don't affect the iPod's warranty and you can change if you ever get tired of the skin you chose.
    Regards.

  • Digital filtering problem

    I am doing a continously data acquisition (buffered) and digital filtering.
    I need a bandpass from 300-3000hz.
    I am sampling around 15000 hz.
    My data acquisiton is working fine.. but I have no clue why this filter is not working!
    I have seen allthe examples and I dont think I have dont anythign different ...
    Can anyone point out what is my error?.
    I did some debuging and i think something is wrong with the case structure in processing.vi..No data maniputaltion wihtin th case structure is working ...
    Have attached the files
    thanks
    Clueless :-(
    Attachments:
    datacquisition.vi ‏95 KB
    processing.vi ‏92 KB

    hi david
    thanks for your reply.
    I used the single stepping technique and I now see that the status of the error is FALSE but the code number is 10803. Just as u had said!
    This warning is generated in the first vi that is AI Configure.vi.
    I tried looking up this warning but it was very vague.
    it says
    NI_DAQ LV: The ongoing transfer has been stopped.This is to prevent regeneration for output operations, or to reallocate resources for input operations
    The source is AI Group configure.
    I tried what you suggested and removed the code condition and it works!
    But I would like to know if it is okay If I remove the
    code from the OR condition.I saw the example of MY DATA PROCESSINg.vi and in that they have wired the code to the condiiton.
    Can there be
    any warnings for which it would not be advisable to continue executing?
    Also I would be very very grateful if you could tell me why am I getting this warning to avoid future problems..
    thanks again..

  • Help me find the right digital camera for my wife for Christmas!

    Hi guys,
        I have been scouring Best Buy for days trying to figure out which digital camera to go with.  My wife wants a new one for Christmas, but she doesn't want a traditional point and shoot setup, nor a full DSLR (simply becuase I can't afford it!). Plus, my budget is $200-$300.
    I've been looking at a factory refurbished Olympus SP-800UZ model for $230 in the outlet center, but I'm not sure if it's a good camera or not. 
    So, any ideas of which camera to get her? 
    She wants something with over 12 MP, something with a nice zoom, and something that has the look and feel of a DSLR.
    Any suggestions in my price range?  Thanks!

    Olympus Factory-Refurbished 14.0-Megapixel Digital Camera - Titanium
    Model: SP-800UZ | SKU: 1233313
    Capture special memories with this 14.0MP digital camera that features 27 shooting modes to snap photos of a wide variety of subjects in various situations. The high-definition movie mode lets you record at 1280 x 720 resolution for stunning results. This product has been refurbished by the manufacturer. Learn more.
     5 Read reviews (3)
    Sale: $229.99
    As to the specific camera you mentioned - yes, it's excellent. Note the Lens Focal Length(s), 35mm equivalent 28-840mm and the 30x optical zoom. Impressive for the price range. You could stop here and be satisfied, assuming you added a memory card since it only has 2mb of internal memory. (don't worry, they are cheap, this one takes SD only). 
    Still, I would consider what I said above, take a quick look before going the 'Refurbished' route.
    I am a Bestbuy employee who volunteers on these boards on my own time. I am not paid for posting here, and you should understand that my opinions are exactly that - opinions. I do not represent Bestbuy in any way.
    : Open Mailbox

  • Since Mavericks upgrade, Time Capsule stuck deleting old backups ... for days

    I have a previous generation 2TB Time Capsule shared by three of us, each with separate accounts.
    I know there's not much space left on the Time Capsule and that it's therefore expected that Time Machine would make room by deleting old backups. But my account seems stuck forever on these deletions (for over 72 hours now), while the other two accounts on the Time Capsule are working just fine.
    I've been through Pondini's recommendations for (a) patience and (b) finally resetting Time Machine, but on it goes.
    Here is the last couple of hours of the log (filtered for this problem).  The entire log for the last 72 hours is too long to post -- but the pattern is the same, with the constant deletions barely making a dent, and sometimes in fact the space available decreases.
    I'd cheerfully give up on the oldest backups, but meanwhile it's been 8 days since TC has been able to complete a backup.  (I have been cloning the drive daily with SuperDuper just to make sure I have a fallback until this is figured out.)
    Hoping one of you can recommend a course of action.
    Thanks in advance for any help...
    10/28/13 8:06:51.276 PM com.apple.backupd[758]: Found 1022200 files (58.34 GB) needing backup
    10/28/13 8:07:01.173 PM com.apple.backupd[758]: 75.13 GB required (including padding), 16.43 GB available
    10/28/13 8:07:05.162 PM com.apple.backupd[758]: Ejected Time Machine disk image: /Volumes/edbern/EB’s MacBook Air.sparsebundle
    10/28/13 8:07:05.162 PM com.apple.backupd[758]: Compacting backup disk image to recover free space
    10/28/13 8:25:44.384 PM com.apple.backupd[758]: Completed backup disk image compaction
    10/28/13 8:25:44.388 PM com.apple.backupd[758]: Starting manual backup
    10/28/13 8:25:44.915 PM com.apple.backupd[758]: Network destination already mounted at: /Volumes/edbern
    10/28/13 8:26:04.847 PM com.apple.backupd[758]: Disk image /Volumes/edbern/EB’s MacBook Air.sparsebundle mounted at: /Volumes/Time Machine Backups 1
    10/28/13 8:26:05.230 PM com.apple.backupd[758]: Backing up to /dev/disk3s2: /Volumes/Time Machine Backups 1/Backups.backupdb
    10/28/13 8:26:31.228 PM com.apple.backupd[758]: Event store UUIDs don't match for volume: Macintosh HD
    10/28/13 8:26:31.546 PM com.apple.backupd[758]: Waiting for index to be ready (100)
    10/28/13 8:27:25.289 PM com.apple.backupd-helper[112]: Not starting scheduled Time Machine backup: Backup already running
    10/28/13 8:27:31.784 PM com.apple.backupd[758]: Waiting for index to be ready (100)
    10/28/13 8:27:56.892 PM com.apple.backupd[758]: Deep event scan at path:/ reason:must scan subdirs|new event db|
    10/28/13 8:35:43.224 PM com.apple.backupd[758]: Finished scan
    10/28/13 8:35:43.241 PM com.apple.backupd[758]: Not using file event preflight for Macintosh HD
    10/28/13 9:05:03.078 PM com.apple.backupd[758]: Found 1022200 files (58.34 GB) needing backup
    10/28/13 9:05:16.881 PM com.apple.backupd[758]: 75.13 GB required (including padding), 31.85 GB available
    10/28/13 9:05:17.689 PM com.apple.backupd[758]: Deleted backup /Volumes/Time Machine Backups 1/Backups.backupdb/EB’s MacBook Air/2013-10-28-202628.inProgress/03624AE5-22CE-463C-9265-CE6A8826C535 containing 4 KB; 31.85 GB now available, 75.13 GB required
    10/28/13 9:05:17.700 PM com.apple.backupd[758]: Deleted backup /Volumes/Time Machine Backups 1/Backups.backupdb/EB’s MacBook Air/2013-10-28-202628.inProgress/7503F996-8E27-4558-9308-15FC60270865 containing 4 KB; 31.85 GB now available, 75.13 GB required
    10/28/13 9:23:23.471 PM com.apple.backupd[758]: Deleted backup /Volumes/Time Machine Backups 1/Backups.backupdb/EB’s MacBook Air/2013-10-28-202628.inProgress/C424E6F6-EFBE-4154-A543-375E805E68C8 containing 8.3 MB; 31.86 GB now available, 75.13 GB required
    10/28/13 9:28:36.239 PM com.apple.backupd-helper[112]: Not starting scheduled Time Machine backup: Backup already running
    10/28/13 9:55:03.037 PM com.apple.backupd[758]: Error: Error Domain=NSOSStatusErrorDomain Code=-36 "The operation couldn’t be completed. (OSStatus error -36.)" (ioErr: I/O error (bummers)) deleting backup: /Volumes/Time Machine Backups 1/Backups.backupdb/EB’s MacBook Air/2013-10-28-202628.inProgress/C434BAEA-946E-4531-BA61-74DD5A34EFF2
    10/28/13 9:55:03.037 PM com.apple.backupd[758]: Deleted 3 backups containing 8.3 MB total; 31.86 GB now available, 75.13 GB required
    10/28/13 9:55:03.321 PM com.apple.backupd[758]: Error writing to backup log.  NSFileHandleOperationException:*** -[NSConcreteFileHandle writeData:]: Not a directory
    10/28/13 9:55:03.579 PM com.apple.backupd[758]: Error writing to backup log.  NSFileHandleOperationException:*** -[NSConcreteFileHandle writeData:]: Not a directory
    10/28/13 9:55:03.580 PM com.apple.backupd[758]: Error writing to backup log.  NSFileHandleOperationException:*** -[NSConcreteFileHandle writeData:]: Not a directory
    10/28/13 9:55:03.582 PM com.apple.backupd[758]: Error writing to backup log.  NSFileHandleOperationException:*** -[NSConcreteFileHandle writeData:]: Not a directory
    10/28/13 9:55:03.702 PM com.apple.backupd[758]: Backup canceled.
    10/28/13 9:55:11.830 PM com.apple.backupd[758]: [SnapshotUtilities mountPointForVolumeRef] FSGetVolumeInfo returned: -35
    10/28/13 9:55:11.831 PM com.apple.backupd[758]: Failed to eject volume (null) (FSVolumeRefNum: -110; status: -35; dissenting pid: 0)
    10/28/13 9:55:11.832 PM com.apple.backupd[758]: Failed to eject Time Machine disk image: /Volumes/edbern/EB’s MacBook Air.sparsebundle

    Alas, it spent the night fruitlessly.   I think I need to find a way to kill the existing backup or dismount the disk first.  Sorry I'm a bit thick about all this.
    10/29/13 12:39:06.822 AM com.apple.backupd[1628]: Starting automatic backup
    10/29/13 12:39:07.028 AM com.apple.backupd[1628]: Attempting to mount network destination URL: afp://edbern;AUTH=SRP@TC._afpovertcp._tcp.local/edbern
    10/29/13 12:39:07.995 AM com.apple.backupd[1628]: Mounted network destination at mount point: /Volumes/edbern-1 using URL: afp://edbern;AUTH=SRP@TC._afpovertcp._tcp.local/edbern
    10/29/13 12:39:11.397 AM com.apple.backupd[1628]: Disk image already attached: /Volumes/edbern-1/EB’s MacBook Air.sparsebundle, DIHLDiskImageAttach returned: 35
    10/29/13 12:39:12.969 AM com.apple.backupd[1628]: Failed to mount disk image: Error Domain=com.apple.backupd.ErrorDomain Code=31 "The operation couldn’t be completed. (com.apple.backupd.ErrorDomain error 31.)" UserInfo=0x7ffdc243f1c0 {MessageParameters=(
        "/Volumes/edbern-1/EB\U2019s MacBook Air.sparsebundle"
    10/29/13 12:39:13.059 AM com.apple.backupd[1628]: Ejected Time Machine network volume.
    10/29/13 12:39:13.060 AM com.apple.backupd[1628]: Waiting 60 seconds and trying again.
    10/29/13 12:40:24.403 AM com.apple.backupd[1628]: Attempting to mount network destination URL: afp://edbern;AUTH=SRP@TC._afpovertcp._tcp.local/edbern
    10/29/13 12:40:24.792 AM com.apple.backupd[1628]: Mounted network destination at mount point: /Volumes/edbern-1 using URL: afp://edbern;AUTH=SRP@TC._afpovertcp._tcp.local/edbern
    10/29/13 12:40:27.642 AM com.apple.backupd[1628]: Disk image already attached: /Volumes/edbern-1/EB’s MacBook Air.sparsebundle, DIHLDiskImageAttach returned: 35
    10/29/13 12:40:29.209 AM com.apple.backupd[1628]: Failed to mount disk image: Error Domain=com.apple.backupd.ErrorDomain Code=31 "The operation couldn’t be completed. (com.apple.backupd.ErrorDomain error 31.)" UserInfo=0x7ffdc27275c0 {MessageParameters=(
        "/Volumes/edbern-1/EB\U2019s MacBook Air.sparsebundle"
    10/29/13 12:40:29.324 AM com.apple.backupd[1628]: Ejected Time Machine network volume.
    10/29/13 12:40:29.325 AM com.apple.backupd[1628]: Waiting 60 seconds and trying again.
    10/29/13 12:41:40.533 AM com.apple.backupd[1628]: Attempting to mount network destination URL: afp://edbern;AUTH=SRP@TC._afpovertcp._tcp.local/edbern
    10/29/13 12:41:41.252 AM com.apple.backupd[1628]: Mounted network destination at mount point: /Volumes/edbern-1 using URL: afp://edbern;AUTH=SRP@TC._afpovertcp._tcp.local/edbern
    10/29/13 12:41:44.549 AM com.apple.backupd[1628]: Disk image already attached: /Volumes/edbern-1/EB’s MacBook Air.sparsebundle, DIHLDiskImageAttach returned: 35
    10/29/13 12:41:46.208 AM com.apple.backupd[1628]: Failed to mount disk image: Error Domain=com.apple.backupd.ErrorDomain Code=31 "The operation couldn’t be completed. (com.apple.backupd.ErrorDomain error 31.)" UserInfo=0x7ffdc26090d0 {MessageParameters=(
        "/Volumes/edbern-1/EB\U2019s MacBook Air.sparsebundle"
    10/29/13 12:41:46.309 AM com.apple.backupd[1628]: Ejected Time Machine network volume.
    10/29/13 12:41:46.310 AM com.apple.backupd[1628]: Giving up after 3 retries.
    10/29/13 12:41:46.350 AM com.apple.backupd[1628]: Backup failed with error 31: 31
    10/29/13 1:44:01.616 AM com.apple.backupd[1768]: Starting automatic backup
    10/29/13 1:44:01.649 AM com.apple.backupd[1768]: Attempting to mount network destination URL: afp://edbern;AUTH=SRP@TC._afpovertcp._tcp.local/edbern
    10/29/13 1:44:02.604 AM com.apple.backupd[1768]: Mounted network destination at mount point: /Volumes/edbern-1 using URL: afp://edbern;AUTH=SRP@TC._afpovertcp._tcp.local/edbern
    10/29/13 1:44:07.254 AM com.apple.backupd[1768]: Disk image already attached: /Volumes/edbern-1/EB’s MacBook Air.sparsebundle, DIHLDiskImageAttach returned: 35
    10/29/13 1:44:08.881 AM com.apple.backupd[1768]: Failed to mount disk image: Error Domain=com.apple.backupd.ErrorDomain Code=31 "The operation couldn’t be completed. (com.apple.backupd.ErrorDomain error 31.)" UserInfo=0x7f9af9531a70 {MessageParameters=(
        "/Volumes/edbern-1/EB\U2019s MacBook Air.sparsebundle"
    10/29/13 1:44:08.962 AM com.apple.backupd[1768]: Ejected Time Machine network volume.
    10/29/13 1:44:08.962 AM com.apple.backupd[1768]: Waiting 60 seconds and trying again.
    10/29/13 1:45:20.105 AM com.apple.backupd[1768]: Attempting to mount network destination URL: afp://edbern;AUTH=SRP@TC._afpovertcp._tcp.local/edbern
    10/29/13 1:45:20.536 AM com.apple.backupd[1768]: Mounted network destination at mount point: /Volumes/edbern-1 using URL: afp://edbern;AUTH=SRP@TC._afpovertcp._tcp.local/edbern
    10/29/13 1:45:23.526 AM com.apple.backupd[1768]: Disk image already attached: /Volumes/edbern-1/EB’s MacBook Air.sparsebundle, DIHLDiskImageAttach returned: 35
    10/29/13 1:45:25.145 AM com.apple.backupd[1768]: Failed to mount disk image: Error Domain=com.apple.backupd.ErrorDomain Code=31 "The operation couldn’t be completed. (com.apple.backupd.ErrorDomain error 31.)" UserInfo=0x7f9af97030e0 {MessageParameters=(
        "/Volumes/edbern-1/EB\U2019s MacBook Air.sparsebundle"
    10/29/13 1:45:25.280 AM com.apple.backupd[1768]: Ejected Time Machine network volume.
    10/29/13 1:45:25.280 AM com.apple.backupd[1768]: Waiting 60 seconds and trying again.
    10/29/13 1:46:36.511 AM com.apple.backupd[1768]: Attempting to mount network destination URL: afp://edbern;AUTH=SRP@TC._afpovertcp._tcp.local/edbern
    10/29/13 1:46:37.340 AM com.apple.backupd[1768]: Mounted network destination at mount point: /Volumes/edbern-1 using URL: afp://edbern;AUTH=SRP@TC._afpovertcp._tcp.local/edbern
    10/29/13 1:46:40.510 AM com.apple.backupd[1768]: Disk image already attached: /Volumes/edbern-1/EB’s MacBook Air.sparsebundle, DIHLDiskImageAttach returned: 35
    10/29/13 1:46:42.150 AM com.apple.backupd[1768]: Failed to mount disk image: Error Domain=com.apple.backupd.ErrorDomain Code=31 "The operation couldn’t be completed. (com.apple.backupd.ErrorDomain error 31.)" UserInfo=0x7f9af9608030 {MessageParameters=(
        "/Volumes/edbern-1/EB\U2019s MacBook Air.sparsebundle"
    10/29/13 1:46:42.195 AM com.apple.backupd[1768]: Ejected Time Machine network volume.
    10/29/13 1:46:42.195 AM com.apple.backupd[1768]: Giving up after 3 retries.
    10/29/13 1:46:42.198 AM com.apple.backupd[1768]: Backup failed with error 31: 31
    10/29/13 2:49:46.227 AM com.apple.backupd[1880]: Starting automatic backup
    10/29/13 2:49:46.301 AM com.apple.backupd[1880]: Attempting to mount network destination URL: afp://edbern;AUTH=SRP@TC._afpovertcp._tcp.local/edbern
    10/29/13 2:49:47.381 AM com.apple.backupd[1880]: Mounted network destination at mount point: /Volumes/edbern-1 using URL: afp://edbern;AUTH=SRP@TC._afpovertcp._tcp.local/edbern
    10/29/13 2:49:50.418 AM com.apple.backupd[1880]: Disk image already attached: /Volumes/edbern-1/EB’s MacBook Air.sparsebundle, DIHLDiskImageAttach returned: 35

  • Using iSetup for day-to-day change management

    We are an existing 11.5.10.2 e-business shop with many instances and many release flows. We've done a little bit of foundation object automation with fndload (just conc programs and request sets). We're contemplating using iSetup for day-to-day migration of of other foundation objects from instance to instance. We have very strict segregation of duties so the folks who do the migrations are not very oracle knowledgable. Thus developers must create detailed instructions for entering the foundation objects, possibilities for error are higher than we'd like, entry is very time consuming, etc.
    I've noticed that the general advertised thrust of iSetup is for new implementations. Is there anything wrong with the concept of using if for new/changed foundation objects (conc prog, req set, responsibilities, profile options, dff's, menus, and anything else it can do)? Any thoughts on pros and cons of using iSetup versus scripting fndload for each object?

    Hi,
    iSetup can be used for both fresh implementations as well as existing ones similar to what you have described in your question.
    For some of the setups viz. Foundation objects, iSetup does internally use FNDLOAD.
    The advantage of using iSetup vs. Scripting is:
    Reporting and the Load Orchestrating mechanism which is built into iSetup. For e.g within Foundation Selection Set available in iSetup - KFF, DFF, MENU, RESP etc. Loading sequence is managed by iSetup. You could also generate Comparison Reports for before and after Load etc. which would not be possible if you used scripting alone.
    iSetup also supports native APIs written as per iSetup fwk specs and they are more rich in terms of features viz. Filtering, Transform etc.
    Thanks,

  • SPAM filters for the IPhone

    Are there any spam filters for the IPhone?

    While there is a brief comment on what sounds like the solution elsewhere in this thread, I've set up a fantastic spam filter system. Here are the details:
    1) You'll need a second account with your ISP or workplace. "[email protected]"
    2) Mac Mail has a great series of rules, that with some work, can produce a very clean list of real mail, and a very short list of possible "wanted" mail. In my setting, I get more than 150 mail per day, only about 10 are real. We have three accounts, collectively I'll call them "[email protected]"
    3) In the rule settings, make the "last rule" to forward all messages (mail does not need you to specify which box) to "[email protected]"
    4) Set mail to check your accounts every several minutes, but to not remove mail from the server for a day or more.
    This allows me to see each real e-mail ONCE on my desktop, as I need it on my laptop, and when I need it on my iPhone.
    The important thing to remember, is to never send any mail from "[email protected]" else it will also start collecting spam on it's own. Conversely, never check the incoming mail from "[email protected]" on your iPhone for fear of inadvertently validating the address and attracting more spam.
    Hope that this helps.
    Adam
    PS--You windoze folks may be out of luck. The Windoze mail clients often cannot recognize mail that they've already downloaded, or be as slick with setting up rules to handle the spam.

  • Configure digital filter for external clock

    I am trying to use a digital filter on my PXI-6602 card and I can't get it to configure for an external clock. It keeps telling me the numbers don't match up but I don't see the logic to the numbers it supports. Here is the error I got for a time base of 100 Hz and a min pulse width of 1/(100 / 2) based on the period of 2 clock cycles.
     Desired Minimum Pulse Width could not be produced.
    Minimum Pulse Width is affected by the Digital Filter Timebase Source and the Digital Filter Timebase Rate. To see how these two property settings can affect the Minimum Pulse Width, refer to product documentation for more details.
    Property: CI.CountEdges.DigFltr.TimebaseSrc
    Requested Value: /PXI1Slot2/PFI36
    Property: CI.CountEdges.DigFltr.TimebaseRate
    Requested Value:  100.000000
    Property: CI.CountEdges.DigFltr.MinPulseWidth
    Requested Value:  20.0e-3
    Supported Values:  80.0e-3 to  171.798692e6
    Task Name: _unnamedTask<49>
    I know my math is off since the filter uses the leading edge of the pulse but 0.08 seconds is 12.5 Hz and I don't get it. Other frequencies produce different but also odd (to me) numbers.
    Attached is a copy of my VI
    Attachments:
    External Clock for Filter.jpg ‏131 KB

    Digital filtering ensures that a high pulse is high for at least a certain time (minimum pulse width) in microseconds.  This is to ensure that a fluke noise signal does not count as a high pulse.  It also ensures that a voltage overshoot to the high value does not register more than one high pulse as it settles in to the value.
    The specifications of the digital filtering is outline on page 3-1 to 3-3 of the 660x User Manual, found here. It specifies on page 3-3 that there are five different settings for the digital filter minimum pulse width:
    5 µs 
    1 µs 
    500 ns 
    100 ns 
    Or, programmable with a custom tfltrclk (period in seconds of Filter Clock).  However, when using tfltrclk, minimum pulse width needs to equal to 2*tfltrclk.  Your current setup has the minimum pulse width set up for minimum pulse width = 1/(tfltrclck/2) = 2/tfltrclck rather that 2*tflrclk.
    I think you already knew all of this.  However, the Filter Clock does not equal the Filter Clock Timebase.
    If we look on page 3-3 in the manual we seed that Filter clock is actually 1/4th the speed of the Filter Clock Timebase.  
    Therefore, in your setup:
    Filter Timebase Rate = 100Hz
    Filter Clock Rate= 1/4th *100 Hz = 25Hz
    Filter Clock Period = 1/25Hz = 0.04 seconds
    2*Filter Clock Period = Minimum Pulse Width = 2*0.04=0.08 seconds.
    Which is the minimum value it was suggesting.  This will always be four times as large as what you were guessing before.
    Eric S.
    AE Specialist | Global Support
    National Instruments

  • Unable to autorise the digital edition for Overdrive

    I am unable to authorize the digital edition for overdrive. I am using the same user id and password that of Overdrive account. I still get the error "Incorrect Login Id or password for the selected ebook vendor."
    How do I resolve the issue.

    We plan to remove this limitation in the free Personal Edition of Lumira before the end of this year.  In the meantime, as mentioned by Chris, you can initiate the 30 day trial option which you can activate from within the "Home" page of the Personal Edition of Lumira.
    Here's more info on accessing the 30 day trial of the Standard Edition:
    SAP Lumira, Standard Edition Free for 30 Days. Here's How!

  • Filters for and deleting my purchased apps in iTunes?

    Hello.
    Does the (new/lat)est iTunes have filters for purchased apps? Let's say, I only want to show GAMES only. I have like hundreds of purchased apps  in my collections?
    Also, is there a way to delete purchased apps in the list? I can delete from iDevices and my computers, but I don't want to see them anymore in the purchased list.
    Thank you in advance.

    iOS applications can't be run on a computer.
    (109266)

  • 8500 909a is on my network for days then it disappears and reinstall is the only way back

    I am hoping someone can help me.  I am a computer reseller as well as the tech support provider to my customers.  I have tried everything that my 20 years experience has taught me and I cannot figure this out. 
    OS - Windows 7 Professional - with Administrative rights both locally and network wide.
    4GB Ram and ample hard drive space.
    Latest 8500 drivers from the web (Full package) downloaded and installed.
    Networked using Netgear VPN Prosafe with a Server (2008 Std Edition) and 3 workstations as well as the HP 8500 (909a).  I AIO wired to my router, and I have a static IP assigned in the printer.  I have also reserved the static IP in my DHCP server so that the number isn't accidently handed out.   The printer will stay on the network for days sometimes weeks.  For no apparent reason, it just disappears.  The scanning doesn't find my computer and my computer doesn't see a printer any longer.  It sees the other HP Laser I have on the network (never losing that one - ever). 
    I am very tired of uninstalling and reinstalling to get this printer back. 
    Hoping someone has an answer for me.

    I assume this is WIn7 64-bit?  If so, there are Firmware and Updates here that you should try.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • FF3.6.13 keeps telling me updates are available but it has been connecting to server for days when is it going to happen

    I/m using winXP SP when i open FF browser a message appears in the bottom taskbar updates are avaialable Igo into "check for updates"& another box says "downloading the update" &"connecting to server" but this has been going on for days how long does it take? I have used up my 2gig monthly download from OPTUS but with the slow connection updates should be done by now any help on whats wrong?

    [[Updates reported when running newest version]] - link
    The cause could be due to your user agent being mixed up as 3.6.12 and 3.6.13 versions. I think downloading 3.6.13 from www.mozilla.com and then uninstall your 3.6.13 and then install the 3.6.13 you downloaded should fix it in this case. Your settings are in a separate place ([[Profiles]]) and not in program folder.
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:'''1.9.2.12''') Gecko/20101026 Firefox/'''3.6.13''' ( .NET CLR 3.5.30729)

Maybe you are looking for

  • Can I unstall Office 2011 from a Macbook and re-install the same software on a different Mac/Mackbook?

    Hi all, I've looked around Google and here and I can't find a definitive answer to my question so hopefully you guys can give me some advice I bought the Office package in 2011 when it was new and installed it on my Macbook. I now plan to buy an iMac

  • How to install and use a client certificate for use with https sites on Android?

    I need to be able to install a .p12 client side certificate to be sent to the admin section of my company's site to authenticate me as an employee. In FireFox for PC there is the ability to install this client certificate. In the mobile I cannot figu

  • HP Printers in OS 9 "Classic" not working

    So I have had the misfortune of trying to get 2 different HP printers to work in Classic mode. I have tried installing the newest drivers from HP ( v. 6.4) but I get 2 different errors, and I am wondering if there is something I am missing. The first

  • Bank Recon.

    Hello Sap Guru, My client have maintained two UTI Bank account, One for Reconciliation & One for UTI Current Account .In Reconciliation account so many Open Item are there. Now he wants clear these Open Item ,how it can do this & effected in my UTI C

  • How to hide report background engine window

    hi i m using reports6i and when i run a report thorugh forms,reports background engine window also invoke and i want to hide that winodw .any one know how to hide report background engine or is this possibl. if so plz let me how to apply this. thnx i