MSSCCI Provider to connect third party developer tool (PowerBuilder)

Attempting to use the Microsoft Team Foundation Server MSSCCI Provider to connect third party developer tool (PowerBuilder) to TFS. Unfortunately, I am receiving a Nonspecific Error on the Initialization through the MSSCCI, and have not been able to find
a resolution through internet searches

Hi K,  
Thanks for your post.
What’s the version of your TFS?
Which version of TFS MSSCCI Provider you tried to install?
According the description in
TFS 2013 MSSCCI Provider, it support the PowerBuilder 11.5, please confirm that. And you need installed the VS 2013 or Team Explorer 2013 on the same client. 
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.

Similar Messages

  • Soap Adapter (What info needs to be provided to the Third Party Developer)

    I have the following scenario
    Third Party --> Soap Adapter --> XI --> IdocAdapter --> R3
    My specific question is, what information do I need to provide to the Third Party team in order for them to successfully send a message to XI. (Note that I am using SOAP Adapter)
    1. What is the URL that they will need? the syntax/format?
    2. Do I need to provide a userid and pwd and if so, which userid is normally used.
    3. I think I will need to provide the WSDL also ( I have already generated this). Is this right ?
    4. Any other information that they will need from me.
    Thanks in advance for your responses.
    - Ravi

    James,
    Thanks for you answer. I am using XI 2.0
    1. Would you happen to know what the URL Format for 2.0 is for defining the Web Service.
    2. Also, would the User be an XI user ?
    3. Also, since they are asking me for a URL to the WSDL and not a text file, is there a way to publish it as a URL in 2.0. If not, what's the normally used method of publishing it.
    4. I tried using XmlSpy to send the Soap request and when i provide the WSDL, i get the following error:
    "Schema Error - Undefined schema component 'xmlns' encountered - expected: (abstract | block | final | id | mixed | name)". Is this a common problem with the wsdl and how do i fix this.
    Thanks,
    Ravi
    Message was edited by: ravi kumar
    Message was edited by: ravi kumar

  • Third Party Development Tools

    Can some one tell me how to use the third party software such as Visual
    Basic, Powerbuilder to develop client application of Weblogic Server ? Is
    there any tool kit required to support such client application ? i.e: How to
    establish the connection in Visual Basic program to the Weblogic Server ?

    Apple is not allowing native iPhone application development at the moment and no word if and when they will.
    Their answer is for us to build web apps that users access via the Safari browser.

  • Third Party developer's tools

    Anyone know when Apple will be providing third party development tools? I can't use this phone with my company email because Apple hasn't supplied this yet. At least that's what "Good" told me. www.good.com

    Apple is not allowing native iPhone application development at the moment and no word if and when they will.
    Their answer is for us to build web apps that users access via the Safari browser.

  • How to achieve Number Ranges in third party CRM tool and in SAP CRM

    Hello Guru's,
    My business requirement is I have to create LEAD from third party CRM tool to SAP CRM and vice versa i want to maintain number ranges for created lead in both side.
    How can I achieve this please provide me your valuable suggestions and document.
    Thank's In Advance

    Hi,
    In SAP IMG screen maintain the external number range in CRM  through the below path.
    CRM-Transactions-basic setting-Define Number range.
    Also maintain the same number range for lead in the third party crm.
    Regards,
    Ashish

  • Third party reporting tools

    I am trying to use a third party reporting tools.
    I have found one I like from Inetsoft.
    The problem I am having is running the sample code they provide. I keep getting the error of method not found in my package.class file. They have provide sample.java files, I am not sure how to get jdev to see the method.
    here is the .java code:
    package smart_package;
    import inetsoft.sree.*;
    import inetsoft.report.*;
    public class SimpleReplet extends BasicReplet
    public ReportSheet createReport(RepletRequest req) {
    StyleSheet report = new StyleSheet();
    report.addText("This is a very simple Replet!");
    return report;
    here is the event code:
    <event name="print_report" >
    <method class="smart_package.SimpleReplet" method="createReport"/>
    </event>
    my question is why do I get this error:
    Warning(43,73): report.uix: Parsing error, line 43, column 73: Could not find method createReport in smart_package.SimpleReplet
    also if anyone has a suggest on a third party reporting tool let me know.
    thanks

    I think that I figured out my own problem. my problem was method not found in class.
    here is the solution:
    I need a method with a EventResult to start the process. and then that method would call the third party method.
    package smart_package;
    import java.util.*;
    import java.text.*;
    import java.io.*;
    import inetsoft.report.*;
    import inetsoft.report.io.*;
    import oracle.cabo.servlet.BajaContext;
    import oracle.cabo.servlet.Page;
    import oracle.cabo.servlet.event.EventResult;
    import oracle.cabo.servlet.event.PageEvent;
    public class PrintReport
    public PrintReport()
    // HERE IS THE KEY!!!
    public static EventResult StartPrint(BajaContext context,
    Page page,
    PageEvent event)
    createReport();
    return null;
    public static void createReport()
    try
    StyleSheet report = new StyleSheet();
    report.addText("This is a simple report");
    PreviewView previewer = Previewer.createPreviewer();
    previewer.print(report);
    previewer.pack();
    previewer.setVisible(true);
    previewer.setExitOnClose(true);
    catch(Exception ignore) {}
    my event on the uix page:
    <event name="print_report" >
    <ctrl:method class="smart_package.PrintReport" method="StartPrint" />
    </event>

  • How do I sign an IPA coming from a third party developer with our Distribution Profile?

    We have an app developed from a third party developer. We then received his IPA file.
    Upon uploading the IPA using Application Loader, we are getting this error,
    We tried sending our Mobile Developer and Distribution Provisioning Profiles to him, but he cannot build the IPA and told us he needs our Private Key (which we are not considering since we fear that he may be able to develop apps using our account).
    We tried manually signing the IPA using terminal but we are getting this error:
    What can we do?
    Thanks in advance!

    One of the 3rd-party Crystal Reports viewers listed at http://www.kenhamady.com/bookmarks.html provides a full command line API, so you can call a report from your app and pass parameter values, login info, etc.

  • Login window - Third party code/Tool/Gui????

    Hai Friends,
    Is there any third party code/tool/gui/ available for login frame.
    I want to store/keep all login/logout details -in a file.
    i need to store user names and passwords -encrypted in a file.
    The login frame(or a single frame with) Login,Cancel,Create new user,change password.
    Please guide me.
    Thank You

    Thanks for ur reply. I want to store the user name and passwords in encrypted form.
    i am using type4 jdbc3.0 driver to access Ms Sql Server.
    and i don't want to use any connection with the database until the user login. Also i don't want to keep the login/logout information in database-it could be much better if i use a file.
    please guide me!
    Expecting help from experts,
    MartinHilpert , Michal Dunn, Camickr, and others.

  • EP integration with third party BI tools

    Hi,
    I was looking for information and pointers on EP integration with third party BI tools like Business Objects etc.  Would be grateful.
    Thanks,
    Madhu

    Thanks. We have a full fledged Business Objects reporting environment.  My question is:  As a beginner in the EP space, I would like to understand how to treat the  Business Objects environment as one of the content providers for the Enterprise Portal?  Are there any documents or manuals that talk about the integration of EP with Business Objects?  I know the question is too broad, but any pointers would be useful.

  • Oracle Third Party Backup tools

    What are some third party backup programs that people are using with oracle these days? Also when using third party backup tools, do these tools shutdown the database while backing up? Does the Archive Log mode need to be enable as well? Not big on Oracle so simple answers would work.
    thanks.

    I wouls suggest to go with RMAN. it's best tool and free.....Best third party backup tool is BMC SQL Backtrack.

  • Im looking for third party developer to write custiom VI

    Im looking for a Third Party Developer, in CANADA perferably Ottawa area to write some custom VI's for LAbview 6i, SCXI, dataaquisition and possible internet control, viewing
    Im using SCXI1520x5(40 channels of strain gages), SCXI1531 (2 channels used for accelerometes. This is for semi-permanent field monitoring of a Bascule lift bridge, stresses are to be studied during lifting process, i.e data collection triggered by lift (accelerometes probably. With ability to view live data and internet access. I presently dont have the experience or time to set this up on my own.
    This is a Public Works Canada Project, I would be interested in discussing this project in more detail with prospective develope
    rs and setting up a contract.
    Please contact via email [email protected]
    Full Address
    John D. Egan
    Instrumentation Technologist
    Public Works & Government Services Canada
    Real Property Services, AES, Technology
    Place du Portage, Phase 3, 8B1
    11 Laurier St.,
    Hull, Quebec
    K1A 0S5

    John,
    I would recommend visiting http://www.ni.com/alliance to view a list of System integrators that can develop solutions for your application. You can also view the integrators that reside in your area.
    Good Luck

  • Third Party Ticketing Tool integration with solman service desk scenario

    Hi,
    I need any guidance on integration Of third Party ticketing tools like OVSD with the SAP Solution Manager Service Desk Scenario.
    Regards,
    Kaustubh.

    Hi Maheshwar,
    What I am trying to do is, try to maintain the data like,,
    Caller ID-- sender
    Assignment of workgroup--
    Search Code--
    Priority--
    and description--
    now some of these are constants that we need not determine every time.
    but my question is, can we maintain these as a set of parameters in the method definitionunder parameters tabjust similar to MAIL_HEADER...which is displayed in the mail alert.
    we already have a scenario maintained in the HPSD where it reads the mail picks up specific content based on key words, and creates a ticket.
    and If we can maintain these by modifying the method, then where can we maintain the multiple data/options for this
    And also please send me what were the steps u have done.
    U used a Z method or customized the Function module??
    Bcz in my case I think I will have to do both..
    Regards,
    Kaustubh.
    Edited by: kaustubh on Jun 19, 2008 6:32 PM

  • Third Party WCM tools integrated into SAP EP7

    Hi All,
    I am wondering if anybody has experiences with integrating a third party WCM tool with EP7 for intranet-style content in the portal, and whether an assessment versus Web Page Composer has been made?  I have looked at Web Page Composer but am interested in seeing what best-of-breed third party offerings are certified for integration to EP7 and how these compare.
    Points will be awarded for useful responses.
    Regards
    John

    Hi John,
    I've seen btexx easyWCM in some projects and although I do not like it, many users are quite content with the features.
    Afaik it is certified for SAP EP 7.0, have a look at it.
    regards,
    Christian

  • Webinar- Connect Third Party Systems with SAP B1 – DI API, DI Server, B1WS

    Webinar happened on 21st August.
    Get the Presentation, Video recording and answers of all the questions asked in the webinar through the below link.
    Webinar- Connect Third Party Systems with SAP B1 - DI API, DI Server, B1WS

    Hi Oleksiy,
    I don't see anything strange in your code. You should receive an error message but it shoudn't loop without end ;o(
    The only thing I can propose you is to create a message for support, they will have a deepest look into your problem.
    Regards
    Trinidad.

  • Access data from a third party warehousing tools in BEx WAD

    Hi,
           I would like to know whether it's possible to access data from a third party warehousing tools ( For eg: Cognos) in BEx Web Application designer. Any help would be appreciated.
    Thanks

    Hi,
    BEx Web Application designer is only integrated to BIW server. So We can not access data of other tools unless the data is stored in the BIW server as the data in any data target. 
    With rgds,
    Anil Kumar Sharma .P

Maybe you are looking for

  • Search for a file on hard drive?

    Hi, Any method available to search for a group (e.g : *.exe of file on server and return the names of those files, if any? Thanks.

  • Not able to doenload reports in Internet Explorer 7

    Hi, I am not able to download the report in IE7, where as in mozilla I am able to do that. Also in previous version of IE I was able to do the same. right now it is showing an error stating: Internet Explorer was not able to open this Internet site.

  • How do I disable a Mac Safari Extension?

    Everytime I look at anything, including my OWN website of items for sale, I can't see the copy under the photo because the darn box of comparable items (which are NOT so comparable) hides all of my text and prices. I have tried everything and can't f

  • Standard User Lic upgrade to Professional Lic for CUMA

    Hi NetPro. my company is going to purchase CUMA server , however my current user lic which all in Stand only. however, i am thinking to upgrade them to Professional in order to use the feature of CUMA . however, i am stucked in the Dynamic Tool gener

  • How to export in high def

    I have created a high def project in CS3 using PPro's high def project preset.  Upon completion I would like to export it a high def movie and file for the clients use.  I searched the forum for a string but was unsuccessful.  Any thoughts on the mat