Concept to retrieve GL for open at key date (back date)

Dear All,
Need help in finding the concept for retrieving the GL items for open at key date (back date).
I have a  requirement to retrieve all the open items of GL at particular  date.Please help me to write a query to retrieve those items which are present in BSAS table opened till that particular date.
For example : suppose I need to find all the open items of GL till date 01.01.2014.Then we need to retrieve from BSAS table also.What will be the fetching criteria to retrieve from BSAS table.
Regards
Sushant

Hi,
As Jelena & Nabheet mentioned, these details are already available in standard transactions  FBL3N or FAGLL03. 
One question is why do you need this report.
i) In case, you need  to display only selected fields, you can ask the user to create a layout variant. If you want additional fields, there are BTE's available to add extra fields in the transaction. Other option is to create a custom report, call FBL3N transaction using submit statement and then read the runtime ALV data in the calling program.
ii) If you are using it in smartforms print program, It is always better to copy the logic from FBL3N  than extracting data from BSIS & BSAS tables as that won't always give correct results ( Explanation given below ).
For some GL's ,  accounting data does not get stored in tables BSIS & BSAS.  Configuration in GL master decides whether accounting document's detail will get stored in indexed tables BSIS & BSAS or not.
Transaction FS00 ( GL master data)
If line item display checkbox is ticked- GL accounting details will get stored in BSEG, BSIS & BSAS.
If line item display checkbox is not set - GL accounting details will be available only in BSEG.
Regards,
DPM

