Saving project in database

Hello,
I've been testing JSCreator for a while now, but i can't find the answer to one question.
Is it possible to save your complete project in your (SQL2000) database.
My previous program SilverStream made some extra tables in my database where the program stored all the jsp, java, ... files.
It was very easy to backup.
Is this possible with JSCreator?
greetz

No, Java Studio Creator does not currently provide a facility for doing that. The IDE allows you to control where the project is stored, but it must be a folder on the local filesystem.
Jim
Creator Team

Similar Messages

  • Saving projects with Transitions and Titles - iMovie 3

    Every time I edit a movie in iMovie 3, add transitions and titles, and then save, the next time I open the project, I get a window saying there are x number of stray clips (my transition and title clips) and would I like to move them to the clip panes or leave them alone. Either way, they end up being out of order. Why will they not stay in the edited order that I put them in, even after I hit Save?

    I do Save the projects this way and all the clips show up in the edit panel below the clip frames. BUT, none of the Transition or Title clips stay in the edit panel below. Each time I open the saved project, a message window appears saying that there are x number of stray clips (the Transition and Title Clips). Then it asks me if I would like to leave them alone or put them in the clips pane. If I put them in the clips pane, then I have to once again reposition them where they belong in the edit panel below. This happens every time.

  • Error saving job  to database for standard jobs scheduling

    Hi,
        In IDES server when iam goto Tr.code -- SM36 -- Standard Jobs -- Default Scheduling iam getting below error.
    Error saving job  to database
    Message no. BT117
    Diagnosis
    The SAP system was unable to save the current job in the database. This failure suggests that there is a problem with the database system or with the network connections between the SAP application servers and the database system.
    System Response
    Job not saved and not scheduled.
    Procedure
    To analyze this problem, start by checking the system log for messages about network or database problems.  You can also use the computing center management system to check your system for problems.
    Guide me for the same.
    Thanku

    HI,
    Sometimes this error will come.
    Try to schedule jobs manually using SM36 instead of using standard job button.
    Also you can check this thread
    Re: Error saving job SAP_REORG_JOBS to database
    Which seems to report same problem.
    Its nothing to take with database conenctivity as SAP is up and running .
    Try this and revert.
    Regards,

  • Saving Arrays to database???

    Hi! I'am new on Jsp and I want to save values that the user add into a combobox. I Have a Save_action.jsp that executes when the user click on the submit button. So I want the array values to be saved into the database + be updated. Here is the problem area in Sava_action.jsp
    <%
         String update="";
         Long aCustomerId = aCustomerSession.getCustomer().getCustomerId();
         String[] aIPAddressAllow = request.getParameterValues("IPAddressAllow");
         String[] aEmailAllow = request.getParameterValues("emailAllow");
         String atruncuationMode = request.getParameter("truncuationMode");
         String aoriginatorTemplate = request.getParameter("originatorTemplate");
         String amessageTemplate = request.getParameter("messageTemplate");
         String areceiptActive = request.getParameter("receiptActive");
         String arecipientInMailSubject = request.getParameter("recipientInMailSubject");
         ResultSet aResultSet;
         ICDatabase aDatabase = new ICDatabase();
         //Here is my problem??? What shell I write??
         for (int i = 0; i < aIPAddressAllow.length; i++) {
              if (aIPAddressAllow != null)
    for (int l = 0; l < aEmailAllow.length; l++) {
              if (aEmailAllow != null)
         update = "UPDATE tM2SMSSettings Set IPAddressAllow='" + aIPAddressAllow[0] +"', emailAllow='" + aEmailAllow[0] +"', truncuationMode='" + atruncuationMode +"', originatorTemplate='" + aoriginatorTemplate +"' ,messageTemplate='" + amessageTemplate +"' , receiptActive=" + areceiptActive +", recipientInMailSubject=" + arecipientInMailSubject +" WHERE customerId=" + aCustomerSession.getCustomer().getCustomerId();
         aResultSet = aDatabase.sql(update);
    response.sendRedirect(response.encodeRedirectURL("customerm2sms.jsp"));
    %>

    this is a way but if i see it correctly for each ip adress you'll be adding the emailadresses...
    if that is what you need, then just put the for integer in th array (i for ip and l for email).
    greetings

  • Saving Forms in Database

    Hi All,
    We are being unable to save a form into the database.
    This form is all along been saved in the database and it is one
    of the common forms which we use throughout our applications and it basically contains common blocks , procedures which are used or referenced by all file system forms across the application.
    The problem has started recently after we did some changes in it and then again try to store it back into the database. Basically we store another form (900KB) in DB along with this one (2200KB),
    I have tested, with the other form already in the database we
    are not being able to save a form of this big size in the
    database, whereas it allows us to save the form only if its size
    is less than 1600KB. That means it is a form size related issue.
    If anybody has faced similar problem and know if there is any
    change or tuning required in any of the database schema objects
    then please help me. Its a mission critical problem for our
    organisation.
    ORACLE PEOPLE PLEASE HELP US !
    We are using forms 4.5 with Oracle 8.0.6 on MS WindowsNT 4.0.
    Thanks in advance.

    Yes Grant, we get error message :
    The Windows Error (F50des32.exe - Application error) :The
    instruction at "0x5d9e9280" referenced memory at "0x0001567a".
    The memory could not be "read".
    Basically we have two forms in the database, say form1 and form2. Form2 itself is referencing objects in form1, and both these forms are referenced by other filesystem forms. We are unable to save the form2 but not the form1.
    Each time we try to save the Form2 in the database we are facing the problem. Form1.fmb is of the size 828KB, whereas Form2.fmb is 2200KB. Is the problem related to the size of the form ? I believe these forms are stored in the SYSTEM tablespace, I checked the system tablespace, its used 117MB and is 22MB free, initial extent is 122880 and next is 122880 with max
    extent 300.
    This problem is having in all our test databases and is not
    really related to any particular machine (statistics given is of
    one of our test database).This problem may have occured before
    but I am not sure as we are in need to change in the database
    forms first time after I have taken over responsibility.Please
    look into the problem with high priority as we are in need to
    update live applications ASAP.

  • Resultset in the same order as saved in the database

    Hi Folks!
    I'm having some trouble with an old development, because for some really strange reason, the same select statement i'm getting the same records but in different order from time to time randomly.
    For example in day 1 i can get:
    1 Text1
    2 Text2
    3 Text3
    And in day 2 i can get:
    1 Text2
    2 Text3
    3 Text1
    Is there a way to force the select statement so it always get it in the order as saved in the database?
    Hope someone can help me with this pretty strange issue.
    Thanks.
    Regards,
    Gilberto Li

    Hi Neil,
    Your answer makes a lot of sense to me. And I agree that it might won't guarantee that bypassing the buffer will work 100%. However i'm still going to make a try see if it works, and how good it works.
    What i'm thinking is that I will need to redesign this old development and insert a new field to a table to add a position so I can order after the select statement.
    But if someone still have any other solution i will appreciate your help.
    Thanks again.
    Regards,
    Gilberto Li

  • All the attachments both in SRM and R/3 must be saved in IXOS database

    Dear all,
    I am having the following requirements:
    We are creating Shopping Cart in SRM with attachments and these attachments are saving in the IXOS database. All these (same attachments) are relpicating to R/3 whenever system generates PR or PO automatically. These attachments are copying to R/3 with URL, which is picking from IXOS, i.e. physically attachments are not saving R/3 DMS server, but saving in IXOS DB only. It is to avoid duplicate saving in both Data bases.
    If user making any changes in the attachments or adding attachments in R/3, these new ones are at present saving in R/3 (DMS) data base, but not in the IXOS data base. Now our client requirement is that all the attachments, whether attached in SRM or R/3, all the attachments must be saved in IXOS database.
    To meet this requirement, what are the settings we have to do? Please reply if anybody is having idea on this.
    Thanks & Regards,
    Veerappa
    Edited by: Chinna Veerappa on Sep 2, 2011 8:02 AM

    This is not MM specific, you should contact the admin for DMS.
    make your customizing in SPRO >  Cross-Application Components > Document Management  .......
    define your content repository (IXOS) in OAC0 and link the object types to the repository in OAC3
    In the content repository you define to where (IXOS) you store the documents

  • Where is the .m2v menu file located for saved projects?

    Hi, i've done this before, but seem to have forgotten...I was wondering where is the location of the .m2v files of a saved project. The reason why i would like to find the .m2v file, is so i could convert the .m2v to .dv in order to create a menu on motion. From my remembering, the menu file could possibly be under the project file under "show package contents", but i seem to not have any success of looking for it recently. Can anyone help verify where the menu files are located?
    thanks for your time.
    Leonard
    i've burned the project and looked at the contents of the dvd and found a file with a .evo extension, would this have any relation to my question?

    evo is HD DVD file, not SD, so this may not apply (and you probably want to double check your project settings.)
    The items that DVD SP makes are in the PAR & MPEG files in a folder in the level where the assets are located, and if you do the show package contents on the project and look in the Render Data Folder what you are looking for should be there (when DVD SP has to render, there are some times it will not have to render)- Check out the manual DVD SP 4 (Pg 230 of the PDF) for certain instances (not all) where menus willl have to be compiled/rendered
    To do the show packkage http://dvdstepbystep.com/ira/ shows how to do it, just Highlight the DVD SP saved project (instead of the app intself) as shown in Step 1 on that link, then drill down

  • Why are iDVD saved project files so large if the media is not archived with it?

    I now understand the difference (I think) between a saved project and an archived project, but I would expect my saved project files to be smaller in size.  Are there really some hidden media files that it still can access (or that I can find)?

    I now understand the difference (I think) between a saved project and an archived project, but I would expect my saved project files to be smaller in size.  Are there really some hidden media files that it still can access (or that I can find)?

  • Hey guys, so I have a DVD stuck in the CD drive on my mac. It reads it as being in there, but I cannot eject it and it is causing my a lot of issues with my mac. If i try to eject it, Finder acts up and I have issues saving projects or even browsing files

    hey guys, so I have a DVD stuck in the CD drive on my mac. It reads it as being in there, but I cannot eject it and it is causing my a lot of issues with my mac. If i try to eject it, Finder acts up and I have issues saving projects or even browsing files. I feel like it interferes with iPhoto as well because it says it is locked and I have no rights to view it. I wanted to see if anyone else had/s this issue and how you fixed it before lugging it into the apple store and being without a computer for a few weeks...

    A few other suggestions here as well:
    http://osxdaily.com/2009/08/28/eject-a-stuck-disk-from-your-mac-dvd-super-drive/

  • Why did ps touch does not show saved project and my old project disappear?

    Why did ps touch (ipad 4) does not show saved project and my old project disappear?

    OldGhias,
    Have you found a solution yet? I don’t know if I will be of any help but I was curious and no one else has chimed in yet.
    I don’t quite understand all of your statement.
    To clarify, you were making SimpleSave backups from Win95 and cannot see them all on the Win7 laptop?
    Or
    You were copying files over (SimpleSave utility not used) and you cannot see those files on Win7 but you can on the Win95 machine?
    Do you have another Win7 machine you could connect the external to, to see if the files are still not showing (one that is not locked for work)?
    On the drive that shows full, can you see it in Disk Management showing the correct size of the drive and also another CD drive? Not your real CD/DVD drive, it’s actually a CD emulator that is attached to the HDD for encrypting the backups and all SimpleSave’s have them.
    Lastly, did you reformat the SimpleSave drive to Fat32 first?
    My understanding is that USB support was quite limited on Win95 machines. Since Win95 is Fat32 and the SimpleSave drive is by default NTFS, I would think it would not work.

  • How is the 'import-packages' information saved in the database, and how long?

    Hello,
    I am  developping a ECM Connector for Adobe LiveCycle ES, which is a customized component.
    1 - Who should I contact to have some specific support  ?
    There is no detailed information yet on this on the adobe site  (http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/help/wwhelp/wwhimpl/js/html/w whelp.htm?href=000931.html&accessible=true) .
    If you  think that I should address my problem to another department of Adobe, please  tell me which department?
    I give you another description of my problem. In fact, I have  been investigating on it.
    2 - If I  put this in my component.xml file, in step  1:
    <component-id>com.rsd.adobe.livecycle.RSDFoldersConnector</component-id>
    <version>1.0</version>
    <import-packages><package  version="1.0">com.rsd.simpleApiFolders</package>  </import-packages>
    If I change the  version to 1.1 and remove the  'import-packages' (in step 2) , will the new component need the  com.rsd.simpleApiFolders package. It seems that is still needs it.
    3 - How is the  'import-packages' information saved in the  database, and how  long?
    In  fact, on thursday, I used 'import-packages'  to make a test. And since them, I  can not deploy any of my components.
    LiveCycle throws a  ClassNotFoundException.
    ALC-DSC-000-000: com.adobe.idp.dsc.DSCRuntimeException:  Internal error.
    [java] at  com.adobe.idp.dsc.registry.component.impl.ComponentRegistryImpl$6.doInTransaction(Compone ntRegistryImpl.java:338)
    ... Caused  by: java.lang.ClassNotFoundException: http-0.0.0.0-8080-1Class name  com.rsd.simpleApiFolders.Context from package com.rsd.simpleApiFolders not found.
    [java] at  com.adobe.idp.dsc.DSContainerSearchPolicy.searchClassUsingParentFirst(DSContainerSearchPo licy.java:234)
    Thank you in advance
    Regards.

    1 - Who should I contact to have some specific support  ?
    That would depend on your Adobe support contract and if your organization has a TAM assigned.  You should check with your organization's Adobe contact and see what support options your organization has purchased.
    Having said that, this forum has a few people that may be able to help (but the forum does not have a SLA associated with it)
    2 - If I  put this in my component.xml file, in step  1:
    <component-id>com.rsd.adobe.livecycle.RSDFoldersConnector</component-id>
    <version>1.0</version>
    <import-packages><package  version="1.0">com.rsd.simpleApiFolders</package>  </import-packages>
    If I change the  version to 1.1 and remove the  'import-packages' (in step 2) , will the new component need the  com.rsd.simpleApiFolders package. It seems that is still needs it.If your component class needs the simpleApiFolders class then yes, you still need it.  Think of import-packages like a class-path statement (but with packages and not jars).  Its not physically moving the package into your application, but allowing you to access it from another container.
    3 - How is the  'import-packages' information saved in the  database, and how  long?
    As far as I know they are not imported into the database. As I stated above, I believe that the import-packages just allows you to point to classes that are in the app server's classpath, but are not physically in you component jar file.  As long as that class is in the app server class-path (or in the Adobe EAR file) then you should be able to access it.  Is the jar file containing the simpleApiFolders class in the app server's lib directory?

  • Elements Organizer 12 Error Saving Project in Adobe Premier Elements 12

    When I try to save a slide show project using Elements Organizer 12 in Adboe Premier Elements i get an "Error Saving Project" message and it will not let me save my project.  Can you help?

    Kirk Oswald
    Thanks for the updates.
    Just a point of clarification. Did you ever disable the psa.prf file by renaming it to psa.prfOLD? It sounded like you could not. If that was the case, was there any message associated with the program not wanting to follow you directive? Was it a saving matter or did you get a pop up about permissions? If a permissions one, did it give you an option for Continue? If so, did you click on Continue?
    1. Let us try to get the psa.prf deleted or disabled if possible.
    2. Then create a new catalog. See Elements Organizer 12, File Menu/Manage Catalogs/Catalog Manager,
    Let us see if we can rule in or out the two above.
    Besides the problem with the Save Project in the Slideshow Editor, are you seeing that problem anywhere else? (I know that you said you do not have a problem with the Output option Save As A File Movie WMV.
    ATR

  • I'm trying to print an Avery Saved project-(business card) and can't.  I'm told that my Adobe is not

    I'm trying to print an Avery saved project (business card) and can't I was told my Adobe Reader is not configured correctly. My OS is Windows 7.  What do I need to do?
    Chef Roberto

    I have Adobe X and the latest Flash. When I hit the “print” button on my Avery project, a message comes up that a PDF file is being created followed by a Click to Open message.  When I click to open the screen goes grey and stays grey.
    Bob

  • Saved Project is not visible/Accessible

    I am using MS project 2010 Server. I created a project, saved it to the Project Server, it saved successfully. I closed the project and if I click retrieve the project from the project server option, my newly
    saved project is not visible/accessible. What access do I need to see the project in Ms project Professional? Kindly note that the project is not Published.
    If I try to open it from the cache (Recent items), it says
    You do not have sufficient permissions to perform the requested action.
    contact your server administrator.
    Regards,

    Indeed you should at least belong to the project manager group, assuming you're using the default security model with no tweaking. Since I understand you're not the admin of Project Server, I'd suggest that youdo a working session with the admin, identifying
    which groups/categories you belong to and see which relevant permissions are missing (open project, save project...). 
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

Maybe you are looking for

  • How do I make Mac mail and iOS Mail sync to each other with a google apps (not traditional gmail) mail account?

    I have a google apps mail account in the form [email protected] I have successfully set up both my mac (A1342) Mail and my iPhone (5c) mail so I get my account on both devices. However, when I read an email on my iphone, it remains unread on my mac (

  • Bridge CS6 no inicia camera raw

    hola, tras el cambio del sistema operativo de windos xp a windows 7 (no lo hice yo, no se como reinstalaron los programas), Bridge dejó de abrir camera raw y ajustes de color de la suite, arroja un error que dice que "la aplicacion bridge principal n

  • Trouble connecting older Gateway desktop to home network

    Hi all- I am trying to connect an older Gateway 5200s desktop (that we have used for internet previously) to my current home network, but I'm not getting any internet connectivity. Home router is Actiontec M1424 wr rev E. the old Gateway uses Windows

  • Why are the pod casts still on my iPod? iTunes said they aren't anymore?

    I Have recently bought an iPod touch, 5 generation. I am having trouble with my simpsons epidodes and decided that i should delete them off my ipod and re download them. i connected to itunes, and synced it. Itunes now says that they have been taken

  • Format Size vs. Current Size

    I hope I don't complicate this too much...here is the deal: Captured Video: Frame Size: 720 x 480 (which makes no sense to me because it is a 16:9 video) Vid Rate: 29.97 Compressor: DV/DVcPRO - NTSC Data Rate: 3.6 MB/sec Pixel Aspect: NTSC - CCIR 601