Dump replacing default configuration

Dear all,
I have following problem with database restore and performance.
1. I have created dump file two days ago. That time, our application was working fast.
2. I just restored dump file today. But it is too slow.
I can't find where is the problem. Anybody have advice and solution.
Is it replacing some configuration?
Eba

Erdenebayar escribió:
Can you share some example for that?
please, read documentation before post:
Managing Optimizer Statistics - 11g Release 2 (11.2)
Erdenebayar escribió:
Gather stat for schema or each table?
schema= collection of logical structures (table, index, ...) of data with the same owner (database user).

Similar Messages

  • JMS Adapter - Set Additional JMS Parameters or Replace Default Settings

    Hi colleagues,
    We are using PI/XI 7.0 (SP 12).
    In trying to set up a Communication Channel using JMS Adapter to connect to Oracle AQ, I do not see the checkbox "Set Additional JMS Parameters or Replace Default Settings" , nor is the table for the parameters / value visible.
    We have deployed the driver file as described in the How-to- guide: How To Install and Configure External Drivers for JDBC & JMS Adapters
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f04ce027-934d-2a10-5a8f-fa0b1ed4d88f?quicklink=index&overridelayout=true]
    In setting up the Communication Channel so far:
    Type: Sender
    Transport Protocol: Access JMS Provider Generically
    Message Protocol:  JMS 1.x
    Adapter Engine:      Integration Server
    After this I expect to see the checkbox  "Set Additional JMS Parameters or Replace Default Settings", but it is not there.
    Therefore I am not able to select it in order to enter parameters like:
    JMS.QueueConnectionFactoryImpl.classname
    JMS.QueueConnectionFactoryImpl.method.setHostName
    JMS.QueueImpl.classname
    JMS.QueueImpl.constructor.... etc
    Can someone please share if this because we are on too low SP or do we need to do something additional before it becomes visible?  Is this a feature that only became available as of PI/XI 7.0 SP 13 or 14 ?
    I checked both Sender and Receiver channel type, and it does not appear for both.
    Thanks & Cheers,
    Jodie

    Hi experts,
    We are using PI 7.1 and I've set up a communication Channel using JMS Adapter to send
    messages to a Sonic MQ queue.
    I need to send some values as JMS parameters, two of which are constants and two are values
    from the Sender message. I tried defining and setting up the parameters with constants values
    in the Communication Channel under the Advanced tab by selecting the check-box
    set Adapter-specific Message Attributes as follows:
    Name     TYPE
    ContentType     String
    ReturnValue     boolean
    Name     VAlue
    Contenttype     CompanyCode
    ReturnValute     true
    This however lead to an error in the Adapter Engine (RWB).
    My problem is:
    1. Can anyone please instruct me as to how to go about defining and setting up
       additional JMS parameters?
    2. How to go about defining/setting up variables that will get their values from
       the sender message?
    Thanks & Cheers,
    Joe

  • Roll back configure replace firewall configuration

    configure replace
    I have been working on ASA's for a will and when I need to revert back to the startup configuration I always need to reboot the ASA since copy run start just over writes the run. I seen that there is a configure replace command but with my 5525x running 9.2.1 I do not have the option:
    ASA-HA-WEB(config)# configure ?
    configure mode commands/options:
      WORD             Configure from HTTP:
                       http(s)://[<user>:<password>@]<location>[:<port>]/<pathname>.
                       Place IPv6 address within square brackets if a port is
                       specified.
      factory-default  Configure from factory-default
      memory           Configure from memory
      net              Configure from tftp
    exec mode commands/options:
      terminal  Configure using terminal/console
    Is there something I need to do to enable this?

    Copy off a configuration you want to revert to to the local disk0: - i.e.:
    copy run disk0:/good-config.txt
    Then you can use it to copy over the running-config at any time:
    copy disk0:/good-config.txt run
    You can similarlyuse a network-based location and tftp but that depends on reachability to the store location.

  • Setting Default Configuration in 1.4.2

    Previous versions of Java Web Start had a default configuration file javaws.cfg which contained the default preferences. When JWS was installed on PCs in our intranet, we could switch the cfg file to one which, amongst other things, set the proxy correctly and disabled shortcut creation. Then when any other user logged on to the PC, they would get a copy of this cfg file.
    But in JWS 1.4.2 there no longer seems to be a default cfg file. When a user logs on they get defaults which are incorrect for our environment. This is a problem when several different users share the same PC. Whenever a new user logs on to the PC and uses Java Web Start, we must set up the preferences manually.
    Our users are in a call center and are not capable of setting preferences themselves. In fact in the past we have removed the JWS icon from the desktop because we don't want them to even know it exists. All they know how to do is click a link (to a jnlp document) on a web page.
    Is there some way to set the default preferences at install time that I've missed?
    Thanks,
    Simon.

    Educated guesswork mostly; read over the JavaOne "whats new with web start" to get a feel for the changes yourself (http://servlet.java.sun.com/javaone/sf2003/conf/sessions/display-1486.en.jsp). Several things here will lead to internal changes. While it's location isn't likely to change (they're in the right place now - in the user profile dir) the contents, structure and config files certainly will.
    Biggest single change is the unification of Java Plugin and Web Start, according to the slides this includes the merging of the applet & web start caches and configuration dialogs (it's not a big leap to assume this means merging their config files also). The new 1.5 Jar Hyper Compression format will also doubtless come into play changing the very format of the Jars getting cached. The other big change is to the security system - both opening up the sandbox model and a new central administration system will mean that the preferences on a users machine may be overridden at any time by the administrator. The cache structure itself undergos a big change with the new 'System Cache' - given that users cannot read from another users profile, this system cache will need to be stored in some shared directory elsewhere. A move that will split normal operation into a pair of active caches further obfuscates assumptions about the internal structure somewhat. This only scratches the surface here - needless to say, big changes ahead.
    For the 'system cache' It'll be interesting to see how the web start team get around the default privileges assigned to a domain user under XP typically doesn't allow writing to a directory outside of their user profile folder (default privs are restricted). Similarly I'd like to see how well the new JNLP file associations work out in a similar scenario. Adding a file association requires writing to the registry; this again is typically a prohibited operation requiring local administrator rights to the machine. I hope the web start team have come up with answers to these problems and not just take the Java update line of only working while the user is logged on as a local administrator (http://www.javadesktop.org/forums/thread.jspa?threadID=184&tstart=0). This severely limits your user base to non-networked single user machines (home users), the network admins machine and windows 98 & me boxes which don't share the security model.
    Finally it's not a good idea to make any assumptions about the internal layout and contents of any of Sun's undocumented services, it's always going to be prone to change without warning. Developers make changes to these at their own peril and only have themselves to blame when their code suddenly stops working.
    - Richard

  • Load default configuration in BIOS to fix sound, caused another problem

    Hey !
    I have had problem to get sound in my T61, and used Lenovo support, Troubleshooting, to fix it.
    I did as it told in Lenovo Support.
    In BIOS Setup utility menu setup I pressed F9.
    Then I selected YES to load the default configuration.
    After that I pressed F10 key and YES to save the configuration.
    But after that when I start the computer it says that a failur has occured, and windows has shot down to avoid problems with the computer.
    Is there any way of going back in the BIOS setup, so I should get it work again ?
    Thanks in advance/ Kurt
    Moderator edit: Subject edited for clarity.

    Hi !
     I solved it with money !
    I went to a company, and they fixed it, Don't ask me how ! I did not understand when they described it.
    Anyway I have another problem with the sound, as you can see in the other message !
    They tried to fix that to, but could not solve the problem.
    George

  • DUMP: replace all occurrences of space in string1 with string2.

    Why does this statement results in a dump:
    replace all occurrences of space in string1 with string2.
    same with
    replace all occurrences of ' ' in string1 with string2.
    string2 is a string without spaces!
    Is there any drawback on using this statements as a workaround?
    while sy-subrc eq 0.
      replace space with string2 into string1.
    endwhile.
    Thanks
    norbert

    Hi,
    See this example i got from ABAPDOCU
    replacing values
    DATA: t4(10) TYPE c VALUE 'abcdefghij',
          string4 LIKE t4,
          str41(4) TYPE c VALUE 'cdef',
          str42(4) TYPE c VALUE 'klmn',
          str43(2) TYPE c VALUE 'kl',
          str44(6) TYPE c VALUE 'klmnop',
          len4 TYPE i VALUE 2.
    string4 = t4.
    WRITE string4.
    REPLACE str41 WITH str42 INTO string4.
    WRITE / string4.
    string4 = t4.
    REPLACE str41 WITH str42 INTO string4 LENGTH len4.
    WRITE / string4.
    string4 = t4.
    REPLACE str41 WITH str43 INTO string4.
    WRITE / string4.
    string4 = t4.
    REPLACE str41 WITH str44 INTO string4.
    WRITE / string4.
    SKIP.
    ULINE.
    Example for condensing strings
    DATA: string9(25) TYPE c VALUE ' one  two   three    four',
          len9 TYPE i.
    len9 = strlen( string9 ).
    WRITE: string9, '!'.
    WRITE: / 'Length: ', len9.
    CONDENSE string9.
    len9 = strlen( string9 ).
    WRITE: string9, '!'.
    WRITE: / 'Length: ', len9.
    CONDENSE string9 NO-GAPS.
    len9 = strlen( string9 ).
    WRITE: string9, '!'.
    WRITE: / 'Length: ', len9.
    SKIP.
    ULINE.
    Thanks & Regards,
    Judith.

  • MS ssis service: registry setting specifying configuration file does not exist. attempting to load default configuration file. SQLIService100 - event id 274

    window 2008 R2 server ---- after installing SQL 2008 R2 then applying sp2 / sp3 I noted a warning -
    Note this server had SQL 2008 R2 uninstalled previously.
    MS ssis service: registry setting specifying configuration file does not exist. attempting to load default configuration file.
    SQLIService100 - source
    event id- 274
    user - N/A
    Task category - service control.
    Do we need to fix something and how do we fix this warning event?
    dsk

    You could search online for this warning. I was able to find http://superuser.com/questions/346264/event-log-warning-registry-setting-specifying-configuration-file-does-not-exist
    where the fix is "in your registry, go to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTS\ServiceConfigFile
    or
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\100\ServiceConfigFile
    if value is empty then add in:
    C:\Program Files\Microsoft SQL Server\100\DTS\Binn\MsDtsSrvr.ini.xml"
    Arthur
    MyBlog
    Twitter

  • How to retrive the overwritten SAP Default Configuration

    Hi There,
    I was trying to enhance the component BT115IT_SLSO to add some new fields into the table view Items.
    I copied the view configuration to my Z config key but by mistake & added the fields into the default view and saved the changes. Now the default configuration is screwed up.
    Can some one point out how to retrive the SAP standard configuration( where it is stored ). In the configuration tab of the view the configuration looks ok but in Web UI I see all the columns available in the context node, and makes the view useless, when I go to the personlization of the view all fields shows the message < Error in Meta data > and I can not see the details of the fields.
    I have already backed off my enhancement. Now I want to retrive the view configuration.
    Your help will be highly appreciated.
    Thanks,
    Vikash.

    Issue resolved.
    Solution was In BSP workbench when I went to choose configuration I saw that just next to std conf there was column for cust conf. and both were marked X so I deleted the conf and that gave me the standard conf back.
    Thanks,
    Vikash.

  • Configuring the default configuration profile for Profile Manager

    Hello folks,
    I would like to edit the default configuration profile served by Profile Manger. As far as I understand the only thing I can configure from the Server.app is the name of the profile. The settings for the different services provided by the server (such Mail, Messages, etc.) are automatically chosen by Server.app. When logging as an administrator on the Profile Manager webapp, I can go to "Groups", choose "Everyone", go to "Settings" to review the different payloads. However, almost none of the settings are editable. You can read "This payload is configured using the Server app" on the top of the various panels.
    So my question is: How do you use Server to tweek those payloads? Can this be done using the serveradmin command line tool?
    Thank you very much for your help.
    Regards

    Bump. This is annoying the crap out of me. Every time I try to design a website using Coda, this color picker bug plagues me. I just wish I could turn off color profiles completely as I will never use them.

  • Default Configuration Lines on Nexus 5000

    What is the purpose of these  default configuration lines? What do they mean? I can't find an  explanation of them anywhere. I believe some are written to the config  when FCoE is enabled....
    I would like to know exactly what they are doing.
    I DO have an idea but I would like to have each line explained, one at a time, so that I can understand how Cisco implements PFC and ETS and how they identify system classes, etc....
    class-map type qos class-fcoe
    class-map type queuing class-fcoe
      match qos-group 1
    class-map type queuing class-all-flood
      match qos-group 2
    class-map type queuing class-ip-multicast
      match qos-group 2
    class-map type network-qos class-fcoe
      match qos-group 1
    class-map type network-qos class-all-flood
      match qos-group 2
    class-map type network-qos class-ip-multicast
      match qos-group 2
    system qos
      service-policy type qos input fcoe-default-in-policy
      service-policy type queuing input fcoe-default-in-policy
      service-policy type queuing output fcoe-default-out-policy
      service-policy type network-qos fcoe-default-nq-policy

    What is the purpose of these  default configuration lines? What do they mean? I can't find an  explanation of them anywhere. I believe some are written to the config  when FCoE is enabled....
    I would like to know exactly what they are doing.
    I DO have an idea but I would like to have each line explained, one at a time, so that I can understand how Cisco implements PFC and ETS and how they identify system classes, etc....
    class-map type qos class-fcoe
    class-map type queuing class-fcoe
      match qos-group 1
    class-map type queuing class-all-flood
      match qos-group 2
    class-map type queuing class-ip-multicast
      match qos-group 2
    class-map type network-qos class-fcoe
      match qos-group 1
    class-map type network-qos class-all-flood
      match qos-group 2
    class-map type network-qos class-ip-multicast
      match qos-group 2
    system qos
      service-policy type qos input fcoe-default-in-policy
      service-policy type queuing input fcoe-default-in-policy
      service-policy type queuing output fcoe-default-out-policy
      service-policy type network-qos fcoe-default-nq-policy

  • "Use Default Configuration" on OIF test page

    On the OIF testing page
    http://host:port/fed/user/testspsso, there is an option "Use Default Configuration". with this option checked, some of fields on the page disabled
    -- How can I find out ahat are the default configurations being used currently?
    -- uncheck "Use Default Configuration" and leave those fields as "Not Selected" , what is the differece between the "Use Default Configuration" options checked and those fields disabled as "Not Selected" ?
    Thanks

    Hi,
    Allow ALL for the new ScriptAlias and Directory you have added in the httpd.conf file. For example ..
    If you add --> ScriptAlias /custom-bin/ "/u01/applmgr/mycgi/bin/", then "/u01/applmgr/mycgi/bin/" is the directory.
    Regards,
    Hussein

  • Replacing default keys with GPShell

    I'm trying to replace default keys for a JCOP20 card using GPShell,
    but after opening secure channel, and running this line:
    put_sc_key -keyver 0 -newkeyver 1 -mac_key 00112233445566778899aabbccddeeff -enc_key 00112233445566778899aabbccddeeff -kek_key 00112233445566778899aabbccddeeff(assuming that I want to change those three keys to "00112233445566778899aabbccddeeff")
    I get (6A80: Wrong data / Incorrect values in command data.)
    Am I doing something wrong?

    So let's assume you have a GP 2.1.1 compliant card. The following script worked for putting a new key with key version 1:
    mode_211
    enable_trace
    establish_context
    card_connect -readerNumber 3
    select -AID a0000000030000
    open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f -kek_key 404142434445464748494a4b4c4d4e4f // Open secure channel
    put_sc_key -keyver 0 -newkeyver 1 -mac_key 00112233445566778899aabbccddeeff -enc_key 00112233445566778899aabbccddeeff -kek_key 00112233445566778899aabbccddeeff
    card_disconnect
    release_contextcorrsponding log
    mode_211
    enable_trace
    establish_context
    card_connect -readerNumber 3
    * reader name OMNIKEY CardMan 3x21 0
    select -AID a0000000030000
    Command --> 00A4040007A0000000030000
    Wrapped command --> 00A4040007A0000000030000--
    --Response <-- 6F658408A000000003000000A5599F6501FF9F6E06479173512E00734A06072A864
    886FC6B01600C060A2A864886FC6B02020101630906072A864886FC6B03640B06092A864886FC6B0
    40215650B06092B8510864864020103660C060A2B060104012A026E01029000
    open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4
    f -enc_key 404142434445464748494a4b4c4d4e4f -kek_key 404142434445464748494a4b4c4
    d4e4f // Open secure channel
    Command --> 80CA006600
    Wrapped command --> 80CA006600--
    --Response <-- 664C734A06072A864886FC6B01600C060A2A864886FC6B02020101630906072A864
    886FC6B03640B06092A864886FC6B040215650B06092B8510864864020103660C060A2B060104012
    A026E01029000
    Command --> 80500000086C29C97DFABB81D500
    Wrapped command --> 80500000086C29C97DFABB81D500--
    --Response <-- 00008031002007913283FF020016F1CD25161DF8FB817DEB67B8EF079000
    Command --> 848201001010354C201858AFFB8DD553C490C68D8F
    Wrapped command --> 848201001010354C201858AFFB8DD553C490C68D8F--
    --Response <-- 9000
    put_sc_key -keyver 0 -newkeyver 1 -mac_key 00112233445566778899aabbccddeeff -enc
    _key 00112233445566778899aabbccddeeff -kek_key 00112233445566778899aabbccddeeff
    Command --> 80D80081430180106555E3DEF3F002CFE6BA482AE6E56A0F03FB097580106555E3DE
    F3F002CFE6BA482AE6E56A0F03FB097580106555E3DEF3F002CFE6BA482AE6E56A0F03FB097500
    Wrapped command --> 84D800814B0180106555E3DEF3F002CFE6BA482AE6E56A0F03FB09758010--
    --6555E3DEF3F002CFE6BA482AE6E56A0F03FB097580106555E3DEF3F002CFE6BA482AE6E56A0F03FB--
    --097563C7642EBB003E5C00--
    --Response <-- 01FB0975FB0975FB09759000
    card_disconnect
    release_contextand then to change the existing key version 1 with a new key, change the put_sc_key to
    put_sc_key -keyver 1 -newkeyver 1 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f -kek_key 404142434445464748494a4b4c4d4e4f
    ..and the log
    mode_211
    enable_trace
    establish_context
    card_connect -readerNumber 3
    * reader name OMNIKEY CardMan 3x21 0
    select -AID a0000000030000
    Command --> 00A4040007A0000000030000
    Wrapped command --> 00A4040007A0000000030000--
    --Response <-- 6F658408A000000003000000A5599F6501FF9F6E06479173512E00734A06072A86
    886FC6B01600C060A2A864886FC6B02020101630906072A864886FC6B03640B06092A864886FC6B
    40215650B06092B8510864864020103660C060A2B060104012A026E01029000
    open_sc -security 1 -keyind 0 -keyver 0 -mac_key 00112233445566778899aabbccddee
    f -enc_key 00112233445566778899aabbccddeeff -kek_key 00112233445566778899aabbcc
    deeff // Open secure channel
    Command --> 80CA006600
    Wrapped command --> 80CA006600--
    --Response <-- 664C734A06072A864886FC6B01600C060A2A864886FC6B02020101630906072A86
    886FC6B03640B06092A864886FC6B040215650B06092B8510864864020103660C060A2B06010401
    A026E01029000
    Command --> 8050000008EB28207C1654542200
    Wrapped command --> 8050000008EB28207C1654542200--
    --Response <-- 000080310020079132830102000027B1EF595D1421BCE4831BC94FD69000
    Command --> 8482010010E1DF9A452975BF3ECA5232A0E4B46811
    Wrapped command --> 8482010010E1DF9A452975BF3ECA5232A0E4B46811--
    --Response <-- 9000
    put_sc_key -keyver 1 -newkeyver 1 -mac_key 404142434445464748494a4b4c4d4e4f -en
    _key 404142434445464748494a4b4c4d4e4f -kek_key 404142434445464748494a4b4c4d4e4f
    Command --> 80D801814301801076DABB6CCD7EB8B9D5CE8B5510E124E7038BAF47801076DABB6
    CD7EB8B9D5CE8B5510E124E7038BAF47801076DABB6CCD7EB8B9D5CE8B5510E124E7038BAF4700
    Wrapped command --> 84D801814B01801076DABB6CCD7EB8B9D5CE8B5510E124E7038BAF47801--
    --76DABB6CCD7EB8B9D5CE8B5510E124E7038BAF47801076DABB6CCD7EB8B9D5CE8B5510E124E7038--
    --AF473E70D0A25AC301CF00--
    --Response <-- 018BAF478BAF478BAF479000
    card_disconnect
    release_context

  • Default configuration parameters

    'Show run' don't show default configuration parameters, interface specific default parameters. It only shows manually entered commands only.
    Is there any way to find out default all hidden configuration commands and values?

    It's been seven years since someone else asked this question, so I'm looking for an update.
    We just bought a UC560, mainly intending it as our new VoIP phone controller:
    Cisco IOS Software, UC500 Software (UC500-ADVIPSERVICESK9-M),  Version 15.0(1)XA2, RELEASE SOFTWARE (fc2)
    Compiled Sat 06-Mar-10 04:52 by prod_rel_team
    ROM: System  Bootstrap, Version 15.0(1r)XA, RELEASE SOFTWARE (fc1)
    Apparently it can also do routing, NAT, DHCP, and a basic firewall. I wasn't planning to use it for that, and was planning to migrate from Netware 6.5 routing/firewall to Microsoft RRAS, but I guess if this Cisco box can do it, might as well.
    But I am not (yet?) a Cisco certified tech so I don't have the 1000 command line options and defaults all memorized.
    If I enable DHCP, can it tell me the default address lease time? Does the Cisco DHCP ping addresses before assigning them, to avoid accidental overlaps? "show running_config" only shows what we have configured, not what the any of the defaults are..

  • EMCLI default configuration directory

    How do I find the default configuration directory for EMCLI on the OMS host? I changed the EM Console ports and need to re-configure EMCLI to use the new port. I can get the configuration using:
    $ $OMS_HOME/bin/emcli setup
    Oracle Enterprise Manager Cloud Control 12c Release 2.
    Copyright (c) 1996, 2012 Oracle Corporation and/or its affiliates. All rights reserved.
    Instance Home : /u01/app/oracle/Middleware/gc_inst/em/EMGC_OMS1/sysman/emcli/setup/.emcli
    Verb Jars Home : /u01/app/oracle/Middleware/gc_inst/em/EMGC_OMS1/sysman/emcli/setup/.emcli
    EM URL : https://oms1.example.com:7799/em
    EM user : sysman
    Trust all certificates : true
    Auto login : false
    But it doesn't display the configuration directory. I'd like to re-use the existing directory.
    Thanks,
    Leighton

    Hello Leighton,
    have you tried to change this using:
    ./emcli setup -url=http://myworkstation.us.oracle.com:em_port/em -username=em_user
    Regards
    Rob
    http://oemgc.wordpress.com

  • Short Dump while creating Configuration (Application or Component)

    Hi All,
    I m facing a short dump, while creating a Component or Applcation Configuration
    in the standard FPM_GAF_COMPONENT.
    Short dump states the Runtine error as MESSAGE_TYPE_UNKNOWN
    Short text
        Message type " " is unknown.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "CL_WDR_MESSAGE_MANAGER========CP" had to be
         terminated because it has
        come across a statement that unfortunately cannot be executed.
    Information on where terminated
        Termination occurred in the ABAP program "CL_WDR_MESSAGE_MANAGER========CP" -
         in "IF_WD_MESSAGE_MANAGER~REPORT_T100_MESSAGE".
        The main program was "SAPMHTTP ".
        In the source code you have the termination point in line 16
        of the (Include) program "CL_WDR_MESSAGE_MANAGER========CM00R".
      12        exporting
      13           textid = cx_wdr_rt_exception=>invalid_
      14   endif.
      15
    >>>>   message id msgid type msgty number msgno
      17           with p1 p2 p3 p4
      18           into msg.
      19
      20   if p1 is not initial.

    Hello Srikanth,
    I have no issues in trying to help someone as polite as you! It is very nice to have questions answered in an intelligible manner - not unfortunately always the case.
    Without being able to debug on your system it is quite difficult to say what might be causing this error - especially as you say this was working in a different system.
    I'm sure you've already tried eliminating differences in your authorisations between the two systems? Are you registered as a developer in the new system?
    Sorry I'm now just guessing as I've not come across the error myself - hopefully now that we have clearly documented the issue, someone else might be able to shed some light on what might cause it!
    Chris

Maybe you are looking for

  • Reports in two steps

    Hello The report should be created in two steps. First, data should be summarized up to po level and later the average of all po should be calculated with drill down by material group. See example :                                            Life cyc

  • Iphone not transfering songs  I downloaded

    I have a new laptop & music will not transfer. I had it registered to a friends laptop do i need to reset my ihone 4 to manerfactury setting & if so will I lose all my apps pics & text messages. Please help me

  • First Business Server

    I'm contemplating to put together a server for our business. We have around 25 employees, but only around 10 are in the office and using computers a lot. Pretty much everyone runs Apple, so I was thinking about setting up a server that would all peop

  • Network Magic on Windows 7

    Hi all, Already saw a lot of issues passing by concerning Network Magic. Have one myself as well that I did not find as covered yet. Am running NM 5.5.5195 Pro and really had no issues before...untill I upgraded 1 set in my network to Windows 7. On t

  • Incoming payments thorugh different tender types

    Hi All I have a business scenario here…need your expertise We are using IS retail ECC 06 version. Our customer has retail stores accross the country..for accessory sale and other articles they are going through point of sale(POS) and for furniture sa