Error from Xcode making no sense to me????

I wanna study the C++ in XCode. After installing, I just inputted a following sample code,
#include <iostream>
using namespace std;
int main()
int iterations = 0;
bool continue_loop = true;
while ( continue_loop != false )
iterations++;
cout << "the while loop has executed "
<< iterations << " times\n";
if ( iterations == 5 )
continue_loop = false;
return 0;
but the XCode said "it is fail", the reason is
"duplicate symbol _main in /Users/roger/Documents/Try/build/Try.build/Debug/Try.build/Objects-normal/x86_6 4/Try.o and /Users/roger/Documents/Try/build/Try.build/Debug/Try.build/Objects-normal/x86_6 4/main.o"
so please help me, is it my mistake to install the xcode or open a wrong file, or some reasons.
Thank you very much..........

Hi zzwd & welcome to discussions...
Xcode is normally discussed at one of the two developer forums this link:
http://discussions.apple.com/category.jspa?categoryID=164
Good luck and see you there.

Similar Messages

  • Help error 3259 not making any sense to me ..... advice needed

    Hi there, my IpodTouch has been freezing up and no opening apps and its really getting on my nerves , no idea why its doing it, anyways, I have been trying for two days to reset my IPOD to factory setting in thehop that it will help , so i tired to reset but everytime i try and reset it keeps trying to updadte my ipod to version 2.2.1 .. which i already have - so i click ok to update, as it wont let me reset with updating ?? but it gets half way through and it just times out with the error code 3259...... I have google the error code and done all the tings suggesed , update itunes, turn off firewall blh blah blah but still it wont update, but the problem all I want to do is reset to factory settings, so please could soomeone tell me what on earth is going on... I just dont understand it and is there a solution...
    Many thanks
    sambolina

    hi
    is this your problem
    http://support.apple.com/kb/TA24861
    if not wait to see if anyone else can help and if all advice is to no avail try and restore you ipod.
    BUT MAKE SURE YOU HAVE YOUR MUSIC, APPS, BACKED UP ON YOUR COMPUTER AS IT WILL DELETE YOUR STUFF IF YOUR NOT CAREFUL. http://support.apple.com/kb/HT1414
    click here to download your purchases http://support.apple.com/kb/HT1848 from itouch to computer.
    Alex

  • Project Upgraded from xcode 3.2 to xcode 4.5 give semantic errors

    I upgraded my project from xcode 3.2 to xcode 4.5
    My code is platform independent and it compiles sucessfully on Windows and Linux with out any errors
    But on Mac 10.7.4 and xcode 4.5 it gives semantic errors - "Explicit specialization has extraneous, inconsistent storage class static"
    I saw some post which sayes adding header search path as recurssive causes this problem. But all my header search paths are non recursive.
    Please let me know what could be causing the issue. I am new to Mac and i would appriciate any help
    Thanks in Advance

    What is the code in question? While the compilers in Linux and Windows will support templates, they will accept older syntax. The newer Clang compiler in Xcode strives to give better error messages and part of that is strict compilance with the C++ standard.

  • While making a backup copy in Itunes of my Iphone I receive the following error message: While making a backup copy of this Iphone (-35) an error has occurred.  Do you want to continue with altering this Iphone? When you continue al the material on this I

    While making a backup copy in Itunes of my Iphone I receive the following error message: While making a backup copy of this iPhone (-35) an error has occurred.  Do you want to continue with altering this Iphone? When you continue al the material on this Iphone will be lost.
    I reinstalled iTunes but that dit not help. After synching iTunes with my iPhone it also asks to authorize my pc and when i Click on ok, it says it is already authorized.
    Please can somebody help me, so I can make backup.
    Greetz,
    Derk

    It's likely that your backup is corrupt. Try deleting the backup, then right click on the name of the phone in iTunes and choose "back up". To delete go to iTunes Preferences, Devices tab. Highlight and delete the most recent backup. Note that sometimes deleting this way leaves some garbage around that can still interfere with a new backup, so you should verify that the backup folder is empty.
    from: http://support.apple.com/kb/HT4946
    The folder where your backup data are stored varies depending on the computer's operating system.   Make sure the backup folder is included in your periodic data-backup routine.
    iTunes places the backup files in the following places:
    Mac:  ~/Library/Application Support/MobileSync/Backup/
    Windows XP:  \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
    Note: To quickly access the Application Data folder, click Start, and choose Run. Type %appdata% and click OK.
    Windows Vista and Windows 7:  \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\
    Note: To quickly access the AppData folder, click Start. In the search bar, type %appdata% and press the Return key.

  • Error when recording f4v-files: Error from libmp4.so: No Space left in the stsd box.

    We are recording live streams on a Flash Media Interactive Server 3.5.3 r824. In general, everything works fine, so there are no appliaction-issues. But sometimes (it is not reproducable yet) a stream stops recording without any notice or event in the application. All we can find is such a message in our core.log:
    2010-03-05 03:30:00 4747 (e)2611178 Error from libmp4.so: No Space left in the stsd box. -
    2010-03-05 03:30:00 4747 (e)2611423 Failed to record [...]16891_14351_RGtBCODxPR4cM8QfML9CuxqhHqutMwWX.f4v (Unknown Error). -
    Can anyone give me a hint, where i could start searching for the cause of this error?
    These streams are in general sent by Adobe Media Live Encoder.
    Thanks in advance
    Suha

    You're running out of sample description spaces in your recording of an F4V - this is presumably because you're splicing together different H264 encodings or other types of media.  No matter, you can configure this value up from it's default of 10 - check out Server.xml in your configs and you'll find this section
    <Recording>
                        <!-- Maximum ELST entries in a recording.  ELST entries are used when there     -->
                        <!-- are gaps in a kind of content.  Gaps occur during an append to the file    -->
                        <!-- or when content like video ends while other content proceeds.  If more    -->
                        <!-- gaps or appends occur than configured here, recording would terminate    -->
                        <!-- Making this value too high takes up unnecessary space in each recorded file-->
                        <!-- Default value is 100                            -->
                        <MaxELSTEntries>100</MaxELSTEntries>
                        <!-- Each change in codec for a content type, like two different video codecs    -->
                        <!-- takes a sample description.  All space for sample descriptions is made on    -->
                        <!-- file creation.  If codec type changes more than descriptions available    -->
                        <!-- recording will terminate.  Adding too many descriptions takes unnecessary    -->
                        <!-- space for every file record.  Default is 10 for each type            -->
                        <MaxDataSampleDescriptions>10</MaxDataSampleDescriptions>
                        <MaxAudioSampleDescriptions>10</MaxAudioSampleDescriptions>
                        <MaxVideoSampleDescriptions>10</MaxVideoSampleDescriptions>
                    </Recording>
    You'll want to increase the appropriate SampleDescription Max.  Not sure which it is yet (audio/video/data) but in theory you can increase any or all as needed.  These boxes are set in size when you start your recording so all recordings will bloat very slightly to cover this case that most users don't run into, but feel free to set the SampleDescription limits higher and you should stop seeing this.

  • Hide an error from the application using a servererror trigger?

    We have an application designed for an old oracle version which issues some sql which is no more supported in todays database version.
    We want to use the application unchanged with a new database server.
    Old Server Version: 7.3.4 (still in production...)
    New Server Version: 10.2 or 11.2
    The application issues an
    ALTER SESSION SET OPTIMIZER_GOAL = FIRST_ROWS ;
    which results in ORA-01986 and the application dies.
    We would like to hide the error 01986 from the application using a trigger:
    create or replace
    trigger catch01986
      after servererror
      on schema
      begin
        if (ora_is_servererror (1986)) then
          null; -- what to do here? we want clear the ora-01986 from the error stack
        end if;
      end catch01986;How to handle the error, so that the alter session set ... statement is just ignored and no error code is returned to the application?
    I asked already some days ago in Database-General Forum, but triggers belong to PL/SQL, so i repost here.
    Tnx for help in advance!

    Hi,
    hoek wrote:
    A totally weird and untested (and unable to test today) thought:
    http://technology.amis.nl/blog/447/how-to-drive-your-colleagues-nuts-dbms_advanced_rewrite-oracle-10g
    Very interesting for real dirty solution.
    Does not work for my problem, DBMS_ADVANCED_REWRITE works only for select statements.
    BEGIN
       SYS.DBMS_ADVANCED_REWRITE.DECLARE_REWRITE_EQUIVALENCE (
       'alter_session_equivalence',
       'ALTER SESSION SET OPTIMIZER_GOAL = FIRST_ROWS',
       'ALTER SESSION SET OPTIMIZER_MODE = RULE',
       FALSE);
    END;
    ORA-30389: the source statement is not compatible with the destination statement
    ORA-00903: invalid table name
    ORA-06512: at "SYS.DBMS_ADVANCED_REWRITE", line 29
    ORA-06512: at "SYS.DBMS_ADVANCED_REWRITE", line 185
    ORA-06512: at line 2
    30389. 00000 -  "the source statement is not compatible with the destination statement"
    *Cause:    The SELECT clause of the source statement is not compatible with
               the SELECT clause of the destination statement
    *Action:   Verify both SELECT clauses are compatible with each other such as
               numbers of SELECT list items are the same and the datatype for
               each SELECT list item is compatible
    hoek wrote:You already had some trigger code, catching the error and sending it to null, why didn't that work?The trigger is fired when the error occurs, but after completion of the trigger, the error code is still delivered to the client.
    I dont know how to handle the error within the trigger.
    Does the client read the error stack and does it die after reading an error from the stack?The client just checks the error code. On error it terminates.
    With the SERVERERROR TRIGGER i did the following tests:
    Test 1: trigger does nothing
    CREATE OR REPLACE
    TRIGGER CATCH01986
      AFTER SERVERERROR
      ON SCHEMA
      BEGIN
        IF (ORA_IS_SERVERERROR (1986)) THEN
          NULL;
        END IF;
      END CATCH01986;
    ALTER SESSION SET OPTIMIZER_GOAL = FIRST_ROWS;
    ORA-01986: OPTIMIZER_GOAL is obsolete
    01986. 00000 -  "OPTIMIZER_GOAL is obsolete"
    *Cause:    An obsolete parameter, OPTIMIZER_GOAL, was referenced.
    *Action:   Use the OPTIMIZER_MODE parameter.
    -- Client Application reports errorcode 1986Test 2: Trigger raises NO_DATA_FOUND
    CREATE OR REPLACE
    TRIGGER CATCH01986
      AFTER SERVERERROR
      ON SCHEMA
      BEGIN
        IF (ORA_IS_SERVERERROR (1986)) THEN
          RAISE NO_DATA_FOUND;
        END IF;
      END CATCH01986;
    ALTER SESSION SET OPTIMIZER_GOAL = FIRST_ROWS;
    ORA-04088: error during execution of trigger 'AH.CATCH01986'
    ORA-01403: no data found
    ORA-06512: at line 9
    ORA-01986: OPTIMIZER_GOAL is obsolete
    04088. 00000 -  "error during execution of trigger '%s.%s'"
    *Cause:    A runtime error occurred during execution of a trigger.
    *Action:   Check the triggers which were involved in the operation.
    -- Client Application reports errorcode 4088Test 3: Trigger raising an APPLICATION ERROR
    CREATE OR REPLACE
    TRIGGER CATCH01986
      AFTER SERVERERROR
      ON SCHEMA
      BEGIN
        IF (ORA_IS_SERVERERROR (1986)) THEN
            DBMS_STANDARD.RAISE_APPLICATION_ERROR(-20999, 'this makes no sense', true);
        END IF;
      END CATCH01986;
    ALTER SESSION SET OPTIMIZER_GOAL = FIRST_ROWS;
    ORA-00604: error occurred at recursive SQL level 1
    ORA-20999: this makes no sense
    ORA-06512: at line 10
    ORA-01986: OPTIMIZER_GOAL is obsolete
    00604. 00000 -  "error occurred at recursive SQL level %s"
    *Cause:    An error occurred while processing a recursive SQL statement
               (a statement applying to internal dictionary tables).
    *Action:   If the situation described in the next error on the stack
               can be corrected, do so; otherwise contact Oracle Support.
    -- Client Application reports errorcode 604Test 4: Adding an EXCEPTION part to the trigger does not help, this will catch only exceptions raised while the trigger executes:
    CREATE OR REPLACE
    TRIGGER CATCH01986
      AFTER SERVERERROR
      ON SCHEMA
      BEGIN
        IF (ORA_IS_SERVERERROR (1986)) THEN
            DBMS_STANDARD.RAISE_APPLICATION_ERROR(-20999, 'this makes no sense', true);
        END IF;
      EXCEPTION
        WHEN OTHERS THEN
          NULL;
      END CATCH01986;
    ALTER SESSION SET OPTIMIZER_GOAL = FIRST_ROWS;
    ORA-01986: OPTIMIZER_GOAL is obsolete
    01986. 00000 -  "OPTIMIZER_GOAL is obsolete"
    *Cause:    An obsolete parameter, OPTIMIZER_GOAL, was referenced.
    *Action:   Use the OPTIMIZER_MODE parameter.
    -- Client Application reports errorcode 1986So i do not know what to do inside the trigger to clean the error stack so that the client will receive no errorcode.

  • How do I fix a SIGABRT error in Xcode 4 ?

    I keep getting this error in Xcode 4 when I run the app:

    You stop the error from happening by fixing the error in your code that is causing the sigabrt.
    Without a lot more information there is no other way to answer your question.

  • Error from log, after rebootDatabase Manager not working

    Ok, lets try this again :- )
    I got Ubuntu 8.04, 32bit installed on a DL360 G3, I figured that I can learn how Oracle works, I don't want the Express Version, I need to learn what we will be using at work and not a limited edition.
    After I re-boot the server I can't access what worked before, the Management URL:
    https://dragonfly.mydomain.com:1158/em
    so I type:
    **raymond@dragonfly:/u01/app/oracle/diag/tnslsnr/dragonfly/listener/alert$ lsnrctl**
    **LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 07-OCT-2008 18:03:15**
    **Copyright (c) 1991, 2007, Oracle. All rights reserved.**
    **Welcome to LSNRCTL, type "help" for information.**
    **LSNRCTL> status**
    **Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))**
    **STATUS of the LISTENER**
    **Alias LISTENER**
    **Version TNSLSNR for Linux: Version 11.1.0.6.0 - Production**
    **Start Date 06-OCT-2008 18:03:01**
    **Uptime 1 days 0 hr. 0 min. 24 sec**
    **Trace Level off**
    **Security ON: Local OS Authentication**
    **SNMP OFF**
    **Listener Parameter File /u01/app/oracle/product/11.1.0/db_1/network/admin/listener.ora**
    **Listener Log File /u01/app/oracle/diag/tnslsnr/dragonfly/listener/alert/log.xml**
    **Listening Endpoints Summary...**
    **(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))**
    **(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=dragonfly.mydomain.com)(PORT=1521)))**
    **Services Summary...**
    **Service "ORCLXDB.mydomain.com" has 1 instance(s).**
    **Instance "ORCL", status READY, has 1 handler(s) for this service...**
    **Service "orcl.mydomain.com" has 1 instance(s).**
    **Instance "ORCL", status READY, has 1 handler(s) for this service...**
    **Service "orcl_XPT.mydomain.com" has 1 instance(s).**
    **Instance "ORCL", status READY, has 1 handler(s) for this service...**
    **The command completed successfully**
    **LSNRCTL>**
    it lists port 1521 ? is that a different service, what is that ?
    I tried
    https://dragonfly.mydomain.com:1521/em ( I tried the direct ip address too )
    error from browser is:
    The connection to 192.168.1.105:1521 was interrupted while the page was loading.
    The connection to dragonfly.mydomain.com:1521 was interrupted while the page was loading.
    Interrupted, WTF ?
    so I do the next logical step and look inside the log file, results are a repeating problem, same repeating entry:
    *<msg time='2008-10-07T18:06:08.271-07:00' org_id='oracle' comp_id='tnslsnr'*
    type='UNKNOWN' level='16' host_id='dragonfly'
    host_addr='192.168.1.105'>
    *<txt>07-OCT-2008 18:06:08 * 12502*
    *</txt>*
    *</msg>*
    *<msg time='2008-10-07T18:06:08.272-07:00' org_id='oracle' comp_id='tnslsnr'*
    type='UNKNOWN' level='16' host_id='dragonfly'
    host_addr='192.168.1.105'>
    *<txt>TNS-12502: TNS:listener received no CONNECT_DATA from client*
    *</txt>*
    *</msg>*
    *<msg time='2008-10-07T18:06:08.273-07:00' org_id='oracle' comp_id='tnslsnr'*
    type='UNKNOWN' level='16' host_id='dragonfly'
    host_addr='192.168.1.105'>
    *<txt>07-OCT-2008 18:06:08 * 12502*
    *</txt>*
    *</msg>*
    *<msg time='2008-10-07T18:06:08.273-07:00' org_id='oracle' comp_id='tnslsnr'*
    type='UNKNOWN' level='16' host_id='dragonfly'
    host_addr='192.168.1.105'>
    *<txt>TNS-12502: TNS:listener received no CONNECT_DATA from client*
    *</txt>*
    *</msg>*
    *<msg time='2008-10-07T18:06:27.385-07:00' org_id='oracle' comp_id='tnslsnr'*
    type='UNKNOWN' level='16' host_id='dragonfly'
    host_addr='192.168.1.105'>
    *<txt>07-OCT-2008 18:06:27 * 12502*
    *</txt>*
    *</msg>*
    *<msg time='2008-10-07T18:06:27.385-07:00' org_id='oracle' comp_id='tnslsnr'*
    type='UNKNOWN' level='16' host_id='dragonfly'
    host_addr='192.168.1.105'>
    *<txt>TNS-12502: TNS:listener received no CONNECT_DATA from client*
    *</txt>*
    *</msg>*
    Some Help, what do these errors mean ? are they the root of my problem ?
    I need to get this problem, fixed!! it's starting to bug me.

    I stopped reading here: "I got Ubuntu 8.04"
    Oracle is supported on many different flavors and versions of Linux: This isn't one of them.
    If the point is to learn Oracle then learn Oracle in a fully supported configuration.
    Now, instead of learning Oracle, you are leaning what happens when people ignore Oracle's advice and go off making a mess of things on their own.
    If you use a supported configuration you can just follow the docs and it installs properly.
    If the goal is to become an Ubuntu expert keep following the path you are on. If the point is to learn Oracle I'd suggest a course correction.

  • Can you intercept an Oracle error from a "Process Row" process?

    Hi,
    Can you intercept an Oracle error from a "Process Row" process?
    Example:
    I have been just creating a validation process to check if I'm about to insert a duplicate record so I can give the user a "User friendly" error message.
    It would be awesome if in the error message you can select "PL/SQL function returning result" and have it pass it to the Notification area..
    I doubt there is a way but I thought I would ask..

    >
    I think everyone is waiting for a better exception-handling, but even 4.0 won't bring any improvements in this area.This is kind of what bugged me about 4.0. I feel that they put more effort into making it cool and flashy and ignored some pretty basic core issues like error handling. I mean sure the new jquery powered application builder is nice, but your users never see that - they do however see you not being able to hook into the error handling. There are several issues that have lingered for years that keep getting passed over for other things - i mean the Forms conversion release was such a waste in my opinion. They could have used that release to fix some bugs.
    Of course thats my 2 cents.

  • CVS protocol error with Xcode 3

    Dear all,
    I'm having a hard time getting Xcode talk to our CVS repository. While everything works fine at command line level, I get the following error from within Xcode 3:
    *cvs [server aborted]: protocol error: directory '/E/CVS/repository' not within root 'E:/CVS/repository'*
    CVSROOT is set to ":pserver:myname@myserver:/E//CVS/repository"
    Again, when exporting CVSROOT from command line and using +cvs co+ everything is fine and also Eclipse3 is happy with the setup.
    Anyone a clue?
    Cheers
    Mobi.

    Is there a UNC path you could use?
    What are you using for a CVS server? Are you just using CVS and pointing it at a shared path? You can run CVSNT on a Windows server and it will provide a decent CVSROOT. You can also try running CVSNT on the Mac (I do), but I don't know if it would help if you aren't running CVSNT on Windows. It might handle that path better, I don't know.
    Also, I don't remember if Xcode 3 uses its own internal CVS code or not. I know they have made changes in CVS, and not for the better. Look at your SCM settings and see if you can specify an external CVS client to use. Back in Xcode 2.5, they recommended using "/usr/bin/ocvs" if you had problems. The 'o' was for obsolete. It wasn't really obsolete though. Apple decided as of Xcode 2.5 to start using CVS wrappers again like it was 1997. I don't know what they are doing currently. I switched to CVS-NT and didn't look back. Now I only have random "file is in the way" errors in Xcode.

  • Error from debugger: Error launching remote program: security policy error

    Hi all,
    I bought yesterday the license for Iphone Developer, I'm programming
    an app and would like to start testing it on my iPhone (EDGE, OS 2.1).
    I'm using osx 10.5.5 on a MacBookPro, and latest SDK. Developing
    and testing on simulator is ok, I followed all the procedure for requesting
    certificates, downloading them, the provisioning file and dragged on
    Xcode, I can see the iPhone with my provision name enabled for developing
    in the Organizer view, and I followed instructions to configure Xcode to develop
    on my device changing relevant options in the targets as explained online.
    When I try to develop on device I get all the process, file is transferred
    on device, but when launching I receive the error
    Error from debugger: Error launching remote program: security policy error
    Also when I try to launch the app from the phone it says there was
    an error and it's not possible to lauch the app. Is that an error in my
    steps configuring Xcode or is it something else?
    Thanks,
    Giancarlo

    Never mind, I found it out, if you follow the exact guideline of apple, you will... get this error always
    What you need is to make sure you have filled out the proper fields such as your bundle ID, although apple says it's auto-filled, it's not, in my case. you will need to change it from 'com.yourcompany....' to the one you set up on iphone dev site, such as 'com.toughgamer.testApp' in my case.

  • Error from reports from ZAM(Graph or PDF) - File does not begin with '%PDF-'.

    I just noticed today that any Graph or PDF report I try to view I get the
    following error - Error from reports from ZAM - File does not begin with
    '%PDF-'. I tried to just save the file and then open it, but get the same
    error. I can open other pdf files I have downloaded from other sites ok.
    Anyone have any idea? I haven't done anything to that server that I am
    aware of in quite a while.
    Thanks
    Bill

    I took a closer look at the files it downloaded, opened them with notepad,
    haer is what it says:
    XSL Transform or subsequent processing failedThe document has no pages.
    "Bill" <[email protected]> wrote in message
    news:2bBtk.2164$[email protected]..
    >I just noticed today that any Graph or PDF report I try to view I get the
    >following error - Error from reports from ZAM - File does not begin with
    >'%PDF-'. I tried to just save the file and then open it, but get the same
    >error. I can open other pdf files I have downloaded from other sites ok.
    >Anyone have any idea? I haven't done anything to that server that I am
    >aware of in quite a while.
    >
    > Thanks
    >
    > Bill
    >

  • As soon as I login with iChat, I get an error from MobileMe!

    Hey, I've had this issue for a while, and my work around for it was just not using iChat. However, I want to use iChat now so I need a proper resolution. Now I have mobile me with my [email protected] address, and I have my iChat account with [email protected] (created before my MM subscription).
    When I log into iChat for the first time, within minutes I get an error from MobileMe saying "You've entered an incorrect password for MobileMe, please try again"... I didn't do anything though.
    If I go to MobileMe in System Preferences, it says: "Your password has changed. Enter your new password.
    If you have not changed (or reset) your password contact MobileMe support."
    If I enter my password in and get that fixed, the next time I start up iChat it says: "Your login ID or password is incorrect"... soo I'm confused.
    The password for my @me and @mac addresses are different, is it possible they are sharing the same keychain? I do have the check box ticked to remember the password.
    Any idea's?

    Hi,
    I would not repair at this time.
    In the list of password you should find the one for iChat Or possibly several for iChat if you have different Account/Screen Names list by their Account names.
    Double click on the one that is causing you issue.
    In the new window that pops up put a tick in the Password Box. You will probably have to confirm with your Admin Password to Allow Once.
    Does this show the right password ?
    If not change the Password.
    If it does then click the Access Tab and see if iChat is Allowed (Or Allow All is being used)
    Either change to Allow All or add iChat to the List.
    7:45 PM Saturday; April 3, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • How to get actual error from Crystal Report

    We are using Crystal report in web service.
    We faced some problem due to crystal report unexpected error.
    Refer the below error message.
    Xception E NSF NSFZ1100 20100608 145511565 GPRAB0 : GPRZ10 GUEC0001 [1] AbstractService Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.
    Xception E NSF NSFZ1100 20100608 145511972 GPRAB0 : GPRZ10 GUEC0001 [1] AbstractService at System.Windows.Forms.MessageBox.ShowCore(IWin32Window owner, String text, String caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, Boolean showHelp)
    at System.Windows.Forms.MessageBox.Show(String text, String caption, MessageBoxButtons buttons, MessageBoxIcon icon)
    at CrystalDecisions.Windows.Forms.CrystalReportViewer.HandleExceptionEvent(Object eventSource, Exception e, Boolean suppressMessage)
    at CrystalDecisions.Windows.Forms.CrystalReportViewer.HandleExceptionEvent(Object eventSource, Exception e)
    at CrystalDecisions.Windows.Forms.ReportDocumentBase.GetLastPageNumber()
    at CrystalDecisions.Windows.Forms.ReportDocumentBase.GetLastPage()
    at CrystalDecisions.Windows.Forms.DocumentControl.ShowLastPage()
    at CrystalDecisions.Windows.Forms.PageView.ShowLastPage()
    at Biz.Nissan.Cats.CORE.REPORT.LibCrystalReport.TotalPageCount(ReportDocument Rpt)
    at Biz.Nissan.Cats.CORE.REPORT.LibCrystalReport.Print(BaseReport RptDefinition)
    at Biz.Nissan.Cats.CORE.REPORT.MCTLIST260Print.Print(IFData ifData)
    at Biz.Nissan.W3.CATS.BC.Service.DistributeService.ExecuteMpp()
    How we get the actual error from crystal report?
    Thanks in Advance

    Same as
    crystal report unexpected error in Web service (IIS)
    Closing this thread.
    Ludek

  • The DNS server has encountered a critical error from the Active Directory. Check that the Active Directory is functioning properly. The extended error debug information (which may be empty) is "". The event data contains the error.

    got event ID 4015 and source DNS-Server-Service. please suggest how to fix this issue
    The DNS server has encountered a critical error from the Active Directory. Check that the Active Directory is functioning properly. The extended error debug information (which may be empty) is "". The event data contains the error.
    Raj

    Hi
     first run "ipconfig /flushdns" and then "ipconfig /registerdns" finally restart dns service and check the situation,also you can check dns logs computer management ->Event viewer->Custom Views->Server roles->DNS.

Maybe you are looking for

  • "May require ... Raw plug-in version 7.0"

    When I choose "Edit in" going to Photoshop CS5 I get a message saying "This version of Lightroom may require the Photoshop Camera Raw plug-in version 7.0 for full compatibility. Please update the Camera Raw plug-in using the updates tool available in

  • Navigational Attributes are not working in Excel

    Hi, In my report output I have few navigational attributes i define when I filter the values for example Location as define Navigational attribute  I am selecting Location = ABC in report after some time my excel is disconnecting? I am thinking what

  • Ideapad S12 Quickstart problem

    Hi there, for a few weeks now i'm always asked to language and country like a first time user. And it never automatically connects to my Wifi. How can I change this? thanks, Erik Solved! Go to Solution.

  • Damaged USB key

    Hi I have just damaged my USB key and cannot open the application Pro Logic. Any sugestions ty joe

  • Difference between TAXINN and TAXINJ

    Dear Friend, Any one tell me the what are the difference between TAXINN and TAXINJ. regards Joseph