FM LDB_PROCESS doesn't work fine

Hi everyone,
I need to access the logical database EHS_OH001 from a function, and I using the FM LDB_PROCESS to do this.
But when I've compared teh results using this LDB via a report (selection screen and GET event) and this function I noticed that the results don't match, I mean, the report resulted 1 record while the function didn't bring any record at all.
The code is below...thanks in advance!
report  zteste_ldb_process.
tables: ehs_pernr.
type-pools: rsds, rsfs.
data: texpr type rsds_texpr,
      fsel  type rsfs_fields.
data : ti_pernr   type standard table of ehs_pernr with header line.
data: t_callback type table of ldbcb.
data:callback_wa like line of t_callback.
data: seltab type table of rsparams,
      seltab_wa like line of seltab.
select-options: s_pernr for ehs_pernr-person_id.
*parameters: p_pernr type ehs_pernr.
*parameters: p_plans type plans.
parameters: p_bukrs like ehs_pernr-bukrs obligatory modif id sel.
*parameters: zpgroup like hrp9904-zpgroup.
*parameters: znumber like hrp9904-zpnumber.
start-of-selection.
  loop at s_pernr.
    move-corresponding s_pernr to seltab_wa.
    seltab_wa-kind = 'S'.
    seltab_wa-selname = 'EHSPERNR'.
    append seltab_wa to seltab.
  endloop.
    seltab_wa-sign = 'I'.
    seltab_wa-option = 'EQ'.
    seltab_wa-kind = 'P'.
    seltab_wa-low = p_bukrs.
    seltab_wa-selname = 'EHSBUKRS'.
    append seltab_wa to seltab.
  callback_wa-ldbnode = 'EHS_PERNR'.
  callback_wa-get = 'X'.
  callback_wa-get_late    = 'X'.
  callback_wa-cb_prog = sy-repid.
  callback_wa-cb_form = 'CALLBACK_EHS_PERNR'.
  append callback_wa to t_callback.
  call function 'LDB_PROCESS'
    exporting
      ldbname                           = 'EHS_OH001'
    variant                           = ' '
    expressions                       = texpr
    field_selection                   = fsel
  DYN_NODE_TYPES                    =
    tables
      callback                          = t_callback
     selections                        = seltab
exceptions
   ldb_not_reentrant                 = 1
   ldb_incorrect                     = 2
   ldb_already_running               = 3
   ldb_error                         = 4
   ldb_selections_error              = 5
   ldb_selections_not_accepted       = 6
   variant_not_existent              = 7
   variant_obsolete                  = 8
   variant_error                     = 9
   free_selections_error             = 10
   callback_no_event                 = 11
   callback_node_duplicate           = 12
   callback_no_program               = 13
   callback_no_cbform                = 14
   dyn_node_no_type                  = 15
   dyn_node_invalid_type             = 16
   others                            = 17
  if sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  endif.
*&      Form  CALLBACK_EHS_PERNR
      Função usada por LDB_PROCESS para processar os nodes.
     -->P_EHS_PERNR  text
     -->P_WA  text
     -->P_EVT  text
     -->P_CHECK  text
form callback_ehs_pernr  using    p_ehs_pernr  type ldbcb-ldbnode
                                  p_wa type ehs_pernr
                                  p_evt type c
                                  p_check type c.
  append p_wa to ti_pernr.
endform.                    " CALLBACK_EHS_PERNR

Hi Dave,
  Pls. refer to the earlier posted forum. This may be helpful for ya..
Delta load from ODS to Cube
You may also look into
Delta Update from ODS is invalidated
this has been mentioned in the previous forum link .
Hope this helps...
Thanks,
Raj

