Looking to fix some errors (FIXED)

Hello everyone,
I have been working on this little project and it is almost
complete but I am running into some problems
I will show you the code.
[CODE]
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="
http://www.adobe.com/2006/mxml"
layout="absolute" backgroundGradientAlphas="[1.0, 1.0]"
backgroundGradientColors="[#040404, #040404]"
initialize="getDaysUntil()">
<mx:XML id="tempXML" source="
http://misitenet/interface.php?username=admin&amp;password=pass&amp;customer=63&amp;action =showopen&amp;operation=defects&amp;format=xml&amp;critcal=both"
/>
<mx:Image source="@Embed('../images/title.jpg')"
width="210" height="65" top="4" left="15"/>
<mx:Image source="@Embed('../images/title1.jpg')"
id="image1" horizontalAlign="right" verticalAlign="top" right="0"
scaleContent="true" y="0"/>
<mx:states>
<mx:State name="Logged In">
<mx:SetProperty target="{panel1}" name="width"
value="98%"/>
<mx:SetProperty target="{panel1}" name="height"
value="75%"/>
<mx:RemoveChild target="{password}"/>
<mx:RemoveChild target="{customer}"/>
<mx:RemoveChild target="{username}"/>
<mx:RemoveChild target="{customerlbl}"/>
<mx:RemoveChild target="{label1}"/>
<mx:RemoveChild target="{Submit}"/>
<mx:RemoveChild target="{label2}"/>
<mx:SetProperty target="{panel1}" name="title"
value="Current Red Board Information"/>
<mx:AddChild relativeTo="{panel1}"
position="lastChild">
<mx:TileList dataProvider="{tempXML.defect.asset}"
width="100%" backgroundColor="#000000" color="#ff0000"
fontSize="27" borderColor="#000000" columnWidth="300"
rowHeight="50" themeColor="#808080" fontWeight="bold"
allowMultipleSelection="true" />
<mx:XMLListCollection id="defectXMLList"
source="{tempXML.defect}" />
<mx:Script>
<![CDATA[
private function getDaysUntil():void {
// creates a new five-minute Timer
var minuteTimer:Timer = new Timer(1000, 300);
// designates listeners for the interval and completion
events
minuteTimer.addEventListener(TimerEvent.TIMER, onTick);
minuteTimer.addEventListener(TimerEvent.TIMER_COMPLETE,
onTimerComplete);
// starts the timer ticking
minuteTimer.start();
public function onTick(evt:TimerEvent):void {
var minuteTimer:Timer = evt.target as Timer;
lblTimeUntil.text = minuteTimer.currentCount.toString();
public function onTimerComplete(evt:TimerEvent):void
var minuteTimer:Timer = evt.target as Timer;
minuteTimer.reset();
minuteTimer.start();
]]>
</mx:Script>
</mx:AddChild>
<mx:AddChild relativeTo="{panel1}"
position="lastChild">
<mx:HBox horizontalGap="4" width="800">
<mx:Label id="lblTimeUntilRefresh" text="Current Time:"
color="#ff0000" fontSize="19" fontWeight="bold" />
<mx:Label id="lblTimeUntil" color="#ff0000" fontSize="22"
fontWeight="bold" toolTip="Page refreshes every 300 seconds"
fontFamily="Arial" width="300"/>
</mx:HBox>
</mx:AddChild>
</mx:State>
</mx:states>
<mx:Script>
<![CDATA[
import mx.rpc.events.ResultEvent;
]]>
</mx:Script>
<mx:Script>
<![CDATA[
private function checkLogin(evt:ResultEvent):void
if(evt.result.code == "200")
mx.controls.Alert.show('The page is not responding please
try again');
if(evt.result.code == "108")
mx.controls.Alert.show('Invalid customer
code/username/password');
if(evt.result.code == "104")
mx.controls.Alert.show('The page is not responding please
try again');
}else{
currentState = "Logged In";
]]>
</mx:Script>
<mx:HTTPService id="login_user"
result="checkLogin(event)" showBusyCursor="true" method="GET"
url="https://mysite.net/interface.php" >
<mx:request xmlns="">
<customer>
{customer.text}
</customer>
<username>
{username.text}
</username>
<password>
{password.text}
</password>
</mx:request>
</mx:HTTPService>
<mx:Panel resizeEffect="Resize" width="582" height="354"
layout="absolute" title="Red Board Login" horizontalCenter="0"
verticalCenter="-2" id="panel1" color="#FF0000"
backgroundColor="#191919" cornerRadius="15" themeColor="#FFA800"
borderColor="#9FA7B7">
<mx:Label x="10" y="14" text="Customer Number"
id="customerlbl" fontSize="20" width="542" textAlign="center"/>
<mx:TextInput x="10" y="61" id="customer" width="542"
borderColor="#F90404" backgroundColor="#D5D1D1"
themeColor="#FFA800" color="#050505"/>
<mx:Label x="10" y="91" text="Username" id="label1"
fontSize="20" width="542" textAlign="center"/>
<mx:TextInput x="10" y="138" id="username" width="542"
borderColor="#F90404" backgroundColor="#D5D1D1"
themeColor="#FFA800" color="#050505"/>
<mx:Label x="10" y="175" text="Password" id="label2"
fontSize="20" width="542" textAlign="center"/>
<mx:TextInput x="11" y="217" id="password"
displayAsPassword="true" width="542" borderColor="#F90404"
backgroundColor="#D5D1D1" themeColor="#FFA800" color="#050505"/>
<mx:Button x="10" y="282" label="Login" id="Submit"
click="login_user.send();" fontSize="14" themeColor="#FFA800"
borderColor="#FA0202"/>
</mx:Panel>
</mx:Application>
[/CODE]
The XML List that was showing data but now with the addition
of the log in it is not showing up
And once the timer is up it should refresh all of the XML
data not just the timer.
Thanks

Forgot to add one last thing, setting the timer to start in
the result function would mean you need to change your variable
scope so that var minuteTimer:Timer = new Timer(1000, 300); is
outside of the method and declared as private var minuteTimer:Timer
= new Timer(1000, 300);

Similar Messages

  • Help me complite and fix some error in this source

    Hi, i have this project, some everyboy can help me fix some error and complite it to get.swf. Thanks!
    This is project :
    http://www.mediafire.com/?169q3tr3d2j33zl

    Mine & the ones like it that I have previously fixed on here (about a dozen) are all shared hosting accounts using either the GoDaddy Economy OR Deluxe packages...
    I have been able to resolve a couple issues by using the direct IP address approach, BUT... there is almost certainly another underlying issue. Using the duct-tape approach does not solve the actual problem.The ONE instance was a home built iMac running multiple websites off his own server.
    In this case, I am trying to determine if this is a Windows or Linux issue... If the server is truly Linux then my solution should work. If it is Windows, then it opens the doors  a whole new set of problems (and his host folder would have be correct). I am going through a series of trouble shooting steps to determine exactly what it is. It could very well be a page forwarding issue or redirect.... or htaccess
    If I get it set to a point that I know will work & the client is still having issues, I pass it along to one of the engineers in here who will fish out the other problem. (which is usually a script running interference or non-supported 404 forwarding or htaccess problem)...
    Either way... the client should not have to use the IP address.. and if they do then Adobe will have to look deeper to find out why.
    ----->> ..... when I ran his site query, I knew that it was supposed to be an Apache Linux on GoDaddy... I chose not to post his server address info on the forum.

  • I ve updated my i pod touch to version 6.0.1. Installation got failed with some error msg, and now my i pod is not getting detedted in my system.Help me to fix it up.

    i ve updated my i pod touch to version 6.0.1. Installation got failed with some error msg, and now my i pod is not getting detedted in my system.Help me to fix it up.

    What's the error mesage?

  • Hi guys, iphone 5 16GB, any idea how to fix it? EXC_BAD_ACCESS (SIGSEGV) KERN_INVALID_ADDRESS at 0x145aff9 I try to restore as new.still some error occured

    hi guys, iphone 5 16GB, any idea how to fix it? EXC_BAD_ACCESS (SIGSEGV) KERN_INVALID_ADDRESS at 0x145aff9 I try to restore as new.still some error occured
    all start today, from unknow reason, mobile show me "no sim card" msg, I had to reboot device

    Restore your phone as New. Do not restore your backup. There is some sort of data corruption in your 4S, that got transferred to the 5S when you restored your 4S backup to it.

  • Some error while applying nls patch,need some help

    i run my ebs R12.1.1 on linux X64 in vmware.
    i have already installed it.i can login it too.
    now i am applying patch 4440000.drv,as i am a chinese....forgive my limit english - -!
    i have get some help from other threads when i first get this virtual machine,but this time is a little bad.... I hope I can get some directly..
    after very very 3days hard work,I am standing at the end of the patch,but,it just still have some errors:
    All workers have quit.
    Dropping FND_INSTALL_PROCESSES table...
    FND_INSTALL_PROCESSES table dropped.
    Dropping AD_DEFERRED_JOBS table...
    AD_DEFERRED_JOBS table dropped.
    The following Oracle Forms objects did not generate successfully:
    ap forms/ZHS APXPAWKB.fmx
    ap forms/ZHS APXINWKB.fmx
    ap forms/ZHS APXWCARD.fmx
    ar forms/ZHS ARXTWMAI.fmx
    ar forms/ZHS ARXTWLIN.fmx
    bom forms/ZHS BOMFDRSO.fmx
    ce forms/ZHS CEXCABMR.fmx
    cs forms/ZHS CSXSEDBT.fmx
    cs forms/ZHS CSXSRISR.fmx
    fnd forms/ZHS FNDSCAUS.fmx
    ghr forms/ZHS GHRWS52A.fmx
    ghr forms/ZHS GHRWS52L.fmx
    ghr forms/ZHS GHRWSMSL.fmx
    ghr forms/ZHS GHRWSMTI.fmx
    gl forms/ZHS GLXJEENT.fmx
    gme forms/ZHS GMECBTCH.fmx
    gme forms/ZHS GMETTMTX.fmx
    gms forms/ZHS GMSAWEAW.fmx
    hxt forms/ZHS HXTAEI00.fmx
    iex forms/ZHS IEXWRIOF.fmx
    inv forms/ZHS INVGMSTP.fmx
    inv forms/ZHS INVIDITM.fmx
    inv forms/ZHS INVSDOIO.fmx
    inv forms/ZHS INVSDOSI.fmx
    inv forms/ZHS INVTTGPM.fmx
    ja forms/ZHS JAINRGFT.fmx
    jmf forms/ZHS JMFGTWKB.fmx
    msc forms/ZHS MSCITMNT.fmx
    oke forms/ZHS OKEDTSFM.fmx
    okl forms/ZHS OKLCSACT.fmx
    okl forms/ZHS OKLCSHDR.fmx
    okl forms/ZHS OKLCSSRC.fmx
    okl forms/ZHS OKLCSTRX.fmx
    okl forms/ZHS OKLCSVSC.fmx
    ota forms/ZHS OTACMLAN.fmx
    ota forms/ZHS OTARSERB.fmx
    pa forms/ZHS PAXINEVT.fmx
    pa forms/ZHS PAXINRVW.fmx
    pa forms/ZHS PAXPREPR.fmx
    pay forms/ZHS PAYAUTAX.fmx
    pay forms/ZHS PAYAUTRM.fmx
    pay forms/ZHS PAYJPSOE.fmx
    pay forms/ZHS PAYKRSEP.fmx
    pay forms/ZHS PAYKRYER.fmx
    pay forms/ZHS PAYKRYEA.fmx
    pay forms/ZHS PAYUSEET.fmx
    per forms/ZHS PERFIOBJ.fmx
    per forms/ZHS PERIEOBJ.fmx
    per forms/ZHS PERWSCEI.fmx
    per forms/ZHS PERWSEMA.fmx
    per forms/ZHS PERWSEPI.fmx
    per forms/ZHS PERWSHRG.fmx
    per forms/ZHS PERWSPED.fmx
    per forms/ZHS PERWSQHM.fmx
    po forms/ZHS POXDOCEC.fmx
    po forms/ZHS POXSCASL.fmx
    psp forms/ZHS PSPLSODL.fmx
    psp forms/ZHS PSPSCLEA.fmx
    wsh forms/ZHS WSHFRREL.fmx
    zx forms/ZHS ZXTRLLINEDISTUI.fmx
    zx forms/ZHS ZXTRXSIM.fmx
    An error occurred while generating Oracle Forms files.
    Continue as if it were successful [No] : no
    I tryed to restart adpatch.sh and continue the patch --- it helps me one time in the past 3days---i got this:
    Generating forms...
    Connecting to APPLSYS......Connected successfully.
    Creating the AD_UTIL_PARAMS table...
    Table AD_UTIL_PARAMS already exists, so dropping the table and recreating it.
    DROP TABLE AD_UTIL_PARAMS
    CREATE TABLE ad_util_params( worker_id number not null,
    utility_name varchar2(100) not null, task
    varchar2(30) not null, status varchar2(100) not null,
    arguments varchar2(2000) not null, rowid1
    varchar2(2000), utility_status number not null, symbolic_arguments
    varchar2(2560) not null)
    Creating FND_INSTALL_PROCESSES table...
    Running adtasktim.sql ..
    Connected.
    PL/SQL procedure successfully completed.
    Commit complete.
    Already created fnd_install_processes table
    Already created FND_INSTALL_PROCESSES_U1 index.
    Connecting to APPS......Connected successfully.
    Connecting to APPLSYS......Connected successfully.
    Already created AD_DEFERRED_JOBS table
    Already created AD_DEFERRED_JOBS_U1 index.
    Connecting to APPS......Connected successfully.
    Writing dependencies of jobs to run to appldep.txt file...
    There are now 61 jobs remaining (current phase=A1002):
    0 running, 61 ready to run and 0 waiting.
    Reading completed jobs from restart file (if any).
    AutoPatch error:
    Unable to find job when restarting.
    At line number 12 in the main restart file, the job with:
    product = ak username = AK
    filename = AKDFLOWB.fmx phase = 1002 ign = 0 arguments = formgen /u2/VIS/visappl/apps/apps_st/appl/admin/PROD/out/pchfsucf.txt /u2/VIS/visappl/apps/apps_st/appl/admin/PROD/out/pchferrf.txt
    has to run after some jobs that are not listed earlier in the file,
    or it is a duplicate of another line,
    or the job is invalid in some other way.
    AutoPatch error:
    adfrjp(): Error running jobs in workers
    An error occurred while generating Oracle Forms files.
    Continue as if it were successful [No] : No
    Connecting to APPLSYS......Connected successfully.
    Freeing fixes hash table
    Freeing entities hash table
    You should check the file
    /u2/VIS/visappl/apps/apps_st/appl/admin/PROD/log/adpatch.log
    for errors.
    the messages above are copy from end of adpatch.log which is 10M size---there are over 17000 files in the document of "log" now.
    i search the BAIDU,it seems that i can fix it by adadmin.sh?is that ture?i don't feel it right....
    OR
    can some guaide me get it through these error?some tips on metal-link will be fine too,i get an id from my friend.
    thanks,foliage
    Edited by: user6898421 on 2011-12-9 上午10:46

    hi,hussein,how r u?
    I restart the vm-machine and then disable maintain model,the start the DB and APP.
    I can choose chinese to login and i did it.
    maybe the i need "Translation Synchronization Patches " .The left part is english and the right part is chinese.
    i believe that there must had some forms bad,it just not read now.
    I get the infomation about my EBS,here there are:
    Oracle Applications
    Copyright (c) 2004 Oracle Corporation,
    Redwood Shores, California.
    版权所有。
    登录
    地点 : http://paleonode1.sh.paleotek.com:8002(SID:PROD)
    应用 : 系统管理
    责任 : System Administrator
    安全组 : 标准
    用户名 : SYSADMIN
    数据库服务器
    RDBMS : 11.1.0.7.0
    Oracle Applications : 12.1.1
    设备 : paleonode1.sh.paleotek.com
    用户 : APPS
    Oracle SID : PROD
    系统日期 : 11-12-2011 15:15:41
    数据库服务器 PID : 11111
    会话 SID : 283
    SERIAL# : 250
    AUDSID : 15358913
    数据库 CPU 使用(以秒表示) : 1.54
    表单服务器
    Oracle Forms 版本 : 10.1.2.3.0
    Oracle Application Object Library : 12.0.0
    设备 : PALEONODE1.SH.PALEOTEK.COM
    表单用户 CPU(秒) : 0.403938
    表单系统 CPU(秒) : 1.084835
    表单处理标识 : 11086
    表单服务器环境变量
    AU_TOP : /u2/VIS/visappl/apps/apps_st/appl/au/12.0.0
    FDBDMCHK : [未设置]
    FDFGCXDBG : [未设置]
    FDSQLCHK : [未设置]
    FDUDEBUG : [未设置]
    FNDNAM : APPS
    FND_TOP : /u2/VIS/visappl/apps/apps_st/appl/fnd/12.0.0
    FORMS_APPSLIBS : APPCORE FNDSQF APPDAYPK APPFLDR GLCORE HR_GEN HR_SPEC ARXCOVER
    FORMS_CATCHTERM : 1
    FORMS_DATETIME_LOCAL_TZ : GMT
    FORMS_DATETIME_SERVER_TZ : America/Chicago
    FORMS_DISABLED_NOT_REQD : 1
    FORMS_ERROR_DATETIME_FORMAT : [未设置]
    FORMS_ERROR_DATE_FORMAT : [未设置]
    FORMS_FORCE_MENU_MNEMONICS : 0
    FORMS_LOV_INITIAL : 5000
    FORMS_LOV_MINIMUM : 1000
    FORMS_LOV_WEIGHT : 16
    FORMS_MMAP : [未设置]
    FORMS_NONBLOCKING_SLEEP : 100
    FORMS_NONNAVIGABLE_NOT_REQD : 0
    FORMS_OUTPUT_DATETIME_FORMAT : [未设置]
    FORMS_OUTPUT_DATE_FORMAT : [未设置]
    FORMS_PATH : /u2/VIS/visappl/apps/apps_st/appl/au/12.0.0/resource:/u2/VIS/visappl/apps/apps_st/appl/au/12.0.0/resource/stub
    FORMS_RECORD_GROUP_MAX : [未设置]
    FORMS_REDIRECT_DATA_PROPS : 1
    FORMS_REINIT_EMPTY_BLOCKS : 1
    FORMS_REJECT_GO_DISABLED_ITEM : 0
    FORMS_RESOURCE : [未设置]
    FORMS_TIMEOUT : 5
    FORMS_TRACE_CONFIG_FILE : /u2/VIS/visappl/inst/apps/PROD_paleonode1/ora/10.1.2/forms/server/ftrace.cfg
    FORMS_TRACE_DIR : /u2/VIS/visappl/inst/apps/PROD_paleonode1/logs/ora/10.1.2/forms
    FORMS_TZFILE : timezlrg.dat
    FORMS_UNALTERABLE_NOT_REQD : 1
    FORMS_USE_CBO : [未设置]
    FORMS_USER_CALENDAR : [未设置]
    FORMS_USER_DATE_FORMAT : DD-MON-RRRR
    FORMS_USER_DATETIME_FORMAT : DD-MON-RRRR HH24:MI:SS
    FORMS_USEREXITS : fndfmxit.so
    NLS_DATE_FORMAT : DD-MON-RR
    NLS_DATE_LANGUAGE : NUMERIC DATE LANGUAGE
    NLS_LANG : SIMPLIFIED CHINESE_AMERICA.AL32UTF8
    NLS_NUMERIC_CHARACTERS : .,
    ORA_NLS10 : /u2/VIS/visappl/apps/tech_st/10.1.2/nls/data/9idata
    ORA_NLS_CHARSET_CONVERSION : [未设置]
    ORACLE_CONFIG_HOME : /u2/VIS/visappl/inst/apps/PROD_paleonode1/ora/10.1.3
    ORACLE_HOME : /u2/VIS/visappl/apps/tech_st/10.1.2
    ORACLE_PATH : [未设置]
    TNS_ADMIN : /u2/VIS/visappl/inst/apps/PROD_paleonode1/ora/10.1.2/network/admin
    TWO_TASK : PROD
    当前表单
    表单应用 : 应用对象程序库
    表单名 : FNDSCSGN
    表单路径 : UNKNOWN
    表单版本 : 12.0.14
    最后修改的表单 : $Date: 2006/11/03 07:43 $
    Scheme Display Profiles
    Java Look and Feel : ORACLE
    Java Color Scheme : SWAN
    Color Scheme Indicator : SWAN
    Indicator Colors : Y
    表单
    APPSTAND : 12.0.6
    FNDSCSGN : 12.0.14
    表单菜单
    FNDMENU : 12.0.2
    表单 PL/SQL
    APPCORE : 12.0.29.12010000.4
    CUSTOM : 12.0.0
    FNDSQF : 12.0.3
    GHR : 12.0.46.12010000.5
    GLOBE : 12.0.76.12010000.6
    GMS : 12.0.51.12010000.6
    IGILUTIL2 : 12.0.32
    IGILUTIL : 12.0.3
    OPM : 12.0.7.12010000.2
    PQH_GEN : 12.0.7
    PSA : 12.0.17
    PSAC : 12.0.5
    PSB : 12.0.2
    VERT1 : 12.0.0
    VERT2 : 12.0.0
    VERT3 : 12.0.0
    VERT4 : 12.0.0
    VERT5 : 12.0.0
    VERT : 12.0.0
    i still believe that my ebs is r12.1.1 and the patch 4440000.DRV make some part of my ebs back to 12.0.0.
    should i apply the new patch--6678700.drv to make it update to 12.1.1?
    thanks you always answer me,hussein.^ ^.
    there is no answer or reply in chinese forum....T T

  • To get some errors about group policy due to disabled an account

    Hello
    I have an active directory on windows 2012 datacenter. there is a domain on it. it works well.
    Also there is a another AD on another location.  there is another  domain on it. also it works too. 
    there is a trust relationship between 2 domains.
    I disabled an account on first AD server 4 days ago. and then my colleague who manages second AD, notified that started to recieve some errors from eventviewer and have an issue about their group policy.
    the issue event as below;
    The processing of Group Policy failed. Windows could not authenticate to the Active Directory service on a domain controller
    (LDAP Bind function call failed). Look in the details tab for error code and description.
    Event ID 1006
    Event Source Group Policy
    I think the concerning account was built on the second AD for a service. But we don't know how we can find the account on the second AD server in order to change it.
    How can I fix the issue?
    Thanks

    Hi Yavuz,
    >>But we don't know how we can find the account on the second AD server in order to change it.
    What account did we disable? We can check the error code (displayed as a decimal) and error description fields of Event ID 1006 to see if more information can be found.
    Regarding Event ID 1006, the following article can be referred to for more information.
    Event ID 1006 — Group Policy Preprocessing (Active Directory)
    https://technet.microsoft.com/en-us/library/cc727283(v=ws.10).aspx
    Best regards,
    Frank Shen
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Win 8.1//Recover error at fourth supplemental disc//Detect some error during PININST_BBV.

    Hii Team,
    Please find the product details for your need full:-
    Product number: F6C57PA#ACJ
    Product: HP ENVY TouchSmart 15-j109tx Notebook PC (ENERGY STAR)
    Issue- recovery attempt has failed select one of the three buttons.
    Below is the error log in the notepad:-
    [13:34:51.78] ChkErrBB.CMD :  Detect some error during PININST_BBV.
    [13:34:51.78] ChkErrBB.CMD :  Check c:\system.sav\logs\BurnBootWarn.log
    [13:34:51.78] ChkErrBB.CMD :  or, check c:\system.sav\logs\BurnBootMerge.log
    Tss to isolate the issue:- Bios updated no go, bios defaults no go, checked with another set of rcds but same issue on the fourth discs on different dvd's also.
    RCD kit Part#:-
    749548-D62
    749549-D62
    749550-D62
    752228-B22
    Error Comes at recovery dvd:- 752228-B22.
    HP Experts kindly intervene with the case for a way out from the issue asap.

    This is NOT official HP Customer Support and I, as most other persons on this forum, do not work for HP. This is a peer-to-peer user supported forum for HP consumer class products. HP maintains no official presence on this forum and it is unlikely that HP will respond in an official capacity. Any reply from a HP employee represents their own opinion and not that of HP's.
    Please see HP Forum thread Recovery - "Detect error during PININST_BBV – Fix: Set BIOS to Factory Defaults;
    1) Boot computer – immediately click / press F10 to get into the BIOS Manager.
    2) Press F9 to set the BIOS to factory default.
    3) Press F10 to "Save and Exit"
    4) Redo the Recovery – remember to leave the wireless light “on” during the Recovery
    Other thing to try: don't use the supplemental disc... set the system date in BIOS to 2012... run "Minimized Recovery" instead of "Factory Reset"
    I currently have the same issue with my HP 15t-j100 CTO and HP 13 Split x2 (both on loan from HP). I have tried various fixes/solutions posted on the forum, but haven't been successful in recovering my computers. In both cases I an using a USB Flash Drive set up as HP Recovery Media. It appears you are using an external CD/DVD drive and 4 DVDs as your HP Recovery Media. My computers display a "Restoration Incomplete" dialog box and CTOERROR.flg displays;
    Please contact HP in your country / region, via the HP Worldwide Support Portal, for official HP assistance.
    If you have any further questions, please don't hesitate to ask.
    Please click the White KUDOS "Thumbs Up" to show your appreciation
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • Detect some error during PININST_BBV HP envy-15035eo

    Hello!
    I just bought a new Samsung SSD 840EVO to my HP Envy-15035eo running Windows 8.1. I popped the SSD in to my computer an ran the recovery I bought from HP. After the computer reboots a couple of times the recovery restars and go back to the initall stepps of the recovery. Then if i pull out the USB-drive and reboot the computer ill get the message
    "The recovery attemt har failed. Select one of the following buttons: Save log , Details. Retry". If i press "Details" I will get the following message:
    "ChkErrBB.CMD : Detect some error during PININST_BBV.
    ChkErrBB.CMD : Check c:\system.sav\logs\BurnBootWarn.log
    ChkErrBB.CMD : or, check c:\system.sav\logs\BurnBootMerge.log"
    I have tried to do a recovery after I load setup deafaults in the BIOS and enabled Legacy support. I have even done a Start up test on the new SSD and it passes the test. 
    Any help would be greatfull! Thanks!

    1) Try Recovery - "Detect error during PININST_BBV – Fix: Set BIOS to Factory Defaults
    •Boot computer – immediately click / press F10 to get into the BIOS Manager.
    •Click on F9 to set the BIOS to factory default.
    •Save and Exit
    •Redo the Recovery – remember to leave the wireless light “on” during the Recovery... Didn't work for me
    2) Set System Date to 8/4/2012 and Redo Factory Reset and System Recovery... Didn't work for me
    Ignition75 states "I managed to get the recovery to work, by changing the system date in BIOS to 2012."
    3) Set BIOS to factory default, System Date to 8/4/2012 and performed Minimized Recovery (based on one of these posts)... Successful Minimized Recovery... Set BIOS to factory default, System Date to 8/4/2012 and performed Factory Reset... SUCCESS
    Don't know what, how, or why it worked... but it worked.
    Please try the above suggestions and report back with your findings.
    If you have any further questions, please don't hesitate to ask.
    Please click the White KUDOS "Thumbs Up" to show your appreciation
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • "Detect some error during PININST_BB​V."

    I am still working on the recovery from this problem which AxshunJaxun was able to help me correctly diagnose.
    I have since received Recovery Media from HP and purchased a new HDD which should be an improvement over the factory part. And, I have spent part of yesterday and most of today working on the recovery process with no success (multiple failed attempts).
    I keep getting a "recovery failed" message from the Recovery Manager application with the specific detail message of:
    [ 2:37:49.82] ChkErrBB.CMD : Detect some error during PININST_BBV.
    [ 2:37:49.82] ChkErrBB.CMD : Check c:\system.sav\logs\BurnBootWarn.log
    [ 2:37:49.82] ChkErrBB.CMD : or, check c:\system.sav\logs\BurnBootMerge.log
    (The two .LOG files do not exist on the C: partition which is there.)
    I have followed the process (had to initially hit ESC instead of F2) laid out by anthony82 and encountered no errors on the memory and HDD tests.
    According to this post this is likely a problem with the Recovery Media from HP. Has anyone else seen this type of problem and determined that to be the case as well?
    This question was solved.
    View Solution.

    DarkSetz wrote:
    I am still working on the recovery from this problem which AxshunJaxun was able to help me correctly diagnose.
    I have since received Recovery Media from HP and purchased a new HDD which should be an improvement over the factory part. And, I have spent part of yesterday and most of today working on the recovery process with no success (multiple failed attempts).
    I keep getting a "recovery failed" message from the Recovery Manager application with the specific detail message of:
    [ 2:37:49.82] ChkErrBB.CMD : Detect some error during PININST_BBV.
    [ 2:37:49.82] ChkErrBB.CMD : Check c:\system.sav\logs\BurnBootWarn.log
    [ 2:37:49.82] ChkErrBB.CMD : or, check c:\system.sav\logs\BurnBootMerge.log
    (The two .LOG files do not exist on the C: partition which is there.)
    I have followed the process (had to initially hit ESC instead of F2) laid out by anthony82 and encountered no errors on the memory and HDD tests.
    According to this post this is likely a problem with the Recovery Media from HP. Has anyone else seen this type of problem and determined that to be the case as well?
    http://h30434.www3.hp.com/t5/Notebook-Recovery/dv4​-ChkErrBB-CMD-Detect-some-error-during-PININST-BBV​...
    "Here is how you fix it. When you boot up your computer hit F10 that will take you to the BIOS manager. then hit F9 to set BIOS to factory default save and exit then do recovery.  Worked for me and it only took me 3 weeks to figure it out lol."
    Dv6-7000 /Full HD/Core i5-3360M/GF 650M/Corsair 8GB/Intel 7260AC/Samsung Pro 256GB
    Testing - HP 15-p000
    HP Touchpad provided by HP
    Currently on Debian Wheeze
    *Please, help other users with the same issue by marking your solved topics as "Accept as Solution"*

  • Detect some error during PININST_BBV

    Hi All,
    I sold my HP Envy 17" via eBay, before I shipped it I did a recovery, to give the customer that new laptop experience, it worked OK however windows wouldn't activate.  Microsoft kept saying it's locked by a 3rd party.  The customer returned the laptop, I gave a refund, and now I'm trying to sort the issue out.
    HP sent out recovery disks, now, when I'm trying to perform the recovery, towards the end of the recovery I'm getting the "Detect some error during PININST_BBV" message.
    I've tried resetting BIOS to defaults.
    I've tried turning on legacy boot in BIOS.
    I'm out of options, I don't want to call HP support because it's just too painful a process.
    Has anyone got any ideas?
    Thanks.

     When requesting assistance, please provide the complete model name and product number (p/n) of the HP computer in question. HP/Compaq makes thousands of models of computers. Without this information it may be difficult or impossible to assist you in resolving your issue.
    The above requested information can be found on the bottom of your computer, inside the battery compartment or on the startup BIOS screen. Please see How Do I Find My Model Number or Product Number? for more assistance locating this information. DO NOT include your serial number. Please enter the model/product information into HP's Online Consumer Support page and post it here for our review.
    Tried Recovery - "Detect error during PININST_BBV – Fix: Set BIOS to Factory Defaults
    •Boot computer – immediately click / press F10 to get into the BIOS Manager.
    •Click on F9 to set the BIOS to factory default.
    •Save and Exit
    •Redo the Recovery – remember to leave the wireless light “on” during the Recovery... Didn't work for me
    Set System Date to 8/4/2012 and Redo Factory Reset and System Recovery... Didn't work for me
    Set BIOS to factory default, System Date to 8/4/2012 and performed Minimized Recovery (based on one of these posts)... Successful Minimized Recovery... Set BIOS to factory default, System Date to 8/4/2012 and performed Factory Reset... SUCCESS
    Don't know what, how, or why it worked... but it worked.
    Please try the above suggestions and report back with your findings.
    If you have any further questions, please don't hesitate to ask.
    Please click the White KUDOS "Thumbs Up" to show your appreciation
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • Dv4 ChkErrBB.CMD: Detect some error during PININST_BBV.

    I was trying to restore my computer and I keep getting an error. ChkErrBB.CMD: Detect some error during PININST_BBV. I have made sure the Sufi is turned on and tryed the ctr-alt-del at the error message but it wont open the task manager so I can end the setup process. I have tried to restore the machine like 6 times.
    Computer is a dv4-1551dx using factory restore disk. On a side note I have restored successfuly before with the same disk about a year ago.

    I see everyone is having the same problem, and HP Tech Support is no help at all.  Here is how you fix it. When you boot up your computer hit F10 that will take you to the BIOS manager. then hit F9 to set BIOS to factory default save and exit then do recovery.  Worked for me and it only took me 3 weeks to figure it out lol.

  • [SOLVED] shutdown computer with some errors

    Hello.
    I have no serious problem with my computer, just after some journalctl random check I noticed that when I shutdown or reboot my computer, journalctl get the following problem:
    Mar 01 10:41:46 LenovoArch dhcpcd[534]: enp6s0: removing interface
    Mar 01 10:41:46 LenovoArch systemd[1]: wicd.service: main process exited, code=exited, status=1/FAILURE
    Mar 01 10:41:46 LenovoArch systemd[1]: Unit wicd.service entered failed state.
    Mar 01 10:41:46 LenovoArch systemd[1]: wicd.service failed.
    Mar 01 10:41:46 LenovoArch systemd[1]: Stopped (with error) /dev/mapper/sw.
    Mar 01 10:41:46 LenovoArch systemd[1]: Stopped (with error) /dev/disk/by-uuid/af2374d1-5339-4471-9e6a-5798f5ef0943.
    Mar 01 10:41:46 LenovoArch systemd[1]: Stopped (with error) /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-sw.
    Mar 01 10:41:46 LenovoArch systemd[1]: Stopped (with error) /dev/disk/by-id/dm-name-sw.
    Mar 01 10:41:46 LenovoArch systemd[1]: Stopped (with error) /dev/dm-1.
    Mar 01 10:41:46 LenovoArch systemd[1]: Stopped (with error) /sys/devices/virtual/block/dm-1.
    Mar 01 10:41:46 LenovoArch mkinitcpio[1390]: ==> Starting build: none
    Mar 01 10:41:47 LenovoArch mkinitcpio[1390]: -> Running build hook: [sd-shutdown]
    Mar 01 10:41:47 LenovoArch mkinitcpio[1390]: ==> Build complete.
    Mar 01 10:41:47 LenovoArch systemd[1]: Shutting down.
    Well, I can see two issues.
    One for wicd.service which I don't mind.
    Second that there are some errors (umounting?) my encrypted disks.
    The strange thing is that these locations are invalid.
    My /dev/disk/* is:
    disk/by-id:
    total 0
    lrwxrwxrwx 1 root root 9 Mar 1 10:42 ata-WDC_WD5000LPVX-00V0TT0_WD-WX71A1408071 -> ../../sda
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 ata-WDC_WD5000LPVX-00V0TT0_WD-WX71A1408071-part1 -> ../../sda1
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 ata-WDC_WD5000LPVX-00V0TT0_WD-WX71A1408071-part2 -> ../../sda2
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 ata-WDC_WD5000LPVX-00V0TT0_WD-WX71A1408071-part3 -> ../../sda3
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 ata-WDC_WD5000LPVX-00V0TT0_WD-WX71A1408071-part4 -> ../../sda4
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 ata-WDC_WD5000LPVX-00V0TT0_WD-WX71A1408071-part5 -> ../../sda5
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 ata-WDC_WD5000LPVX-00V0TT0_WD-WX71A1408071-part6 -> ../../sda6
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 ata-WDC_WD5000LPVX-00V0TT0_WD-WX71A1408071-part7 -> ../../sda7
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 dm-name-data -> ../../dm-2
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 dm-name-root -> ../../dm-0
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 dm-name-sw -> ../../dm-1
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 dm-uuid-CRYPT-LUKS1-2b7a4765f06144d2b94ebb2975fe4aa8-data -> ../../dm-2
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 dm-uuid-CRYPT-LUKS1-6282b8d9b3f24e1192486bfcb8d0e777-root -> ../../dm-0
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 dm-uuid-CRYPT-PLAIN-sw -> ../../dm-1
    lrwxrwxrwx 1 root root 9 Mar 1 10:42 wwn-0x50014ee6aef8ce92 -> ../../sda
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 wwn-0x50014ee6aef8ce92-part1 -> ../../sda1
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 wwn-0x50014ee6aef8ce92-part2 -> ../../sda2
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 wwn-0x50014ee6aef8ce92-part3 -> ../../sda3
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 wwn-0x50014ee6aef8ce92-part4 -> ../../sda4
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 wwn-0x50014ee6aef8ce92-part5 -> ../../sda5
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 wwn-0x50014ee6aef8ce92-part6 -> ../../sda6
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 wwn-0x50014ee6aef8ce92-part7 -> ../../sda7
    disk/by-label:
    total 0
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 boot-1 -> ../../sda1
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 boot-2 -> ../../sda2
    disk/by-uuid:
    total 0
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 12364cfc-b703-4b70-8e1f-a63bc8b5717b -> ../../dm-0
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 1ca5bf46-7d91-4356-9f7f-71fa65cb1d9d -> ../../sda2
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 2b7a4765-f061-44d2-b94e-bb2975fe4aa8 -> ../../sda7
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 47a6cdfb-60f4-4f74-8f9f-2dc3dcd23599 -> ../../dm-2
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 4c8b493d-c250-44c9-8962-02bf816cdc09 -> ../../sda5
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 5a781d6b-4f58-481d-92c2-8113efdb80c8 -> ../../sda1
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 6282b8d9-b3f2-4e11-9248-6bfcb8d0e777 -> ../../sda6
    lrwxrwxrwx 1 root root 10 Mar 1 10:42 e6017dac-c2ea-43e1-b229-d82905374161 -> ../../dm-1
    My cryptab is:
    sw /dev/disk/by-id/ata-WDC_WD5000LPVX-00V0TT0_WD-WX71A1408071-part3 /dev/urandom swap,cipher=aes-cbc-essiv:sha256,size=256
    data /dev/disk/by-id/ata-WDC_WD5000LPVX-00V0TT0_WD-WX71A1408071-part7 none
    And my fstab is:
    /dev/mapper/root ext4 defaults 0 1
    /dev/sda2 /boot ext4 defaults 0 2
    /dev/mapper/sw none swap swap 0 0
    /dev/mapper/data /home ext4 defaults 0 3
    Any idea how to fix it?
    Thank you.
    Last edited by alex.theoto (2015-05-02 15:42:40)

    Problem solved after the upgrade of systemd version 219-5
    There were very few cases on shutdown with no error on version 218 but from 219 I haven't see that problem.
    I think it is solved.

  • And it wont let me restore it due to some error.

    I forgot my ipod touch password it is the current version  and it wont let me restore it due to some error please help.

    Take this support document and look up some error. Resolve iOS update and restore errors - Apple Support

  • Themes invisible, blank pages, colours not right, looks like a graphic error, but isn't one

    hey there
    Keynote '08 (used on a 10.6.8 Mac OS X) doesn't work anymore. The only thing that works and looks as it should is the window itself with all the buttons and stuff.
    I choose a theme and want to start working and all I can see is a blank page...no background,no letters etc.
    I cannot see what I'm writing (cause everything's in white), only when I mark the letters I can see them. When I start the presentation I can either see nothing at all or a very ugly version of the theme and words, that looks as if the graphic card of my Mac had crashed. I cannot even choose different font colours...everything's just white.
    Some of the themes appear....but a theme that's supposed to be in blue appears green....and so on. It's so strange!
    Already finished keynotes can be opened with the app, but look the same. Everything looks like a graphic error so to speak. Pictures look as if they were a negative of the original picture.
    The only way to look at an existing keynote is by using "preview" in the finder.
    I've already deinstalled the software and put it on again.
    Nothing changed...
    I just don't know what's going on here....
    Any ideas?? :-(

    I have the same issue. Can somebody help, please.

  • Can anyone help me?Creating the shadow copies in the file server cluster ,there are some errors occured, OS version is WSS 2012

    I construct a failover cluster(file server,AP module) for sharing files by WSS 2012,and I want to use the shadow copies to backup my data,but when making  a shadow copies on the volume which  is added to the cluster(not the CSV,just add
    it to the cluster and use it to share files,it plays the role of file server),there are some errors occured, these errors result in the shadow copies failed,error likes the following pictures:
    1: the disk F is added to the cluster,first I make the shadow copies by click the right key of mouse on the disk F,and chouse the configeration shadow copies,and click the settings, then click the schedule , and I wait just a few seconds, the error is appeared,like
    this picture 1, the wait operation timed out,and then ,
    I click the schedule button once again,a different error occured,like the following picture," the object already exists",if i don't set the schedule at first ,use the default shedule,and click the enable button also the same  error must 
    accure
    but the only diffrence is that, a shadow copy time point is created, also ,you can make the shadow copies by click " create now", that is creating the shadow copies manually. Although it can succesfully make the shadow copies, but when I select
    a time point to revert, error  occured, "A volume that contains operating system files or resides on a cluster shared disk cannot be reverted" 
    In a word,all the errors above make the shadow copies by schedulling failed,except making the shadow copies manually,but what makes me confused is that I have ever maked the shadow copies succesfully by schedul a policy,I don't know what makes it succesful,
    it's small probability, most of time ,it's failed.No matter what kind of situation, revert must be failed.
    I'm sorry for my pool english , it's the first time for me getting help in forum by english ,I don't know if I descripe my question clearly, also ,other method like the link
    http://technet.microsoft.com/en-us/library/cc784118(v=ws.10).aspx I have tried,but the same errors occured.Can anyone tell me How can I make the shadow copies in File Server
    cluster(AP module)?And I make a mistake in operating? Looking forward for your reply.Thanks!

    Hi,
    Please check the following 2 places:
    HKEY_LOCAL_MACHINE\Cluster\Tasks
    C:\Windows\System32\Tasks
    First please compare permission settings of the folder C:\Windows\System32\Tasks with a working computer. Correct permission settings if anything wrong. Specifically, confirm you current account do have permission on this folder.
    As it said "object already exists", find the schedules you created before, backup and delete all these schedules in both registry key and folder.
    Then test to create a new schedule to see if issue still exists.
    Meanwhile what kind of storage device you are using? The issue could occur on specific storage device, so test to enable shadow copy on a local disk to see if that will work.
    TechNet Subscriber Support in forum |If you have any feedback on our support, please contact [email protected]
    Thank you for you reply.On the local volume,all of these errors will not occur, but the volume in the file server cluser.There is no value in HKEY_LOCAL_MACHINE\Cluster\Tasks. On local volume, everything goes well about the shadow copy, so I do not
    think something is wrong about the permission settings of the folder C:\Windows\System32\Tasks.Storage device  is a SAN,we use RAID6 and provide the LUNs to the NAS engine, and the make the volume on these LUNs, Is Angthing wrong? Hope for you
    reply~~

  • In SD i am looking to add some

    In SD i am looking to add some custom fields to the delivery document. can any one help me out
    document. can any one help me out

    Check out some of badis or an userexits .
    These are list of userexits and enhancement ,
    V02V0001            Sales area determination for stock transport order
    V02V0002            User exit for storage location determination
    V02V0003            User exit for gate + matl staging area determination (headr)
    V02V0004            User Exit for Staging Area Determination (Item)
    V50PSTAT            Delivery: Item Status Calculation
    V50Q0001            Delivery Monitor: User Exits for Filling Display Fields
    V50R0001            Collective processing for delivery creation
    V50R0002            Collective processing for delivery creation
    V50R0004            Calculation of Stock for POs for Shipping Due Date List
    V50S0001            User Exits for Delivery Processing
    V53C0001            Rough workload calculation in time per item
    V53C0002            W&S: RWE enhancement - shipping material type/time slot
    V53W0001            User exits for creating picking waves
    VMDE0001            Shipping Interface: Error Handling - Inbound IDoc
    VMDE0002            Shipping Interface: Message PICKSD (Picking, Outbound)
    VMDE0003            Shipping Interface: Message SDPICK (Picking, Inbound)
    VMDE0004            Shipping Interface: Message SDPACK (Packing, Inbound)
    Please reward if useful.

Maybe you are looking for