Debugging M3 Server with Visual C++ (Newbie Question)

Hi there,
is there a FAQ or any other written instruction on how you can debug a M3-server app. with Visual C++. I know (have heard an seen it) that it is possible, but i don`t know how to convert an existing makefile into a VC-makefile project and all the parameters that are involved...
Any hint is appeciated,
thanks
Christof

What you nee to do is this:
Run your java app (in an IDE if poss.) and have it pause at some point (if its a command line app., wait for a key, if its a Swing app, you're ok, just wait for the app. to appear. Now start VC6 and go
menus:
Build/StartDebug/Attach to process. Ther should be one process calleed java. Attach to that. If your DLL has debug info in it, you should be able to navigae to the source and set breakpoints etc.
Alternativly, you could just put OutputDebugString(...) (this is a Win32 function) statements in your DLL and use DBMON.EXE (from the win32 SDK) to look at the output.

Similar Messages

  • Problem in mapping sap bw server with Visual composer

    I tried to create a module.. but the sap bw server is not mapping with visual composer. is any need to have special authorization for that.. if any please mention the authorization and role to be given to get mapping of bw server with visual composer.
    please look into this issue..
    Regards,
    Mohankumar.G

    Hi,
    Have u done user mapping?
    Refer the following  link
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/43/cec42a45cb0a85e10000000a1553f6/content.htm">http://help.sap.com/saphelp_nw04s/helpdata/en/43/cec42a45cb0a85e10000000a1553f6/content.htm</a>
    <a href="/people/marcel.salein/blog/2007/03/14/how-to-create-a-portal-system-for-using-it-in-visual-composer">/people/marcel.salein/blog/2007/03/14/how-to-create-a-portal-system-for-using-it-in-visual-composer</a>
    Regards,
    Hemalatha

  • Crystal viewer is empty (Crystal Report Server with Visual Studio)

    Hello everyone,
    I've some issues to display a basic report from a Crystal Server 2013 and Visual Studio 2010
    Below, the code:
    WebForm1.aspx.cs
    CrystalReport's DLL are in revision 14.0.3500
    using CrystalDecisions.Enterprise;
    using CrystalDecisions.Enterprise.Viewing;
    using CrystalDecisions.ReportAppServer.Controllers;
    using CrystalDecisions.ReportAppServer.ClientDoc;
    SessionMgr sessionMgr = new SessionMgr();
    string username = "Administrator";
    string password = "password";
    string server = "server-name";
    string auth_type = "secEnterprise";
    EnterpriseSession enterpriseSession = sessionMgr.Logon(
                     username, password, server, auth_type);
    EnterpriseService enterpriseService = enterpriseSession.GetService("InfoStore");
    InfoStore infoStore = new InfoStore(enterpriseService);
    enterpriseService = enterpriseSession.GetService("RASReportFactory");
    Object psrfObject = enterpriseService.Interface;
    ReportAppFactory psReportFactory = (ReportAppFactory)psrfObject;
    string queryString = "Select * From CI_INFOOBJECTS "
                    + "Where SI_PROGID='CrystalEnterprise.Report' "
                    + "And SI_NAME Like 'TestRapportTexte'";
    InfoObjects infoObjects = infoStore.Query(queryString);
    InfoObject infoObject = infoObjects[1];
    ReportClientDocument client = new ReportClientDocumentClass();
    client = psReportFactory.OpenDocument(infoObject.ID, 0);
    CrystalReportViewer1.ReportSource = client;
    WebForm1.aspx
    <CR:CrystalReportViewer  ID="CrystalReportViewer1" runat="server" AutoDataBind="True"
                            Height="550px" Width="1300px" BestFitPage="False"/>
    The project has 7 references from Crystal:
    CrystalDecisions.CrystalReports.Engine
    CrystalDecisions.Entreprise.Framework
    CrystalDecisions.Entreprise.InfoStore
    CrystalDecisions.Entreprise.Viewing.ReportSource
    CrystalDecisions.ReportAppServer.ClientDoc
    CrystalDecisions.ReportAppServer.Controllers
    CrystalDecisions.Web
    Actually, I have no error and no exception but the 'CrystalReportViewer' is always empty.
    In the C# file, ReportClientDocument client seems OK with the ID and the name of the report.
    Thanks for your feedback

    Hi Marie
    As you are using RAS I'd like you to have a look at a sample application called "NET-CS2003 RAS-Managed BE115 Add Tool-Tip" available for download from here:
    Look at the code as used in the viewer.espx.cs page and pattern your code on that.
    For a summary listing of more sample apps, please see:
    Sample Applications for Business Intelligence Software Developer Kits
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter
    https://twitter.com/SAPCRNetSup

  • CR XI used with Visual Studio 2008 Question

    I have been using CR Xi version 11.0.0.1994 with VS2003 with no issues.
    I have converted my WEB application to VS 2008 and when i goto export a report, to PDF i get the following error:
    Method 'ISCREditableRTFExportFormatOptions_reserved5' on type 'CrystalDecisions.ReportAppServer.ReportDefModel.EditableRTFExportFormatOptionsClass' from assembly 'CrystalDecisions.ReportAppServer.ReportDefModel, Version=11.0.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' is overriding a method that has been overridden.
    This is what i have in my web.config:
                    <add assembly="CrystalDecisions.CrystalReports.Engine, Version=11.0.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                    <add assembly="CrystalDecisions.ReportSource, Version=11.0.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                    <add assembly="CrystalDecisions.Shared, Version=11.0.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                    <add assembly="CrystalDecisions.Web, Version=11.0.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                    <add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=11.0.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                    <add assembly="CrystalDecisions.Enterprise.Framework, Version=11.0.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                    <add assembly="CrystalDecisions.Enterprise.InfoStore, Version=11.0.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                    <add assembly="CrystalDecisions.Enterprise.Web, Version=11.0.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
    Does anyone know if this is a Release issue?
    I noticed there are Release 1 and 2 out...is that something I have to buy? or can i download them through the SAP site? 
    I can view the reports i just cant export them...can someone let me know what they think.
    Thank you in advance.

    Thank you all for your kind and quick responses.
    I would like to stick with VS2008....so that leaves me 1 option
    Use the embedded CR2008(10.5) that comes bundled with VS2008
    frankly i dont really use CRxi I usually do all my Report Design in VS2008 using the Designer, so maybe it wont be that large of a deal.
    The manner in which i use CR is i set the report via a Dataset( i think they call that the Push method)
    ~~~~~~~
    On my Windows Server 2003 (IIS) i have a website for my 1.1 website....that uses CRXi
    Id like to have another website 2.0/3.5 that uses CR2008, what merge modules do i need to make that happen? or cant it?
    I would like to have both sites online...both sites are managed and hosted internally all on 1 server.

  • J2EE Visual Administrator - Newbie Question

    Hi,
    I am trying to access the J2EE Visual Administrator on a Solaris box.  I have used it succesfully on windows but don't know the name of the executable on Solaris or indeed the path to it.  I realise this is probably a fairly dumb question but would be grateful for any help given.
    Thanks in advance
    John

    Hi John,
    have you tried the same path as on windows:
    .../usr/sap/<systemid>/DVEBMGS<instance_number>/j2ee/admin
    Regards,
    michal

  • How does one install a express sql server to run with Visual Web Developer 2008?

    I successfully installed .NET framework v 3.5 and VWD 2008 on a new Vista laptop. When I want to add a Sql Server database to a website, errors tell me to install SS 2005 Express. MSDN SS 2005 Express download tells me I MUST  first install .NET framework v 2.0 before SS 2005. When I try to install framework v 2.0, I'm sent to v. 3.5 and no way to download SS 2005.
    How does one install a express sql server to run with Visual Web Developer 2008?   

    Momark,
    Do you still need help with this?
    Thank you!
    Ed Price, Power BI & SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Xp pro config question with cold fusion(newbie)

    Hello,
    I'm a beginner and I want to learn studio mx 2004.In trying
    to learn Macromedia MX for windows ,I've gone thru the installation
    process in the manual for installing Cold Fusion for the server
    side of things.My question is, I'm not sure if IIS is mnadatory in
    order to use cold fusion.Is it a case of using one or the other or
    is the IIS service required to run Cold Fusion? Also im using cold
    fusion5 is cold fusion mx = to cold fusion 6.1?

    Thanks for answering. Is there any benefits to running both
    servers? I
    don't want to confuse myself with too many
    options.Essentially,I could
    learn Dreamweaver (my ultimate goal) by using either
    installation.
    No, while it is possible to run multiple versions of CF, it
    takes extra
    configurations to do so. I would say this is unnecessary for
    just
    learning. I would strongly suggest upgrading. CF 5 is the
    oldest and
    most limited version of CF still officially supported by
    Adobe. The
    latest version is 7.0.2. There is a huge, major, complete
    rewrite of CF
    and many other bug fixes and enhancements between CF 5.x and
    the current
    version.
    The current version and all versions of CF are free for
    download from
    Adobe for a personal development copy. If you do so now,
    before you
    start writing code, the upgrade install IIRC is quite
    painless and will
    use the configurations you have already chosen.

  • Debugging a server proxy with attachments

    Hello,
    Although there are other questions posted about debugging server proxies, I can't figure out how I can debug my server proxy that receives attachments. If I debug the program, because there's no attachment at that point, I get other errors.
    There's an unhandled exception in the coding. When receiver SAP system receives the message, the queue is stopped. Can I somehow restart and debug afterwards this erronous message that does carry the attachment?
    Thanks,
    Gökhan

    Hello Gökhan,
    did you try inserting an endless loop in the server proxy and start debugging the program from the SM50? This is the way I usually catch processes crossing system borders.
    Regards,
    Jörg

  • Newbie question - cloning to a new server

    Hi all,
    I am very new to the EBS world, so please forgive the "newbie" question. We are running 12.0.4, and we have approximately 12 different environments. We probably do 3 to 4 clones a week, generally from production to one of the existing environments.
    However, we now have a couple brand new Linux servers, and we want to set them up as a new environment to clone to (one will be apps server, one will be DB server). I am looking at some of the Metalink documents on how to do this. But my basic question is this - do I first have to do a basic EBS installation onto these servers, before I will be able to clone an environment over to them?
    Thanks!!

    Duplicate thread ...
    Newbie question - cloning to a new server
    Re: Newbie question - cloning to a new server

  • What does error message "a server with the specified hostname could not be found" mean? I'm a bit of a newbie to this can you help. Thanks

    Hi Folks
    Not to good at this techno stuff have a message on my phone saying "a server with the specified hostname could not be found" can anyone tell me what this means and how to fix it?
    Thanks

    Hi on several apps, eg local paper, can get printed word but no photos or media etc.

  • Newbie question: any tips on preparing to migrate to 10.5 Server from local

    accounts?
    here's the situation: i have a client that has about 15 Mac users, all of them are on 10.5 and they all have local user accounts.
    this company shares their network and file sharing resources with another company on the same floor that is all windows based. the file servers are windows based.
    my client is trying to separate itself from the other company and one of the things it is interested in is setting up an Xserve with 10.5 Server running.
    the client wants to be able to manage software updates and resources for his users. he also wants to have a Mac Server set up for file sharing instead of sharing a windows server with the other company.
    i am new to setting up 10.5 Server (or any other version) so i am not sure what i need to do before setting this up, or migrating. i think it i had to set this up from scratch i could but since they already have local user accounts and file sharing already set up, i am not sure how to get started.
    i guess my main concern is getting all the local user accounts into Work Groups with out anyone losing any data.
    any help is appreciated.
    thanks!

    I can't think of why there would be any problem moving an image over since they are both powerPC. Since the time machine restore didn't work how about putting the G5 in target disk mode and using something like carbon copy cloner to image the g5s hard drive.

  • Ibm Visual age 3.5 Persistence Name Server with Oracle 8.1.7

    Hello every one!
    Iam facing a problem with visualage 3.5 persistence name server with Oracle DB. I configured PNS with oracle driver (thin driver).
    I could start the pns server, Servlet Engine.
    I loaded my application with PNS and oracle thin driver is not executing any queries.
    Without PNS, directly interacting with Oracle DB thru JDBC also works fine.
    Has anyone tried to use PNS with Oracle successfully?
    Thanks
    Keerthi

    hello there,
    check these things in u r mac before launching PNS..
    1: Is OracleDriver is there in the path i mean in the PNS path..
    2: Right click and check the properties...
    3: and also check the env properties and launch the PNS if PNS is launched then u can work on it...

  • WOL question. SCCM server with multiple nics.

    Hi,
    I have a sccm server with multiple nics, I can wake up any machine using a 3ed party magic packet utility, if I set a schedule and use sccm wol functionally the machine never wakes up. As I pointed out my server has multiple nics, does anyone have a sccm
    server with multiple nics with sccm built in wol functionally working?. I am curious on how you achieved this.

    Hey Garth,
    Yes the problem is solved but we had to buy a 3rd party power management utility to accomplish WOL. Because we have many different subnets in our environment we found that this was the fastest way to get WOL working,
    So out of the box SCCM would not work for us, with a 3rd party utility that had an SCCM plugin WOL now works flawlessly.

  • Newbie question about Policy Server

    Just installed Adobe's Creative Suite 2 Premium, which has LiveCycle. (It was one of those moments of "What's this?" then "Wow!" this is some program.
    Does the software to install LiveCycle's Policy Server come with CS2 Premium? Or is there something else to buy?
    My web sites are on a virtual server with an unique IP address. The OS is Linux with MySQL. Will this work?
    Are there any good books on setting up a Policy Server?

    Policy Server doesn't come with CS2 - there's some more information on it on our website here (including system requirements):
    http://www.adobe.com/products/server/policy/overview.html
    Probably the best thing to do would be to talk to one of our sales folk if you're interested in really getting into it - there's a "Contact a sales rep" link at the top right side of the page.
    If you're using LiveCycle Designer, pop by the Designer forum here - there's quite a lot of activity lately.
    SteveX
    Adobe Systems

  • Hi, i am trying to open and view a report that comes from another server with different odbc connection

    hi, i am trying to open and view a report that comes from another server with different odbc connection
    i created a crystal report for a mysql database on my machine and everything works great
    but we have other reports that come from other machines with different odbc connection
    and this its not working when opens the report asks for credentials
    and i cannot use the remote ip for these reports that come from other machine
    question
    if i cannot connect to remote ip to open the report
    for each report i have to create a database the report database on my machine and then open the report ?
    or there is some other way to open the report ?
    i am using visual studio 2013 and mysql and
       <add key="MYSQLODBCDRIVER" value="{MySQL ODBC 5.3 UNICODE Driver}"/>
    thanks

    short
    i have a report that it was created on another server with a specific dsn
    now i am trying to open the report on my machine
    the database from the other server does not exist on my machine
    the server machine where the report was created the ip its not accessible
    question ?
    can i open the report on my machine or its impossible ?
    thanks

Maybe you are looking for

  • OK, Zen Touch Owners, Listen Up!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    OK, when I tried to update the firmware on my Zen Touch to the PlaysForSure update, all of the original firmware was removed, and I could do nothing. This happened to a lot of other users, and most of their solutions seemed to be unique to the second

  • Bug in Acrobat Reader Plugin for FF?

    Hi, i use a web application which pulls pdf reports from a server by http-post requests, so parameters are transmitted in the requests-body. As a viewer i do use Acrobat Reader Plugin, most recent release with FF 3.0.3 on Windows XP pro. So due of th

  • Give preference to a particular session.

    Dear All, how can i give preference to a prticular SID ? e.g : SID = 76 There are other many Session running simultaneoulsy. I want to allow SID = 76 to execute SQL first inspite of the other session running previous to SID 76. Thanking you in antici

  • Quicktime 7.0.4.0 DLL Function Call Crashed Message Error 0x80040707

    Quicktime 7.0.4.0 won't install and the above error message occurs, and because that program won't install, the latest version of iTunes won't install either. What's the solution? Others have posted the same problem, but I can't find any answers on t

  • IPad acting very strange (HELP!)

    Hi guys, something very strange is happening to my iPad 2 and I'm hoping someone could help me out. So my iPad was working fine few hours ago, and had approximately 50-60% battery left. So I put it to sleep by clicking on the power button on top righ