UnityVS (VSTU) not outputting to Visual Studio from OSX Unity

I'm using UnityVS (VSTU) with VS 2013 in an OSX VMWare Fusion Windows 8.1 VM.  Everything seems
like it's working fine (the debugger is connected to the Mac Unity instance) except that the unity console output is supposed to be output to the Visual Studio output window, but it appears not to be. I feel like I followed all the instructions correctly.
 Is this just a bug with remote debugging or am I doing something incorrectly?
Thanks

Hi Mashton72,
Thank you for posting in MSDN forum.
As you said the UnityVS (VSTU), since it is the Visual Studio Tools for Unity add-on, so I suggest you can start a discussion in the Q AND A:https://visualstudiogallery.msdn.microsoft.com/20b80b8c-659b-45ef-96c1-437828fe7cf2
, you will get better support.
Thanks for your understanding.
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.

Similar Messages

  • Lotus Notes Application in Visual Studio

    Hi All,
    My company currently has a old VB application running in lotus notes. This imports a XML file, calls a stored procedure on a SQL DB tranforms the file, calls another stored procedure, then loads the file data into the SQL DB.
    We are now looking at migrating it to a modern platform. I was initially thinking of creating a new visual studio 2008 or 2010 SSIS solution. But I have found the rules of the transforming have not been documented and so are buried in the Lotus
    Script\VB code & modules. So unless the rules can be documented into logic loops so I can't apply them to the XML nodes. I have also found Artin Soft
    http://msdn.microsoft.com/en-us/ff793478 free upgrade tool but this is for VB6.
    So I have two questions.
    1. Is there an lotus notes reference in Visual Studio 2010 for lotus notes classes such as NotesSession, NotesDatabase, NotesDocument? So the VB package could be opended and understood by visual studio.
    2. Can anyone suggest another migration path from lotus script to VB.net?
    Thanks

    Hi,
    Welcome to MSDN forum.
    Your issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor, moreover
    Lotus notes is third-party product,we don't support it.
    Visual Studio itself does not support Lotus Notes script.
    Visual Studio official does not provide some references for Lotus Notes. I can’t ensure whether you said Lotus Notes is identical to IBM Lotus Domino, based on
    this document, IBM provides some supports for using Lotus Domino in Microsoft .Net App. So I suggest you to consult on Lotus Notes to check whether they provide some supports for migrating
    Lotus Notes script to VS2010 Visual Basic .Net, I think that they can provide you better answer.
    Thanks,
    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.

  • Known Issue: Windows Emulators Are Not Supported When Visual Studio Installed in a Virtual Machine (Windows 10 Insider Preview SDK and tools, April 2015 release)

    If you install Visual Studio 2015 with the Windows 10 Mobile emulators in a virtual machine, setup will succeed but the emulators will not be available as valid debug targets.

    The Windows Emulators require a physical machine that runs Windows 8.1 (x64) Professional edition or higher, and a processor that supports Client Hyper-V and Second Level Address Translation (SLAT). The emulators will not run when Visual Studio is installed
    in a Virtual Machine (VM).
    The emulators for Universal Windows app development work best with Windows 10.

  • Compact Server 4.0 not working in Visual Studio 2014 app

    I have an application that uses Microsoft SQL Server Compact version 4.0. The application works on Windows 8 and it works on windows 7, but it doesn't work on Small Business Server. I created the application with a compact server so it would be flexible
    enough to be installed on anyone's computer. The error I am getting is as follows
    "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.
    (provider: sQL Network Interfaces, error: 52-Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.)"
    I verified that the install folder has permissions and the application is running as administrator. Does anyone have an idea of what else I should check? I was looking at Visual Studio and I didn't see how to set "remote connections". Plus the
    application works on my machine (where it was designed).
    Thanks for any help you can provide.
    Hmm... I feel like I have more questions than answers. If you find my reply helpful please mark as Answer below. Thanks.

    Hi Trewaters,
    SQL Server Compact has been deprecated from Visual Studio 2013. Refer to this
    connect item.
    According to the error message, I recommend you install SQL Server 2014 Express or SQL 2014 LocalDB, which can be downloaded from below link.
    http://www.microsoft.com/en-us/download/details.aspx?id=42299
    LocalDB is created specifically for developers. It is very easy to install and requires no management. While LocalDB is meant for developers, the regular SQL Server Express will continue to exist as a free SQL Server edition, fully compatible with and easily
    upgradeable to higher SQL Server editions.
    For more information about SQL Server LocalDB, you can review the following articles.
    http://blogs.msdn.com/b/sqlexpress/archive/2011/07/12/introducing-localdb-a-better-sql-express.aspx
    http://www.mssqltips.com/sqlservertip/2694/getting-started-with-sql-server-2012-express-localdb/
    Thanks,
    Lydia Zhang

  • Making a .dll file in Visual Studio from a NIDAQmx C program

    I have a C program in Visual Studio that reads temperature from DAQs. I wanted to take this c file and put it into a shared library project in Visual Studio. However, when I try to run the program, it gives me 10 errors that look like this:
    unresolved external symbol DAQmxCreateTask referenced in function main
    I have NIDAQmx.h included in the project so I'm not sure why CreateTask is considered an external symbol. I'm not sure what causes this problem, could anyone help?
    Thank you!

    Yes, I've tried this and have gotten a clean compile.  However, the .dll is associated with third party software intended to add controls to a form.  The form does not display in Designer though (extensive stack trace errors) which made me wonder
    whether there is a downside to this approach.

  • SharePoint Connection not available with Visual Studio 2013

    I've installed Visual Studio 2013 in my SharePoint 2010 environment. When I try to add the existing SharePoint Connections I've used in Visual Studio 2010 there is always the same error: Remote SharePoint site connections are not supported. The SharePoint
    site is located at the same server, I'm able to access the Central Administration with Visual Studio 2013, but I can't access my development SharePoint Web Application.
    I'm sure I do have access to the configuration database, in Visual Studio 2010 I'm able to delete and add SharePoint Connections without any problems. The URL of the development SharePoint connection (like sp1.sharepoint.contoso.com) is not named like
    the URL of the Central Administration (like servername:5000). The port of my development SharePoint is 80, but I can't access with servername:80 too. My account is in the group of the local administrators, Visual Studio is started as Administrator
    and my account is a SharePoint farm administrator and additionally a site collection administrator of all site collections in my SharePoint web application.
    Any idea what's wrong with this SharePoint connections?
    Thanks in advance. Georg

    Can you try the following workaround and see if it helps? First try adding host entry for your server name and if that works change it to sp1.sharepoint.contoso.com.
    SharePoint
    2013 Visual Studio Project Error – “Cannot connect to the targeted site”
    I understand your situation is different than the one mentioned in the blog but given you seem to have all the permission so may be you try and see if the error is because of above issue. Actually if above does not work (assuming your are on your development
    environment), try adding your account to DB Owner on your site collection database as mentioned here.
    http://www.sharemuch.com/2010/03/19/resolving-vs-2010-solution-deployment-issues-for-sharepoint-2010-projects/
    Amit

  • Ctrl+Tab not working in Visual Studio 2013 in Remote Desktop

    My PC is W81, and I'm RDing into a W7 machine running Visual Studio 2013 SP4.
    When I press Ctrl+Tab (and hold), I very briefly see the usual editor window list come up, but it goes away and the editor does not switch.
    If I hold Ctrl+Tab and let the repeat start, the same thing happens in rapid succession, but the current tab still never changes.
    I have of course rebooted both client and server, and made sure my keyboard wasn't at fault and toggled all the keys.  No dice.
    Thanks.

    Sorry, but that doesn't get me the original behavior, where I can tab through the list or double-tab, triple-tap TAB to visit the last, second to last, or third to last file I visited (or I could use the visual navigator).  I frequently use these commands,
    and it's really slowing me down.
    Can I please get an admission this is a bug and a commitment to fix it?

  • Adobe pdf 8.0 not outputting correct page size from publisher 2007

    i have windows vista home premium with microsoft office 2007. microsoft publisher is not outputting the correct page size when converting to pdf. In Word 2007 i have the document size 4.5 x 6, and if i convert with the adobe add in, the new pdf is exactly 4.5 x 6. In publisher i have a postcard size 8 x 5, when i print to pdf or convert using the converter, it sticks the postcard in the center of an 8.5 x 11 page with crop marks. I can't work with this, i need the pdf to output the exact page size as the microsoft publisher document. i've tried changing page sizes in page setup in the publisher print dialog box as well as the advanced settings in pdf. it doesn't make a difference. it always prints on 8.5 x 11 and centers the postcard in the middle of the page. any help is appreciated

    Think of the paper size in publisher (and likely the printer options) as the setting that Publisher is trying to produce when printing. Think of the paper size in the Adobe PDF printer properties as actually putting the proper paper in the printer. If you do not do the latter, you will get the printout properly sized in terms of your setup and printed on 8X11 paper that is put in the printer. They selection of the paper in a printer is not typically an automatic feature of print drivers. One is the sizing issue of the application and the other is the actual paper that is used. If you printed to actual paper, you would actually put in the 8X5 paper or whatever in your printer. If you used 8X11 paper in the printer, then you would likely get the same result you have in the PDF.
    There may be two convert options in Publisher (depending on the version of Publisher). One would be PDF Maker, the Adobe add on. The other would be a convert to PDF provided by MS. The latter started coming with OFFICE 2007. Also, with OFFICE 2007 you needed a newer version of Acrobat to get the Adobe PDF Maker (AA8 I think was a minimum). If you use PDF Maker, then you have to select the printer properties in PDF Maker for the paper.
    I just did a test sample with AA5 (sorry, that is what is on this machine - but I am sure I would get the same result on my other machines). I created a word processor document with a 5X8 dimension and printed to the margins (set to 1 in). I then printed to the Acrobat Distiller printer (the old name for the Adobe PDF printer) after setting the page to a custom 5X8. The end result of the PDF was a PDF that was 5X8 with 1 in margins of my printing as I had selected. I thus printed with a custom page size in my document and matching page size in the printer properties, getting the expected result. However, I am getting inconsistent results when I try with WORD on this machine.
    To be more helpful, I guess I am going to at least have to try my AA7 on my notebook with OFFICE 2003. Those are both behind your version levels, but I would expect the results to be the same. I will also try with my word process that worked out fine here, but did not retain the paper size setting in the driver, when WORD would not allow the size reduction (that is the inconsistency I mentioned!).
    I will report back later. Bill

  • Oracle error while migrating visual studio from 2008 to 2013

    im using oracle.dataaccess.dll , and my oracle version is 11.2.0
    i migrated from .net 2.5 to .net 4.5 , but iam using dataset in my code
    when im running it iam getting the belwo error
    An exception of type 'System.ArgumentException' occurred in Oracle.DataAccess.dll but was not handled in user code
    can you please help me asap  to solve it

    Write an event handler that catches the error and outputs the error text. That will help diagnose what the problem is and where the problem is likely occurring.
    For example:
                try
                             <DataSet code>
                  catch (Exception ex)
                    Console.WriteLine(ex.Message);
                    Console.WriteLine(ex.InnerException);
                    Console.WriteLine(ex.Data);

  • How can i see the output in Visual Studio 2013

    Below is some code rearrange a array, i want to see the result after it's sorted so i add a loop of cout myself, But after runing the code, nothing happened, i didn't see any result from the widow before it closed, any help?
    #include<iostream>
    const int Red = 1, White = 2, Blue = 3;
    void main()
    int arr[] = { 1, 1, 2, 2, 1, 3, 1, 2, 3, 3, 1, 1, 3, 2, 1, 2, 1, 3, 2, 1, 1, 3, 2, 1, 3, 1, 3, 2, 2, 3, 3, 3, 1, 2, 1, 2, 1, 3, 1, 2, 3, 3, 1, 2, 1, 2, 1, 2, 2, 1 };
    int n = sizeof(arr) / sizeof(int);
    int Insert_Red = 0, Insert_White = 0, i;
    for (int i = 0; i < n;i++)
    if (arr[i]==White)
    arr[i] = arr[Insert_White];
    arr[Insert_White] = White;
    Insert_White++;
    if (arr[i]==Red)
    arr[i] = arr[Insert_White];
    arr[Insert_White] = arr[Insert_Red];
    arr[Insert_Red] = Red;
    Insert_Red++;
    Insert_White++;
    for (int i = 0; i < n; i++)
    std::cout << arr[i];

    i didn't see any result from the widow before it closed
    Other choices which don't require any changes to your code:
    (1) Set a breakpoint at the last closing brace (assuming that there isn't a
    return statement before it - if there is then set the breakpoint on that
    return statement).
    (2) Put the cursor as described in (1) but instead of setting a breakpoint
    use "Run To Cursor" from the menu that pops up when you right-click the
    mouse. (Or use Ctrl-F10)
    (3) Run your program in the IDE using Ctrl-F5 (Run Without Debugging)
    Note that when using these methods, focus *may* remain on the IDE editor. If it
    does then your console window with the output will be a background window. You
    will then need to switch to it manually from the Taskbar, etc.
    Non-related observation:
    Standard C and C ++ require that the main() function return an int. e.g. -
    int main()
    Some compilers will accept void main() so as not to break old code, but new
    code should always return an int.
     - Wayne

  • Visual studio 2012 the name "initializeControl" does not exist in the namespace in visual WebPart

    Hi All,
    I'm trying to create a visual webpart in SharePoint 2013 using Visual Studio 2012 and I am seeing that the file ascx.g.cs
    is missing and i have this error in file ascx.cs : the name "initializeControl" does not exist in the namespace.
    And like i said i use VS2012 Ultimate
    Can anyone Help me please!!!
    thanks.

    In most scenarios this is caused by some error in code preventing Visual Studio from generating the designer file. You could try to undo the latest changes and see whether the item is being generated or not. Additionally you could try checking if the custom
    tool is still associated with the Visual Web Part SPI in the Properties Window.
    w: http://blog.mastykarz.nl | t:
    @waldekm | c: http://mavention.codeplex.com | c:
    http://mavention.nl

  • Remove test run from Load Test Manager in Visual Studio Online Load Testing

    I have been using the Visual Studio Online Azure load testing for a while now, and I have a number of test runs that I would like to remove.  I am not referring to my local Load Test Results Store (on-premise SQL DB), as I can remove test runs no problem.
     I mean, how to remove them from "the cloud" so we can no longer re-download the test results.  

    Hi David,
    As far as I know, it's not supported for Visual Studio Online to run load tests for solutions hosted on GitHub. You can submit a user voice
    here.
    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.

  • LNK2019 Error, Works fine in cmd, but not visual studio

    Hello.
    I'm getting this error. I've looked online and it says this happens when something is declared but not defined, however I don't see any issues like that. The most annoying part is that it compiles fine in cmd. I'm not sure why Visual Studio 2013 is giving
    me issues
    Errors
    Error 1
    error LNK2019: unresolved external symbol "public: __thiscall Shader::Shader(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0Shader@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function _main
    Error 2
    error LNK2019: unresolved external symbol "public: virtual __thiscall Shader::~Shader(void)" (??1Shader@@UAE@XZ) referenced in function _main
    Error 3
    error LNK1120: 2 unresolved externals
    main.cpp
    #include <iostream>
    #include "shader.h"
    int main(int argc, char** argv)
    Shader shader("./res/basicShader");
    return 0;
    shader.h
    #ifndef SHADER_H
    #define SHADER_H
    #include <string>
    class Shader
    public:
    Shader(const std::string& fileName);
    virtual ~Shader();
    protected:
    private:
    #endif //SHADER_H
    shader.cpp
    #include "shader.h"
    #include <iostream>
    #include <fstream>
    #include <string>
    Shader::Shader(const std::string& fileName)
    Shader::~Shader()

    Hi Arend Peter,
    Since this forum is to discuss the VS IDE usage, based on your description, it would be the VC++ development issue, to help you resolve this issue as soon as possible, I suggest you post this issue to the VC++ language development forum,
    I think you would get dedicated support there.
    The VC++ forum link:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vcgeneral
    Best Regards,
    Jack
    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.

  • Adding Columns to the matrix in SAP B1 user form using Visual studio 2010

    Hi,
    Using Visual studio 2010, I have created a SAP B1 user form( b1f ) with one matrix.Matrix is having 5 columns. Its working properly. Later, I want to add few more columns. Then I added columns to the matrix as I have created columns initially. But, it does not saves.
    i.e, Whenever I run, In B1 I could see only old columns. Newly created columns are not showing.So, I closed the .net project and opened again. Created columns are not showing in visual studio b1f itself. So, I created again and saved. But, its not saving.I tried it many times.
    What I am missing?
    Any help is appreciated.
    Thanks in advance,
    Parvatha Solai.N

    Hi Parvatha,
    Are you using B1 Studio? Anyway try to clean the solution first then rebuild it. This would re-copy files to the output directory, that contain your changes.
    Best regards,
    Pedro Magueija

  • Visual Studio takes long time to start up

    When starting Visual Studio on my machine it used to take a few seconds to start up and be ready to either open or create a new project. Recently however I am finding that it is hanging - stuck on "Updating the News Channel"  and "Connecting
    to " Visual studio Online. It remains unresponsive until these actions are completed.  I have a fast internet connection and a fast computer with solid state drive.  I have not experienced any issues browsing using IE or using other applications. 
    Is there any suggestion that can help improve this situation?
    This is the version and installed packages.  I am using Windows 8.1 Professional 64Bit
    Microsoft Visual Studio Professional 2013
    Version 12.0.31101.00 Update 4
    Microsoft .NET Framework
    Version 4.5.51650
    Installed Version: Professional
    LightSwitch for Visual Studio 2013   06177-004-0446034-02169
    Microsoft LightSwitch for Visual Studio 2013
    Team Explorer for Visual Studio 2013   06177-004-0446034-02169
    Microsoft Team Explorer for Visual Studio 2013
    Visual Basic 2013   06177-004-0446034-02169
    Microsoft Visual Basic 2013
    Visual C# 2013   06177-004-0446034-02169
    Microsoft Visual C# 2013
    Visual C++ 2013   06177-004-0446034-02169
    Microsoft Visual C++ 2013
    Visual F# 2013   06177-004-0446034-02169
    Microsoft Visual F# 2013
    Visual Studio 2013 Code Analysis Spell Checker   06177-004-0446034-02169
    Microsoft® Visual Studio® 2013 Code Analysis Spell Checker
    Portions of International CorrectSpell™ spelling correction system © 1993 by Lernout & Hauspie Speech Products N.V. All rights reserved.
    The American Heritage® Dictionary of the English Language, Third Edition Copyright © 1992 Houghton Mifflin Company. Electronic version licensed from Lernout & Hauspie Speech Products N.V. All rights reserved.
    Windows Phone SDK 8.0 - ENU   06177-004-0446034-02169
    Windows Phone SDK 8.0 - ENU
    Application Insights Tools for Visual Studio Package   1.0
    Application Insights Tools for Visual Studio
    ASP.NET and Web Tools   12.4.51016.0
    Microsoft Web Developer Tools contains the following components:
    Support for creating and opening ASP.NET web projects
    Browser Link: A communication channel between Visual Studio and browsers
    Editor extensions for HTML, CSS, and JavaScript
    Page Inspector: Inspection tool for ASP.NET web projects
    Scaffolding: A framework for building and running code generators
    Server Explorer extensions for Microsoft Azure Websites
    Web publishing: Extensions for publishing ASP.NET web projects to hosting providers, on-premises servers, or Microsoft Azure
    ASP.NET Web Frameworks and Tools 2012.2   4.1.21001.0
    For additional information, visit
    http://go.microsoft.com/fwlink/?LinkID=309563
    ASP.NET Web Frameworks and Tools 2013   5.2.21010.0
    For additional information, visit http://www.asp.net/
    Common Azure Tools   1.3
    Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.
    GenerateUnitTest   1.0
    Generates unit test code for methods in classes under test.
    Microsoft Advertising SDK for Windows Phone 8  
    Microsoft Advertising SDK for Windows Phone 8
    Build
    Microsoft Azure HDInsight HQL Service   1.0.0000.0
    Language service for Hive query
    Microsoft Azure HDInsight Tools for Visual Studio   1.0.0000.0
    An integrated development environment for HDInsight application development.
    Microsoft Azure Mobile Services Tools   1.3
    Microsoft Azure Mobile Services Tools
    Microsoft Azure Tools   2.5
    Microsoft Azure Tools for Microsoft Visual Studio 2013 - v2.5.21104.1601
    Multilingual App Toolkit   3.1.1250.0
    Multilingual App Toolkit helps you localize your Windows Store app by providing file management, pseudo and machine translation, translation editor, and build integration.
    http://go.microsoft.com/fwlink?linkid=245767
    Node.js Tools   1.0.30109.03
    Adds support for developing and debugging Node.js apps in Visual Studio
    Node.js Tools - Profiling   1.0.30109.03
    Profiling support for Node.js projects.
    NuGet Package Manager   2.8.50926.663
    NuGet Package Manager in Visual Studio. For more information about NuGet, visit
    http://docs.nuget.org/.
    Office Developer Tools for Visual Studio 2013 ENU   12.0.30626
    Microsoft Office Developer Tools for Visual Studio 2013 ENU
    PowerShell Tools   1.3
    Provides file classification services using PowerShell
    PreEmptive Analytics Visualizer   1.2
    Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.
    Python Tools for Visual Studio   2.1.21008.00
    Python Tools for Visual Studio provides IntelliSense, projects, templates, Interactive windows, and other support for Python developers.
    Python Tools for Visual Studio - Django Integration   2.1.21008.00
    Provides templates and integration for the Django web framework.
    Python Tools for Visual Studio - Profiling Support   2.1.21008.00
    Profiling support for Python projects.
    SQL Server Data Tools   12.0.41012.0
    Microsoft SQL Server Data Tools
    Visual Studio Tools for Unity   1.9.8.0
    Visual Studio Tools for Unity
    Web Essentials 2013   2.5.3
    Adds many useful features to Visual Studio for web developers.
    Windows Phone 8.1 SDK Integration   1.0
    This package integrates the tools for the Windows Phone 8.1 SDK into the menus and controls of Visual Studio.
    Workflow Manager Tools 1.0   1.0
    This package contains the necessary Visual Studio integration components for Workflow Manager.

    Hi Sal_S,
    >>Recently however I am finding that it is hanging - stuck on "Updating the News Channel"  and "Connecting to " Visual studio Online. It remains unresponsive until these actions are completed.
    What does "Updating the news Channel" mean? You mean that open the VS IDE, and then some links or videos showed in the start page.
    Maybe you could change some settings in your VS IDE under TOOLS->Options.
    As you said that the VS hanging when it connected to VSO, one idea is that you could post an issue to the VSO forum:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=TFService
    In addition, for the performance issue, we would think about many elements.
    For example, the machine configurations, run the VS for a long time(we often restart the VS), the temp files(clean them), or the add-ins or extension tools (you could disable them), the third party processes in your task manager which make the CPU is high
    or others.
    Best Regards,
    Jack
    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.

