CL_WD_TABSTRIP instance assignment problem?

hi,
   i have taken tabstrip control (TABSTRIP1) on view name called (DATEVIEW1) , now on click on perticular button i m having one method , where i want selected tab from tabstrip....
   in that method i have written code ,
DATA CLWDTBSTRP TYPE REF TO CL_WD_TABSTRIP.
CALL METHOD CLWDTBSTRP->GET_SELECTED_TAB
EXPORTING
   CONTEXT_ELEMENT        =
   CONTEXT_NODE_PATH_NAME =
  RECEIVING
    VALUE                  = VAL .
So in VAL i will be getting name of selected tab..
but i am not getting reference in CLWDTBSTRP , so how to assign my tabstirp TABSTIP to instance CLWDTBSTRP.. i am getting null pointer exception error...
Thanks,
Saurin Shah

Hi Saurin,
When you say get_selected_tab you should be calling this method using the reference of the tabstrip that you have placed on your view. So first of all you should obtain the tabstrip reference in your WDDOMODIFYVIEW and then save it into a view level attribute so that you can use it within other methods of your view.
So try declare a reference variable say lr_tabstrip of type ref to cl_wd_tabstrip in the "Attributes" tab of your view.
Now within the WDDOMODIFYVIEW obtain the reference of your tabstrip and save it inside this variable.
method WDDOMODIFYVIEW .
  check first_time = abap_true.
" Pass the id of the tabstrip that you have assigned within your layout to get its reference
    wd_this->lr_tabstrip ?= view->get_element( id = 'TABSTRIP' ).
endmethod.
Next use this reference to get the ID of the tab selected by the user in this tabstrip:
method ONACTIONGET_SELECTED_TAB .
  data lv_name type string.
" Now the id of the tab selected by the user would get saved in the string variable lv_name
  lv_name = wd_this->lr_tabstrip->get_selected_tab( ).
endmethod.
Regards,
Uday

