Ansicht
Dokumentation
00664 - TPPARAM and SYSTEM.CFG on 4.6C system
TXBHW - Original Tax Base Amount in Local Currency ABAP Short ReferenceThis documentation is copyright by SAP AG.

TPPARAM and SYSTEM.CFG on 4.6C system
Thanks to Klaus and everyone else who replied to my inquiry! We hadjust installed our QA machine and shared the transport directory. I was
attempting to test the tp function with a tp connect, which started this
whole process.
After some research, I found that as of release 4.5, one is not supposed
to edit the TPPARAM file directly, but through STMS. Neither do you
have to run SE06 after a standard installation, since STMS is smart
enough to initialize the CTO if it has not been done previously.
Therefore, we have decided to upgrade our kernel, r3trans, tp and
import/adjust our instance profile, (which require a trans dir path),
before returning and setting EVERYTHING up through STMS.
Regards,
Robert Ingrum
Louis Dreyfus
ingrumrZl...
"Klaus Lindegaard (RWDK)" wrote:
> Hi Robert,I like Betsy have both 4.6B and a 3.1H (my old test
> system).
>
> #Z(#)%M%%E%SAP%I%<?xml:namespace prefix = o ns =
> "urn:schemas-microsoft-com:office:office" />
>
> #
>
> # Clean up parameters KLi 19.03.1998rettet 16.09.1998
>
> #
>
> DATALIFETIME = 120
>
> OLDDATALIFETIME = 120
>
> COFILELIFETIME = 120
>
> LOGLIFETIME = 120
>
> #
>
> QDK/dbhost = RWDKTE01
>
> transdir=/usr/sap/trans/
>
> #R3transpath=/usr/sap/QDK/SYS/exe/run/R3trans
>
> #R3sapevtpath=/usr/sap/QDK/SYS/exe/run/sapevt
>
> U01/dbhost=rwdkte01
>
> transdir=/usr/sap/trans/
>
> #R3transpath=/usr/sap/$(SYSTEM)/SYS/exe/run/R3trans
>
> #R3transpath=/usr/sap/U01/SYS/exe/run/R3trans
>
> #sapevtpath=/usr/sap/$(SYSTEM)/SYS/exe/run/sapevt
>
> #sapevtpath=/usr/sap/U01/SYS/exe/run/sapevt
>
> RDK/dbhost=rwdkte01
>
> transdir=/usr/sap/trans/
>
> #R3transpath=/usr/sap/RDK/SYS/exe/run/R3trans
>
> #sapevtpath=/usr/sap/RDK/SYS/exe/run/sapevt
>
> P01/dbhost=rwdkpr01
>
> transdir=/usr/sap/trans/
>
> R3transpath=/sapmnt/exe/R3trans
>
> sapevtpath=/sapmnt/exe/sapevt
>
> I01/dbhost=rwdkte01
>
> transdir=/usr/sap/trans/
>
> R3transpath=/usr/sap/I01/SYS/exe/run/R3trans
>
> sapevtpath=/usr/sap/I01/SYS/exe/run/sapevt
>
> transdir=/usr/sap/trans/
>
> R3transpath=/usr/sap/$(SYSTEM)/SYS/exe/run/R3trans
>
> sapevtpath=/usr/sap/$(SYSTEM)/SYS/exe/run/sapevt
>
> -------------------------------
>
> Regards
>
> Klaus
>
>
> -----Oprindelig meddelelse-----
> Fra: Betsy Strebe [mailto:bstrebeZs...]
> Sendt: 6. februar 2001 21:44
> Til: robertZe...
> Cc: sap400Zm...
> Emne: Re: TPPARAM and SYSTEM.CFG on 4.6C
> system
>
>
> Robert,
>
> Here is ours (we have both 4.6B and 3.1H systems).
>
> ************Beginning of data**************
> ##################################################
> # Global parameters
> ##################################################
> transdir = /usr/sap/trans/
> testimport = 0
> ##################################################
> # Cleanup of transport files
> # datalifetime = minimum life of files in DATA
> # loglifetime = minimum life of files in LOG
> # olddatalifetime = minimum life of files in OLDDATA
> # cofilelifetime = minimum life of files in COFILE
> ##################################################
> datalifetime=30
> loglifetime=60
> olddatalifetime=30
> cofilelifetime=60
> ##################################################
> # Specific parameters
> # parm <sid>/dbname no longer needed for 4.6B
> ##################################################
> VGR/dbhost = phoenix
> TST/dbhost = phoenix
> PRD/dbhost = shw
> ##################################################
> # Specific parameters 3.1H systems
> ##################################################
> D01/dbhost = shw
> D01/dbname = D01
> T01/dbhost = shw
> T01/dbname = T01
> P01/dbhost = shw
> P01/dbname = P01
>
>
> * * * * * * * * * * * * * * * * * * * *
> Betsy Strebe
> Systems Technical Manager
> TFE - Sutter Home Winery
> bstrebeZs...
>
>
>
>
>
>
>
> Robert Ingrum <basisadmZs...> on 02/06/2001
> 11:54:56 AM
>
> Please respond to robertZe...
>
> To: "'sap400Zm...'" <sap400Zm...>
> cc:
>
> Subject: TPPARAM and SYSTEM.CFG on 4.6C system
>
>
>
>
> Hi SAPers!
>
> We are setting up our QAS 4.6C database, 4.6D kernel
> system. Our DEV
> system is at the same level and is where the shared trans
> dir resides.
> We followed note 117465 to append the entries from QAS
> sapmnt/trans/config/QAS/SYSTEM.CFG to the corresponding
> SYSTEM.CFG on
> DEV. We did the same for usr/sap/trans/bin/TPPARAM.
>
> When we stopped and attempted to start the DEV system, we
> received the
> error "SAP0901, Unexpected error occured in wrkr3cfg.c in
> line 107".
> This occured immediately at the workstation issuing the
> STARTSAP
> command. When we removed the appended entries from
> SYSTEM.CFG and
> TPPARAM on DEV, the system started normally. QAS was never
> affected,
> and would stop and start in either case. We had previously
> changed the
> shared trans directory to the trans dir on DEV and the IFS
> links all
> appear to be set up correctly.
>
> I suspect that the problem is that when we appended to
> TPPARAM, it ended
> it up with two identical sets of global info, "transdir =
> /usr/sap/trans" and 'testimport = 0". However, we would
> find it helpful
> if those of you with a 4.6x system wouldn't mind sending a
> copy of your
> TPPARAM and SYSTEM.CFG to us so we can compare them. This
> is what ours
> look like:
>
> # TPPARAM FILE
> ##################################################
> # Global parameters #
> ##################################################
> transdir = /usr/sap/trans/
> testimport = 0
> ##################################################
> # Specific parameters #
> ##################################################
> DEV/dbhost = LDCWLT242
> DEV/dbtype = db4
> ##################################################
> # Global parameters #
> ##################################################
> transdir = /usr/sap/trans/
> testimport = 0
> ##################################################
> # Specific parameters #
> ##################################################
> QAS/dbhost = LDCWLT243
> QAS/dbtype = db4
>
> *********************************************************************
>
> # SYSTEM.CFG FILE
> # Created on 20001130124928
> #
> SAPSYSTEMNAME = DEV
> SAPDBHOST = LDCWLT242
> SAPMSHOST = LDCWLT242
> #
> db4/kernel = R346DOPT
> db4/dbasp = 1
> db4/jrnrcvasp = 1
> # Created on 20010131135731
> #
> SAPSYSTEMNAME = QAS
> SAPDBHOST = LDCWLT243
> SAPMSHOST = LDCWLT243
> #
> db4/kernel = R346DOPT
> db4/dbasp = 1
> db4/jrnrcvasp = 1
>
>
> *******************************************************************
>
> Thanks in advance!
>
> Regards,
>
> Robert Ingrum
> Louis Dreyfus
> ingrumrZl...
>
>
>
>
>
>
>
>
>
>
>
>
consolut Sponsor
>
> To unsubscribe from this group, send an email to:
> SAP on System i-unsubscribeZegroups.com
>
>
>
[Non-text portions of this message have been removed]
Durban Tours - Südafrika Safari
CL_GUI_FRONTEND_SERVICES - Frontend Services RFUMSV00 - Advance Return for Tax on Sales/Purchases
This documentation is copyright by SAP AG.
Length: 10216 Date: 20231208 Time: 173501 sap01-206 ( 3 ms )