Maybe you are looking for

  • How to add a column to a list created with the Dynamic List Wizard to display the values of the fiel

    Hi, ADDT, Vista, WAMP5.0 We have 2 tables: clients_cli (id_cli, name_cli, tel_cli, and several more fields) and cases_cas (id_cas, idcli_cas, court_cas, and a lot of other fields). Clients may have many cases, so table cases_cas have a foreign key na

  • Problems getting into rescue mode muvo2

    i've had a problem with the sound on this player it was a little quiet for my liking so i want to install the international firmware. Problem is i cant get into rescue mode, my player is fully charged and i was wondering if that is the reason i cant

  • Require information about archiving

    Hi All, We are executing the report FAGLL03 (G/L account line item Display G/L view) for a few GL accounts. We are able to get data from the report at the beginning months of the year but towards the end of the year due to high volume of data in FAGL

  • Business content installation problem

    Hello When I am trying to install SD cubes through with Business content with the setting of data flow before and after , I am getting the Transfer rules .....basically I am looking for data flow in BI7 , like Transformation and DTP ? , how I will be

  • Remove tag item from xml

    Hi there, Iu2019ve created a program  to generate a xml file, using SDIXML_DATA_TO_DOM function. However it seems that is not working correctly because it generates an extra tag, that is called ITEM, whenever there is a table. However, every program