Name picker issue in Grid

I have a Grid dictionary in my form which contact 5 fields and one among the fields is a name picker.
When I click the icon next to the field in the form, the dialog box is getting populated and I can search the name and select the name.
When I clicked the 'Ok' button, the selected name is not populating into the field in my form.
I tried with a free form dictionary as well as template based dictionary. In the dictionary, I have selected the field type as 'Person'. In the form, though we select the field's type in 'Display Properties' as 'Person', it comes as 'Text' - which is expected since this is just the 'HTML Representation'.
I am using 9.3.2 patch 6. Do I need to enable any settings? Appreciate any help!!!

Dear Lim,
Sorry for the delayed response. Fed up with several other important tasks. Yes, you are correct. This is related to something in "Import Person". I got the below error message in the log. In "Directory Integration", for the "Person Lookup for Service Form", I have tried configuring for "Import Person" and "Import Manager" by setting the refresh period to 0. But this didn't help me. Do I need to restart the service after setting this?
Also I have noticed that in the events, the person search is associated with the custom code - Java Class. Will this impact?
Thanks for your help in identifying the root cause.
Error Log:
2014-01-07 08:32:01,075 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/RequestCenter]] request URL : /RequestCenter/myservices/orderrequisition.do?id=xbbkmvm&dictName=Test_User_Grid&isGridDictionary=true&formAction=getPersonData
2014-01-07 08:32:01,075 ERROR [com.newscale.bfw.eui.EUIOperationManager] COR-ID=-8385850249751270230::Exception finding Import Person Operation
java.lang.NullPointerException
at com.newscale.client.BNYMellon.CustomPersonLookup.importPerson(CustomPersonLookup.java:161)
at com.newscale.bfw.eui.EUIOperationManager.performImportPerson(EUIOperationManager.java:593)
at com.newscale.bfw.eui.EUIEventManager.performPostPersonSearch(EUIEventManager.java:255)
at com.newscale.comps.requisition.controller.OrderRequisitionAction.getPersonData(OrderRequisitionAction.java:469)
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:597)
at com.newscale.bfw.uiframework.struts.controller.NewScaleAction.dispatchMethod(NewScaleAction.java:484)
at com.newscale.bfw.uiframework.struts.controller.NewScaleAction.execute(NewScaleAction.java:337)
at com.newscale.bfw.uiframework.struts.controller.NewScaleAction.execute(NewScaleAction.java:282)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.newscale.bfw.signon.filters.AuthenticationFilter.doFilter(AuthenticationFilter.java:340)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.newscale.bfw.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:142)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.newscale.bfw.filters.input.InputFilter.doFilter(InputFilter.java:173)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.newscale.bfw.uiframework.filters.SPITIFilter.doFilter(SPITIFilter.java:101)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.newscale.bfw.filters.performance.PerformanceFilter.doFilter(PerformanceFilter.java:135)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:662)
2014-01-07 08:32:01,122 ERROR [com.newscale.bfw.uiframework.struts.controller.NewScaleAction] COR-ID=-8385850249751270230::null
java.lang.reflect.InvocationTargetException
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:597)
at com.newscale.bfw.uiframework.struts.controller.NewScaleAction.dispatchMethod(NewScaleAction.java:484)
at com.newscale.bfw.uiframework.struts.controller.NewScaleAction.execute(NewScaleAction.java:337)
at com.newscale.bfw.uiframework.struts.controller.NewScaleAction.execute(NewScaleAction.java:282)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.newscale.bfw.signon.filters.AuthenticationFilter.doFilter(AuthenticationFilter.java:340)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.newscale.bfw.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:142)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.newscale.bfw.filters.input.InputFilter.doFilter(InputFilter.java:173)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.newscale.bfw.uiframework.filters.SPITIFilter.doFilter(SPITIFilter.java:101)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.newscale.bfw.filters.performance.PerformanceFilter.doFilter(PerformanceFilter.java:135)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:662)
Caused by: com.newscale.bfw.eui.EUIException: Exception finding Import Person Operation
at com.newscale.bfw.eui.EUIOperationManager.performImportPerson(EUIOperationManager.java:640)
at com.newscale.bfw.eui.EUIEventManager.performPostPersonSearch(EUIEventManager.java:255)
at com.newscale.comps.requisition.controller.OrderRequisitionAction.getPersonData(OrderRequisitionAction.java:469)
... 46 more 2014-01-07 08:32:01,075 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/RequestCenter]] request URL : /RequestCenter/myservices/orderrequisition.do?id=xbbkmvm&dictName=Test_User_Grid&isGridDictionary=true&formAction=getPersonData
2014-01-07 08:32:01,075 ERROR [com.newscale.bfw.eui.EUIOperationManager] COR-ID=-8385850249751270230::Exception finding Import Person Operation
java.lang.NullPointerException
at com.newscale.client.BNYMellon.CustomPersonLookup.importPerson(CustomPersonLookup.java:161)
at com.newscale.bfw.eui.EUIOperationManager.performImportPerson(EUIOperationManager.java:593)
at com.newscale.bfw.eui.EUIEventManager.performPostPersonSearch(EUIEventManager.java:255)
at com.newscale.comps.requisition.controller.OrderRequisitionAction.getPersonData(OrderRequisitionAction.java:469)
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:597)
at com.newscale.bfw.uiframework.struts.controller.NewScaleAction.dispatchMethod(NewScaleAction.java:484)
at com.newscale.bfw.uiframework.struts.controller.NewScaleAction.execute(NewScaleAction.java:337)
at com.newscale.bfw.uiframework.struts.controller.NewScaleAction.execute(NewScaleAction.java:282)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.newscale.bfw.signon.filters.AuthenticationFilter.doFilter(AuthenticationFilter.java:340)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.newscale.bfw.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:142)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.newscale.bfw.filters.input.InputFilter.doFilter(InputFilter.java:173)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.newscale.bfw.uiframework.filters.SPITIFilter.doFilter(SPITIFilter.java:101)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.newscale.bfw.filters.performance.PerformanceFilter.doFilter(PerformanceFilter.java:135)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:662)
2014-01-07 08:32:01,122 ERROR [com.newscale.bfw.uiframework.struts.controller.NewScaleAction] COR-ID=-8385850249751270230::null
java.lang.reflect.InvocationTargetException
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:597)
at com.newscale.bfw.uiframework.struts.controller.NewScaleAction.dispatchMethod(NewScaleAction.java:484)
at com.newscale.bfw.uiframework.struts.controller.NewScaleAction.execute(NewScaleAction.java:337)
at com.newscale.bfw.uiframework.struts.controller.NewScaleAction.execute(NewScaleAction.java:282)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.newscale.bfw.signon.filters.AuthenticationFilter.doFilter(AuthenticationFilter.java:340)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.newscale.bfw.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:142)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.newscale.bfw.filters.input.InputFilter.doFilter(InputFilter.java:173)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.newscale.bfw.uiframework.filters.SPITIFilter.doFilter(SPITIFilter.java:101)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.newscale.bfw.filters.performance.PerformanceFilter.doFilter(PerformanceFilter.java:135)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:662)
Caused by: com.newscale.bfw.eui.EUIException: Exception finding Import Person Operation
at com.newscale.bfw.eui.EUIOperationManager.performImportPerson(EUIOperationManager.java:640)
at com.newscale.bfw.eui.EUIEventManager.performPostPersonSearch(EUIEventManager.java:255)
at com.newscale.comps.requisition.controller.OrderRequisitionAction.getPersonData(OrderRequisitionAction.java:469)
... 46 more