Similar Messages

  • How can I avoid the need for Administra​tor rights for open registry key.vi

    Dear wire workers.
    I would like to do an EXCEL export.
    Therefore I like to check if EXCEL is installed or not.
    I use 'open registry key.vi' and read out the Excel\InstallRoot.
    If there is an installed EXCEL than I export the data using ActiveX.
    Everything works like a charm with LV 8.5.
    The problem I have is that 'open registry key.vi' useses RegOpenKeyExA from the Advapi32.dll.
    RegOpenKeyEx does, in fact, create a non-existing key and returns 0 (ERROR_SUCCESS?).
    LONG lRegResult = RegOpenKeyEx(HKEY_CLASSES_ROOT, m_RegSubKey, 0, KEY_QUERY_VALUE + KEY_WRITE, &hkRegistry);
    Successfully opens or creates m_RegSubKey under HKEY_CLASSES_ROOT.
    Is there a way aroun this call?
    In fact you need administrator rights to do this call because of the try to write a non exsisting key.
    In my case this avoids the EXCEL export and any kind of registry access from LabVIEW without administrator rights.
    :-) Who the hell has done this ;-)
    All ideas are welcome
    With kind regards
    Martin Kunze
    KDI Digital Instrumentation.com
    e-mail: [email protected]
    Tel: +49 (0)441 9490852

    Hi Martin
    Did you try to wire a "KEY_READ" constant to the security access mask input of the open registry key VI? I had a similar problem, if you just need to read a key or check if it's present use read access only, that should work.
    Hope this helps,
    Daniel

  • MB5B Report table for Open and Closing stock on date wise

    Hi Frds,
    I am trying get values of Open and Closing stock on date wise form the Table MARD and MBEW -Material Valuation but it does not match with MB5B reports,
    Could anyone suggest correct table to fetch the values Open and Closing stock on date wise for MB5B reports.
    Thanks
    Mohan M

    Hi,
    Please check the below links...
    Query for Opening And  Closing Stock
    Inventory Opening and Closing Stock
    open stock and closing stock
    Kuber

  • Opening an asset in back date

    Dear All:
                  My question is regarding opening asset master data through AS01. When we open an asset it is saved with current date. But what if we want to open it in back date. let us say today is 2nd july 2010 but i want to open an asset back at 5th june 2010. Is it possible in SAP. Please suggest
    Regards

    Hi,
    Which date are you talking about.
    Both capitalization date and ordinary depreciation date are freely changeable fields.  First acquisition date is usually updated based on first transaction date.
    Best Regards,
    Madhu

  • Exception Handling for OPEN DATA SET and CLOSE DATA SET

    Hi ppl,
    Can you please let me know what are the exceptions that can be handled for open, read, transfer and close data set ?
    Many Thanks.

    HI,
    try this way....
      DO.
        TRY.
        READ DATASET filename INTO datatab.
          CATCH cx_sy_conversion_codepage cx_sy_codepage_converter_init
                cx_sy_file_authority cx_sy_file_io cx_sy_file_open .
        ENDTRY.
    READ DATASET filename INTO datatab.
    End of changes CHRK941728
        IF sy-subrc NE 0.
          EXIT.
        ELSE.
          APPEND datatab.
        ENDIF.
      ENDDO.

  • "unknown user type" exception when the object don't exist for i/p key.

    Hi
    I'm using Coherence REST service(comes with the Coherence bundle) to validate my cache data.
    When I hit the cache for a valid key, I get data returned back. But for the object that don't exist in the cache I get "Internal Server" error.
    I'm fine with "Internal Server" response show in the browser, but I don't want it to be printed as part of my coherence logs.
    For example, when I hit the REST url for key that don't exist in the cache, I get below exception in coherence logs.
    How can I get rid off it (or) suppress the exception logs.
    Thanks for your time.
    (Wrapped) java.io.IOException: unknown user type: com.tangosol.coherence.rest.internal.Get
         at com.tangosol.util.Base.ensureRuntimeException(Base.java:288)
         at com.tangosol.util.Base.ensureRuntimeException(Base.java:269)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketPublisher.packetizeMessage(PacketPublisher.CDB:23)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketPublisher$InQueue.add(PacketPublisher.CDB:11)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.dispatchMessage(Grid.CDB:62)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.post(Grid.CDB:31)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.send(Grid.CDB:1)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:13)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:11)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.invoke(PartitionedCache.CDB:30)
         at com.tangosol.util.ConverterCollections$ConverterInvocableMap.invoke(ConverterCollections.java:2282)
         at com.tangosol.util.ConverterCollections$ConverterNamedCache.invoke(ConverterCollections.java:2748)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.invoke(PartitionedCache.CDB:11)
         at com.tangosol.coherence.component.util.SafeNamedCache.invoke(SafeNamedCache.CDB:1)
         at com.tangosol.coherence.rest.EntryResource.getValue(EntryResource.java:241)
         at com.tangosol.coherence.rest.EntryResource.get(EntryResource.java:85)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:616)
         at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
         at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:205)
         at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
         at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288)
         at com.sun.jersey.server.impl.uri.rules.SubLocatorRule.accept(SubLocatorRule.java:134)
         at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
         at com.sun.jersey.server.impl.uri.rules.SubLocatorRule.accept(SubLocatorRule.java:134)
         at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
         at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
         at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
         at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
         at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
         at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
         at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
         at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
         at com.sun.jersey.server.impl.container.httpserver.HttpHandlerContainer.handle(HttpHandlerContainer.java:191)
         at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:83)
         at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83)
         at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:86)
         at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:589)
         at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:83)
         at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:561)
         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
         at java.lang.Thread.run(Thread.java:679)
    Caused by: java.io.IOException: unknown user type: com.tangosol.coherence.rest.internal.Get
         at com.tangosol.io.pof.ConfigurablePofContext.serialize(ConfigurablePofContext.java:351)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.writeObject(Service.CDB:1)
         at com.tangosol.coherence.component.net.Message.writeObject(Message.CDB:1)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$InvokeRequest.write(PartitionedCache.CDB:7)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.serializeMessage(Grid.CDB:14)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketPublisher.packetizeMessage(PacketPublisher.CDB:17)
         ... 42 more
    Caused by: java.lang.IllegalArgumentException: unknown user type: com.tangosol.coherence.rest.internal.Get
         at com.tangosol.io.pof.ConfigurablePofContext.getUserTypeIdentifier(ConfigurablePofContext.java:430)
         at com.tangosol.io.pof.ConfigurablePofContext.getUserTypeIdentifier(ConfigurablePofContext.java:419)
         at com.tangosol.io.pof.PofBufferWriter.writeUserType(PofBufferWriter.java:1671)
         at com.tangosol.io.pof.PofBufferWriter.writeObject(PofBufferWriter.java:1623)
         at com.tangosol.io.pof.ConfigurablePofContext.serialize(ConfigurablePofContext.java:345)
         ... 47 more

    Hi,
    I included coherence-rest-pof-config.xml as part of my pof-config as shown below.
    <pof-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="http://xmlns.oracle.com/coherence/coherence-pof-config"
    xsi:schemaLocation="http://xmlns.oracle.com/coherence/coherence-pof-config coherence-pof-config.xsd">
    <user-type-list>
    <include>coherence-pof-config.xml</include>
    <include>coherence-rest-pof-config.xml</include>
    <user-type>
    <type-id>1001</type-id>
    I also checked my coherence-rest.jar files for the configuration and the clasess, and all of them exist.
    I started my coherence by passing the classpath as below:
    $JAVAEXEC -server -Xms6g -Xmx6g -XX:+UseParNewGC -XX:MaxGCPauseMillis=50 -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:CMSInitiatingOccupancyFraction=25 -XX:MinHeapFreeRatio=40 -XX:MaxHeapFreeRatio=70 -Duser.timezone=GMT -Djava.rmi.server.hostname=xx.xx.xx.xx -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=13366 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dtangosol.coherence.log.level=3 -Dtangosol.coherence.log=log4j -showversion $JAVA_OPTS -cp $COHERENCE_HOME/config/:$COHERENCE_HOME/lib/coherence.jar:$COHERENCE_HOME/lib/guidecacheclient.jar:$COHERENCE_HOME/lib/jersey-server-1.8.jar:$COHERENCE_HOME/lib/jersey-core-1.8.jar:$COHERENCE_HOME/lib/jersey-json-1.8.jar:$COHERENCE_HOME/lib/jackson-all-1.8.1.jar:$COHERENCE_HOME/lib/coherence-rest.jar:$COHERENCE_HOME/lib/log4j-1.2.16.jar -Dtangosol.coherence.management=all -Dtangosol.coherence.management.remote=true -Dtangosol.coherence.localhost=xx.xx.xx.xx -Dtangosol.coherence.mode=eval com.tangosol.net.DefaultCacheServer $1
    While starting, I'm getting configuration missing exception as shown below. What am I still missing.
    Exception in thread "main" (Wrapped) (Wrapped: error creating class "com.tangosol.io.pof.ConfigurablePofContext") java.lang.IllegalStateException: Missing PofSerializer configuration (Config=pgs-pof-config.xml, Type-Id=801, Class-Name=com.tangosol.coherence.rest.internal.Get)
         at com.tangosol.coherence.component.util.Daemon.start(Daemon.CDB:52)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.start(Service.CDB:7)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.start(Grid.CDB:6)
         at com.tangosol.coherence.component.util.SafeService.startService(SafeService.CDB:39)
         at com.tangosol.coherence.component.util.safeService.SafeCacheService.startService(SafeCacheService.CDB:5)
         at com.tangosol.coherence.component.util.SafeService.ensureRunningService(SafeService.CDB:27)
         at com.tangosol.coherence.component.util.SafeService.start(SafeService.CDB:14)
         at com.tangosol.net.DefaultConfigurableCacheFactory.ensureServiceInternal(DefaultConfigurableCacheFactory.java:1105)
         at com.tangosol.net.DefaultConfigurableCacheFactory.ensureService(DefaultConfigurableCacheFactory.java:937)
         at com.tangosol.net.DefaultCacheServer.startServices(DefaultCacheServer.java:81)
         at com.tangosol.net.DefaultCacheServer.intialStartServices(DefaultCacheServer.java:250)
         at com.tangosol.net.DefaultCacheServer.startAndMonitor(DefaultCacheServer.java:55)
         at com.tangosol.net.DefaultCacheServer.main(DefaultCacheServer.java:197)
    Caused by: (Wrapped: error creating class "com.tangosol.io.pof.ConfigurablePofContext") java.lang.IllegalStateException: Missing PofSerializer configuration (Config=pgs-pof-config.xml, Type-Id=801, Class-Name=com.tangosol.coherence.rest.internal.Get)
         at com.tangosol.io.ConfigurableSerializerFactory.createSerializer(ConfigurableSerializerFactory.java:46)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.instantiateSerializer(Service.CDB:1)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.ensureSerializer(Service.CDB:32)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.ensureSerializer(Service.CDB:4)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onEnter(Grid.CDB:25)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onEnter(PartitionedService.CDB:19)
         at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:14)
         at java.lang.Thread.run(Thread.java:679)
    Caused by: java.lang.IllegalStateException: Missing PofSerializer configuration (Config=pgs-pof-config.xml, Type-Id=801, Class-Name=com.tangosol.coherence.rest.internal.Get)
         at com.tangosol.io.pof.ConfigurablePofContext.report(ConfigurablePofContext.java:1283)
         at com.tangosol.io.pof.ConfigurablePofContext.createPofConfig(ConfigurablePofContext.java:1013)
         at com.tangosol.io.pof.ConfigurablePofContext.initialize(ConfigurablePofContext.java:797)
         at com.tangosol.io.pof.ConfigurablePofContext.setContextClassLoader(ConfigurablePofContext.java:322)
         at com.tangosol.io.ConfigurableSerializerFactory.createSerializer(ConfigurableSerializerFactory.java:42)
         ... 7 more
    Thanks for your help.

  • Urgently: data provided by t.code FBL5N for open items ....

    Hi All,
    Data provided by t.code FBL5N for open items, are different from data provided by t.code S_ALR_87012168 for the same customer ...
    I can't understand what could it depend on.....
    Could anyone help me?
    Thanks
    Gandalf

    Hi
    This transaction:S_ALR_87012168  is the same for open items but for this report you need to schedule diary  for updating this Evaluations.
    For configure this Evaluations go to: Information System > Tools > Configure.
    I hope this can help you.
    B. Regards
    Cristina

  • Could not open error log file ''. Operating system error = 5(failed to retrieve text for this error. Reason: 15105).

    Hello
    When I try to start the SQl server service i get the following error:
    Event id 17058
    Could not open error log file ''. Operating system error = 5(failed to retrieve text for this error. Reason: 15105).
    As a test I have made sure the errorlog file ,and the entire drive it is, has everyone full control permissions, but to no avail. Does anyone have any ideas to resolve this issue?
    Thank you

    Hi,
    Try running:
    SELECT SERVERPROPERTY('ErrorLogFileName')
    Then verify that the account being used to run the SQL Server service account has access to the path output above.  If possible, you could try logging onto the server with the same account used to run SQL Server then navigate to the errorlog folder.
    Thanks,
    Andrew Bainbridge
    SQL Server DBA
    Please click "Propose As Answer" if a post solves your problem, or "Vote As Helpful" if a post has been useful to you

  • Posting keys for Open Vendor/Custor and GL accounts during data migration

    Dear experts,
    May I know what are the posting keys to be used for Open Debit Vendor Line item, Open Credit Vendor line item, Open Debit Customer line item, Open Credit Custtomer line item, Open Debit GL line item and Open Credit GL Line item?
    Thank you.

    Dear,
    SAP has provided standard posting keys. Please go to OB41 , there you will find posting keys with their descriptions.
    Regards

  • FBL1N - field for open item at key date

    Hi All,
    we are developing a customising report like FBL1N.
    for vendor open itesm, we have table BSIK. In that table, we could not find field for open items at key date.
    Could you please suggest which field we can use in table BSIK for that.
    Regards
    Deepak

    Hi
    You may find a list of some famous  tables on FI.. honestly i do not know which one is the required ? \\
    Accounting documents
        BKPF                Accounting documents
        BSEG               item level
        BSID                 Accounting: Secondary index for customers        
        BSIK                 Accounting: Secondary index for vendors          
        BSIM                 Secondary Index, Documents for Material          
        BSIP                 Index for vendor validation of double documents  
        BSIS                 Accounting: Secondary index for G/L accounts
        BSAD               Accounting: Index for customers (cleared items)
        BSAK                Accounting: Index for vendors (cleared items)  
        BSAS                Accounting: Index for G/L accounts (cleared items)
    Regards
    Mahmoud EL Nady

  • Copy link 0.1.7 addon is working with firefox 19.0, what can I do for open all url at a time with help of short key.

    copy link 0.1.7 addon is working with firefox 19.0, what can I do for open all url at a time with help of short key.

    Check out this Addons
    *https://addons.mozilla.org/en-US/firefox/addon/multi-links

  • Adobe photoshop cs5 extended always asks me for a serial key every time i open it.pls help

    pls help

    yes it is accepted when i type it and i can use it until next time i open it when it asks for the serial key again.this keeps on repeating.OS=WINDOWS 8 64bit.
    system=dell inspiron 15r 5521 i5 intel processor 1.80ghz 4gb ram.

  • How do I obtain the next number for a Primary Key using an ADF View Object?

    I have two separate View Objects (A & B) for the same Entity Object. View Object A does a SELECT on all of the fields in the table. This View Object is where I execute my adds and updates. View Object B is only used to retrieve the next number for the primary key. This is done so that when I add a row to the database, I always get the max number of the primary key and add one to it. I accomplished this by setting the SQL mode to Expert and using the SQL: "SELECT MAX(NBR) AS MAX_NUMBER FROM TABLE_1". This may be overkill having a seperate View Object for this, but so far this is the only way I have found to obtain the next number. However, I have discovered that this way does not always work.
    The problem I'm running into is when I try to add multiple records to View Object A without committing the transaction between each add. Because View Object B is disconnected from View Object A, the MAX_NUMBER of View Object B comes back with the same number for each add I do on View Object A. So I know I must retrieve the MAX_NUMBER from View Object A.
    I've tried using the following code in my Table1ViewImpl class:
    this.setQuery("SELECT MAX(Table1.NBR) AS MAX_NUMBER FROM TABLE_1 Table1");
    this.executeQuery();
    The view object now has what I want, but I have yet to figure a way to extract the MAX_NUMBER out of the View Object. I've also looked into using the method addDynamicAttribute() but I can't figure out any way to set the attribute with the MAX_NUMBER.
    I can't be the only one trying to retrieve the next number from a database table using ADF. Can anyone help me with this? FYI - I'm using JDev 10.1.3 EA.

    You missing the point.
    On a multi-user db knowing the next highest number doesn't guarantee the number will be available when it comes time to commit the record. You can prove this to yourself by opening two instances of your app and do whatever you do to add a new record to your VO. Both will assume the same number, and when you commit an error will be generated
    You must use sequences to avoid the possibility of duplicate keys. If you are trying to avoid gaps in your numbering then you need to convince yourself why this is necessary.

  • An error occured while retrieving policy for this computer 0x80092004

    Good morning!
    I have recently been having some issues getting my OSD working correctly.
    It all started after the server which houses DPM and SCCM was refusing to start the SQL service because of an invalid certificate that was missing the private key. After I finally removed the key and all the registry value for it in SQL server, I could finally
    fire up SQL server again.
    However, since then, I am unable to perform an OSD and I have been troubleshooting this issue for many weeks now.
    I have low level knowledge of SCCM 2012 R2, but I did set this box up myself and had all aspects (OSD, Software deployment, driver deployment etc) working perfectly fine in native mode and was just about ready to start deploying images out when SQL
    died.
    I am still able to push out the client in native mode perfectly fine, I just can't deploy an OS task sequence.
    When I pxe boot the client, it boots fine and then prompts for the admin password, as soon as I enter the admin password, it fails with "An error occured while retrieving policy for this computer 0x80092004".
    This is the SMSTS.log associated with this machine:
    <![LOG[LOGGING: Finalize process ID set to 748]LOG]!><time="09:29:58.510+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="752" file="tslogging.cpp:1495">
    <![LOG[==============================[ TSBootShell.exe ]==============================]LOG]!><time="09:29:58.510+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="752"
    file="bootshell.cpp:1055">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\i386\1033\TSRES.DLL']LOG]!><time="09:29:58.510+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="752" file="util.cpp:964">
    <![LOG[Debug shell is enabled]LOG]!><time="09:29:58.525+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="752" file="bootshell.cpp:1066">
    <![LOG[Waiting for PNP initialization...]LOG]!><time="09:29:58.525+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:60">
    <![LOG[RAM Disk Boot Path: NET(0)\SMSIMAGES\SJS00004\BOOT.SJS00004.WIM]LOG]!><time="09:29:58.525+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="configpath.cpp:302">
    <![LOG[Booted from network (PXE)]LOG]!><time="09:29:58.525+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="configpath.cpp:317">
    <![LOG[Network(PXE) path: X:\sms\data\]LOG]!><time="09:29:58.525+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="configpath.cpp:319">
    <![LOG[Found config path X:\sms\data\]LOG]!><time="09:29:58.525+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:548">
    <![LOG[Booting from removable media, not restoring bootloaders on hard drive]LOG]!><time="09:29:58.525+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:582">
    <![LOG[X:\sms\data\WinPE does not exist.]LOG]!><time="09:29:58.525+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:599">
    <![LOG[X:\_SmsTsWinPE\WinPE does not exist.]LOG]!><time="09:29:58.525+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:613">
    <![LOG[Executing command line: wpeinit.exe -winpe]LOG]!><time="09:29:58.525+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:860">
    <![LOG[The command completed successfully.]LOG]!><time="09:30:09.615+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:942">
    <![LOG[Starting DNS client service.]LOG]!><time="09:30:09.615+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:666">
    <![LOG[Executing command line: X:\sms\bin\i386\TsmBootstrap.exe /env:WinPE /configpath:X:\sms\data\]LOG]!><time="09:30:10.139+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756"
    file="bootshell.cpp:860">
    <![LOG[The command completed successfully.]LOG]!><time="09:30:10.139+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:942">
    <![LOG[==============================[ TSMBootStrap.exe ]==============================]LOG]!><time="09:30:10.249+480" date="02-11-2014" component="TSMBootstrap" context="" type="1" thread="1164"
    file="tsmbootstrap.cpp:1165">
    <![LOG[Command line: X:\sms\bin\i386\TsmBootstrap.exe /env:WinPE /configpath:X:\sms\data\]LOG]!><time="09:30:10.249+480" date="02-11-2014" component="TSMBootstrap" context="" type="0" thread="1164"
    file="tsmbootstrap.cpp:1166">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\i386\1033\TSRES.DLL']LOG]!><time="09:30:10.249+480" date="02-11-2014" component="TSMBootstrap" context="" type="1" thread="1164" file="util.cpp:964">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\i386\TSRESNLC.DLL']LOG]!><time="09:30:10.249+480" date="02-11-2014" component="TSMBootstrap" context="" type="1" thread="1164" file="resourceutils.cpp:169">
    <![LOG[Current OS version is 6.2.9200.0]LOG]!><time="09:30:10.265+480" date="02-11-2014" component="TSMBootstrap" context="" type="1" thread="1164" file="util.cpp:3094">
    <![LOG[Adding SMS bin folder "X:\sms\bin\i386" to the system environment PATH]LOG]!><time="09:30:10.269+480" date="02-11-2014" component="TSMBootstrap" context="" type="0" thread="1164"
    file="tsmbootstrap.cpp:963">
    <![LOG[PXE Boot with Root = X:\]LOG]!><time="09:30:10.269+480" date="02-11-2014" component="TSMBootstrap" context="" type="1" thread="1164" file="tsmbootstrap.cpp:1062">
    <![LOG[Executing from PXE in WinPE]LOG]!><time="09:30:10.269+480" date="02-11-2014" component="TSMBootstrap" context="" type="1" thread="1164" file="tsmbootstrap.cpp:1077">
    <![LOG[Loading TsPxe.dll from X:\sms\bin\i386\TsPxe.dll]LOG]!><time="09:30:10.269+480" date="02-11-2014" component="TSMBootstrap" context="" type="0" thread="1164" file="tsmbootstraputil.cpp:1363">
    <![LOG[TsPxe.dll loaded]LOG]!><time="09:30:10.269+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmbootstraputil.cpp:1373">
    <![LOG[Device has PXE booted]LOG]!><time="09:30:10.269+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tspxe.cpp:122">
    <![LOG[Variable Path: \SMSTemp\2014.02.10.15.30.26.0003.{5B220EC9-4C51-4520-BDE7-778CB44701B0}.boot.var]LOG]!><time="09:30:10.269+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164"
    file="tspxe.cpp:134">
    <![LOG[Succesfully added firewall rule for Tftp]LOG]!><time="09:30:10.285+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="fwopen.cpp:123">
    <![LOG[Executing: X:\sms\bin\i386\smstftp.exe -i 10.105.88.35 get \SMSTemp\2014.02.10.15.30.26.0003.{5B220EC9-4C51-4520-BDE7-778CB44701B0}.boot.var X:\sms\data\variables.dat]LOG]!><time="09:30:10.285+480" date="02-11-2014" component="TSPxe"
    context="" type="0" thread="1164" file="tspxe.cpp:177">
    <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="09:30:10.363+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="commandline.cpp:228">
    <![LOG[Set command line: "X:\sms\bin\i386\smstftp.exe" -i 10.105.88.35 get \SMSTemp\2014.02.10.15.30.26.0003.{5B220EC9-4C51-4520-BDE7-778CB44701B0}.boot.var X:\sms\data\variables.dat]LOG]!><time="09:30:10.363+480" date="02-11-2014"
    component="TSPxe" context="" type="0" thread="1164" file="commandline.cpp:731">
    <![LOG[Executing command line: "X:\sms\bin\i386\smstftp.exe" -i 10.105.88.35 get \SMSTemp\2014.02.10.15.30.26.0003.{5B220EC9-4C51-4520-BDE7-778CB44701B0}.boot.var X:\sms\data\variables.dat]LOG]!><time="09:30:10.363+480" date="02-11-2014"
    component="TSPxe" context="" type="1" thread="1164" file="commandline.cpp:827">
    <![LOG[Process completed with exit code 0]LOG]!><time="09:30:10.461+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="commandline.cpp:1123">
    <![LOG[Succesfully removed firewall rule for Tftp]LOG]!><time="09:30:10.461+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="fwopen.cpp:146">
    <![LOG[Successfully downloaded pxe variable file.]LOG]!><time="09:30:10.461+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tspxe.cpp:187">
    <![LOG[we are booted using PXE]LOG]!><time="09:30:10.461+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsmediawizardcontrol.cpp:2673">
    <![LOG[we are booted using PXE and we don't use a password or the password is provided by the user]LOG]!><time="09:30:10.461+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164"
    file="tsmediawizardcontrol.cpp:2689">
    <![LOG[Found network adapter "Realtek PCIe GBE Family Controller" with IP Address 10.35.116.176.]LOG]!><time="09:30:10.461+480" date="02-11-2014" component="TSPxe" context="" type="0"
    thread="1164" file="tsmbootstraputil.cpp:517">
    <![LOG[Run PXE Interactive]LOG]!><time="09:30:10.461+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmediawizardcontrol.cpp:2824">
    <![LOG[Running Wizard in Interactive mode]LOG]!><time="09:30:10.461+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsmediawizardcontrol.cpp:2826">
    <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="09:30:10.476+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsremovablemedia.cpp:322">
    <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\smscrypt\windes.cpp,165)]LOG]!><time="09:30:10.476+480" date="02-11-2014" component="TSPxe" context=""
    type="0" thread="1164" file="windes.cpp:165">
    <![LOG[SMS::Crypto::DES::DecryptBuffer( (BYTE*)pszPassword, (DWORD)(wcslen(pszPassword)*sizeof(WCHAR)), encryptedBuffer.getBuffer(), (DWORD)encryptedBuffer.size(), pbDecryptedBuffer, dwDecryptedBufferSize ), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\tscore\tsremovablemedia.cpp,387)]LOG]!><time="09:30:10.476+480"
    date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsremovablemedia.cpp:387">
    <![LOG[Activating Welcome Page.]LOG]!><time="09:30:10.476+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmediawelcomepage.cpp:131">
    <![LOG[Loading bitmap]LOG]!><time="09:30:10.488+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsmbootstrap.cpp:1271">
    <![LOG[WelcomePage::OnWizardNext()]LOG]!><time="09:30:12.625+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmediawelcomepage.cpp:340">
    <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="09:30:12.625+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsremovablemedia.cpp:322">
    <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\smscrypt\windes.cpp,165)]LOG]!><time="09:30:12.625+480" date="02-11-2014" component="TSPxe" context=""
    type="0" thread="1164" file="windes.cpp:165">
    <![LOG[SMS::Crypto::DES::DecryptBuffer( (BYTE*)pszPassword, (DWORD)(wcslen(pszPassword)*sizeof(WCHAR)), encryptedBuffer.getBuffer(), (DWORD)encryptedBuffer.size(), pbDecryptedBuffer, dwDecryptedBufferSize ), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\tscore\tsremovablemedia.cpp,387)]LOG]!><time="09:30:12.625+480"
    date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsremovablemedia.cpp:387">
    <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="09:30:12.625+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsremovablemedia.cpp:322">
    <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\smscrypt\windes.cpp,165)]LOG]!><time="09:30:12.625+480" date="02-11-2014" component="TSPxe" context=""
    type="0" thread="1164" file="windes.cpp:165">
    <![LOG[SMS::Crypto::DES::DecryptBuffer( (BYTE*)pszPassword, (DWORD)(wcslen(pszPassword)*sizeof(WCHAR)), encryptedBuffer.getBuffer(), (DWORD)encryptedBuffer.size(), pbDecryptedBuffer, dwDecryptedBufferSize ), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\tscore\tsremovablemedia.cpp,387)]LOG]!><time="09:30:12.625+480"
    date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsremovablemedia.cpp:387">
    <![LOG[Verifying media password.]LOG]!><time="09:30:12.625+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsmediawizardcontrol.cpp:271">
    <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="09:30:12.625+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsremovablemedia.cpp:322">
    <![LOG[Spawned thread 1200 to download policy.]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsmediawelcomepage.cpp:405">
    <![LOG[Entering TSMediaWizardControl::GetPolicy.]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1200" file="tsmediawizardcontrol.cpp:527">
    <![LOG[Creating key 'Software\Microsoft\SMS\47006C006F00620061006C005C007B00350031004100300031003600420036002D0046003000440045002D0034003700350032002D0042003900370043002D003500340045003600460033003800360041003900310032007D00']LOG]!><time="09:30:12.649+480"
    date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="environmentscope.cpp:263">
    <![LOG[Environment scope successfully created: Global\{51A016B6-F0DE-4752-B97C-54E6F386A912}]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200"
    file="environmentscope.cpp:623">
    <![LOG[Creating key 'Software\Microsoft\SMS\47006C006F00620061006C005C007B00420041003300410033003900300030002D0043004100360044002D0034006100630031002D0038004300320038002D003500300037003300410046004300320032004200300033007D00']LOG]!><time="09:30:12.649+480"
    date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="environmentscope.cpp:263">
    <![LOG[Environment scope successfully created: Global\{BA3A3900-CA6D-4ac1-8C28-5073AFC22B03}]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200"
    file="environmentscope.cpp:623">
    <![LOG[Setting LogMaxSize to 1000000]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:555">
    <![LOG[Setting LogMaxHistory to 1]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:556">
    <![LOG[Setting LogLevel to 0]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:557">
    <![LOG[Setting LogEnabled to 1]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:558">
    <![LOG[Setting LogDebug to 1]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:559">
    <![LOG[UEFI: false]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:569">
    <![LOG[Loading variables from the Task Sequencing Removable Media.]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:584">
    <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsremovablemedia.cpp:322">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\i386\1033\TSRES.DLL']LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="util.cpp:964">
    <![LOG[Setting SMSTSMP TS environment variable]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSMediaGuid TS environment variable]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSBootMediaPackageID TS environment variable]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSHTTPPort TS environment variable]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSHTTPSPort TS environment variable]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSIISSSLState TS environment variable]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSLaunchMode TS environment variable]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSMediaPFX TS environment variable]LOG]!><time="09:30:12.649+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSPublicRootKey TS environment variable]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSRootCACerts TS environment variable]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSSiteCode TS environment variable]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSSiteSigningCertificate TS environment variable]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSUseFirstCert TS environment variable]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSx64UnknownMachineGUID TS environment variable]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSx86UnknownMachineGUID TS environment variable]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Root CA Public Certs=3082037C30820264A00302010202103AB236E7EC0B619F4375F21CB1D3737C300D06092A864886F70D0101050500304631153013060A0992268993F22C64011916056C6F63616C31193017060A0992268993F22C640119160953744A6F7365706873311230100603550403130953544A4F50544C4931301E170D3131303130333232313132395A170D3136303130333232323132375A304631153013060A0992268993F22C64011916056C6F63616C31193017060A0992268993F22C640119160953744A6F7365706873311230100603550403130953544A4F50544C493130820122300D06092A864886F70D01010105000382010F003082010A0282010100C494DD769F2EFD6326DAEEE78D984484230C866E96493B54AC80322D78739C175153F050CC7A044855266075996618FC3EB04E7E472A8E1E9AF5BD8EB2736CF04B7EED975CBDF74656896E387DF32F445DA4B67EE1EB7D4A20FCD7C90257DF8BC0050D7704D53E1F269BE63828BE53897351C5120B84D6BD20F7AE695A80EE0DA4A64A7BAD696106C03E345DBF38CBEBE071D742859B25F41A8A87A4932C9254BB2EE372D71821A2965AAA5DB825DAC2CAF46CF989658C28ADD1E1A499225E2320095B91D9D38C4406E9AF6A8B6206902088D7C4ACA2EC6B62DF6FD04546E166449269BF6B0CA6984E09A2EDDDE4B8A841A2FC47B38D264DB6C42F0798E4CC090203010001A3663064301306092B060104018237140204061E0400430041300B0603551D0F040403020186300F0603551D130101FF040530030101FF301D0603551D0E04160414DF37636BE793EA17208BD2D266A2E2147072235C301006092B06010401823715010403020100300D06092A864886F70D01010505000382010100A13033E2B66CF2F5F291BDECE3AAF5517A3EC33F426BC1825F0398AFFA1FB3DB653591573866EE3D604DB816EA4D9205F4CD923150B26AED0FF73EFD639A3EB20DE46DE3905D448CB5465E2FCB52F212F68A3D2CFBB52FAB6A8CA76CE202A8588745BC60A652C4361E54D5B6F08066915FE7193F8E8505AED5BC39D60F0E6B2D583EF167798A9F76CB14C36012A2D3AD9D652C8A1B3FA52BBC6FA0CEA422006AF7EDA855A879276DC6D2A6326045DB0398A38A73CA5AB7BDF338E39989A164252D03664F03A24D9EB5494B5B6E24B901CC61D85824B94A8D2F640F06213612DEBBFC2B7C70801A637CEBE3B3A2A1F829F9EDB70D3504A578DFBECB978CA0A366]LOG]!><time="09:30:12.665+480"
    date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:615">
    <![LOG[Importing certificates to root store]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="utils.cpp:5349">
    <![LOG[Added certificate to store or replaced matching certificate in store.]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="utils.cpp:5405">
    <![LOG[Support Unknown Machines: 0]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:632">
    <![LOG[Custom hook from X:\\TSConfig.INI is ]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:675">
    <![LOG[No hook is found to be executed before downloading policy]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:699">
    <![LOG[Authenticator from the environment is empty.]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:838">
    <![LOG[Need to create Authenticator Info using PFX]LOG]!><time="09:30:12.665+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1200" file="tsmediawizardcontrol.cpp:850">
    <![LOG[*ppCertContext, HRESULT=80092004 (e:\nts_sccm_release\sms\framework\osdmessaging\libcrypt.cpp,1518)]LOG]!><time="09:30:12.812+480" date="02-11-2014" component="TSPxe" context="" type="0"
    thread="1200" file="libcrypt.cpp:1518">
    <![LOG[Out of 2 certs, there is none that has valid keys.]LOG]!><time="09:30:12.812+480" date="02-11-2014" component="TSPxe" context="" type="3" thread="1200" file="libcrypt.cpp:1518">
    <![LOG[CreateCertificateContextFromPfx (pbEncodedCert, dwEncodedCertSize, psPfxPassword, pCertStore, ppCertContext, szOID), HRESULT=80092004 (e:\nts_sccm_release\sms\framework\osdmessaging\libcrypt.cpp,1623)]LOG]!><time="09:30:12.812+480"
    date="02-11-2014" component="TSPxe" context="" type="0" thread="1200" file="libcrypt.cpp:1623">
    <![LOG[CCM::SMSMessaging::CreateCertificateContextFromPfx(sMediaPfx, sMediaGuid, &hCertStore, &pClientCertContext), HRESULT=80092004 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,852)]LOG]!><time="09:30:12.812+480"
    date="02-11-2014" component="TSPxe" context="" type="0" thread="1200" file="tsmediawizardcontrol.cpp:852">
    <![LOG[Exiting TSMediaWizardControl::GetPolicy.]LOG]!><time="09:30:12.812+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1200" file="tsmediawizardcontrol.cpp:1419">
    <![LOG[pWelcomePage->m_pTSMediaWizardControl->GetPolicy(), HRESULT=80092004 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawelcomepage.cpp,303)]LOG]!><time="09:30:12.812+480" date="02-11-2014" component="TSPxe"
    context="" type="0" thread="1200" file="tsmediawelcomepage.cpp:303">
    <![LOG[Setting wizard error: An error occurred while retrieving policy for this computer  (0x80092004). For more information, contact your system administrator or helpdesk operator.]LOG]!><time="09:30:12.812+480" date="02-11-2014"
    component="TSPxe" context="" type="0" thread="1164" file="tsmediawizardcontrol.cpp:1588">
    <![LOG[WelcomePage::OnWizardNext()]LOG]!><time="09:30:12.812+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmediawelcomepage.cpp:340">
    <![LOG[Skipping Confirmation Page.]LOG]!><time="09:30:12.812+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmediaconfirmationpage.cpp:170">
    <![LOG[Skipping Task Sequence Selection Page.]LOG]!><time="09:30:12.828+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmediataskselectionpage.cpp:118">
    <![LOG[Skipping Variables Selection Page.]LOG]!><time="09:30:12.828+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmediavariablesselectionpage.cpp:155">
    <![LOG[Skipping Resolve Progress Page.]LOG]!><time="09:30:12.828+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmediaresolveprogresspage.cpp:96">
    <![LOG[Activating Finish Page.]LOG]!><time="09:30:12.828+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmediafinishpage.cpp:107">
    <![LOG[Initializing the countdown timer.]LOG]!><time="09:30:12.828+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmediafinishpage.cpp:197">
    <![LOG[Loading bitmap]LOG]!><time="09:30:12.828+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsmbootstrap.cpp:1271">
    <![LOG[Executing command line: X:\WINDOWS\system32\cmd.exe /k]LOG]!><time="09:30:13.973+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="752" file="bootshell.cpp:860">
    <![LOG[The command completed successfully.]LOG]!><time="09:30:13.973+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="752" file="bootshell.cpp:942">
    <![LOG[Successfully launched command shell.]LOG]!><time="09:30:13.973+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="752" file="bootshell.cpp:432">
    <![LOG[Suspending the countdown timer.]LOG]!><time="09:30:15.829+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="1164" file="tsmediafinishpage.cpp:384">
    <![LOG[Exiting task sequence wizard.]LOG]!><time="09:30:17.065+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsmediawizardcontrol.cpp:2388">
    <![LOG[Exiting with return code 0x00000000]LOG]!><time="09:30:17.081+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="1164" file="tsmbootstrap.cpp:1238">
    <![LOG[Execution complete.]LOG]!><time="09:30:17.081+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:693">
    <![LOG[hMap != 0, HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,493)]LOG]!><time="09:30:17.081+480" date="02-11-2014" component="TSBootShell" context="" type="0"
    thread="756" file="environmentscope.cpp:493">
    <![LOG[m_pGlobalScope->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,335)]LOG]!><time="09:30:17.081+480" date="02-11-2014" component="TSBootShell" context="" type="0"
    thread="756" file="environmentlib.cpp:335">
    <![LOG[this->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,553)]LOG]!><time="09:30:17.081+480" date="02-11-2014" component="TSBootShell" context="" type="0"
    thread="756" 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:30:17.081+480" date="02-11-2014" component="TSBootShell"
    context="" type="0" thread="756" file="utils.cpp:809">
    <![LOG[RegOpenKeyExW is unsuccessful for Software\Microsoft\SMS\Task Sequence]LOG]!><time="09:30:17.081+480" date="02-11-2014" component="TSBootShell" context="" type="2" thread="756"
    file="utils.cpp:809">
    <![LOG[GetTsRegValue() is unsuccessful. 0x80070002.]LOG]!><time="09:30:17.081+480" date="02-11-2014" component="TSBootShell" context="" type="2" thread="756" file="utils.cpp:842">
    <![LOG[End program: ]LOG]!><time="09:30:17.081+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="bootshell.cpp:725">
    <![LOG[Finalizing logging from process 748]LOG]!><time="09:30:17.081+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="tslogging.cpp:1741">
    <![LOG[Finalizing logs to root of first available drive]LOG]!><time="09:30:17.081+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="tslogging.cpp:1583">
    <![LOG[LOGGING: Setting log directory to "D:\SMSTSLog".]LOG]!><time="09:30:17.081+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="756" file="tslogging.cpp:1808">
    I am stumped with this issue. As I said, this is new to me, but I have so far been able to set it all up to a working state, up until this SQL issue occurred.
    I look forward to your responses.
    Cheers,
    Kyle.

    Untick the "Use PKI Client Certificate when available" in the Site Properties. I would create a self-signed certificate for the DP. Don't forget to Update DP for all your boot images when you are finished.
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Time Machine did not restore Microsoft Office for MAC Product Key

    My Tdisk failed and was replaced under AppleCare. I then restored from my Time Machine Backup. I used the (Command R Power keys to initiate this). It completed without errors (eventually). 
    All Apps that I tried seemed to have been recovered successfully except when I attempted toload my MS Office for MAC Apps, I was asked for my product key.
    Unfortunattely this was saved in an email on my system and I cannot retrieve it since I cannot open my MS Outlook.
    Does anyone have a solution I might try?
    Has anything similar happened to others?
    I would appreciate any help you might be able to give.
    Barry

    There are a few apps that seem to record the identifier (UUID) of the disk they're installed on, as an anti-piracy measure.   
    I don't use that app, but as Thomas says, if you know (or can figure out) where & how the emails are stored, you may be able to use the TM browser to locate the backup copy of the email, and either use QuickLook on it, or restore it to an alternate location, such as your Desktop, and examine it there.
    If you haven't done a new backup yet, Time Machine won't have "associated" the new disk with the old backups, so the backups of the old disk won't appear normally.  If so, you'll need the procedure in #E3 of Time Machine - Troubleshooting to see them.

Maybe you are looking for