Error when trying to view historical versioning

when I try to see the history of versioning a file versioned by svn this error occurs, and I can not see the history
version of sql dev: 2.1
org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.ClientException: svn: authentication cancelled
     at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getLogMessages(AbstractJhlClientAdapter.java:2205)
     at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getLogMessages(AbstractJhlClientAdapter.java:2225)
     at org.tigris.subversion.svnclientadapter.AbstractClientAdapter.getLogMessages(AbstractClientAdapter.java:194)
     at org.tigris.subversion.svnclientadapter.AbstractClientAdapter.getLogMessages(AbstractClientAdapter.java:139)
     at oracle.jdevimpl.vcs.svn.history.SVNHistoryEntryProducer.produceEntries(SVNHistoryEntryProducer.java:79)
     at oracle.jdevimpl.vcs.svn.history.SVNHistoryEntryProducer.produceEntries(SVNHistoryEntryProducer.java:52)
     at oracle.jdevimpl.vcs.generic.GenericHistoryProvider.getEntries(GenericHistoryProvider.java:142)
     at oracle.jdeveloper.history.HistoryManager.buildModel(HistoryManager.java:348)
     at oracle.jdevimpl.history.HistoryViewer$7.doInBackground(HistoryViewer.java:499)
     at oracle.jdevimpl.history.HistoryViewer$7.doInBackground(HistoryViewer.java:495)
     at javax.swing.SwingWorker$1.call(SwingWorker.java:278)
     at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
     at java.util.concurrent.FutureTask.run(FutureTask.java:138)
     at javax.swing.SwingWorker.run(SwingWorker.java:317)
     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
     at java.lang.Thread.run(Thread.java:619)
Caused by: org.tigris.subversion.javahl.ClientException: svn: authentication cancelled
     at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:777)
     at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1850)
     at org.tmatesoft.svn.core.javahl.SVNClientImpl.logMessages(SVNClientImpl.java:470)
     at org.tmatesoft.svn.core.javahl.SVNClientImpl.logMessages(SVNClientImpl.java:430)
     at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getLogMessages(AbstractJhlClientAdapter.java:2195)
     ... 16 more
Edited by: user7989605 on Dec 17, 2009 11:23 AM

I have the same problem with my iPhone 4s! Need  a solution from Apple!

