New App Framework?- Adobe Bridge with MS Access

I'm a retired client/server relational database designer with some OO background but new to scripting and XML. I need to create a single user executive database application to catalog, format and print photos and data.
We have thousands of high quality photos, a fast Win XP workstation, Adobe CS3 and Office Pro 2007.
The use cases will involve scripting PhotoShop, Bridge, and Acrobat as well as storing and retrieving data from MS Access.
My question concerns how best to structure the app. What framework if any I should use to tie the app together.
What app would be best for the primary UI? I know how to create an app within MS Access, but it would be clunky and I would rather build the Client portion in Dreamweaver and only use Access for the back end.
I would have to pass the data back and forth using XML, but I'm not familiar with how to connect a Dreamweaver App with Javascript with XML with MS Access.
What would be a good reference work for me to follow?
YOur opinions and experience would be much appreciated.

More...I discovered that the problem comes up only if i call the findAll.
I mean if I iterate on the primary key calling findByPrimaryKey everything works well. I can do every getXXX from my entityBean.
But if I call the findAll and i iterate on the entityBean Collection I can only call the getPrimaryKey from the enity. Any other getXXX rise up the exception: java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Query is too complex.
Also if first I call findAll an after I try to call findByPrimaryKey it doesent work.
What the hell is that?
Please...help me..I'm going creazy!
Thx.

