Issues in Filter (F4 help) window

We have several reports which has issues with the filter (F4 help) window. when any user wants to filter the reports these filter window show blank screen with message " Please Wait".  Filter window never displays values and keeps processing
This issue is only limited to certain variables in variable entry screen and in the report
How can we increase the performance of these filters.
Solutions we tried.
We tried changing the HTML Code. We asked BASIS/SQL DBA to reindex the master data tables. It only worked for certain reports.

Hello Jeeth,
In my opinion, if you have this problem only with certain variables, that means that your variants are wrong or inconsistents, So you filter is lost.
I give you an example, if you have two implemented filters in the same window like this:
Fiscal year : 2011
Fiscal period : 11.2010
The filter still buferring so long and no results will be displayed.
So please check your filters.
Thanks.
Amine

Similar Messages

  • When I try to use Mac Help or any other help menu, the help window opens up but it is empty.  How do I resolve this issue?

    When I try to use Mac Help or any other help menu, the help window opens up but it is empty.  How do I resolve this issue?

    Try moving these files to the Trash one at a time and test (but don't empty yet.)
    /Users/yourusername/Library/Preferences/com.apple.helpviewer.plist
    /Users/yourusername/Library/Preferences/com.apple.helpviewer.LSSharedFileList.pl ist
    If doing this doesn't help, then navigate to this location and delete the cache (but not the enclosing folder.)
    /Users/yourusername/Library/Caches/com.apple.helpviewer
    All are located in your home folder Library.

  • Strange Catalog Issue or bug. Help, photos disappeared help?

    My images disappeared in the catalog. They are not missing, they are just not visable. I think there is a bug in the Fliter section.
    Let me explain. I have one Main folder with 5 Sub folders. All those folders contain random amounts of images. (i.e. the path would be...  Photo/2010/BeachShoot, or Photo/2008/PartyPics... etc).
    I imported 5 years of images, hence 5 Sub Folders. I was randomly flagging images to be rejected with the 'x' key. Basically routine maintenance... flag so many, then call up only the rejected photos in the grid view, select all, then delete. Remove the Flag Filter... repeat process over and over...   Basic, simple work...
    Now... doing the exact some thing.. I removed all Flag filters and my images are no longer appearing in the catalog. I tested, by turning on flags, off flags.. etc. The images did not accidentally get deleted. I checked my hard drive location. Images are there. I rebooted the machine, I opened up another catalog, to trick it back... did not work. I tried to re-import the images.. but it says they are already in the catalog.
    Strange part: On the Left Sidebar window, under Catalog "All Photographs" it shows the correct number of photos in the catalog. However... the strange part... Under "Folders" in the Left Sidebar beneath Catalogs my Main Folder shows "Zero" number of images. But, if I click on a sub root folder where the images reside, they number changes from Zero to the correct number of images and my images reappear on the screen as normal..
    The work around... click on every subfolder...
    The solution... Unsure? Help!
    john
    Strange Catalog Issue or bug. Help, photos disappeared help?
    System: Mac OS X 10.7.2
    Lightroom 3.6

    We all get there sometimes Glad it was so easy!
    Beat

  • Error while closing F4 help window

    I have used FM F4IF_INT_TABLE_VALUE_REQUEST, to add F4 help to input element of my screen, but when I try to select a value from the list or close the input help window, the control goes to dump with following error message:
    The program attempted to issue a " " message during "F4" processing.
    This is an illegal operation.
    The program was terminated.
    I am using the following code:
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield               = 'LIFNR'
          dynpprog               = sy-repid
          dynpnr                 = sy-dynnr
          dynprofield            = 'WA_YCT3-LIFNR'
          value_org              = 'S'
        TABLES
          value_tab              = it_lfa1
       EXCEPTIONS
          parameter_error        = 1
         no_values_found        = 2             
         OTHERS                 = 3.
      IF sy-subrc = 1.
        RAISE parameter_error.
      ELSEIF sy-subrc = 2.
        RAISE no_values_found.
      ELSE.
        MESSAGE 'Unknown error occured while processing request' TYPE 'E'.
      ENDIF.
    ENDMODULE.

    Hi Das,
    This time i have tried one code and i am able to get the F4 help for LIFNR field correctly. Copy paste the code and execute it will work....
    data: begin of itab occurs 0,
    lifnr like lfa1-lifnr,
    end of itab.
    DATA : return like ddshretval occurs 0 with header line.
    data: begin of dynpfields occurs 0.
    include structure dynpread.
    data: end of dynpfields.
    parameters: p_lifnr like LFA1-LIFNR.
    Initialization.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_LIFNR.
    REFRESH ITAB.
    SELECT lifnr FROM lfa1 INTO TABLE ITAB.
    call function 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
    retfield = 'lifnr'
    dynprofield = 'P_lifnr'
    dynpprog = sy-REPID
    dynpnr = sy-dynnr
    value_org = 'S'
    TABLES
    value_tab = ITAB
    return_tab = return.
    p_lifnr = return-fieldval.
    refresh return.
    clear return.
    Hope my answer helps you.
    Cheers!!

  • Issue in elementary search help.

    Hi,
    Facing some issue on Attaching search help directly to the screen Fields.
    I have a requirement that
    1> Based on a screen field, I have to filter F4 for the other fields.
    2> I have to populate 2 screen elements at the same time.
    Like:
    In my transaction i have 3 fields :
    1> PA0001-WERKS : Personnel area.
    2> PA0001-PERNR : Personnel number
    3> PA0001-ENAME : Employee name.
    All 3 have been defined as Dictionary fields on the screen.
    Now PA0001-WERKS has its on search help and i use that to select the WERKS.
    Then i have to create a search help that takes this as the input and gives me a hit list showing all the personnel number ( and there name) in PA0001 table based on the screen field PA0001-werks.
    When i do F4 on say Pa0001-pernr field: a hit list showing all the personnel number ( and there name) in PA0001 table.
    When i select a row both PA0001-pernr and PA0001-ENAME should be filled in the screen.
    Solution that i tried:
    I created a elementary seach help ZSEL_PER and had the PA0001 as the selection table and had the 3 fields as the parameters:
    1> WERKS as input
    2> PERNR and ENAME as output.
    Then i attached the search help to the srceen fields :
    1> PA0001-PERNR : Personnel number
    2> PA0001-ENAME : Employee name.
    Now ,
    a> When i do F4 my data does not get restricted as per the WERKS on the screen.
    b> When i select a row both the fields on the screen dont get populated, only the field on which i did F4 ( that too always with the colomn 1 only of the hit list )..
    Is this possible with elementary search help and if yes then how ? what am i doing wrong...
    Thanks, Ad.

    Hi anuj,
    This is the Search Help Process(F4) for a Particular Field.
    Go to SE11.
    Select Search Help Radio button : Any name with Z or Y.
    Create.
    Short Description : Any.
    Selection Method : Table Name.
    Dialog Type : Display Values immediately.
    Search Help Parameter : Field Name (for which field ur doing in the table).
    Exp : Tick it.
    Lpos : 1 Just giving the position.
    SAVE CHECK ACTIVATE.
    Next Assign the Search Help to the table or field.
    SE11.
    Your Table Name : Change.
    Search Help Button above the fields.
    Search Help name : Your search help name.
    Copy.
    SAVE CHECK ACTIVATE.
    Now go and check to the field by F4.
    Thats it.
    hope this helps you.
    reward points for helpfull answers.
    regards,
    venu.

  • SCCM 2012 R2 PXE Issue to Hyper-V VM Windows 7 and 8.1

    Good day
    I've looked for solutions and there are very similar cases to mine but none of the solutions worked... unless I missed something...
    I'm running out of ideas.
    I had an issue with my boot image drivers not wanting to distribute and I got an error every time I try to update the boot image.
    So I removed all of the drivers, distributed and the error went away. Then I reloaded my network drivers and lo and behold, I can't PXE to VMs anymore!
    Deploying to physical hardware works 100%, its just my virtual machines. When I deploy, it loads up my WIM file, gets to the stage
    where it says preparing network connections and then it restarts without an error (basically bombs out at the part where it is supposed to start formatting the disks).
    I've confirmed network connectivity by using the F8 command window.  Here is my SMSTS log file.  Any help is appreciated.
    Hyper-V storage drivers maybe? Yes... before anyone asks, I am using a legacy NIC on the VM and I'm on a subnet that
    is setup in SCCM boundaries.
    Logs are from x:\windows\temp\smstslog for anyone from the future reading this and having the same issue as me.
    Help would be greatly appreciated!
    <![LOG[Parsing Policy Body.]LOG]!><time="09:10:20.852-480" date="07-15-2014"
    component="TSPxe" context="" type="0" thread="416" file="tspolicy.cpp:2141"> <![LOG[Getting local network information.]LOG]!><time="09:10:20.852-480" date="07-15-2014"
    component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:1968"> <![LOG[DhcpGetOriginalSubnetMask entry point is supported.]LOG]!><time="09:10:20.852-480"
    date="07-15-2014" component="TSPxe" context="" type="0" thread="416" file="ccmiputil.cpp:117"> <![LOG[Begin checking Alternate Network Configuration]LOG]!><time="09:10:20.852-480"
    date="07-15-2014" component="TSPxe" context="" type="0" thread="416" file="ccmiputil.cpp:1095"> <![LOG[spNamespace.Open(sNamespacePath), HRESULT=8004100e (e:\nts_sccm_release\sms\framework\ccmutillib\ccmiputil.cpp,1109)]LOG]!><time="09:10:20.867-480"
    date="07-15-2014" component="TSPxe" context="" type="0" thread="416" file="ccmiputil.cpp:1109"> <![LOG[Finished checking Alternate Network Configuration]LOG]!><time="09:10:20.867-480"
    date="07-15-2014" component="TSPxe" context="" type="0" thread="416" file="ccmiputil.cpp:1172"> <![LOG[Adapter {AB445F6E-1085-44C1-98A7-2AEC2ECF752F} is DHCP enabled.
    Checking quarantine status.]LOG]!><time="09:10:20.867-480" date="07-15-2014" component="TSPxe" context="" type="0" thread="416" file="ccmiputil.cpp:436"> <![LOG[Content
    location request:]LOG]!><time="09:10:20.867-480" date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:1973"> <![LOG[
     Package : AU000001.2]LOG]!><time="09:10:20.867-480" date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:1974"> <![LOG[
     Client  : GUID:22BBA366-B85B-4109-A4B2-9D79F9930C94]LOG]!><time="09:10:20.867-480" date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:1975"> <![LOG[
     Local   : 1]LOG]!><time="09:10:20.867-480" date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:1976"> <![LOG[
     Remote  : 0]LOG]!><time="09:10:20.867-480" date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:1977"> <![LOG[
     Internet: 0]LOG]!><time="09:10:20.867-480" date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:1978"> <![LOG[Sending
    RequestContentLocations for AU000001]LOG]!><time="09:10:20.883-480" date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="libsmsmessaging.cpp:3462"> <![LOG[Setting
    message signatures.]LOG]!><time="09:10:20.899-480" date="07-15-2014" component="TSPxe" context="" type="0" thread="416" file="libsmsmessaging.cpp:1295"> <![LOG[Setting
    the authenticator.]LOG]!><time="09:10:20.899-480" date="07-15-2014" component="TSPxe" context="" type="0" thread="416" file="libsmsmessaging.cpp:1325"> <![LOG[CLibSMSMessageWinHttpTransport::Send:
    URL: VS-AU000-030.kentzgroup.local:80  CCM_POST /ccm_system/request]LOG]!><time="09:10:20.899-480" date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="libsmsmessaging.cpp:8604"> <![LOG[Request
    was successful.]LOG]!><time="09:10:20.977-480" date="07-15-2014" component="TSPxe" context="" type="0" thread="416" file="libsmsmessaging.cpp:8939"> <![LOG[::DecompressBuffer(65536)]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="0" thread="416" file="ccmzlib.cpp:739"> <![LOG[Decompression (zlib) succeeded: original size 684, uncompressed
    size 5042.]LOG]!><time="09:10:20.977-480" date="07-15-2014" component="TSPxe" context="" type="0" thread="416" file="ccmzlib.cpp:651"> <![LOG[Location
    Reply: <ContentLocationReply SchemaVersion="1.00"><ContentInfo PackageFlags="0"><ContentHashValues/></ContentInfo><Sites><Site><MPSite SiteCode="AU0" MasterSiteCode="AU0" SiteLocality="FALLBACK"
    IISPreferedPort="80" IISSSLPreferedPort="443"/><LocationRecords><LocationRecord><URL Name="http://SR-AU008-002.kentzgroup.local/SMS_DP_SMSPKG$/AU000001" Signature="http://SR-AU008-002.kentzgroup.local/SMS_DP_SMSSIG$/AU000001"/><ADSite
    Name="AU-Brisbane"/><IPSubnets><IPSubnet Address="10.72.8.0"/><IPSubnet Address=""/></IPSubnets><Metric Value=""/><Version>7958</Version><Capabilities SchemaVersion="1.0"><Property
    Name="SSLState" Value="0"/></Capabilities><ServerRemoteName>SR-AU008-002.kentzgroup.local</ServerRemoteName><DPType>SERVER</DPType><Windows Trust="0"/><Locality>FALLBACK</Locality></LocationRecord><LocationRecord><URL
    Name="http://SR-AU066-001.kentzgroup.local/SMS_DP_SMSPKG$/AU000001" Signature="http://SR-AU066-001.kentzgroup.local/SMS_DP_SMSSIG$/AU000001"/><ADSite Name="AU-Perth"/><IPSubnets><IPSubnet Address="10.72.66.0"/><IPSubnet
    Address=""/></IPSubnets><Metric Value=""/><Version>7958</Version><Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities><ServerRemoteName>SR-AU066-001.kentzgroup.local</ServerRemoteName><DPType>SERVER</DPType><Windows
    Trust="0"/><Locality>FALLBACK</Locality></LocationRecord><LocationRecord><URL Name="http://SVRHEND04.kentzgroup.local/SMS_DP_SMSPKG$/AU000001" Signature="http://SVRHEND04.kentzgroup.local/SMS_DP_SMSSIG$/AU000001"/><ADSite
    Name="AU-Perth"/><IPSubnets><IPSubnet Address="10.72.12.0"/><IPSubnet Address=""/></IPSubnets><Metric Value=""/><Version>7958</Version><Capabilities SchemaVersion="1.0"><Property
    Name="SSLState" Value="0"/></Capabilities><ServerRemoteName>SVRHEND04.kentzgroup.local</ServerRemoteName><DPType>SERVER</DPType><Windows Trust="0"/><Locality>FALLBACK</Locality></LocationRecord><LocationRecord><URL
    Name="http://VS-AU020-003.kentzgroup.local/SMS_DP_SMSPKG$/AU000001" Signature="http://VS-AU020-003.kentzgroup.local/SMS_DP_SMSSIG$/AU000001"/><ADSite Name="AU-Darwin-BlaydinPt"/><IPSubnets><IPSubnet Address="10.72.20.0"/><IPSubnet
    Address=""/></IPSubnets><Metric Value=""/><Version>7958</Version><Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities><ServerRemoteName>VS-AU020-003.kentzgroup.local</ServerRemoteName><DPType>SERVER</DPType><Windows
    Trust="0"/><Locality>FALLBACK</Locality></LocationRecord></LocationRecords></Site></Sites><RelatedContentIDs/></ContentLocationReply>]LOG]!><time="09:10:20.977-480" date="07-15-2014"
    component="TSPxe" context="" type="1" thread="416" file="libsmsmessaging.cpp:3489"> <![LOG[MCS server: ]LOG]!><time="09:10:20.977-480" date="07-15-2014"
    component="TSPxe" context="" type="1" thread="416" file="libsmsmessaging.cpp:3676"> <![LOG[Found location: http://SR-AU008-002.kentzgroup.local/SMS_DP_SMSPKG$/AU000001]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="libsmsmessaging.cpp:3764"> <![LOG[Local=0]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="libsmsmessaging.cpp:3801"> <![LOG[MCS server: ]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="libsmsmessaging.cpp:3676"> <![LOG[Found location: http://SR-AU066-001.kentzgroup.local/SMS_DP_SMSPKG$/AU000001]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="libsmsmessaging.cpp:3764"> <![LOG[Local=0]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="libsmsmessaging.cpp:3801"> <![LOG[MCS server: ]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="libsmsmessaging.cpp:3676"> <![LOG[Found location: http://SVRHEND04.kentzgroup.local/SMS_DP_SMSPKG$/AU000001]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="libsmsmessaging.cpp:3764"> <![LOG[Local=0]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="libsmsmessaging.cpp:3801"> <![LOG[MCS server: ]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="libsmsmessaging.cpp:3676"> <![LOG[Found location: http://VS-AU020-003.kentzgroup.local/SMS_DP_SMSPKG$/AU000001]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="libsmsmessaging.cpp:3764"> <![LOG[Local=0]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="libsmsmessaging.cpp:3801"> <![LOG[Processing 4 locations.]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:2009"> <![LOG[Not processing remote location:]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:2054"> <![LOG[  Flags: 00000000]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:2055"> <![LOG[  URLs : 1]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:2056"> <![LOG[  SMB  : ]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:2057"> <![LOG[  MCS  : ]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:2058"> <![LOG[Not processing remote location:]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:2054"> <![LOG[  Flags: 00000000]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:2055"> <![LOG[  URLs : 1]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:2056"> <![LOG[  SMB  : ]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:2057"> <![LOG[  MCS  : ]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:2058"> <![LOG[Not processing remote location:]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:2054"> <![LOG[  Flags: 00000000]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:2055"> <![LOG[  URLs : 1]LOG]!><time="09:10:20.977-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:2056"> <![LOG[  SMB  : ]LOG]!><time="09:10:20.992-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:2057"> <![LOG[  MCS  : ]LOG]!><time="09:10:20.992-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:2058"> <![LOG[Not processing remote location:]LOG]!><time="09:10:20.992-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:2054"> <![LOG[  Flags: 00000000]LOG]!><time="09:10:20.992-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:2055"> <![LOG[  URLs : 1]LOG]!><time="09:10:20.992-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:2056"> <![LOG[  SMB  : ]LOG]!><time="09:10:20.992-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:2057"> <![LOG[  MCS  : ]LOG]!><time="09:10:20.992-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:2058"> <![LOG[No static content server.]LOG]!><time="09:10:20.992-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="resolvesource.cpp:2135"> <![LOG[LocationsList.size() > 0, HRESULT=80040102 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,2138)]LOG]!><time="09:10:20.992-480"
    date="07-15-2014" component="TSPxe" context="" type="0" thread="416" file="resolvesource.cpp:2138"> <![LOG[FALSE, HRESULT=80040102 (e:\qfe\nts\sms\framework\tscore\tspolicy.cpp,1930)]LOG]!><time="09:10:20.992-480"
    date="07-15-2014" component="TSPxe" context="" type="0" thread="416" file="tspolicy.cpp:1930"> <![LOG[Content location request for AU000001:2 failed. (Code 0x80040102)]LOG]!><time="09:10:20.992-480"
    date="07-15-2014" component="TSPxe" context="" type="3" thread="416" file="tspolicy.cpp:1930"> <![LOG[hr, HRESULT=80040102 (e:\qfe\nts\sms\framework\tscore\tspolicy.cpp,2702)]LOG]!><time="09:10:20.992-480"
    date="07-15-2014" component="TSPxe" context="" type="0" thread="416" file="tspolicy.cpp:2702"> <![LOG[Failed to resolve PackageID=⢈ƿ]LOG]!><time="09:10:20.992-480"
    date="07-15-2014" component="TSPxe" context="" type="3" thread="416" file="tspolicy.cpp:2702"> <![LOG[(*iTSReference)->Resolve(
    pTSPolicyManager, dwResolveFlags ), HRESULT=80040102 (e:\qfe\nts\sms\framework\tscore\tspolicy.cpp,3488)]LOG]!><time="09:10:20.992-480" date="07-15-2014" component="TSPxe" context="" type="0" thread="416"
    file="tspolicy.cpp:3488"> <![LOG[m_pSelectedTaskSequence->Resolve( m_pPolicyManager, TS::Policy::TaskSequence::ResolvePolicy | TS::Policy::TaskSequence::ResolveSource, fpCallbackProc, pv, hCancelEvent), HRESULT=80040102
    (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,1564)]LOG]!><time="09:10:20.992-480" date="07-15-2014" component="TSPxe" context="" type="0" thread="416" file="tsmediawizardcontrol.cpp:1564"> <![LOG[Failed
    to resolve selected task sequence dependencies. Code(0x80040102)]LOG]!><time="09:10:20.992-480" date="07-15-2014" component="TSPxe" context="" type="3" thread="416" file="tsmediawizardcontrol.cpp:1564"> <![LOG[ResolveAndExecuteSelectedTaskSequence(
    0, 0, 0 ), HRESULT=80040102 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,2533)]LOG]!><time="09:10:20.992-480" date="07-15-2014" component="TSPxe" context="" type="0"
    thread="416" file="tsmediawizardcontrol.cpp:2533"> <![LOG[RunWizardForPXE(), HRESULT=80040102 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,2834)]LOG]!><time="09:10:20.992-480"
    date="07-15-2014" component="TSPxe" context="" type="0" thread="416" file="tsmediawizardcontrol.cpp:2834"> <![LOG[oTSMediaWizardControl.Run( sMediaRoot, true, sTSLaunchMode
    ), HRESULT=80040102 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmbootstrap.cpp,1078)]LOG]!><time="09:10:20.992-480" date="07-15-2014" component="TSPxe" context="" type="0" thread="416"
    file="tsmbootstrap.cpp:1078"> <![LOG[Execute( eExecutionEnv, sConfigPath, sTSXMLFile, uBootCount, &uExitCode ), HRESULT=80040102 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmbootstrap.cpp,1226)]LOG]!><time="09:10:20.992-480"
    date="07-15-2014" component="TSPxe" context="" type="0" thread="416" file="tsmbootstrap.cpp:1226"> <![LOG[Exiting with return code 0x80040102]LOG]!><time="09:10:20.992-480"
    date="07-15-2014" component="TSPxe" context="" type="1" thread="416" file="tsmbootstrap.cpp:1238"> <![LOG[Execution complete.]LOG]!><time="09:10:20.992-480"
    date="07-15-2014" component="TSBootShell" context="" type="1" thread="796" file="bootshell.cpp:693"> <![LOG[hMap != 0, HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,493)]LOG]!><time="09:10:20.992-480"
    date="07-15-2014" component="TSBootShell" context="" type="0" thread="796" file="environmentscope.cpp:493"> <![LOG[m_pGlobalScope->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,335)]LOG]!><time="09:10:20.992-480"
    date="07-15-2014" component="TSBootShell" context="" type="0" thread="796" file="environmentlib.cpp:335"> <![LOG[this->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,553)]LOG]!><time="09:10:20.992-480"
    date="07-15-2014" component="TSBootShell" context="" type="0" thread="796" file="environmentlib.cpp:553"> <![LOG[::RegOpenKeyExW (HKEY_LOCAL_MACHINE, sKey.c_str(),
    0, KEY_READ, &hSubKey), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\utils.cpp,809)]LOG]!><time="09:10:20.992-480" date="07-15-2014" component="TSBootShell" context="" type="0" thread="796"
    file="utils.cpp:809"> <![LOG[RegOpenKeyExW is unsuccessful for Software\Microsoft\SMS\Task Sequence]LOG]!><time="09:10:20.992-480" date="07-15-2014" component="TSBootShell" context=""
    type="2" thread="796" file="utils.cpp:809"> <![LOG[GetTsRegValue() is unsuccessful. 0x80070002.]LOG]!><time="09:10:20.992-480" date="07-15-2014" component="TSBootShell"
    context="" type="2" thread="796" file="utils.cpp:842"> <![LOG[End program: ]LOG]!><time="09:10:20.992-480" date="07-15-2014" component="TSBootShell"
    context="" type="1" thread="796" file="bootshell.cpp:725"> <![LOG[Finalizing logging from process 788]LOG]!><time="09:10:20.992-480" date="07-15-2014" component="TSBootShell"
    context="" type="1" thread="796" file="tslogging.cpp:1741"> <![LOG[Finalizing logs to root of first available drive]LOG]!><time="09:10:20.992-480" date="07-15-2014"
    component="TSBootShell" context="" type="1" thread="796" file="tslogging.cpp:1583"> <![LOG[LOGGING: Setting log directory to "D:\SMSTSLog".]LOG]!><time="09:10:21.039-480"
    date="07-15-2014" component="TSBootShell" context="" type="1" thread="796" file="tslogging.cpp:1808">

    I found the answer! FINALLY! Solution!
    So, only a couple of things you have to do:
    Go to Administration in the console and go to Boundary Groups.
    Right click on the item and go to properties. 
    Go to the Reference tab.
    And enable “Use this boundary group for site assignment” and choose for the correct site.
    Also add the content location. Choose for your distribution point.
    I was on a subnet that was set up in boundaries, BUT I did not assign the boundary group :-/
     I hope this helps someone one day.

  • BEx 3.5 - Query Execution Filter F4 Help

    Hi,
    Working in BEx Analyser 3.5, I'm facing a problem. When the user right-clicks one of the free characteristics and tries to select the filter values, the window that opens up doesn't show any of the the characteristic values. It says "No Entries Found". However, when I try it from my own user ID it shows a few values.
    The variable is marked as authorisation relevant. So I first tried to untick the authorisation relevant checkbox, but that didn't work. I also created an authorisation object for the InfoObject, added it to a role and gave * access for that auth object to the role. Didn't work.
    Checking out a few other threads on the topic, found that this kind of problem happens during compounding. But in my case, there is no compounding involved.
    Would appreciate if anyone could offer help on this
    Regards,
    Suhas

    Hi Raghavendra,
    Tried that as well. Actually, to begin with the report had only a user entry variable (i.e. without auth check) and even then it was not working i.e. the window was not showing any of the characteristic values.
    So to fix that, I tried to create a variable having an auth check. That didn't solve the problem either.
    Regards,
    Suhas

  • SQL Developer 1.5 - Unable to Dock Help Window

    I'm running SQL Developer 1.5 on Windows 2000. In the previous version of SQL Developer, I was able to dock the Help window. In the current version, this does not appear to work. Is anyone else having this issue? Any suggestions?

    Yes this is a known issue and a bug was already logged for this (6975741). The Help window is currently delinked from SQL Dev application which makes it undockable.
    - Rakesh

  • F1 shows only empty content in help window

    Hello,
      I'm experiencing some problems with the usual help screens. Everytime that I call for the help screen (F1), on any content that usually shows documentation, i get nothing but a blank page.
      I believe this is related to the Sap Gui  ( i use the 640 for Windows) because i have tried with different systems and the problem remains, and with the Java Gui the help contents are shown.
      I have already reinstalled the sap gui twice, and this procedure has not solved the symptom.
    Does anyone have a possible solution for the problem?

    OSS note: 950975 should solve the problem
    Summary
    Symptom
    After upgrading to Microsoft Internet Explorer 7 you encounter issues in SAP GUI for Windows. Some sections or complete pages are not displayed. Instead you see empty sections (e.g. in transaction SE80 and a number of others).
    Other terms
    HTML Control; Support for IE7; Internet Explorer 7; No display; Empty HTML page; HTML Viewer; IE7; IE 7; IE 7.0; Microsoft;.SAP GUI for Windows; Internet Explorer 7.0;
    Reason and Prerequisites
    Release 7 of Internet Explorer is not completely compatible to release 6 and since SAP GUI is using the Internet Explorer in the HTML control which is a part of a number of applications we have to adapt our components to the Internet Explorer 7.
    Solution
    If you encounter issue with missing information after installing Internet Explorer 7 please apply one of the SAP GUI patches mentioned below (or a newer one):
    SAP GUI for Windows 6.20 Patchlevel 64
    SAP GUI for Windows 6.40 Patchlevel 20
    SAP GUI for Windows 7.10

  • Cannot Compile CHM -- Message says to close all HTML Help windows

    Running TCS 1.3 with latest patches.
    Single source project - output to HTML Help (.chm).
    When I try to compile, I receive the following message:
    "Cannot create compiled file. It may be open in another window. Please close all HTML Help windows and try again."
    I don't have any HTML Help windows open. Shutting down RH and restarting does not resolve the problem. I have to shut down the computer, which is a serious hassle, before I can compile again. I do work from a network directory, which may be causing it, but I'd like to know if there is a process I can kill from the Windows Task Manager that would allow me to compile without having to restart my computer. I don't see any process that identifies itself as something I can kill to resolve this issue.
    Anyone?

    Hi there
    That message normally indicates you have launched the .CHM file that you are trying to create. The first step of the process is to destroy the existing .CHM in preparation for building the new one. Just as you would need to destroy a house on a lot where you wish to build a new one.
    If your .CHM is on a network drive, another user may have it open. (yet another good reason for working locally)
    If your .CHM is on your local drive, RoboHelp believes you have it open. If you press Alt+Tab, you may see a blue up arrow. That will indicate the running CHM file.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Wireless Router issues with MacBook Pro and Windows XP laptops

    hello,
    I have a d-link wireless router and I have a MacBook Pro and a Windows XP laptops. My issue is that I have to keep rebooting either the router or the modem (which I both replaced) and it still does not work right. Now can mac and windows work simultaneously through a wireless router (d-link) with no issues?

    My problem is that every time I log off either computer, and when I start it back up up again I have to reconfigure all over again for both laptops to get connected to the internet. I called the d-link people and they pretty much said if i still had problem to go their web sites and download their firmware (which I have that version) so I am running out of options because I just can't turn either of them on with out reconfiguring it. Now I am using WPA on them. Could that be the issue? But right now I do not know. This is my first mac and I am getting a little irritated by this. Overall I like the mac except for this little issue. Does that help?

  • Help window pops up without requesting

    When I am using control key, the support window pops up without me asking for it to.  It is stopping me from using my PC effectively!  Can anyone help?
    This question was solved.
    View Solution.

    Hello richwharton1
    Have you tried a different keyboard? What help window is popping up? Also what is your computer model and what operating system are you using?
    Don't forgot to say thanks by giving "Kudos" to those that help solve your problems.
    When a solution is found please mark the post that solves your issue.

  • Value help window crashes in Analyzer

    Hi,
    we recently installed BIW at our client side.
    our problem is when we select F4 help from BEx Analyzer the help winodws is crash with error -2147417848
    how to resolve this issue?
    thanks
    ajay

    HI,
    did you use SAP GUI 710?
    if yes then check following sap note
    SAP Note  1039191 - Value help window crashes with run-time error -2147417848
    regards,
    kaushal

  • Help window opens when spacebar used

    When typing in browser and the spacebar is used foxfire opens a new help window. This has made me close a window for every space./

    Good day!
    It looks like you are opening the images without tabs (good choice in my opinion, if you want to change it check out Photoshop > Preferences > Interface > Open Documents as Tabs) but that would not really explain your statement
    I can't really edit the picture.
    Which features are non-functional exactly?
    http://blogs.adobe.com/crawlspace/2012/07/photoshop-basic-troubleshooting-steps-to-fix-mos t-issues.html
    Regards,
    Pfaffenbichler

  • Issues with illustrator 10 and windows 8

    any known issues with illustrator 10 and windows 8...version worked fine on windows xp....new computer with windows 8....now cannot seem to operate. Loads, and shows access but will NOT start up. help ! thanx ttp74

    AI 10 is now 10 years or so old and was never tested on nor designed for Win 7 or Win 8. You should simply assume it's not compatible and will never run properly. feel free to spend your time with the compatibility modes and al lsorts of hacking with the security stuff and otehr settings, but to be honest, it will probably be a waste of time.
    Mylenium