Similar Messages

  • Error when trying to view purchased items in app store

    My ipad has an error when trying to view my "purchased" items in app store, keeps "Loading...." for a while and then close the app.
    All the other options works well (featured, top charts, genius, updates...)
    I already turn off / on the ipad many times, same problem....

    I have the same problem with my iPhone 4s! Need  a solution from Apple!

  • Error when trying to view YouTube videos

    I get the following error when trying to view YouTube videos in some wireless hotspots; "The server is not correctly configured".  It used to work fine at these locations.

    Maybe not as many people reply as you think should because this site doesn't freaking work either!
    Took me ten minutes to log in! Kept getting stupid error messages telling me this site is undergoing maintenance. Whatever.
    Same exact problem here, but Chrome DOES NOT work. Changing DNS servers DOES NOT work either. It doesn't work for a lot of people.
    https://productforums.google.com/forum/#!topic/youtube/axsb7XPieK0
    EDIT**
    WTF this site is more broken than youtube! Constant errors and constantly unresponsive with "greyed out" buttons!
    Is there any competent people left on the planet to fix this crap!?

  • HT1926 I keep getting an msvcr80.dll error when trying to download newest version of iTunes.

    I keep getting an msvcr80.dll error when trying to download newest version of iTunes.

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99595)

  • Chuckwagons post - error when trying to view

    In trying to view chuckwagons post, "just received my new iMac 2.1" (http://discussions.apple.com/thread.jspa?threadID=319765&tstart=0), I keep getting an error. It just says an error has occurred and we apologize for the inconvenience. However, I notice that new posts are being added so some folks are able to read and post. Is anyone else getting an error when trying to view this post? I've tried Safari, Firefox and IE. I'm trying to make up my mind as to which iMac I want - G5 or Core Duo. Right now I'm leaning towards the G5 and it would be nice to be able to see what chuckwagon has to say.
    Eric S.
    Mini 1.25, 512MB RAM, 80GB HD   Mac OS X (10.4.4)   G4 DA 533MHz DP w/Giga dual 1.8GHz upgrade, 1.25GB RAM, Radeon 9600 Pro

    This is really beginning to tick me off. There has been another post to chuckwagons message and a lot more views. However, I am still getting the same error that I've been getting since yesterday. And it doesn't matter which computer I'm using, the result is always the same.
    Arrghhh!!
    Eric s.
    Mini 1.25, 512MB RAM, 80GB HD   Mac OS X (10.4.4)   G4 DA 533MHz DP w/Giga dual 1.8GHz upgrade, 1.25GB RAM, Radeon 9600 Pro

  • It generates an error when trying to import a version apex 4.0 production.

    It generates an error when trying to import a version 4 application to production. The copy was made as an apex 4 EA 2, (I have backups of different times in July). The error:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 4, column 1: PLS-00306: wrong number or types of arguments in call to 'CREATE_PAGE_ITEM' ORA-06550: line 4, column 1: PL/SQL: Statement ignored <pre>declare h varchar2(32767) := null; begin wwv_flow_api.create_page_item( p_id=>298101103038895115 + wwv_flow_api.g_id_offset, p_flow_id=> wwv_flow.g_flow_id, p_flow_step_id=> 45, p_name=>'P45_PRODUCTBACKLOG'

    This is the response that sends the team apex.
    Production is very different than our EA versions. On our EA site, we explicitly stated that an export from there may not work against 4.0. From your error, it looks as if the create_page_item procedure changed between EA2 and production. The only recommendation is to take an export from production and compare the statements used for create_page_item. If you can update your EA export to match the new format, you might be able to import but again, that action is unsupported.
    -- APEX Support Team

  • Error when trying to view vids on Facebook on Revolution- Have to force close

    Have to force close when trying to view a video on Facebook that was posted with phone. Youtube vids work great it's just not working with ones that were posted by phones and it has worked since I got the phone about a month ago

    DionM_VZW wrote:
    bulldog69 wrote:
    Have to force close when trying to view a video on Facebook that was posted with phone. Youtube vids work great it's just not working with ones that were posted by phones and it has worked since I got the phone about a month ago
    Hello bulldog69! So, these videos you're trying to watch. Were they posted using your phone or someone else's phone? Are the videos viewable using a desktop/laptop computer?
    The videos are posted on Facebook that someone else posted from phone  and my own. It is friends videos which always worked on Fascinate and vids work great on computer. I think a few days ago was able to view one and today same thing have to click force close and even tried using our wifi and same problem. Pulled battery and restarted no luck. So far vids on YouTube work great on Revolution

  • Error when trying to view siebel data from BI Publisher

    Hi,
    I am trying to view Siebel data in BI publisher via a web service (webservice definition is set to complex in BIP) but when I try to do this I receive the message 'Requested data type does not match with existing data type'.
    I am using version 10.1.3.3 of BI Publisher and 8.1.1.2 of Siebel E Clinical.

    hi teresa.
    well I bother you because I have a problem similar to that raised earlier, I have a vm INTAL CUOM 2.1 SP1 and the problem is that computers add-in-law his administration IPCC view the service level ... but when I fall into a custom group created the group and add the teams the same ip ipcc already visible, in my group I want to generate displays custom cloud but do not show me the equipment, except that I want to add IVR servers and I do not under any circumstances the samples .. lso probe and reset everything and anything related services, install the SP! and nothing. Can you help me with this or if I recommend CUOM up version of the 2.3 that I could not even see the difference with 2.1 CUOM thanks greetings

  • Error when trying to view reports or manually processing the TFS data warehouse and analysis services cube

    Hello Guys,
    I am trying to configure the reporting for TFS using SQL Server. But I get following error when viewing any report:
    So I try to manually process the cube to check if it works. I am following this article: https://msdn.microsoft.com/en-us/library/ff400237.aspx
    When I click on GetProcessingStatus and invoke it (with last field set as TRUE) I get following error:
    Please advice as to how to resolve this issue and be able to see the reports.

    I have managed to resolve this issue. Note that for all purposes of this question and answer, mydomain\tfsadmin is a generic user (used to install all software). This is a proof of concept account, for test purposes
    The thing is that while installation of the SQL Analysis service I had given the username: mydomain\tfsadmin (a generic user for testing) as the Analysis service administrator, instead of the 'Domain admin' group.
    Still I have managed to resolve this issue.
    Steps:
    1. Make sure that the user (mydomain\tfsadmin) is a member of Analysis Server -> TFS_Analysis db -> Roles -> TFSWarehouseAdministrator and TFSWarehouseDataReader. (This actually happens automatically when you run the TFS Admin console and configure
    reporting and provide the username that will access the Analysis db, etc. In my case the user is 'mydomain\tfsadmin')
    2. It is a bad practice to manually process the cube (you can do this is make sure that there are no errors, but only after completing the following steps till step 5)
    3. Also make sure that NT AUTHORITY\NETWORK SERVICE is member of the Analysis db -> Roles -> TFSWarehouseAdministrator ->
    this will resolve the error which appears in the 2nd screenshot in the question.
    4. Then you can right click on the Analysis db and run process. If this is throwing error as shown in above reply of mine, then you need to follow https://msdn.microsoft.com/en-us/library/vstudio/ff400237.aspx
    a. http://localhost:8080/tfs/TeamFoundation/Administration/v3.0/WarehouseControlService.asmx
    b. Choose
    ProcessWarehouse, run it.
    c. Choose ProcessAnalysisDatabase, type 'Full' and run it.
    d. Choose GetProcessingStatus,
    enter 'TRUE' in last field and run it.
    e. I don't get any errors at this point.
    5. Now you can connect to the Analysis server via SQL Mgmt Console, right click on Analysis db (TFS_Analysis) and click Process. It all works good.
    6. Now you can browse to the report URL (to get this URL you can open Team explorer 2013, connect to you team project, on RHS click 'Reports', Click 'Go to Site'.
    DONE.

  • Database error when trying to view Crystal Report from InfoView

    I am receiving the following error when I try to view or run a Crystal Report from the InfoView.  The report is based on an SAP InfoSet.
    "Failed to load database information."
    The report data can be refreshed with no trouble from within the Crystal Reports designer on my local machine, but the error occurs after it is published to the InfoView.  The same error appears when trying to import into Excel using LiveOffice.
    Server details:
    -Edge 3.1
    -Windows 2003 64-bit
    -SAP Integration kit installed
    Local Crystal Reports machine details:
    -Windows XP
    -SAP Integration kit installed
    -Crystal Reports 2008
    My steps to troubleshoot so far:
    -Checked Database Logon details in CMC for the report.  Username and password are entered correctly.
    -Cycled all CrystalReports background services off and on again from the CMC
    -Rebooted server
    Have I missed anything?  Any help would be appreciated.

    Hi,
    do you have any connectivity from your EDGE to the SAP System ? Like can you import roles or run a WebI ?
    Regards
    -Seb.

  • Compiling code throws undeclared errors when trying to view form in design mode.

    Let me start this off by admitting that I've committed sacrilege - I edited code inside of a windows forms InitializeComponent() function. I changed this (located in the beginning of the InitializeComponent() function where all UI elements are declared):
    this->image = gcnew OpenTK::GLControl();
    To this:
    OpenTK::Graphics::GraphicsMode^ temp = gcnew OpenTK::Graphics::GraphicsMode(ColorFormat(16, 16, 16, 16), 16, 0, 0, ColorFormat(16, 16, 16, 16), 3 , false);
    this->image = gcnew OpenTK::GLControl(temp)
    The result is that the code still compiles, but it gives the following errors when I try to view the code in design mode:
    The variable 'image' is either undeclared or was never assigned.
    "The variable 'temp' is either undeclared or was never assigned."
    The former can get eliminated by using two constructors, one with no parameters, followed by an immediate override of the image object with my actual constructor. But I can't seem to get rid of the second problem. Declaring the variable temp outside of the
    function didn't help, so I'm not sure if or how I can make this work. Any suggestions on how I can make the design mode parser accept my intrusions? I understand that I've done some evil things to make this happen, but I'd like to keep it more or less like
    this since the result is that I have a vsynced windows form.

    Hi MHoll4,
    It seems that it is not the correct forum for this issue.
    Since this issue is related to the WinForms app, I suggest you post this issue to the WinForm forums here:
    http://social.msdn.microsoft.com/Forums/windows/en-US/home?category=windowsforms
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Authorization error when trying to view Infocube content

    Hi,
    I have created one Infocube and loaded the data.When I am trying to view the contents from manage screen,im getting the below mentioned error.
    Your user master record is not sufficiently maintained for object Auth Obj for  Personnel Area - 0PERS_AREA
    Message no. BRAIN805
    Diagnosis
    When checking your authorizations for object 'Auth Obj for  Personnel Area - 0PERS_AREA' (technical name: ZHR_0PERSA) it was established that you do not have authorization in your user master record for this object (return code 12).
    Procedure
    How you continue depends on the return code. See the online documentation for ABAP language element "AUTHORITY-CHECK". Please note:
    •     With a return code of 12, the object 'Auth Obj for  Personnel Area - 0PERS_AREA' has not been maintained in the user master, meaning there is no profile in the user master record in which this authorization object has been entered. This is, however, absolutely necessary, as all of the authorization objects created in the development class RSR are validated in the 'and' link. If the authorization is missing for only one object, the request is rejected as unauthorized.
    •     Get the person responsible for your authorization to create you a profile containing authorization for object Auth Obj for  Personnel Area - 0PERS_AREA.
    need help on this
    Thanks In Advance..

    Hi,
    First check in RSSM whether your InfoProvider is checked for authorization object 0PERS_AREA. Also determine whether do you need this authorization object ?If yes, then it should be checked otherwise check mark should be unchecked. If 0PERS_AREA is checked for your InfoProvider, then you should have some value in this object when you create the role. Either *  for all values or restricted value for it. Goto Pfcg select the role and add the authorization values for the 0PERS_AREAobject.
    GSM.

  • Error when trying to view details of a task in Worklist App

    I am trying to view the details of a task in the Worklist app
    the new window comes up, but i get an error message
    oracle.bpel.services.workflow.client.WorkflowServiceClientException: javax.naming.NameNotFoundException: Unable to resolve 'TaskQueryService'. Resolved ''; remaining name 'TaskQueryService'
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceRemoteClient.getWorkflowContext(TaskQueryServiceRemoteClient.java:211)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.bpel.services.workflow.client.WFClientRetryInvocationHandler.invokeTarget(WFClientRetryInvocationHandler.java:133)
         at oracle.bpel.services.workflow.client.WFClientRetryInvocationHandler.invoke(WFClientRetryInvocationHandler.java:72)
         at $Proxy242.getWorkflowContext(Unknown Source)
         at oracle.bpel.services.workflow.client.worklist.util.WorkflowFilter.doFilter(WorkflowFilter.java:157)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocation
    any pointers would be appreciated

    can you please check if you can access this http://host:port/integration/services/TaskQueryService/TaskQueryService?WSDL
    port here is soa managed server port.

  • Newbie - Error when trying to view .jsp file on newly running server.

    Hello, I'm new and trying to view a .jsp file on my webserver and get this error:
    java.io.IOException: CreateProcess: javac -d C:\Blazix\jspdir -classpath C:\Blazix\blazix.jar;C:\Blazix\classes; C:\Blazix\jspdir\desisoft_jsp_intro_jsp1152122045640.java error=2
    *The .jsp file I want to view is in the correct folder, and I can view the same file if it is renamed as an .html extension.  Plz Help!!!   Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    What does the JSP contain? Have you tried a simple JSP without any special functions? Does that work? How about catching the exception within the JSP. Will the JSP run and display correctly (of course, without the excepted content)?
    Here is an example of how you can catch the exception and prevent the JSP from failing (or at least how to prod it to display despite the error):
    <body>
       <%
       // yada yada yada some code
       try{
          // Yada yada yada the code that may have the IO problem
          // Yada yada yada
       }catch(IOException io){
           System.err.println("Here is the exception: "+io.toString());
       %>Please post back and let us know.
    dailysun

  • Error when trying to view process form

    I see an Array Index out of Bounds error when I try to open the OID process form
    ERROR [XELLERATE.WEBAPP] Class/Method: UserDefinedFormAction/prepareProcessForm encounter some problems: -1
    java.lang.ArrayIndexOutOfBoundsException: -1
         at java.util.ArrayList.get(ArrayList.java:324)
         at com.thortech.xl.webclient.util.FormFieldPopulator.getFormFieldsWithValue(Unknown Source)
         at com.thortech.xl.webclient.actions.UserDefinedFormAction.prepareForm(Unknown Source)
         at com.thortech.xl.webclient.actions.UserDefinedFormAction.prepareProcessForm(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
         at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcActionBase.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcAction.execute(Unknown Source)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.thortech.xl.webclient.security.CSRFFilter.doFilter(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
         at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
         at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
         at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
         at java.lang.Thread.run(Thread.java:619)

    Did you create any new OID Process Form Fields or deleted any existing old 1. This could usually occur when their is a mismatch in the Process Form for the user resource and the actual active version of the form in the Form Designer. If that is true then try the Form Version Control utility to make them consistent.
    Thanks
    SRS

Maybe you are looking for

  • Excise invoice created using J1IS and movement type  122

    Hello Can you please suggest whether we need to run J2IUN for the following process in order to show the debit entries in extracted RG23A PART2 register. 1. Returning the material with refernce to the original Goods receipt document (101) using MIGO

  • FRM-41211 Integration error SSL failure

    Hello Environment Client/Server Developer 6i. i installed developer on a new clinet machine to rum my application. every thing is fine but when he tries to run any report the following error occured:- FRM-41211 Integrarion error SSL failure runing an

  • How to find out the path of already existing directory?

    I need to get the exact path of 'FCO_DIR' directory. Could you please help me out with this. Is there any table name or a quey that I can run to get this information? Below is the code that I am using : Code: l_input_dir CONSTANT VARCHAR2 (30) := 'FC

  • ITunes won't install (Windows 8)

    I tried to update iTunes earlier today and it didn't work, so I looked it up and some people said to completely uninstall iTunes, so I did.  Then when I tried to re-install it I couldn't. The installation was stopped because of this: http://puu.sh/aa

  • Vendor to Vendor uplaod

    Hi Experts,     I know how  to upload data using BDC.  But I didn't understand Vendor to Vendor upload. Is it to upload vendor master data? Please tell me. Thanks.