Smartform - Command Node Issue

Hi Super-Techies,
I am facing a strange issue in smartform. When I am using a command node to trigger a page, in the main window 1 table needs to get triggered (but it si not triggering). When I try to print the same table without any command node (i.e. in the same page) its working fine and the table data is being displayed.  
But when I make use of command node to trigger to new page, All other windows are getting executed except the main window table.
Note; I have made use of 2 tables in main window. Normally 1st table should print, once new page is triggered, 2nd table should print and not the 1st one.
Can anyone help me out of this strange issue.
Thanks in Advance,
Vinit

Hi Vinit ,
   In order to print data you require upon using command node , you need to display it on a secondary window.
Steps :
1) create secondary window .
2) provide table n related details .
3) u need not have a main window (optional) ;as data in main window won't be displayed.
This is the way I resolved the same issue .Hope it helps .
Thanks & regards,
Prakrita .

Similar Messages

  • Usage of command node in smartforms

    Hi
    my doubt is can I branch to multiple pages using command node in smart forms.if so how to do it.

    Hi,
    Please check with the following threads
    [Command node|Re: Smartforms: Option of Printing Specific Pages Only;
    [Document on command node|http://www.sdn.sap.com/irj/scn/index;jsessionid=(J2EE3417200)ID0250336250DB00400831958585035375End?rid=/library/uuid/a01b2c4d-711f-2b10-3eb2-abe3464bb370&overridelayout=true]
    Hope this  helps you.
    Regards,
    Rajani

  • Smartform two mainwindows  issue ?

    Hi Folks,
    I have a scenario in SMARTFORM in which i have 3 pages....
    First page is with a main window with a table to display some data.
    Second page is with secondary window with some data in int.
    Third Page is again a different main window with a different table data in it.
    Now my issue is ....Iam unable to call the  page3...
    I tried by General properties of Page2 and giving the next page as Page3 ( not working)
    Tried with command node by gave the GO TO NEW PAGE : PAGE 3 ( not working)...
    Please help me in resolving the issue...
    Thanks in advance..

    Yes sure, you can have only ONE main windows either in SMARTFORMS or SAPSCRIPTS, which are the same but they differ only in the development point of view and for some details even in the graphical point of view since SMARTFORMS are the recent ones used for creating FORMS.
    The other page, are the following data which does not fit just in the first page and they will fit on the NEXT pages with the SAME TEMPLATE you choose on your main window.
    The idea is that you create your template (a 1 page template) and then you can create your logic in order to let you decide what to put as CONTENT in pages, you can put a logic to say "BYE BYE" if the PAGE is the LAST ONE, or you can put "HELLO" if the page is the first one, but in order to achieve that, you must have good practical knowledge in creating SMARTFORMS (in that case).
    So, start writing them and creatin objects within them
    Denis

  • Smartforms duplex (landscape) issue

    Hi All,
    I've develop new smartforms for goods receipt .
    PAGES         PRINT CONTROL            NEXT PAGE
    PAGE1                 --  D                             PAGE2
    PAGE2               -
                              PAGE1
    And for PAGE1 capacity only 10 item lines , and in every GR we found more than 10 item lines.
    So my scenario like that i ve to print PAGE1 with 10 lines and back-back PAGE2 then next 10 lines again and back to back  PAGE2. But because of PAGE2 next page PAGE1 after all completion it give one more page with headings only (blank page).
    So assist me how to sort out this DUPLEX issue.
    -Navin

    Dear Madhuri,
    Try this out,
    1. set the CONTRACT_OFFER next page attribute to CONTRACT_OFFER itself.So evenif the contract_offer main window goes beyond the first page, the same page type will be triggered.
    2. Now at the point where your contract_offer related  information ends in th main window and before the checklist related information starts, use a command node to dynamically set the next page attribute to CHECK_LIST. So at  this point the CHECK_LIST page will be triggered and the CONTRACT data since it is over will not be displayed.
    3. If check_list information also spans multiple pages then set the next page attribute for check_list page to check_list itself.
    Regards,
    Rijuraj

  • Command node inside the dynamic table

    Hi experts,
    I have a problem regarding on using a command node inside a dynamic table in main window.. I tried inserting a command node in the header of the table then when running my print program i will receive an exception = 2 which is internal error and when i tried to execute the smartform using its FM it will have an error saying 'No explicit page break possible in tables'. I also tried putting the command node in nodes MAIN AREA and FOOTER.
    Here's the question.
    How can i explicitly put page break while i'm looping in a table?
    higheest rewards if successful.
    thanks in advance.

    Use a command line node and put
    BREAK-POINT.
    in that node, save and activate.  I have only put such a node in the main section of a table but I don't see why you couldn't put one in the header or footer as well.
    Davis

  • Command node inserted in the main window

    I have inserted a command note at the last window in order to get a third page in my form which is not connected to the First page . But the issue is due to this command node 2 footer wondows which are placed just after the main window are not getting printed. Kindly help me on that.

    Are you able to print 3rd page contains ??? It should work as I have done the same.
    in 1st page I call command node with GO to New page as LAST PAGE.
    Then inserted my text which need to print on the last page.
    After that I created Footer window. Which perfectly displaying.
    In the last page I have done the same except command node.

  • Rules regarding Command Node

    Hello Experts,
    I know that a Command node can only be used in the Main window. Can anybody confirm that its not possible to use a Command node to provide a page throw when printing from a Table.
    I have included a line count and want to throw to next page using a Command node depending on the number of lines I'm printing within my table.
    Its not producing any print or even any reason for the lack of any print.
    I have placed the Command node after table just to test it and it works fine.
    If a Command node won't work when printing a table. How can I control the way the form looks?
    Best Regards
    MikeSpear.

    Hi Mike,
    1) Build your outer loop table to contain one entry per record type. So if you have two different record types the outer table will contain two rows (one per record type).
    2) Create a loop over the outer table. Have a command node to page break at the start of each loop pass.
    3) Create a table loop within the outer loop. Set the WHERE condition to loop over only those rows where record type = record type from outer loop.
    That should be it. This will give you a page break for each row in the outer table.
    Che

  • Is it possible to update a Command node on just the First Page?

    Hello Experts,
    I am attempting to add a line count with a value on the condition tab of a Command node but it keeps also applying the same change to the same Command node on the NEXT page. I want to add the linecount to the subsequent Command node but with a different value.  Is it possible to only make changes to the command node on one page without also changing the command node on another page. I tried the settings under 'And additional event' Only on first page etc but it didn't make any difference
    The Command node is located in the Main window within a Table node just before the footer.
    Regards
    Mike Spear.

    Hello Experts,
    Thanks for taking the trouble to reply.
    I find which ever conditions I set on the command node on first page also appear on command node of next page.
    I'm using the command node to throw to a new page depending on a linecount. Because the main window on the next page is longer than the main window on the first page the linecount is a larger number.
    Best Regards
    Mike.

  • Tidal Scheduler Command line issue

    I am unable to pass command parameters with quotes (I need quotes also to be stored in command parameters). The SACmd.exe is not displaying any quotes when Command parameters are passed. I need quotes because I am calling FTP script in Command and source and destination in command parameters. Example is below:
    Command : frppro.exe
    Command parameters should be:  -s "Shared Path!Source" -d "C:\program files\".
    But i am unable to get quotes in command string. Is this a command line issue or let me know is there anyway to get quotes too from command line.

    Try the "fix" I documented at
    http://blog.configmgrftw.com/two-osd-application-install-issues/
    Jason | http://blog.configmgrftw.com

  • MULTIPLE COMMAND NODE CALL IN SMART FORMS

    Hi all
    Hi All,
    I am designing a Smart form. i have 5 page . In my page2 (main window ) i call a command node to call page 3 with some condition it's working fine and now i going to call another page in my page2 (main window ) just behind the first command node to call the page3 but the problem is my first command take the cursor in the page3 but not come on page2 (main window ) and gives error .
    Regards,
    Kuldeep Singh

    hi,
    when the first command get executed, then the control moves into the new page....
    but ur second command is in old page, i mean from where u called ur first command... then the control is in one page, and the command is in another page...then how can u get that executed...?
    here do one thing, using first command u r calling one page, in that page place this secod command, then after executing that page, u can get the required one using the second command...
    hope its clear.
    if any doubts, plz revert back.

  • WLSE SQL1032N No start database manager command was issued

    Hello,
    i have a problem with my WLSE device.
    it seens like db2 database fails to start.
    2004@WLSE:diag all
    DIAG: IMAGE
    *** PASS: Software image verification passed. ***
    DIAG: BIOS
    *** Drive model does not require BIOS patch. ***
    DIAG: DMA
    Checking disk for DMA errors *** PASS: NO DMA IO errors found. ***
    Checking disk sectors for errors ...*** PASS: NO disk sector errors found. ***
    DIAG: DB2CLEAN *** PASS: No dump files found. ***
    DIAG: DB2VERIFY *** FAIL: Cannot connect to DB2. Integrity verification failed. ***
    DIAG: SERIALNO *** Serial Number -???????? ***
    2004@WLSE:service status
    Process= TFTP
    State = Program started - No mgt msgs received
    Info = Application started by administrator request.
    Process= WirelessSvcMgr
    State = Program started - No mgt msgs received
    Info = Application started by administrator request.
    Process= WLSEjobvm
    State = Running but busy flag set
    Info = WLSEjobvm started.
    Process= WLSEFaults
    State = Running normally
    Info = WLSEFaults is ready.
    Process= CDPbrdcast
    State = Program started - No mgt msgs received
    Info = Application started by administrator request.
    Process= WLSEIdleServer
    State = Program started - No mgt msgs received
    Info = Application started by administrator request.
    Process= WLSERepository
    State = Program started - No mgt msgs received
    Info = Application started by administrator request.
    Process= HaMibDaemon
    State = Program started - No mgt msgs received
    Info = Application started by administrator request.
    Process= WebServer
    State = Program started - No mgt msgs received
    Info = Application started by administrator request.
    Process= Tomcat
    State = Program started - No mgt msgs received
    Info = Application started by administrator request.
    Process= ExcepReporter
    State = Program started - No mgt msgs received
    Info = Application started by administrator request.
    Process= PerfMon
    State = Program started - No mgt msgs received
    Info = Application started by administrator request.
    snmpd (pid 1854) is running...
    Database test failed
    FAIL Version and product query result was:
    SQL1032N No start database manager command was issued. SQLSTATE=57019
    Any idea??? is it possible to start the database manager without restoring the database?
    Thank you in advanced.

    This happens when the database of WLSE is corrupted. Use " reinitdb " command to reinitialize the database. Then try to stop the service for 5 mins and start again.

  • Smartforms command to next page without balnk area in main area

    Hi all,
    i have created a smart form for Notification printing.
    i have one page called page1
    page1
    ->Text page from 1 to 8.
    -> text reported by : Tark
    ->MainWindow.
    ->Table itab1 into itab1
    ->loop1 itab into itab. where adrnar = itab1-adrnar.
    ->loop2 itab2 into itab2. where QMNUM = itab1-QMNUM.
    ->command - next page to page1 .
    while printing it prints 6 documents in 7 pages.
    pages no 7 or last page contain page no and rported name but
    main window is blank.
    i need to print one document in one page second in next page and i wand cancel last page because it blank in main window area.
    expecting the reply.
    regards
    Esam

    Dear experts,
    My present issue is that i have a page
    Page1
    MainWindow
    Node1
    Node2
    Node3
    If i create new page
    Page1
    MainWindow
    Node1
    Node2
    Node3
    Page2
    If i check fom,i get error no new page can be created without a mainwindow
    then i add a new window and declare it as main
    Page1
    MainWindow
    Node1
    Node2
    Node3
    Page2
    MainWindow2
    Now it says that two main windows cannot exist.
    THIS THING SHOULDNT HAVE HAPPENED...WHATS UR ECC VERSION?? I CHECKED IN 7..U CAN DO THAT IN THIS VER.
    I join my hands together and make Main Window as Secondary window
    Page1
    MainWindow
    Node1
    Node2
    Node3
    Page2
    SecondaryWindow
    Now i check and get you cannot create a page without main window.
    AGAIN SMTHING IS WRONG. A PAGE WITHOUT A MAIN WINDOW CAN HAVE A NEXT PAGE POINTING TO A PAGE WITH MAIN WINDOW.
    Now i say to smartforms not yours not mine,
    i copy the same mainwindow of page1 to page2 .Now whaever action i perform with mainwindow of page2 same happens to page1 too.
    IT HAS BECOME A COPIES WINDOW..WHATEVER U DO IN PG1.GETS REFLECTED IN PG2..
    I have already declared that next page is Page2 in page 1 and page2 in page2 itself.What i am missing ?

  • WLST - Failing to run nmConnect() command / node manager becomes unreachabl

    Hello guys,
    I'm facing some issues to setup some configurations of one application that I've deployed on weblogic 10.3.3.0.
    One of the needed steps in order to configure this applications is open the WLST in offline mode an run 2 commands:
    */bea/mytrack/wlserver_10.3/common/bin/wlst.sh*
    Then I try to connect in the nodemanager:
    * wls:/offline> nmConnect('admin30800','weblogic_password',port='30801',domainName='track30800')*
    The following error returns:
    Connecting to Node Manager ...
    <Jul 13, 2011 2:23:45 PM CDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=thawte Primary Root CA - G3,OU=(c) 2008 thawte\, Inc. - For authorized use only,OU=Certification Services Division,O=thawte\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jul 13, 2011 2:23:45 PM CDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jul 13, 2011 2:23:45 PM CDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jul 13, 2011 2:23:45 PM CDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jul 13, 2011 2:23:45 PM CDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.\,LTD.,C=JP". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jul 13, 2011 2:23:45 PM CDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jul 13, 2011 2:23:45 PM CDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jul 13, 2011 2:23:45 PM CDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GeoTrust Primary Certification Authority - G3,OU=(c) 2008 GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 123, in nmConnect
    File "<iostream>", line 646, in raiseWLSTException
    WLSTException: Error occured while performing nmConnect : Cannot connect to Node Manager. : Access to domain 'track30800' for user 'admin30800' denied
    I did some research and found this thread here: http://kr.forums.oracle.com/forums/thread.jspa?threadID=788163
    that solves the initial problem, however after I performed the nmConnect and a storeUserConfig() command, I exit() from the WLST and restart the node manager with success, the node manager becomes unreachable.
    I used the WL adm console and access -> appdomain -> environments -> machines -> monitoring -> node manager status to check the unreachable status.
    Thanks in advance,
    Davinod

    Nice it worked!!
    However when I try to start the servers controlled by this node manager I got this error:
    -sh-3.2$ <Jul 14, 2011 8:43:42 AM> <WARNING> <Exception while starting server 'track30800-01'>
    java.io.FileNotFoundException: /u01/track30800/user_projects/domains/track30800/servers/track30800-01/data/nodemanager/boot.properties (Permission denied)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    at weblogic.nodemanager.server.ServerManager.saveBootIdentity(ServerManager.java:495)
    at weblogic.nodemanager.server.ServerManager.saveStartupConfig(ServerManager.java:438)
    at weblogic.nodemanager.server.ServerManager.start(ServerManager.java:301)
    at weblogic.nodemanager.server.Handler.handleStart(Handler.java:567)
    at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:118)
    at weblogic.nodemanager.server.Handler.run(Handler.java:70)
    at java.lang.Thread.run(Thread.java:619)
    Jul 14, 2011 8:43:42 AM weblogic.nodemanager.server.Handler handleStart
    WARNING: Exception while starting server 'track30800-01'
    java.io.FileNotFoundException: /u01/track30800/user_projects/domains/track30800/servers/track30800-01/data/nodemanager/boot.properties (Permission denied)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    at weblogic.nodemanager.server.ServerManager.saveBootIdentity(ServerManager.java:495)
    at weblogic.nodemanager.server.ServerManager.saveStartupConfig(ServerManager.java:438)
    at weblogic.nodemanager.server.ServerManager.start(ServerManager.java:301)
    at weblogic.nodemanager.server.Handler.handleStart(Handler.java:567)
    at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:118)
    at weblogic.nodemanager.server.Handler.run(Handler.java:70)
    at java.lang.Thread.run(Thread.java:619)
    <Jul 14, 2011 8:43:42 AM CDT> <Error> <NodeManager> <BEA-300048> <Unable to start the server track30800-01 : Exception while starting server 'track30800-01'>
    Edited: Should I change the chmod for 777 for this file in order to check that all users have write permission?
    -rw-r--r-- 1 root iluser 193 Jun 24 11:05 boot.properties
    Did I miss a step?
    Thanks,
    Davinod
    Edited by: davinod on Jul 14, 2011 6:58 AM

  • Convert SmartForm to PDF issues

    I am using the following code to convert a SmartForm into PDF.  I got a lot of the code from a Wiki but I have a few issues with it.  The first is that I do not want to display the SmartForm to the user; I want it saved, as a PDF, imediatly.  My other issue is that I get an error when it calls the FM 'CONVERT_OTF_2_PDF'.  The error says: 
    'OTF end command // missing in OTF data'. 
    What does that error mean and how do I fix it?
    Below is my code:
    DATA: d_fname TYPE rs38l_fnam,
          d_object_id TYPE sysuuid_c,
          d_col_name TYPE string.
    DATA: it_otf   TYPE STANDARD TABLE OF itcoo,
          it_docs  TYPE STANDARD TABLE OF docs,
          it_lines TYPE STANDARD TABLE OF tline,
          st_job_output_info      TYPE ssfcrescl,
          st_document_output_info TYPE ssfcrespd,
          st_job_output_options   TYPE ssfcresop,
          st_output_options       TYPE ssfcompop,
          st_control_parameters   TYPE ssfctrlop,
          v_len_in                TYPE so_obj_len,
          v_language              TYPE sflangu VALUE 'E',
          v_e_devtype             TYPE rspoptype,
          v_bin_filesize          TYPE i,
          v_name                  TYPE string,
          v_path                  TYPE string,
          v_fullpath              TYPE string,
          v_filter                TYPE string,
          v_uact                  TYPE i,
          v_guiobj                TYPE REF TO cl_gui_frontend_services,
          v_filename              TYPE string,
          v_fm_name               TYPE rs38l_fnam.
    CONSTANTS c_formname          TYPE tdsfname VALUE 'ZTEST'.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
      formname                 = 'ZAS_SMF_CFOLDER_RFI'
    *   VARIANT                  = ' '
    *   DIRECT_CALL              = ' '
    IMPORTING
      fm_name                  = d_fname
    * EXCEPTIONS
    *   NO_FORM                  = 1
    *   NO_FUNCTION_MODULE       = 2
    *   OTHERS                   = 3
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION d_fname
    EXPORTING
    *     ARCHIVE_INDEX              =
    *     ARCHIVE_INDEX_TAB          =
    *     ARCHIVE_PARAMETERS         =
      control_parameters         = st_control_parameters
    *     MAIL_APPL_OBJ              =
    *     MAIL_RECIPIENT             =
    *     MAIL_SENDER                =
      output_options             = st_output_options
      user_settings              = 'X'
      i_object                   = d_object_id
      i_col_name                 = d_col_name
    IMPORTING
      document_output_info       = st_document_output_info
      job_output_info            = st_job_output_info
      job_output_options         = st_job_output_options
    EXCEPTIONS
      formatting_error           = 1
      internal_error             = 2
      send_error                 = 3
      user_canceled              = 4
      OTHERS                     = 5
    IF sy-subrc = 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    *.........................CONVERT TO OTF TO PDF.......................*
    CALL FUNCTION 'CONVERT_OTF_2_PDF'
      IMPORTING
        bin_filesize           = v_bin_filesize
      TABLES
        otf                    = st_job_output_info-otfdata
        doctab_archive         = it_docs
        lines                  = it_lines
      EXCEPTIONS
        err_conv_not_possible  = 1
        err_otf_mc_noendmarker = 2
        OTHERS                 = 3.
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    *..................................DOWNLOAD AS FILE....................*
    v_filename = 'C:/TESTPDF.PDF'.
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
        bin_filesize            = v_bin_filesize
        filename                = v_filename
        filetype                = 'BIN'
      TABLES
        data_tab                = it_lines
      EXCEPTIONS
        file_write_error        = 1
        no_batch                = 2
        gui_refuse_filetransfer = 3
        invalid_type            = 4
        no_authority            = 5
        unknown_error           = 6
        header_not_allowed      = 7
        separator_not_allowed   = 8
        filesize_not_allowed    = 9
        header_too_long         = 10
        dp_error_create         = 11
        dp_error_send           = 12
        dp_error_write          = 13
        unknown_dp_error        = 14
        access_denied           = 15
        dp_out_of_memory        = 16
        disk_full               = 17
        dp_timeout              = 18
        file_not_found          = 19
        dataprovider_exception  = 20
        control_flush_error     = 21
        OTHERS                  = 22.
    IF sy-subrc <> 0.
    *     MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Regards,
    Aaron

    when calling the function module for the smartform, you will have to add the get_otf parameter of one of your exporting parameters.
    I'm not sure if this is the st_control_parameters or the st_output_options parameter. Look for field get_otf in one of these parameters and mark it like 'X'.

  • Cluster Node Issue Content Server

    Hi ,
    I have configure 2 node cluster Content Server. I have one issue only from one box I can not see node2 in admin server. For example, I have test1 and test2 box as node1 and node2. From admin server on test1 box I can not able to connect to test2. But same time I can connect to both the server from test2 box.
    Please see error I am getting.
    Need help resolving this issue.
    Regards,
    Jigar
    Copyright(C) 1996-2007 Oracle, Inc. All rights reserved.
    Ready and waiting for connection on port 4440, PID 7236 (idc42)
    idcadmin     08.12 13:37:57.119     IdcServerThread-1     requestRequiresRemoteServer() checking admin 'Prodcs1_admin', node name 'ecmprod1.sjrwmd.com'
    idcadmin     08.12 13:37:57.123     IdcServerThread-1     Executing command: [opt/oracle/ucm/cs1/admin/bin/UnixProcCtrl, exec, /opt/oracle/ucm/cs1/etc/idcserver_query]
    idcadmin     08.12 13:38:07.977     IdcServerThread-2     requestRequiresRemoteServer() checking admin 'Prodcs1_admin', node name 'ecmprod1.sjrwmd.com'
    idcadmin     08.12 13:38:07.978     IdcServerThread-2     Executing command: [opt/oracle/ucm/cs1/admin/bin/UnixProcCtrl, exec, /opt/oracle/ucm/cs1/etc/idcserver_query]
    idcadmin     08.12 13:38:08.071     IdcServerThread-2     requestRequiresRemoteServer() checking admin 'Prodcs1_admin', node name 'ecmprod2.sjrwmd.com'
    (internal)     08.12 13:38:08.080     IdcServerThread-2     !csUnableToConnect2,127.0.0.1|164.51.112.14|164.51.112.18,4440-exception stack
    intradoc.common.ServiceException: !csUnableToConnect2,127.0.0.1|164.51.112.14|164.51.112.18,4440
         at intradoc.provider.SocketOutgoingConnection.createSocket(Unknown Source)
         at intradoc.provider.SocketOutgoingConnection.connectToServer(Unknown Source)
         at intradoc.provider.SocketOutgoingProvider.createConnection(Unknown Source)
         at intradoc.provider.SocketOutgoingProvider.createRequest(Unknown Source)
         at intradoc.admin.AdminService.doRequestRemoteAdminService(Unknown Source)
         at intradoc.admin.AdminService.loadAllIdcServerData(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at intradoc.common.IdcMethodHolder.invokeMethod(Unknown Source)
         at intradoc.common.ClassHelperUtils.executeMethodEx(Unknown Source)
         at intradoc.common.ClassHelperUtils.executeMethod(Unknown Source)
         at intradoc.server.Service.doCodeEx(Unknown Source)
         at intradoc.server.Service.doCode(Unknown Source)
         at intradoc.server.ServiceRequestImplementor.doAction(Unknown Source)
         at intradoc.server.Service.doAction(Unknown Source)
         at intradoc.server.ServiceRequestImplementor.doActions(Unknown Source)
         at intradoc.server.Service.doActions(Unknown Source)
         at intradoc.admin.AdminService.doActions(Unknown Source)
         at intradoc.server.ServiceRequestImplementor.executeActions(Unknown Source)
         at intradoc.server.Service.executeActions(Unknown Source)
         at intradoc.server.ServiceRequestImplementor.doRequest(Unknown Source)
         at intradoc.server.Service.doRequest(Unknown Source)
         at intradoc.server.ServiceManager.processCommand(Unknown Source)
         at intradoc.server.IdcServerThread.run(Unknown Source)
    Caused by: java.net.UnknownHostException: 127.0.0.1|164.51.112.14|164.51.112.18
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:519)
         at java.net.Socket.connect(Socket.java:469)
         at java.net.Socket.<init>(Socket.java:366)
         at java.net.Socket.<init>(Socket.java:179)
         at javax.net.DefaultSocketFactory.createSocket(SocketFactory.java:196)
         ... 26 more

    Hi!!
    First
    What is ECM Enterprise content management?
    What is Stellent
    What is Standard cluster content server?
    Is this more than product or that is one product and which one is for cluster on windows 2003
    Do I need to install content server standalone for every node with IntradocDir different to clusternodeIntradocDir before going to install cluster server
    I have
    Second
    When I try to install cluster server this error displayed to me
    D:\CS10gR3\UCM\ContentServer\win32>Installer -set-ClusterNodeIntradocDir=f:/oracle/ucm/server/stelletnt/ucm01 -set-ClusterNodeName=ucm01 -set-ClusterNodeAddress
    =101.101.102.196 -set-ClusterBinDirRule=shared ConfigureClusterNode
    Unable to find file "ConfigureClusterNode".
    The file wait.dat wasn't removed.
    I find release note that describe problem with -set- it correct to set and still same error appears
    Thank you for cooperation

