Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by coroner74

  1. coroner74

    Excel errors since applying SP1 for 2003

    yes thats exactly what i mean.(sorry for the "extra"... have no english excel here ;-))
  2. coroner74

    SAP INCOPATIBLE WITH Windows XP SP2?

    hi nb45, i remember the same problem on our 4.6c when first clients went to windows xp sp2. After implementing SAP-Note #738927 it was working again. I haven't thought that a sap patch wouöd solve the problem on the client... but it has worked. It may be another note if you use other release of...
  3. coroner74

    Excel errors since applying SP1 for 2003

    Try in Excel Extras->Macro->Securtiy and in the popup select both checkboxes to trust everything. I had a likely problem (but not through its and portal, but directly on 4.6c) and solved it this way. regards coroner
  4. coroner74

    Monitor connection Clients to network-interface

    Yeah, snoop worked well for this. shame on me ;-) Thanx !! Coroner74
  5. coroner74

    Monitor connection Clients to network-interface

    hi folks, having the following problem. A server, set up with one physically NIC has several IP-Adresses configured on this device. Now I would like to disable the older IPs from older VLANS that *might* not be longer in use. But I can't guarantee that someone uses some of these IPs. How can I...
  6. coroner74

    SAP/Steeb Relationship?

    Hi Skittle, normally when I hear about Steeb and SAP in one sentence it means to me the Provider for SAP-Solutions. Its a company in Germany that provides SAP Training and consulting. (see also www.steeb.de/english/index.html ) I don't think that it has something to do with the AS400 System...
  7. coroner74

    mini sap installed but can't logon

    Hey, lanet.. thats why it sometimes doesn't worked on my pc ;-) thanx coroenr74
  8. coroner74

    ORA . 01034 :Oracle not Available

    Hi again, so your first problem: sh does not like variable assignment and export on the same line. Either use bash or switch to: DISPLAY=sunoracle:0.0 export DISPLAY Your second problem is more tricky I think. But it seems to be also a environment Problem. Check your ORACLE_HOME and PATH env...
  9. coroner74

    ORA . 01034 :Oracle not Available

    hi... well murphy must living in my town... today I've got your ORA 27102. After I've played with my /etc/system parameters the DB thought it has no memory. So try that: edit set shmsys:shminfo_shmmax=0x40000000 reboot -- -r and try again. think it should be better. (maybe try just 0x10000000...
  10. coroner74

    ORA . 01034 :Oracle not Available

    hi again, do what ken wrote... but i've never seen that the script is not executable. Normally the oraisntaller made this chmod for the user. what does ls -l on that directory sais ? (the whole line that contains root.sh) It's strange that it is not executable. Maybe the process, that fills the...
  11. coroner74

    ORA . 01034 :Oracle not Available

    Hi, well your problem may solve when running root.sh. You don't find it in /ORACLE_HOME/ but in $ORACLE_HOME/. It depends where you installed your Oracle. Maybe in /oracle/817_32 or wherelse. If you are not sure type as root a 'find / -name root.sh'. It should tell you where it is. The out of...
  12. coroner74

    Dual CPU's and 'top'

    hi, for 1) try 'psrinfo -v', or just 'psrinfo' 2.) that means that your process is waiting for I/O answers. What I don't know is, what top classifies as I/O traffic. It can be the I/O on the internal busses, the network, the internal disks or the internal controllers or everything I've...
  13. coroner74

    FTPSAP

    Hi, suggestion transfer format ? Binary/ASCII ? Depending what tool u'r using from windows it discovers the right format from the first byte in the header of the file - how AS400 does... I don't know. coroner74
  14. coroner74

    How to exp a single table from Ora8174

    Thanks to you sybaseguru. This works great. [2thumbsup] coroner74
  15. coroner74

    How to exp a single table from Ora8174

    Hi, I'm not familiar with Oracle sql commands also to the syntax of the exp-tool but need to export a single table to a text-file on solaris. I'm struggling with the syntax what table I want to export... My current commandline reads: /oracle/P22/bin/exp system/xxxx...

Part and Inventory Search

Back
Top