Similar Messages

  • How to get the list of application instance assigned to user

    Hi,
    I need to run the query in BI publisher to get the list of all the application instance assigned to a user in OIM 11g R2.
    Please let me know how to get this data. Also please let me know what is the table to see the list of application instance in OIM.
    Thanks

    Got this working..
    The table is APP_Instance to get the details of Application Instance present in OIM.

  • PBL to retrieve all instances assigned to a participant

    Hi there,
    I have a requirement to print a series of work items as a single PDF. I think i may have a solution but struggling with the PBL - any help much appreciated. My solution is this..
    * Participant will take a number of work items using bulk actions -> assign to me
    * Use a Global Interactive to call a screen flow
    * Screen flow activity includes PBL to retrieve all work items assigned to the current user
    * Take all the required data from the work items and pass to a PDF generation service as one print item.
    Could anyone please help with how I would retrieve all instances assigned to the current user in PBL? I am using Oracle BPM 10.3.
    thanks
    Neil
    Edited by: user13297570 on Jul 2, 2010 9:32 AM

    Neil - try something like this to get a list of instances assigned to the current participant:
    busProcesses as BusinessProcess
    instanceFilter as InstanceFilter
    instance as Fuego.Papi.Instance
    processName as String = "/" + "<your process Id here>"
    connectTo(busProcesses, url : Fuego.Server.directoryURL,
       user : "<a Participant's name that is used for API access here>",
       password : "<the password here>", process : processName)
    create instanceFilter
        using processService = busProcesses.processService
    instanceFilter.searchScope = SearchScope(participantScope : ParticipantScope.ALL,
    statusScope : StatusScope.ONLY_INPROCESS)
    addAttributeTo instanceFilter
        using variable = VarDefinition.PARTICIPANT_ID,
              comparator = Comparison.IS,
              value = Participant.id
    // list the instances
    for each inst in getInstancesByFilter(busProcesses, filter : instanceFilter) do
    endDan

  • No start instance Java (problem connection database DB2)

    Hi, I have problem with start instance Java, problem connectio database.
    S.O: Solaris
    Database: DB2
    show log db2:
    ADM7519W  DB2 could not allocate an agent.  The SQLCODE is "-1225".
    show log directory work:
    com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
            at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:365)
            at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:130)
            at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(Persistence
    Handler.java:38)
            at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:149)
            at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)
            at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
            at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:74)
            at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:474)
            at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:147)
            at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:946)
            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:331)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: com.ibm.db2.jcc.am.SqlException: DB2 SQL Error: SQLCODE=-10003, SQLSTATE=57011, SQLERRMC=null, DRIVER=3.59.81
    [Bootstrap module]> Problem occurred while performing synchronization.
    Help please.

    Hey Eli,
    It looks like a memory issue. It would be good if you could provide more lines from db2diag.log file.
    Please make sure that DB2 configuration complies with the default suggested. Below link would help you understand better.
    http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=/com.ibm.db2.luw.qb.server.doc/doc/t0008238.html
    More over set the ulimit for virtual memory and maximum memory size to unlimited in order to maximize the use of your current physical memory, after that restart DB2.
    Please let us know if issue gets resolved.
    Cheers!!!
    Vishi Rajvanshi

  • Database Instance Installation Problem on Oracle 8.1.7

    Dear gurus,
    I'm having problem when installing Database Central Instance on Solaris 10 - Oracle 8.1.7 (32bit) - SAP 4.6c.
    Here's the error log:
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Connected.
    Echo                            ON
    SVRMGR> SET TERMOUT ON;
    Termout                         ON
    SVRMGR> SHUTDOWN ABORT;
    ORACLE instance shut down.
    SVRMGR> STARTUP NOMOUNT PFILE=init.ora;
    ORA-27123: unable to attach to shared memory segment
    SVR4 Error: 22: Invalid argument
    Additional information: 1
    Additional information: 3
    SVRMGR> CREATE DATABASE PRD
         2> CONTROLFILE REUSE
         3> MAXDATAFILES  254
         4> MAXLOGFILES   255
         5> MAXLOGHISTORY 1000
         6> MAXLOGMEMBERS 3
         7> MAXINSTANCES  50
         8> CHARACTER SET "WE8DEC"
         9> DATAFILE
        10> '/oracle/PRD/sapdata1/system_1/system.data1' SIZE 300M REUSE
        11> NOARCHIVELOG
    Info: DBCREATEDB_IND_ORA SvrmgrDoDummy 2 349
        12> LOGFILE
        13> GROUP 11 (
        14> '/oracle/PRD/origlogA/log_g11m1.dbf',
        15> '/oracle/PRD/mirrlogA/log_g11m2.dbf'
        16> ) SIZE 20M REUSE
        17> ,GROUP 13 (
        18> '/oracle/PRD/origlogA/log_g13m1.dbf',
        19> '/oracle/PRD/mirrlogA/log_g13m2.dbf'
        20> ) SIZE 20M REUSE
        21> ,GROUP 12 (
        22> '/oracle/PRD/origlogB/log_g12m1.dbf',
        23> '/oracle/PRD/mirrlogB/log_g12m2.dbf'
        24> ) SIZE 20M REUSE
        25> ,GROUP 14 (
        26> '/oracle/PRD/origlogB/log_g14m1.dbf',
        27> '/oracle/PRD/mirrlogB/log_g14m2.dbf'
        28> ) SIZE 20M REUSE
        29> ;
    CREATE DATABASE PRD
    ORA-01034: ORACLE not available
    SVRMGR> EXIT
    Server Manager complete.
    Error: DBCREATEDB_IND_ORA InternalInstallationDo 2 349
    Create Database failed errorcode = 27123.
    Error: DBCREATEDB_IND_ORA InstallationDo 2 349
    Phase failed.
    Error: Main {} 2 349
    Installation aborted.
    I have tweaked the shared memory max as suggested in Oracle Manual / SAP Installation Guide, to no avail.
    The listener is up already.
    When I logged in as user ORA<SID>, and go to svrmgrl > startup nomount pfile=init.ora, it can startup without hassle.
    Although the Product is not supported in PAM, we have another machine running smoothly for years with this product combination, so it's not the product compatibility issues.
    But when using R3SETUP -f DATABASE.R3S, the phase stopped with the log pasted above.
    Any ideas, gurus?
    Thanks for help.
    Best Regards,

    Mr. Markus, there's no file on saptrace/usertrace.
    To be sure, here's what I've done:
    1. Run oracle listener.
    2. Check connection with svrmgrl > connect internal (connected).
    3. Modify init.ora with my DB Name:
    wef
    # replace DEFAULT with your database name
    *db_name=PRDDB*
    db_files = 80                                                         # SMALL 
    # db_files = 400                                                      # MEDIUM
    # db_files = 1500                                                     # LARGE 
    db_file_multiblock_read_count = 8                                     # SMALL 
    # db_file_multiblock_read_count = 16                                  # MEDIUM
    # db_file_multiblock_read_count = 32                                  # LARGE 
    db_block_buffers = 100                                                 # SMALL 
    # db_block_buffers = 550                                              # MEDIUM
    # db_block_buffers = 3200                                             # LARGE 
    shared_pool_size = 3500000                                            # SMALL
    # shared_pool_size = 5000000                                          # MEDIUM
    # shared_pool_size = 9000000                                          # LARGE
    log_checkpoint_interval = 10000
    processes = 50                                                        # SMALL 
    # processes = 100                                                     # MEDIUM
    # processes = 200                                                     # LARGE 
    parallel_max_servers = 5                                              # SMALL
    # parallel_max_servers = 4 x (number of CPUs)                         # MEDIUM
    # parallel_max_servers = 4 x (number of CPUs)                         # LARGE
    log_buffer = 32768                                                    # SMALL
    # log_buffer = 32768                                                  # MEDIUM
    # log_buffer = 163840                                                 # LARGE
    # audit_trail = true            # if you want auditing
    # timed_statistics = true       # if you want timed statistics
    max_dump_file_size = 10240      # limit trace file size to 5 Meg each
    # Uncommenting the line below will cause automatic archiving if archiving has
    # been enabled using ALTER DATABASE ARCHIVELOG.
    # log_archive_start = true     
    # log_archive_dest = disk$rdbms:[oracle.archive]
    # log_archive_format = "T%TS%S.ARC"
    # If using private rollback segments, place lines of the following
    # form in each of your instance-specific init.ora files:
    # rollback_segments = (name1, name2)  
    # If using public rollback segments, define how many
    # rollback segments each instance will pick up, using the formula
    #   # of rollback segments = transactions / transactions_per_rollback_segment
    # In this example each instance will grab 40/5 = 8:
    # transactions = 40
    # transactions_per_rollback_segment = 5
    # Global Naming -- enforce that a dblink has same name as the db it connects to
    global_names = TRUE
    # Edit and uncomment the following line to provide the suffix that will be
    # appended to the db_name parameter (separated with a dot) and stored as the
    # global database name when a database is created.  If your site uses
    # Internet Domain names for e-mail, then the part of your e-mail address after
    # the '@' is a good candidate for this parameter value.
    # db_domain = us.acme.com       # global database name is db_name.db_domain
    # FOR DEVELOPMENT ONLY, ALWAYS TRY TO USE SYSTEM BACKING STORE
    # vms_sga_use_gblpagfil = TRUE
    # FOR BETA RELEASE ONLY.  Enable debugging modes.  Note that these can
    # adversely affect performance.  On some non-VMS ports the db_block_cache_*
    # debugging modes have a severe effect on performance.
    #_db_block_cache_protect = true                       # memory protect buffers
    #event = "10210 trace name context forever, level 2" # data block checking
    #event = "10211 trace name context forever, level 2" # index block checking
    #event = "10235 trace name context forever, level 1" # memory heap checking
    #event = "10049 trace name context forever, level 2" # memory protect cursors
    # define parallel server (multi-instance) parameters
    #ifile = ora_system:initps.ora
    # define two control files by default
    control_files = (ora_control1, ora_control2)
    # Uncomment the following line if you wish to enable the Oracle Trace product
    # to trace server activity.  This enables scheduling of server collections
    # from the Oracle Enterprise Manager Console. 
    # Also, if the oracle_trace_collection_name parameter is non-null,
    # every session will write to the named collection, as well as enabling you
    # to schedule future collections from the console.
    # oracle_trace_enable = TRUE
    # Uncomment the following line, if you want to use some of the new 8.1
    # features. Please remember that using them may require some downgrade
    # actions if you later decide to move back to 8.0.
    #compatible = 8.1.0
    3. set shared memory parameter as in sapnote 724713.
    4. executing R3SETUP
    and it tells me this error:
    Info: DBCREATEROLLSEGSTART_IND_ORA SyGroupIDGet 2 354
    Group id for group dba is 102.
    Info: DBCREATEROLLSEGSTART_IND_ORA SyUserIDGet 2 354
    User id for user oraprd is 100.
    Info: DBCREATEROLLSEGSTART_IND_ORA SvrmgrDoDummy 2 354
    Return from DB: 1034.
    Info: DBCREATEROLLSEGSTART_IND_ORA SvrmgrDoDummy 2 354
    Oracle Server Manager Release 3.1.7.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation.  All Rights Reserved.
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Server Manager complete.
    Info: DBCREATEROLLSEGSTART_IND_ORA InternalInstallationDo 2 354
    Startup Database.
    Info: DBCREATEROLLSEGSTART_IND_ORA OracleCmd 2 354
    Startup Database with PFILE: init.ora.
    Info: DBCREATEROLLSEGSTART_IND_ORA SyCoprocessCreateAsUser 2 354
    Creating coprocess /oracle/PRD/817_32/bin/svrmgrl [email protected]  as user oraprd and group dba ...
    Info: DBCREATEROLLSEGSTART_IND_ORA SyGroupIDGet 2 354
    Group id for group dba is 102.
    Info: DBCREATEROLLSEGSTART_IND_ORA SyUserIDGet 2 354
    User id for user oraprd is 100.
    Info: DBCREATEROLLSEGSTART_IND_ORA SvrmgrDoDummy 2 354
    Return from DB: 27123.
    Info: DBCREATEROLLSEGSTART_IND_ORA SvrmgrDoDummy 2 354
    Oracle Server Manager Release 3.1.7.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation.  All Rights Reserved.
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Connected.
    ORA-27123: unable to attach to shared memory segment
    SVR4 Error: 22: Invalid argument
    Additional information: 1
    Additional information: 2
    alter database noarchivelog
    ORA-01034: ORACLE not available
    alter database open
    ORA-01034: ORACLE not available
    Server Manager complete.
    Error: DBCREATEROLLSEGSTART_IND_ORA InternalInstallationDo 2 354
    Startup Database with error: 27123.
    Error: DBCREATEROLLSEGSTART_IND_ORA InstallationDo 2 354
    Phase failed.
    Error: Main {} 2 354
    Installation aborted.
    It's driving me nuts for the last days.. can't figure out what happened here.

  • Requests (No vendor assigned ) problem

    Hi all,
    we are trying SRM 5.0 standalone scenario
    we were successful at configuring Self-Service Procurement, all our shopping carts take the right way from it's forming till getting invoice.
    Now we try the Requests menu. We go to Requests. We fill all fields with product id and others. then i open Assign Vendors/Service Agents window, and i can't see and choose any vendors. there is a message:
    "No vendor assigned 
       The request cannot be made because there are no vendors that can be assigned" 
    Why it is so? Why it is impossible to choose any vendors, and in shopping carts all is OK?
    will award points for helpful answers

    Hi,
    I have exactly the same problem. From which transaction I can create a vendor list?
    I have tried with BPH but I can not see the vendor list.
    Cheers,
    Elo

  • Adobe CEF Helper multiple instances causing problems using newest CC  1.5.1.369

    I just reinstalled all CC and Apps after a clean refresh wipe of PC.  Within one week I am having several crashes and lockups and other strange behavior while using Photoshop, Indesign and other apps.
    The lockups have been getting progressively worse, starting with very short delays while switching between apps or even switching to desktop to mouse click a file icon there which seemed almost like my machine would get focused on whatever app I was in and would not immediately release when I switched to do other things.  Now the lockups are getting longer.  Photoshop is also not fully closing down.  So later if I reopen it, a photoshop process is still running in Task Manager and I must force it down before I can open a new file in a new instance of photoshop. 
    Today I had one complete crash of PS, as well as some strange lockup when I had two small ad files open.  We are talking 1/6th page ads - small.  I had them open side by side when it locks up and only thing I can move is the mouse curser which has changed to an "unallowed" icon (circle with slash). Rest of application and tools were locked up.  In one of the files it would let me click a layer in the file and it would jump around the page.   I checked Task manager and multiple CEF helpers were running around 30-50,000K private memory working set, and one of the CEF helpers was fluctuating between 13-20% or so of CPU usage.  I immediately ended that service and photoshop started working again and I was able to save the files.   I'm still noticing other problems like not being able to select multiple items at one time to copy/paste seen both in Indesign and Adobe acrobat pdf files.
    I remember hearing about this issue long ago and checked the forums.  Low and behold the long time Adobe CEF Helper problem thread was closed by a staffer in Feb, 2014, stating the following:
    https://forums.adobe.com/thread/1235395?start=120&tstart=0
    Jeff A Wright Feb 14, 2014 8:37 AM (in response to Michael.Noble64)
    Locking this discussion as the cause of the excessive usage of Adobe CEF Helper was addressed in version 1.1.2.232.  For full release notes please see Creative Cloud app for desktop | Release Notes -http://helpx.adobe.com/creative-cloud/release-note/cc-release-notes.html.
    If you are experiencing difficulties with the Adobe CEF Helper please post a new discussion with the specifics of the behavior you are encountering.
    I am having problems with the CEF helper and I have CC 1.5.1.369 as far as I can tell, on a fresh install a week old.
    System:
    Windows prof 7 sp1 64bit, 32gb ram, SSD main drive and mechanical data drive
    Items added to this PC are autodesk products and Adobe CC Apps.   I don't have a number of addons for CC apps like photoshop, just one plugin for photoshop called Geographic Imager.
    Hopefully there is something more subtle I can try besides wiping my PC and reinstalling all the apps and settings again.  A pc refresh and install this time with up to date CC and Apps was meant to fix all my broken file associations issues from previous updates - which it did.  But was hoping not to end up with a dreaded CEF helper issue.  Any help would be appreciated as this seems to be getting worse daily.
    Other note, I turned off Syncing of settings when I first started noticing issues.  Haven't tried much else besides ending CEF helper services when forced to.

    I just want to note that my recommendations led my clients to purchase more than 5 licences of FMIS/AMIS througt the time.
    As I see how low is the passion to react to any problem on Adobe side, I would have probably changed my mind.
    This is really pain in the *** as any call to adobe official contact (taken on mind that to find one is a big quest by itself) lead just to reply "pay nasty amount for our consultancy Sir!" and it does not look any better here....
    I am no novice on FMS/AMS platform, working with it more than 6 years throught many projects and I would not ask for some stupid questions which could be solved just by looking to documentation or could be solved by some performance eperience.
    I am really upset for this :/

  • InCopy/InDesign CS3 Assignment Problem

    Hello everyone--
    For the past three years we've used Version Cue CS3 for workflow on our publication.  For the most part its worked fine.  Recently though, we've had to get a new computer for an office on the West Coast and a new router on our office on the East Coast (the operating system we use on the East Coast is Windows XP Profesional.)  The computer on the West Coast is running Windows 7, and it seems InCopy CS3 installed on it without a problem--until it came time to do our publication.
    The way our system is set up is the West Coast machine uses a VPN tunnel to see our network here--so all it really has to do is connect to the Version Cue server's IP address.  This set up worked fine when the machine was a Windows XP based machine, but since the changeover, InCopy doesn't seem to be reading the assignment files correctly.  For example, on an Indesign File the copy fits fine and dandy in the layout, and the assignment looks okay when I open it up on InCopy over here.  When InCopy opens it up on the Windows 7 machine, the body copy is invariably 3-5 lines over and any formatting changes made from the Windows 7 machine, like changing words to italics, won't be reflected on the updated assignments file. (I confirmed this by emailing our West Coast editor the assignment file directly and InCopy CS3 still wasn't reading it correctly.)  Also, at one point we apparently lost some big changes made over the weekend but changes like new headlines held.  Any ideas on why this is happening?
    Also, and I'm not sure this is related, but since we installed our new RV082 router, we've been getting strange "Version Cue server offline messages" every so often, and then when we go into a project Version Cue suddenly reads it as "online and connected" again. InDesign CS3 often hangs whenever we try to open up a file on the Version Cue server.  The only way we've been able to get InDesign to start up is to delete the recovery folders and synchronize everything first--this, needless to say, has been a bit of a time waster.
    All our programs are CS3 and except for the West Coast machine, all are running Windows XP pro.
    Thanks for your help!

    We are installing and using the software under the administrator logins.
    My main concern is that we purchased computers that have a processor that is incompatible with Adobe InCopy/InDesign CS3.   We purchased two types of PC's, some with AMD Atholon II processors and some with Intel Core2 vpro processors.  InDesign/Incopy CS3 were going to go on the Intel's (more power computer) and the InCopy was going to only go on the AMD's.
    Prior to receiving the CS3 versions of the software, I hadn't been aware that was the version we were being assigned by our corporate office.  After looking at the requirements of CS3 on the adobe site, it only mentions Intel Processors as basic requirements.
    (We purchasd the computers with AMD's to save some money....the users requiring InCopy didn't need "as much computer" as the InDesign users).
    Could the processor be the problem?

  • Material Assignment Problem urgent!!

    Hi!! All,
    I need your help, In a perticular Recipe(PPPI)
    I am getting Information message that "Double assignment Exist' I am able to assign materials to Operations but msg is same.
    if I remove all assignments... from all operations mgs is still coming
    I am nt able to sort out whts the matter.
    Looking forward your help
    -Asheesh

    Asheesh,
    Got your problem...looks like the Component is available in the list more than once, if that was the correct scenario you are working with then... <b>in transaction "O05C" define message "C5" - 709 with "W" - Warning or " " - Blank for no message</b>.
    Hope this resolves your problem, reward your points and close this thread.
    Regards,
    Prasobh

  • CF 9.01 Enterprise - multi-instance image problem

    Have 9.01 enterprise running with 3 instances (sticky sessions) - the problem situation is as follows:  eg. CFchart created on instance1, writes .swf to cache1.  Print of chart writes .jpg to cache1, cfdocument shows that the image has expired - 1 to 3 refreshes of the page will ultimately show the image.  Apears that the cfdocument is looking for the image in other instances.  Removal of the cfdoucment tag and having the image go to a html page works.  Appreciate any assistance that will get us past this.

    Ah! I didn't realize the exact problem you were having until your followup.
    CFDOCUMENT is using HTTP to fetch the resources to build the page. That HTTP request isn't being stuck to the same server, as it's not really part of the session.
    There are a couple of ways you might fix this problem. One might be to use the local filesystem instead of HTTP using the LOCALURL attribute of CFDOCUMENT. Another might be to direct all requests that invoke CFDOCUMENT to a specific server within the cluster using that server's unique name, so that CFDOCUMENT also uses that unique name.
    Dave Watts, CTO, Fig Leaf Software
    http://www.figleaf.com/
    http://training.figleaf.com/
    Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
    GSA Schedule, and provides the highest caliber vendor-authorized
    instruction at our training centers, online, or onsite.
    Read this before you post:
    http://forums.adobe.com/thread/607238

  • "not assign" problem in report for attributes

    I have a problem to display attributes in report, both navagational and attribute-only attributes. I checked the Char, which is assigned attributes and attributes' text table and master table. All records are right. I don't know what's problem and how to check where is the problem?
    Thanks!!!

    You have added this new attributes to an infoobject, add filled with all your data. but you need to activate the master data for this infoobject!
    You do this in the RSA1 selecting the infoobject and click with the right bottom and select the activate master data.
    After that yoor data is available for working with it.
    If i helped you don´t forget the yellow star...
    Grettings,
    António

  • Java assignment problem

    I'm having a rele annoying problem with my java program i'm trying to write. My teacher has gave us classes to use for an assignment;
    type.lib.ToolBox;
    type.lib.CreditCard;
    each time i import these classes in my main java program an compile it, i get an error, can anyone help me find a solution to this?

    that is the error that i'm getting;
    Credit.java:2: package type.lib does not exist
    import type.lib.CreditCard;
    ^
    Credit.java:3: package type.lib does not exist
    import type.lib.ToolBox;
    BELOW IS MY ACTUAL CODE
    import java.util.Scanner;
    import type.lib.CreditCard;
    import type.lib.ToolBox;
    public class Credit {
         public static void main(String[] args) {
         Scanner input = new Scanner(System.in);
         }

  • Jump Query Assignment Problem

    Hi all,
         I have a problem with Jump query. I have Posting Date (variable of type range) in Source Query. Target Query has Invoice Date (variable of type range). Both Posting and Invoice dates variables are identical. In RSBBS setting in the assignment details I assigned Posting Date variable to Invoice date variable. When I try to jump from source to target it is still asking for the Invoice date. Tried different options in the RSBBS assignment but still no luck.
         Any ideas as to how to send Posting Date variable values to Invoice date values.
    Thanks,
    Ram.

    Bhanu,
          Both posting date and Invoice date are part of selection screen entries in both the queries. I cannot remove it.

  • DB Connect: Infosource assignment problem

    Dear Colleagues,
    You have been always helpful when needed and I have always given credit to your help. So coming to problem I am facing now...
    I am using BW 3.5 and MS SQL as a datasource.
    DB connect is successful and now for doing extraction test, I have created one table in MS SQL and trying to load that table in BW. Created the DB source system, tested successfully, created Infosource and assign datasource to Infosource. Data target is also created. Till then everything is find.
    Now while loading the data, in monitor it gives the error "<b>No mapping available for DataSource 6DB_XXXX. Assign an InfoSource. Error in Source System</b>". Whereas Datasource assignment to Infosource is created and activated successfully.
    I search the entire forum, but did not get any proper solution for this.
    Please do help.........
    Regards
    Pankaj

    Pankaj,
    If you deleted and then made again an assignment it wouldn't help.
    There is something wrong with your DS. You need to regenerate it again. For this you need to delete an IS-DS assignment first. After that you'll generate a DS again. Then make a replication.
    Don't know why you couldn't see a replication option. Do you see something like "Select tables"?
    And how did you create a DS?
    Best regards,
    Eugene
    Message was edited by: Eugene Khusainov

  • Instance startup problem after offline backup

    Hi,
                 We  have scheduled an offline backup of our NW2004s ABAP + Java system through brtools.But after the offline backup instance is not coming up automatically.After going though the instance work directory I found the following problem in dev_ms file.
    Once we come across this problem we have to restart the server to make it work.
    trc file: "dev_ms", trc level: 1, release: "700"
    [Thr 516428] Wed Feb 28 06:19:34 2007
    [Thr 516428] MsSSetTrcLog: trc logging active, max size = 20971520 bytes
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    73
    intno      20050900
    make:      multithreaded, Unicode, optimized
    pid        516440
    [Thr 516428] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 516440) [msxxserv.c   1824]
    [Thr 516428] ***LOG Q0I=> NiIListen: listen (10055: WSAENOBUFS: No buffer space available) [nixxi.cpp 2315]
    [Thr 516428] *** ERROR => NiIListen: SiListen failed for hdl 0 / sock 1796
         (SI_ESYSCALL; I4; ST) [nixxi.cpp    2315]
    [Thr 516428] *** ERROR => MsSCommInit: NiBufListen(sapmsTKD) (rc=NIEINTERN) [msxxserv.c   10107]
    [Thr 516428] *** ERROR => MsSInit: MsSCommInit [msxxserv.c   1857]
    [Thr 516428] *** ERROR => main: MsSInit [msxxserv.c   5890]
    [Thr 516428] ***LOG Q02=> MsSHalt, MSStop (Msg Server 516440) [msxxserv.c   5938]
    Your views to solve this issue will be helpful.
    Regards,
    Vinayak

    well that follows after a memory shortage of the windows 32 Bit operating system itself.
    I would <b>strongly recommend not to run 700 unicode based system on 32 bit platforms</b>
    see also note  <a href="http://service.sap.com/sap/support/notes/990538">990538</a>
    and <a href="http://service.sap.com/sap/support/notes/996600">996600</a>

