How to create a supervised model

I am currently using the Data Mining plug-in for Excel 2010 and want to perform a Logistic Regression on my continuously variable data (see sample below). I need to be able to specify my testing and training sets instead of letting them be sampled randomly.
I have a group of known samples that are classified as either "good" or "bad". I want to have my unknown samples compared against those with a probability being returned as the answer.
For my unknowns I want to know, "how much like "good" are you"? (or, inversely, how much like "bad" are you)
Is there a way to do this using the data mining plug-in? I'd be ok considering another modeling method like linear regression or discriminant analysis if it allowed me to explicitly define my training and testing sets. 
Any help is appreciated. Thank you.
Data has previously been normalized and mean centered. These are the Principal Components shown below for a small portion of the entire dataset. 
Sample #
0=bad, 1=good,2=unknown
Variables
Results
NAME
Model 1
Comp 1
Comp 2
Comp 3
Comp 4
Comp 5
Comp 6
Comp 7
I'd like this to be a % of likeness to the knowns in Model 1
617516
0
-0.916107311
-2.907019329
-0.386193074
0.010947358
-0.110216145
0.730873815
0.551078623
617546
0
-1.031915305
-2.965915945
-0.548231001
0.379447721
-0.154931619
0.715478249
0.286960877
617555
0
-1.263709462
-3.478320975
-1.356823523
1.02248616
-0.856774735
1.482654401
0.921435496
617582
0
-0.656486974
-2.637827981
-1.261605225
0.532302462
-0.622469049
0.59821262
0.259893692
617590
0
-1.103350632
-3.289808275
-1.148643476
0.699382468
-0.519911744
0.380458711
0.427605307
617673
0
-1.233935709
-3.737682856
-1.293578658
1.071705973
-0.78040876
1.510824827
0.905452797
617718
0
-1.090107352
-3.319080085
-1.048197119
0.654218301
-0.567695873
1.313550147
0.786256248
617727
0
-0.986595723
-3.135092071
-0.945235883
0.800872073
-0.254398557
0.747136397
0.663286033
617522
1
-0.576636127
0.521072333
-0.747333772
-0.045889624
0.538235175
-3.7299519
0.203131122
617527
1
-0.404248774
1.706224742
-2.569344191
0.387388147
0.433836208
-6.34205826
0.192995792
617556
1
1.166218247
7.116743833
-1.602940045
-0.014579349
1.478978064
-6.196589755
0.159743328
617801
1
0.073303693
0.626200938
-1.697171796
0.422701473
0.004848569
-2.162144723
0.228553292
617822
1
0.04415409
3.138271568
-2.557380114
0.387112799
-0.660616692
-2.631673627
0.069927112
617502
2
-1.068141407
-3.175479266
-0.516420759
-0.940923118
-0.84192467
-0.879909759
-0.976066322
617578
2
-0.993197082
-3.12703711
-0.729230346
0.259601228
-0.320598566
-0.477594866
-0.013068921
617682
2
-0.257768023
-0.849427062
-1.116404177
0.000126301
-0.397355459
-0.740577106
-0.106195844
617690
2
0.6818219
0.461860438
0.579777602
-0.617602978
0.946662493
-0.247836416
1.005132249
617714
2
-1.236372771
-3.302038263
-0.873446202
0.173974952
-0.667124663
0.741094206
0.410314513
617821
2
-1.154885586
-3.079018462
-0.851889295
0.191766061
-0.494292973
0.024712442
0.139506758
617530
2
-1.134305671
-2.869841446
0.123132194
0.805394845
0.483541266
1.964873912
0.645114383
617570
2
-0.929589645
-0.990353205
3.406571105
0.353271056
2.841960209
2.12507204
-0.230359666
617589
2
-1.224287684
-3.03333531
-1.154166375
1.086239238
-0.523339255
1.487727212
0.960425484
617592
2
-1.05952018
-3.047829221
-0.727733722
0.137777449
-0.600521473
0.584563832
0.301934277
617611
2
-1.285792233
-3.872785667
-1.567271213
1.659942264
-0.871941777
2.099312456
1.165693173
617612
2
-1.13551359
-2.721018286
-1.345309836
0.622921781
-0.722306968
0.474448878
0.490569004
617621
2
-0.786198074
-3.004610235
-0.756670503
0.609056232
-0.530627604
1.241651263
-0.202863864
617627
2
-1.062369928
-2.879779162
-0.090590432
0.830876058
-0.157458801
2.07564873
0.319954524
617631
2
-1.21731161
-3.751622235
-1.255003458
1.459091915
-0.556321804
1.929995455
1.242320867
617640
2
-0.681642278
-2.392525972
-0.432341219
0.157059038
-0.119046714
0.662413456
-0.154063057

