Issue in the network table

hi all 
After deleting the network from the wbse  i can't able to open that wbse i am getting the following abap runtime  error 
long text of error message:                                          
Diagnosis                                                           
    A necessary database entry for one or more than one networks is 
    missing in the project. 
Message class....... "CNPB"
Number.............. 012  
Variable 1.......... " "  
Variable 2.......... " "  
Variable 3.......... " "  
Variable 4.......... " "  
Program                                 SAPLCNPB_H       
Include                                 LCNPB_HF0Z       
Row                                     147              
Module type                             (FORM)           
Module Name                             NETWORK_DO_SELECT
in this when i am going for create new network in the same name i can't able to ,and when i am going in the change mode also i can't able to find that network
but same  network is exits in the table aufk.
Please help to solve the above issue
Regards
Sen

please refer sap note 457818.
hope it helps.

Similar Messages

  • We have recently started using ID CC 2014 and recently have been haveing Crashing issues stating the network connection was lost.  Anyone else having this issue?

    We have recently started using ID CC 2014 and recently have been having Crashing issues stating the network connection was lost.  Anyone else having this issue?

    I will try that.
    This is a copy of the error we are getting

  • Complaint: Issue with the Network

    Facing issue with the Network for most of the time and sometimes even Data for both 3G and 2G.
    My service provider was BSNL, Hyderabad, AP, India-50016
    I have check even with my service provider from there they don't have any issue..
    But the same works with my old BB8520 and others.
    Please can you help me?
    BBZ3-STJ100-1 OS V10.2.1.3247

    Is it h+ or H+?
    I've had similar issues when my sim card was bad. I had cut it down to micro sim size and it worked fine for a month. Then it stopped working in the Z10 but worked in my 9810. Try having your carrier replace your sim card.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Recent issue:  Overnight the network disappears

    I've been using my Airport Extreme base station with no problems for about 10 months. I have an iMac G5 (first generation) connected by wire, and a 15" Macbook Pro that connects wirelessly. My internet connection is DSL.
    Several days ago (and directly after installing a security patch to OSX), I had an issue in the morning where my laptop could see the wireless network but got "an issue" when trying to connect. My desktop couldn't see the internet, and didn't recognize the base station when I went into Airport Admin Utility. The center light on my base station was lit white and gave no indication of an issue. I tried to manually restart the base station and had no luck. Finally I tried shutting down the computer and unplugging everything. I plugged back in and everything worked fine.
    This has happened every morning since it first occurred.
    Any help would be greatly appreciated.
    Thanks!
    Wic
    iMac G5 (1st gen), and 15" Macbook Pro   Mac OS X (10.4.10)  

    I'm having the exact same issue you describe. Everything was fine for months, upgraded to 10.4.10 now the laptop drops off at night even though the connection signal is fine. A reboot of the airport extreme fixes the issue.
    Sounds like this is becoming a wider known issue as I'm seeing it pop up in more and more posts.
    Paul.

  • Issue with the shawdow table

    I am in the process of understanding the shawdow table and the error log table.
    i have a table created with a shadow table in place.
    1. ex : table emp( empno, ename), emp_err( ...., empno,ename)
    it contains the values (1,'A').
    Now i place the empno with a data rule, unique not null ... and configure the operator
    as MOVE TO ERROR.
    when i try to insert a row with 1,A, its not only moving the new row to be inserted but also the existing row in the table emp ie two rows are getting populated in the error table emp_err
    2. I have a scenario where i want to update a row in the fact, from an incoming row.
    If there is no match of the incoming row to that of the fact, how do i put that into the
    error_table ?
    Any ideas or tricks appreciated.
    Thanks
    Narayana.

    Hi,
      Remove the the internal tables memory by using FREE statement after processing the internal table.
       Also u can ask your Basis person to increase the page area.
    Reward if helpful.
    Regards,
    Umasankar.

  • Urgent-Issue in the Dimension tables

    Hi Experts,
    Question1:
    I have a flat file load to a cube.this flat file has 1.5 mil records.One of the dimension created has a 2 dates(original date & current date) assigned.
    When i look at dimension table for # entries is 30million.And when i look at the table i see the sids as 0,0 ( for 2 dates) and dim id's being creted.
    When i did a search on the dimension table with current date & original date as not equal to 0.I see only 76,000 records.
    Question 2:
    we have an ODS which loads to the cube.In the process chain we have program that deletes the data in ods which does not match some conditions and then loads it tot he cube.
    My question is,since we are not deleting contents from the cube and reloading it from the ODS(Full update).Will i not be seeing same records coming in with Full update which get agrregated in the cube.
    Ex: i have a record in ODS.
    A   X  Z  100  1000
    After full update to the cube,the cube would have
    A   X  Z  100  1000
    When i run the process chain and data is dleeted from ODS on some condition and i still have hte same record in ODS and when this loads into cube wont this be aggregated with the previous record.
    A  X   Z  200  2000
    Would appreciate,if anyone could explain if i am missing anything.

    Hello,
    If you can't see the SID means you have not loaded the master data, that why there is no reference to the SID table and the values are 0.
    InfoCube by default will have aggregated values, when there are duplicate records on the Keyfigures will be aggregated.
    For example I have a Material Dimension and Customer Dimension
    In the fact table,  it will be like this
    DIM1     DIM2    KF1   KF2
    Mat001  Cust1  100    10
    Mat001  Cust2  200    5
    for this there will be 1 entry in Material DIM table for Mat001 and 2 entries for Customer DIM table for Customer Cust1 and Cust2.
    Material  Dimension
    DIM ID    SID
    1             Mat001  (Here it will be SID from Material Master)
    Customer Dimension
    1             Cust1  (Here it will be SID from Customer Master)
    2             Cust2  (Here it will be SID from Customer Master)
    Note : DIM ID is the combination of one or more SID in the dimension table.
    So the exact fact table will look like
    MATDIM    CUSDIM       AMT      QTY
    1               1                  100        10
    1               2                  200        5
    If you load the data again with same characteristics values then the key figure will be aggregated
    Example if you load
    Mat001 Cust2 25 5
    then the fact table will not have a new entry instead the it will aggregates and looks like (bolded one)
    MATDIM    CUSDIM       AMT      QTY
    1               1                  100        10
    1               2                  220        10
    Hope its clear
    thanks
    Chandran

  • NETWORK ISSUES - IS THE NETWORK DOWN?

    I am not receiving either LTE or 3G. There is a 1x showing for my connectivity. Is the network down? My zip code is 12801. Thanks!

    A few days ago I noticed my iPhone 5s was switching between 1x, 3G, 4G and LTE after I did the Apple iOS update.
    I found that the cellular and data roaming was set to on in my settings. Once I turned it off my connection went back to LTE.
    Check your settings.
    Good Luck

  • Issues with the exporting table from BAPI_SALESORDER_SIMULATE

    Hello Experts,
    When using the bapi BAPI_SALESORDER_SIMULATE I received three records in the table order_schedule_ex. But when we manually input in VA01 the same data that we used for the BAPI, on the schedule line items we can see two records for each material (which is good).
    For some reasons the standard bapi is missing one record. The following shows the actual result for the BAPI
    900001
    0001
    CT
    X
    20080124
    900011
    0001
    CP
    X
    20080124
    900011
    0002
    CP
    X
    20080125
    And these ones are the results from the VA01
    900001
    0001
    CT
    X
    20080124
    900001
    0002
    CT
    X
    20080125
    900011
    0001
    CP
    X
    20080124
    900011
    0002
    CP
    X
    20080125
    Does anyone knows why this is happening? what could I be missing?
    Thanks in advance,
    CL

    Hello Experts,
    When using the bapi BAPI_SALESORDER_SIMULATE I received three records in the table order_schedule_ex. But when we manually input in VA01 the same data that we used for the BAPI, on the schedule line items we can see two records for each material (which is good).
    For some reasons the standard bapi is missing one record. The following shows the actual result for the BAPI
    900001
    0001
    CT
    X
    20080124
    900011
    0001
    CP
    X
    20080124
    900011
    0002
    CP
    X
    20080125
    And these ones are the results from the VA01
    900001
    0001
    CT
    X
    20080124
    900001
    0002
    CT
    X
    20080125
    900011
    0001
    CP
    X
    20080124
    900011
    0002
    CP
    X
    20080125
    Does anyone knows why this is happening? what could I be missing?
    Thanks in advance,
    CL

  • Data not getting uploaded in the AQ table.

    Hi All
    We have one issue with the AQ tables.
    The scenario is like we first send data from Oracle to SOA and then to a third party tool.
    For this we first populate data in one custom payload table and then in to one custom AQ table.
    Now the data is getting updated in the paylaod table and XML is getting generated, but it is not getting interfaced to the third party tool.
    Reason : Data is not getting populated in the custom AQ table from where SOA picks the data and interfaces it ti the third party tool.
    Error is a custom one :
    While equeing the data using the below statement
    l_chr_corrid := p_in_event.getvalueforparameter ('CORRID');
    since the CORRID Id is null it gives us the message :Correlation ID has not been set for the payload.
    Part of the code for setting WF parameters :
    l_chr_corrid_val := l_chr_event_name || '.order';
    wf_event.addparametertolist (p_name => l_chr_corrid_name,
    p_value => l_chr_corrid_val,
    p_parameterlist => l_param_list
    l_local_event.setcorrelationid (l_chr_corrid_val);
    l_chr_rule_ret := wf_rule.default_rule (p_in_subscription_guid, l_local_event); -- Returns success
    This is quite urgent , hence kindly help us find a sollution to this issue.
    Thanks in advance
    Trupti

    Looks like you havent populated the correlation id. To make sure this is unique use the conversationID, or GUI, etc.
    Not sure what version you are on. If 10g look at this note (obviously chnage from file to AQ, concept the same):
    http://middleware1.wordpress.com/category/adapters/page/2/
    If 11g you should be able to see the property when you edit the invoke activity, there is a tab called properties.
    cheers
    James

  • Time Machine over the Network: Terribly Slow

    Hello,
    I've been using Time Machine for over 3 years now with no issues over the network; the destination being a 2TB external Seagate connected to another iMac connected through gigabit ethernet. Everything has been working flawlessly: Every hour Time Machine would MOUNT the sparseimage it created on the disk, BACKUP the data and UNMOUNT the disk image when finished.
    Until I upgraded to Lion. The above process is still working per se, however it is PAINFULLY slow! A 50MB backup can take up to AN HOUR! Searching around on the net, advised that there could be an issue with Spotlight as well, however this is not the case for me, since Spotlight finished a new index in under 30 mins. Followed every tutorial I could find on the issue, to no avail..
    I then upgraded to Mountain Lion with the hope that the issue will clear itself. Cleared my old backups, resetted Time Machine by erasing its .plist file, restarted my iMac just to make sure and connected Time Machine to the network share anew, creating a "sharing only" account on the host iMac, i.e. the one that has the external HD connected through USB. Still no luck.
    I painfully realize that I still have the same issue. While backing up, network traffic is under 100KB, and activity monitor does not show any backupd or mds or any similar processes taking anything over 3% of CPU time.
    What could be wrong?

    Hello again,
    Tries on the other iMac (also running 10.8.2) and things are exactly the same: Image creation takes almost half an hour, and copying crawls at under 1MB/min. While time machine image is mounted and Time Machine is "backing up", accessing ANY disk on the host Mac is VERY slow. Seems like something hogs up appleshare when Time Machine is in use. Mind you, there is insignificant network traffic as seen by Activity Monitor, as well as insignificant CPU usage while backing up.
    Stopping backup and using tmutil to set the Time Machine destination to the mounted image as mounted by Finder, solves the issue again, revving up Time Machine throughput to over 20MB/sec! There is also no issues acessing the other Mac as well, under this scenario.
    Up to this point, the only way I have managed to use Time Machine over a networked external HD is through the NAS server. Both configurations where I am using a Mac running 10.8.2 as a server of the external disk have failed with very low throughput while backing up. Something must be wrong in 10.8.2's afp when Time Machine is mounting the image by itself.
    I may need to remind you that I have been successfully backing up to the external HD for 4 years now; something broke a few months after the client iMac was upgraded to Lion and at the time when the host iMac was upgraded to Mountain Lion. Will try to locate a Mac running some later OS X version to do some more testing.
    Also reminding that I have used two distinctive iMacs and two external HD drives for my tests so far. The client iMac has remained the same, however 10.8.2 has been reinstalled on it a couple of times. Have also used an afp-enabled NAS server which worked fine with Time Machine.

  • Time Machine over the Network

    Hello,
    I've been using Time Machine for over 3 years now with no issues over the network; the destination being a 1TB-limited sparseimage setup as instructed by this tutorial. The image resides on an external HD connected on a network-connected iMac. Everything has been working flawlessly: Every hour Time Machine would MOUNT the disk image on its own, BACKUP the data and UNMOUNT the disk image as well.
    Until I upgraded to Lion. The above process is still working per se, however it is PAINFULLY slow! A 50MB backup can take up to AN HOUR! Searching around on the net, advised that there could be an issue with Spotlight as well, however this is not the case for me, since Spotlight finished a new index in under 30 mins.
    While testing, I tried to copy a 200MB file ONTO the Time Machine disk (mounted from the sparseimage automatically by Time Machine) and it took OVER 3 hours! I then stopped Time Machine (which tool half an hour) and mounted the image via Finder and the same file copied in 4 secs!
    I really don't get it; I bet both times the mounted Volume runes under the same protocol, AFP via TCP, why is it behaving so strangely when auto-mounted by Time Machine?
    Next, I read about tmutil has been added to Lion upwards and that setting a mounted disk image as destination is now supported by TM. So I went on and mounted the image via the Finder, set the mounted Volume as the time machine destination via tmutil and gave the backup a try. The process went away really fast, was extremely pleased!
    However: As soon as the backup finishes, the Volume EJECTS and TM reports that the next backup is to be made "when the backup disk is connected"! It will NOT mount the image by its own, neither to backup or to access old backups. But wait, there's more: Be selecting "Backup now" via the TM menu item, the Volume MOUNTS INSTANTLY and the backup takes place, with no issues whatsoever!
    What I need is a TM that backs up quickly over the network and mounts its disk automatically.
    Well, I guess if you had the time and will to read the above text, you may try to help, if you have a clue, that is...
    Thank you.

    I am afraid that the information on the excellent tutorial (which I have already checked many times) don't help me much... I have two main questions:
    1. Why is the TM-mounted volume so slow? Mounting the same volume through the Finder works blazing fast! Is there something special in the way TM mounts its volumes?
    2. Is there a proper way to force TM to start an automatic backup, when the backup volume is not mounted? It used to work when the destination was the network volume, but does not work when the destination is set to the sparsebundle volume which inside the network volume.

  • How to skip the fact table  /BI0/9AEDFC01 error  while import phase in Heterogeneous migration

    Hi.
    Please  find the below  issue of the fact table while import phase in OS/DB migration and enclosed the below log for  reference.
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: START OF LOG: 20140924185259
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: sccsid @(#) $Id: //bas/741_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: version R7.40/V1.8 [UNICODE]
    Compiled Nov 23 2013 13:06:03
    -------------------- Start of patch information ------------------------
    patchinfo (patches.h): (0.009) Support for SUM/ZDM and DMO (note 1778564)
    DBSL patchinfo (patches.h): (0.011) DBSL error corrections in 7.41: (4) LOBs (note 1928526)
    --------------------- End of patch information -------------------------
    process id 14248
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: job completed
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: END OF LOG: 20140924185259
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: START OF LOG: 20140924185259
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: sccsid @(#) $Id: //bas/741_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: version R7.40/V1.8 [UNICODE]
    Compiled Nov 23 2013 13:06:03
    -------------------- Start of patch information ------------------------
    patchinfo (patches.h): (0.009) Support for SUM/ZDM and DMO (note 1778564)
    DBSL patchinfo (patches.h): (0.011) DBSL error corrections in 7.41: (4) LOBs (note 1928526)
    --------------------- End of patch information -------------------------
    process id 14265
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF16
    (GSI) INFO: dbname  = "AQ220140924040917                                                                                                              "
    (GSI) INFO: vname    = "ORACLE                          "
    (GSI) INFO: hostname = "VA1WIPRSCM03                                                    "
    (GSI) INFO: sysname  = "Linux"
    (GSI) INFO: nodename = "VA1WIPRSCM03"
    (GSI) INFO: release  = "2.6.32-358.el6.x86_64"
    (GSI) INFO: version  = "#1 SMP Tue Jan 29 11:47:41 EST 2013"
    (GSI) INFO: machine  = "x86_64"
    (SQL) INFO: Searching for SQL file SQLFiles.LST
    (SQL) INFO: SQLFiles.LST not found
    (SQL) INFO: Searching for SQL file /data1/SCMEXPORT/EXPAQ2/ABAP/DB/SQLFiles.LST
    (SQL) INFO: found /data1/SCMEXPORT/EXPAQ2/ABAP/DB/SQLFiles.LST
    (SQL) INFO: Trying to open /data1/SCMEXPORT/EXPAQ2/ABAP/DB/SQLFiles.LST
    (SQL) INFO: /data1/SCMEXPORT/EXPAQ2/ABAP/DB/SQLFiles.LST opened
    (SQL) INFO: Searching for SQL file DFACT.SQL
    (SQL) INFO: DFACT.SQL not found
    (SQL) INFO: Searching for SQL file /data1/SCMEXPORT/EXPAQ2/ABAP/DB/ORA/DFACT.SQL
    (SQL) INFO: found /data1/SCMEXPORT/EXPAQ2/ABAP/DB/ORA/DFACT.SQL
    (SQL) INFO: Trying to open /data1/SCMEXPORT/EXPAQ2/ABAP/DB/ORA/DFACT.SQL
    (SQL) INFO: /data1/SCMEXPORT/EXPAQ2/ABAP/DB/ORA/DFACT.SQL opened
    (SQL) ERROR: Invalid entry at line 5 in file /data1/SCMEXPORT/EXPAQ2/ABAP/DB/ORA/DFACT.SQL
    (SQL) ERROR: SQL list was not built successfully
    (DDL) ERROR: check_sql_list() failed for /BI0/9AEDFC01
    (DB) INFO: disconnected from DB
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: job finished with 1 error(s)
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: END OF LOG: 20140924185259
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: START OF LOG: 20140925104442
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: sccsid @(#) $Id: //bas/741_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: version R7.40/V1.8 [UNICODE]
    Compiled Nov 23 2013 13:06:03
    -------------------- Start of patch information ------------------------
    patchinfo (patches.h): (0.009) Support for SUM/ZDM and DMO (note 1778564)
    DBSL patchinfo (patches.h): (0.011) DBSL error corrections in 7.41: (4) LOBs (note 1928526)
    --------------------- End of patch information -------------------------
    process id 23939
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF16
    (GSI) INFO: dbname  = "AQ220140924040917                                                                                                              "
    (GSI) INFO: vname    = "ORACLE                          "
    (GSI) INFO: hostname = "VA1WIPRSCM03                                                    "
    (GSI) INFO: sysname  = "Linux"
    (GSI) INFO: nodename = "VA1WIPRSCM03"
    (GSI) INFO: release  = "2.6.32-358.el6.x86_64"
    (GSI) INFO: version  = "#1 SMP Tue Jan 29 11:47:41 EST 2013"
    (GSI) INFO: machine  = "x86_64"
    (SQL) INFO: Searching for SQL file SQLFiles.LST
    (SQL) INFO: SQLFiles.LST not found
    (SQL) INFO: Searching for SQL file /data1/SCMEXPORT/EXPAQ2/ABAP/DB/SQLFiles.LST
    (SQL) INFO: found /data1/SCMEXPORT/EXPAQ2/ABAP/DB/SQLFiles.LST
    (SQL) INFO: Trying to open /data1/SCMEXPORT/EXPAQ2/ABAP/DB/SQLFiles.LST
    (SQL) INFO: /data1/SCMEXPORT/EXPAQ2/ABAP/DB/SQLFiles.LST opened
    (SQL) INFO: Searching for SQL file DFACT.SQL
    (SQL) INFO: DFACT.SQL not found
    (SQL) INFO: Searching for SQL file /data1/SCMEXPORT/EXPAQ2/ABAP/DB/ORA/DFACT.SQL
    (SQL) INFO: found /data1/SCMEXPORT/EXPAQ2/ABAP/DB/ORA/DFACT.SQL
    (SQL) INFO: Trying to open /data1/SCMEXPORT/EXPAQ2/ABAP/DB/ORA/DFACT.SQL
    (SQL) INFO: /data1/SCMEXPORT/EXPAQ2/ABAP/DB/ORA/DFACT.SQL opened
    (SQL) ERROR: Invalid entry at line 5 in file /data1/SCMEXPORT/EXPAQ2/ABAP/DB/ORA/DFACT.SQL
    (SQL) ERROR: SQL list was not built successfully
    (DDL) ERROR: check_sql_list() failed for /BI0/9AEDFC01
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    (SQL) ERROR: SQL list was not built successfully
    (DDL) ERROR: check_sql_list() failed for /BI0/9AEDFC01
    (DB) INFO: disconnected from DB
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: job finished with 1 error(s)
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: END OF LOG: 20140925104442
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: START OF LOG: 20140925124401
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: sccsid @(#) $Id: //bas/741_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: version R7.40/V1.8 [UNICODE]
    Compiled Nov 23 2013 13:06:03
    -------------------- Start of patch information ------------------------
    patchinfo (patches.h): (0.009) Support for SUM/ZDM and DMO (note 1778564)
    DBSL patchinfo (patches.h): (0.011) DBSL error corrections in 7.41: (4) LOBs (note 1928526)
    --------------------- End of patch information -------------------------
    process id 25323
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF16
    (GSI) INFO: dbname  = "AQ220140924040917                                                                                                              "
    (GSI) INFO: vname    = "ORACLE                          "
    (GSI) INFO: hostname = "VA1WIPRSCM03                                                    "
    (GSI) INFO: sysname  = "Linux"
    (GSI) INFO: nodename = "VA1WIPRSCM03"
    (GSI) INFO: release  = "2.6.32-358.el6.x86_64"
    (GSI) INFO: version  = "#1 SMP Tue Jan 29 11:47:41 EST 2013"
    (GSI) INFO: machine  = "x86_64"
    (SQL) INFO: Searching for SQL file SQLFiles.LST
    (SQL) INFO: SQLFiles.LST not found
    (SQL) INFO: Searching for SQL file /data1/SCMEXPORT/EXPAQ2/ABAP/DB/SQLFiles.LST
    (SQL) INFO: found /data1/SCMEXPORT/EXPAQ2/ABAP/DB/SQLFiles.LST
    (SQL) INFO: Trying to open /data1/SCMEXPORT/EXPAQ2/ABAP/DB/SQLFiles.LST
    (SQL) INFO: /data1/SCMEXPORT/EXPAQ2/ABAP/DB/SQLFiles.LST opened
    (SQL) INFO: Searching for SQL file DFACT.SQL
    (SQL) INFO: DFACT.SQL not found
    (SQL) INFO: Searching for SQL file /data1/SCMEXPORT/EXPAQ2/ABAP/DB/ORA/DFACT.SQL
    (SQL) INFO: found /data1/SCMEXPORT/EXPAQ2/ABAP/DB/ORA/DFACT.SQL
    (SQL) INFO: Trying to open /data1/SCMEXPORT/EXPAQ2/ABAP/DB/ORA/DFACT.SQL
    (SQL) INFO: /data1/SCMEXPORT/EXPAQ2/ABAP/DB/ORA/DFACT.SQL opened
    ------------------ C-STACK ----------------------
    R3load[S](LinStackBacktrace+0x8c)[0x48d167]
    R3load[S](LinStack+0x35)[0x6ca6c5]
    R3load[S](CTrcStack2+0x48)[0x48fba1]
    R3load[S](SigIGenAction+0x212)[0x58b4fb]
    libpthread.so.0[T][0x397680f710]
    R3load[S](check_sql_list+0xab0)[0x61bbb0]
    R3load[S](DBDrop+0xbb)[0x60a8fb]
    R3load[S](import+0xde6)[0x620986]
    R3load[S](main_r3ldmain+0x1cfc)[0x6073bc]
    libc.so.6[T](__libc_start_main+0xfd)[0x397601ed5d]
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: START OF LOG: 20140925125540
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: sccsid @(#) $Id: //bas/741_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: version R7.40/V1.8 [UNICODE]
    Compiled Nov 23 2013 13:06:03
    -------------------- Start of patch information ------------------------
    patchinfo (patches.h): (0.009) Support for SUM/ZDM and DMO (note 1778564)
    DBSL patchinfo (patches.h): (0.011) DBSL error corrections in 7.41: (4) LOBs (note 1928526)
    --------------------- End of patch information -------------------------
    process id 25932
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: job completed
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: END OF LOG: 20140925125540
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: START OF LOG: 20140925125540
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: sccsid @(#) $Id: //bas/741_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: version R7.40/V1.8 [UNICODE]
    Compiled Nov 23 2013 13:06:03
    -------------------- Start of patch information ------------------------
    patchinfo (patches.h): (0.009) Support for SUM/ZDM and DMO (note 1778564)
    DBSL patchinfo (patches.h): (0.011) DBSL error corrections in 7.41: (4) LOBs (note 1928526)
    --------------------- End of patch information -------------------------
    process id 25955
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF16
    (GSI) INFO: dbname  = "AQ220140924040917                                                                                                              "
    (GSI) INFO: vname    = "ORACLE                          "
    (GSI) INFO: hostname = "VA1WIPRSCM03                                                    "
    (GSI) INFO: sysname  = "Linux"
    (GSI) INFO: nodename = "VA1WIPRSCM03"
    (GSI) INFO: release  = "2.6.32-358.el6.x86_64"
    (GSI) INFO: version  = "#1 SMP Tue Jan 29 11:47:41 EST 2013"
    (GSI) INFO: machine  = "x86_64"
    (TSK) ERROR: file /tmp/sapinst_instdir/BS2013SR1/SCM703SR1/ORA/COPY/SYSTEM/STD/AS-ABAP/SAPDFACT_1.TSK.bck already seems to exist
                a previous run may not have been finished cleanly
                file /tmp/sapinst_instdir/BS2013SR1/SCM703SR1/ORA/COPY/SYSTEM/STD/AS-ABAP/SAPDFACT_1.TSK possibly corrupted
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: job finished with 1 error(s)
    /usr/sap/AQ2/SYS/exe/uc/linuxx86_64/R3load: END OF LOG: 20140925125540

    Dear Ram Nath,
    It may be late but it will be use full to others.
    I faced similar issue and solved it by commenting the 5th line of DFACT.SQL file.
    The issue was with the indexes not being generated properly to avoid such issues we must ensure to implement SAP note 1991576 in prior, if not we can comment the 5th line.
    Below is the corrected file in my case
    # ORACLE : NATIVE SQL EXPORT GENERATED AT 20150426083248
    #ind:  - commented line (earlier it was just 'ind: ')
    ind: /BI0/E0PPM_VC1~0
    tab: /BI0/F0PPM_VC1
    Please let me know in case of queries if any.
    Regards
    Baranedharan S.

  • Getting the Network errors

    Hello Experts,
    One of my customer has the following issue:
    Getting the Network errors when the following batch script is executed through a scheduler or through a command prompt.
    login "$1" "$2" on "$3";
    alter system kill request on application SEMPCNH;
    alter system logout session on application SEMPCNH force;
    alter system unload application SEMPCNH;
    alter system load application SEMPCNH;
    drop lock on database SEMPCNH.SEMPCNH;
    alter database SEMPCNH.SEMPCNH unlock all objects;
    alter application SEMPCNH disable connects;
    logout;
    exit;
    Log file:
    Thu 09/10/2009 10:38:16.69 BEGIN Disable_Connects.bat S1CN1HAVAS11
    Essbase MaxL Shell - Release 9.3.1 (ESB9.3.1.3.0B017)
    Copyright (c) 2000, 2007, Oracle and/or its affiliates.
    All rights reserved.
    MAXL> login "essadmin" "password" on "146.47.243.32";
    OK/INFO - 1051034 - Logging in user [essadmin].
    OK/INFO - 1051035 - Last login on Thursday, September 10, 2009 10:38:16 AM.
    OK/INFO - 1241001 - Logged in to Essbase.
    MAXL> alter system kill request on application SEMPCNH;
    OK/INFO - 1056090 - System altered.
    MAXL> alter system logout session on application SEMPCNH force;
    OK/INFO - 1013220 - Supervisor [essadmin] has forced user [NL034] to logout.
    OK/INFO - 1051037 - Logging out user [NL034], active for 50 minutes.
    OK/INFO - 1013220 - Supervisor [essadmin] has forced user [NL034] to logout.
    OK/INFO - 1051037 - Logging out user [NL034], active for 199 minutes.
    OK/INFO - 1013220 - Supervisor [essadmin] has forced user [NL034] to logout.
    OK/INFO - 1051037 - Logging out user [NL034], active for 214 minutes.
    OK/INFO - 1056092 - Sessions logged out [3].
    OK/INFO - 1056090 - System altered.
    MAXL> alter system unload application SEMPCNH;
    ERROR - 1042013 - Network error [10054]: Cannot Receive Data.
    ERROR - 1042012 - Network error [10054]: Cannot Send Data.
    MAXL> alter system load application SEMPCNH;
    ERROR - 1042006 - Network error [10061]: Unable to connect to [146.47.243.32:1423]. The client timed out waiting to connect to Analytic Services Agent using TCP/IP. Check your network connections. Also make sure that server and port values are correct.
    SESSION - 1241102 - Internal API error 1042006.
    MAXL> drop lock on database SEMPCNH.SEMPCNH;
    essmsh error: Invalid MaxL Session ID
    MAXL> alter database SEMPCNH.SEMPCNH unlock all objects;
    essmsh error: Invalid MaxL Session ID
    MAXL> alter application SEMPCNH disable connects;
    essmsh error: Invalid MaxL Session ID
    MAXL> logout;
    User essadmin is logged out
    MaxL Shell completed
    Suggestions / Action Plan:
    a) Modified the script by adding sleep command as below:
    login "$1" "$2" on "$3";
    alter system kill request on application SEMPCNH;
    alter system logout session on application SEMPCNH force;
    alter system unload application SEMPCNH;
    shell 'ping -n 30 localhost > nul';
    alter system load application SEMPCNH;
    shell 'ping -n 10 localhost > nul';
    drop lock on database SEMPCNH.SEMPCNH;
    alter database SEMPCNH.SEMPCNH unlock all objects;
    alter application SEMPCNH disable connects;
    logout;
    exit;
    b) Modified the essbase.cfg file by adding the following settings -
    SERVERPORTBEGIN 42768
    SERVERPORTEND 43768
    NETDELAY 2000
    NETRETRYCOUNT 2500
    NETTCPCONNECTRETRYCOUNT 50
    SERVERTHREADS 40
    AGENTTHREADS 40
    SAMPLINGNUMBLOCKS 20
    c) Edited Registry by adding the following -
    Add new DWORD Value named TcpTimedWaitDelay - Value = 30
    Add new DWORD Value named MaxUserPort - Value = 65534
    Add new DWORD Value named MaxFreeTcbs - Value = 6250
    But found the issue still persists. Any suggestions would be of great help.
    Thanks in advance.
    Regards,
    Sudhir
    Edited by: 637223 on Dec 23, 2009 2:30 PM

    So it's the unloading from memory of the database that causes the problem, yes?
    Have you tried:
    1) Unloading other databases -- just interactively, without the kill and logout commands? Do they error?
    2) Getting on the system at a quiet time and trying to unload the app/db?
    3) Trying to stop a different database after the kill and logout?
    4) Running a validate (whatever it's called in MaxL) on the db in question?
    My guess is that it's either a corrupt db or a corrupt essbase.sec (yeah, I know, not overly helpful) -- the above steps should help you determine which is the bad actor.
    Keep the board posted.
    Good luck,
    Cameron Lackpour

  • 2nd DNS Server- Cause Issues on Main Network?

    At work there is already a Windows 2003 Domain controller that serves up DNS and DHCP. I want to try and deploy iCal 2, which requires DNS, Open Directory and a FQDN name for my server.
    I already have the DNS name. However, will configuring and running DNS cause any issues on the network with the other computers, which get their DHCP address and DNS requests from the Windows server? I'm not going to deploy DHCP, and thus, I won't be introducing a 'rogue' DHCP server on the LAN. However, I'd like to be sure I'm not going to disturb anything before I proceed.

    having your own DNS server is not dangerous unless clients get that address. If you are not running DHCP on the new server your clients will not get that as their DNS.

  • Is there a recommended limit on the number of custom sections and the cells per table so that there are no performance issues with the UI?

    Is there a recommended limit on the number of custom sections and the cells per table so that there are no performance issues with the UI?

    Thanks Kelly,
    The answers would be the following:
    1200 cells per custom section (NEW COUNT), and up to 30 custom sections per spec.
    Assuming all will be populated, and this would apply to all final material specs in the system which could be ~25% of all material specs.
    The cells will be numeric, free text, drop downs, and some calculated numeric.
    Are we reaching the limits for UI performance?
    Thanks

Maybe you are looking for

  • User Created in OIM 11.1.1.5 with null value for mandatory field.

    Hi, We had updated one UDF as mandatory field on OIM user form. We can see the * in front of that field. Now if we create the user using web console (Using UI), we are not able to create the user without giving some value in that UDF as it is mandato

  • Error installing OEM 12 in Oracle Linux x86 32bit-Error Starting EMGC_OMS1

    Dear all. I've got a issue that I'm not able to figure out what's going on anymore. I'm preparing a new server to be the Oracle Enterprise Manager 12c Server. I've installed Oracle Database 11g Enterprise, 11g Grid Infrastructure, create a database (

  • LR4 Beta-won't install on my Mac (Running OSX Lion 10.7.2)

    File download completed, install initiated after all the steps and acknowledgements...Then it comes up with a "The intallation failed." message. Won't produce an error code. Anybody else have this problem?

  • Cannot open disk image Error-4960

    Hi downloaded the Master Collection CS6 trail version. Download assist was busy extracting the files when I had to shut down my iMac. I later switched it on and re-opened download assist to continue. An error keeps popping up "The following disk imag

  • Deploying SCCM 2012 Client over DirectAccess

    I have not been able to successfully deploy the SCCM 2012 client to any DirectAccess clients when they are not connected to the internal network.  I have migrated my collections from SCCM 2007 and all machines connected internally had no issues.  I h