Maybe you are looking for

  • Connecting Inspire T7700 to Audigy 2 NX + Louder bass at a certain frequency

    Hello, I wasn't sure if this should go to the soundcard forums instead. In the Inspire T7700's box there was a cable that had 4 stereo connections on each side, and I used that to connect the card to the speakers. I have the upmix on the speakers set

  • Unexpected error while granting permission in site permission !

    Hello, While granting permission to user in site permission it throws unexpected error in IE while in chrome it works perfect ! Any idea ?  Thank you in advance ! Dipti Chhatrapati

  • Apple Mail and gMail (part two)

    When I first set up Apple Mail for my new gMail account, I sent a reply to one of the first emails that were downloaded and cc'd myself because I wanted to see what the file I attached looked like to the other guy. That message has been sitting in my

  • ABAP Query Code timeout issue

    Hi, I have a SAP query which was the following code which is causing a timeout issue when running the report, can anyone suggest how I can change the code to make it more efficent? * This gets the sum of all labour costs on WBSEs.   clear X_COEP_WKGB

  • RoboHelp 9 - Problems generating WebHelp

    Hello! I'm using RoboHelp 9. When I try to generate Primary Layout (WebHelp), my books and topics don't display. The Contents, Index, Search, and Glossary do (even though nothing happens when you click them), but the rest of the screen is blank. I ha