Hi Facedown12,
Does the issue resolved based on the Tatynan's suggestion? If the issue persists, please post the detail information about
your issue, so that we can make further analysis.
Regards,
Katherine Xiong
Katherine Xiong
TechNet Community Support

Similar Messages

  • How to create good object model?

    Does anybody know how to create good object model?
    Again and again I have to create different object models in various projects. I have to solve a lot of problems.
    - Define all entities
    - Create objects for it
    - Define relations (ususlly i use SQL Databases)
    - Define methods to load/edit/save/delete entities.
    - Define methods to search and featch set of entities
    - Define events for entities (fired when it change)
    - the biggest problem is the events for collections. If i got the collection of entities for filter [FirstName = 'Sam'] i want to recieve event NewEntityAdded(), when new entity with FirstName='Sam' is created. But i want not to recieve event when that new entity's FirstName = 'Jack'.
    Do anybody know good book or set of articles for such a questions?

    Hi Facedown12,
    Does the issue resolved based on the Tatynan's suggestion? If the issue persists, please post the detail information about
    your issue, so that we can make further analysis.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How to create a bc model for sharepoint 2013 that consume data from two Sql tables?

    Hi everyone!!!
    I have created several external contents using SQL Server databases as datasource. The thing is every time I created one, only consume one table and define operations for that table. I would need to create an external content that can contain the
    information of two tables. I tried to export the bdc model and type the query using left joins but nothing happens...I did it in that way for sharepoint 2007 and works!!!
    I know if a create a view in the database I can have the data that I want and I can create the external content using the view. But the thing is I don't have access to the database for creating anything, just read it.
    can anybody can help me, please?
    Thanks.

    Please follow this article to write SSRS reports with data source as SharePoint list/calendars etc. All document libraries, list and calendars are derived from base list class so you can use any of this type as a data source
    http://www.mssqltips.com/sqlservertip/2068/using-a-sharepoint-list-as-a-data-source-in-sql-server-reporting-services-2008-r2/
    Once your SSRS report is developed, you have multiple ways to show it in SharePoint
    - upload to SSRS server and show in sharepoint in a page viewer web part or simply open it as a link in new window
    - configure SharePoint environment with integration to SSRS and upload report to SharePoint library. Display report in a web part page using SSRS web part.
    Moonis Tahir MVP SharePoint,MCTS SharePoint 2010/2007, MCPD.net, MCSD.net, MCTS BizTalk 2006,SQL 2005

  • How to create process train model in jheadstart

    Hello
    im trying to create a process train model through jheadstart but i can't
    please if there is any idea about this help me

    Hello,
    In JHeadstart you can create a wizard that contains a process train model. The JHeadstart Developers Guide that comes with your download of JHeadstart contains the documentation you need to create such a wizard.
    Hope this helps,
    Evert-Jan de Bruin

  • How to create LOV not based on a View Object attribute?

    Hi,
    I am creating a handed-made search form and I want to create an af:inputListOfValues.
    I have :
    - a read-only-view-object to get the LOV values from BD.
    - af:inputListOfValues tag (droped from Component Palette).
    How can I create the listOfValuesModel in Bindings layer? (the inputListOfValues is not based on a View Object attribute).

    Sorry, I think I am not very clear in my posts.
    My requirement is to create a LOV but I have no ViewObject. I just want an input (not based on a view object attribute), alone, but with a LOV (where lov's datas are get from a view object).
    In a "normal" LOV I would have something like this :
    in jsff :
    <af:inputListOfValues id="departmentIdId"
                                popupTitle="Search and Select: #{bindings.DepartmentId.hints.label}"
                                value="#{bindings.DepartmentId.inputValue}"
                                label="#{bindings.DepartmentId.hints.label}"
                                model="#{bindings.DepartmentId.listOfValuesModel}"
                                required="#{bindings.DepartmentId.hints.mandatory}"
                                columns="#{bindings.DepartmentId.hints.displayWidth}"
                                shortDesc="#{bindings.DepartmentId.hints.tooltip}">
            <f:validator binding="#{bindings.DepartmentId.validator}"/>
            <af:convertNumber groupingUsed="false"
                              pattern="#{bindings.DepartmentId.format}"/>
          </af:inputListOfValues>in pageDef :
    <listOfValues StaticList="false" IterBinding="EmployeesView1Iterator"
                      Uses="LOV_DepartmentId" id="DepartmentId"/>in model layer : a view object (EmployeeView) with view accessor and LOV based attribute, and a read only view object (DepartmentRVO) to get datas for the LOV.
    But in my case I have no ViewObject, so I don't know how to create the listOfValuesModel in fragment pageDef.
    I have :
    <af:inputListOfValues label="Label 1"
                                    popupTitle="Search and Result Dialog"
                                    id="ilov1" model="here I want to point to a listOfValuesModel but I don't know how to create it"/>in pageDef : the listOfValuesModel but I don't know how to create it.
    in model layer : just a read only view object (like DepartmentRVO), to get the datas for the LOV.
    Edited by: h0s on 29 févr. 2012 00:31

  • Create a business model when we have only one source table

    Hi,
    How to create a business model when we have only one source table in Physical layer
    Regards
    Swathi

    This is very much possible and feasible. Its called as Single Table model. Good example is SA System Subject Area where we just have a single physical source. No need to create Alias in Physical. Simply use the same table twice in BMM with one Logical Table as Dummy Fact..Like say Count of Users (aggregated). Then apply normal Complex join in BMM and present in presentation layer.
    http://gerardnico.com/wiki/dat/obiee/single_table_model
    http://gerardnico.com/wiki/dat/obiee/sasystem

  • How can I create a host name site collection when I have a 443 web application already created for App model?

    Hi all,
    I have a 2013 farm set up with the App model
    1 web application for path based site collection using host name
    1 web application with SSL (no host name)
    1 web application for mysite
    My business request is that  I need to migrate SSL enabled 2007 content to this farm and use host name site collections.  I tried to create one more web application for this without any luck (the 443 IIS folder is already used by another web application). 
    I thought I bind the previous 443 web application with another IP address should be fine.  Seems like the IIS site is taken (https://server name:443) so it will not let me create one more.  How can I solve this problem so I can create the web application
    to host those host name site collections?  Any suggestion is greatly appreciated.
    Thanks in advance.
    Sally

    Hi Trevor,
    Thanks again for your quick reply.  I try the option 2 right after your post.  I use my front end server name for public URL (https://WFEName:443) and it fails again.  The error message is:
    The directory C:\inetpub\wwwroot\wss\VirtualDirectories\443 is already being used by another IIS Web Site.  Choose a different root directory for your new Web application.
    After reading more, I saw mix Hosted Name Site collection and Path-based site collection aren't recommended.  Unfortunately I already have Path-based site collection created with App model web application
    (the web application without host name) in my farm.  In my Option 2, that web application without host name is used for App routing.  This takes the root folder 443 which will not allow any other web application to use the same name again. 
    Does that mean we can't create Host Named Site collection in the same farm?  Is there any configuration I need to check?
    Thanks again.
    Sally

  • How to create a Document Set in SharePoint 2013 using JavaScript Client Side Object Model (JSOM)?

    Hi,
    The requirement is to create ""Document Sets in Bulk" using JSOM. I am using the following posts:-
    http://blogs.msdn.com/b/mittals/archive/2013/04/03/how-to-create-a-document-set-in-sharepoint-2013-using-javascript-client-side-object-model-jsom.aspx
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/1904cddb-850c-4425-8205-998bfaad07d7/create-document-set-using-ecma-script
    But, when I am executing the code, I am getting error "Cannot read property 'DocumentSet' of undefined "..Please find
    below my code. I am using Content editor web part and attached my JS file with that :-
    <div>
    <label>Enter the DocumentSet Name <input type="text" id="txtGetDocumentSetName" name="DocumentSetname"/> </label> </br>
    <input type="button" id="btncreate" name="bcreateDocumentSet" value="Create Document Set" onclick="javascript:CreateDocumentSet()"/>
    </div>
    <script type="text/javascript" src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.2.min.js"> </script>
    <script type="text/javascript">
       SP.SOD.executeFunc('sp.js','SP.ClientContext','SP.DocumentSet','SP.DocumentManagement.js',CreateDocumentSet);
    // This function is called on click of the “Create Document Set” button. 
    var ctx;
    var parentFolder;
    var newDocSetName;
    var docsetContentType;
    function CreateDocumentSet() {
        alert("In ClientContext");
        var ctx = SP.ClientContext.get_current(); 
        newDocSetName = $('#txtGetDocumentSetName').val(); 
        var docSetContentTypeID = "0x0120D520";
        alert("docSetContentTypeID:=" + docSetContentTypeID);
        var web = ctx.get_web(); 
        var list = web.get_lists().getByTitle('Current Documents'); 
        ctx.load(list);
        alert("List Loaded !!");
        parentFolder = list.get_rootFolder(); 
        ctx.load(parentFolder);
        docsetContentType = web.get_contentTypes().getById(docSetContentTypeID); 
        ctx.load(docsetContentType);
        alert("docsetContentType Loaded !!");
        ctx.executeQueryAsync(onRequestSuccess, onRequestFail);
    function onRequestSuccess() {       
        alert("In Success");
        SP.DocumentSet.DocumentSet.create(ctx, parentFolder, newDocSetName, docsetContentType.get_id());
        alert('Document Set creation successful');
    // This function runs if the executeQueryAsync call fails.
    function onRequestFail(sender, args) {
        alert("Document Set creation failed" + + args.get_message());
    Please help !!
    Vipul Jain

    Hello,
    I have already tried your solution, however in that case I get the error - "UncaughtSys.ArgumentNullException: Sys.ArgumentNullException:
    Value cannot be null.Parameter name: context"...
    Also, I tried removing SP.SOD.executeFunc
    from my code, but no success :(
    Kindly suggest !!!
    Vipul Jain

  • How to create a model access class ???

    HI,
          Can somebody tell me how to create a Model Access Class. In the Application Set, i can find the Model Access folder, but it has a list of application sets which is already created and the system asks to select a Application set. I need to create a new application set. Please help.
    Regards,
    Shiny

    Hi Shiny,
    I would suggest you not to create a new application set.
    If you are enhancing a standard PCUI application, i would suggest you to create new model access classes and assign them to the same application set which is assigned with the standard model access class for that application.
    Creating a model access class can be done through the transaction SE24(like any other Z-class).
    Go to transaction CRMC_BLUEPRINT_C and you could assign this newly created Model access class to the standard application set. This can be done under Application Element->Application Set->MOdel Access Class.
    If you still feel the need to create a new application set altogether, it can be done from Trx CRMC_BLUEPRINT_C->Layout of PCUI-> Application Element->Application set.
    I hope it helps.
    Cheers,
    Gyan.

  • How do you create Client Data Model Definition (cpx) in 10.1.2  struts proj

    I recently upgraded to 10.1.2 and am starting a new project with a BC4J model project and a struts view project, for the life of me I can't see how to create a New Client Data Model Definition in 10g! Searching through the help I couldn't find a clear answer either. Anyone? I must be missing something simple.

    Anyone know what I'm talking about?

  • How to Create Model?

    How to Create Model in VC using R/3 System?
    I want to use all Function Module from R/3 by creating Model

    Hi,
    For that you have to create system for R/3 in portal.
    Refer the following link for creating system and model
    <a href="/people/marcel.salein/blog/2007/03/14/how-to-create-a-portal-system-for-using-it-in-visual-composer">/people/marcel.salein/blog/2007/03/14/how-to-create-a-portal-system-for-using-it-in-visual-composer</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6209b52e-0401-0010-6a9f-d40ec3a09424">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6209b52e-0401-0010-6a9f-d40ec3a09424</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/68/7e7d404d84cf62e10000000a155106/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/68/7e7d404d84cf62e10000000a155106/content.htm</a>
    Regards,
    Hemalatha

  • How to create ArrayColletion in mx:Script from mx:Model id="results" source="/data/data.xml" /

    How to create ArrayColletion in mx:Script from <mx:Model
    id="results" source="/data/data.xml" />
    Please see my code:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute">
    <mx:Model id="results" source="/data/data.xml" />
    <mx:Script>
    import mx.collections.ArrayCollection;
    import mx.utils.ArrayUtil;
    import mx.controls.Alert;
    </mx:Script>
    <mx:ArrayCollection id ="dt1"
    source="{ArrayUtil.toArray(results.result)}"/>
    <mx:Script><![CDATA[
    [Bindable]
    public var expenses:ArrayCollection = dt1;
    [Bindable]
    public var expenses2:ArrayCollection = dt1;
    [Bindable]
    public var dp:ArrayCollection=expenses;
    public function changeDataProvider():void{
    Alert.show(expenses.toString());
    if (dp==expenses){
    dp=expenses2;
    }else{
    dp=expenses;
    ]]></mx:Script>
    <mx:Panel x="10" y="10" width="100%" height="378"
    layout="absolute">
    <mx:ColumnChart dataProvider="{dt1}" x="10" y="10"
    id="myChart" height="318" width="100%">
    <mx:horizontalAxis>
    <mx:CategoryAxis categoryField="month"/>
    </mx:horizontalAxis>
    <mx:series>
    <mx:ColumnSeries displayName="apple" yField="apple"/>
    <mx:ColumnSeries displayName="orange"
    yField="orange"/>
    <mx:ColumnSeries displayName="banana"
    yField="banana"/>
    </mx:series>
    </mx:ColumnChart>
    <mx:Legend dataProvider="{myChart}" x="481" y="10"/>
    </mx:Panel>
    <mx:Button x="284" y="416" label="Change Data" id="bt"
    click="changeDataProvider()" />
    </mx:Application>

    Tracy,
    Thanks. That worked. However I have another related question:
    I convert the xml feed to a XMLListCollection by doing:
    <mx:XMLListCollection id="mission"
    source="{xmlFeed.lastResult.day}"/>
    and
    <mx:XMLListCollection id="mission1"
    source="{xmlFeed.lastResult.day.tBlock}"/>
    On the chart I have
    <mx:ColumnChart id="missionReadiness" height="150%"
    width="100%"
    paddingLeft="2" paddingRight="2"
    showDataTips="true" dataProvider="{mission1}">
    <mx:series>
    <mx:ColumnSeries xField="" yField="@today"
    displayName="Today"/>
    <mx:ColumnSeries xField="" yField="@tomorrow"
    displayName="Tomorrow"/>
    <mx:ColumnSeries xField="" yField="@afterT"
    displayName="After Tomorrow"/>
    </mx:series>
    </mx:ColumnChart>
    the yField works, but for the xField I want to have the @date
    but refers to the parent node, so I am clueless on how to refer to
    it.
    Also, I would like to display on the chart only the values to
    a specific date (like @date="05/17/2007").
    Any suggestions on how to do that?
    Gilbert

  • How manage unsubscribers from Target Groups created in Graphical Modeler

    We have a communications database which I've created in Graphical Modeler. I have used a SMB filter and then subtract a 'Do not Contact' filter.
    How can I manage those contacts who do not want to receive these email campaigns? In general: how can we manage unsubscribes when creating Target Groups in GM?
    Best,
    Siegbert

    HI
        in gui u have to create target group in tcode crmd_mktseg  create profile  create target group and copy attribute list of existingif needed create filters  and go for web ui create profile set and go for graphical modler and take ur attribute list and drag and drop u can split or rejoin merge target groups i think it is use full
                                                                                    abhinav

  • How to create an interactive 3D model? Which software should we need to do that?

    How to create an interactive 3D model? Which software should we need to do that?

    you can crate 3d models in any number of graphics programs.  swift3d is especially designed to use with flash.
    i'm not sure what kind of interaction you want but that would probably be coded in flash.

  • What is model ? Why i create model ? How i create model ?

    Hi,
    Can any one briefly guide me how i create model on ep ...? What is basic use of model ?...Please explaing steps by step .I know there is concept of mvc in web dynpro but in this case i am not talking about that model .Is there any functinality to make model at ep .
    Regards,
    Gurprit Bhatia
    Edited by: GURPRIT BHATIA on Jan 3, 2008 5:42 AM
    Edited by: GURPRIT BHATIA on Jan 3, 2008 6:34 AM

    Hi Gurprit,
    Please go through the following links to know all about VC....
    Following links will help you understand what VC is:
    <a href="https://www.sdn.sap.com/irj/sdn/wiki?path=/pages/viewpage.action?pageId=4411">https://www.sdn.sap.com/irj/sdn/wiki?path=/pages/viewpage.action?pageId=4411</a>
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=204855">https://www.sdn.sap.com/irj/sdn/thread?threadID=204855</a>
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=150173">https://www.sdn.sap.com/irj/sdn/thread?threadID=150173</a>
    <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/2456bf8a-0a01-0010-709a-ffc91ade9f42">Creating Applications Using SAP NetWeaver Visual Composer</a>
    Visual Composer: Finding the Documentation
    <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3968">https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3968</a>
    Visual Composer Learning Map:
    <a href="https://www.sdn.sap.com/irj/sdn/visualcomposer?rid=/webcontent/uuid/0ac86a27-0e01-0010-99b4-e1d7de29ee5d">https://www.sdn.sap.com/irj/sdn/visualcomposer?rid=/webcontent/uuid/0ac86a27-0e01-0010-99b4-e1d7de29ee5d</a>
    Docs for starting development in VC:
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/42/c2ba85545e3116e10000000a1553f7/frameset.htm">Modeling Applications with SAP NetWeaver Visual Composer</a>
    <a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/63f2052e-0c01-0010-b9a2-e1f7457a7fbe">SAP NetWeaver Visual Composer Modeler's Guide</a>
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/42/ef826a370a1bcae10000000a11466f/frameset.htm">SAP NetWeaver Visual Composer Reference Guide - help.sap.com</a>
    <a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9326072e-0c01-0010-bc97-f72e93338101">SAP NetWeaver Visual Composer Reference Guide</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/01/4b7e40417c6d1de10000000a1550b0/frameset.htm">SAP NetWeaver Visual Composer: User Guide</a>
    <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/16244247-0a01-0010-3294-d81c21e7e86e">SAP NetWeaver Visual Composer - How to Guides</a>
    [url=http://help.sap.com/saphelp_nw04s/helpdata/en/f6/1ad642dfa9f340e10000000a1550b0/frameset.htm]Visual Composer - How to . . .[/url]
    Bye
    Ankur

Maybe you are looking for

  • Where's The Daily Show with Jon Stewart !?!

    Is it me?... It just seems that The Daily Show episodes are getting ready to download later and later - It use to be that they were available within several hours of broadcast (email in my inbox the next am) - but now.... it takes what appears to be

  • Variant description in ME6G

    Dear all, There is one requirement for ME6G - Vendor evaluation in background When we select the variant when we define background job in ME6G in the "STEP", only the variant name is appearing. The requirement is when we press F4 for selection of the

  • Space for HD Movie

    How much space would a regular iTunes HD movie use up in apple tv?

  • Lost all my data while installing os4, how to restore?

    iTunes performed a backup for about 12 hours when I tried to install the new os4. After the installation was completed, it asked me to type the password for the backup to be restored. What password? I hadn't entered any password for the backup. So I

  • Phone keeps shutting off

    Since updating my iPhone 3GS to iOS 4.3.2 it keeps randomly shutting off on me.  Has anyone else had this issue and have any suggestions on how to fix it?