Loose subversion password when using data modeler on the same svn reposit.

Hello,
We are on windows Xp sp3 with tortoire svn. Data modeler 3.0.0 665
We use data modeler to edit our Data model.
There is a svn repository for all data and source of our projet.
Problem :
When running data modeler and open a model which is on the svn repository, a update on the repository with svn ask always the svn password.
This problem come also if you make a simple repository refresh on data modeler.
It seem that data modeler override always the file in directory D:\Documents and Settings\...\Application Data\Subversion\auth\svn.simple which contains subversion authentification for svn.
It forget the svn password and put the file read only.
Do you know this problem ?
is any solution or work arround exist ?
For exemple, we can do a script which always replace the modified file. I try to make it read only without success.
Regards.

Hi,
some of the Data Modeler svn-functionality is inherited from JDeveloper.
Unfortunately, working with outer svn tools (as Tortoise) is a well-known issue for JDeveloper, because it encrypts and stores the password in another file, and tries to protect the file that you've mentioned.
See more here: SVN Credentials and JDeveloper 11g
Regards
Ivaylo

Similar Messages

  • How can I restore a deleted directory in Subversion Repository to use Data Modeler?

    Hello,
    i search a solution to restore a deleted Directory in Subversion Repository. But i can't find a button, menu item or documentation.
    I'm on WIN7 and use Data Modeler 4.0.3.853 and Developer 4.0.3.16.84.
    Thanks for your help,
    Kathrin

    Hi Philip,
    thanks for your help. I know this solution on the command line. But ... i have to teach my co-workers to use data modeler, developer and Subversion. They have only these Software on their pc's and i hope for a uncomplicated solution directly in data modeler, because they are a menu item, which to click open the window. But you can't do anything.
    The Folder "WoP" was deleted directly under root. My idea was as follows:
    1. I use "Show log" to find the right revision.
    2. I checked out the whole repository "Schulung" for the right revision.
    3. Into my workind copy folder are "WoP" on the right revision (235).
    4. I create a new folder "WoP" on "Schulung" and checkout it
    5. I open the WoP.dmd and save it on checked out folder "WoP" to add version control.
    Handicap: Subversion recognize "WoP" as "NEW" not as "RESTORE"
    But i don't use the comand line for svn respectively i haven't to teach my data modeler user in command line svn.
    Do you evaluate other problems or handicaps for "my way"?
    Do you know if will there be more user-friendly option in the Data Modeler in the future?
    Thanks and greets,
    Kathrin

  • Syncing problems when using multiple iPods on the same computer?

    I own three iPods. An 8GB nano, a 16GB touch, and a 64GB touch.
    iTunes seems to have no problems with the nano, but it seems to have issues from time to time with the two touch iPods. "Syncing" sometimes becomes "screwing up" in the form of deleting content that I have purchased.
    My latest attempt to transfer a purchase (Toy Story 3) from my 64GB touch resulted in a "sync" which has basically corrupted my media libraries. I can see on iTunes that the media is still on my iPod, and even play it within iTunes from my iPod; when I disconnect my iPod from my computer and attempt to access the same media on the iPod by itself, both my music and my video libraries are showing up blank.
    Has anyone else had the same problem?
    NOTE: My 64GB iPod touch is not the latest version; it doesn't have the HD camera, but it does have the mic input. My 16GB touch is even older, having neither the camera nor the mic. The 16GB touch is an even bigger mess, with app icons frequently appearing as big grey blocks instead of the pictures they're supposed to be.
    I like my 3 iPods. I like iTunes. I like Apple.
    I just don't like it when things stop working the way they're supposed to.
    HELP!

    Welcome, Brandon, to the Apple Discussions!
    The answer to your question should be found here:
    http://docs.info.apple.com/article.html?artnum=300432
    And if at some time in the future you decide you'd like to use an iPod on more than one computer, have a look at:
    http://docs.info.apple.com/article.html?artnum=61675

  • Streaming from ipod/ipad to ATV2 interrupted when using other apps at the same time.

    Hi.  I have an Apple TV2, ipad1 and ipod touch4.  I am having trouble with music streaming to the ATV2.  I can select a song on the ipad/itouch and stream it to the ATV2 no problem using airplay.  However, if I then try to surf the net on the ipad/itouch or use any other app at the same time as listening to the music, the music hiccups.  It seems to me like the ipad/itouch need to use the wifi network at the same time and so they take over the signal momentarily.  Any ideas what I can do about this?  My wireless router is a dual band 2.4 and 5 mhz gigabit router that is brand new and should not have any problems.
    Thanks
    Julia

    Ferrell, I have done what you suggested. I clicked onto the Spaces icon in the upper control panel and assigned spaces to six apps: Mail, Safari, iPhoto, iMovie, Pages, and iWeb.
    The problem is that if I am one app and I want to put something into that app, then the minute my mouse cursor goes to get that other thing, the original application into which I want the thing put GETS WHOOSHED OFF THE DESKTOP. What I want is for the original app to remain open whilst I go to retrieve a file or folder, and stay open while I put that thing into the original app.
    How does one turn off Spaces? I don't mean to delete all the names from the settings.I mean, just turn it off for a while so I can do something which requires for two apps to be open at the same time????
    ~ Lorna in Southern California

  • FromPane ToPane when using 2 Forms at the same time

    Hi,
    I have built 2 forms in 1 Add-On, Form A with 4 tabs and Form B with 2 tabs.
    I open both Form A and B
    If I click on Form A tab 1, Form B display tab 1 (they work together...???)
    If I click on Form A tab 2, Form B display tab 2 (Form A has control over Form B)
    But if I click Form B tab 1 or 2, nothing change in Form A (Form B has no control over Form A)
    When I click on Form A tab 3 and 4, Form B close the GridView.
    I cannot bring back tab 1 and 2 in Form B; if I click on Form B tab 1 or 2 and go back to Form A; Form A has full control over Form B again.
    In EventItem I am using: if ( pVal.FormUID == "FormA" ) and if ( pVal.FormUID == "FormB" ) to know which form has been clicked on.
    ...This work fine. The only think I see is that my FromPane ToPane change when I click on Form A, but FormB has no effect on FormA...???
    I have named the folder movement as follow to have no name conflict: if ( pVal.ItemUID == "FolderA1" ) and if ( pVal.ItemUID == "FolderB1" )
    Any suggestion?
    For me it looks like FromPane ToPane problem…

    hi,
    In order the folder item to work appropriately, you must first group them
    ofoderitem.groupwith.
    You must group the first shown folder with the other folder.
    The FromPane toPane works as following
    0 shows everything
    In your Exmple FormA and B should always be visible and you have 6different form, thus
    From Pane 1 to Pane 6
    when you press the folder you must the correct panelevel.
    Hope this helps
    Kind Regards

  • When having sync will I loose my original passwords when using another computer to log ?

    With sync will I loose my original passwords when using another computer to log ?

    You can copy your apps over from your old computer or re-download them for free on the new computer : http://support.apple.com/kb/HT2519

  • HT4245 When I try to activate iMessage and while I write my correct password I I receive message say that my user name and password is incorrect although I was use iMessage service on the same network (etisalat ) U.A.E  before I update to ios6

    When I try to activate iMessage and while I write my correct password I I receive message say that my user name and password is incorrect although I was use iMessage service on the same network (etisalat ) U.A.E  before I update to ios6
    Note : my iPhone is been swapped 2 weeks ago and I already erase all data in old I phone

    1) Go here: http://www.apple.com/support/appleid/manage/
    2) Click on Sign in to manage your Apple ID
    3) Click on Manage your Apple ID
    4) Type in your Apple ID and Password and click Sign in
    5) Select Addresses from the left hand side
    6) Click Edit
    7) In country region type United Kingdom
    8) Click Save at the bottom of the page
    9) Go to your Apple Device Settings - General - International - Region Format - Select United Kingdom
    10) Press the Home button
    11) Log into Facetime and iMessage with your CORRECT APPLE ID AND PASSWORD
    This should work for all of you guys. Hope it helps.

  • Error when using Date Parameters...

    Hi everybody,
    I have a little issue.
    Ever since I upgraded my CRXI R2 to SP4 I've had a little problem using date parameters.
    The little calendar icon next to the parameter field no longer works.
    When I click it I get the following error message:
    An error has occurred in the script on this page.
    Line:       79
    Char:      1
    Error:      Object Expected
    Code:      0
    URL:       file://C:\Documents and Settings\jlong\Local Settings\Temp\prompting1.html
    I'm thinking this is probable a quick registry fix, but I have no idea where to start looking.
    Hopefully one of you CR guru's knows the answer.
    Thanks in advance,
    Jason

    It seems you are having a scripting issue.
    Go onto the Internet explorer settings (internet options under control panel)
    click on security and then click on Internet and then Custom tab.
    Scroll right down where it says Scripting and enable it.
    That should resolve the issue.
    Here is the full list of browsers with scripting options:
    Windows Internet Explorer
    (all versions except Pocket Internet Explorer)
    Note To allow scripting on this Web site only, and to leave scripting disabled in the Internet zone, add this Web site to the Trusted sites zone.
    1. On the Tools menu, click Internet Options, and then click the Security tab
    2. Click the Internet zone.
    3. If you do not have to customize your Internet security settings, click Default Level. Then do step 4
    If you have to customize your Internet security settings, follow these steps:
    a. Click Custom Level
    b. In the Security Settings u2013 Internet Zone dialog box, click Enable for Active Scripting in the Scripting section.
    4. Click the Back button to return to the previous page, and then click the Refresh button to run scripts.
    ===========
    Mozilla Corporationu2019s Firefox version 2
    1. On the Tools menu, click Options.
    2. On the Content tab, click to select the Enable JavaScript check box.
    3. Click the Go back one page button to return to the previous page, and then click the Reload current page button to run scripts.
    ===========
    Opera Softwareu2019s Opera version 9
    1. On the Tools menu, click Preferences.
    2. On the Advanced tab, click Content.
    3. Click to select the Enable JavaScript check box, and then click OK.
    4. Click the Back button to return to the previous page, and then click the Reload button to run scripts.
    ===========
    Netscape browsers
    1. Select Edit, Preferences,Advanced
    2. Click to select Enable JavaScript option
    Hope this helps.
    Regards
    Jehanzeb
    Edited by: Jehanzeb Navid on Jul 28, 2008 4:38 PM
    Ok I think I got this totally wrong. this isn't what you are looking for.
    Sorry!!! can't delete this reply arggghh!!!
    Edited by: Jehanzeb Navid on Jul 28, 2008 4:40 PM
    Maybe this might help?
    Remove Web Customization
    If multiple folders are causing the script error, remove Web customization from any folder that generates the error message.
    To remove customization from a folder, use the following steps:
    1. Open the appropriate folder.
    2. On the View menu, click Customize This Folder, click Remove Customization, click Next, and then click Finish.
    3. Close the folder.

  • HTML tags not displayed when using Data Template

    Hi All...
    I'm developing a BI Publisher report in which one of the columns is a clob data type. I'm using an xsl stylesheet to format the data present in the clob column.
    I've developed the report using data template as the data set. The problem is the clob column which has the HTML tags where not displayed properly...for example
    the tag starting with
    <
    is replaced with
    & lt;
    I did a couple of searches in this forum and in tim's blog but couldn't find a proper solution...
    http://blogs.oracle.com/xmlpublisher/2007/01/formatting_html_with_templates.html
    API and HTML Formated Content
    Re: Problem with text data elements containing escaped HTML codes
    HTML Output from CDATA
    Re: HTML formatted output
    Re: Special characters in CLOB are making report fail
    Re: Formatting of HTML tag problem
    I'm using BI Publisher standalone:Release 10.1.3.2. In one of the threads..
    Re: Special characters in CLOB are making report fail
    I came to know that data template cannot generate proper HTML tags for release 10.1.3.2. Is there any work around way to get the proper HTML tags when data template is used as a data set?
    Thanks in Advance...
    Edited by: user10280715 on Dec 9, 2008 3:13 PM

    Issue could be with the data that is selected in the other environment. It generally happens that the ALV will not give the same results as in the DEV in the other systems.
    Possible errors could be the control break statements in the loop...endloop block. validate the correctness of the control break stmts if any.

  • Error when using data postion delay

    I obtained this error when using data position delay. Can anyone please
    tell me the reason why I can not configure the delay to be between 0.7
    and 0.8.
    Possible reason(s):
    Driver Status:  (Hex 0xBFFA403F) Unable to configure requested delay property given the current clock rate.
    Ensure that the delay value specified is within the valid range for the
    frequency specified or do not configure property for delay operation.
    Device: PXI1Slot2
    Property: Data Position
    Sample Rate: 40000000.0
    Requested Value: 0.71875
    Supported Values: 0.000 through 0.200, 0.300 through 0.700, 0.800 through 1.000,
    Status Code: -219401

    Timothy,
    The 656x devices have a limit on the available data delay values based
    on frequency.  Between 25MHz and 50MHz there are "holes" in the
    available delay range.  Above 50MHz, the full 0 to 1 data delay is
    valid.  If you look in the specifications installed with NI HSDIO
    for the NI 656x, on page 7, Figure 1, there is an illustration showing
    how to compute what the valid range is for the frequency of interest.
    For example, at 40MHz, valid values are:
    0 to 0.2
    0.3 to 0.7
    0.8 to 1
    In the error message posted below, you tried to input a value of 0.71875 which is not within these ranges.

  • How can I specify SMTP Email Server userID and password when using Email VIs?

    How can I specify SMTP Email Server userID and password when using Email VIs included in Internet Toolkit?

    Hi,
    A similar question was posted on Discussion Forums soem time back. Please see the link below.
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=506500000008000000C7B00000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0
    You would find the last post in the above thread quite useful where it has a link to OpenG code. I am also copying that link for your reference.
    http://www.openg.org/tiki/tiki-index.php?page=OpenG+Internet+Connectivity+Tools
    Please feel free to respond to this post with any questions/comments you may have.
    Regards,
    Ankita A.
    National Instruments

  • Can Mail ask for a password when using an account?

    I would like to open Mail with a password for using an account. Is it possible?

    Yes, Go to Mail - Preferences - select the "Accounts" tab and select your mail account on the left. In the password field, blank it out. You will be prompted for the password when mail tries to access the account.

  • How do you stop needing to verify email password when using yahoo.att with Mac Mail

    How do you stop needing to verify email password when using yahoo.att with Mac Mail?

    Nevermind, I fixed it (I think).  I went into Settings | Accounts & Sync and found Yahoo at the bottom of the list (alphabetically).  I selected it and it had an optiion to delete the account, which I did.

  • Why do I have to constantly relog my password when using this site?

    Why do I have to constantly relog my password when using this site?

    That's correct, regardless of browser used I could close my browser and not have to log in, but typically that only lasted for a few hours.  Something in the re-design seems to have made it such that you have to sign in each and every time to re-open your browser and come here.

  • Device gets turned off when using data on mobile

    device gets turned off when using data on mobile... and not responding,i.e., if we hold the power button also there was no response,not getting on... when I connect it to charger,after 10min it gets automatically turning on.otherwise no chance to use the device..sometimes it gets off at 25%, sometimes at even 72% battery...seems it might be a severe problem..please suggest a solution..

    This might help:
    http://helpblog.blackberry.com/2013/02/restart-blackberry-z10/

Maybe you are looking for

  • How to export a photo in lightroom using capture date

    I have photos in lightroom 5 i want to know how to have the capture date show in the photo when i export it. I want to see the capture date in safari on mac. I also want the capture date to match when i use metadata edit capture time some times the p

  • I have  a problem with digital audio

    Everytime i record with my groovebox into logic 7, i get this pop up menu that says sample rate 48000 reconized..I checked everything and set to 441, groove box, M Audio and Logic and i still get the same thing YIKES!!!! What's wrong with this stupid

  • Decision for Plant and Purchase Org

    Hi ,, Till time we have single centralized purchase organization but now our client wants to have different procurement departments to handle procurements for different areas. We have suggested them to have different purchase organization for that. B

  • Reconciliation OM - PA

    Dear all,     I have active the integration between OM-PA.     I have this issue: some users go to PO13 and change infotype 1008, field personnel area, then they dont go to run actions to update it en infotype 0001.    I would like to know if there i

  • HDR keeps turning itself off

    Anyone experiencing this?  I have not figured out what triggers this (could be after the phone autolocks) but I keep having to turn on the camera HDR option whenever I want to take photos.  Did not noticed this since ios7 until recently when I was on