Maybe you are looking for

  • Executing if condition in a sql prompt with in a shell script

    Hi all, i need to write a shell script where i need to execute a sql statement. if the count from the above sql is greater than certain value i need to execute a another sql statement.After some time i need to check the count again using above sql an

  • Delete Spools created by one background job

    Hi , I have a background job which runs every now and then and it creates spools. My requirement is to delete all spools created by this one job only in regular intervals via another program. Regards, Arun.

  • Error message when trying to run the Upgrade for Itunes

    I got a new laptop and to transfer my Itunes I downloaded the latest version of Itunes from the website (v7) When I try to run the upgrade on my new laptop I get the error message - *This installation package could not be opened. Verify that the pack

  • How do I return to 9.2 after downgrading to 8.6?

    Hi folks. I have, among others, a beige G3 MT machine. It was doing just fine on 9.2 but for some reason that I can't remember right now, I downgraded to 8.6 as a temporary measure. In the meantime I shipped my OS9 disk to a buyer of one of my other

  • Windows Mail - Thunderbird. Online help does not match program. How to Import?

    I'm attempting to follow the Thunderbird directions (https://support.mozilla.org/en-US/kb/switching-thunderbird#w_switching-from-windows-mail-or-windows-live-mail-to-thunderbird) online for Converting from Windows Mail (Not Live Mail) to Thunderbird.