Unable to upload *.ncb files to RTC - vb.net

I am migrating the vb.net project to RTC but the problem here is there is onle file with extension x.ncb and RTC is not allowing to upload.
Now my issue here is I am unable to understand whether this file is not allowed in RTC?
Can this be removed and uploaded to RTC?

Related

Dropbox how to download more than 10k files

I'm working on a project where my client has uploaded files on dropbox. He has uploaded ~39k articles. The problem is when I try to download them from dropbox, I get an error "The zip file is too large". I've been trying to download that data somehow but haven't been able to download it yet.
Any ideas how to download such enormous number of files from dropbox ?

Documentum issue: Setup cannot copy the file ExJNIAPI.dll

I was using webtop for some time and it was working fine.
Now its started to give this error and if I cancel it, its asking to download some cab Files, which I allowed.
But again when installed it starts showing the same error.
Any suggestions?
This is a required file for Documentum Webtop client side file transfer. Odds are, an update on the PC that you are viewing / editing files, has caused trouble.
Personally I would
back up any checked out files on local PC. By default (I think), would be in %USERPROFILE%\Documentum\CheckedOut
Reboot PC, to free up any processes holding locks on files and folders
Delete local UCF install, by default: %USERPROFILE%\Documentum
Login to Webtop and do fresh clean install
For futher troubles shooting take a look at
https://community.emc.com/people/aldago-zF7Lc/blog/2014/06/04/ucf-troubleshooting-v2
or in the new OpenText webtop forums
https://forums.opentext.com/forums/categories/documentum-webtop

Dropping a new hybrid app into an existing worklight project and it can't find the dojo files

We're trying to unzip a new worklight hybrid app (built by a separate team) into an existing worklight project, but it can't find the dojo files for packaging, any ideas? We have only included the app subdirectory in this zip file.
We're not using the dojo toolkit, we're using a locally packaged dojo subdirectory
For some reason the new application isn't picking up the dojo path we've specified in build-dojo.properties. Here's our build-dojo.properties information:
app.id=ACMWorkExecution
dojo.workspaceRoot=/AnywhereWorkManager/www
Any ideas of places we could debug? We put some echo statements in the build-dojo.xml file to echo out the dojo.workspaceRoot but it didn't even appear to be called.
We're building the app using the app-builder ant task of worklight.
We found out we had an invalid build-dojo.xml file that was causing this issue. Replacing the build-dojo.xml file with a fresh one fixed it.

Aptana Studio 3 - Compress CSS/Javascript and upload

Hy everybody,
I've an Aptana Project already synched with an ftp connection to my deploy server.
Everytime I save a script,Aptana to upload it to FTP server through the Deploy Options.
Now I wonder if there is some Ruble or similar plugin/script that can do the following steps:
I edit the file and save it -> aptana save the uncompressed file on my local hard drive (I'll need to put it on version control) then create a minified/obfuscated version and upload it to ftp.
Is it possible?
I've already created a Ruble that compress my CSS and Javascript files through YIUCompressor but I don't know how to retrieve the FTP informations of every specific project and the upload only the minified version.
Any help is appreciated. Thanks

Launch installed air application from browser for register file type

I have an air application register for a special filetype .part. After manual installation If I double click on a .part file it opened our air application and invoke the events perfectly. But if I am downloading the same file type from browser it doesn't show our air application as a default application to open with.
I also have this code in the descriptor file
<allowBrowserInvocation>true</allowBrowserInvocation>;
Any help is appreciated
Thanks
--
Fixed that. The problem was the extension of file I was using.
Fixed that. The problem was the extension of file I was using.