SYSTEM_NO_ROLL dump when trying to precalculate data with RSRD_BROADCAST_PR

Dear all,
At my present customer we are facing a problem when doing a precalculate of data with RSRD_BROADCAST_PROCESSOR.
The dump message is:
Runtime Errors                                                       SYSTEM_NO_ROLL                    
Date and Time                                                       20.08.2008                    3:20:54
     Short text                                                                      
               Unable to fulfil request for 1082885568 bytes of memory space.                                                            
     What happened?                                                                      
               Each transaction requires some main memory space to process                                                            
               application data. If the operating system cannot provide any more                                                            
               space, the transaction is terminated.                                                            
     What can you do?          
               Try to find out (e.g. by targetted data selection) whether the
               transaction will run with less main memory.
               If there is a temporary bottleneck, execute the transaction again.
               If the error persists, ask your system administrator to check the
               following profile parameters:
               o  ztta/roll_area            (1.000.000 - 15.000.000)
                      Classic roll area per user and internal mode
                      usual amount of roll area per user and internal mode
               o  ztta/roll_extension       (10.000.000 - 500.000.000)
                      Amount of memory per user in extended memory (EM)
               o  abap/heap_area_total      (100.000.000 - 1.500.000.000)
                      Amount of memory (malloc) for all users of an application
                      server. If several background processes are running on
                      one server, temporary bottlenecks may occur.
                      Of course, the amount of memory (in bytes) must also be
                      available on the machine (main memory or file system swap).
                      Caution:
                      The operating system must be set up so that there is also
                      enough memory for each process. Usually, the maximum address
                      space is too small.
                      Ask your hardware manufacturer or your competence center
                      about this.
                      In this case, consult your hardware vendor
               abap/heap_area_dia:        (10.000.000 - 1.000.000.000)
                      Restriction of memory allocated to the heap with malloc
                      for each dialog process.
               Parameters for background processes:
               abap/heap_area_nondia:        (10.000.000 - 1.000.000.000)
                      Restriction of memory allocated to the heap with malloc
                      for each background process.
               Other memory-relevant parameters are:
               em/initial_size_MB:         (35-1200)
                      Extended memory area from which all users of an
                      application server can satisfy their memory requirement.
               Note which actions and input led to the error.
               For further help in handling the problem, contact your SAP administrator
               You can use the ABAP dump analysis transaction ST22 to view and manage
               termination messages, in particular for long term reference.
     Error analysis          
               More main memory area was requested.
               However, all the available space has been used up.
               Possible reasons:
               #NAAM?
               #NAAM?
               #NAAM?
               Last error logged in SAP kernel
               Component............ "EM"
               Place................ "SAP-Server sapbwp00_PB1_00 on host sapbwp00 (wp 40)"
               Version.............. 37
               Error code........... 7
               Error text........... "Warning: EM-Memory exhausted: Workprocess gets PRIV "
               Description.......... " "
               System call.......... " "
               Module............... "emxx.c"
               Line................. 1881
               The error reported by the operating system is:
               Error number..... " "
               Error text....... " "
     How to correct the error          
               Try to decide by analysis whether this request is
               reasonable or whether there is a program error. You should pay
               particular attention to the internal table entries listed below.
               If the error occures in a non-modified SAP program, you may be able to
               find an interim solution in an SAP Note.
               If you have access to SAP Notes, carry out a search with the following
               keywords:
               SYSTEM_NO_ROLL " "
               CL_ABAP_CONV_OUT_CE===========CP or "CL_ABAP_CONV_OUT_CE===========CM003"
               WRITE
               If you cannot solve the problem yourself and want to send an error
               notification to SAP, include the following information:
               1. The description of the current problem (short dump)
                  To save the description, choose "System->List->Save->Local File
               (Unconverted)".
               2. Corresponding system log
                  Display the system log by calling transaction SM21.
                  Restrict the time interval to 10 minutes before and five minutes
               after the short dump. Then choose "System->List->Save->Local File
               (Unconverted)".
               3. If the problem occurs in a problem of your own or a modified SAP
               program: The source code of the program
                  In the editor, choose "Utilities->More
               Utilities->Upload/Download->Download".
               4. Details about the conditions under which the error occurred or which
               actions and input led to the error.
     System environment          
               SAP-Release 700
               Application server... "sapbwp00"
               Network address...... "10.91.1.85"
               Operating system..... "HP-UX"
               Release.............. "B.11.23"
               Hardware type........ "ia64"
               Character length.... 16 Bits
               Pointer length....... 64 Bits
               Work process number.. 40
               Shortdump setting.... "full"
               Database server... "csu123"
               Database type..... "ORACLE"
               Database name..... "PB1"
               Database user ID.. "SAPPB1"
               Char.set.... "C"
               SAP kernel....... 700
               created (date)... "Jan 23 2008 23:12:46"
               create on........ "HP-UX B.11.23 U ia64"
               Database version. "OCI_102 (10.2.0.1.0) "
               Patch level. 144
               Patch text.. " "
               Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."
               SAP database version. 700
               Operating system..... "HP-UX B.11"
               Memory consumption
               Roll.... 8782704
               EM...... 5091782384
               Heap.... 2968385120
               Page.... 49152
               MM Used. 6350628336
               MM Free. 1717574096
     User and Transaction          
               Client.............. 400
               User................ "*********"
               Language key........ "N"
               Transaction......... " "
               Transactions ID..... "48AB1576041B51CCE10000000A5B0155"
               Program............. "CL_ABAP_CONV_OUT_CE===========CP"
               Screen.............. "SAPMSSY0 1000"
               Screen line......... 6
     Information on where terminated          
               Termination occurred in the ABAP program "CL_ABAP_CONV_OUT_CE===========CP" -
                in "WRITE".
               The main program was "RSRD_BROADCAST_PROCESSOR ".
               In the source code you have the termination point in line 5
               of the (Include) program "CL_ABAP_CONV_OUT_CE===========CM003".
               The program "CL_ABAP_CONV_OUT_CE===========CP" was started as a background job.
               Job Name....... "BIBCAST4AVN2YK4QXLZWI2MO0ZD5OD3P"
               Job Initiator.. "********"
               Job Number..... 02000600
     Source Code Extract               
     Line               SourceCde
     1               METHOD write.
     2               
     3                 IF view IS INITIAL.
     4               * Single field
     >>>>>                   SYSTEM-CALL CONVERT ID 24
     6                                                      " EXPORTING
     7                     DATA data
     8                     ENDIAN me->endian
     9                     IGNORE_CERR me->ignore_cerr
     10                     N n
     11                                                      " IMPORTING
     12                     LEN len
     13                                                       " CHANGING
     14                     CINFO me->cinfo
     15                     BUFFER me->buffer.
     16                 ELSE.
     17               * Structure
     18                   DATA:
     19                     viewstr TYPE xstring.
     20                   viewstr = view->get_view( ).
     21               
     22                   SYSTEM-CALL CONVERT ID 25
     23                                                      " EXPORTING
     24                     DATA data
     Contents of system fields                         
     Name                         Val.
     SY-SUBRC                         0
     SY-INDEX                         0
     SY-TABIX                         4
     SY-DBCNT                         2
     SY-FDPOS                         1
     SY-LSIND                         0
     SY-PAGNO                         0
     SY-LINNO                         1
     SY-COLNO                         1
     SY-PFKEY                         
     SY-UCOMM                         
     SY-TITLE                         Broadcasting Framework: doorgegeven instellingen uitvoeren
     SY-MSGTY                         S
     SY-MSGID                         RSRB1
     SY-MSGNO                         803
     SY-MSGV1                         
     SY-MSGV2                         
     SY-MSGV3                         
     SY-MSGV4                         
     SY-MODNO                         0
     SY-DATUM                         20080820
     SY-UZEIT                         24659
     SY-XPROG                         SAPCNVE
     SY-XFORM                         CONVERSION_EXIT
     Active Calls/Events                                                                                                                                  
     No.               Ty.                              Program                                                       Include                              Line
                    Name                                                                                                                   
     9               METHOD                              CL_ABAP_CONV_OUT_CE===========CP                                                       CL_ABAP_CONV_OUT_CE===========CM003                              5
                    CL_ABAP_CONV_OUT_CE=>WRITE                                                                                                                   
     8               METHOD                              CL_RSRD_UTILITIES=============CP                                                       CL_RSRD_UTILITIES=============CM006                              8
                    CL_RSRD_UTILITIES=>CONVERT_STRING_TO_XSTRING                                                                                                                   
     7               METHOD                              CL_RSRD_DISTRIBUTOR_MAIL======CP                                                       CL_RSRD_DISTRIBUTOR_MAIL======CM002                              30
                    CL_RSRD_DISTRIBUTOR_MAIL=>SET_BODY                                                                                                                   
     6               METHOD                              CL_RSRD_DISTRIBUTOR_MAIL======CP                                                       CL_RSRD_DISTRIBUTOR_MAIL======CM004                              43
                    CL_RSRD_DISTRIBUTOR_MAIL=>IF_RSRD_F_DISTRIBUTOR_RT~DISTRIBUTE                                                                                                                   
     5               METHOD                              CL_RSRD_SETTING===============CP                                                       CL_RSRD_SETTING===============CM005                              123
                    CL_RSRD_SETTING=>EXECUTE_NODES                                                                                                                   
     4               METHOD                              CL_RSRD_SETTING===============CP                                                       CL_RSRD_SETTING===============CM005                              144
                    CL_RSRD_SETTING=>EXECUTE_NODES                                                                                                                   
     3               METHOD                              CL_RSRD_SETTING===============CP                                                       CL_RSRD_SETTING===============CM005                              144
                    CL_RSRD_SETTING=>EXECUTE_NODES                                                                                                                   
     2               METHOD                              CL_RSRD_SETTING===============CP                                                       CL_RSRD_SETTING===============CM002                              108
                    CL_RSRD_SETTING=>EXECUTE                                                                                                                   
     1               EVENT                              RSRD_BROADCAST_PROCESSOR                                                       RSRD_BROADCAST_PROCESSOR                              180
                    START-OF-SELECTION                                                                                                                   
     Chosen variables                                                                                                                                  
     Name                                                                                                                                  
               Val.                                                                                                                        
     No.               9                    Ty.                         METHOD
     Name               CL_ABAP_CONV_OUT_CE=>WRITE                                             
     N                                                            
               -1                                                  
             FFFF                                                       
             FFFF                                                       
     DATA                                                            
               MIME-Version: 1.0##Content-Type: multipart/related;## boundary="=_48AB15C6041B51CCE10000000A5B                                                  
          0                                                       
          0                                                       
          4,44426E+93                                                       
             D9D5D65239FEA01E0DA3FE45E4D4905A0D5C490124F25C1454BDA02F5E4129D2DF4812153604125133510000000152                                                       
     VIEW                                                            
             F0000000                                                       
             F0000000     
     LEN          
               0
          0     
          0     
     %_SPACE          
          0     
          0     
          2     
          0     
     SYST-REPID          
               CL_ABAP_CONV_OUT_CE===========CP
          0     
          0     
          4,45445E+39     
             3CF1210F3FE6FF54F35DDDDDDDDDDD3000000000     
     %_DUMMY$$          
          0     
          0     
          2222     
          0     
     RSJOBINFO          
                                               00000000000000                                  ##
          0     
          0     
          2,22222E+81     
          0     
     ME->BUFFER          
     ME->ENDIAN          
          0     
          0     
          2     
          0     
     ME->IGNORE_CERR          
          0     
          0     
          2     
          0     
     ME->CINFO          
               ##41024110#Ā####################ā##¨M퇀##罿N##0000############## ### ###0000#0000#########怀### #
             0000000000000000000000000000000000000D00700000000000000000000000002000000000000000000000600020     
             0000000000010000000000000000000010000100F00000000000000000000000000000000000000000000000000000     
             00333333332000000000000000000001000A4C00740033330000000000000020000000333303333002000002000000     
             014102411030000001000001010100081008D000FE0000000D000C000D000D00020001000000000003000003010001                                                       
     SY-XFORM                                                            
               CONVERSION_EXIT                                                  
          0                                                       
          0                                                       
          4,44546E+29                                                       
             3FE65239FEF5894000000000000000                                                       
     VIEWSTR                                                            
     ME->POSITION                                                            
               0                                                  
          0                                                       
          0                                                       
     No.               8                    Ty.                         METHOD
     Name               CL_RSRD_UTILITIES=>CONVERT_STRING_TO_XSTRING                                             
     I_STRING          
               MIME-Version: 1.0##Content-Type: multipart/related;## boundary="=_48AB15C6041B51CCE10000000A5B
          0     
          0     
          4,44426E+93     
             D9D5D65239FEA01E0DA3FE45E4D4905A0D5C490124F25C1454BDA02F5E4129D2DF4812153604125133510000000152     
     R_XSTRING          
     SY-REPID          
               CL_RSRD_UTILITIES=============CP
          0     
          0     
          4,45555E+39     
             3CF2324F549C94953DDDDDDDDDDDDD3000000000     
     %_DUMMY$$          
          0     
          0     
          2222     
          0     
     SYST-REPID          
               CL_RSRD_UTILITIES=============CP
          0     
          0     
          4,45555E+39     
             3CF2324F549C94953DDDDDDDDDDDDD3000000000     
     LO_CONVERT_OUT          
          90000006     
             0000002F     
     %_SPACE          
          0                                                       
          0                                                       
          2                                                       
          0                                                       
     SYST                                                            
               #######################################H#########ÿ#############################T###ÿ###ฐXu#̀##                                                  
          0                                                       
          0,00E+00                                                       
             0000000000000000000000000000000000000004000000000F000000000000000000000000000105000F0001570000                                                       
             0000040800000000000002010100010000000008000000000F000000000000000000000000000604000F000085000C                                                       
     No.               7                    Ty.                         METHOD
     Name               CL_RSRD_DISTRIBUTOR_MAIL=>SET_BODY                                             
     SYST-REPID                                                            
               CL_RSRD_DISTRIBUTOR_MAIL======CP
          0     
          0     
          4,45555E+39     
             3CF2324F493429254F2FD19CDDDDDD3000000000     
     ME->O_R_PARAMETER          
          80000007     
             F0000020     
     ME->IF_RSRD_F_DESIGN_TIME~C_PARAMETER_TYPE_TEXT          
               DI_BODY
          0     
          0     
          4,45445E+29     
             49F2F4900000000000000000000000     
     L_BODY          
     %_DUMMY$$          
          0     
          0     
          2222     
          0     
     ME->IF_RSRD_F_DESIGN_TIME~C_PARAMETER_TYPE_PCD_FOLDER          
               DI_IMPORTANCE
          0     
          0     
          4,45445E+29     
             49F9D0F241E3500000000000000000     
     L_IMPORTANCE          
               MEDIUM
          0     
          0     
          444454     
             D5495D     
     SY-REPID          
               CL_RSRD_DISTRIBUTOR_MAIL======CP
          0     
          0     
          4,45555E+39     
             3CF2324F493429254F2FD19CDDDDDD3000000000     
     ME->O_SX_DOCUMENT+148(256)          
               multipart/related
          0     
          0     
          6,76768E+93     
             D5C490124F25C145400000000000000000000000000000000000000000000000000000000000000000000000000000     
     ME->O_SX_DOCUMENT+440(8)          
               Table IT_77861199[0x296]
