How to config the shmsys:shminfo_shmmax?

OS: soloaris 10
DB: Oracle 10.2.0.5 SGA=6g
TT: timesten 11.2 DSN need: 32g
phisical memory: 64g
how should I config this parameter in /ect/system ?
shmsys:shminfo_shmmax = ?
and the current value is 24g.
there is a DSN example:
[Test]
Driver=/oracle/timesten11g/Tiemsten/tt1121/lib/libtten.so
DataStore=/temp/test
PermSize=12000
TempSize=2400
LogBufMB=256
PLSQL=1
OracleNetServiceName=db1
To connect the timesten by ODBC :
SQLHSTMT Ehstmt;
SQLHENV henv;
SQLHDBC hdbc;
SQLROWSETSIZE gIrow;
SQLRETURN rc;
int v1,v2,v3;
void bind_param(void)
sqlbuf=(char *)malloc(4000);
memset(sqlbuf,0,4000);
sprintf(sqlbuf,"insert into test values(?,?,?);
rc=SQLAllocStmt(hdbc,&Ehstmt);
rc=SQLBindParameter(Ehstmt,1,SQL_PARAM_INPUT,SQL_C_SLONG,SQL_INTEGER,(SQLULEN)sizeof(int),0,&v1,sizeof(int),&gvi_len);
handle_errors(hdbc,Ehstmt,rc,ABORT_DISCONNECT_EXIT,"binding parameter",__FILE__,__LINE__);
rc=SQLBindParameter(Ehstmt,2,SQL_PARAM_INPUT,SQL_C_SLONG,SQL_INTEGER,(SQLULEN)sizeof(int),0,&v2,sizeof(int),&gvi_len);
handle_errors(hdbc,Ehstmt,rc,ABORT_DISCONNECT_EXIT,"binding parameter",__FILE__,__LINE__);
rc=SQLBindParameter(Ehstmt,3,SQL_PARAM_INPUT,SQL_C_SLONG,SQL_INTEGER,(SQLULEN)sizeof(int),0,&v3,sizeof(int),&gvi_len);
handle_errors(hdbc,Ehstmt,rc,ABORT_DISCONNECT_EXIT,"binding parameter",__FILE__,__LINE__);
free(sqlbuf);
void main()
connect_TT(username,password);
bind_param();
for(int i=0;i<65500;i++)
rc=SQLParamOption(Ehstmt,1,&gIrow);
handle_errors(hdbc,Ehstmt,rc,ABORT_DISCONNECT_EXIT,"settint batch size",__FILE__,__LINE__);
rc=SQLExecute(Ehstmt);
rc=SQLTransact(henv,hdbc,SQL_COMMIT);
rc=SQLFreeStmt(Ehstmt,SQL_DROP);
rc=SQLDisconnect(hdbc);
rc=SQLFreeConnnect(hdbc);
rc=SQLFreeEnv(henv);
there are two process about this dSN watched by the Process manager:
/oracle/timesten11g/Timesten/tt1121/bin/timestenrepd -verbose -userlog tterrors
/oracle/timesten11g/Timesten/tt1121/bin/timestensubd -verbose -userlog tterrors
the memory of the process named timestenrepd increases continuelly. I am confused by this. whats wrong with my dsn configaration or the program?

The kernel parameter 'shmmax' sets the maximum size for a single shared memory segment. it needs to be set large enough to allow for creation of the largest segment that you require. Each TimesTen datastore is a single shared memory segment of size (PermSize + TempSize + LogBugMB + ~20 MB). So, you need to ensure that 'shmmax' is set high enough to allow of the largest datastore that you will use.
When you say that 'the memory of the process named timestenrepd increases continually' what metric are you referring to? Is it Resident Set Size, Virtual Size or ...? There really isn't any simple concept of 'the memory used by the process'; we need to know exactly which metric is increasing. Also, how quickly does it increase; is it 1 MB per hour or 1 Mb per minute or ...?
Lastly, does anything that is running against the datastore execute any large transactions (by this I mean insert/update/delete tens of thousands or maybe even millions of rows in one transaction)? The replication agent captures changes from the transaction log stream and has to hold all those changes in memory until it sees a 'commit', If you e.g. update 2M records in one transaction then the replication agent needs to allocate memory to hold all those changes; that's a bad idea! The golden rule in any replicated system is that transactions must be short (few thousand operations at most).
Thanks,
Chris

Similar Messages

  • How to config the telephony button in CRM 5.0 (win client)

    Dear Sir,
    I can't find the documents how to config the telephony button in CRM5.0 (win clicent). Please kindly advise.
    Thank you and best regards,
    Vimol

    i can find the solution

  • How to config the web.xml file, when I use Richfaces + RI 1.2?

    Hi there:
    I want to use Richfaces + RI 1.2 to build a project. I don`t know how to config the web.xml file.
    By the way, my web server is Tomcat 6.0, my JDK's version is 6u6. I don`t want to use the facelets.
    thanks.
    lxm

    just add this before *</web-app>*
    <context-param>
           <param-name>org.richfaces.SKIN</param-name>
           <param-value>blueSky</param-value>
      </context-param>
      <filter>
           <display-name>RichFaces Filter</display-name>
           <filter-name>richfaces</filter-name>
           <filter-class>org.ajax4jsf.Filter</filter-class>
      </filter>
      <filter-mapping>
           <filter-name>richfaces</filter-name>
           <servlet-name>Faces Servlet</servlet-name>
           <dispatcher>REQUEST</dispatcher>
           <dispatcher>FORWARD</dispatcher>
           <dispatcher>INCLUDE</dispatcher>
      </filter-mapping>

  • How to config the font size of rich pod?

    Hi,
    Does anyone know how to config the font size of rich pod? It's too small.
    Thanks!

    You can do that using the PRINT-CONTROL Statement.This will only work when you send the list to the printer.Sample code is as below :
    REPORT zfont NO STANDARD PAGE HEADING LINE-SIZE 80 LINE-COUNT 65.
    Start of print-control
    NEW-PAGE PRINT ON.
    PRINT-CONTROL FUNCTION 'SF000'.
    WRITE: / 'This is CPI 20'.
    SKIP.
    PRINT-CONTROL FUNCTION 'SF020'.
    WRITE: / 'This is CPI 6'.
    SKIP.
    PRINT-CONTROL FUNCTION 'SF008'.
    WRITE: / 'This is CPI 12'.
    Depending on your SAP printer device, this may also work
    PRINT-CONTROL FONT 1 LPI 6.
    you can try to change font and LPI numbers
    WRITE: / 'font 1 lpi 6'.
    PRINT-CONTROL FONT 2 LPI 6.
    WRITE: / 'font 2 lpi 6'.
    PRINT-CONTROL FONT 3 LPI 6.
    WRITE: / 'font 3 lpi 6'.
    End of print-control
    NEW-PAGE PRINT OFF.
    *--- End of Program

  • How to config the user and role in the runtime for executing in the GP?....

    Hi Experts,
    I am learning GP(Guided processor)according the document
    http://help.sap.com/saphelp_nw70/helpdata/en/44/0d5b8f250d5cfae10000000a155369/frameset.htmneed.
    I meet two question when I learn the GP.
    The first:
    This document don't tell me how to config the member framework of the company.  After I design the GP, I have to config the user and role in the runtime for executing. I hope I can use the WDA(webdynpro for java or webdynpro for java) to implement to config the user for executing in the runtime. Thus, the customer don't config the user when runing the GP. But I don't know how to do this.
    I need a document guide step by step to tell me how to do this.
    The second:
    If I use the workflow in the GP, I have to install and config the NWDI(Netweaver Development Infrastructure). Now I have installed the NWDI, but I don't know config it so that I can download it to my machine for develop the workfolw in the GP.
    Do you give me some hints? Thanks a lot.
    Thank a lot.
    Best regards,
    tao

    Hi, Mithu,
    Thanks a lot for your help in advance.
    I have carefully read the document: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6b66d7ea-0c01-0010-14af-b3ee523210b5.
    Now, I think I have to set the processor of every actions in every process if I use the GP for processing the workflow.
    I am better to hope that I can set the processor to the role for every actions in every process in the runtime through get the organizational structure in the WDA(webdynpro for java or webdynpro for java). Thus, the customer don't set the processor to the role for every action in every process when runing in the GP.   I don't know how to do this. 
    Whether the function is not supported in the GP? If so, I have to config two organizational structure: in the R/3 and in the Portal. I don't think our customer don't receipt this solution.
    Do you give me some hints? Thanks a lot.  My email: [email protected]
    Thanks again.
    Thanks & Regards,
    Tao

  • How to config the Default Values in IT 2006

    Dear Gurus,
                      My Client requirement is if i create Absence quota they want default quotas values
    eg PL= 40
         CL=7
         SL=5
    Then how to config the Default Values in IT 2006
    Other wise where i have to assign in Quotas limit
    Please advised
    Regards
    MHPO

    Configure ur Absence Quotas with Selection group and assign the value of that selection group in Quomo
    and run  RPTQTA00
    Time Data Personnel Time Management IMG   Managing Time Accounts Using Attendance/AbsenceRecording and Administration   Define Absence Quota Types. Time Quota Types Quotas
    PersonnelIMG   Managing Time Time Data Recording and Administration Time Management   Calculating Absence Entitlements Accounts Using Attendance/Absence Quotas   Permit Quota Generation Without TimeAutomatic Accrual of Absence Quotas  Evaluation.
    Time Time Evaluation  Personnel Time Management IMG   Set Personnel Subarea Groupings for Time Recording.Evaluation Settings
    PersIMG  Time Data Recording and Administration onnel Time Management   Calculating AbsenceManaging Time Accounts Using Attendance/Absence Quotas   Set Base Entitlements  Rules for Generating Absence Quotas Entitlements  Base Entitlement for Absence Quota Generation.
    Personnel TimeIMG   Managing Time Accounts Time Data Recording and Administration Management   Rules for Calculating Absence Entitlements Using Attendance/Absence Quotas   Determine Validity and Deduction Periods.Generating Absence Quotas
    IMG  Managing Time Data Recording and Administration  Personnel Time Management   Calculating Absence EntitlementsTime Accounts Using Attendance/Absence Quotas   Define Set Base Entitlements  Rules for Generating Absence Quotas  Generation Rules for Quota Selection.
    Define Public Holiday Work Schedules  Personnel Time Management IMG  Classes
    Personnel Work Schedules  Personnel Time Management IMG   Group Personnel Subareas for the Work ScheduleSubarea Groupings
    IMG   Group Personnel Subarea Groupings  Work Schedules Personnel Time Management  Personnel Subareas for theDaily Work Schedule
     Daily Work Schedules  Work Schedules  Personnel Time Management IMG  Define Daily Work Schedules
    Work Personnel Time Management IMG   Define Period Work Schedules. Period Work Schedules Schedules
    IMG   Define Day Day Types  Work Schedules Personnel Time Management  Types.
     Day Types  Work Schedules  Personnel Time Management IMG  Define Day Types.
    Day Work Schedules  Personnel Time Management IMG   Define Special Days.Types
    Work Personnel Time Management IMG   Define Employee Subgroup Work Schedule Rules and Work Schedules Schedules  Groupings
    Work Work Schedules  Personnel Time Management IMG   Define Groupings for the Public HolidaySchedule Rules and Work Schedules  Calendar.
    Work Work Schedules  Personnel Time Management IMG   Set Work Schedule Rules and WorkSchedule Rules and Work Schedules  Schedules.
    Work Work Schedules  Personnel Time Management IMG   Generate Work Schedules ManuallySchedule Rules and Work Schedules
    IMG  Set Planned Working Time  Work Schedules  Personnel Time Management  Default Value for the Work Schedule.
     Personnel Time Management IMG   Set Default Value for Time Management Planned Working Time Work Schedules  Status.
    Time Data Recording and Personnel Time Management IMG   Define Personnel Subareas for Substitution Substitutions Administration  Types.
    Time Data Recording and Personnel Time Management IMG   Set Defaults for Substitution Types. Substitutions Administration
    IMG  Absences Time Data Recording and Administration  Personnel Time Management   Group Personnel Subareas for Attendances and Absence Catalog  Absences.
    Time Data Recording and Personnel Time Management IMG   Define Absence Types. Absence Catalog  Absences Administration
    IMG   Absences  Time Data Recording and Administration Personnel Time Management   Define Counting Classes for the Period Work Absence Counting Absence Catalog  Schedule.
    Time Data Recording and Personnel Time Management IMG   Rules for Absence Counting  Absence Catalog  Absences Administration   Group Employee Subgroups for Time Quotas.Absence Counting (New)
    IMG   Absences  Time Data Recording and Administration Personnel Time Management   Group Rules for Absence Counting (New)  Absence Counting Absence Catalog  Personnel Subareas for Time Quotas
    Time Personnel Time Management IMG   Absence Absence Catalog  Absences Data Recording and Administration   Define Rules for Rounding Counted Rules for Absence Counting (New) Counting  Absences
    Time Data Recording and Personnel Time Management IMG   Rules for Absence Counting  Absence Catalog  Absences Administration   Define Counting RulesAbsence Counting (New)
    Personnel TimeIMG   Absence Catalog Absences  Time Data Recording and Administration Management   Define Counting Rules  Rules for Absence Counting (New)  Absence Counting  Deduction rules for Absence quotas
    Time Personnel Time Management IMG   Absence Absence Catalog  Absences Data Recording and Administration   Assign Counting Rules to Absence Types.Counting
    Personnel TimeIMG   Attendances/Actual Working Time Data Recording and Administration Management   Define Attendance Types.Times
    Time Personnel Time Management IMG   Attendances/Actual Working Times Data Recording and Administration   Assign Counting Rules for Attendance counting (New) Attendance counting  Rules to Attendance Types.
    Time Data Personnel Time Management IMG   Managing Time Accounts Using Attendance/AbsenceRecording and Administration   Define Absence Quota Types. Time Quota Types Quotas
    PersonnelIMG   Managing Time Time Data Recording and Administration Time Management   Calculating Absence Entitlements Accounts Using Attendance/Absence Quotas   Permit Quota Generation Without TimeAutomatic Accrual of Absence Quotas  Evaluation.
    Time Time Evaluation  Personnel Time Management IMG   Set Personnel Subarea Groupings for Time Recording.Evaluation Settings
     Time Data Recording and Administration  Personnel Time Management IMG  Managing  Calculating AbsenceTime Accounts Using Attendance/Absence Quotas   Set Base Entitlements  Rules for Generating Absence Quotas Entitlements  Base Entitlement for Absence Quota Generation.
    Personnel TimeIMG   Managing Time Accounts Time Data Recording and Administration Management   Rules for Calculating Absence Entitlements Using Attendance/Absence Quotas   Determine Validity and Deduction Periods.Generating Absence Quotas
    IMG  Managing Time Data Recording and Administration  Personnel Time Management   Calculating Absence EntitlementsTime Accounts Using Attendance/Absence Quotas   Define Set Base Entitlements  Rules for Generating Absence Quotas  Generation Rules for Quota Selection.

  • How to config the oracle database connection pool in IAS

    Hi,
    Does anyone who hows to config the oracle database connection pool in IAS?
    Thanks so much!!!
    [email protected]
    Jacky

    Jacky,
    You need do the following for oracle type4 driver:
    1) register the driver:
    $IAS_HOME/bin/jdbcsetup
    Driver Identifier: Oracle_Type4_816 (whatever name you like)
    Driver Classname: oracle.jdbc.driver.OracleDriver
    Driver Classpath: .../classes12.zip (install this this zip file somewhere
    and add this zip into the Classpath later).
    2) DataSource Setup:
    start iAS Administration Tool (iASAT)
    Choose Database, unfold iAS1 (your app server instance),
    choose External JDBC Datasource -> add: DataSource Registration
    JNDI Name: yourPoolName
    Driver Type: Oracle_Type4_816 (select what you just register)
    DataSource Url: jdbc:oracle:thin:@hostName:portName:dbName
    Username: your_user_name
    Password: your_passwd
    (Datasource Pool: using defaults for now): you can also customrize the
    parameters for the pool.
    3. Add classes12.zip into CLASSPATH.
    In your application, you can use JNDI lookup to get the DataSource from
    which you get the connection from the pool.
    Hope this helps.
    Good luck.
    Xuran
    "Jacky Yan" <[email protected]> wrote in message
    news:9m0tmp$[email protected]..
    Hi,
    Does anyone who hows to config the oracle database connection pool in IAS?
    Thanks so much!!!
    [email protected]
    Jacky

  • How to config the CLASSPATH in Win2000 server for JDBC(oracle.jdbc.driver,*)

    I am using the OS: Win2000 Server.I need to connect to some remote DataBase,but I
    don't know how to config the driver in the CLASSPATH environment variable, my Problem is: when I import the oracle.jdbc.driver.OracleDriver ,and run the program, it warns to me that it cannot find the class,and i know i didnot config the CLASSPATH in environment variables, so I want someone to tell me how to config it ,and where should the file "class12.zip" be placed !
    Thank you! maybe the problem is a piece of cake for you ,but now i do not know how to deal with it!

    Hi ,
    try this,
    http://myjdbc.tripod.com/basic/jdbcurl.html
    Regards
    Elango.

  • How to config the proxy of Bpel process manager(with password)

    HI, i met the quetion as below
    The The Oracle BPEL Process Designer & Manager server is installed on my computer in domin of my company, so if One of the BPEL processes deployed on the BPEL server needs to access a synchronous Web service hosted outside the firewall .i need to config the proxy, but the proxy of my company needs my ID and password to access outside . after I congfig the proxy
    option of designer and build the Process, there will be pop-up a dialog box and ask for my ID & password .But how i config the proxy of Bpel process manager?? I read the tecnote about HTTP Proxy Configuration and config the proxy in the obsetenv.bat ,but it seems has no information about my ID&password in obsetenv.bat.
    The question is How can i let the Bpel process manager know my proxy and ID&password ?? pls help me ,thx!

    I have set these value in obsetenv.bat as follows, and I restart the Bpel manager server and designer.
    but the same issue still occur:
    set OB_JAVA_PROPERTIES="-Djavax.wsdl.factory.WSDLFactory=oracle.j2ee.ws.wsdl.factory.WSDLFactoryImpl" "-Dhttp.proxySet=true" "-Dhttp.proxyHost=pxysha" "-Dhttp.proxyPort=8080" "-Dhttp.proxyUser=oocldm\hanfi" "-Dhttp.proxyPassword=123456" "-Dhttp.nonProxyHosts=localhost".
    At the same time, I have set proxy server in bpel designer of eclipse, after I build the process,it can works well(which display BUILD SUCCESSFUL), but the bpel server display error message as below :
    Exception Name:
    Failed to read wsdl
    Exception Description:
    Error happened when reading wsdl at "C:\orabpel\domains\default\tmp\.bpel_TerraFlow_1.0.jar\TerraServiceRef.wsdl", because "WSDLException: faultCode=PARSER_ERROR: Error reading file: Server returned HTTP response code: 407 for URL: http://terraserver.microsoft.com/TerraService.asmx?WSDL".
    what happen ?

  • How to config the ws-security?

    how may i config the ws-security options for a http-soap
    adapter?
    the webservice needs w-security authentication, as a result i got this error message as reply to my request
    ( soap fault: WSS4JInHandler: security processing failed )
    to config ws-security i tried to enabled the checkbox
    "choose securityprofile"
    in the options of the soap adapter.
    as second step i had to config the
    receiveragreement options.
    in the key-options i can choose "service_ssl" and "ticketkeystore"
    i think i need a extra key for this service.
    how can i create this keys?
    where can i find good documentation for the soap-adapter and the security options
    thx Ronald

    Documentation SOAP adapter - http://help.sap.com/saphelp_nw04/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/content.htm
    Security settings for SOAP adapter - http://help.sap.com/saphelp_nw04/helpdata/en/56/992d4142badb2be10000000a1550b0/content.htm

  • How to config the Leave in advanced?

    Hi all !
    Please help me to solve my problem.
    In my company:
    (A) : Employee/s with 12 months service is/are entitled to a vacation with full pay. Number of paid workdays vacation is 12 workdays for all staff
    And
    (B) : Employee/s can take maximum 5 leave days as advanced leave days. This leave day is approved when vacation and/or compensation are/is zero, this's mean (A) = 0.
    So I setup the SAP system below :
    (A) : Absence Quota Type = "60" it mean is Allowed Quotas for the leave in vacation with default values is 12 days => (A) it's ok. i can use IT2001 for Leave in Vacation. When (A) = 0 , employee can take (B) to leave.
    (B) : I don't know how to config this.
    So how to config to Employee take advance leave ? and i think that IT2001 used for (A) so  what 's the Infotype used for (B)?
    Thanks for your support.
    Huyen Nguyen.
    Edited by: Huyen Nguyen on Feb 9, 2009 4:16 AM

    No body help me!

  • How to config the AS5300 support this???

    now,we have one AS5300 with 8 CE1 port. want use the port to calling and called bri isdn and normal modem,otherwise use callback for remote access.how to config for support this?can give me some example.this.
    ps>> the ce1 now is connect the isp by CE1(pri 30B+D).

    Hi,
    In SE38(ur program)--> menubar GOTO>TRANSLATION->provide SOURCE and TARGET LANGUAGE->write the texts in desired language---
    I think it may help you.
    Thanks,

  • How to config the logout time in BW

    If the user do'nt refresh the Bex report for a longtime  how to set the logout time in BW. Could someone give me some hits. Thanks.

    If you want to logout the user session automatically if the user has not worked or does any activity in the system then for that you need to change the parameter settings using the RZ11 transaction
    parameter :rdisp/gui_auto_logout
    Enter the required number of seconds of inactivity before the user is logged off automatically.
    To deactivate automatic log off, delete the parameter from the profile(s) or set the value '0'.

  • How to config the server in shared server mode?

    SQL> alter system set dispatchers='(protocol=tcp)(dispatchers=10)' ;
    System altered.
    SQL> alter system set shared_servers=5;
    System altered.
    then config the client connection to shared server mode thru` net manager
    and try the qq user on another pc in lan.
    but it failed to use shared sever mode
    SQL> col username for a10
    SQL> col machine for a30
    SQL> col server for a10
    SQL> set linesize 120
    SQL> select username,server,machine from v$session where username is not null;
    USERNAME SERVER MACHINE
    QQ NONE WORKGROUP\HYC-PC
    SYS DEDICATED rhel5
    QQ user server type is NONE
    RED HAT linux or windows platform are the same result

    938261 wrote:
    SQL> alter system set dispatchers='(protocol=tcp)(dispatchers=10)' ;
    System altered.
    SQL> alter system set shared_servers=5;
    System altered.
    then config the client connection to shared server mode thru` net manager
    and try the qq user on another pc in lan.
    but it failed to use shared sever mode
    SQL> col username for a10
    SQL> col machine for a30
    SQL> col server for a10
    SQL> set linesize 120
    SQL> select username,server,machine from v$session where username is not null;
    USERNAME SERVER MACHINE
    QQ NONE WORKGROUP\HYC-PC
    SYS DEDICATED rhel5
    QQ user server type is NONE
    RED HAT linux or windows platform are the same resultDEDICATED vs. SHARED is controlled by the client; not by DB Server

  • How to config the adobe form to report RFIDYYWT

    I have created a new custom Adobe form ,can any one of you help me in configuring that form to repot RFIDYYWT,if I config standard form (IDWTCERT_US_1099MISC) in SPRO and it is working fine but when i am config the custom form,i am not able view the print.Please help me.

    I found this thread while researching the same question.  By creating an implementation of BADI IDWTREP_ADOBEPRINT, you'll be able to add your custom forms to the filter values of your BADI implementation after which program RFIDYYWT will recognize them.  You'll need to add code to the PREPARE_ADOBE_PRINT method of your implementation in order to print your custom forms.
    In my scenario, I needed to copy the SAP delivered 1099-Misc Adobe forms in order to create a custom version of them.  The steps I performed were:
    Copy SAP Adobe forms IDWTCERT_US_1099MISC and IDWTCERT_US_1099MISC1 to create custom versions of them (ZIDWTCERT_US_1099MISC and ZIDWTCERT_US_1099MISC1). 
    Created ZIDWTREP_ADOBEPRINT implementation of BADI IDWTREP_ADOBEPRINT.
    Added my custom forms ZIDWTCERT_US_1099MISC and ZIDWTCERT_US_1099MISC1 to the filter values of my implementation.
    The code I added to the PREPARE_ADOBE_PRINT method was copied directly from the SAP class CL_IM_IMPUS_IDWTREP_ADOBE method IF_EX_IDWTREP_ADOBEPRINT~PREPARE_ADOBE_PRINT.  The only change I had to make to the copied code was to replace the references to the SAP forms with the values for my custom forms.
    Now with our custom forms in place, we're able to produce Copy B, as well as Copy 1 and Copy 2 when printing our 1099 MISC forms.   

