Build CALL SPEC Failing

I have loaded this java program, but the call spec below is failing because "the declaration ... is incomplete or malformed". Any suggestions?
HERE IS THE PROGRAM:
import java.io.*;
import java.util.*;
public class oscmd{
static public String[] runCommand(String cmd)
throws IOException {
// set up list to capture command output lines
ArrayList list = new ArrayList();
// start command running
Process proc = Runtime.getRuntime().exec(cmd);
// get command's output stream and
// put a buffered reader input stream on it
InputStream istr = proc.getInputStream();
BufferedReader br =
new BufferedReader(new InputStreamReader(istr));
// read output lines from command
String str;
while ((str = br.readLine()) != null)
list.add(str);
// wait for command to terminate
try {
proc.waitFor();
catch (InterruptedException e) {
System.err.println("process was interrupted");
// check its exit value
if (proc.exitValue() != 0)
System.err.println("exit value was non-zero");
// close stream
br.close();
// return list of strings to caller
return (String[])list.toArray(new String[0]);
public static int main(String args) throws IOException {
try {
// run a command
String outlist[] = runCommand(args);
// display its output
for (int i = 0; i < outlist.length; i++)
System.out.println(outlist);
for (int i = 0; i < 1; i++)
String outl = outlist[0];
catch (IOException e) {
System.err.println(e);
if (outl == "exit value was non-zero")
return 1; else return 0;
HERE IS THE CALL SPEC:
CREATE OR REPLACE FUNCTION shellcmd2 (v_cmd IN VARCHAR2) RETURN NUMBER
AS LANGUAGE JAVA
NAME 'oscmd.main(java.lang.String) return int';
null

The Spec doesn't depend on your Source-Code.
It's even possible to create a call spec
without loading the classes into the Server before.
It performs only syntax-checking of the Java-call.
Class-checking is performed at runtime.
The problem is the call to the main-method.
Usually the main-Method is declared
public static void main(String[]);
It seems that the Oracle-Server checks
if the main-method call confirms to that signature.
Change the name of your method and the call-Spec will work.
It's possible to create a procedure calling the main-method using the standard-signature
as mentioned above.
null

Similar Messages

  • The ADS call has failed.

    Hi,
    I created WD4A application using interactive form..
    i placed ui element interactive form and run the application...dat time its giving output as non-interactive.
    it is a interactive form usage, that's y, the property "enabled" is selected in the property table of interative ui element
    wen i execute my application, i  mgetting below error
    *WebDynpro Exception: The ADS call has failed. You can find information about the cause in the error.pdf on the application server *
    if i unchek, it works fine...
    here i checked with standard applications also, if it is non-interactive its givinf proper out put
    if it is interactive, its giving same above error.
    how to reolve tihs issue
    regards
    Venkat
    Edited by: venkat on Nov 10, 2008 3:37 PM

    Probably this is becuase of ADOBE LIFE CYCLE DESIGNER is not installed, you can go to transactin
    SFP & enter this form as test
    DEMO_CHANGE_EMPLOYEE
    Once you are in form builder click on layout, if you will get some error msg then it means ALCD is not installed. Then you need to install ALCD.
    Thanks,

  • The Cluster Service function call 'ClusterResourceControl' failed with error code '1008(An attempt was made to reference a token that does not exist.)' while verifying the file path. Verify that your failover cluster is configured properly.

    I am experiencing this error with one of our cluster environment. Can anyone help me in this issue.
    The Cluster Service function call 'ClusterResourceControl' failed with error code '1008(An attempt was made to reference a token that does not exist.)' while verifying the file path. Verify that your failover cluster is configured properly.
    Thanks,
    Venu S.
    Venugopal S ----------------------------------------------------------- Please click the Mark as Answer button if a post solves your problem!

    Hi Venu S,
    Based on my research, you might encounter a known issue, please try the hotfix in this KB:
    http://support.microsoft.com/kb/928385
    Meanwhile since there is less information about this issue, before further investigation, please provide us the following information:
    The version of Windows Server you are using
    The result of SELECT @@VERSION
    The scenario when you get this error
    If anything is unclear, please let me know.
    Regards,
    Tom Li

  • First call attempt fails with 12000; reason="Routes available for this request but no available gateway at this point"

    We've installed a new Audiocodes Mediant 1000B gateway for our customer.  They only have about 6 users enabled for Enterprise voice and using Lync for all calls.  They have an intermittent problem whereby the first call attempt to a number on the
    PSTN fails with 12000; reason="Routes available for this request but no available gateway at this point".  There is only one PSTN gateway installed.  All routes point to this gateway.  What I found initially is that the calls
    were failing after 10 seconds which is the default "failovertimeout" in the OutboundRouting.exe.config.  I found this post http://voipnorm.blogspot.co.uk/2012/06/lync-2010-gateway-timeout-call-failures.html and
    changed the value to 20 seconds.  Subsequent failures failed after 20 seconds (the new value).  The interesting thing is that the second attempt even a couple of seconds later succeeds.  My Lync server event log has 46046 "A call to a PSTN
    number failed due to non availability of gateways." for the failed call and 46047 "A PBX gateway is now responding to requests after some failures." for the successful call moments later.
    My environment is Lync 2010.  A single enterprise edition Front End with collocated mediation.  The server is virtual and in a different physical location to the gateway.  The two sites are connected via a LES1000.  The RTT between the
    sites is very low so it isn't necessarily networking.
    In the Syslog output on the Audiocodes we don't see the call even reach the gateway.  It's likely that Lync has simply marked the gateway as down and doesn't route the first call.  Then it wakes up and marks it as up and routes the next call.
    Update wise I'm on 4.0.7577.183, 199 and 217 for those that are up to date and the only components that are behind say that 223 is available.  Those being Core Components, Lync Server, Conferencing Server and Web Components.
    As I said, this is intermittent, apparently doesn't happen for every user (which I don't buy), but is easily replicated on request.
    I definitely think changing the failovertimeout value has reduced the number of failures.  But realistically I don't want users sitting there for 20 seconds before their call fails.  Or 19 seconds for the call to route.
    I've found a few posts on this and similar issues.  I don't get the 25051 or 25052 errors.
    Any help gratefully appreciated.
    Regards
    Randy Chapman
    Best Regards Randy Chapman

    Try to change the value of Failovertimeout to 1000.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • The ADS call has failed - Error

    Dear all
    I have created one web dynpr application with interactive forms followed by saptechical.com, If i run the web dynpr application, it thrown an error
    "WebDynpro Exception: The ADS call has failed. You can find information about the cause in the error.pdf on the application server"
    I have checked standard prog. (FP_PDF_TEST_00) for checking ads connection, thats working fine. It shows a forms.
    But if i run my custome web dynpro application, it shows error.
    Please give a solution.

    Hello,
    please also check:
    FP_TEST_00
    and
    FP_TEST_IA_01
    these also have to work in order to render interactive PDF inside a Webdynpro ABAP application.
    I assume:
    1. You do not have proper destination service configuration. (described in note: #915399)
    or:
    2. The credential is not properly installed into your ADS.
    Please ensure the credential is installed, the expiry date is visible and the J2EE engine was restarted after the credential has been installed.
    Best regards,
    Dezso

  • CTI Warning: The call has failed because of network interruption

    Hi, one of agents received incoming call and his call dropped within few seconds and error on CTIOS agent desktop was "CTI Warning: call has failed because of network interruption". I investigated and got info from icm database schema that this error is 26-U-Abort and caused due to network congestion. Network team shown the logs and no error regarding network found. What else could be the reason?

    Hi Folks, I am facing the same issue with multiple Agents on random PCs. So it doesn't look PC issue or Phone issue. these Ip Phones not IP Comm.

  • RW Cronacle : JOB_RUN_OUTPUT: R/3 call BAPI_XBP_JOB_JOBLOG_READ failed

    Hello everyone,
    We have a problem with a RFC agent in Cronacle, it cannot connect to the target system, we get this error message :
    RSUSR000/18073800: opened
    RSUSR000/18073800: step 1 execution of RSUSR000 
    RSUSR000/18073800: closed
    RSUSR000/18073800requested to run as soon as possible
    RSUSR000/18073800: Step 1 has no spoollist id
    JOB_RUN_OUTPUT: R/3 call BAPI_XBP_JOB_JOBLOG_READ failed
    RFC error: XM034
    RFC Message: Internal problem (function BAPI_XBP_JOB_JOBLOG_READ)
    Have you ever met this kind of issue ? Do you know what can make this happens ?
    The system seems to be OK, other RFC agents are OK, they are connected to the other systems.
    Thanks for your help.
    Sheduling team

    I cannot acces to the syslog of the system for yesterday, but I tried to execute the RSUSR000 this morning and it failed again, then that's what we get in the syslog :
    Time     Type Nr  Clt TCode Priority Grp N Text
    09:19:45 DIA  000 400                AB  0 Run-time error "CALL_FUNCTION_NOT_FOUND" occurred
    09:19:45 DIA  000 400                AB  1 > Short dump "100309 091945 c3slsap015_XI4_04 CRONACLE " created
    09:19:45 DIA  000 400                AB  0 Run-time error "CALL_FUNCTION_NOT_FOUND" occurred
    09:19:45 DIA  000 400                AB  1 > Short dump "100309 091945 c3slsap015_XI4_04 CRONACLE " created
    09:23:46 BTC  012 400                F6  1 TemSe input/output to unopened file
    09:23:46 BTC  012 400                R3  8 Error at DB commit, return code 001024
    09:23:46 BTC  012 400                R1  8 SAP Commit Failed
    09:23:46 BTC  012 400                F6  1 TemSe input/output to unopened file
    09:23:46 BTC  012 400                R3  8 Error at DB commit, return code 001024
    09:23:46 BTC  012 400                F3  T Invalid object name for TemSe object: " "
    09:23:46 BTC  012 400                F6  1 TemSe input/output to unopened file
    09:23:46 BTC  012 400                R3  8 Error at DB commit, return code 001024
    09:23:46 BTC  012 400                R1  8 SAP Commit Failed
    09:23:46 BTC  012 400                F6  1 TemSe input/output to unopened file
    09:23:46 BTC  012 400                R3  8 Error at DB commit, return code 001024
    09:23:46 BTC  012 400                F3  T Invalid object name for TemSe object: " "
    09:23:47 BTC  012 400                EC  F Failed to create log for job RSUSR000 09234500%_IMMEDIATE %NEWSTEP/
    09:23:47 BTC  012 400                F6  1 TemSe input/output to unopened file
    09:23:47 BTC  012 400                R4  7 Delete session 001 after error 009
    09:23:47 BTC  012 400                EC  F Failed to create log for job RSUSR000 09234500%_IMMEDIATE %NEWSTEP/
    09:23:47 BTC  012 400                F6  1 TemSe input/output to unopened file
    09:23:47 BTC  012 400                R4  7 Delete session 001 after error 009
    To answer your last question, Last question, assuming it has worked before: has the security of the RFC user used by Cronacle been changed ?, I don't have the answer yet, I will inform you of this point asap.
    Regards Anton,
    Scheduling team.
    Edited by: Architecture Architecture on Mar 9, 2010 9:56 AM

  • Call Specs for Java Classes

    I have loaded some interdependent java classes in Oracle
    successfully, Not sure about how to write call specs for
    these as one method of class A needs an object of class B as
    input parameter.
    TIA
    PM

    A silly thought just occurred to me. Wouldn't it be
    great to have a dictionary of baby names for java
    classes? I sometimes have a hard time coming up with
    a name for a new class. You know, something other
    r than Foo. Be great if I could just look up some
    suggestions for the kind of thing I'm doing...okay
    back to work.What? I'd rather have a name which is related to what the class does. It doesn't make sense to call e.g. a Date class Jim.
    Kaj - not a class

  • Error in BW ( Operating system call SiPeekPendConn failed )

    Hi All,
    This is Ganesh, new to SAP BASIS. We are facing some errors in BW, where users cannot able to run BW reports from yesterday.
    Please find below system log details:
    Operating system call recv failed (error no. 10054)
    NiConnect Unsuccessful, Return Code: -0010
    > Host: 156.5.30.34
    > Service: sapgw00
    Please help me out by providing the solution and the cause for above system log.
    Waiting for your reply.
    Best Regards,
    Ganesh

    Hi,
    check this,
    http://sap.ittoolbox.com/groups/technical-functional/sap-bw/sap-r3-to-bw-521356#M521423
    Also try to search with the error ur getting in Google or for Notes in SMP.
    Regards,
    Ravi

  • I fail to start the sap server with error:Operating system call recv failed

    I fail to start the sap server in SAP R3 Management Console and the message in the syslog was :
    R/3 Basis System: Operating system call           recv failed (error no. 10053)
    Is there any one could tell me how to resolve the problem or give me some advice?I will appreciate him/her very much.Thank you.

    trc file: "dev_disp", trc level: 1, release: "620"
    Sun May 07 13:14:30 2000
    kernel runs with dp version 3(ext=1) (@(#) DPLIB-INT-VERSION-3)
    length of sys_adm_ext is 304 bytes
    systemid   560 (PC with Windows NT)
    relno      6200
    patchlevel 0
    patchno    674
    intno      20020600
    pid        3628
    ***LOG Q00=> DpSapEnvInit, DPStart (00 3628) [dpxxdisp.c   978]
         shared lib "dw_xml.dll" version 674 successfully loaded
         shared lib "dw_xtc.dll" version 674 successfully loaded
         shared lib "dw_stl.dll" version 674 successfully loaded
    Sun May 07 13:14:32 2000
    WARNING => DpNetCheck: NiAddrToHostCanon() took 2 seconds
    Sun May 07 13:14:37 2000
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 2 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  3212]
    MtxInit: -2 0 0
    DpShMCreate: sizeof(wp_adm)          12784     (752)
    DpShMCreate: sizeof(tm_adm)          1690816     (8412)
    DpShMCreate: sizeof(wp_ca_adm)     18000     (60)
    DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    DpShMCreate: sizeof(comm_adm)     192000     (384)
    DpShMCreate: sizeof(wall_adm)     (22440/34344/56/100)
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 001E0040, size: 1977824)
    DpShMCreate: allocated sys_adm at 001E0040
    DpShMCreate: allocated wp_adm at 001E0560
    DpShMCreate: allocated tm_adm_list at 001E3750
    DpShMCreate: allocated tm_adm at 001E3778
    DpShMCreate: allocated wp_ca_adm at 00380438
    DpShMCreate: allocated appc_ca_adm at 00384A88
    DpShMCreate: allocated comm_adm_list at 003861F8
    DpShMCreate: allocated comm_adm at 00386210
    DpShMCreate: allocated ca_info at 003B5010
    DpShMCreate: allocated wall_adm at 003B5018
    MBUF state OFF
    Sun May 07 13:14:38 2000
    EmInit: MmSetImplementation( 2 ).
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation std
    <EsNT> Memory Reset enabled as NT default
    <EsNT> EsIUnamFileMapInit: Initialize the memory 2458 MB
    <ES> 2457 blocks reserved for free list.
    ES initialized.
    ***LOG Q0K=> DpMsAttach, mscon ( db01) [dpxxdisp.c   9115]
    CCMS: Initalizing shared memory of size 20000000 for monitoring segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 6200, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   941]
    DpMsgAdmin: Set patchno for this platform to 674
    Release check o.K.
    Sun May 07 13:15:18 2000
    ERROR => W2 (pid 4776) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W2
    Sun May 07 13:15:38 2000
    ERROR => W5 (pid 4548) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W5
    ERROR => W8 (pid 4592) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W8
    ERROR => W9 (pid 4584) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W9
    ERROR => W12 (pid 4676) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W12
    ERROR => W13 (pid 4272) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W13
    my types changed after wp death/restart 0xbf --> 0xb7
    Sun May 07 13:15:58 2000
    ERROR => W4 (pid 4888) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W4
    ERROR => W6 (pid 4788) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W6
    ERROR => W15 (pid 4596) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W15
    Sun May 07 13:16:18 2000
    ERROR => W1 (pid 4892) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W1
    ERROR => W3 (pid 4904) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W3
    ERROR => W7 (pid 4000) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W7
    ERROR => W10 (pid 4864) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W10
    my types changed after wp death/restart 0xb7 --> 0xb5
    Sun May 07 13:16:38 2000
    ERROR => W0 (pid 4900) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W0
    ERROR => W11 (pid 4500) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W11
    ERROR => W14 (pid 4636) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W14
    ERROR => W16 (pid 3532) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W16
    my types changed after wp death/restart 0xb5 --> 0x80
    DP_FATAL_ERROR => DpEnvCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    DpModState: change server state from STARTING to SHUTDOWN
    Sun May 07 13:16:42 2000
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   9341]
    MBUF state OFF
    MBUF component DOWN
    ***LOG Q05=> DpHalt, DPStop ( 3628) [dpxxdisp.c   7883]

  • Function call SALI_MT_GET_TID_BY_NAME failed

    All,
    We have the Central System Monitoring set up on the SOM to monitor Red Alerts. There is a current Red Alert associated with Log Attributes under the following path:
    SOM\CCMS database self-monitoring\...
        Database self-monitoring
            SQL Server 
    Red Alert:
    create_mss_space_mgmt: function call SALI_MT_GET_TID_BY_NAME failed with exception NAME_NOT_FOUND. Affected MTE: ., Red 28.04.2007 , 10:02:18 ( No value has yet been reported )
    I would greatly appreciate if you can provide me a solution to correct this Red Alert.
    Thank you very much in advance.

    Dear Dilanka,
    Kindly reset the node using RZ20 :
    Transaction code RZ20
    ====>  SAP CCMS Technical Expert Monitors
       ====>System / All Monitoring Segments / All Monitoring Contexts
         ====>CCMS database self-monitoring
           ====>Database self-monitoring
    ********check the box for Oracle with a tick*********
    **********Go to Extras on the Menu bar *******
       ====>Activate maintenance function
             ====>Edit  ====>  Nodes Reset  <===
    This should normally resolve the issue.
    Regards
    Amit Devale

  • Install of Adobe Flash Builder 4.5 fails

    Installation of Adobe Flash Builder 4.5 fails with 3 warnings and 4 errors.
    Attatched are the errors presented in the log.
    Some Google searches suggested uninstalling both the Flash plugin and ActiveX controls and/or rebooting to troubleshoot the installtion. Neither solution worked for me.
    I have also uninstalled the previous version of Flash Builder (FB4) even though there was supposedly no conflict betweent the two.
    Adobe support suggested creating a "webcase;" anyone know where I can do that?
    Thanks in advance.

    Hi,
    I am trying to install on windows7, nad facing the similar problem:
    Exit Code: 6
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 13 error(s), 9 warning(s)
    ----------- Payload: {B6D38690-755E-4F40-A35A-23F8BC2B86AC} Microsoft_VC90_MFCLOC_x86 1.0.0.0 -----------
    ERROR: Error 1935.An error occurred during the installation of assembly component {937FF758-7DED-3922-B192-1CA34A6D9AC2}. HRESULT: 0x80073712.
    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Error 1935.An error occurred during the installation of assembly component {937FF758-7DED-3922-B192-1CA34A6D9AC2}. HRESULT: 0x80073712.
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    ----------- Payload: {1B4483F2-849C-4AC3-99B1-473FFC0192DD} Adobe Flash Builder 4.5.0.0 -----------
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Flash Player 10 Plugin: Install failed
    ERROR: DW050:  - Adobe Flash Player 10 ActiveX: Install failed
    ERROR: DW050:  - Microsoft_VC90_MFC_x86: Install failed
    ERROR: DW050:  - Adobe Flash Builder 4.5: Install failed
    ERROR: DW050:  - AdobeTypeSupport CS5: Install failed
    ERROR: DW050:  - AdobeHelp: Install failed
    ERROR: DW050:  - Microsoft_VC90_MFCLOC_x86: Install failed
    ERROR: DW050:  - AdobeCMaps CS5: Install failed
    ERROR: DW050:  - Adobe Player for Embedding 3.2: Install failed
    ERROR: DW050:  - Suite Shared Configuration CS5.5: Install failed

  • WebDynpro Exception: The ADS call has failed. You can find information abo

    hi,
    I have created the From .
    when i try to run the application .i am getting the folllowing error .
    Is there any solution for that?
    WebDynpro Exception: The ADS call has failed. You can find information about the cause in the error.pdf on the application server.
    Regards
    Vivekananthan.S

    It sounds like your system is not properly configured for the connection to the Adobe Document Services.  Have your system admins confirm the setup.  Look for the error.pdf document mentioned in the exception for more details on the actual cause of the error. This error message is generic and could be caused by several different conditions - almost all of which are related to incomplete or incorrect configuration of the ADS/ADS Connectivity.

  • The ADS call has failed-ADOBE form

    Hello All,
    I am getting the following error, while runing WD, i am displaying pdf form in that.
    but for few of the pdf forms i can display properly with out any error. in the same WD, but in other view
    this error is coming only with one form.
    the exception is .....
    WebDynpro Exception: The ADS call has failed. You can find information about the cause in the error.pdf on the application server
    The error occurred on the application server pep74_S92_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: RAISE of program CX_WD_GENERAL=================CP
    Method: CREATE_PDF_DDIC of program CL_WD_ADOBE_SERVICES==========CP
    Method: CREATE_PDF of program CL_WD_ADOBE_SERVICES==========CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP

    Have you managed to establish what is different about the forms that do/do not display?  Main one is the interactive flag.  If it is just your interactive forms that produce the dump then it is likely that the credential file has not been installed correctly (or at all).

  • EU_IMPORT5:   DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1017

    Hi,
    The upgrade is on phase EU_IMPORT5 and it seems to run for a long time. But am afraid it this is really true. When I look in the file: E000006.DPR I find the following:
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1017
    DbSl Trace: CONNECT failed with sql error '1017'
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC
    (SQL) INFO: SSEXC.SQL not found
    (DB) INFO: DOKHL~ created #20081003122232
    (IMP) INFO: import of DOKHL~ completed (2185665 rows) #20081003125935
    (DB) INFO: DOKHL^0 created #20081003125948
    (DB) INFO: DOKIL~ created #20081003125949
    Is this means that it  stoped?
    Thanks in advance
    HanseAtik

    Hi,
    Check in SAPup.log if you're not requested to do an action .
    You'll probably see
    >Continue ?
    >Exit ?
    If yes, just stop SAPup and restart, you'll be asked again.
    Hope that was helpfull.

Maybe you are looking for