DATA=O_SX_DOCUMENT-T_MIMES     
             Table reference: 2400542&n

Hi,
Take help of your basis team to extend the Memory allocation for this Job
or you need to Restrict the Information that you are Broadcasting
I mean some more restrictions in the report to reduce the Data Size for brodcasting
Assigning the Points is the way to say thanks in SDN if helpful
Regards
Hari

Similar Messages

  • Sql@loader-704  and ORA-12154: error messages when trying to load data with SQL Loader

    I have a data base with two tables that is used by Apex 4.2. One table has 800,000 records . The other has 7 million records
    The client recently upgraded from Apex 3.2 to Apex 4.2 . We exported/imported the data to the new location with no problems
    The source of the data is an old mainframe system; I needed to make changes to the source data and then load the tables.
    The first time I loaded the data i did it from a command line with SQL loader
    Now when I try to load the data I get this message:
    sql@loader-704 Internal error: ulconnect OCISERVERATTACH
    ORA-12154: tns:could not resolve the connect identifier specified
    I've searched for postings on these error message and they all seem to say that SQL Ldr can't find my TNSNAMES file.
    I am able to  connect and load data with SQL Developer; so SQL developer is able to find the TNSNAMES file
    However SQL Developer will not let me load a file this big
    I have also tried to load the file within Apex  (SQL Workshop/ Utilities) but again, the file is too big.
    So it seems like SQL Loader is the only option
    I did find one post online that said to set an environment variable with the path to the TNSNAMES file, but that didn't work..
    Not sure what else to try or where to look
    thanks

    Hi,
    You must have more than one tnsnames file or multiple installations of oracle. What i suggest you do (as I'm sure will be mentioned in ed's link that you were already pointed at) is the following (* i assume you are on windows?)
    open a command prompt
    set TNS_ADMIN=PATH_TO_DIRECTOT_THAT_CONTAINS_CORRECT_TNSNAMES_FILE (i.e. something like set TNS_ADMIN=c:\oracle\network\admin)
    This will tell oracle use the config files you find here and no others
    then try sqlldr user/pass@db (in the same dos window)
    see if that connects and let us know.
    Cheers,
    Harry
    http://dbaharrison.blogspot.com

  • Short dump when trying to Select date in Field

    Hi,
    I created generic data source based on Function Module. I went to RSA3 to test the extraction and I got this error message when I tried to enter a date as input selection in date field or any other selection field
    If I test the extraction without any input I get correct results.
    Whats the reason for this error?
    *Error analysis
       The current ABAP/4 program attempted to execute an ABAP/4 Open SQL
       statement in which the WHERE condition contains an IN itab operator.
       The IN itab operator is used with internal tables which
       have the following structure:
          SIGN(1)   OPTION(2)   LOW LIKE db_field   HIGH LIKE db_field
       The OPTION column should contain only one of the following values:
          "EQ LE GE CP BT NE LT GT NP NB"
    Function module code
    of the type SIGN = 'I' and OPTION = 'EQ' or OPTION = 'BT'.
          LOOP AT S_S_IF-T_SELECT INTO L_S_SELECT WHERE FIELDNM = 'COMPID'.
            MOVE-CORRESPONDING L_S_SELECT TO rd.
            APPEND rd.
          ENDLOOP.
          LOOP AT S_S_IF-T_SELECT INTO L_S_SELECT WHERE FIELDNM = 'SUBSCRIBERS'.
            MOVE-CORRESPONDING L_S_SELECT TO rs.
            APPEND rd.
          ENDLOOP.
          LOOP AT S_S_IF-T_SELECT INTO L_S_SELECT WHERE FIELDNM = 'TURNOVER'.
            MOVE-CORRESPONDING L_S_SELECT TO rt.
            APPEND rd.
          ENDLOOP.
          LOOP AT S_S_IF-T_SELECT INTO L_S_SELECT WHERE FIELDNM = 'ENTRYDATE'.
            MOVE-CORRESPONDING L_S_SELECT TO re.
            APPEND rd.
          ENDLOOP.
    Determine number of database records to be read per FETCH statement
    from input parameter I_MAXSIZE. If there is a one to one relation
    between DataSource table lines and database entries, this is trivial.
    In other cases, it may be impossible and some estimated value has to
    be determined.
          OPEN CURSOR WITH HOLD S_CURSOR FOR
          SELECT (S_S_IF-T_FIELDS) FROM ZMOBILEDATA
                                   WHERE COMPID  IN rd AND
                                         SUBSCRIBERS  IN rs AND
                                         TURNOVER IN rt AND
                                         ENTRYDATE IN re.
        ENDIF.                             "First data package ?
    Fetch records into interface table.
      named E_T_'Name of extract structure'.
        FETCH NEXT CURSOR S_CURSOR
                   APPENDING CORRESPONDING FIELDS
                   OF TABLE E_T_DATA
                   PACKAGE SIZE S_S_IF-MAXSIZE.
        IF SY-SUBRC <> 0.
          CLOSE CURSOR S_CURSOR.
          RAISE NO_MORE_DATA.
        ENDIF.
    Thanks

    Hi,
    thanks for your input
    Rd, rt,re and rs are ranges.
    Select ranges
      RANGES: rd FOR ZMOBILEDATA-COMPID,
              rs FOR ZMOBILEDATA-SUBSCRIBERS,
              rt FOR ZMOBILEDATA-TURNOVER,
              re FOR ZMOBILEDATA-ENTRYDATE.
    thanks'

  • Error when trying to load data from ODS to CUBE

    hi,
      Iam getting a short dump  when trying to load data from ODS to CUBE. The Run time error is 'TYPELOAD_NEW_VERSION' and the short text is 'A newer version of data type "/BIC/AZODS_CA00" was found than one required.please help me out.

    Hi,
    Check this thread.........Ajeet Singh  has given a good solution here.........
    Re: Error With Data Load-Getting Canceled Right Away
    Also check SAP note: 382480..................for ur reference............
    Symptom
    A DART extraction job terminates with runtime error TYPELOAD_NEW_VERSION and error message:
    Data type "TXW_INDEX" was found in a newer version than required.
    The termination occurs in the ABAP/4 program "SAPLTXW2 " in "TXW_SEGMENT_RECORD_EXPORT".
    Additional key words
    RTXWCF01, LTXW2U01, TXW_INDEX
    Cause and prerequisites
    This problem seems to happen when several DART extraction jobs are running in parallel, and both jobs access table TXW_INDEX.
    Solution
    If possible, avoid running DART extractions in parallel.
    If you do plan to run such jobs in parallel, please consider the following points:
    In the DART Extract configuration, increase the value of the parameter "Maximum memory allocation for index (MB)" if possible. You can estimate reasonable values with the "File size worksheet" utility.
    Run parallel DART jobs on different application servers.
    As an alternative, please apply note 400195.
    It may help u.........
    Regards,
    Debjani.......

  • Dump when trying to create FI-SL planning layout

    I get a dump when trying to create an FI-SL plannign layout. See details below.
    Runtime Errors         MESSAGE_TYPE_X
    Date and Time          27.07.2010 13:02:45
    Short text
         The current application triggered a termination with a short dump.
    What happened?
         The current application program detected a situation which really
         should not occur. Therefore, a termination with a short dump was
         triggered on purpose by the key word MESSAGE (type X).
    Error analysis
         Short text of error message:
         Combination ledger-version not allowed
         Long text of error message:
         Technical information about the message:
         Message class....... "GLPL"
         Number.............. 710
         Variable 1.......... " "
         Variable 2.......... " "
         Variable 3.......... " "
         Variable 4.......... " "
    Trigger Location of Runtime Error
         Program                                 SAPLKPP_FISL
         Include                                 LKPP_FISLU08
         Row                                     69
    Module type                             (FUNCTION)
    Module Name                             G_PP_DIMENSIONS_FILL
    ce Code Extract
      SourceCde
    9 ************************************************************************
    0 * T8PL01 : fill dimensions
    1 ************************************************************************
    2 *
    3   REFRESH: itkpp0d.
    4   CLEAR  : itkpp0d.
    5 *
    6   SELECT * FROM t8pl01
    7            WHERE
    8            appl     = appl     AND
    9            subclass = subclass AND
    0            tabname  = tabname.
    1     MOVE-CORRESPONDING t8pl01 TO itkpp0d.
    2     MOVE t8pl01-hierlevel TO itkpp0d-level.
    3     IF NOT t8pl01-fieldname = 'RACCT'.
    4       t8pl01-dinit = 'X'.
    5     ENDIF.
    6     APPEND itkpp0d.
    7   ENDSELECT.
    8   EXPORT itkpp0d TO MEMORY ID 'ITKPP0D'.
    9 *
    0 * Check if WER
    T-dimension is available in the present set of
    1 * dimenions.
    2 *
    3   READ TABLE itkpp0d WITH KEY dim_werte.           "Kein Binary Search
    And so on and so fourth. Please what could the problem be?

    Hi,
    You type wrong tcode name. The correct name is: GLPLINSTALL
    Detail in Sapnote 757269.
    Regards,
    Thanh.
    Edited by: Thanh Tu Van on Nov 8, 2010 5:27 AM

  • Bw problem/error when trying to load data

    hi experts i suddenly have this issue when trying to load data anywhere in my bw system (psa,ods,infocubes) i get the following abap runtime error:
    SNAP_NO_NEW_ENTRY
    runntime error,short dump could not be written
    and bellow that it generally says that SNAP is full and i need to create more free space
    any suggestions what i should do?
    ps.i ve tried the re-organize option and no luck, i need to take more drastic measures
    thanks

    check the below thread...
    [SNAP_NO_NEW_ENTRY;

  • Adobe reader shuts when trying to enter data

    Any ideas why Adobe Reader shuts down when trying to enter data into a fillable form?

    I have disabled the protection.  It will still close when I attempt to add data, but now comes up with an error message saying that a problem caused the program to stop working correctly, and that Windows will close the program and notify me if a solution is available.  I have not received anything from Windows regarding a solution.

  • I am continually getting this error message when trying to up-date software for: iTunes and iPhoto:The operation couldn't be completed. (NSURLErrorDomain error -1012.)

    I am continually an error message when trying to up-date iPhoto and iTunes. Does anyone have any suggestions, please?

    Hello Linc. These are the logs to the last attempts at up-dating iTunes.
    Sep  8 18:10:59 iMac.local Software Update[1722]: SoftwareUpdate: Scan for client pid 1722 (/Applications/App Store.app/Contents/MacOS/App Store)
    Sep  8 18:11:02 iMac.local Software Update[1722]: Failed Software Update - Refusing invalid certificate from host: swscan.apple.com
    Sep  8 18:11:04 --- last message repeated 1 time ---
    Sep  8 18:11:04 iMac.local Software Update[1722]: SoftwareUpdate: Error encountered in scan: Error Domain=NSURLErrorDomain Code=-1012 "The operation couldn’t be completed. (NSURLErrorDomain error -1012.)" UserInfo=0x7fd9a8cfae70 {NSErrorFailingURLKey=https://swscan.apple.com/content/catalogs/others/index-mountainlion-lion-snowleo pard-leopard.merged-1.sucatalog, NSErrorFailingURLStringKey=https://swscan.apple.com/content/catalogs/others/index-mountainlion-lion-snowleo pard-leopard.merged-1.sucatalog}
    Sep  8 18:11:04 iMac.local Software Update[1722]: SUAppStoreUpdateController: scan (f=0, c=1, p=1, r=1) got error The operation couldn’t be completed. (NSURLErrorDomain error -1012.)
    Sep  8 18:11:17 iMac.local Software Update[1722]: SUAppStoreUpdateController: proceed with scan based on intervening install (including Unity Web Player at 2013-07-23 17:32:38 +0000) (last scan: 2013-03-11 16:00:20 +0000)
    Sep  8 18:11:17 iMac.local Software Update[1722]: SoftwareUpdate: Scan for client pid 1722 (/Applications/App Store.app/Contents/MacOS/App Store)
    Sep  8 18:11:19 iMac.local Software Update[1722]: Failed Software Update - Refusing invalid certificate from host: swscan.apple.com
    Sep  8 18:11:22 --- last message repeated 1 time ---
    Sep  8 18:11:22 iMac.local Software Update[1722]: SoftwareUpdate: Error encountered in scan: Error Domain=NSURLErrorDomain Code=-1012 "The operation couldn’t be completed. (NSURLErrorDomain error -1012.)" UserInfo=0x7fd9a98c2090 {NSErrorFailingURLKey=https://swscan.apple.com/content/catalogs/others/index-mountainlion-lion-snowleo pard-leopard.merged-1.sucatalog, NSErrorFailingURLStringKey=https://swscan.apple.com/content/catalogs/others/index-mountainlion-lion-snowleo pard-leopard.merged-1.sucatalog}
    Sep  8 18:11:22 iMac.local Software Update[1722]: SUAppStoreUpdateController: scan (f=0, c=1, p=1, r=1) got error The operation couldn’t be completed. (NSURLErrorDomain error -1012.)
    Sep  8 18:11:39 iMac.local installd[1728]: installd: Exiting.
    Sep  8 18:14:15 iMac.local Software Update[1751]: SUAppStoreUpdateController: found in cache: <none>
    Sep  8 18:14:16 iMac.local installd[1757]: installd: Starting
    Sep  8 18:14:16 iMac.local installd[1757]: installd: uid=0, euid=0
    Sep  8 18:14:16 iMac.local Software Update[1751]: SUAppStoreUpdateController: proceed with scan based on intervening install (including Unity Web Player at 2013-07-23 17:32:38 +0000) (last scan: 2013-03-11 16:00:20 +0000)
    Sep  8 18:14:16 iMac.local Software Update[1751]: SoftwareUpdate: Scan for client pid 1751 (/Applications/App Store.app/Contents/MacOS/App Store)
    Sep  8 18:14:19 iMac.local Software Update[1751]: Failed Software Update - Refusing invalid certificate from host: swscan.apple.com
    Sep  8 18:14:21 --- last message repeated 1 time ---
    Sep  8 18:14:21 iMac.local Software Update[1751]: SoftwareUpdate: Error encountered in scan: Error Domain=NSURLErrorDomain Code=-1012 "The operation couldn’t be completed. (NSURLErrorDomain error -1012.)" UserInfo=0x7f9391840bf0 {NSErrorFailingURLKey=https://swscan.apple.com/content/catalogs/others/index-mountainlion-lion-snowleo pard-leopard.merged-1.sucatalog, NSErrorFailingURLStringKey=https://swscan.apple.com/content/catalogs/others/index-mountainlion-lion-snowleo pard-leopard.merged-1.sucatalog}
    Sep  8 18:14:22 iMac.local Software Update[1751]: SUAppStoreUpdateController: scan (f=0, c=1, p=1, r=1) got error The operation couldn’t be completed. (NSURLErrorDomain error -1012.)
    Sep  8 18:14:22 iMac.local Software Update[1751]: SUAppStoreUpdateController: proceed with scan based on intervening install (including Unity Web Player at 2013-07-23 17:32:38 +0000) (last scan: 2013-03-11 16:00:20 +0000)
    Sep  8 18:14:22 iMac.local Software Update[1751]: SoftwareUpdate: Scan for client pid 1751 (/Applications/App Store.app/Contents/MacOS/App Store)
    Sep  8 18:14:25 iMac.local Software Update[1751]: Failed Software Update - Refusing invalid certificate from host: swscan.apple.com
    Sep  8 18:14:27 --- last message repeated 1 time ---
    Sep  8 18:14:27 iMac.local Software Update[1751]: SoftwareUpdate: Error encountered in scan: Error Domain=NSURLErrorDomain Code=-1012 "The operation couldn’t be completed. (NSURLErrorDomain error -1012.)" UserInfo=0x7f93904b5c00 {NSErrorFailingURLKey=https://swscan.apple.com/content/catalogs/others/index-mountainlion-lion-snowleo pard-leopard.merged-1.sucatalog, NSErrorFailingURLStringKey=https://swscan.apple.com/content/catalogs/others/index-mountainlion-lion-snowleo pard-leopard.merged-1.sucatalog}
    Sep  8 18:14:27 iMac.local Software Update[1751]: SUAppStoreUpdateController: scan (f=0, c=1, p=1, r=1) got error The operation couldn’t be completed. (NSURLErrorDomain error -1012.)
    Sep  8 18:14:36 iMac.local Software Update[1751]: SUAppStoreUpdateController: proceed with scan based on intervening install (including Unity Web Player at 2013-07-23 17:32:38 +0000) (last scan: 2013-03-11 16:00:20 +0000)
    Sep  8 18:14:36 iMac.local Software Update[1751]: SoftwareUpdate: Scan for client pid 1751 (/Applications/App Store.app/Contents/MacOS/App Store)
    Sep  8 18:14:38 iMac.local Software Update[1751]: Failed Software Update - Refusing invalid certificate from host: swscan.apple.com
    Sep  8 18:14:41 --- last message repeated 1 time ---
    Sep  8 18:14:41 iMac.local Software Update[1751]: SoftwareUpdate: Error encountered in scan: Error Domain=NSURLErrorDomain Code=-1012 "The operation couldn’t be completed. (NSURLErrorDomain error -1012.)" UserInfo=0x7f93904b7340 {NSErrorFailingURLKey=https://swscan.apple.com/content/catalogs/others/index-mountainlion-lion-snowleo pard-leopard.merged-1.sucatalog, NSErrorFailingURLStringKey=https://swscan.apple.com/content/catalogs/others/index-mountainlion-lion-snowleo pard-leopard.merged-1.sucatalog}
    Sep  8 18:14:41 iMac.local Software Update[1751]: SUAppStoreUpdateController: scan (f=0, c=1, p=1, r=1) got error The operation couldn’t be completed. (NSURLErrorDomain error -1012.)
    Many thanks.
    Cropper100.

  • When trying to sign in with 2 different apple id's I get a message saying "unknown error". I succeed to sign in directly from my iphone though. What has changed?

    When trying to sign in with 2 different apple id's that i use for year now, I get a message saying "unknown error". I succeed in signing in directly from my iphone though. What has changed?

    You will need to contact iTunes support. 

  • I'm getting error 205 when trying to install ID with Creative Cloud on Windows 7. Help please.

    I'm getting error 205 when trying to install ID with Creative Cloud on Windows 7. Help please.

    Creative Cloud Help / Error downloading Creative Cloud applications
    http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html

  • HT1553 I did the back up as instructed... Installed a larger hard drive and followed the restore instructions... Now I get a white screen with a folder icon and blinking question mark. When trying to set startup with new drive I get a bless tool error...

    I did the back up as instructed... Installed a larger hard drive and followed the restore instructions... Now I get a white screen with a folder icon and blinking question mark. When trying to set startup with new drive I get a bless tool error... Help!!

    If you have installed a new hard drive , you will need to have formatted it in Disk Utility correctly. This may explain your problem.
    Boot  into your 10.6 Install disk again at the top menubar > Utilities > select Disk utility and in there select your new hard drive, and select the tab Erase and choose to make the format as  Mac OS Extended Journaled. When that is finished look in the main window to make sure that the partition map scheme says GUID Partition Table.
    Now go to the Restore tab and reinstall from your backup.

  • When trying to import photos with iPhoto from photoshop.. won't let me keeps saying that the photos are already in the iPhoto library but they are not... need to fix this

    When trying to import photos with iPhoto from photoshop... won't let me keeps saying that the photos are already in the iPhoto library but they are not

    If you are using Photoshop from within iPhoto the following may help with the workflow.  However, we do need to know the answers to the questions posed by Terence and Larry to be able to help you.
    Using Photoshop or Photoshop Elements as Your Editor of Choice in iPhoto.
    1 - select Photoshop or Photoshop Elememts as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    2 - double click on the thumbnail in iPhoto to open it in Photoshop.  When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done.
    3 - however, if you get the navigation window
    that indicates that  PS wants to save it as a PS formatted file.  You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    With Photoshop Elements  the Saving File preferences should be configured as shown:
    I also suggest the Maximize PSD File Compatabilty be set to Always.  In PSE’s General preference pane set the Color Picker to Apple as shown:
    Screenshots are from PSE 10
    Note 1:  to switch between iPhoto and PS or PSE as the editor of choice Control (right)-click on the thumbnail and select either Edit in iPhoto or Edit in External Editor from the contextual menu. If you use iPhoto to edit more than PSE re-select iPhoto in the iPhoto General preference pane. Then iPhoto will be the default editor and you can use the contextual menu to select PSE for your editor when desired.
    Note 2:  editing a RAW file with either PSE or PS creates a new file which must be saved outside of iPhoto, i.e. the Desktop, and imported as a new photo into the iPhoto Library.

  • When trying to log in with my primary Apple ID and password, I am continuously asked for my pass word without being able to log in. How can I solve this issue, without creating a new Apple ID?

    When trying to log in with my primary Apple ID and password, I am continuously asked for my pass word without being able to log in. How can I solve this issue, without creating a new Apple ID?

    Chewning wrote:
    I saved some of my music to a Cloud I can't access. Now, they show up as "Purchased" in iTunes, and I'm not given the option of re-downloading OR repurchasing them.
    Music purchased from the iTunes store is not stored in your personal iCloud account, and an iCloud account is not required to redownload them.  You should be able to redownload them as explained here: http://support.apple.com/kb/ht2519.  If you are unable to, contact iTunes store support for assistance by going to https://expresslane.apple.com ; click ‘iTunes', and then 'iTunes Store', then 'Purchases, Billing & Redemption'.

  • ORA-01552 Error when trying to import data

    I get the following error when trying to import data into my database. My version is as follows:
    Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    PL/SQL Release 9.2.0.6.0 - Production
    CORE 9.2.0.6.0 Production
    TNS for Solaris: Version 9.2.0.6.0 - Production
    NLSRTL Version 9.2.0.6.0 - Production
    and I get the following error:
    ORA-01552: cannot use system rollback segment for non-system tablespace
    Any help would be appreciated.
    Also when I upgraded my database I received the following error message but continued without fixing:
    Warnings Ignored: Your database is using US7ASCII as the NCHAR type. In Oracle9i, the NCHAR datatypes (NCHAR, NVARCHAR2, and NCLOB) are limited to the Unicode character set encoding (UTF8 AND AL16UTF16) only. Refer to the Oracle 9i Database Upgrade Guide to change NCHAR columns in user tables to one of the supported types.
    Can I fix this via an sql statement or what?

    Hi, i think that the problem is around the rollback segments.The solution is bring other rollback segments ONLINE state, if not exist others rollbackup,then you need create the other rollback segments and bring online state.
    If you need more information, you will must see the next DOC-ID on Metalink site,
    Note:121971.1
    Luck.
    Have a good day.
    Regards.

  • When trying to up date firefox it tells me just to save the file not to run t, what do I need to do?

    when trying to up date firefox it tells me just to save the file not to run t, what do I need to do?
    == This happened ==
    Every time Firefox opened

    Download the latest version from here: [http://www.mozilla.com/en-US/]
    Then run the installer and it'll update you to the latest version.

Maybe you are looking for

  • How to Add Input Field in IC Webclient

    Dear Experts,        I want to add one Input field in Interaction Center Webclient(IC Webclient).Is it Possible?If Possible Kindly Send me the Step by step Procedure. It is Urgent Requirement.Please Help me. Helpful Answers Will be rewarded. Regards,

  • Setting Column Names in Dynamic Pivot Query

    Hi all, I'm having trouble setting column names in a dynamic pivot query and was wondering if someone could please help me figure out what I need to do. To help you help me, I've setup an example scenario in my hosted account. Here's the login info f

  • Oracle XML Editor

    Hi All, I am new to XML Publisher reports. Is there any editor which can write XML code for XML Publisher reports designed for Oracle Application? Appreciate any help or pointer to the help. Thanks, - CAH

  • IBook won't wake up from sleep

    Hi all, When I shut the lid my computer goes to sleep, but then I can't wake it up. This used to only happen only erratically, but now it happens almost always. Anyone else have this problem? Thanks Evan G4   Mac OS X (10.3.9)  

  • (TRASH) dbus problem....cant login to gui-(TRASH)

    ok...so I get this error on startup failed to start message bus Error in file /etc/dbus-1/system.d/gdm.conf line 1 column 16 not well formed I have xfce4, dbus, hal, gamin, gdm, and all the xf86-input-synaptic and such all freshly installed on this l