Maybe you are looking for

  • HELP! What Are Options?

    I'm behind on my payments due to being laid off, and would love to know what my options are. I've heard financial services can help, but what exactly can they do? Will they help me get my phone back on asap? I love Verizon and would appreciate any ad

  • How do I link multiple Spry Accordions so that when one is opened the other ones close?

    I have created a web site using six Spy Accordions as the menu. I know this is not what they are usually used for but the animation as they open was just right for the site. I've gotten them working just as perfectly as I could want, with one excepti

  • Can the new watch be worn in either the surf or pool?

    Can the new watch be worn in either the surf or pool? There seems to be no community for the watch as yet, so thought I'd put it to this forum. A bread trail has to start somewhere. Rob

  • Print activity in Maintain Activity: Which is the SAPSCRIPT o SMARTFORM

    Hi to all, to day a friend of mine have a problem with a print. In the "Maintain Activity" (CRMD_BUS2000126 transaction) there is the possibility of printing the activity. There is no immediate output but a spool. We have to change the output, bue we

  • Where is the kernel documentation?

    I noticed that the kernel26 package contains the kernel and the source too, but where is the kernel documentation? i found some pages on the Wiki referring to /usr/src/linux-2.6.16-ARCH/Documentation ... but i dont have the Documentation directory, i