Java network problem within 10g

Hello readers,
I have a rather hard to trace problem which is keeping me up several days now.
We want to implement a package for querying devices via SNMP in our database. There are no packages shipped with Oracle that come handy. UTL_TCP does not work because SNMP works via UDP. After all we came up with the idea to use http://www.snmp4j.org/. Locally on my development machine and on the command line of the Oracle database our first prototype of the SNMP query function works very well, but inserted into the database all I'm getting is a "Request timed out". Firewall mechanisms can not be the problem because the java code runs smoothly on the command line and also a snmpwalk on the command line suceeds, so the database is not blocked by any firewall. First I thought some permission via Java are missing, but I took a look in the USER_JAVA_POLICY view and worked this with SYSDBA out. A java application in Oracle connection via TCP to port 80 and fetching a website works allright, the thing not working seems to be UDP. Does anyone of you have any hints on how to debug, trace such a problem?
Greets, Yves

Hi,
you said:
>
Firewall mechanisms can not be the problem because the java code runs smoothly on the command line and also a snmpwalk on the command line suceeds, so the database is not blocked by any firewall.
>
no, this assumption is not necessarily true a firewall can block a program but not another one ...
ok, but at least your Java cod is runing well if not blocked.
>
First I thought some permission via Java are missing, but I took a look in the USER_JAVA_POLICY view and worked this with SYSDBA out. A java application in Oracle connection via TCP to port 80 and fetching a website works allright,
>
Yes but, are you sure that the user who is runing the Java class has the same right as this application?
(i'm not sure but i think for this kind of permissions the user has to reconnect itself to the DB)
If i were you i woul try to grant more permisions to this user (not only giving execution rights but cheking with the networks rights)
have you tried to redirect the output when you call your Java class?:
SET SERVEROUTPUT ON
CALL dbms_java.set_output(2000);have you tried to see the network grants of the user?
http://download.oracle.com/docs/cd/B19306_01/network.102/b14266/admusers.htm#i1008787

Similar Messages

  • Java Networking Problem

    Hello,
    I am developing a java network application and was wondering and getting a very annoying unspecific message when I try connecting the application together over a network. The message I get is
    "Exception occured java.lang.NullPointerException " I tried searching the net but got no useful help. Can anyone here help ?
    Thanks,
    Michael

    post more detail of the error message

  • Java Mail Problems within JSP Page

    Hi all,
    I'm encountering the following problem. I hava a jsp file named common.jsp with holds all common functions like write header and footer and also a send mail function. i include this page in all my other jsp pages. In the signup page - i need to send out 2 emails, one to the administrator and the other to the user who signed up. so i call that send mail function twice. the first call works(meaning it sends out the email) but the second call gives me a No SMTP Provider exception. Can anyone help me with this.
    thx a bunch
    p.s: i have included the sendEmail Function below
    public void sendEmail(String emailServer, String sEmail, String sName, String rEmail,
         String subject, String strmsg) throws Exception {
         java.util.Properties props = new java.util.Properties();
         props.put("mail.host", emailServer);
         javax.mail.Session mailConn = javax.mail.Session.getInstance(props, null);
         javax.mail.Message msg = new javax.mail.internet.MimeMessage(mailConn);
         javax.mail.Address sender = new javax.mail.internet.InternetAddress(sEmail, sName);
         javax.mail.Address receiver = new javax.mail.internet.InternetAddress(rEmail);
         msg.setContent(strmsg,"text/html");
         msg.setFrom(sender);
         msg.setRecipient(javax.mail.Message.RecipientType.TO, receiver);
         msg.setSubject(subject);
         javax.mail.Transport.send(msg);
    }

    This is what i use and it works just fine
    import java.io.*;
    import java.net.InetAddress;
    import java.util.Properties;
    import java.util.Date;
    import javax.mail.*;
    import javax.mail.internet.*;
    public class sendMail {
    public sendMail(String To,String Subject,String message) {
    String to = To, subject = Subject, from = null,
              cc = null, bcc = null, url = null;
         String protocol = null, host = null, user = null, password = null;
         boolean debug = false;
         try{
    Properties props = System.getProperties();
         Session session = Session.getDefaultInstance(props, null);
         Message msg = new MimeMessage(session);
         if (debug)
              session.setDebug(true);
    msg.setFrom(new InternetAddress("[email protected]"));
         msg.setRecipients(Message.RecipientType.TO,
                             InternetAddress.parse(to, false));
         msg.setSubject(subject);
    msg.setText(message);
         msg.setHeader("Mail","test.com");
         msg.setSentDate(new Date());
         Transport.send(msg);
         System.out.println("\nMail was sent successfully.");
         } catch (Exception e) {
         e.printStackTrace();

  • Problem with Java 5 and Oracle 10g JDBC driver

    Hi All,
    Currently we upgrade our web application to Java 5 and Oracle 10.2 JDBC driver. And we encountered a bug, when the user entered the information through UI and data didn't store into database (Oracle 9i). The problem is that this bug is not happend so often maybe once a day and this did not happen before we upgraded to Java 5 and Oracle 10.2 JDBC driver. Does anyone encounter the same problem ? Is this Java 5 problem or Oracle JDBC driver problem ?
    Thanks,

    sounds like a database problem...
    Are you using a driver version that's supported for your database engine?
    What else did you change? We once ran into a major bug in our application that had for 5 years been masked by performance problems in our hardware and infrastructure.
    Once those were resolved the bug showed itself and caused tens of thousands of records to be erroneously inserted into our database every day.
    It's certainly NOT a problem with your JVM (if it's a decent one, like the Sun implementation).
    So it's either your database, your driver, your network (dropping packets???), or your application.
    The upgrade may just have exposed something that was already there.

  • Screen Sharing/network problem seems confined to 1 volume. What's the fix?

    I am having a networking problem on one of the volumes of my multi-volumed, three-Mac local area network, and I need a networking guru to identify the specific software file(s), application(s), or system configuration that is the cause of the problem. I have already spent several hours checking and re-checking the various hardware and system preference settings involved, and I have narrowed the problem down to a software corruption issue and/or system configuration issue on one volume.
    I now need someone to identify specifically what the nature of the problem is, and how to eliminate it. I am not looking for a sledgehammer solution that says I should re-install all of the Mac OS X software on the problem volume. That may be held in reserve as a last resort. I'm looking for a more elegant approach, one that points out the specific corrupt files to remove without disturbing everything else.
    Here's some background to set the context. I have a MacBook Pro laptop; a PowerMac iMac G5; and a PowerMac G4 hooked up in a network. All are running Leopard 10.5.8. All have file sharing and screen sharing enabled. Besides being able to connect to each other using registered users, my goal here is for each of the Macs to be able to share the screen of the others upon my demand. Since each of the 3 Macs can theoretically share the screens of the other 2, that makes a total of six possible connections. Five succeed; one does not. That's the problem. I am trying to determine why the iMac G5 cannot share the screen of the MacBook Pro.
    The iMac G5 has no problem sharing the screen of the PowerMac G4. That connection is fast and immediate. But, every time that I hit the Share Screen button on the iMac G5 to try to connect to the MacBook Pro, I get a window with the blue barber pole spinning for two or three minutes as it is allegedly "Connecting to Mac Book Pro," followed by a window with a headline telling me that "Connection Failed to MacBook Pro." The text within that window goes on to say: "Please make sure that Screen Sharing (in the Sharing section of System Preferences) is enabled on the computer to which you are attempting to connect. Also make sure that your network connection is working properly."
    Well, as I indicated, the PowerMac G4 has no problem sharing the screen of the MacBook Pro, so the Screen Sharing settings on the laptop are correct; and the iMac G5 can share the screen of the PowerMac G4, so its network connection is working properly in that regard. It is only in regards to sharing the screen of the MacBook Pro that the iMac G5 is not working properly.
    The reason why I say that the issue must be unique to the one volume in question, let's call it "iMacG5 Music," is that another Leopard volume on the same computer has no problem whatsoever in sharing the screen of the MacBook Pro. Whenever I boot up in that volume, let's call it "iMacG5 JMB," it makes a network connection with a registered user name immediately, and it is able to share the screen of the MacBook Pro within a second of my issuing the command. In sharp contrast to the success of the iMacG5 JMB volume, the iMacG5 Music is unacceptably slow (several minutes slow!) in making a network connection with the MacBook Pro, and it always fails to share the screen of the MacBook Pro, preferring instead to take about three minutes to attempt the connection, before announcing its failure.
    Since the iMacG5 Music volume makes an immediate network connection to the PowerMac G4, as well as sharing the screen of the PowerMac G4 the moment I ask it to, I have concluded that the hardware of the iMac G5 is just fine. The problem seems confined to the system software and/or associated networking files that are unique to the iMacG5 Music volume. I just don't know what those files could be, or where the problem lies, so I've issued this call for help.
    Let me add one more little twist to this puzzle which baffles me even more. I use external LaCie Firewire drives as clone backups of my Macs. As part of my trouble-shooting process, I booted up from the cloned versions of the iMacG5 JMB volume and the iMacG5 Music volume. What I learned surprised me!
    The iMacG5 JMB clone worked just fine in making a fast network connection to the MacBook Pro, as well as sharing the screen of the MacBook Pro. I expected that. What I did not expect was that the iMacG5 Music clone was also able to make a fast network to the MacBook Pro, as well as share its screen!
    Yes, that's right. It's weird! Screen sharing works OK when I start-up from the clone of the iMacG5 Music volume, but it does not succeed when I boot up on the source itself! I was surprised to find that out, but I'm glad I did.
    (Over the past few days since I executed the last clone, I did use Drive Genius to de-frag the source volume, and maybe that has contributed to the problem I am now encountering. But it's hard to say, since nothing else seems to be amiss.)
    One solution, I suppose, would be to sync the clone back to the source. But, before I do that, I'm just wondering if anyone has a clue as to the nature of this problem on the source volume and what I might do to remedy it—short of re-installing the system software or restoring from the clone. Anyone have any insight to this problem?

    CORRECTION #2:
    Ignore the previous "CORRECTION" post.
    Oops, excuse me, I wrote that sentence correctly the first time.
    I was trying to point out that the ability of the iMac G5 computer to connect quickly and effectively to the PowerMac G4 when booted up into the iMacG5 Music volume was an indication (to me, anyway) that there is nothing wrong with the computer's hardware, nor its network connection ability, but that the problem lay somewhere in the files/settings used to connect to the MacBook Pro, which it cannot accomplish.
    This is what happens when I get engrossed in one of these technical morasses and it ***** me into its vortex all through the night... time for bed.

  • Networking problem after a zone is created and installed

    Hi all,
    I've got a networking problem after a zone was created and installed on a Solaris 10 box. The box was configured with two NICs, one (e1000g0) with a public IP address, the other one (e1000g1) with a private IP address and connected to a local switch. All worked fine so far.
    Then I created a local zone with shared networking (e1000g1). The zone has a private IP address which is in the same subnet as e1000g1 on the global zone. After some time, I noticed that I could not access (ssh, ping) the global zone. Then after some time, the global zone became available. The problem happened quite frequently.
    Also I observed that: 1) When the global zone was unavailable from outside, it was available (ssh, ping) from another box within the same subnet (e1000g0); 2) If I shutdown e1000g1, the problem was gone.
    Any idea what caused this problem?
    Many thanks,
    Xiaobo

    It was a route problem.

  • Sender JDBC Adapter hang after network problem ?

    Hi,
    I got problem with Sender JDBC Adapter. in the normal condition it is working fine. no problem at all.
    The problem coming after network connection problem within XI and database for about more than 24 hours. After the connection resume the Sender JDBC Adapter doesn't want to pickup the data.
    Communication Channel Log  Showing  (Without finish Processing).
      6/16/08 5:49:04 PM   Processing started
      6/16/08 5:48:04 PM   Processing started
      6/16/08 5:47:04 PM   Processing started
      6/16/08 5:46:04 PM   Processing started
      6/16/08 5:45:04 PM   Processing started
    In normal Communication Channel Showing :
    6/16/08 5:33:39 PM efcbd379-6b57-4922-364f-9c047e82ac1b Polling interval started. Length: 30.0 seconds
    6/16/08 5:33:39 PM efcbd379-6b57-4922-364f-9c047e82ac1b Processing finished successfully
    6/16/08 5:33:39 PM   Processing started
    6/16/08 5:33:09 PM efcbd379-6b57-4922-364f-9c047e82ac1b Polling interval started. Length: 30.0 seconds
    6/16/08 5:33:09 PM efcbd379-6b57-4922-364f-9c047e82ac1b Processing finished successfully
    6/16/08 5:33:09 PM   Processing started
    The problem resolve after restart the whole XI system. is there any other way to solve the problem without restarting the whole xi server. Because i have tried to stop and start the communication channel but still doesn't work until restart the xi. server.
    Please advise.
    Thank you and Best Regards
    Fernand

    Check JDBC FAQ note 831162
    7. Network-Level Connection Problems
    Q: The TCP/IP connection to my database host is running over an unreliable network connection, i.e. the connection is sometimes interrupted. Consequently, I sporadically receive an SQLException regarding a closed connection in the system trace or audit log or the connection as well as the JDBC Adapter channel are hanging.
    How can I work around this connectivity issue?
    A: Enable the "Advanced Mode" for the respective JDBC Adapter channel and select the option "Disconnect from Database After Processing each Message".
    Note that this might put additional load on your DBMS due to the creation of a new database connection for each message.
    If you are connecting to an Oracle database, also refer to question #10 for an alternative solution.

  • Is it possible to trap a Java  Exception from within an XPRESS Rule?

    Hellos.
    I have a rule which invokes a Java method which queries an oracle DB table.
    Due to network problems the oracle DBMS may reset the connection in some situations... which results in my Rule's invokation of the method giving an XPRESS exception because of an IO Exception. I want the chance to retry the query at least once before exiting the Rule and returning the error.
    If it is possible to detect this Exception would someone please let on how its done.. I cant change the Java method all I wish to do in my Rule is to check if the <invoke></invoke> block threw an exception.
    regards
    GF

    hi,
    You can call a .exe from a standalone application code, use the following piece of code
    java.lang.Runtime.getRuntime().exec("sol.exe");
    hope this is useful.
    cheerz
    ynkrish

  • Urgent Help in Java Networking

    Dear Sir,
    I've written an encryption algorithm.My problem is i 've to encrypt
    a file using the algorithm above at one computer.The receiver in another computer should get this file and decrypt it at another
    computer.I have written both encryption and decryption algorithms
    but i dont know Java networking API.Could you give me detailed step by
    step networking code with documentation which connects both encryption and decryption algorithms at different computers.GUI Support in networking api is appreciated .Please sen the reply to [email protected]
    Thanks in advance

    Have you looked at JSSE (Java Secure Socket Extensions)?
    Using SSL is perhaps the best solution to your problem.
    You can find a lot of info in:
    Java Security - 2nd Ed, by Scott Oaks and and in
    Java Networking (or something like) 2nd Ed, by E. R. Harold.

  • Testing  HTTP URL that causes a network problem

    Hi all,
    I'm developping an applet for multiple unlimited files downloading using HttpConnection .
    i want to implement the following feature :
    In the case of an error occurring due to network problems during file download; the applet must be able to reconnect and resume the data transfer without downloading the entire file(s).
    well i need to test this feature ; so i'm looking for some HTTP URL that can cause network probs so i can catch the error and retry connection etc...
    can someone point me where to find such HTTP files for my test ?
    thanks.

    >
    I can do this with FTP since it has commands to do
    this but I don't know of any using HTTP unless one
    uses a Servlet (or some other agent on the server) to
    process a download request for a file starting at
    some offset.
    Actually i did it only using HttpConnetion class and inputstream using some work arounds to keep track of the offset during download (actually i'm saving the offset to a temporary proprieties file that i'm reading again to get specific offset and resuming the download from last point)
    That is one way. You could also use an HTTP 'tunnel'
    that forwards all requests to an HTTP server but
    within the 'tunnel' you could at random close the
    connection.I will go for throwing exception manually ; but i'm curious to know how an HTTP tunnel works.
    thanks.

  • Basis System: 2 possible network problems detected - check tracefile

    Hi Experts,
    I have installed a a Netweaver 7.01 when i start the server throught MMC
    first the dispatcher show the message as unable to reach teh message server
    but where as message server is running successfully.
    after few seconds it shows the status Stopped
    Below is my trace please help me to solve this issue.
    Thanks,
    Veeru.
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      00
    sid        NSP
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    95
    intno      20050900
    make:      multithreaded, ASCII, optimized
    pid        3892
    Wed Jan 14 05:46:37 2009
    kernel runs with dp version 224(ext=109) (@(#) DPLIB-INT-VERSION-224)
    length of sys_adm_ext is 360 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 3892) [dpxxdisp.c   1239]
         shared lib "dw_xml.dll" version 95 successfully loaded
         shared lib "dw_xtc.dll" version 95 successfully loaded
         shared lib "dw_stl.dll" version 95 successfully loaded
         shared lib "dw_gui.dll" version 95 successfully loaded
         shared lib "dw_mdm.dll" version 95 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Wed Jan 14 05:46:39 2009
    WARNING => DpNetCheck: NiHostToAddr(www.doesnotexist0121.qqq.nxst) took 2 seconds
    Wed Jan 14 05:46:44 2009
    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  5355]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >Veeru_NSP_00                            <
    DpShMCreate: sizeof(wp_adm)          6328     (904)
    DpShMCreate: sizeof(tm_adm)          3605136     (17936)
    DpShMCreate: sizeof(wp_ca_adm)          1200     (60)
    DpShMCreate: sizeof(appc_ca_adm)     1200     (60)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528040/528048
    DpShMCreate: sizeof(comm_adm)          528048     (1048)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (96)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1280)
    DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 04ED0040, size: 4205552)
    DpShMCreate: allocated sys_adm at 04ED0040
    DpShMCreate: allocated wp_adm at 04ED1A28
    DpShMCreate: allocated tm_adm_list at 04ED32E0
    DpShMCreate: allocated tm_adm at 04ED3310
    DpShMCreate: allocated wp_ca_adm at 052435A0
    DpShMCreate: allocated appc_ca_adm at 05243A50
    DpShMCreate: allocated comm_adm at 05243F00
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 052C4DB0
    DpShMCreate: allocated gw_adm at 052C4DF0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 052C4E20
    DpShMCreate: allocated wall_adm at 052C4E28
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    Wed Jan 14 05:46:50 2009
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation view
    <EsNT> Memory Reset disabled as NT default
    ERROR => <EsNT> NTGetBaseAddress failed, no free region [esnti.c      1450]
    Error 15 while initializing OS dependent part.
    ERROR => DpEmInit: EmInit (1) [dpxxdisp.c   9556]
    ERROR => DpMemInit: DpEmInit (-1) [dpxxdisp.c   9485]
    DP_FATAL_ERROR => DpSapEnvInit: DpMemInit
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Jan 14 05:47:00 2009
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Tue Jan 13 21:47:00 2009
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program  Cl  User         Action                    Table
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    0 ?         -1 Free          no      0   0             0                                                             
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    1 ?         -1 Free          no      0   0             0                                                             
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    2 ?         -1 Free          no      0   0             0                                                             
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    3 ?         -1 Free          no      0   0             0                                                             
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    4 ?         -1 Free          no      0   0             0                                                             
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    5 ?         -1 Free          no      0   0             0                                                             
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    6 ?         -1 Free          no      0   0             0                                                             
    Dispatcher Queue Statistics               Tue Jan 13 21:47:00 2009
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    0
    2000
    0
    0
    --------++++--
    +
    DIA
    0
    0
    2000
    0
    0
    --------++++--
    +
    UPD
    0
    0
    2000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    2000
    0
    0
    --------++++--
    +
    SPO
    0
    0
    2000
    0
    0
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          0
    wake_evt_udp_now     0
    wake events           total     0,  udp     0 (  0%),  shm     0 (  0%)
    since last update     total     0,  udp     0 (  0%),  shm     0 (  0%)
    Dump of tm_adm structure:               Tue Jan 13 21:47:00 2009
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Tue Jan 13 21:47:00 2009
    =============================
    Slots: 20, Used: 0, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=1
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Jan 14 05:47:05 2009
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >Veeru_NSP_00                            < (normal)
    DpJ2eeDisableRestart
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes
    Terminate gui connections
    wait for end of work processes
    not attached to the message server
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    Wed Jan 14 05:47:06 2009
    ***LOG Q05=> DpHalt, DPStop ( 3892) [dpxxdisp.c   10333]
    Good Bye .....

    Hi Eric,
    Actually in my NSP_DVEBMS00_VEERU thePHYS_MEMSIZE  is set to 128
    So.....
    Do i need to change in the here below file.....:
    If yes wht shall i change it to ?
    Template for ABAP SID_INSTANCE_HOST
    SAPSYSTEMNAME = NSP
    SAPGLOBALHOST = Veeru
    SAPSYSTEM = 00
    INSTANCE_NAME = DVEBMGS00
    DIR_EXECUTABLE = C:\SAP\NSP\SYS\exe\run
    DIR_CT_RUN = C:\SAP\NSP\SYS\exe\run
    Instance runs without sapmnt saploc shares
    DIR_INSTANCE = C:\SAP\NSP\DVEBMGS00
    DIR_INSTALL = C:\SAP\NSP\SYS
    DIR_HOME = $(DIR_INSTANCE)\work
    DIR_GLOBAL = C:\SAP\NSP\SYS\global
    PHYS_MEMSIZE = 128
    rdisp/wp_no_dia = 3
    rdisp/wp_no_btc = 1
    icm/server_port_0 = PROT=HTTP,PORT=80$$
    SAP Messaging Service parameters are set in the DEFAULT.PFL
    ms/server_port_0 = PROT=HTTP,PORT=81$$
    rdisp/wp_no_enq = 1
    rdisp/wp_no_vb = 1
    rdisp/wp_no_spo = 1
    rdisp/enqname = Veeru_NSP_00
    rdisp/myname = Veeru_NSP_00
    abap/buffersize = 100000
    alert/MONI_SEGM_SIZE = 0
    enque/table_size = 2000
    rspo/local_print/method = 2
    rsdb/ntab/entrycount = 5000
    rsdb/ntab/ftabsize = 3000
    rsdb/ntab/sntabsize = 100
    rsdb/ntab/irbdsize = 1000
    rsdb/cua/buffersize = 500
    rsdb/obj/buffersize = 2048
    rsdb/obj/max_objects = 500
    rsdb/otr/buffersize_kb = 1000
    rsts/ccc/cachesize = 6000000
    rtbb/buffer_length = 500
    rtbb/max_tables = 50
    sap/bufdir_entries = 200
    zcsa/installed_languages = ED
    zcsa/presentation_buffer_area = 350000
    zcsa/calendar_area = 300000
    zcsa/table_buffer_area = 3000000
    zcsa/db_max_buftab = 500
    ztta/roll_area = 1000000
    ztta/diag_area = 128000
    ztta/dynpro_area = 150000
    ztta/cua_area = 250000
    rdisp/PG_SHM = 100
    rdisp/ROLL_SHM = 100
    rdisp/autoabaptime = 0
    rdisp/bufrefmode = sendoff,exeoff
    rdisp/wp_ca_blk_no = 20
    rdisp/appc_ca_blk_no = 20
    rdisp/max_wprun_time = 300
    icm/min_threads = 5
    icm/max_threads = 10
    icm/max_conn = 20
    icm/host_name_full = localhost
    mpi/total_size_MB = 10
    auth/new_buffering = 1
    sapgui/user_scripting = TRUE
    ssf/name = SAPSECULIB
    ssf/ssfapi_lib = $(DIR_CT_RUN)\sapsecu.dll
    sec/libsapsecu = $(DIR_CT_RUN)\sapsecu.dll
    login/create_sso2_ticket = 2
    login/accept_sso2_ticket = 1
    login/ticket_only_to_host = 1
    rsdb/dbid = NSP
    dbs/ada/schema = SAPNSP

  • Software Update can't check for updates because of a network problem.

    The software update app fails with following error msgs. But all network functions fine.
    +A networking error has occurred: timed out (-1001). Make sure you can connect to the Internet, then try again.+
    +Software Update can't check for updates because of a network problem.+
    Deleted the software update plist files in $HOME/Library/Preferences, $HOME/Library/Preferences/ByHost, and HD/Library/Preferences, as per some posts. no effect. Problem persists.
    Any Ideas?
    Thanks

    Same here
    The last update I managed to do without problems was +Java for Mac OS X 10.5 Update 5+ - since yesterday the update process has become much, much slower and when I try to install +Security Update 2009 005+ and +iTunes 9+, it fails, usually with the aforementioned error, but also sometimes with Error 400 or Error 600, IIRC.

  • Issue configuring DAD on HTTP Server within 10g App Server

    This time with a sensible subject...
    I am trying to configure the HTTP Server within 10g Application Server with a DAD pointing to an instance hosted on the same server. However whenever I apply the DAD settings and re-start the server I am told the DAD is down. I have tried many permutations of the connection string all without success. Has anyone else encountered a similar problem and can suggest a resolution. I am carrying out the same steps as I would for a 9i HTTP Server and can only think it is a difference for 10g App Server.

    Reviewing the mod_plsql services page, it says 'Module Loaded No'. I have reviewed the httpd.conf and oracle_apache_conf files and both suggest that mod_plsql should be started but this is obviously not the case.

  • Networking problem from Mac running Leopard to Mac running Yosemite

    I have a curious networking problem and I would love some suggestions about what might be causing the problem and how to cure it.
    I have a PowerMac G5/1.8DP running Mac OS X 10.5.8 Leopard with a number of external drives attached that I use as backup for all my RAW files. These are mirrored on three drives.
    When I mount the drives on my iMac desktop, running OS X 10.10.1 Yosemite, over a gigabit ethernet network, two things are happening - 1. some of the folders are invisible (although they are actually there and populated on the PowerMac) and 2. spurious, empty, folders with odd names appear on the Yosemite desktop.
    I have checked on the PowerMac to see that the folders all contain files - they do - yet over the LAN they appear as empty folders with gobbledygook names. This happens on all my Macs running Yosemite so it appears to be a Yosemite problem, rather than a Leopard problem. To further reinforce that I have also checked the PowerMac from three other Macs, running Tiger and Leopard, and they can see exactly what is on the drives, with no missing folders or oddly named folders.
    The images show 1. the folder as it appears on the PowerMac running OS X 10.5.8, with two folders RAW Files 26 and RAW Files 28 highlighted, 2. the same folder seen on the Yosemite desktop with two folders, RAW Files 26 and 28, missing and 3. the same folder on Yosemite with three oddly named empty folders.
    I am at a loss to know how to cure it and hope that someone will be able to help.

    You can never, never, never transfer any installed version of PSE on any platform. You must always install from scratch on a new machine. By trying to do so you have made more work for yourself. You will need to download and run this:
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    which will not seem to do anything, but is a necessary step to break the links within the program. Then you can go around and manually remove everything related to PSE that you can find, not only from Applications, but also from your username>library>preferences and the library at the top level of your hard drive>application support>adobe. You must go to these locations manually; spotlight will not help you with this type of search.
    Then you can reinstall from your original media or from the download here:
    Download Photoshop Elements products | 13, 12, 11, 10

  • Rogers Network Problem?

    For the past two days my 3G and EDGE has been unstable. I have been constantly getting an error. Safari can't open the page. The error was: "Operation could not be completed. (kCFErrorDomainCFNetwork error 302.)"
    I am using Rogers and since July 11th I've had no problems with my phone. Do you think its a Rogers problem or can I do something on my phone to help?
    Thank you,
    Austin

    Rogers is working on the problem, They haven't given an ETA at the moment (most network problems are resolved within 48 hours of opening a master ticket). Unfortunately, since the problem seemed remote for the first 48 hours, the Ticket wasn't opened until late Saturday Aug. 23 2008. It's a good idea to give them a call, and add your account to the Master ticket. This will enable them to call you for any specifics on your particular problem if the issue isn't fixed past their own resolution and offers some insight into the troubleshooting of this issue. If any refunds, crediting or exchange issues come up, they will be able to refer back to the Master ticket and find who are eligible for this process.

Maybe you are looking for

  • HDTV -- HD DVD

    I record HDTV programs over the air on to my Mac using EyeTV. I can easily demux these MPEG-2 transport streams (1080i and 720p), bring them into DVD Studio Pro, and author an HD-DVD which I burn to DVD-9 media (red laser dual layer). However, someti

  • OS9 sleep and display questions

    I'm running Mac OS 9.2.2 on a Beige G3 All-In-One. I often conduct downloads of large files on the computer (mostly transferring old software from my iDisk), and it seems a waste that there isn't an option to easily turn off the screen. If I put the

  • Nokia mix radio /store not visible Lumia 720 India

    I have recently bought Lumia 720 and when I am trying to find mix radio or nokia music store under nokia music; it's just not showing up. Is the service not available in India and if so; when will it be available or there is some problem with my devi

  • ExecuteQueryForCollection override works in 10.1.2, not 10.1.3EA

    I've overridden executeQueryForCollection in a ViewObjectImpl and it was working in JDev 10.1.2. I'm experimenting with 10.1.3, so I copied my Application and imported it. I'm getting the following error: oracle.jbo.JboException: JBO-29000: Unexpecte

  • IMessages do not appear or are very delayed

    When other iPhone users send messages they do not always appear on my phone 4