Maybe you are looking for

  • How to open and edit a DVD?

    I have two DVDs of a family event sent by two different people. DVDs made on domestic video recorders. I want to take out some stretches and edit the remaining pieces together. Could someone please take me by the hand and gently lead me through the p

  • Adobe Reader XI - dynamic PDF Form and the E-Mail Dialog

    Hi Community, I have a dynamic PDF Form and we use the E-Mail function to save the XML-Data to local harddrive. That works until Adobe Acrobat Reader 10.1.2. But with the Adobe Reader XI (11.0.4) the E-Mail Dialog has changed so I am One is forced to

  • HP 2610 All in One Utilities Problem

    Hi, I've got a problem with my HP 2610 All in One Printer. I'm trying to clean the cartridges/check the ink levels etc, and normally I would have done this by choosing the printer from the System Preferences printer section, but when I click the Util

  • Applying just vignette or other develop presets in Export-Post processing

    Is there anyway to apply vignette in the export phase ? There is post processing option as very last step but that seems to be just for an external application, e.g. Photoshop. As a wedding photographer you might want to provide clients both dark and

  • How do I remove extra Thinkvantage Toolbox listings in the toolbar?

    I have 3 Thinkvantage Toolbox listings in the windows toolbar area, and I would like to get rid of the two extra listings. Does anyone know how to do this? I am using Windows XP Walter