Posts Tagged ‘files’

IPCCX Error: com.cisco.file.FileException: Unable to list files; Repository Data Store not initialized

Posted in Cisco on August 22nd, 2010 by Saba – Be the first to comment

hi,

The complete message is as: “com.cisco.file.FileException: Unable to list files; Repository Data Store not initialized”

I did check the “Control Center > Components Activation” and both the “CRS Engine and CRS Node Manager” are license but the error is still appearing when accessing the “Application > Prompt, Grammar or Document Management”.

Should the “SQLAgent$CRSSQL” and “MSSQL$CRSSQL” be running?

Both CallManager and IPCCX are co-located on the same server.

Running: CCM v4.2(3) and IPCCX 4.0(4)

PDF files won’t display in FF3.6

Posted in Firefox on June 24th, 2010 by Saba – Be the first to comment

When I try to load a PDF doc from a website, I first get a blank / empty pop-up box titled Adobe Acrobat, and then a black (not a typo) page. The plug-in is up to date. What’s happening?

How to upload music files to YouTube from Java code?

Posted in APIs on June 21st, 2010 by Saba – 1 Comment

Is there a way to *promote* these songs to video to make them uploadable. I wish to do this via Java code. Thanks.

Cocoa: dragging files from Finder

Posted in Apple on June 6th, 2010 by Saba – 2 Comments

Hello,

I’m new to Cocoa programming. I would like to be able to drag filenames from Finder to a custom view in my application. Both previous mails and Mr. Google redirect to Drag and Drop Programming Topics for Cocoa (http://developer.apple.com/documentation/Cocoa/Conceptual/DragandDrop/) . I’ve read this, but something still doesn’t work.

Declaration of my custom view (a subclass of NSView) looks like:

@interface myView : NSView { } – (NSDragOperation)draggingEntered:(id )sender; – (void)draggingExited:(id )sender; – (BOOL)prepareForDragOperation:(id )sender; – (BOOL)performDragOperation:(id )sender; – (void)concludeDragOperation:(id )sender; @end

then I have a dummy implementation that does nothing but writes to debugging console :

@implementation myView – (id)init { [super init]; [self registerForDraggedTypes: [NSArray arrayWithObject: NSFilenamesPboardType]]; return self; }

- (NSDragOperation)draggingEntered:(id )sender { NSLog(@”draggingEntered:”); return NSDragOperationCopy; }

- (void)draggingExited:(id )sender { NSLog(@”draggingExited:”); }

- (BOOL)prepareForDragOperation:(id )sender { return YES; }

- (BOOL)performDragOperation:(id )sender { NSLog(@”draggingOperation”); return YES;

}

- (void)concludeDragOperation:(id )sender { NSLog(@”draggingFinished:”); }

In my AppController class (main class in app) I create new myView object and in Interface Builder this object is connected with a Custom View layout. But when I run my app and try anything from Finder the console remains silent. Can anyone tell me what I’m missing?

Thanks, Marcin _______________________________________________

Support for dropping XPI files into the extension install locations might be going away

Posted in Firefox on May 27th, 2010 by Saba – Be the first to comment

I agree that this system should be removed. Do we know if any third party providers use it? I suspect not, as I don’t recall seeing the install dialog when Skype installed itself.

cheers, mike

how to change location of FF3 temp files

Posted in Firefox on May 14th, 2010 by Saba – 1 Comment

I’m running a new machine with dual SSD’s in RAID 0 for my OS drive. It’s nice and fast but as some of you may know, TRIM is not possible for RAIDed SSD’s and this means it’s important to keep as much *junk* off of them as possible to keep them running fast. So, I want to chagne the location of my FF3 temp files, cookies, etc. to one of my other drives. I cannot find where this is done. Can anyone help?

Thanks,

Keith

Language Files (Localization) for UCM 6.1 Procedure

Posted in Cisco on May 13th, 2010 by Saba – 2 Comments

Dear Experts,

I need to put a new language for the phone interfaces. I do understand that this is done by downloading the appropriate cm-locale file from Cisco’s website. Can anyone point to me the procedure that is to be followed for uploading the locale/continuing the process to have another language as an interface for the IP Phone? I have tried to search it unsuccessfully.

Your help is much appreciated!

Best Regards,

error 2148 :: swf files run from localhost cannot access image in e:/

Posted in Adobe on May 7th, 2010 by Saba – Be the first to comment

Hi Divya,

Just add one compiler argument -use-network=false and then again compile your project.

Hope this works.

Regards Gagan Deep

On 6 May 2010 21:24, Abhinav Mehta wrote:

error 2148 :: swf files run from localhost cannot access image in e:/

Posted in Adobe on May 6th, 2010 by Saba – Be the first to comment

Hello Divya

Read about crossdomain.xml policy. Hopefully it will solve your problems.

Autoplay Windows Media Files

Posted in Firefox on May 5th, 2010 by Saba – Be the first to comment

I have windows media player embedded on my web site with autostart set to 0. In IE this works but in firefox it starts to play as soon as the page is loaded. How can I get this to stop?