Similar Messages

  • New iPhone 5, Adobe Bridge Hangs or Gives up Downloading Photos from It

    I have Adobe Bridge CS5.   Version 4.1.0.54.    Installed on Windows 7.
    When I try to download photos and movies from my new iPhone 5, Adobe Bridge hangs.
    Anyone have a fix?   How can I report this as a bug to Adobe?

    Try posting in the Adobe Bridge forum
    http://forums.adobe.com/community/bridge/general?view=discussions

  • I have an apple developer account to make a new app, but I need to give access to the designer without sharing my payment info or allowing him to have access to my icloud, apps or itunes account. There is some way to have another password?

    I have an apple developer account to make a new app, but I need to give access to the designer without sharing my payment info or allowing him to have access to my icloud, apps or itunes account. There is some way to have another password?

    The designer is usually someone who just handles the user interface portion of the code. The developer would handle core functionality. I assumed you were the developer and the designer was the designer. You are the client and your "designer" is the developer.
    Ideally, you should create a business account so that you can add someone to your team. That is the way it is supposed to work. Otherwise, you will have to ask for the final source code so that you can build and submit the app yourself. You should always have the source code regardless. You should always perform the submission under your own account too. Otherwise, it is the developer's app, not yours.
    Sharing accounts is against the Apple Developer agreement anyway. The App Store Gold Rush is over. Now it is mostly zombie apps and competing fraudsters. You don't want to give someone access to your iTunes account. You really don't want to give someone access to your bank account either.
    The best solution would be to convert your account to a business account. You may be able to have the developer submit the app and then transfer it to you.

  • Developing: Endless loop in Adobe Bridge with and Adobe Drive CMIS Connector

    Hi
    Currently I’m implementing a CMIS-Server for the dam system of my company, using the apache chemistry framework. One of the main requirements is that adobe drive works with it.
    At the moment I implemented only the navigation services (getChildren, getObject, …) and the repository services and test them against adobe drive. It’s already possible to navigate through folders and read assets with ad4 and the finder. So 3 days ago I installed adobe bridge (CS6) and test my server again.
    My test environment is very easy.
    root(1 object)->test1(0 objects; empty)
    First I’m opening my repository with adobe drive and then I switch to bridge and connect it. Bridge shows me the folder test1 with no errors. So I double-click it and now bridge is in an endless loop. The notification switch between ‘Keine anzuzeigenden Elemente’(No elements to show) and ‘Einen Moment bitte, die Suche läuft …’(Searching, please wait …). This only happens in bridge. When I open the folder with the finder it just works, without the loop.
    So I logged all requests, which were send by adobe drive, and get this list.
    Connecting with adobe drive
    getRepositoryInfos
    getTypeChildren (null) -> all basetypes
    getTypeDecendants (cmis:document)
    getTypeChildren (null) -> all basetypes (Why two times?)
    getTypeDecendants (cmis:document) (Why two times?)
    getRepositoryInfos (Why two times?)
    getObjectByPath (/.hidden)
    getObjectByPath (/.hidden)
    getObjectByPath (/.hidden) (Why so often?)
    getObjectByPath (/DCIM)
    getObjectByPath (/mach_kernel)
    getObjectByPath (/.Spotlight-V100)
    getObjectByPath (/.metadata_never_index)
    getObjectByPath (/.metadata_never_index_unless_rootfs)
    getObjectByPath (/.metadata_never_index)
    getObjectByPath (/mach_kernel)
    getObjectByPath (/.metadata_never_index_unless_rootfs)
    getChildren (cmis:folder,0) (rootfolder) returning only one element (test1)
    getObjectParents(cmis:folder,127) (test1) returning the rootfolder
    getObjectByPath (/.hidden)
    getObjectByPath (/mach_kernel) …
    Open the Cmis repository in bridge and doubleclick the repository
    getChildren (cmis:folder,0) (rootfolder) returning only one element (test1)
    getObjectParents(cmis:folder,127) (test1) returning the rootfolder
    Then I double click the test1 folder
    getObject(cmis:folder,127)(test1)
    getChildren(cmis:folder,127) -> empty list
    … (endless loop)
    I already checked getObject and getChildren against a reference implementation (FileShare Repository of apache Chemistry) and it returns exactly the same structure. Only the name and the timestamps are different. So my second though was to check the repository capabilities and as well they are both equal. Now I’m a little bit desperate because I spend already 3 days in try and error bugfixing but nothing worked. So here are my questions.
    Is there a logfile for bridge because I thing this refreshing happens after an exception. I already checked the adobe drive log and it contains only asset not found errors for (e.g mach_kernel …).
    In which circumstances does bridge reloads a folder?
    Debugging of adobe drive: I already read http://forums.adobe.com/message/3928595 but it doesn’t work in AD4 any more, I only get info/error/fatal messages.(I changed the log4j config files in AD4ServiceManager.) Does something changed or did I forget something?
    Why does AD4 make 2 or more times the exact same request? (Look table above).
    I hope my English is good enough to understand.
    Thanks

    After two months I'm a little bit smarter so I can answer some of my question by my own.
    No there is no logfile for bridge, but I was able to debug the scriptcode from the ad plugin, which is installed in bridge.
    If an error occures in the plugin
    I was able to decompile the cmis connector. That helps a lot  when ad logs with weird exceptions.
    Because AD maps the actions of the filebrowser(finder,explorer) to cmis and this one does sometimes the exact action two or more times.
    Unfortunately is wasn't able to fix my main problem, but I found a workaround to use cmis in bridge. I deactivated the ad plugin in bridge and after that action, bride display the cmis volume as normal volume. Sadly some actions like to manage relationships etc. are with this workaround not usable but for me this is alright.

  • Adobe Bridge with CS 5.5 Production Premium

    Hi! I just installed CS 5.5 PP on new computer that I had to download from Adobe site since there's no disc drive. I can't find Adobe Bridge on the install menu. I have it on my other computer so I know that I had it. What can I do? Also, I had CS4 previously, but it's not showing up under my account info so I may have had a different account that I don't remember?
    Thanks!

    I have the box and discs for the previous CS4
    http://www.pinterest.com/pin/create/extension/

  • When I use Adobe Bridge with PSE 8 is asks for my serial

    I just launched Photoshop Elements 8 for Mac and chose to use Adobe Bridge to find images. Adobe Bridge opened and I found the image I wanted but when I double-clicked on the image a Photoshop Set-up dialogue box appears asking for my serial. So, I found my serial in my email because I bought the digital download and it says my serial is wrong. The weird thing is is that PSE is running and works fine. So why is Adobe Bridge asking me for my serial and rejecting it?
    thanks
    Jerry

    Subversion is a program/system that stores files on a server, does versioning, etc. We use it principally for code management but also for our image files. It integrates into Windows explorer so you can check-in/check-out files, etc.
    I was just wondering if there was a way to use Adobe Bridge as the front-end for it somehow.

  • New computer and now trouble with installing accessing apps

    Hi
    I now have a new mac and need to get the cs6 on my desktop. I downloaded the adobe app manager but its not working, i tried downloading the creative cloud app and it will not download either.
    need help quick!
    thanks.

    You can't expect anyone to be able to help without providing a lot more information than you have.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers: 
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Using Adobe Bridge with Photoshop Elements

    I have an iMAC with iLife 08.
    I take photos in RAW format with a Nikon camera.
    I have been editing photos this way:
    After uploading photos to iPhoto, export them as jpg to a new folder on the desktop, external HD or wherever. I open Photoshop Elements, edit the exported photo.
    Then I'm stuck with my edits outside of iPhoto, unless I then import them back into iPhoto. It works, but it's cumbersome.
    Today I thought I'd try a different route. I opened Photoshop Elements, and tried to use Bridge to browse photos. I can find the iPhoto library easy enough, but if I click on it, it opens iPhoto, and I'm stuck - can't open the photos in Photoshop.
    I am hoping that if I do it correctly, I can save my edits directly back into iPhoto.
    Any ideas?

    Using Photoshop (or Photoshop Elements) as Your Editor of Choice in iPhoto.
    1 - select Photoshop as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    2 - double click on the thumbnail in iPhoto to open it in Photoshop. When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done.
    3 - however, if you get the navigation window that indicates that PS wants to save it as a PS formatted file. You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    If you want to use both iPhoto's editing mode and PS without having to go back and forth to the Preference pane, once you've selected PS as your editor of choice, reset the Preferences back to "Open in main window". That will let you either edit in iPhoto (double click on the thumbnail) or in PS (Control-click on the thumbnail and seledt "Edit in external editor" in the Contextual menu). This way you get the best of both worlds
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Are there advantages to using Adobe Bridge with Premiere Pro?

    I frequently use pictures with my videos.  Normally, I use Windows Explorer with the picture viewer to browse for what I'd like to use.  I've experimented with Bridge, finding it to be a memory hog and slow.  It got me wondering - Are there advantages vs. Windows Explorer?

    Bridge can be used to easily add hierarchical keywords to large amounts of clips (and afaik it's the only tool in the Adobe suit that can do hierarchical keywording with video files). Those keywords can then be used to find clips inside of Premiere. On large projects (1000+ clips) that can be a life saver.
    Apart from this and the features you mentioned (the cross software color stuff is useless for video as of CS6), I did not find any use to Bridge for video. Plus as you said, it is a memory hog, slow and in my own experience unstable with /  not adapted to video.

  • Problems installing adobe bridge with dreamweaver cs5

    I have installed dreamweaver cs5 but bridge hasn't installed with it. Can anyone tell me how I install it? I can't find anything in the downloads area of the adobe site.

    Check the installer from the download or disk you have purchased, according
    to the Adobe specs Bridge should be included when having Dreamweaver as
    single application. It should be automatically installed in the default
    application folder when having used the default install procedure from the
    disk or download.
    And I assume you already checked your applications folder to see if Bridge
    is not already present, it is a separate application
    I have installed dreamweaver cs5 but bridge hasn't installed with it. Can
    anyone tell me how I install it? I can't find anything in the downloads area
    of the adobe site.

  • How to define a new user in Enterprise manager with Specific access rights?

    Hi,
    I want to create a new user in OEMS 11g who should be able to access only the scheduler jobs section.
    How can this be acheived?

    You can create new administrators via the Setup --> Administrators page
    You can grant certain access rights to targets, you can not however grant priv to only access the job system
    Take a look at http://download.oracle.com/docs/cd/E11857_01/em.111/e14586/security3.htm#sthref235
    Regards
    Rob
    http://oemgc.wordpress.com

  • FireFox 4 - why are my app tabs large and why do I not have a new app tab - the one with the plus symbol

    I just downloaded FireFox 4 and my tab bar at the top does not look like it should. The tabs are all large, I want just a small tab. I'm also missing the new tap - the one with the plus symbol.
    Please help

    Hi there!
    I just installed Firefox 4 and I had the same problem. To fix this is simple. You must drag the "add tab" from the modify toolbar options. If you do not see the add tab from within the modify toolbar options container. It's probably that it's already resting on the personal toolbar (just below the home icon). If so, drag the add tab icon to the main tab toolbar and the plus (+) tab will apear.
    Hope this helps!

  • Hiding purchase history in new app and books stores with IOS6

    Up until the recent upgrade to app store and book store and the upgrade of my iPad to IOS6 I could hide purchased apps or books that I had deleted from my iPad.  It no longer seems to work - is it still possible and, if so, how?

    I tried the suggested solution of hiding the purchased item through iTunes, but it only half worked.
    On my iPhone 4S with ios6 I open up iBooks and there are 2 ways to see a list of purchased books.
    1. There is a folder called "Purchased Books" in the library, which I cant delete as it's not a user created folder, I guess.
    2. If I click on Store, then I can see a list of purchased items.
    (sorry if the names of these things arent quite right, I am looking at a German iPhone).
    No.2 seems to be a view into my iTunes account and the suggested solution hides the unwanted entry from this list.
    No 1 seems to be unique to iBooks and is not changed by the suggested solution. In fact there seems to be no way of affecting anything here. If I select "edit" and mark the unwanted entry, then the "delete" button is not activated. And the swipe to hide doesnt work here either.
    If anyone knows how to hide the item from the No 1. list then please let me know

  • Cannot Install New Apps - Memory Full Error with 5.5 GB free

    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

    desaimalhar wrote:
    how to clear off phone memory?
    Uninstall some unwanted apps.
    Clear browser cache.
    Always store images, songs, videos on memory card,
    desaimalhar wrote:
    And how to transfer memory from the memory card to mass memory?
    I didn't get what you meant. I think you want to transfer phone memory files to memory card.
    You can simply connect your phone via PC suite. Then you'll be able to do this task.
    Glad to help

  • IWork re-downloading with any new app purchase?

    Hi,
    I'm working with a number of iPad airs in a school environment.
    I've downloaded the free Apple range of apps and they were all functional.
    However, once I purchase or download a new app Pages, Numbers, Keynote, iMovie and iPhoto all begin to download again from the very start.
    It does this every time I start to download a new app (EDIT: possibly only with downloading apps using redemption codes).
    This is happening on every one of 140 iPads, with their iOS fully upgraded.
    I've tried switching it on and off in between downloading the Apple suite and other apps, but it has made no difference.
    Any ideas as to what might be going on?
    Thanks.

    For the record, this still appears to be an issue; came to the community to ask a very similar question. Not all my iWork apps require re-installation every time, but Numbers is 100% consistent (and often insists it needs to be re-installed even outside of other app downloads). The other big offender, though not nearly as constant, has been iMovie. Updated to the latest versions of all, including iOS 8; deleted and re-installed Numbers and iMovie, and the problem persists. This is on an iPhone 6 Plus. If there's any way to fix this, it would be greatly appreciated.

Maybe you are looking for