Similar Messages

  • My file names have disappeared in grid view. Thery have been replaced with a dark bar along the bottom of the previews. If I toggle using the command u it hide the bar but I still can't see the file name. In list view all the file names are OK.

    My file names have disappeared in grid view. Thery have been replaced with a dark bar along the bottom of the previews. If I toggle using the command u it hide the bar but I still can't see the file name. In list view all the file names are OK.

    The dark bar is caused by the option "Show metadata below image".
    Check the settings for the metadata overlays in Grid view (basic and expanded) by clicking the little "badge" icon below the Browser and selecting "Edit". Is the filename still enabled in the list? And in a high enough position to have precedence for other metadata tags, if the space does not suffice to show all selected tags?
    Regards
    Léonie

  • Fill color picker issue

    When I double click on the fill color in the tool bar the color picker window opens. Unfortunately it is opening to a color that is not the color of my fill such as this orange here instead of the green. I am wondering if I have some sort of color theme option turned on somewhere? Any help to get this back to normal would be greatly appreciated.

    Thank you, felt like I was going crazy
    From: Jacob Bugge
    Sent: Monday, August 11, 2014 10:29 AM
    To: steve sheets
    Subject:  fill color picker issue
    fill color picker issue
    created by Jacob Bugge <https://forums.adobe.com/people/Jacob+Bugge> in
    Illustrator - View the full discussion
    <https://forums.adobe.com/message/6629962#6629962>

  • Missing Song Name Column in Album Grid View

    I've lost the song name column when I am in grid view, and have clicked through to the song list. Anyone know how to get the song name column back?
    Screenshot:
    http://flickr.com/photos/kkeeter/3092018958/sizes/o/

    kentonkeeter,
    This is the way I would approach it:
    - Quit all applications
    - Remove ~/Library/Caches and ~/Library/Preferences/com.apple.iTunes.plist
    - Log out of your user account, and then log back in and test
    - Additionally, you can quit all applications and remove both com.apple.iTunes.eq.plist and com.apple.iTunesHelper.plist, then log out and in to see if that has an effect, although I normally wouldn't expect them to.
    If the same issue persists:
    - Quit all applications
    - Remove ~/Library/iTunes/iTunes Plug-ins (you can drag to the Desktop so as not to lose it; you can always put it back)
    - Log out and in, and test
    Normally, this will take care of the issue so long as you follow the steps in order. If not, normally the next step is to isolate ~/Library/Preferences entirely by quitting all applications, re-naming the Preferences folder (like to Preferences1), and log out and in and test. Keep in mind when logging back in, your account will change appearance. You can revert these changes by once again quitting all applications, renaming the current ~/Library/Preferences (like to Preferences2), then change the original folder's name back to Preferences. Then log out and in.
    Hope this helps,
    Raleigh

  • "Windows cannot find...Make sure you typed the name correctly" issue across many files

    I recently have run into an issue where many programs cannot be opened. I get an error message saying "Windows cannot find... Make sure you typed the name correctly the try again."  This happens for task editor, or manage in the control panel.  I cannot change settings in the system security as I get the same message.
    I ran a full scan of McAfee and nothing was picked up.

    Hello,
    Thank you for posting in the HP Support Forum.
    These symptoms you describe appear because Windows cannot find certain application when it is lauched using some kind of shortcut. Since it appears with many applications (including Task Manager), this is usually considered to be caused by malicious programs (malware) such as viruses, trojans, etc.
    http://support.microsoft.com/kb/311446
    *Note - the above Microsoft KB article is just one example for the many many viruses that exist out there. Of course, you may
    Please, double check your system with other security products aside from your McAfee.
    Try to check your computer using  the free ESET Online Scananer:
    http://kb.eset.com/esetkb/index?page=content&id=SOLN2921&locale=en_US
    Scan with the free HitmanPro :
    http://www.surfright.nl/en/hitmanpro/
    Please, report back your results.
    If it happens so that you cannot run ESET or HitmanPro,  best would be to use an alternative computer (known clean one), prepare a bootable CD/DVD using a "live" antivirus image such as Kaspersky Rescue Disk or ESET SysRescue Live, and scan your system using this CD/DVD. Full instruction can be found here:
    http://malwaretips.com/blogs/how-to-use-kaspersky-rescue-disk/
    http://www.eset.com/int/support/sysrescue/
    Please, report back your results.
    Best wishes,
    IT_WinSec
    Hewlett-Packard employee | HP Enterprise Services
    Although I work for HP, I express my personal opinion.
    Visit www.hp.com/makeitmatter
    --Say "Thanks" by clicking the Kudos Thumb Up in the post that you find useful.
    --Please mark the post that solves your problem as "Accepted Solution"

  • SharePoint 2013 (O365) Name Resolving Issues

    I am a global administrator for my O365 environment.  I am having issues with names resolving in SharePoint
    I am trying to add people as term set managers in the managed metadata interface.  If I just type someone's name and hit save, then it works (although their name is converted into a long garbled string).  If I click the "Check Name" or
    select the user from the Address Book the Save operation does not work (it says that I need to complete a required field - the term store manager field).
    Also, in workflows on lists, I am having a similar issue.  I am creating a workflow in SharePoint Designer 2013. I am trying to have an email send to a DL.  When I manually type out the full URL ([email protected])
    or when I select the DL from the address book within the Email form in SharePoint designer, the email address resolves to a strange string/GUID.  It appears that the workflow is successfully sending an email to this GUID, but nobody who is a member of
    the DL receives the email.  If I select a user's name directly from the Address book (not a DL), that user does receive the email.
    Thanks!

    I believe this is a long standing bug. The first I heard of it was back in late October 2013. Open a case with MSO support.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • File name not showing in grid view

    I just upgraded to LR 5.4 and I noticed that now when I am in grid view, only the capture date and dimensions show on the image when I run my cursor over it. I used to get a quick pop-up with the file name, capture date & dimensions, so I can quickly see where I am in my numbering system. I have looked at the preferences and also in view, but it is not apparent to me where it went, plus I know I didn't change anything, intentionally.
    BTW, I also upgraded to Mavericks OS on my iMac, but I hope that is not what is wrong. I know Adobe put out a bunch of "patches" for Bridge, etc. but I have already downloaded and updated all that.

    When you are in Library module/Grid mode, the text that appears in the hovering action is controlled by the Info Overlay. The Info Overlay has three states: Off, Info 1 and Info 2.
    Go to View>Loupe Overlay and put a check mark next to the Overlay you wish to be active and your hovering enabled text will change to match that text. 

  • Name Case issue in Link Palette

    I have imported couple of Links in InDesign CS6. All links are imported well. The issue is happened in case sensitive of links as described below.
    1. I have imported the links with the naming convention as shown below.
         001_FlowerX1.jpg
         002_FlowerX2.jpg
         003_FlowerX3.jpg
         004_FlowerX4.jpg
         005_FlowerX5.jpg
    2. I have renamed the links after imported into InDesign as shown below.
         001_flowerx1.jpg
         002_flowerx2.jpg
         003_flowerx3.jpg
         004_flowerx4.jpg
         005_flowerx5.jpg
    Can you see the difference of the naming convention between points 1 & 2? There is a case sensitive difference.
    InDesign Link palette does not show modified/missing links. The image status looks "OK" in the Link palette after change the original name in point 2.
    I just wonder how InDesign does not show modified/missing links in the Links palette after changing the name. Attached screenshot of case sensitive difference in the links naming convention for your reference.
    Anyone help on this issue to overcome and provide a solid solution of the same.

    Is your Mac set up to use case-sensitive file naming? I'm not a Mac person, but my recollection is you have to go to some pains to format the drive for case-sensitivity.
    If, in fact, you simply change the case without moving the files and you are not formatted for case-sensitivity I would expect ID to continue to recognize the files at the old locations and to update automatically the next time you open the document. If you change the names in Finder whiel the document is open I would expect to see a file modifcation warning, but not a missing file. I don't know why ID isn't updating the spelling, though. Perhaps it's because it doesn't matter.

  • Module Function Name Resolution - Issues with DefaultCommandPrefix

    Just getting started on module development, running PS4, and I've run into an... inconsistency... that I'm trying to understand. I've got two test functions, Get-Something and Set-Something in a script module. In my manifest file I specify a DefaultCommandPrefix
    of 'Test'.
    My issue is the function name resolution doesn't result in an executable result if you leave PowerShell up to it's own process.
    To begin with I closed all sessions and deleted all files in the CommandAnalysis directory. After starting a session I waited for the CommandAnalysis cache to populate. Then I ran a series of test commands to illustrate how, most of the time, the function
    name PowerShell registers with tab completion can't be executed because it lacks the 'Test' prefix. Even worse, much of the time tab completion won't recognize the correct (i.e., with prefix) name of the function and honor tab completion for it.
    Having just learned of the CommandAnalysis cache I assumed I would see it change as PowerShell 'learned' more about the module because the name resolves differently over time. I've included three files at the end of this post, the module code (ModuleTest.psm1),
    the manifest (ModuleTest.psd1) and the capture of output to the PowerShell session (ModuleTest.txt). I've tried to include the times I used <tab> and <ret> for tab completion and execution as well as (comments in parenthesis for things I did like
    starting a new session and checking the CommandAnalysis cache for changes).
    An example is, when first starting a session typing 'get-som<tab>' will resolve to 'Get-Something' (prefix 'Test' missing) and typing 'get-test<tab>' won't resolve to 'Get-TestSomething'. Try to execute the 'Get-Something' from tab completion
    and you'll get the 'name not recognized, blah, blah'.
    Now if you type 'get-som<tab>' PowerShell will resolve to 'ModuleTest\Get-Something' - looks promising... but no.  Try to execute the 'ModuleTest\Get-Something' from tab completion and you'll still get the 'name not recognized, blah, blah'.
    Even though the same key strokes resolved differently there were no changes made to the CommandAnalysis cache so I'm lost on why it produces two different (though equally useless) results.
    Manually importing the module and sometimes running Get-Command -Module ModuleTest will make tab completion of the function names behave correctly. Is this a known issue with using DefaultCommandPrefix in script modules or is there something I need to include
    in the manifest to enforce strict name recognition (including the prefix)?
    <ModuleTest.psm1>
    function Get-Something
     Write-Host "Get-Something Executed"
    function Set-Something
     Write-Host "Set-Something Executed"
    <ModuleTest.psd1>
    # Script module or binary module file associated with this manifest
    ModuleToProcess = 'ModuleTest.psm1'
    # Version number of this module.
    ModuleVersion = '1.0.0.0'
    # ID used to uniquely identify this module
    GUID = '241877ff-64be-40c8-a603-8d5acf7a48d8'
    # Author of this module
    Author = 'wb3'
    # Company or vendor of this module
    CompanyName = ''
    # Copyright statement for this module
    Copyright = '(c) 2015. All rights reserved.'
    # Description of the functionality provided by this module
    Description = 'Module description'
    # Minimum version of the Windows PowerShell engine required by this module
    PowerShellVersion = '2.0'
    # Name of the Windows PowerShell host required by this module
    PowerShellHostName = ''
    # Minimum version of the Windows PowerShell host required by this module
    PowerShellHostVersion = ''
    # Minimum version of the .NET Framework required by this module
    DotNetFrameworkVersion = '2.0'
    # Minimum version of the common language runtime (CLR) required by this module
    CLRVersion = '2.0.50727'
    # Processor architecture (None, X86, Amd64, IA64) required by this module
    ProcessorArchitecture = 'None'
    # Modules that must be imported into the global environment prior to importing
    # this module
    RequiredModules = @()
    # Assemblies that must be loaded prior to importing this module
    RequiredAssemblies = @()
    # Script files (.ps1) that are run in the caller's environment prior to
    # importing this module
    ScriptsToProcess = @()
    # Type files (.ps1xml) to be loaded when importing this module
    TypesToProcess = @()
    # Format files (.ps1xml) to be loaded when importing this module
    FormatsToProcess = @()
    # Modules to import as nested modules of the module specified in
    # ModuleToProcess
    NestedModules = @()
    # Default command prefix
    DefaultCommandPrefix = 'Test'
    # Functions to export from this module
    FunctionsToExport = '*'
    # Cmdlets to export from this module
    CmdletsToExport = '*'
    # Variables to export from this module
    VariablesToExport = '*'
    # Aliases to export from this module
    AliasesToExport = '*'
    # List of all modules packaged with this module
    ModuleList = @()
    # List of all files packaged with this module
    FileList = @()
    # Private data to pass to the module specified in ModuleToProcess
    PrivateData = ''
    <ModuleTest.output>
    PS C:\Scripts\PowerShell> Get-ChildItem -Path 'C:\Program Files\WindowsPowerShell\Modules' -Recurse<ret>
        Directory: C:\Program Files\WindowsPowerShell\Modules
    Mode                LastWriteTime     Length Name
    d----          3/5/2015   9:06 AM            ModuleTest
        Directory: C:\Program Files\WindowsPowerShell\Modules\ModuleTest
    Mode                LastWriteTime     Length Name
    -a---          3/5/2015   8:50 AM       2907 ModuleTest.psd1
    -a---          3/5/2015   9:01 AM        140 ModuleTest.psm1
    PS C:\Scripts\PowerShell> Get-Module -ListAvailable<ret>
        Directory: C:\Program Files\WindowsPowerShell\Modules
    ModuleType Version    Name                                ExportedCommands
    Script     1.0.0.0    ModuleTest                          {Get-Something, Set-Something}
    PS C:\Scripts\PowerShell> get-som<tab>
    PS C:\Scripts\PowerShell> Get-Something<ret>
    Get-Something : The term 'Get-Something' is not recognized as the name of a cmdlet, function, script file, or operable
    program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + Get-Something
    + ~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (Get-Something:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    (No change in CommandAnalysis cache)
    PS C:\Scripts\PowerShell> get-som<tab>
    PS C:\Scripts\PowerShell> ModuleTest\Get-Something<ret>
    ModuleTest\Get-Something : The term 'ModuleTest\Get-Something' is not recognized as the name of a cmdlet, function,
    script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is
    correct and try again.
    At line:1 char:1
    + ModuleTest\Get-Something
    + ~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (ModuleTest\Get-Something:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    (No change in CommandAnalysis cache)
    PS C:\Scripts\PowerShell> get-tes<tab>
    PS C:\Scripts\PowerShell> Get-TestSomething<ret>
    Get-Something Executed
    (New Session)
    (No change in CommandAnalysis cache)
    PS C:\Scripts\PowerShell> get-tes<tab><ret>
    get-tes : The term 'get-tes' is not recognized as the name of a cmdlet, function, script file, or operable program.
    Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + get-tes
    + ~~~~~~~
        + CategoryInfo          : ObjectNotFound: (get-tes:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    PS C:\Scripts\PowerShell> Import-Module ModuleTest<ret>
    (No change in CommandAnalysis cache)
    PS C:\Scripts\PowerShell> get-tes<tab><ret>
    PS C:\Scripts\PowerShell> Get-TestSomething
    Get-Something Executed
    (New Session)
    (No change in CommandAnalysis cache)
    PS C:\Scripts\PowerShell> get-tes<tab><ret>
    get-tes : The term 'get-tes' is not recognized as the name of a cmdlet, function, script file, or operable program.
    Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + get-tes
    + ~~~~~~~
        + CategoryInfo          : ObjectNotFound: (get-tes:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    PS C:\Scripts\PowerShell> Get-Command -Module ModuleTest<ret>
    CommandType     Name                                              
    ModuleName
    Function        Get-TestSomething                                 
    ModuleTest
    Function        Set-TestSomething                                 
    ModuleTest
    (No change in CommandAnalysis cache)
    PS C:\Scripts\PowerShell> get-tes<tab>
    PS C:\Scripts\PowerShell> Get-TestSomething<ret>
    Get-Something Executed
    PS C:\Scripts\PowerShell> moduletest\get<tab><ret>
    PS C:\Scripts\PowerShell> Get-TestSomething<ret>
    Get-Something Executed
    William Busby, PMP

    Hi William,
    yes, that's something you'll either have to do the hard way or live with admin confusion.
    If you're using Sapien's PowerShell Studio as an Editor (hint: Usually a great idea), you can very easily rename a function, even in a multi-file module project, by rightcklicking on the function-name and selecting "rename".
    Alternatively you can do a bulk rename with Powershell:
    Get all functions in your module (Load it and check exportedcommands)
    loop over each function-name
    calculate new name
    search your entire project for all references and replace them.
    Let me see ...
    function Rename-ModulePrefix
    [CmdletBinding()]
    Param (
    [Parameter(Position = 0, Mandatory = $true)]
    [string]
    $ModuleName,
    [Parameter(Position = 1, Mandatory = $true)]
    [string]
    $OldPrefix,
    [Parameter(Position = 2, Mandatory = $true)]
    [string]
    $NewPrefix,
    [Parameter(Position = 3)]
    [string]
    $Path
    # Catch all typos
    Import-Module $ModuleName -ErrorAction 'Stop'
    # Get root path if not manually passed
    if (-not $PSBoundParameters["Path"])
    $Path = (Get-Module $ModuleName).Path
    # Get module files
    $Files = Get-ChildItem -Path $path -Recurse -Include "*.ps1", "*.psm1", "*.psd1"
    # Iterate over each file
    foreach ($file in $Files)
    # Null variable in case you get an empty file somewhere and run this from Win 7
    $data = $null
    # Get Content of file
    $data = Get-Content $file
    # Replace strings
    foreach ($c in (Get-Module $ModuleName).ExportedCommands)
    $newName = $c.Name -replace $OldPrefix, $NewPrefix
    $data = $data | ForEach-Object { $_ -replace $c.Name, $newName }
    # Write back to file
    $data | Set-Content $file
    While I didn't proof it, in theory this should do it (Make a backup before running it :) ).
    Cheers,
    Fred
    There's no place like 127.0.0.1

  • Domain name transfer issues

    I am having trouble with a domain name I purchased forward to my .mac. This is the second domain name I have purchased. The first one I had issues with too, but it works fine now when the name is typed in a browser window. I copied the exact info, but I am getting an error from .mac saying name doesn't exist. I published the site in iWeb just like I did my first site....every step was the same. I can not figure out why I am getting an error -- can anyone help?

    I fixed it. iWeb address changed from first site to second site, so copying address to forwarding URL was not enough. I had to make the necessary changes. Thank you for responding

  • [SOLVED] File name encoding issue

    Hi all,
    I have a large series of files with accented characters, they were all displayed nicely, but at some point, when I copied them to another computer, the characters were replaced by codes, for instance: "ó" --> "ó".
    +Renaming ie. "Pasó" (bad encoding of "Pasó") --> Pasó, while writing it, it shows the correct character, but when pressing enter the name remains ("Pasó")
    +If I rename the file to something else and then to the correct name, it will accept it: Pasó --> Pas --> Pasó will display correctly.
    I don't know if it's a system wide encoding issue because new files are displayed correctly, but I would like to know if I have to change file names manually to make them right.
    PS. When copying bad encoded files to another FS (like a USB drive), nautilus and bash refuse to copy them.
    Last edited by Wasser (2012-09-17 21:10:52)

    My fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    # /dev/sda2 LABEL=ROOT
    UUID=d2243d9c-b8e7-442a-8446-5a43a4d9221b / ext4 rw,relatime,data=ordered 0 1
    # /dev/sda5 LABEL=HOME
    UUID=e67f5cfa-3ec3-4c06-9c2c-62c4cc188ffe /home ext4 rw,relatime,data=ordered 0 2
    # /dev/sda3 LABEL=VAR
    UUID=caac4924-2a13-4c97-9926-668ac0595ba3 /var reiserfs rw,relatime 0 2
    # /dev/sda1 LABEL=UEFI
    UUID=1E70-6485 /boot/efi vfat rw,relatime,fmask=0022,dmask=0022,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
    # /dev/sda4
    UUID=14993c2e-4bc4-42e4-b2e5-9dbc286abb4c none swap defaults 0 0
    Files in question are in /dev/sda5 (HOME)
    Last edited by Wasser (2012-09-16 08:37:52)

  • Colour picker issue

    Hi there,
    Having an issue I've never experienced with Photoshop CS4 (running on Windows 7).  I can't seem to find a solution online, so hopefully someone here will have some suggestions.
    Basically, when I pull up my colour picker, I no longer have a smooth gradient of colour; instead I'm getting bands radiating from the upper left corner.  'Only Web Colours' is not checked off, but my colour picker looks sort of like it would if it had been checked off (only the banding is less definite - it's maybe halfway between the way it normally looks and the way it usually looks with Web Colours checked off).  This is also causing my brushes to behave strangely; the colours are interacting in funny ways, producing really desaturated mixes sometimes, and other times almost appearing to have some kind of burn/multiply effect going on.  All layers and brushes are set to normal, and image mode is RGB.
    Anyway, if anyone has any suggestions, I'd love to hear them.  The only thing that I've done recently that I can think of that might have caused this is a Windows update on a bunch of my drivers yesterday afternoon, which included updates for my graphics card and Wacom tablet.
    Rob

    Hi Noel,
    Actually, as far as I'm aware, the problem just started yesterday, immediately after I ran Windows Update (which included updates for my graphics card and my Wacom tablet).  I can't say that for sure, because the last few projects I've worked on were all black and white or greyscale, and I may not have noticed the colour banding (though I suspect I would have).  Otherwise, though, I've used this set-up for a couple of years now without issue.
    As far as the monitor profile, I think I just changed that yesterday to see if that would affect things, but have changed it back now to what it was (SRGB 1EC61966-2.1).  The banding is, unfortunately, still present.  Anyway, here's a screengrab.  I use a plug-in so that I don't have constantly be going in and out of the colour-picker when I want to choose colours, and you can see (hopefully) that the banding is present in both the plug-in and Photoshop's default colour picker window.
    Interestingly, and I assume this is related, the brushes are working in funny ways too.  For instance, if I take a lighter colour (for instance #b3988d) at 24% opacity and scribble across the white page there is literally no effect.  If I stroke again, I see some colour where the second stroke overlaps the first, but not where it hits the blank page.
    Thanks again,
    Rob

  • Screen Resolution issue - BDC Grid

    Hi All,
    I am facing an issue with BDC for PRMM transaction.
    If we look at the PRMM transaction, the very first screen consist of GRid forAction type.
    The records in the grid of PRMM transaction is changing as per the screen resolution of User desktop.
    Example: In my screen, I am able to see 16 rows in Grid and in user desktop i can see 10 or 20 rows. Because of this the Pagedown option and BDC is not behaving properly.
    Please suggest what should be done to resolve it.
    Thanks,
    Shilpa

    Hi Shilpa,
    during recording from SHDB, use check box for Default Size.
    in call transaction syntax: use
    data: wa_opt type ctu_params.
    wa_opt-dismode  = w_mode. [N OR A OR E]
      wa_opt-defsize  = c_check.[X]
    wa_opt-updmode  = 'A'.
    CALL TRANSACTION c_me41 USING i_bdcdata
                              OPTIONS FROM wa_opt [INSTEAD OF HARD CODING MODE]
                              MESSAGES INTO i_msgcoll.
    Hope this can solve your problems.
    Regards,
    Tutun

  • Regarding Item renderer issue in Grid

    Hi All,
    We are using custom MXML based itemrender in Grid when drag and drop property has been enabled "Null object reference error is raised from Itemrender" during drap/drop event.Please give a solution on this issue.
    regards,
    karthik

    Hi Karthik
             to where u are dragging this record from grid...? the second component also ready to accept the same type of records when u drag form grid to second component.. that is the scenario..

  • Sales Order Picking Issue

    My Client on 11.5.10.2 version has this issue. Users have two lots allocated on the same Pick ID. Then when user fills the order in telnet(WMS on paper pick), they choose only one lot but are filling less than 100% of the order. The remaining lot that is not selected auto picks the balance to get the order to 100%. Please note that Shipping parameters of org for picking and Picking rules auto allocation is set to yes.
    Is this intended functionality or a product bug?
    Thanks,
    Prashanth

    Hi,
    Check in OVZ3
    what is "Availability check" assigned for the combination of "Material type"+ "Plant".
    change as per your requirement  and try.
    Thanks,
    Krishna.

Maybe you are looking for

  • OCR and voting disks on ASM, problems in case of fail-over instances

    Hi everybody in case at your site you : - have an 11.2 fail-over cluster using Grid Infrastructure (CRS, OCR, voting disks), where you have yourself created additional CRS resources to handle single-node db instances, their listener, their disks and

  • Bean Not Found (Invalid Property name oracle.forms.webutil.clientinfo....)

    Hi All i have configured the WebUtil V:106 Jacob v:18 On My Middle Tire Application Server: V:9.0.4 Connecting To Database: V:8.1.7 "i did recreate the packages for 8i like dbms_lob and ...etc" my WebUtil Form Work's Fine as it displays me the versio

  • Win10 Preview : SendInput not working in certain condition

    OS : Windows 10 Preview, EN-US, x64 I have a background application use the SendInput() with the INPUT_MOUSE type to move the cursor. It fails when those applications of "Administrative Tools" in activate state. Is this the policy of Windows 10. Alfr

  • Partial payment clearing

    hi, when i make 2 partial payments (not residual payment) to settle an invoice amount will the clearing of invoice document and 2 partial payments done automatically or i have to manually combine all 3 documents to clear them?

  • Vendor return with CIN

    Dear friends, Can you please share me your experiences of Vendor returns using CIN in SAP. My requirement is i have the trading goods at my depot purchased from local vendor, Assume that we purchased 10000KGs and did the J1IG for this 10,000Kgs. out