Similar Messages

  • My Earpiece doesn't work fine. I tried restoring it on iTunes, work's for 2 days then problem came again. Help me on this thanks.

    My Earpiece doesn't work fine. I tried restoring it on iTunes, work's for 2 days then problem came again. Help me on this thanks.

    Go buy yourself a iPhone 5. Sync your iPhone 3GS to iTunes on you computer so you have a back up ready to put on the iPhone 5. If you want you can update your iPhone 3GS with iTunes on your computer, but this is not necessary.

  • Battery monitor 3 doesn't work fine.

    Hi,
    Recentl I have downloaded battery monitor 3 app from store.
    That doesn't work fine as I have to manually touch on it to show the updated remaining average use!
    Any ideas?
    Thank you.
    -------------------If this post helped you, click on accept as solution.------------------
    -----------------------------Appreciate by clicking on white star.----------------------------
    Solved!
    Go to Solution.

    It's working fine for me.
    I have noticed that it is possible to deselect all the estimates in the main app screen so wonder if that could be your problem. Make sure that at least one icon has a grey background as in the attached grab - 04 selected, 05 deselected.
    I don't remember being able to deselect "Average Use" in earlier versions.
    N8-00 pc059C9F6 Belle
    808 PureView pc059P6W5
    Attachments:
    Scr000004.jpg ‏70 KB
    Scr000005.jpg ‏70 KB

  • Why an imported SWF created in Flash CS5 doesn't works fine?

    perhaps I am not lucky. I find no answer.. perhaps im a noob (daaaah)  please if you can help it would be appreciated!
    I'm new in flash and flash catalyst.. but i'm not bad at all hehe. After publishing a swf from flash CS5 (that works perfect when i preview it) i want to import it in flash catalyst...
    ... i click on import swf and i select my swf. When i execute the project (CTRL+ENTER) in flash catalyst the motion tweens created in Adobe Flash doesn't start
    Even if it works well when i run the SWF from desktop or in Adobe Flash directly

    A detail that could help you guys..
    I used FlashEFF2 in Adobe Flash CS5 (as a Text Effect (it's awesome)) and this effect only starts and works fine in Flash Catalyst. The motions tweens created in Adobe Flash CS5 doesn't starts in Flash Catalyst
    Thanks to read it!
    Max

  • GetLibraryObject(aliasname) doesn't work fine

    Hello
    I'm trying to make an IFS Search with two result classes. It works fine, but when I try to get the library object from de SearchResultObject by its alias it returns a null object.
    Trying to get it with getLibraryObject() it gives me a proper object (the first one of the result) but I need to acces the second object aswell.
    please, does anybody know what happenned?
    Raul
    EXAMPLE:
    String alias1 = sea.addSearchClass("COB_NODO");
    String alias2 = sea.addSearchClass("COB_TIPOPRODUCTO");
    sea.addResultClass(alias1);
    sea.addResultClass(alias2);
    sea.addJoinCondition(alias1,"IDPRODUCTO" , alias2, null);
    Search search = sea.createSearch();
    search.open();
    for (int j=0; j<search.getItemCount(); j++)
    ArrayList registro = new ArrayList();
    SearchResultObject resul = search.next();
    PublicObject nodo = (PublicObject) resul.getLibraryObject(alias1);
    if (nodo == null) out.println("<BR><b> ... IS NULL, IT IS WRONG!!!</b>");
    }

    I'm sorry but it doesn't work.
    It doesn't matter if I get resultClassNames or aliasesNames. they are always uppercase even when I introduce them manually lowerCase. If I introduce the alias uppercase, wich shouldn't work bad, and I try to getResultClassNames(), it gives me the same alias I introduced but that doesn't work.
    It gives me a null class when there should be a not null one.
    another way of doing it? or just explain better something that we've missed.
    Thank youj

  • Links-hacked doesn't work fine.(normal?)

    it only works with google, and (most interessant) ONLY webs that accomplishes W3C. it's normal?
    must configure something? thanks
    at the moment i only tryied changing the user-agent, and HTTP options, but nothing.
    Last edited by argos.void (2012-10-13 12:21:23)

    It already works fine, without any particular action. I just open the Mail app, like these past days, but today it checked correctly my inbox.

  • H323 static Nat doesn't work fine on 3900 series router with IOS 15.2(3) T

    Hi,
    I have a problem with static nat setting on my 3925 router with IOS15.2(3). The scenario is like this:
    I set a static nat between 172.16.1.2 and x.x.x.x(public IP address) using following command:
    ip nat inside source static 172.16.1.2 x.x.x.x
    The intranet IP address is set on a video conference system from Huawei, after setting all these things, ping works fine to this public IP address, but video conference cannot be built. I tried same setting using another 2811 router with IOS12.4 and it worked fine. Which means the problem should be isolated to this 3925 router. Full config is also attached, sorry that I elimated the public IP address and use other characters instead.
    Additionally, I debugged ip natting and I see following information when making video calls:
    router#debug ip nat h323
    IP NAT H323 debugging is on
    router#                
    *Jul 10 09:11:07.343: NAT[0]: H323: received pak, payload_len=0
    *Jul 10 09:11:07.343: [NAT[0]: H323 ACK packet ? FALSE
    *Jul 10 09:16:15.731: NAT[1]: H323: received pak, payload_len=0
    *Jul 10 09:16:15.731: [NAT[1]: H323 ACK packet ? FALSE
    *Jul 10 09:16:57.215: NAT[1]: H323: received pak, payload_len=0
    *Jul 10 09:16:57.215: [NAT[1]: H323 ACK packet ? FALSE
    *Jul 10 09:17:02.731: NAT[1]: H323: received pak, payload_len=0
    *Jul 10 09:17:02.731: [NAT[1]: H323 ACK packet ? FALSE
    *Jul 10 09:17:14.731: NAT[1]: H323: received pak, payload_len=0
    *Jul 10 09:17:14.731: [NAT[1]: H323 ACK packet ? FALSE
    This problem has been bothering me for weeks. Hope that someone could help me out. Many thanks in advance.
    Regards,
    Angran

    Hi,
    i have the same requirement for a customer, not for video but for audio calls, i have a remote office with h.323 phones and they need to get registered to a gk in central office to send and recieve voice calls, did you make it work? can you share the config please?

  • List Of Values Switcher doesn't work fine here

    Hello,
    I tried a new List Of Values Switcher feature, in jdev11g R, and i tried andrejusb's example( http://andrejusb.blogspot.com/2008/10/multiple-lovs-per-attribute-in.html ), but it doesn't work
    Is that a bug??
    Thanks

    I did find this in an email I sent out after I got this working:
    "An important item to note is that when selecting a Default LOV, it appears as if the radio button does not determine which LOV is default. It is always the first item in the list (took me a bit to figure that little gem out)."

  • XMLDOM.getLength doesn't work fine

    Hi!
    I’m reading a xml file with XMLDOM and I have checked when the file is big (more than 65000 nodes) the value of XMLDOM.getLength is not correct, but doesn't return an error. For example, if there are 65000 nodes the length returned is 2300.
    Somebody knows if there is a size limit for XMLDOM.getlength or XMLDOM.getElementsbyTagName?     
    Thanks in advance,
    Fernando.

    I'm sorry but it doesn't work.
    It doesn't matter if I get resultClassNames or aliasesNames. they are always uppercase even when I introduce them manually lowerCase. If I introduce the alias uppercase, wich shouldn't work bad, and I try to getResultClassNames(), it gives me the same alias I introduced but that doesn't work.
    It gives me a null class when there should be a not null one.
    another way of doing it? or just explain better something that we've missed.
    Thank youj

  • Proxy doesn't work fine with IExplorer

    Hi,
    I've wrote a proxy using java and now I have a problem when running this proxy on linux and the browser is IE 5.5 or less.
    The problem is like this. When a POST is made, Request arrives to Proxy , it sends it to server then receives the response and sends it back to browser. But in many cases the browser acts stupid. It says that "Page cannot be found" or "Response is empty". And I'm sure I send something on socket. - Works fine for GET.
    Even more when the proxy runs on Windows the problem appears also but far less frequently. When proxy is on linux or Windows and I use Netscape , Mozilla or Opera, even IE 6.0. everything works fine
    Is there a frequent mistake that I'm doing? Is there a standard fix for such a problem?
    Thanks

    Here are the request and response that cause problem:
    POST /Validate.jsp HTTP/1.0
    Accept: */*
    Referer: http://192.168.4.52/Logon.jsp
    Accept-Language: en-us
    Accept-encoding: gzip, deflate
    User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; YComp 5.0.0.0)
    Host: 192.168.4.52
    Cookie: JSESSIONID=07A8B439050105DD75492B21A9ABF012
    Pragma: no-cache
    Content-Type: application/x-www-form-urlencoded
    Content-Length: 66
    HTTP/1.1 302 Moved Temporarily
    Content-Type: text/html;charset=ISO-8859-1
    Date: Tue, 09 Sep 2003 12:49:38 GMT
    Pragma: no-cache
    Location: http://192.168.4.52/inside/menu/MainFrames.jsp
    Server: Apache Tomcat/4.0.3 (HTTP/1.1 Connector)
    Cache-Control: no-cache
    Connection: close
    Expires: Thu, 01 Jan 1970 00:00:00 GMT
    I don't modify the response, only forward what received from server. And in this case there is no content lenght.

  • Richefaces doesn't work fine

    hi folks,
    hi folks,
    i am using JSF-RichFaces SPRINGmaven with my faces for documents uploading ,
    in my jsp page i add:
    <a4j:commandButton value="Show Current Selection" reRender="table"
    action="#"
    oncomplete=" javascript: Richfaces. showModalPanel( 'panel'); "></a4j:commandButton>
    <rich:modalPanel id="panel" autosized="true">
    hello world
    </rich:modalPanel>
    Nota:for my Web.xml look after the trace
    but i got this error , i looked many times on my config but i didn't find how to resolve it,
    trace:
    ============ ========= ========= =====
    type Rapport d'exception
    message
    description Le serveur a rencontr� une erreur interne () qui l'a emp�ch� de satisfaire la requ�te.
    exception
    javax.servlet. ServletException
         javax.faces. webapp.FacesServ let.service( FacesServlet. java:277)
         org.ajax4jsf. webapp.BaseXMLFi lter.doXmlFilter (BaseXMLFilter. java:141)
         org.ajax4jsf. webapp.BaseFilte r.doFilter( BaseFilter. java:281)
         fr.rentcar.presenta tion.web. filter.multipart .MultipartFilter .doFilter( MultipartFilter. java:98)
         org.tuckey.web. filters.urlrewri te.RewrittenUrl. doRewrite( RewrittenUrl. java:176)
         org.tuckey.web. filters.urlrewri te.UrlRewriteFil ter.doFilter( UrlRewriteFilter .java:364)
         org.springframework .orm.jpa. support.OpenEnti tyManagerInViewF ilter.doFilterIn ternal(OpenEntit yManagerInViewFi lter.java: 111)
         org.springframework .web.filter. OncePerRequestFi lter.doFilter( OncePerRequestFi lter.java: 75)
    cause m�re
    java.lang.IllegalAr gumentException
         org.richfaces. renderkit. ModalPanelRender erBase.checkOpti ons(ModalPanelRe ndererBase. java:91)
         org.richfaces. renderkit. html.ModalPanelR enderer.doEncode Begin(ModalPanel Renderer. java:187)
         org.richfaces. renderkit. html.ModalPanelR enderer.doEncode Begin(ModalPanel Renderer. java:178)
         org.ajax4jsf. renderkit. RendererBase. encodeBegin( RendererBase. java:101)
         javax.faces. component. UIComponentBase. encodeBegin( UIComponentBase. java:801)
         javax.faces. component. UIComponent. encodeAll( UIComponent. java:934)
         javax.faces. render.Renderer. encodeChildren( Renderer. java:148)
         javax.faces. component. UIComponentBase. encodeChildren( UIComponentBase. java:825)
         javax.faces. component. UIComponent. encodeAll( UIComponent. java:936)
         javax.faces. component. UIComponent. encodeAll( UIComponent. java:942)
         com.sun.faces. application. ViewHandlerImpl. doRenderView( ViewHandlerImpl. java:256)
         com.sun.faces. application. ViewHandlerImpl. renderView( ViewHandlerImpl. java:187)
         org.ajax4jsf. application. ViewHandlerWrapp er.renderView( ViewHandlerWrapp er.java:108)
         org.ajax4jsf. application. AjaxViewHandler. renderView( AjaxViewHandler. java:216)
         com.sun.faces. lifecycle. RenderResponsePh ase.execute( RenderResponsePh ase.java: 110)
         com.sun.faces. lifecycle. Phase.doPhase( Phase.java: 100)
         com.sun.faces. lifecycle. LifecycleImpl. render(Lifecycle Impl.java: 139)
         javax.faces. webapp.FacesServ let.service( FacesServlet. java:266)
         org.ajax4jsf. webapp.BaseXMLFi lter.doXmlFilter (BaseXMLFilter. java:141)
         org.ajax4jsf. webapp.BaseFilte r.doFilter( BaseFilter. java:281)
         fr.rentcar.presenta tion.web. filter.multipart .MultipartFilter .doFilter( MultipartFilter. java:98)
         org.tuckey.web. filters.urlrewri te.RewrittenUrl. doRewrite( RewrittenUrl. java:176)
         org.tuckey.web. filters.urlrewri te.UrlRewriteFil ter.doFilter( UrlRewriteFilter .java:364)
         org.springframework .orm.jpa. support.OpenEnti tyManagerInViewF ilter.doFilterIn ternal(OpenEntit yManagerInViewFi lter.java: 111)
         org.springframework .web.filter. OncePerRequestFi lter.doFilter( OncePerRequestFi lter.java: 75)
    note La trace compl�te de la cause m�re de cette erreur est disponible dans les fichiers journaux de Apache Tomcat/6.0.14.
    ============ ========= =====
    web.xml:
    ============ ========= ===
    <?xml version="1.0" encoding="UTF- 8"?>
    xmlns:xsi="http://www.w3. org/2001/ XMLSchema- instance" xsi:schemaLocation= "http://java. sun.com/xml/ ns/javaee http://java. sun.com/xml/ ns/javaee/ web-app_2_ 5.xsd">
    <description>RentCar</description>
    <display-name>RentCar</display-name>
    <!-- Context Parameters -->
    <context-param>
    <param-name>com.sun.faces. verifyObjects</param-name>
    <param-value>false</param-value>
    </context-param>
    <context-param>
    <param-name>com.sun.faces. validateXml</param-name>
    <param-value>true</param-value>
    </context-param>
    <context-param>
    <param-name>javax.faces. CONFIG_FILES</param-name>
    <param-value>/WEB-INF/faces- config.xml</param-value>
    </context-param>
    <context-param>
    <param-name>javax.faces. STATE_SAVING_ METHOD</param-name>
    <param-value>server</param-value>
    </context-param>
    <context-param>
    <param-name>org.richfaces. SKIN</param-name>
    <param-value>blueSky</param-value>
    </context-param>
    <context-param>
    <param-name>contextConfigLocati on</param-name>
    <param-value>classpath:applicati onContext- persistence. xml
    classpath:applicati onContext- services. xml
    classpath:applicati onContext- transaction. xml
    classpath:applicati onContext- resources. xml
    classpath:applicati onContext- security. xml
    classpath:applicati onContext- processes. xml</param-value>
    </context-param>
    <filter>
    <filter-name>urlRewriteFilter</filter-name>
    <filter-class>org.tuckey.web. filters.urlrewri te.UrlRewriteFil ter</filter-class>
    <init-param>
    <param-name>confReloadCheckInte rval</param-name>
    <param-value>-1</param-value>
    </init-param>
    <init-param>
    <param-name>logLevel</param-name>
    <param-value>INFO</param-value>
    </init-param>
    </filter>
    <!-- HibernateFilter -->
    <filter>
    <filter-name>hibernateFilter</filter-name>
    <filter-class>org.springframework .orm.jpa. support.OpenEnti tyManagerInViewF ilter</filter-class>
    <init-param>
    <param-name>entityManagerFactor yBeanName</param-name>
    <param-value>entityManagerFactor y</param-value>
    </init-param>
    </filter>
    <filter>
    <display-name>multipartFilter</display-name>
    <filter-name>multipartFilter</filter-name>
    <filter-class>fr.rentcar.presenta tion.web. filter.multipart .MultipartFilter</filter-class>
    </filter>
    <filter>
    <display-name>RichFaces Filter</display-name>
    <filter-name>richfaces</filter-name>
    <filter-class>org.ajax4jsf. Filter</filter-class>
    </filter>
    <!-- MyEclipse filter Lines -->
    <filter>
    <filter-name>ExtensionsFilter</filter-name>
    <filter-class>org.apache.myfaces. component. html.util. ExtensionsFilter</filter-class>
    <init-param>
    <param-name>uploadMaxFileSize</param-name>
    <param-value>10m</param-value>
    </init-param>
    <init-param>
    <param-name>uploadThresholdSize</param-name>
    <param-value>100k</param-value>
    </init-param>
    </filter>
    <!--<filter>
    <filter-name>adfFaces</filter-name>
    <filter-class>oracle.adf.view. faces.webapp. AdfFacesFilter</filter-class>
    </filter>-->
    <filter-mapping>
    <filter-name>ExtensionsFilter</filter-name>
    <servlet-name>FacesServlet</servlet-name>
    </filter-mapping>
    <!--<filter-mapping>
    <filter-name>adfFaces</filter-name>
    <servlet-name>faces</servlet-name>
    </filter-mapping>
    end of MyEclipse -->
    <filter-mapping>
    <filter-name>hibernateFilter</filter-name>
    <url-pattern>/*</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>urlRewriteFilter</filter-name>
    <url-pattern>/*</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>multipartFilter</filter-name>
    <servlet-name>Faces Servlet</servlet-name>
    <dispatcher>REQUEST</dispatcher>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>INCLUDE</dispatcher>
    </filter-mapping>
    <filter-mapping>
    <filter-name>richfaces</filter-name>
    <servlet-name>Faces Servlet</servlet-name>
    <dispatcher>REQUEST</dispatcher>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>INCLUDE</dispatcher>
    </filter-mapping>
    <!-- Http Listener -->
    <listener>
    <listener-class>fr.rentcar.presenta tion.web. listener. StartupListener</listener-class>
    </listener>
    <listener>
    <listener-class>fr.rentcar.presenta tion.web. listener. SessionListener</listener-class>
    </listener>
    <servlet>
    <servlet-name>httpServices</servlet-name>
    <servlet-class>org.springframework .web.servlet. DispatcherServle t</servlet-class>
    <load-on-startup>2</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces. webapp.FacesServ let</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>httpServices</servlet-name>
    <url-pattern>/services/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>*.faces</url-pattern>
    </servlet-mapping>
    <login-config>
    <auth-method>BASIC</auth-method>
    </login-config>
    </web-app>

    It already works fine, without any particular action. I just open the Mail app, like these past days, but today it checked correctly my inbox.

  • Camera doesn't work fine in automatic mode

    I have a E71.  When I ON the camera a violet colored screen appears in Automatic mode.  When I change the setting to Night mode it works fine.  But on a second start again the setting will go to Automatic mode and the violet screen appears.  I updated the software and changed the settings to default but no use.  Any suggestions??

    Try;
    1. Soft reset
    2. Hard reset
    3. Upgraded FW to newest version
    take out your sim card and put in *#7780# to restore factory settings. you should not lose any data, but all settings will go into default. try that first.
    the second option is a reset *#7370# this one will erase all of your data, 'wipe the phone clean' and restore to factory settings. see if any of these options work and if you are able to use your phone as you like/need to.
    the third option U can go in for a hard reset which will turn ur device as it left the factory totally new
    U can also update/reinstall ur firmware and see the result...
    Also use ur device without the memory card and see
    in case of ur memory card there are different options available to you to get rid of the corrupt/unwanted data in your card.
    menu--tools--memory---options---format memory card......
    remember everything including ur factory installed apps will be deleted......... but u can always download them later either from nokia or google them...
    or insert ur card in any reader or laptop and check for virus and also the hidden folders....... 
    Articles posted courtesy engadget
    keep us updated about the progress.... if u like wat I have to offer then click on khudos.

  • SetMaxInactiveInterval() doesn't work fine when there are a few sessions

    I'm using setMaxInactiveInterval() to set different values for sessions in
              program. When I test it, it works fine if there are only one or two
              sessions. But if there are more sessions, say nearly 10, they will be
              expired randomly such as at around 2 minutes when set to 3
              minutes(setMaxInactiveInterval(180)). BTW, my server is WLS6.1
              Any suggestion? Thanks a lot.
              Hattie
              

    Why not keep things simple and create a shortcut on the user's machine that uses this target command:
    \\SRV2\d$\dir1\subdir1\subdir2
    Simply because dir and subdirs are no constants.
    Just imagin you have a webpage that looks like this :
    Proj. #   Custommer    directory                                                bunch-of-other-stuff
    4538      Microsoft        \\SRV2\Big_contracts\US\2014\software   etc
    4539      Nokia             \\SRV3\Prototypes\EU\2012\hardware      etc
    4540      So-else          \\SRV3\Big_contracts\EU\2013\software    etc
    Instead of the full path you have a small folder icon (to save space). And clicking on this icon will bring you directly to said path.
    It was extremely convenient, very user-friendly. And it has been working for over a decade, and today my users are frowning...
    I think you are pushing psexec.exe beyond its limits.
    No, it's working perfectly on Win XP. I just find it too sad that it no longer works on Win 7. I view this as a regression.
     When you run it the way you do it you actually do open a further Explorer process but it remains invisible to you because it runs in the background.
    No, the user does get a new explorer windows that pops to the foreground. The
    only trouble is that it opens in "My Documents".
    Of course I could (try and...) teach them to right-click, copy the link, paste it in an explorer and so on, but they are going to hate me.
    Thank you

  • Federation user replication doesn't work fine

    Hy,
    we replicate user from CMS Dev to CMS Prod (no AD or LDAP)
    Groups replication work fine, new user too but when we update user in 'Dev'
    this update can't appear in 'Prod'
    why?
    replication properties
    refreshobjects  destination
    type is two way
    mode is normal
    thank's

    If this is OID replication (is not clear), check the replication status in OID Manager, or
    logs on the OID server.
    Did you follow the Metalink notes 370588.1 / 370433.1 / 370453.1 / 370447.1 / 370456.1

  • S3 mode doesn't work fine on K8N Neo-fsr since overclocking, please help!

    I have a K8N Neo-FSR (MS-7030) BIOS version 1.6 (I tried 1.4, 1.5), running AMD64 2800+ SK 754, 2x 256MB DDR400 Kingston valueram pluging in slot 1&2. It runs well except S3 mode    .
    Since I overclock HTT (everythings else have their own default values), S3 mode seems to work so crazy . After wake up from this usefull stop-grant standby mode, HTT is given back to its original speed, 200MHz, without notice (?!)  .
    You know that I don;t like this much, do you? 
    Who responsible for this function? Mainboard or CPU? If it's mainboard, which department will be sentenced, BIOS or chipsets/ICs? 
    Could anybody give me a solution to achive higher speed by overclocking without giving up using S3? 
    Thanks so much!

    It's a bad new! I had bad feeling about DFI with the same problem, S3 mode resuming bring FSB back to df and even sometimes led the system to the ruin. But upgrading bios solved this issue. My old Abit did S3 mode fine. Now I have a new MSI and once again I must use teknophyle's way or slow hibernation instead.
    On the same occasion, I wana ask about some shortcoming in 1.6 bios: power on by keyboard/mouse and power led options. I only found S3 wake up by keyboard/mouse but not keyboard/mouse power-on options! There is power led option in version 1.56 but it disapeared in 1.6. Now my mobo has no signal to differentiate between sleep and power-off. would you give back the useful power led option and add power on by combination keys in the near future bios version, syar? Look forward to hearing some good new from you :D.

Maybe you are looking for

  • Population equipment no in Quotation

    Hi all, I exploded equipment BOM and  selected the assembly or component same has to be copied to the Sales order quotation at item level. Further to add this our client requires select the item level assembly or component . Go to extras ->technical

  • Integration scenario with Proxy

    Hi, We have a complex out of box solution in PI, that we are tying to implement. Purchase order is send from SAP ECC to PI 7.0. This idoc would be received at PI and than a return message ( I am not sure if it is called acknowledgment) is send back t

  • Unable to customize my portal masthead

    Hi, I am unable to customize my portal masthead. I can't download the par file like "System Administration -> Support -> Portal Runtime -> Browse Deployment -> WEB-INF -> deployment -> temp (or) pcd -> com.sap.portal.navigation.masthead.par.bak ". I'

  • Help me! can not ping through hostname

    Hello i am using Solaris 8. I can ping and reach the other host by IP only, I can not reach the other host by the DNS name. How can i overcome this problem. shall i do any configuration .Help me to resolve the problem. Thanks in advance, balachandar.

  • Discoverer -- Pass parameter to viewer in URL

    I would like to pass a parameter to viewer via the URL. In plus this is possible using &param_. Is anything like this possible in viewer?