google-code-export / zaplink

Automatically exported from code.google.com/p/zaplink
1 stars 0 forks source link

'ZAPLINK_CX_IMPORT_NOT_ALLOWED' was raised when running ZAPLINK_INSTALLER #138

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
"Dectected-on V0.0.009a".

What steps will reproduce the problem?
1. In Tcode SE38 run the program ZAPLINK_INSTALLER
2. switch on the dubuging mode
3. modify the value of ok-code and fix it to "CONFIRM"
4. resume the execution of the program
5. the dump described bellow is occured

What is the expected output?
installing the Framework

What do you see instead?
The folowing dump : 

-----------------------------------------------------
Short text
    An exception occurred that was not caught.

What happened?
    The exception 'ZAPLINK_CX_IMPORT_NOT_ALLOWED' was raised, but it was not caught
     anywhere along
    the call hierarchy.

    Since exceptions represent error situations and this error was not
    adequately responded to, the running ABAP program 'ZAPLINK_INSTALLER' has to be
    terminated.

----------------------------------------------------

#Please provide any additional information below.

As you advise me, in the SCC4, the client is configured as the following : 

- Autmatic recording of changes
- Changes to Repository and cross-client Customizing allowed
- Protection level 0 : No restriction

Regards

Original issue reported on code.google.com by afkkir on 21 Feb 2013 at 3:33

GoogleCodeExporter commented 9 years ago
Hi,

First of all you do not need to enter in debug. OK code has to entered into the 
OK code area (uper left).
Second thanks to have open a new issue.
Could you provide full dump ?

The reason is this exception is that the mandant is :
- either productive
- no change are allowed see transaction SCC4.
open progrem in SE80, find method on zaplink_tools that check mandat (can't get 
the name) or find for call of exception ZAPLINK_CX_IMPORT_NOT_ALLOWED you'll 
find why import is not allowed

Original comment by tar...@bensiali.net on 22 Feb 2013 at 9:47